@genesislcap/foundation-comms 14.302.1-alpha-475e82d.0 → 14.302.1-alpha-ecc0cfb.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.
Files changed (384) hide show
  1. package/dist/dts/auth/loginDTOMapper.d.ts.map +1 -1
  2. package/dist/dts/connect/message.d.ts.map +1 -1
  3. package/dist/dts/connect/reconnectStrategy.d.ts.map +1 -1
  4. package/dist/dts/connect/socket.d.ts.map +1 -1
  5. package/dist/dts/connect/ticker.d.ts +1 -1
  6. package/dist/dts/connect/ticker.d.ts.map +1 -1
  7. package/dist/dts/connect/updateState.d.ts.map +1 -1
  8. package/dist/dts/credentialManager/credentialManager.types.d.ts +1 -0
  9. package/dist/dts/credentialManager/credentialManager.types.d.ts.map +1 -1
  10. package/dist/dts/datasource/datasource.mixins.d.ts +218 -259
  11. package/dist/dts/datasource/datasource.mixins.d.ts.map +1 -1
  12. package/dist/dts/datasource/entityDatasource.d.ts.map +1 -1
  13. package/dist/dts/metadata/metadata.utils.d.ts.map +1 -1
  14. package/dist/dts/networkMonitor/service.d.ts.map +1 -1
  15. package/dist/dts/testing/mocks/auth/auth.d.ts +2 -1
  16. package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
  17. package/dist/dts/testing/mocks/connect/socket.d.ts +1 -1
  18. package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
  19. package/dist/dts/tsdoc-metadata.json +1 -1
  20. package/dist/esm/auth/auth.js +2 -2
  21. package/dist/esm/connect/connect.js +8 -8
  22. package/dist/esm/connect/http.connect.js +7 -8
  23. package/dist/esm/connect/socket.js +19 -16
  24. package/dist/esm/connect/ticker.js +6 -8
  25. package/dist/esm/credentialManager/credentialManager.js +2 -2
  26. package/dist/esm/datasource/datasource.js +7 -7
  27. package/dist/esm/networkMonitor/config.js +2 -1
  28. package/dist/esm/resources/genesis/genesis.js +1 -1
  29. package/dist/esm/storage/kv/kv.service.js +3 -3
  30. package/dist/foundation-comms.api.json +620 -3335
  31. package/dist/foundation-comms.d.ts +222 -261
  32. package/docs/api/foundation-comms.auth.login.md +3 -33
  33. package/docs/api/foundation-comms.auth.md +10 -128
  34. package/docs/api/foundation-comms.autherror._constructor_.md +5 -63
  35. package/docs/api/foundation-comms.autherror.haserrorcode.md +3 -31
  36. package/docs/api/foundation-comms.autherror.md +15 -178
  37. package/docs/api/foundation-comms.authtype.md +6 -73
  38. package/docs/api/foundation-comms.connect.commitevent.md +4 -47
  39. package/docs/api/foundation-comms.connect.connect.md +3 -33
  40. package/docs/api/foundation-comms.connect.datalogoff.md +3 -33
  41. package/docs/api/foundation-comms.connect.getavailableresources.md +3 -33
  42. package/docs/api/foundation-comms.connect.getjsonschema.md +3 -33
  43. package/docs/api/foundation-comms.connect.getmetadata.md +4 -49
  44. package/docs/api/foundation-comms.connect.getmorecolumns.md +3 -33
  45. package/docs/api/foundation-comms.connect.getmorerows.md +4 -49
  46. package/docs/api/foundation-comms.connect.md +22 -287
  47. package/docs/api/foundation-comms.connect.request.md +4 -49
  48. package/docs/api/foundation-comms.connect.snapshot.md +4 -49
  49. package/docs/api/foundation-comms.connect.stream.md +6 -81
  50. package/docs/api/foundation-comms.connect.streamstate.md +7 -97
  51. package/docs/api/foundation-comms.connectconfig.md +5 -79
  52. package/docs/api/foundation-comms.connectevents.addcommitlistener.md +3 -33
  53. package/docs/api/foundation-comms.connectevents.addcommitresponselistener.md +3 -33
  54. package/docs/api/foundation-comms.connectevents.addmetadatalistener.md +3 -33
  55. package/docs/api/foundation-comms.connectevents.addstreamlistener.md +5 -65
  56. package/docs/api/foundation-comms.connectevents.md +6 -56
  57. package/docs/api/foundation-comms.connecteventsemitter.md +8 -78
  58. package/docs/api/foundation-comms.connecteventsemitter.oncommitevent.md +4 -49
  59. package/docs/api/foundation-comms.connecteventsemitter.oncommitresponseevent.md +4 -49
  60. package/docs/api/foundation-comms.connecteventsemitter.onmetadataevent.md +5 -65
  61. package/docs/api/foundation-comms.connecteventsemitter.onstreamcompleteevent.md +4 -49
  62. package/docs/api/foundation-comms.connecteventsemitter.onstreamerrorevent.md +5 -65
  63. package/docs/api/foundation-comms.connecteventsemitter.onstreamevent.md +6 -81
  64. package/docs/api/foundation-comms.credentialmanager.createbasiccredentials.md +3 -33
  65. package/docs/api/foundation-comms.credentialmanager.createrefreshcredentials.md +3 -33
  66. package/docs/api/foundation-comms.credentialmanager.createssocredentials.md +3 -33
  67. package/docs/api/foundation-comms.credentialmanager.getcredentials.md +3 -33
  68. package/docs/api/foundation-comms.credentialmanager.getcredentialsfromcontainer.md +3 -33
  69. package/docs/api/foundation-comms.credentialmanager.md +27 -287
  70. package/docs/api/foundation-comms.credentialmanager.normaliselegacycredentialdata.md +4 -49
  71. package/docs/api/foundation-comms.credentialmanager.storecredentials.md +3 -33
  72. package/docs/api/foundation-comms.credentialmanager.storecredentialsincontainer.md +3 -33
  73. package/docs/api/foundation-comms.credentialmanager.storecredentialsincookie.md +3 -33
  74. package/docs/api/foundation-comms.credentialmanager.validatebasiccredentials.md +3 -33
  75. package/docs/api/foundation-comms.credentialmanager.validaterefreshcredentials.md +3 -33
  76. package/docs/api/foundation-comms.credentialmanager.validatessocredentials.md +3 -33
  77. package/docs/api/foundation-comms.credentialmanager.validateusercredentialdata.md +4 -49
  78. package/docs/api/foundation-comms.credentialmanagerconfig.md +3 -39
  79. package/docs/api/foundation-comms.credentialmanagercookieconfig.md +6 -92
  80. package/docs/api/foundation-comms.criteriafilterstofields.md +3 -33
  81. package/docs/api/foundation-comms.dataserverresultfilter.md +4 -49
  82. package/docs/api/foundation-comms.datasource.addview.md +3 -33
  83. package/docs/api/foundation-comms.datasource.clearfilter.md +3 -33
  84. package/docs/api/foundation-comms.datasource.createitem.md +3 -33
  85. package/docs/api/foundation-comms.datasource.datahandler.md +3 -33
  86. package/docs/api/foundation-comms.datasource.deleteitem.md +3 -33
  87. package/docs/api/foundation-comms.datasource.dropview.md +3 -33
  88. package/docs/api/foundation-comms.datasource.getmetadata.md +3 -33
  89. package/docs/api/foundation-comms.datasource.init.md +5 -65
  90. package/docs/api/foundation-comms.datasource.md +25 -304
  91. package/docs/api/foundation-comms.datasource.setfilter.md +5 -65
  92. package/docs/api/foundation-comms.datasource.snapshot.md +3 -33
  93. package/docs/api/foundation-comms.datasource.snapshotfiltered.md +3 -33
  94. package/docs/api/foundation-comms.datasource.updatedata.md +3 -33
  95. package/docs/api/foundation-comms.datasource.updateitem.md +4 -49
  96. package/docs/api/foundation-comms.datasource.validresourcename.md +3 -31
  97. package/docs/api/foundation-comms.datasourceconfig.criteriatofields.md +3 -31
  98. package/docs/api/foundation-comms.datasourceconfig.dataserverresultfilter.md +4 -47
  99. package/docs/api/foundation-comms.datasourceconfig.md +8 -88
  100. package/docs/api/foundation-comms.datasourcedefaults.md +8 -148
  101. package/docs/api/foundation-comms.datasourceeventhandler.md +219 -300
  102. package/docs/api/foundation-comms.datasourcemetadata.md +9 -151
  103. package/docs/api/foundation-comms.datasourceoptions.md +17 -307
  104. package/docs/api/foundation-comms.dataupdate.md +5 -79
  105. package/docs/api/foundation-comms.dataview.md +6 -98
  106. package/docs/api/foundation-comms.defaultauth._constructor_.md +7 -87
  107. package/docs/api/foundation-comms.defaultauth.login.md +3 -31
  108. package/docs/api/foundation-comms.defaultauth.md +15 -195
  109. package/docs/api/foundation-comms.defaultconnect._constructor_.md +7 -87
  110. package/docs/api/foundation-comms.defaultconnect.commitevent.md +4 -47
  111. package/docs/api/foundation-comms.defaultconnect.connect.md +3 -33
  112. package/docs/api/foundation-comms.defaultconnect.datalogoff.md +3 -31
  113. package/docs/api/foundation-comms.defaultconnect.getavailableresources.md +3 -33
  114. package/docs/api/foundation-comms.defaultconnect.getjsonschema.md +4 -47
  115. package/docs/api/foundation-comms.defaultconnect.getmetadata.md +4 -47
  116. package/docs/api/foundation-comms.defaultconnect.getmorecolumns.md +3 -31
  117. package/docs/api/foundation-comms.defaultconnect.getmorerows.md +4 -47
  118. package/docs/api/foundation-comms.defaultconnect.md +30 -384
  119. package/docs/api/foundation-comms.defaultconnect.request.md +4 -47
  120. package/docs/api/foundation-comms.defaultconnect.send.md +4 -47
  121. package/docs/api/foundation-comms.defaultconnect.setvalidsession.md +3 -31
  122. package/docs/api/foundation-comms.defaultconnect.snapshot.md +4 -47
  123. package/docs/api/foundation-comms.defaultconnect.stream.md +6 -75
  124. package/docs/api/foundation-comms.defaultconnect.streamstate.md +7 -95
  125. package/docs/api/foundation-comms.defaultconnect.streamwithoutautoteardown.md +6 -75
  126. package/docs/api/foundation-comms.defaultconnectevents.addcommitlistener.md +3 -33
  127. package/docs/api/foundation-comms.defaultconnectevents.addcommitresponselistener.md +3 -33
  128. package/docs/api/foundation-comms.defaultconnectevents.addmetadatalistener.md +3 -33
  129. package/docs/api/foundation-comms.defaultconnectevents.addstreamlistener.md +5 -65
  130. package/docs/api/foundation-comms.defaultconnectevents.md +12 -157
  131. package/docs/api/foundation-comms.defaultconnectevents.oncommitevent.md +4 -47
  132. package/docs/api/foundation-comms.defaultconnectevents.oncommitresponseevent.md +4 -49
  133. package/docs/api/foundation-comms.defaultconnectevents.onmetadataevent.md +5 -65
  134. package/docs/api/foundation-comms.defaultconnectevents.onstreamcompleteevent.md +4 -49
  135. package/docs/api/foundation-comms.defaultconnectevents.onstreamerrorevent.md +5 -65
  136. package/docs/api/foundation-comms.defaultconnectevents.onstreamevent.md +6 -81
  137. package/docs/api/foundation-comms.defaultcredentialmanager._constructor_.md +4 -47
  138. package/docs/api/foundation-comms.defaultcredentialmanager.createbasiccredentials.md +3 -31
  139. package/docs/api/foundation-comms.defaultcredentialmanager.createrefreshcredentials.md +3 -33
  140. package/docs/api/foundation-comms.defaultcredentialmanager.createssocredentials.md +3 -33
  141. package/docs/api/foundation-comms.defaultcredentialmanager.getcredentials.md +3 -33
  142. package/docs/api/foundation-comms.defaultcredentialmanager.getcredentialsfromcontainer.md +3 -33
  143. package/docs/api/foundation-comms.defaultcredentialmanager.md +30 -348
  144. package/docs/api/foundation-comms.defaultcredentialmanager.normaliselegacycredentialdata.md +4 -49
  145. package/docs/api/foundation-comms.defaultcredentialmanager.storecredentials.md +3 -31
  146. package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincontainer.md +3 -31
  147. package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincookie.md +3 -31
  148. package/docs/api/foundation-comms.defaultcredentialmanager.validatebasiccredentials.md +3 -31
  149. package/docs/api/foundation-comms.defaultcredentialmanager.validaterefreshcredentials.md +3 -31
  150. package/docs/api/foundation-comms.defaultcredentialmanager.validatessocredentials.md +3 -31
  151. package/docs/api/foundation-comms.defaultcredentialmanager.validateusercredentialdata.md +4 -47
  152. package/docs/api/foundation-comms.defaultdatasource._constructor_.md +7 -87
  153. package/docs/api/foundation-comms.defaultdatasource.fetchandapplymetadata.md +3 -31
  154. package/docs/api/foundation-comms.defaultdatasource.init.md +5 -63
  155. package/docs/api/foundation-comms.defaultdatasource.md +32 -488
  156. package/docs/api/foundation-comms.defaultdatasource.snapshot.md +3 -33
  157. package/docs/api/foundation-comms.defaultdatasource.snapshotfiltered.md +3 -33
  158. package/docs/api/foundation-comms.defaultdatasource.validresourcename.md +3 -31
  159. package/docs/api/foundation-comms.defaultfoundationanalytics._constructor_.md +3 -31
  160. package/docs/api/foundation-comms.defaultfoundationanalytics.md +7 -74
  161. package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent.md +4 -45
  162. package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent_1.md +4 -45
  163. package/docs/api/foundation-comms.defaultgenesisresources._constructor_.md +4 -45
  164. package/docs/api/foundation-comms.defaultgenesisresources.getresourcetypefor.md +3 -33
  165. package/docs/api/foundation-comms.defaultgenesisresources.isvalidresource.md +3 -33
  166. package/docs/api/foundation-comms.defaultgenesisresources.md +17 -230
  167. package/docs/api/foundation-comms.defaulthttp._constructor_.md +3 -31
  168. package/docs/api/foundation-comms.defaulthttp.get.md +4 -45
  169. package/docs/api/foundation-comms.defaulthttp.md +7 -72
  170. package/docs/api/foundation-comms.defaulthttp.post.md +4 -45
  171. package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +8 -101
  172. package/docs/api/foundation-comms.defaulthttpconnect.commitevent.md +4 -47
  173. package/docs/api/foundation-comms.defaulthttpconnect.connect.md +3 -31
  174. package/docs/api/foundation-comms.defaulthttpconnect.datalogoff.md +3 -31
  175. package/docs/api/foundation-comms.defaulthttpconnect.getavailableresources.md +3 -33
  176. package/docs/api/foundation-comms.defaulthttpconnect.getjsonschema.md +3 -31
  177. package/docs/api/foundation-comms.defaulthttpconnect.getmetadata.md +4 -47
  178. package/docs/api/foundation-comms.defaulthttpconnect.getmorecolumns.md +3 -31
  179. package/docs/api/foundation-comms.defaulthttpconnect.getmorerows.md +3 -31
  180. package/docs/api/foundation-comms.defaulthttpconnect.md +30 -376
  181. package/docs/api/foundation-comms.defaulthttpconnect.request.md +4 -47
  182. package/docs/api/foundation-comms.defaulthttpconnect.send.md +4 -47
  183. package/docs/api/foundation-comms.defaulthttpconnect.setvalidsession.md +3 -31
  184. package/docs/api/foundation-comms.defaulthttpconnect.snapshot.md +4 -47
  185. package/docs/api/foundation-comms.defaulthttpconnect.stream.md +6 -75
  186. package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +7 -95
  187. package/docs/api/foundation-comms.defaulthttpconnect.streamwithoutautoteardown.md +6 -75
  188. package/docs/api/foundation-comms.defaultmessagebuilder._constructor_.md +4 -45
  189. package/docs/api/foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md +5 -59
  190. package/docs/api/foundation-comms.defaultmessagebuilder.createcommitmessage.md +4 -47
  191. package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md +3 -31
  192. package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogonmessage.md +4 -47
  193. package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md +5 -61
  194. package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md +6 -75
  195. package/docs/api/foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md +3 -33
  196. package/docs/api/foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md +4 -47
  197. package/docs/api/foundation-comms.defaultmessagebuilder.createloginmessage.md +3 -31
  198. package/docs/api/foundation-comms.defaultmessagebuilder.createlogoutmessage.md +3 -33
  199. package/docs/api/foundation-comms.defaultmessagebuilder.createmetarequestmessage.md +4 -47
  200. package/docs/api/foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md +3 -31
  201. package/docs/api/foundation-comms.defaultmessagebuilder.createmorerowsmessage.md +4 -47
  202. package/docs/api/foundation-comms.defaultmessagebuilder.createrequestmessage.md +4 -47
  203. package/docs/api/foundation-comms.defaultmessagebuilder.createresourcesmessage.md +3 -33
  204. package/docs/api/foundation-comms.defaultmessagebuilder.md +21 -240
  205. package/docs/api/foundation-comms.defaultmetacache.getjsonschemafor.md +3 -31
  206. package/docs/api/foundation-comms.defaultmetacache.getmetadatafor.md +3 -31
  207. package/docs/api/foundation-comms.defaultmetacache.hasjsonschemafor.md +3 -31
  208. package/docs/api/foundation-comms.defaultmetacache.hasmetadatafor.md +3 -31
  209. package/docs/api/foundation-comms.defaultmetacache.md +12 -145
  210. package/docs/api/foundation-comms.defaultmetacache.setjsonschemafor.md +4 -45
  211. package/docs/api/foundation-comms.defaultmetacache.setmetadatafor.md +4 -45
  212. package/docs/api/foundation-comms.defaultnetworkmonitor.addresource.md +4 -49
  213. package/docs/api/foundation-comms.defaultnetworkmonitor.md +13 -155
  214. package/docs/api/foundation-comms.defaultnetworkmonitor.removeresource.md +3 -33
  215. package/docs/api/foundation-comms.defaultsession.getitem.md +4 -45
  216. package/docs/api/foundation-comms.defaultsession.getlocalstorageitem.md +3 -31
  217. package/docs/api/foundation-comms.defaultsession.getsessionstorageitem.md +3 -31
  218. package/docs/api/foundation-comms.defaultsession.md +18 -212
  219. package/docs/api/foundation-comms.defaultsession.removeitem.md +4 -45
  220. package/docs/api/foundation-comms.defaultsession.removelocalstorageitem.md +3 -31
  221. package/docs/api/foundation-comms.defaultsession.removesessionstorageitem.md +3 -31
  222. package/docs/api/foundation-comms.defaultsession.setauthresult.md +3 -31
  223. package/docs/api/foundation-comms.defaultsession.setitem.md +5 -59
  224. package/docs/api/foundation-comms.defaultsession.setlocalstorageitem.md +4 -45
  225. package/docs/api/foundation-comms.defaultsession.setsessionstorageitem.md +4 -45
  226. package/docs/api/foundation-comms.defaultsession.setstoragekeyprefix.md +3 -31
  227. package/docs/api/foundation-comms.defaultsocket._constructor_.md +9 -115
  228. package/docs/api/foundation-comms.defaultsocket.connect.md +5 -65
  229. package/docs/api/foundation-comms.defaultsocket.md +25 -373
  230. package/docs/api/foundation-comms.defaultsocket.send.md +4 -47
  231. package/docs/api/foundation-comms.defaultsocket.sendforstream.md +6 -75
  232. package/docs/api/foundation-comms.defaultsocket.sendforstreamwithoutteardown.md +5 -59
  233. package/docs/api/foundation-comms.defaultsocketstatus.md +22 -334
  234. package/docs/api/foundation-comms.defaultsocketstatus.onclose.md +3 -31
  235. package/docs/api/foundation-comms.eventmessagetype.md +16 -213
  236. package/docs/api/foundation-comms.extractfielddefinitions.md +1 -44
  237. package/docs/api/foundation-comms.fieldtypeenum.md +10 -129
  238. package/docs/api/foundation-comms.foundationanalytics.md +5 -45
  239. package/docs/api/foundation-comms.foundationanalytics.trackevent.md +4 -49
  240. package/docs/api/foundation-comms.foundationanalytics.trackevent_1.md +4 -49
  241. package/docs/api/foundation-comms.foundationanalytics.trackevent_2.md +4 -49
  242. package/docs/api/foundation-comms.foundationanalyticsevent.controlclicked.md +3 -39
  243. package/docs/api/foundation-comms.foundationanalyticsevent.md +4 -34
  244. package/docs/api/foundation-comms.foundationanalyticsevent.routechanged.md +4 -58
  245. package/docs/api/foundation-comms.foundationanalyticseventtype.md +4 -45
  246. package/docs/api/foundation-comms.genesisresources.md +6 -98
  247. package/docs/api/foundation-comms.genesisresourcesconfig.md +4 -60
  248. package/docs/api/foundation-comms.genesisresourcesmock.getresourcetypefor.md +3 -33
  249. package/docs/api/foundation-comms.genesisresourcesmock.isvalidresource.md +3 -33
  250. package/docs/api/foundation-comms.genesisresourcesmock.md +11 -142
  251. package/docs/api/foundation-comms.getkvstorage.md +1 -1
  252. package/docs/api/foundation-comms.http.get.md +4 -45
  253. package/docs/api/foundation-comms.http.md +4 -30
  254. package/docs/api/foundation-comms.http.post.md +4 -45
  255. package/docs/api/foundation-comms.httprequestinit.md +3 -41
  256. package/docs/api/foundation-comms.jsonschemacache.getjsonschemafor.md +3 -31
  257. package/docs/api/foundation-comms.jsonschemacache.hasjsonschemafor.md +3 -31
  258. package/docs/api/foundation-comms.jsonschemacache.md +8 -78
  259. package/docs/api/foundation-comms.jsonschemacache.setjsonschemafor.md +4 -45
  260. package/docs/api/foundation-comms.logoutresult.md +4 -60
  261. package/docs/api/foundation-comms.md +189 -2081
  262. package/docs/api/foundation-comms.messagebuilder.createchangepasswordmessage.md +5 -65
  263. package/docs/api/foundation-comms.messagebuilder.createcommitmessage.md +4 -49
  264. package/docs/api/foundation-comms.messagebuilder.createdatalogoffmessage.md +3 -33
  265. package/docs/api/foundation-comms.messagebuilder.createdatalogonmessage.md +4 -49
  266. package/docs/api/foundation-comms.messagebuilder.createforgotpasswordmessage.md +5 -65
  267. package/docs/api/foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md +6 -81
  268. package/docs/api/foundation-comms.messagebuilder.createheartbeatpingmessage.md +3 -33
  269. package/docs/api/foundation-comms.messagebuilder.createhttpheadersfrommessage.md +4 -49
  270. package/docs/api/foundation-comms.messagebuilder.createloginmessage.md +3 -33
  271. package/docs/api/foundation-comms.messagebuilder.createlogoutmessage.md +3 -33
  272. package/docs/api/foundation-comms.messagebuilder.createmetarequestmessage.md +4 -49
  273. package/docs/api/foundation-comms.messagebuilder.createmorecolumnsmessage.md +3 -33
  274. package/docs/api/foundation-comms.messagebuilder.createmorerowsmessage.md +4 -49
  275. package/docs/api/foundation-comms.messagebuilder.createrequestmessage.md +4 -49
  276. package/docs/api/foundation-comms.messagebuilder.createresourcesmessage.md +3 -33
  277. package/docs/api/foundation-comms.messagebuilder.md +18 -186
  278. package/docs/api/foundation-comms.messagecode.md +4 -45
  279. package/docs/api/foundation-comms.messagedetails.md +18 -188
  280. package/docs/api/foundation-comms.messagehaserrorcode.md +1 -58
  281. package/docs/api/foundation-comms.messageorthrow.md +1 -44
  282. package/docs/api/foundation-comms.messagetype.md +16 -213
  283. package/docs/api/foundation-comms.metadatacache.getmetadatafor.md +3 -33
  284. package/docs/api/foundation-comms.metadatacache.hasmetadatafor.md +3 -33
  285. package/docs/api/foundation-comms.metadatacache.md +8 -86
  286. package/docs/api/foundation-comms.metadatacache.setmetadatafor.md +4 -49
  287. package/docs/api/foundation-comms.monitoredresourcechecksresult.md +6 -94
  288. package/docs/api/foundation-comms.networkmonitor.addresource.md +4 -49
  289. package/docs/api/foundation-comms.networkmonitor.md +10 -96
  290. package/docs/api/foundation-comms.networkmonitor.removeresource.md +3 -33
  291. package/docs/api/foundation-comms.networkmonitor.runallchecks.md +4 -49
  292. package/docs/api/foundation-comms.networkmonitorconfig.md +13 -231
  293. package/docs/api/foundation-comms.normalisecriteria.md +4 -49
  294. package/docs/api/foundation-comms.resourcetype.md +5 -59
  295. package/docs/api/foundation-comms.retryinterval.md +1 -60
  296. package/docs/api/foundation-comms.serializedsocketstatus.md +13 -217
  297. package/docs/api/foundation-comms.serializer.deserialize.md +3 -33
  298. package/docs/api/foundation-comms.serializer.deserialize_1.md +3 -33
  299. package/docs/api/foundation-comms.serializer.deserialize_2.md +3 -33
  300. package/docs/api/foundation-comms.serializer.md +6 -56
  301. package/docs/api/foundation-comms.serializer.serialize.md +3 -33
  302. package/docs/api/foundation-comms.session.getitem.md +4 -49
  303. package/docs/api/foundation-comms.session.getlocalstorageitem.md +3 -33
  304. package/docs/api/foundation-comms.session.getsessionstorageitem.md +3 -33
  305. package/docs/api/foundation-comms.session.md +18 -196
  306. package/docs/api/foundation-comms.session.removeitem.md +4 -49
  307. package/docs/api/foundation-comms.session.removelocalstorageitem.md +3 -33
  308. package/docs/api/foundation-comms.session.removesessionstorageitem.md +3 -33
  309. package/docs/api/foundation-comms.session.setauthresult.md +3 -33
  310. package/docs/api/foundation-comms.session.setitem.md +5 -65
  311. package/docs/api/foundation-comms.session.setlocalstorageitem.md +4 -49
  312. package/docs/api/foundation-comms.session.setsessionstorageitem.md +4 -49
  313. package/docs/api/foundation-comms.session.setstoragekeyprefix.md +3 -33
  314. package/docs/api/foundation-comms.socket.connect.md +5 -63
  315. package/docs/api/foundation-comms.socket.md +10 -109
  316. package/docs/api/foundation-comms.socket.send.md +4 -47
  317. package/docs/api/foundation-comms.socket.sendforstream.md +6 -75
  318. package/docs/api/foundation-comms.socketmessagehandler._constructor_.md +6 -73
  319. package/docs/api/foundation-comms.socketmessagehandler.md +9 -137
  320. package/docs/api/foundation-comms.socketobservable._constructor_.md +3 -31
  321. package/docs/api/foundation-comms.socketobservable.md +3 -31
  322. package/docs/api/foundation-comms.socketreconnectstrategy.md +4 -45
  323. package/docs/api/foundation-comms.socketstatus.md +7 -69
  324. package/docs/api/foundation-comms.socketstatus.onclose.md +3 -31
  325. package/docs/api/foundation-comms.socketsubject.md +3 -31
  326. package/docs/api/foundation-comms.tofieldmetadata.md +1 -44
  327. package/docs/api/foundation-comms.until.md +4 -49
  328. package/docs/api/index.md +3 -21
  329. package/package.json +16 -14
  330. package/docs/api/foundation-comms.connect.streamwithoutautoteardown.md +0 -112
  331. package/docs/api/foundation-comms.defaultentitydatasource._initialized.md +0 -15
  332. package/docs/api/foundation-comms.defaultentitydatasource.cache.md +0 -19
  333. package/docs/api/foundation-comms.defaultentitydatasource.disconnect.md +0 -19
  334. package/docs/api/foundation-comms.defaultentitydatasource.entitycache.md +0 -14
  335. package/docs/api/foundation-comms.defaultentitydatasource.entitymap.md +0 -14
  336. package/docs/api/foundation-comms.defaultentitydatasource.initialize.md +0 -19
  337. package/docs/api/foundation-comms.defaultentitydatasource.initialized.md +0 -16
  338. package/docs/api/foundation-comms.defaultentitydatasource.isempty.md +0 -19
  339. package/docs/api/foundation-comms.defaultentitydatasource.mapper.md +0 -14
  340. package/docs/api/foundation-comms.defaultentitydatasource.md +0 -312
  341. package/docs/api/foundation-comms.defaultentitydatasource.rowid.md +0 -14
  342. package/docs/api/foundation-comms.defaultentitydatasource.sourceref.md +0 -14
  343. package/docs/api/foundation-comms.defaultentitydatasource.subscription.md +0 -14
  344. package/docs/api/foundation-comms.defaultentitydatasource.subscriptionloggedoff.md +0 -14
  345. package/docs/api/foundation-comms.defaultkvstorage._constructor_.md +0 -81
  346. package/docs/api/foundation-comms.defaultkvstorage.md +0 -98
  347. package/docs/api/foundation-comms.defaultkvstorage.user.md +0 -14
  348. package/docs/api/foundation-comms.defaultkvstorageconfig.md +0 -16
  349. package/docs/api/foundation-comms.entitydatasource.cache.md +0 -19
  350. package/docs/api/foundation-comms.entitydatasource.disconnect.md +0 -22
  351. package/docs/api/foundation-comms.entitydatasource.initialize.md +0 -57
  352. package/docs/api/foundation-comms.entitydatasource.isempty.md +0 -19
  353. package/docs/api/foundation-comms.entitydatasource.md +0 -171
  354. package/docs/api/foundation-comms.entitydatasourceinit.fetchmeta.md +0 -14
  355. package/docs/api/foundation-comms.entitydatasourceinit.mapper.md +0 -14
  356. package/docs/api/foundation-comms.entitydatasourceinit.md +0 -99
  357. package/docs/api/foundation-comms.entitydatasourceinit.options.md +0 -14
  358. package/docs/api/foundation-comms.keyvalue.base64.md +0 -16
  359. package/docs/api/foundation-comms.keyvalue.expiration.md +0 -16
  360. package/docs/api/foundation-comms.keyvalue.key.md +0 -16
  361. package/docs/api/foundation-comms.keyvalue.md +0 -137
  362. package/docs/api/foundation-comms.keyvalue.metadata.md +0 -18
  363. package/docs/api/foundation-comms.keyvalue.value.md +0 -16
  364. package/docs/api/foundation-comms.keyvaluetransfer.deserialize.md +0 -53
  365. package/docs/api/foundation-comms.keyvaluetransfer.kv.md +0 -14
  366. package/docs/api/foundation-comms.keyvaluetransfer.md +0 -98
  367. package/docs/api/foundation-comms.keyvaluetransfer.serialize.md +0 -53
  368. package/docs/api/foundation-comms.kveventfailureresponse.md +0 -21
  369. package/docs/api/foundation-comms.kveventmessagetype.md +0 -69
  370. package/docs/api/foundation-comms.kvmessagetype.md +0 -69
  371. package/docs/api/foundation-comms.kvstorage.delete.md +0 -53
  372. package/docs/api/foundation-comms.kvstorage.get.md +0 -18
  373. package/docs/api/foundation-comms.kvstorage.get_1.md +0 -53
  374. package/docs/api/foundation-comms.kvstorage.list.md +0 -18
  375. package/docs/api/foundation-comms.kvstorage.md +0 -91
  376. package/docs/api/foundation-comms.kvstorage.put.md +0 -53
  377. package/docs/api/foundation-comms.kvstorageconfig.account.md +0 -16
  378. package/docs/api/foundation-comms.kvstorageconfig.authemail.md +0 -21
  379. package/docs/api/foundation-comms.kvstorageconfig.authkey.md +0 -16
  380. package/docs/api/foundation-comms.kvstorageconfig.md +0 -118
  381. package/docs/api/foundation-comms.kvstorageconfig.namespace.md +0 -16
  382. package/docs/api/foundation-comms.kvvalue.md +0 -16
  383. package/docs/api/foundation-comms.socket.sendforstreamwithoutteardown.md +0 -91
  384. package/docs/api-report.md.api.md +0 -2909
@@ -6,2099 +6,207 @@
6
6
 
7
7
  ## Classes
8
8
 
9
- <table><thead><tr><th>
10
-
11
- Class
12
-
13
-
14
- </th><th>
15
-
16
- Description
17
-
18
-
19
- </th></tr></thead>
20
- <tbody><tr><td>
21
-
22
- [AuthError](./foundation-comms.autherror.md)
23
-
24
-
25
- </td><td>
26
-
27
- Represents an error that occurs during authentication.
28
-
29
-
30
- </td></tr>
31
- <tr><td>
32
-
33
- [CurrentUser](./foundation-comms.currentuser.md)
34
-
35
-
36
- </td><td>
37
-
38
- Represents the current user (i.e. the user that is currently logged in).
39
-
40
-
41
- </td></tr>
42
- <tr><td>
43
-
44
- [DatasourceDefaults](./foundation-comms.datasourcedefaults.md)
45
-
46
-
47
- </td><td>
48
-
49
- Default values for a DatasourceConfig
50
-
51
-
52
- </td></tr>
53
- <tr><td>
54
-
55
- [DefaultAuth](./foundation-comms.defaultauth.md)
56
-
57
-
58
- </td><td>
59
-
60
- The default implementation for the Auth interface.
61
-
62
-
63
- </td></tr>
64
- <tr><td>
65
-
66
- [DefaultConnect](./foundation-comms.defaultconnect.md)
67
-
68
-
69
- </td><td>
70
-
71
- The default implementation for the Connect interface (WS-only).
72
-
73
-
74
- </td></tr>
75
- <tr><td>
76
-
77
- [DefaultConnectEvents](./foundation-comms.defaultconnectevents.md)
78
-
79
-
80
- </td><td>
81
-
82
- Default ConnectEvents implementation.
83
-
84
-
85
- </td></tr>
86
- <tr><td>
87
-
88
- [DefaultCredentialManager](./foundation-comms.defaultcredentialmanager.md)
89
-
90
-
91
- </td><td>
92
-
93
- The default implementation for the CredentialManager interface.
94
-
95
-
96
- </td></tr>
97
- <tr><td>
98
-
99
- [DefaultDatasource](./foundation-comms.defaultdatasource.md)
100
-
101
-
102
- </td><td>
103
-
104
- The default implementation for the Datasource interface.
105
-
106
-
107
- </td></tr>
108
- <tr><td>
109
-
110
- [DefaultEntityDatasource](./foundation-comms.defaultentitydatasource.md)
111
-
112
-
113
- </td><td>
114
-
115
- **_(ALPHA)_** Default EntityDatasource DI implementation.
116
-
117
-
118
- </td></tr>
119
- <tr><td>
120
-
121
- [DefaultFoundationAnalytics](./foundation-comms.defaultfoundationanalytics.md)
122
-
123
-
124
- </td><td>
125
-
126
- The default implementation for the FoundationAnalytics interface.
127
-
128
-
129
- </td></tr>
130
- <tr><td>
131
-
132
- [DefaultGenesisResources](./foundation-comms.defaultgenesisresources.md)
133
-
134
-
135
- </td><td>
136
-
137
- Default GenesisResources implementation.
138
-
139
-
140
- </td></tr>
141
- <tr><td>
142
-
143
- [DefaultHttp](./foundation-comms.defaulthttp.md)
144
-
145
-
146
- </td><td>
147
-
148
- The default implementation of the Http interface.
149
-
150
-
151
- </td></tr>
152
- <tr><td>
153
-
154
- [DefaultHttpConnect](./foundation-comms.defaulthttpconnect.md)
155
-
156
-
157
- </td><td>
158
-
159
- The default implementation for the Connect interface (HTTP-only).
160
-
161
-
162
- </td></tr>
163
- <tr><td>
164
-
165
- [DefaultKVStorage](./foundation-comms.defaultkvstorage.md)
166
-
167
-
168
- </td><td>
169
-
170
- **_(ALPHA)_** The default implementation for the KVStorage interface.
171
-
172
-
173
- </td></tr>
174
- <tr><td>
175
-
176
- [DefaultMessageBuilder](./foundation-comms.defaultmessagebuilder.md)
177
-
178
-
179
- </td><td>
180
-
181
- Default MessageBuilder implementation.
182
-
183
-
184
- </td></tr>
185
- <tr><td>
186
-
187
- [DefaultMetaCache](./foundation-comms.defaultmetacache.md)
188
-
189
-
190
- </td><td>
191
-
192
- The default implementation for the MetaCache interface.
193
-
194
-
195
- </td></tr>
196
- <tr><td>
197
-
198
- [DefaultNetworkMonitor](./foundation-comms.defaultnetworkmonitor.md)
199
-
200
-
201
- </td><td>
202
-
203
- Default NetworkMonitor implementation.
204
-
205
-
206
- </td></tr>
207
- <tr><td>
208
-
209
- [DefaultSession](./foundation-comms.defaultsession.md)
210
-
211
-
212
- </td><td>
213
-
214
- The default implementation for the Session interface.
215
-
216
-
217
- </td></tr>
218
- <tr><td>
219
-
220
- [DefaultSocket](./foundation-comms.defaultsocket.md)
221
-
222
-
223
- </td><td>
224
-
225
- Default Socket implementation.
226
-
227
-
228
- </td></tr>
229
- <tr><td>
230
-
231
- [DefaultSocketStatus](./foundation-comms.defaultsocketstatus.md)
232
-
233
-
234
- </td><td>
235
-
236
- Default SocketStatus implementation.
237
-
238
-
239
- </td></tr>
240
- <tr><td>
241
-
242
- [GenesisResourcesMock](./foundation-comms.genesisresourcesmock.md)
243
-
244
-
245
- </td><td>
246
-
247
-
248
-
249
- </td></tr>
250
- <tr><td>
251
-
252
- [SocketMessageHandler](./foundation-comms.socketmessagehandler.md)
253
-
254
-
255
- </td><td>
256
-
257
- The Socket message handler definition.
258
-
259
-
260
- </td></tr>
261
- <tr><td>
262
-
263
- [SocketObservable](./foundation-comms.socketobservable.md)
264
-
265
-
266
- </td><td>
267
-
268
- Observable that wraps a WebSocketSubject and provides an Observable interface for sending and receiving messages.
269
-
270
-
271
- </td></tr>
272
- <tr><td>
273
-
274
- [SocketSubject](./foundation-comms.socketsubject.md)
275
-
276
-
277
- </td><td>
278
-
279
- Subject that wraps a WebSocketSubject and provides a Subject interface for sending and receiving messages.
280
-
281
-
282
- </td></tr>
283
- </tbody></table>
9
+ | Class | Description |
10
+ | --- | --- |
11
+ | [AuthError](./foundation-comms.autherror.md) | Represents an error that occurs during authentication. |
12
+ | [CurrentUser](./foundation-comms.currentuser.md) | Represents the current user (i.e. the user that is currently logged in). |
13
+ | [DatasourceDefaults](./foundation-comms.datasourcedefaults.md) | Default values for a DatasourceConfig |
14
+ | [DefaultAuth](./foundation-comms.defaultauth.md) | The default implementation for the Auth interface. |
15
+ | [DefaultConnect](./foundation-comms.defaultconnect.md) | The default implementation for the Connect interface (WS-only). |
16
+ | [DefaultConnectEvents](./foundation-comms.defaultconnectevents.md) | Default ConnectEvents implementation. |
17
+ | [DefaultCredentialManager](./foundation-comms.defaultcredentialmanager.md) | The default implementation for the CredentialManager interface. |
18
+ | [DefaultDatasource](./foundation-comms.defaultdatasource.md) | The default implementation for the Datasource interface. |
19
+ | [DefaultFoundationAnalytics](./foundation-comms.defaultfoundationanalytics.md) | The default implementation for the FoundationAnalytics interface. |
20
+ | [DefaultGenesisResources](./foundation-comms.defaultgenesisresources.md) | Default GenesisResources implementation. |
21
+ | [DefaultHttp](./foundation-comms.defaulthttp.md) | The default implementation of the Http interface. |
22
+ | [DefaultHttpConnect](./foundation-comms.defaulthttpconnect.md) | The default implementation for the Connect interface (HTTP-only). |
23
+ | [DefaultMessageBuilder](./foundation-comms.defaultmessagebuilder.md) | Default MessageBuilder implementation. |
24
+ | [DefaultMetaCache](./foundation-comms.defaultmetacache.md) | The default implementation for the MetaCache interface. |
25
+ | [DefaultNetworkMonitor](./foundation-comms.defaultnetworkmonitor.md) | Default NetworkMonitor implementation. |
26
+ | [DefaultSession](./foundation-comms.defaultsession.md) | The default implementation for the Session interface. |
27
+ | [DefaultSocket](./foundation-comms.defaultsocket.md) | Default Socket implementation. |
28
+ | [DefaultSocketStatus](./foundation-comms.defaultsocketstatus.md) | Default SocketStatus implementation. |
29
+ | [GenesisResourcesMock](./foundation-comms.genesisresourcesmock.md) | |
30
+ | [SocketMessageHandler](./foundation-comms.socketmessagehandler.md) | The Socket message handler definition. |
31
+ | [SocketObservable](./foundation-comms.socketobservable.md) | Observable that wraps a WebSocketSubject and provides an Observable interface for sending and receiving messages. |
32
+ | [SocketSubject](./foundation-comms.socketsubject.md) | Subject that wraps a WebSocketSubject and provides a Subject interface for sending and receiving messages. |
284
33
 
285
34
  ## Enumerations
286
35
 
287
- <table><thead><tr><th>
288
-
289
- Enumeration
290
-
291
-
292
- </th><th>
293
-
294
- Description
295
-
296
-
297
- </th></tr></thead>
298
- <tbody><tr><td>
299
-
300
- [AuthType](./foundation-comms.authtype.md)
301
-
302
-
303
- </td><td>
304
-
305
- The available ypes of authentication.
306
-
307
-
308
- </td></tr>
309
- <tr><td>
310
-
311
- [EventMessageType](./foundation-comms.eventmessagetype.md)
312
-
313
-
314
- </td><td>
315
-
316
- Event Message types
317
-
318
-
319
- </td></tr>
320
- <tr><td>
321
-
322
- [FieldTypeEnum](./foundation-comms.fieldtypeenum.md)
323
-
324
-
325
- </td><td>
326
-
327
- Available types for a field metadata.
328
-
329
-
330
- </td></tr>
331
- <tr><td>
332
-
333
- [FoundationAnalyticsEventType](./foundation-comms.foundationanalyticseventtype.md)
334
-
335
-
336
- </td><td>
337
-
338
- Analytics event types
339
-
340
-
341
- </td></tr>
342
- <tr><td>
343
-
344
- [KVEventMessageType](./foundation-comms.kveventmessagetype.md)
345
-
346
-
347
- </td><td>
348
-
349
- **_(ALPHA)_** KV Event Message types
350
-
351
-
352
- </td></tr>
353
- <tr><td>
354
-
355
- [KVMessageType](./foundation-comms.kvmessagetype.md)
356
-
357
-
358
- </td><td>
359
-
360
- **_(ALPHA)_** KV Message types
361
-
362
-
363
- </td></tr>
364
- <tr><td>
365
-
366
- [MessageCode](./foundation-comms.messagecode.md)
367
-
368
-
369
- </td><td>
370
-
371
- General Message codes
372
-
373
-
374
- </td></tr>
375
- <tr><td>
376
-
377
- [MessageType](./foundation-comms.messagetype.md)
378
-
379
-
380
- </td><td>
381
-
382
- General Message types
383
-
384
-
385
- </td></tr>
386
- <tr><td>
387
-
388
- [ResourceType](./foundation-comms.resourcetype.md)
389
-
390
-
391
- </td><td>
392
-
393
- Types of Genesis resources.
394
-
395
-
396
- </td></tr>
397
- <tr><td>
398
-
399
- [SocketReconnectStrategy](./foundation-comms.socketreconnectstrategy.md)
400
-
401
-
402
- </td><td>
403
-
404
- Socket reconnection strategies
405
-
406
-
407
- </td></tr>
408
- </tbody></table>
36
+ | Enumeration | Description |
37
+ | --- | --- |
38
+ | [AuthType](./foundation-comms.authtype.md) | The available ypes of authentication. |
39
+ | [EventMessageType](./foundation-comms.eventmessagetype.md) | Event Message types |
40
+ | [FieldTypeEnum](./foundation-comms.fieldtypeenum.md) | Available types for a field metadata. |
41
+ | [FoundationAnalyticsEventType](./foundation-comms.foundationanalyticseventtype.md) | Analytics event types |
42
+ | [MessageCode](./foundation-comms.messagecode.md) | General Message codes |
43
+ | [MessageType](./foundation-comms.messagetype.md) | General Message types |
44
+ | [ResourceType](./foundation-comms.resourcetype.md) | Types of Genesis resources. |
45
+ | [SocketReconnectStrategy](./foundation-comms.socketreconnectstrategy.md) | Socket reconnection strategies |
409
46
 
410
47
  ## Functions
411
48
 
412
- <table><thead><tr><th>
413
-
414
- Function
415
-
416
-
417
- </th><th>
418
-
419
- Description
420
-
421
-
422
- </th></tr></thead>
423
- <tbody><tr><td>
424
-
425
- [criteriaFiltersToFields(filters)](./foundation-comms.criteriafilterstofields.md)
426
-
427
-
428
- </td><td>
429
-
430
- Criteria filters to fields.
431
-
432
-
433
- </td></tr>
434
- <tr><td>
435
-
436
- [dataServerResultFilter(result, rowId)](./foundation-comms.dataserverresultfilter.md)
437
-
438
-
439
- </td><td>
440
-
441
- Data server result filter.
442
-
443
-
444
- </td></tr>
445
- <tr><td>
446
-
447
- [DatasourceEventHandler(Target)](./foundation-comms.datasourceeventhandler.md)
448
-
449
-
450
- </td><td>
451
-
452
- Datasource event handler mixin for target classes that use or are interested in datasource status changes.
453
-
454
-
455
- </td></tr>
456
- <tr><td>
457
-
458
- [extractFieldDefinitions(metadata)](./foundation-comms.extractfielddefinitions.md)
459
-
460
-
461
- </td><td>
462
-
463
- Extracts the field definitions from the metadata.
464
-
465
-
466
- </td></tr>
467
- <tr><td>
468
-
469
- [getConnect()](./foundation-comms.getconnect.md)
470
-
471
-
472
- </td><td>
473
-
474
- Get Connect from the DI container.
475
-
476
-
477
- </td></tr>
478
- <tr><td>
479
-
480
- [getDatasource()](./foundation-comms.getdatasource.md)
49
+ | Function | Description |
50
+ | --- | --- |
51
+ | [criteriaFiltersToFields(filters)](./foundation-comms.criteriafilterstofields.md) | Criteria filters to fields. |
52
+ | [dataServerResultFilter(result, rowId)](./foundation-comms.dataserverresultfilter.md) | Data server result filter. |
53
+ | [getConnect()](./foundation-comms.getconnect.md) | Get Connect from the DI container. |
54
+ | [getDatasource()](./foundation-comms.getdatasource.md) | Get Datasource from the DI container. |
55
+ | [getGenesisResources()](./foundation-comms.getgenesisresources.md) | Gets GenesisResources from the DI container. |
56
+ | [getGenesisResourcesChannel()](./foundation-comms.getgenesisresourceschannel.md) | Gets GenesisResourcesChannel from the DI container. |
57
+ | [getKVStorage()](./foundation-comms.getkvstorage.md) | Gets KVStorage from the DI container. |
58
+ | [getNetworkMonitor()](./foundation-comms.getnetworkmonitor.md) | Gets NetworkMonitor from the DI container. |
59
+ | [getSocket()](./foundation-comms.getsocket.md) | Gets Socket from the DI container. |
60
+ | [getSocketStatus()](./foundation-comms.getsocketstatus.md) | Gets SocketStatus from the DI container. |
61
+ | [normaliseCriteria(criteria, delimiter)](./foundation-comms.normalisecriteria.md) | Normalise criteria. |
62
+ | [until(conditionFunc, timeoutMs)](./foundation-comms.until.md) | Polls a condition function until it returns true or a timeout is reached. |
481
63
 
64
+ ## Interfaces
482
65
 
483
- </td><td>
66
+ | Interface | Description |
67
+ | --- | --- |
68
+ | [Auth](./foundation-comms.auth.md) | Auth is the main interface for authenticating with a Genesis Server endpoint. |
69
+ | [Connect](./foundation-comms.connect.md) | Represents a connection and its capabilities on a remote server Provides methods to send and receive messages, as well as metadata and schema information. |
70
+ | [ConnectConfig](./foundation-comms.connectconfig.md) | Configuration options for the Connect (WS) instance. |
71
+ | [ConnectEvents](./foundation-comms.connectevents.md) | <code>ConnectEvents</code> provide hooks to respond to specific connect events. |
72
+ | [ConnectEventsEmitter](./foundation-comms.connecteventsemitter.md) | <code>ConnectEventsEmitter</code> provide event emitting hooks to Connect. |
73
+ | [CredentialManager](./foundation-comms.credentialmanager.md) | Represents a system for managing user credentials and authentication tokens. |
74
+ | [CredentialManagerConfig](./foundation-comms.credentialmanagerconfig.md) | The configuration for the CredentialManager |
75
+ | [CredentialManagerCookieConfig](./foundation-comms.credentialmanagercookieconfig.md) | The configuration options for the CredentialManager cookie |
76
+ | [Datasource](./foundation-comms.datasource.md) | Datasource interface. |
77
+ | [DatasourceConfig](./foundation-comms.datasourceconfig.md) | DatasourceConfig DI interface. |
78
+ | [DatasourceMetadata](./foundation-comms.datasourcemetadata.md) | DatasourceMetadata interface. |
79
+ | [DatasourceOptions](./foundation-comms.datasourceoptions.md) | Options that can be passed when initializing a datasource. |
80
+ | [DataUpdate](./foundation-comms.dataupdate.md) | Data Update definition with details of what data to add, drop, and/or modify. |
81
+ | [Dataview](./foundation-comms.dataview.md) | Dataview object |
82
+ | [FoundationAnalytics](./foundation-comms.foundationanalytics.md) | Represents an analytics tracking system. |
83
+ | [GenesisResources](./foundation-comms.genesisresources.md) | GenesisResources DI interface. |
84
+ | [GenesisResourcesChannel](./foundation-comms.genesisresourceschannel.md) | GenesisResourcesChannel DI interface. |
85
+ | [GenesisResourcesConfig](./foundation-comms.genesisresourcesconfig.md) | GenesisResourcesConfig DI interface. |
86
+ | [Http](./foundation-comms.http.md) | An interface representing an HTTP client that can make GET and POST requests and return a promise with the response data. |
87
+ | [HttpRequestInit](./foundation-comms.httprequestinit.md) | The options object used when making an HTTP request. |
88
+ | [JsonSchemaCache](./foundation-comms.jsonschemacache.md) | A JSON schema cache definition |
89
+ | [LogoutResult](./foundation-comms.logoutresult.md) | Represents the result of a user logout operation. |
90
+ | [MessageBuilder](./foundation-comms.messagebuilder.md) | A utility class for building different types of messages. |
91
+ | [MetadataCache](./foundation-comms.metadatacache.md) | A Metadata cache definition |
92
+ | [MonitoredResourceChecksResult](./foundation-comms.monitoredresourcechecksresult.md) | MonitoredResourceChecksResult. |
93
+ | [MonitoredResourceMetadata](./foundation-comms.monitoredresourcemetadata.md) | MonitoredResourceMetadata. |
94
+ | [NetworkMonitor](./foundation-comms.networkmonitor.md) | <code>NetworkMonitor</code> monitors network and resource availability and health. |
95
+ | [NetworkMonitorConfig](./foundation-comms.networkmonitorconfig.md) | NetworkMonitorConfig DI interface. |
96
+ | [SerializedSocketStatus](./foundation-comms.serializedsocketstatus.md) | <code>SerializedSocketStatus</code> provides the serialize state of the web socket. |
97
+ | [Serializer](./foundation-comms.serializer.md) | A Serializer interface for serializing and deserializing objects. |
98
+ | [Session](./foundation-comms.session.md) | Represents a session storage and its capabilities. Provides methods to set and get items from the specified storage. |
99
+ | [Socket](./foundation-comms.socket.md) | Represents a WebSocket used to establish a communication channel between client and a Genesis server. Provides methods for socket connection, sending and receiving WS messages. |
100
+ | [SocketStatus](./foundation-comms.socketstatus.md) | <code>SocketStatus</code> provides the state of the web socket. |
101
+ | [User](./foundation-comms.user.md) | Represents a User object with associated permissions and profiles. |
484
102
 
485
- Get Datasource from the DI container.
103
+ ## Namespaces
486
104
 
105
+ | Namespace | Description |
106
+ | --- | --- |
107
+ | [FoundationAnalyticsEvent](./foundation-comms.foundationanalyticsevent.md) | Namespace for all Analytics event types |
108
+ | [MessageDetails](./foundation-comms.messagedetails.md) | Namespace for all Message detail types |
487
109
 
488
- </td></tr>
489
- <tr><td>
110
+ ## Variables
490
111
 
491
- [getGenesisResources()](./foundation-comms.getgenesisresources.md)
492
-
493
-
494
- </td><td>
495
-
496
- Gets GenesisResources from the DI container.
497
-
498
-
499
- </td></tr>
500
- <tr><td>
501
-
502
- [getGenesisResourcesChannel()](./foundation-comms.getgenesisresourceschannel.md)
503
-
504
-
505
- </td><td>
506
-
507
- Gets GenesisResourcesChannel from the DI container.
508
-
509
-
510
- </td></tr>
511
- <tr><td>
512
-
513
- [getKVStorage()](./foundation-comms.getkvstorage.md)
514
-
515
-
516
- </td><td>
517
-
518
- Gets KVStorage from the DI container.
519
-
520
-
521
- </td></tr>
522
- <tr><td>
523
-
524
- [getNetworkMonitor()](./foundation-comms.getnetworkmonitor.md)
525
-
526
-
527
- </td><td>
528
-
529
- Gets NetworkMonitor from the DI container.
530
-
531
-
532
- </td></tr>
533
- <tr><td>
534
-
535
- [getSocket()](./foundation-comms.getsocket.md)
536
-
537
-
538
- </td><td>
539
-
540
- Gets Socket from the DI container.
541
-
542
-
543
- </td></tr>
544
- <tr><td>
545
-
546
- [getSocketStatus()](./foundation-comms.getsocketstatus.md)
547
-
548
-
549
- </td><td>
550
-
551
- Gets SocketStatus from the DI container.
552
-
553
-
554
- </td></tr>
555
- <tr><td>
556
-
557
- [messageHasErrorCode(message, code)](./foundation-comms.messagehaserrorcode.md)
558
-
559
-
560
- </td><td>
561
-
562
- Check if the message contains an error code.
563
-
564
-
565
- </td></tr>
566
- <tr><td>
567
-
568
- [messageOrThrow(message)](./foundation-comms.messageorthrow.md)
569
-
570
-
571
- </td><td>
572
-
573
- Check if the provided message contains an error and throw an Error if it does
574
-
575
-
576
- </td></tr>
577
- <tr><td>
578
-
579
- [normaliseCriteria(criteria, delimiter)](./foundation-comms.normalisecriteria.md)
580
-
581
-
582
- </td><td>
583
-
584
- Normalise criteria.
585
-
586
-
587
- </td></tr>
588
- <tr><td>
589
-
590
- [retryInterval(reconnectOptions, scheduler)](./foundation-comms.retryinterval.md)
591
-
592
-
593
- </td><td>
594
-
595
- Generate reconnect interval based on scheduler
596
-
597
-
598
- </td></tr>
599
- <tr><td>
600
-
601
- [toFieldMetadata(fieldDef)](./foundation-comms.tofieldmetadata.md)
602
-
603
-
604
- </td><td>
605
-
606
- Converts the field definitions to field metadata.
607
-
608
-
609
- </td></tr>
610
- <tr><td>
611
-
612
- [until(conditionFunc, timeoutMs)](./foundation-comms.until.md)
613
-
614
-
615
- </td><td>
616
-
617
- Polls a condition function until it returns true or a timeout is reached.
618
-
619
-
620
- </td></tr>
621
- </tbody></table>
622
-
623
- ## Interfaces
624
-
625
- <table><thead><tr><th>
626
-
627
- Interface
628
-
629
-
630
- </th><th>
631
-
632
- Description
633
-
634
-
635
- </th></tr></thead>
636
- <tbody><tr><td>
637
-
638
- [Auth](./foundation-comms.auth.md)
639
-
640
-
641
- </td><td>
642
-
643
- Auth is the main interface for authenticating with a Genesis Server endpoint.
644
-
645
-
646
- </td></tr>
647
- <tr><td>
648
-
649
- [Connect](./foundation-comms.connect.md)
650
-
651
-
652
- </td><td>
653
-
654
- Represents a connection and its capabilities on a remote server Provides methods to send and receive messages, as well as metadata and schema information.
655
-
656
-
657
- </td></tr>
658
- <tr><td>
659
-
660
- [ConnectConfig](./foundation-comms.connectconfig.md)
661
-
662
-
663
- </td><td>
664
-
665
- Configuration options for the Connect (WS) instance.
666
-
667
-
668
- </td></tr>
669
- <tr><td>
670
-
671
- [ConnectEvents](./foundation-comms.connectevents.md)
672
-
673
-
674
- </td><td>
675
-
676
- `ConnectEvents` provide hooks to respond to specific connect events.
677
-
678
-
679
- </td></tr>
680
- <tr><td>
681
-
682
- [ConnectEventsEmitter](./foundation-comms.connecteventsemitter.md)
683
-
684
-
685
- </td><td>
686
-
687
- `ConnectEventsEmitter` provide event emitting hooks to Connect.
688
-
689
-
690
- </td></tr>
691
- <tr><td>
692
-
693
- [CredentialManager](./foundation-comms.credentialmanager.md)
694
-
695
-
696
- </td><td>
697
-
698
- Represents a system for managing user credentials and authentication tokens.
699
-
700
-
701
- </td></tr>
702
- <tr><td>
703
-
704
- [CredentialManagerConfig](./foundation-comms.credentialmanagerconfig.md)
705
-
706
-
707
- </td><td>
708
-
709
- The configuration for the CredentialManager
710
-
711
-
712
- </td></tr>
713
- <tr><td>
714
-
715
- [CredentialManagerCookieConfig](./foundation-comms.credentialmanagercookieconfig.md)
716
-
717
-
718
- </td><td>
719
-
720
- The configuration options for the CredentialManager cookie
721
-
722
-
723
- </td></tr>
724
- <tr><td>
725
-
726
- [Datasource](./foundation-comms.datasource.md)
727
-
728
-
729
- </td><td>
730
-
731
- Datasource interface.
732
-
733
-
734
- </td></tr>
735
- <tr><td>
736
-
737
- [DatasourceConfig](./foundation-comms.datasourceconfig.md)
738
-
739
-
740
- </td><td>
741
-
742
- DatasourceConfig DI interface.
743
-
744
-
745
- </td></tr>
746
- <tr><td>
747
-
748
- [DatasourceMetadata](./foundation-comms.datasourcemetadata.md)
749
-
750
-
751
- </td><td>
752
-
753
- DatasourceMetadata interface.
754
-
755
-
756
- </td></tr>
757
- <tr><td>
758
-
759
- [DatasourceOptions](./foundation-comms.datasourceoptions.md)
760
-
761
-
762
- </td><td>
763
-
764
- Options that can be passed when initializing a datasource.
765
-
766
-
767
- </td></tr>
768
- <tr><td>
769
-
770
- [DataUpdate](./foundation-comms.dataupdate.md)
771
-
772
-
773
- </td><td>
774
-
775
- Data Update definition with details of what data to add, drop, and/or modify.
776
-
777
-
778
- </td></tr>
779
- <tr><td>
780
-
781
- [Dataview](./foundation-comms.dataview.md)
782
-
783
-
784
- </td><td>
785
-
786
- Dataview object
787
-
788
-
789
- </td></tr>
790
- <tr><td>
791
-
792
- [EntityDatasource](./foundation-comms.entitydatasource.md)
793
-
794
-
795
- </td><td>
796
-
797
- **_(ALPHA)_** EntityDatasource DI interface.
798
-
799
-
800
- </td></tr>
801
- <tr><td>
802
-
803
- [EntityDatasourceInit](./foundation-comms.entitydatasourceinit.md)
804
-
805
-
806
- </td><td>
807
-
808
- **_(ALPHA)_** EntityDatasourceInit interface.
809
-
810
-
811
- </td></tr>
812
- <tr><td>
813
-
814
- [FoundationAnalytics](./foundation-comms.foundationanalytics.md)
815
-
816
-
817
- </td><td>
818
-
819
- Represents an analytics tracking system.
820
-
821
-
822
- </td></tr>
823
- <tr><td>
824
-
825
- [GenesisResources](./foundation-comms.genesisresources.md)
826
-
827
-
828
- </td><td>
829
-
830
- GenesisResources DI interface.
831
-
832
-
833
- </td></tr>
834
- <tr><td>
835
-
836
- [GenesisResourcesChannel](./foundation-comms.genesisresourceschannel.md)
837
-
838
-
839
- </td><td>
840
-
841
- GenesisResourcesChannel DI interface.
842
-
843
-
844
- </td></tr>
845
- <tr><td>
846
-
847
- [GenesisResourcesConfig](./foundation-comms.genesisresourcesconfig.md)
848
-
849
-
850
- </td><td>
851
-
852
- GenesisResourcesConfig DI interface.
853
-
854
-
855
- </td></tr>
856
- <tr><td>
857
-
858
- [Http](./foundation-comms.http.md)
859
-
860
-
861
- </td><td>
862
-
863
- An interface representing an HTTP client that can make GET and POST requests and return a promise with the response data.
864
-
865
-
866
- </td></tr>
867
- <tr><td>
868
-
869
- [HttpRequestInit](./foundation-comms.httprequestinit.md)
870
-
871
-
872
- </td><td>
873
-
874
- The options object used when making an HTTP request.
875
-
876
-
877
- </td></tr>
878
- <tr><td>
879
-
880
- [JsonSchemaCache](./foundation-comms.jsonschemacache.md)
881
-
882
-
883
- </td><td>
884
-
885
- A JSON schema cache definition
886
-
887
-
888
- </td></tr>
889
- <tr><td>
890
-
891
- [KeyValue](./foundation-comms.keyvalue.md)
892
-
893
-
894
- </td><td>
895
-
896
- **_(ALPHA)_** KeyValue interface.
897
-
898
-
899
- </td></tr>
900
- <tr><td>
901
-
902
- [KeyValueTransfer](./foundation-comms.keyvaluetransfer.md)
903
-
904
-
905
- </td><td>
906
-
907
- **_(ALPHA)_** KeyValueTransfer interface.
908
-
909
-
910
- </td></tr>
911
- <tr><td>
912
-
913
- [KVStorage](./foundation-comms.kvstorage.md)
914
-
915
-
916
- </td><td>
917
-
918
- **_(ALPHA)_** Represents a KV (key-value) data storage and its capabilities. Provides methods to set and get items from the KV data storage.
919
-
920
-
921
- </td></tr>
922
- <tr><td>
923
-
924
- [KVStorageConfig](./foundation-comms.kvstorageconfig.md)
925
-
926
-
927
- </td><td>
928
-
929
- **_(ALPHA)_** KVStorageConfig DI interface.
930
-
931
-
932
- </td></tr>
933
- <tr><td>
934
-
935
- [LogoutResult](./foundation-comms.logoutresult.md)
936
-
937
-
938
- </td><td>
939
-
940
- Represents the result of a user logout operation.
941
-
942
-
943
- </td></tr>
944
- <tr><td>
945
-
946
- [MessageBuilder](./foundation-comms.messagebuilder.md)
947
-
948
-
949
- </td><td>
950
-
951
- A utility class for building different types of messages.
952
-
953
-
954
- </td></tr>
955
- <tr><td>
956
-
957
- [MetadataCache](./foundation-comms.metadatacache.md)
958
-
959
-
960
- </td><td>
961
-
962
- A Metadata cache definition
963
-
964
-
965
- </td></tr>
966
- <tr><td>
967
-
968
- [MonitoredResourceChecksResult](./foundation-comms.monitoredresourcechecksresult.md)
969
-
970
-
971
- </td><td>
972
-
973
- MonitoredResourceChecksResult.
974
-
975
-
976
- </td></tr>
977
- <tr><td>
978
-
979
- [MonitoredResourceMetadata](./foundation-comms.monitoredresourcemetadata.md)
980
-
981
-
982
- </td><td>
983
-
984
- MonitoredResourceMetadata.
985
-
986
-
987
- </td></tr>
988
- <tr><td>
989
-
990
- [NetworkMonitor](./foundation-comms.networkmonitor.md)
991
-
992
-
993
- </td><td>
994
-
995
- `NetworkMonitor` monitors network and resource availability and health.
996
-
997
-
998
- </td></tr>
999
- <tr><td>
1000
-
1001
- [NetworkMonitorConfig](./foundation-comms.networkmonitorconfig.md)
1002
-
1003
-
1004
- </td><td>
1005
-
1006
- NetworkMonitorConfig DI interface.
1007
-
1008
-
1009
- </td></tr>
1010
- <tr><td>
1011
-
1012
- [SerializedSocketStatus](./foundation-comms.serializedsocketstatus.md)
1013
-
1014
-
1015
- </td><td>
1016
-
1017
- `SerializedSocketStatus` provides the serialize state of the web socket.
1018
-
1019
-
1020
- </td></tr>
1021
- <tr><td>
1022
-
1023
- [Serializer](./foundation-comms.serializer.md)
1024
-
1025
-
1026
- </td><td>
1027
-
1028
- A Serializer interface for serializing and deserializing objects.
1029
-
1030
-
1031
- </td></tr>
1032
- <tr><td>
1033
-
1034
- [Session](./foundation-comms.session.md)
1035
-
1036
-
1037
- </td><td>
1038
-
1039
- Represents a session storage and its capabilities. Provides methods to set and get items from the specified storage.
1040
-
1041
-
1042
- </td></tr>
1043
- <tr><td>
1044
-
1045
- [Socket](./foundation-comms.socket.md)
1046
-
1047
-
1048
- </td><td>
1049
-
1050
- Represents a WebSocket used to establish a communication channel between client and a Genesis server. Provides methods for socket connection, sending and receiving WS messages.
1051
-
1052
-
1053
- </td></tr>
1054
- <tr><td>
1055
-
1056
- [SocketStatus](./foundation-comms.socketstatus.md)
1057
-
1058
-
1059
- </td><td>
1060
-
1061
- `SocketStatus` provides the state of the web socket.
1062
-
1063
-
1064
- </td></tr>
1065
- <tr><td>
1066
-
1067
- [User](./foundation-comms.user.md)
1068
-
1069
-
1070
- </td><td>
1071
-
1072
- Represents a User object with associated permissions and profiles.
1073
-
1074
-
1075
- </td></tr>
1076
- </tbody></table>
1077
-
1078
- ## Namespaces
1079
-
1080
- <table><thead><tr><th>
1081
-
1082
- Namespace
1083
-
1084
-
1085
- </th><th>
1086
-
1087
- Description
1088
-
1089
-
1090
- </th></tr></thead>
1091
- <tbody><tr><td>
1092
-
1093
- [FoundationAnalyticsEvent](./foundation-comms.foundationanalyticsevent.md)
1094
-
1095
-
1096
- </td><td>
1097
-
1098
- Namespace for all Analytics event types
1099
-
1100
-
1101
- </td></tr>
1102
- <tr><td>
1103
-
1104
- [MessageDetails](./foundation-comms.messagedetails.md)
1105
-
1106
-
1107
- </td><td>
1108
-
1109
- Namespace for all Message detail types
1110
-
1111
-
1112
- </td></tr>
1113
- </tbody></table>
1114
-
1115
- ## Variables
1116
-
1117
- <table><thead><tr><th>
1118
-
1119
- Variable
1120
-
1121
-
1122
- </th><th>
1123
-
1124
- Description
1125
-
1126
-
1127
- </th></tr></thead>
1128
- <tbody><tr><td>
1129
-
1130
- [CommitAckEventType](./foundation-comms.commitackeventtype.md)
1131
-
1132
-
1133
- </td><td>
1134
-
1135
-
1136
-
1137
- </td></tr>
1138
- <tr><td>
1139
-
1140
- [CommitEventType](./foundation-comms.commiteventtype.md)
1141
-
1142
-
1143
- </td><td>
1144
-
1145
-
1146
-
1147
- </td></tr>
1148
- <tr><td>
1149
-
1150
- [CommitResponseEventType](./foundation-comms.commitresponseeventtype.md)
1151
-
1152
-
1153
- </td><td>
1154
-
1155
-
1156
-
1157
- </td></tr>
1158
- <tr><td>
1159
-
1160
- [credentialSeparator](./foundation-comms.credentialseparator.md)
1161
-
1162
-
1163
- </td><td>
1164
-
1165
- The default separator used for splitting credential parts.
1166
-
1167
-
1168
- </td></tr>
1169
- <tr><td>
1170
-
1171
- [DatasourceStatusChanged](./foundation-comms.datasourcestatuschanged.md)
1172
-
1173
-
1174
- </td><td>
1175
-
1176
- DatasourceStatusChanged.
1177
-
1178
-
1179
- </td></tr>
1180
- <tr><td>
1181
-
1182
- [defaultConnectConfig](./foundation-comms.defaultconnectconfig.md)
1183
-
1184
-
1185
- </td><td>
1186
-
1187
- The default configuration for connecting to a WS service.
1188
-
1189
-
1190
- </td></tr>
1191
- <tr><td>
1192
-
1193
- [defaultCredentialManagerConfig](./foundation-comms.defaultcredentialmanagerconfig.md)
1194
-
1195
-
1196
- </td><td>
1197
-
1198
- The default configuration for the CredentialManager service.
1199
-
1200
-
1201
- </td></tr>
1202
- <tr><td>
1203
-
1204
- [defaultCredentialRequestOptions](./foundation-comms.defaultcredentialrequestoptions.md)
1205
-
1206
-
1207
- </td><td>
1208
-
1209
- The default request options for the CredentialManager service.
1210
-
1211
-
1212
- </td></tr>
1213
- <tr><td>
1214
-
1215
- [defaultDatasourceConfig](./foundation-comms.defaultdatasourceconfig.md)
1216
-
1217
-
1218
- </td><td>
1219
-
1220
- Default DatasourceConfig DI implementation.
1221
-
1222
-
1223
- </td></tr>
1224
- <tr><td>
1225
-
1226
- [defaultGenesisResourcesConfig](./foundation-comms.defaultgenesisresourcesconfig.md)
1227
-
1228
-
1229
- </td><td>
1230
-
1231
- Default GenesisResourcesConfig implementation.
1232
-
1233
-
1234
- </td></tr>
1235
- <tr><td>
1236
-
1237
- [defaultKVStorageConfig](./foundation-comms.defaultkvstorageconfig.md)
1238
-
1239
-
1240
- </td><td>
1241
-
1242
- **_(ALPHA)_** The default configuration for the KVStorage service.
1243
-
1244
-
1245
- </td></tr>
1246
- <tr><td>
1247
-
1248
- [defaultNetworkMonitorConfig](./foundation-comms.defaultnetworkmonitorconfig.md)
1249
-
1250
-
1251
- </td><td>
1252
-
1253
- Default NetworkMonitorConfig DI implementation.
1254
-
1255
-
1256
- </td></tr>
1257
- <tr><td>
1258
-
1259
- [exponentialScheduler](./foundation-comms.exponentialscheduler.md)
1260
-
1261
-
1262
- </td><td>
1263
-
1264
- Expontential Interval scheduler for reconnect
1265
-
1266
-
1267
- </td></tr>
1268
- <tr><td>
1269
-
1270
- [GenesisResourcesChannelId](./foundation-comms.genesisresourceschannelid.md)
1271
-
1272
-
1273
- </td><td>
1274
-
1275
-
1276
-
1277
- </td></tr>
1278
- <tr><td>
1279
-
1280
- [isWebSocketExpression](./foundation-comms.iswebsocketexpression.md)
1281
-
1282
-
1283
- </td><td>
1284
-
1285
- Regular Expression to test valid WebSocket (wss and ws) hosts
1286
-
1287
-
1288
- </td></tr>
1289
- <tr><td>
1290
-
1291
- [linearScheduler](./foundation-comms.linearscheduler.md)
1292
-
1293
-
1294
- </td><td>
1295
-
1296
- Linear Interval scheduler for reconnect
1297
-
1298
-
1299
- </td></tr>
1300
- <tr><td>
1301
-
1302
- [logger](./foundation-comms.logger.md)
1303
-
1304
-
1305
- </td><td>
1306
-
1307
- Logger for the foundation-comms package
1308
-
1309
-
1310
- </td></tr>
1311
- <tr><td>
1312
-
1313
- [MAX\_RECONNECT\_ATTEMPTS](./foundation-comms.max_reconnect_attempts.md)
1314
-
1315
-
1316
- </td><td>
1317
-
1318
- Default number of reconnect attempts
1319
-
1320
-
1321
- </td></tr>
1322
- <tr><td>
1323
-
1324
- [MetadataEventType](./foundation-comms.metadataeventtype.md)
1325
-
1326
-
1327
- </td><td>
1328
-
1329
-
1330
-
1331
- </td></tr>
1332
- <tr><td>
1333
-
1334
- [networkLogger](./foundation-comms.networklogger.md)
1335
-
1336
-
1337
- </td><td>
1338
-
1339
-
1340
-
1341
- </td></tr>
1342
- <tr><td>
1343
-
1344
- [StreamCompleteEventType](./foundation-comms.streamcompleteeventtype.md)
1345
-
1346
-
1347
- </td><td>
1348
-
1349
-
1350
-
1351
- </td></tr>
1352
- <tr><td>
1353
-
1354
- [StreamErrorEventType](./foundation-comms.streamerroreventtype.md)
1355
-
1356
-
1357
- </td><td>
1358
-
1359
-
1360
-
1361
- </td></tr>
1362
- <tr><td>
1363
-
1364
- [StreamEventType](./foundation-comms.streameventtype.md)
1365
-
1366
-
1367
- </td><td>
1368
-
1369
-
1370
-
1371
- </td></tr>
1372
- <tr><td>
1373
-
1374
- [SystemHealthChanged](./foundation-comms.systemhealthchanged.md)
1375
-
1376
-
1377
- </td><td>
1378
-
1379
- SystemHealthChanged.
1380
-
1381
-
1382
- </td></tr>
1383
- <tr><td>
1384
-
1385
- [TYPES\_MAP](./foundation-comms.types_map.md)
1386
-
1387
-
1388
- </td><td>
1389
-
1390
- Types map for FieldTypeEnum.
1391
-
1392
-
1393
- </td></tr>
1394
- </tbody></table>
1395
-
1396
- ## Type Aliases
1397
-
1398
- <table><thead><tr><th>
1399
-
1400
- Type Alias
1401
-
1402
-
1403
- </th><th>
1404
-
1405
- Description
1406
-
1407
-
1408
- </th></tr></thead>
1409
- <tbody><tr><td>
1410
-
1411
- [AuthInfo](./foundation-comms.authinfo.md)
1412
-
1413
-
1414
- </td><td>
1415
-
1416
- Union type of all authentication information types.
1417
-
1418
-
1419
- </td></tr>
1420
- <tr><td>
1421
-
1422
- [BasicAuthInfo](./foundation-comms.basicauthinfo.md)
1423
-
1424
-
1425
- </td><td>
1426
-
1427
- Represents basic authentication information.
1428
-
1429
-
1430
- </td></tr>
1431
- <tr><td>
1432
-
1433
- [BasicCredentialsInput](./foundation-comms.basiccredentialsinput.md)
1434
-
1435
-
1436
- </td><td>
1437
-
1438
- Represents basic credentials for a user.
1439
-
1440
-
1441
- </td></tr>
1442
- <tr><td>
1443
-
1444
- [CommitAckEvent](./foundation-comms.commitackevent.md)
1445
-
1446
-
1447
- </td><td>
1448
-
1449
-
1450
-
1451
- </td></tr>
1452
- <tr><td>
1453
-
1454
- [CommitAckEventDetail](./foundation-comms.commitackeventdetail.md)
1455
-
1456
-
1457
- </td><td>
1458
-
1459
-
1460
-
1461
- </td></tr>
1462
- <tr><td>
1463
-
1464
- [CommitEvent](./foundation-comms.commitevent.md)
1465
-
1466
-
1467
- </td><td>
1468
-
1469
-
1470
-
1471
- </td></tr>
1472
- <tr><td>
1473
-
1474
- [CommitEventDetail](./foundation-comms.commiteventdetail.md)
1475
-
1476
-
1477
- </td><td>
1478
-
1479
-
1480
-
1481
- </td></tr>
1482
- <tr><td>
1483
-
1484
- [CommitParams](./foundation-comms.commitparams.md)
1485
-
1486
-
1487
- </td><td>
1488
-
1489
- Parameters for a COMMIT message
1490
-
1491
-
1492
- </td></tr>
1493
- <tr><td>
1494
-
1495
- [CommitResponseEvent](./foundation-comms.commitresponseevent.md)
1496
-
1497
-
1498
- </td><td>
1499
-
1500
-
1501
-
1502
- </td></tr>
1503
- <tr><td>
1504
-
1505
- [CommitResponseEventDetail](./foundation-comms.commitresponseeventdetail.md)
1506
-
1507
-
1508
- </td><td>
1509
-
1510
-
1511
-
1512
- </td></tr>
1513
- <tr><td>
1514
-
1515
- [ConnectionStatus](./foundation-comms.connectionstatus.md)
1516
-
1517
-
1518
- </td><td>
1519
-
1520
- The connection status of the Genesis client.
1521
-
1522
-
1523
- </td></tr>
1524
- <tr><td>
1525
-
1526
- [CredentialData\_2](./foundation-comms.credentialdata_2.md)
1527
-
1528
-
1529
- </td><td>
1530
-
1531
- Represents user credentials.
1532
-
1533
-
1534
- </td></tr>
1535
- <tr><td>
1536
-
1537
- [DataserverParams](./foundation-comms.dataserverparams.md)
1538
-
1539
-
1540
- </td><td>
1541
-
1542
- Parameters for a DATA\_LOGON messages
1543
-
1544
-
1545
- </td></tr>
1546
- <tr><td>
1547
-
1548
- [DatasourceStatus](./foundation-comms.datasourcestatus.md)
1549
-
1550
-
1551
- </td><td>
1552
-
1553
- DatasourceStatus.
1554
-
1555
-
1556
- </td></tr>
1557
- <tr><td>
1558
-
1559
- [DatasourceStatusChangedEvent](./foundation-comms.datasourcestatuschangedevent.md)
1560
-
1561
-
1562
- </td><td>
1563
-
1564
- DatasourceStatusChangedEvent.
1565
-
1566
-
1567
- </td></tr>
1568
- <tr><td>
1569
-
1570
- [FieldMetadata](./foundation-comms.fieldmetadata.md)
1571
-
1572
-
1573
- </td><td>
1574
-
1575
- Field Metadata definition.
1576
-
1577
-
1578
- </td></tr>
1579
- <tr><td>
1580
-
1581
- [FilteredDataServerResult](./foundation-comms.filtereddataserverresult.md)
1582
-
1583
-
1584
- </td><td>
1585
-
1586
- Fitlered result after initial DATASERVER data fetch.
1587
-
1588
-
1589
- </td></tr>
1590
- <tr><td>
1591
-
1592
- [GenesisConnectEvents](./foundation-comms.genesisconnectevents.md)
1593
-
1594
-
1595
- </td><td>
1596
-
1597
- Genesis connect events that can be monitored to invoke resource checking.
1598
-
1599
-
1600
- </td></tr>
1601
- <tr><td>
1602
-
1603
- [GenesisResourcesEvents](./foundation-comms.genesisresourcesevents.md)
1604
-
1605
-
1606
- </td><td>
1607
-
1608
-
1609
-
1610
- </td></tr>
1611
- <tr><td>
1612
-
1613
- [GetCredentialOptions](./foundation-comms.getcredentialoptions.md)
1614
-
1615
-
1616
- </td><td>
1617
-
1618
- Represents options for retrieving credentials.
1619
-
1620
-
1621
- </td></tr>
1622
- <tr><td>
1623
-
1624
- [IndexDetail](./foundation-comms.indexdetail.md)
1625
-
1626
-
1627
- </td><td>
1628
-
1629
- Index Detail definition.
1630
-
1631
-
1632
- </td></tr>
1633
- <tr><td>
1634
-
1635
- [JwtAuthInfo](./foundation-comms.jwtauthinfo.md)
1636
-
1637
-
1638
- </td><td>
1639
-
1640
- Represents JWT authentication information.
1641
-
1642
-
1643
- </td></tr>
1644
- <tr><td>
1645
-
1646
- [KVEventFailureResponse](./foundation-comms.kveventfailureresponse.md)
1647
-
1648
-
1649
- </td><td>
1650
-
1651
- **_(ALPHA)_** KVStorage type.
1652
-
1653
-
1654
- </td></tr>
1655
- <tr><td>
1656
-
1657
- [KVValue](./foundation-comms.kvvalue.md)
1658
-
1659
-
1660
- </td><td>
1661
-
1662
- **_(ALPHA)_** KVValue type.
1663
-
1664
-
1665
- </td></tr>
1666
- <tr><td>
1667
-
1668
- [LoginResult](./foundation-comms.loginresult.md)
1669
-
1670
-
1671
- </td><td>
1672
-
1673
- Represents the result of a user login operation.
1674
-
1675
-
1676
- </td></tr>
1677
- <tr><td>
1678
-
1679
- [Message](./foundation-comms.message.md)
1680
-
1681
-
1682
- </td><td>
1683
-
1684
- Base Message type for all DETAIL variants
1685
-
1686
-
1687
- </td></tr>
1688
- <tr><td>
1689
-
1690
- [MessageError](./foundation-comms.messageerror.md)
1691
-
1692
-
1693
- </td><td>
1694
-
1695
- Error definition for a message result
1696
-
1697
-
1698
- </td></tr>
1699
- <tr><td>
1700
-
1701
- [MetaCache](./foundation-comms.metacache.md)
1702
-
1703
-
1704
- </td><td>
1705
-
1706
- Union type of MetadataCache and JsonSchemaCache
1707
-
1708
-
1709
- </td></tr>
1710
- <tr><td>
1711
-
1712
- [Metadata](./foundation-comms.metadata.md)
1713
-
1714
-
1715
- </td><td>
1716
-
1717
- Metadata definition for a given resource.
1718
-
1719
-
1720
- </td></tr>
1721
- <tr><td>
1722
-
1723
- [MetadataDetail](./foundation-comms.metadatadetail.md)
1724
-
1725
-
1726
- </td><td>
1727
-
1728
- Metadata Detail definition.
1729
-
1730
-
1731
- </td></tr>
1732
- <tr><td>
1733
-
1734
- [MetadataEvent](./foundation-comms.metadataevent.md)
1735
-
1736
-
1737
- </td><td>
1738
-
1739
-
1740
-
1741
- </td></tr>
1742
- <tr><td>
1743
-
1744
- [MetadataEventDetail](./foundation-comms.metadataeventdetail.md)
1745
-
1746
-
1747
- </td><td>
1748
-
1749
-
1750
-
1751
- </td></tr>
1752
- <tr><td>
1753
-
1754
- [MonitoredResource](./foundation-comms.monitoredresource.md)
1755
-
1756
-
1757
- </td><td>
1758
-
1759
- MonitoredResource.
1760
-
1761
-
1762
- </td></tr>
1763
- <tr><td>
1764
-
1765
- [MonitoredResourceChecks](./foundation-comms.monitoredresourcechecks.md)
1766
-
1767
-
1768
- </td><td>
1769
-
1770
- MonitoredResourceChecks.
1771
-
1772
-
1773
- </td></tr>
1774
- <tr><td>
1775
-
1776
- [MonitoredResourceDataLogon](./foundation-comms.monitoredresourcedatalogon.md)
1777
-
1778
-
1779
- </td><td>
1780
-
1781
- MonitoredResourceDataLogon.
1782
-
1783
-
1784
- </td></tr>
1785
- <tr><td>
1786
-
1787
- [PingMessage](./foundation-comms.pingmessage.md)
1788
-
1789
-
1790
- </td><td>
1791
-
1792
-
1793
-
1794
- </td></tr>
1795
- <tr><td>
1796
-
1797
- [PongMessage](./foundation-comms.pongmessage.md)
1798
-
1799
-
1800
- </td><td>
1801
-
1802
-
1803
-
1804
- </td></tr>
1805
- <tr><td>
1806
-
1807
- [RawDataServerResult](./foundation-comms.rawdataserverresult.md)
1808
-
1809
-
1810
- </td><td>
1811
-
1812
- Raw result from a DATASERVER data fetch.
1813
-
1814
-
1815
- </td></tr>
1816
- <tr><td>
1817
-
1818
- [RefreshAuthInfo](./foundation-comms.refreshauthinfo.md)
1819
-
1820
-
1821
- </td><td>
1822
-
1823
- Represents refresh token authentication information.
1824
-
1825
-
1826
- </td></tr>
1827
- <tr><td>
1828
-
1829
- [RefreshCredentialsInput](./foundation-comms.refreshcredentialsinput.md)
1830
-
1831
-
1832
- </td><td>
1833
-
1834
- Represents refresh credentials for a user.
1835
-
1836
-
1837
- </td></tr>
1838
- <tr><td>
1839
-
1840
- [ReplyDetail](./foundation-comms.replydetail.md)
1841
-
1842
-
1843
- </td><td>
1844
-
1845
- Reply Detail definition.
1846
-
1847
-
1848
- </td></tr>
1849
- <tr><td>
1850
-
1851
- [RequestDetailsParam](./foundation-comms.requestdetailsparam.md)
1852
-
1853
-
1854
- </td><td>
1855
-
1856
-
1857
-
1858
- </td></tr>
1859
- <tr><td>
1860
-
1861
- [RequestParams](./foundation-comms.requestparams.md)
1862
-
1863
-
1864
- </td><td>
1865
-
1866
- Parameters for a REQ\_ messages
1867
-
1868
-
1869
- </td></tr>
1870
- <tr><td>
1871
-
1872
- [RequestServerResult](./foundation-comms.requestserverresult.md)
1873
-
1874
-
1875
- </td><td>
1876
-
1877
- Raw result from a REQUEST\_SERVER data fetch.
1878
-
1879
-
1880
- </td></tr>
1881
- <tr><td>
1882
-
1883
- [ResourceHealth](./foundation-comms.resourcehealth.md)
1884
-
1885
-
1886
- </td><td>
1887
-
1888
- ResourceHealth.
1889
-
1890
-
1891
- </td></tr>
1892
- <tr><td>
1893
-
1894
- [ResourceItem](./foundation-comms.resourceitem.md)
1895
-
1896
-
1897
- </td><td>
1898
-
1899
-
1900
-
1901
- </td></tr>
1902
- <tr><td>
1903
-
1904
- [ResourcesMessage](./foundation-comms.resourcesmessage.md)
1905
-
1906
-
1907
- </td><td>
1908
-
1909
-
1910
-
1911
- </td></tr>
1912
- <tr><td>
1913
-
1914
- [RowData](./foundation-comms.rowdata.md)
1915
-
1916
-
1917
- </td><td>
1918
-
1919
- Row Data definition.
1920
-
1921
-
1922
- </td></tr>
1923
- <tr><td>
1924
-
1925
- [SchemaResponse](./foundation-comms.schemaresponse.md)
1926
-
1927
-
1928
- </td><td>
1929
-
1930
- Schema Response definition.
1931
-
1932
-
1933
- </td></tr>
1934
- <tr><td>
1935
-
1936
- [ServerRow](./foundation-comms.serverrow.md)
1937
-
1938
-
1939
- </td><td>
1940
-
1941
- Server Row definition.
1942
-
1943
-
1944
- </td></tr>
1945
- <tr><td>
1946
-
1947
- [SocketConnectOptions](./foundation-comms.socketconnectoptions.md)
1948
-
1949
-
1950
- </td><td>
1951
-
1952
- The Socket connection options definition.
1953
-
1954
-
1955
- </td></tr>
1956
- <tr><td>
1957
-
1958
- [SocketReconnectOptions](./foundation-comms.socketreconnectoptions.md)
1959
-
1960
-
1961
- </td><td>
1962
-
1963
- Socket reconnection options
1964
-
1965
-
1966
- </td></tr>
1967
- <tr><td>
1968
-
1969
- [SocketReconnectScheduler](./foundation-comms.socketreconnectscheduler.md)
1970
-
1971
-
1972
- </td><td>
1973
-
1974
- Socket reconnection scheduler
1975
-
1976
-
1977
- </td></tr>
1978
- <tr><td>
1979
-
1980
- [SsoAuthInfo](./foundation-comms.ssoauthinfo.md)
1981
-
1982
-
1983
- </td><td>
1984
-
1985
- Represents SSO authentication information.
1986
-
1987
-
1988
- </td></tr>
1989
- <tr><td>
1990
-
1991
- [SSOCredentialsInput](./foundation-comms.ssocredentialsinput.md)
1992
-
1993
-
1994
- </td><td>
1995
-
1996
- Represents SSO credentials for a user.
1997
-
1998
-
1999
- </td></tr>
2000
- <tr><td>
2001
-
2002
- [StorageType](./foundation-comms.storagetype.md)
2003
-
2004
-
2005
- </td><td>
2006
-
2007
- The available browser storage types.
2008
-
2009
-
2010
- </td></tr>
2011
- <tr><td>
2012
-
2013
- [StreamCompleteEvent](./foundation-comms.streamcompleteevent.md)
2014
-
2015
-
2016
- </td><td>
2017
-
2018
-
2019
-
2020
- </td></tr>
2021
- <tr><td>
2022
-
2023
- [StreamCompleteEventDetail](./foundation-comms.streamcompleteeventdetail.md)
2024
-
2025
-
2026
- </td><td>
2027
-
2028
-
2029
-
2030
- </td></tr>
2031
- <tr><td>
2032
-
2033
- [StreamErrorEvent](./foundation-comms.streamerrorevent.md)
2034
-
2035
-
2036
- </td><td>
2037
-
2038
-
2039
-
2040
- </td></tr>
2041
- <tr><td>
2042
-
2043
- [StreamErrorEventDetail](./foundation-comms.streamerroreventdetail.md)
2044
-
2045
-
2046
- </td><td>
2047
-
2048
-
2049
-
2050
- </td></tr>
2051
- <tr><td>
2052
-
2053
- [StreamEvent](./foundation-comms.streamevent.md)
2054
-
2055
-
2056
- </td><td>
2057
-
2058
-
2059
-
2060
- </td></tr>
2061
- <tr><td>
2062
-
2063
- [StreamEventDetail](./foundation-comms.streameventdetail.md)
2064
-
2065
-
2066
- </td><td>
2067
-
2068
-
2069
-
2070
- </td></tr>
2071
- <tr><td>
2072
-
2073
- [StreamEventFunctions](./foundation-comms.streameventfunctions.md)
2074
-
2075
-
2076
- </td><td>
2077
-
2078
-
2079
-
2080
- </td></tr>
2081
- <tr><td>
2082
-
2083
- [SystemHealthChangedEvent](./foundation-comms.systemhealthchangedevent.md)
2084
-
2085
-
2086
- </td><td>
2087
-
2088
- SystemHealthChangedEvent.
2089
-
2090
-
2091
- </td></tr>
2092
- <tr><td>
2093
-
2094
- [SystemHealthStatus](./foundation-comms.systemhealthstatus.md)
2095
-
2096
-
2097
- </td><td>
2098
-
2099
- SystemHealthStatus.
112
+ | Variable | Description |
113
+ | --- | --- |
114
+ | [CommitAckEventType](./foundation-comms.commitackeventtype.md) | |
115
+ | [CommitEventType](./foundation-comms.commiteventtype.md) | |
116
+ | [CommitResponseEventType](./foundation-comms.commitresponseeventtype.md) | |
117
+ | [credentialSeparator](./foundation-comms.credentialseparator.md) | The default separator used for splitting credential parts. |
118
+ | [DatasourceEventHandler](./foundation-comms.datasourceeventhandler.md) | Datasource event handler mixin for target classes that use or are interested in datasource status changes. |
119
+ | [DatasourceStatusChanged](./foundation-comms.datasourcestatuschanged.md) | DatasourceStatusChanged. |
120
+ | [defaultConnectConfig](./foundation-comms.defaultconnectconfig.md) | The default configuration for connecting to a WS service. |
121
+ | [defaultCredentialManagerConfig](./foundation-comms.defaultcredentialmanagerconfig.md) | The default configuration for the CredentialManager service. |
122
+ | [defaultCredentialRequestOptions](./foundation-comms.defaultcredentialrequestoptions.md) | The default request options for the CredentialManager service. |
123
+ | [defaultDatasourceConfig](./foundation-comms.defaultdatasourceconfig.md) | Default DatasourceConfig DI implementation. |
124
+ | [defaultGenesisResourcesConfig](./foundation-comms.defaultgenesisresourcesconfig.md) | Default GenesisResourcesConfig implementation. |
125
+ | [defaultNetworkMonitorConfig](./foundation-comms.defaultnetworkmonitorconfig.md) | Default NetworkMonitorConfig DI implementation. |
126
+ | [exponentialScheduler](./foundation-comms.exponentialscheduler.md) | Expontential Interval scheduler for reconnect |
127
+ | [extractFieldDefinitions](./foundation-comms.extractfielddefinitions.md) | Extracts the field definitions from the metadata. |
128
+ | [GenesisResourcesChannelId](./foundation-comms.genesisresourceschannelid.md) | |
129
+ | [isWebSocketExpression](./foundation-comms.iswebsocketexpression.md) | Regular Expression to test valid WebSocket (wss and ws) hosts |
130
+ | [linearScheduler](./foundation-comms.linearscheduler.md) | Linear Interval scheduler for reconnect |
131
+ | [logger](./foundation-comms.logger.md) | Logger for the foundation-comms package |
132
+ | [MAX\_RECONNECT\_ATTEMPTS](./foundation-comms.max_reconnect_attempts.md) | Default number of reconnect attempts |
133
+ | [messageHasErrorCode](./foundation-comms.messagehaserrorcode.md) | Check if the message contains an error code. |
134
+ | [messageOrThrow](./foundation-comms.messageorthrow.md) | Check if the provided message contains an error and throw an Error if it does |
135
+ | [MetadataEventType](./foundation-comms.metadataeventtype.md) | |
136
+ | [networkLogger](./foundation-comms.networklogger.md) | |
137
+ | [retryInterval](./foundation-comms.retryinterval.md) | Generate reconnect interval based on scheduler |
138
+ | [StreamCompleteEventType](./foundation-comms.streamcompleteeventtype.md) | |
139
+ | [StreamErrorEventType](./foundation-comms.streamerroreventtype.md) | |
140
+ | [StreamEventType](./foundation-comms.streameventtype.md) | |
141
+ | [SystemHealthChanged](./foundation-comms.systemhealthchanged.md) | SystemHealthChanged. |
142
+ | [toFieldMetadata](./foundation-comms.tofieldmetadata.md) | Converts the field definitions to field metadata. |
143
+ | [TYPES\_MAP](./foundation-comms.types_map.md) | Types map for FieldTypeEnum. |
2100
144
 
145
+ ## Type Aliases
2101
146
 
2102
- </td></tr>
2103
- </tbody></table>
147
+ | Type Alias | Description |
148
+ | --- | --- |
149
+ | [AuthInfo](./foundation-comms.authinfo.md) | Union type of all authentication information types. |
150
+ | [BasicAuthInfo](./foundation-comms.basicauthinfo.md) | Represents basic authentication information. |
151
+ | [BasicCredentialsInput](./foundation-comms.basiccredentialsinput.md) | Represents basic credentials for a user. |
152
+ | [CommitAckEvent](./foundation-comms.commitackevent.md) | |
153
+ | [CommitAckEventDetail](./foundation-comms.commitackeventdetail.md) | |
154
+ | [CommitEvent](./foundation-comms.commitevent.md) | |
155
+ | [CommitEventDetail](./foundation-comms.commiteventdetail.md) | |
156
+ | [CommitParams](./foundation-comms.commitparams.md) | Parameters for a COMMIT message |
157
+ | [CommitResponseEvent](./foundation-comms.commitresponseevent.md) | |
158
+ | [CommitResponseEventDetail](./foundation-comms.commitresponseeventdetail.md) | |
159
+ | [ConnectionStatus](./foundation-comms.connectionstatus.md) | The connection status of the Genesis client. |
160
+ | [CredentialData\_2](./foundation-comms.credentialdata_2.md) | Represents user credentials. |
161
+ | [DataserverParams](./foundation-comms.dataserverparams.md) | Parameters for a DATA\_LOGON messages |
162
+ | [DatasourceStatus](./foundation-comms.datasourcestatus.md) | DatasourceStatus. |
163
+ | [DatasourceStatusChangedEvent](./foundation-comms.datasourcestatuschangedevent.md) | DatasourceStatusChangedEvent. |
164
+ | [FieldMetadata](./foundation-comms.fieldmetadata.md) | Field Metadata definition. |
165
+ | [FilteredDataServerResult](./foundation-comms.filtereddataserverresult.md) | Fitlered result after initial DATASERVER data fetch. |
166
+ | [GenesisConnectEvents](./foundation-comms.genesisconnectevents.md) | Genesis connect events that can be monitored to invoke resource checking. |
167
+ | [GenesisResourcesEvents](./foundation-comms.genesisresourcesevents.md) | |
168
+ | [GetCredentialOptions](./foundation-comms.getcredentialoptions.md) | Represents options for retrieving credentials. |
169
+ | [IndexDetail](./foundation-comms.indexdetail.md) | Index Detail definition. |
170
+ | [JwtAuthInfo](./foundation-comms.jwtauthinfo.md) | Represents JWT authentication information. |
171
+ | [LoginResult](./foundation-comms.loginresult.md) | Represents the result of a user login operation. |
172
+ | [Message](./foundation-comms.message.md) | Base Message type for all DETAIL variants |
173
+ | [MessageError](./foundation-comms.messageerror.md) | Error definition for a message result |
174
+ | [MetaCache](./foundation-comms.metacache.md) | Union type of MetadataCache and JsonSchemaCache |
175
+ | [Metadata](./foundation-comms.metadata.md) | Metadata definition for a given resource. |
176
+ | [MetadataDetail](./foundation-comms.metadatadetail.md) | Metadata Detail definition. |
177
+ | [MetadataEvent](./foundation-comms.metadataevent.md) | |
178
+ | [MetadataEventDetail](./foundation-comms.metadataeventdetail.md) | |
179
+ | [MonitoredResource](./foundation-comms.monitoredresource.md) | MonitoredResource. |
180
+ | [MonitoredResourceChecks](./foundation-comms.monitoredresourcechecks.md) | MonitoredResourceChecks. |
181
+ | [MonitoredResourceDataLogon](./foundation-comms.monitoredresourcedatalogon.md) | MonitoredResourceDataLogon. |
182
+ | [PingMessage](./foundation-comms.pingmessage.md) | |
183
+ | [PongMessage](./foundation-comms.pongmessage.md) | |
184
+ | [RawDataServerResult](./foundation-comms.rawdataserverresult.md) | Raw result from a DATASERVER data fetch. |
185
+ | [RefreshAuthInfo](./foundation-comms.refreshauthinfo.md) | Represents refresh token authentication information. |
186
+ | [RefreshCredentialsInput](./foundation-comms.refreshcredentialsinput.md) | Represents refresh credentials for a user. |
187
+ | [ReplyDetail](./foundation-comms.replydetail.md) | Reply Detail definition. |
188
+ | [RequestDetailsParam](./foundation-comms.requestdetailsparam.md) | |
189
+ | [RequestParams](./foundation-comms.requestparams.md) | Parameters for a REQ\_ messages |
190
+ | [RequestServerResult](./foundation-comms.requestserverresult.md) | Raw result from a REQUEST\_SERVER data fetch. |
191
+ | [ResourceHealth](./foundation-comms.resourcehealth.md) | ResourceHealth. |
192
+ | [ResourceItem](./foundation-comms.resourceitem.md) | |
193
+ | [ResourcesMessage](./foundation-comms.resourcesmessage.md) | |
194
+ | [RowData](./foundation-comms.rowdata.md) | Row Data definition. |
195
+ | [SchemaResponse](./foundation-comms.schemaresponse.md) | Schema Response definition. |
196
+ | [ServerRow](./foundation-comms.serverrow.md) | Server Row definition. |
197
+ | [SocketConnectOptions](./foundation-comms.socketconnectoptions.md) | The Socket connection options definition. |
198
+ | [SocketReconnectOptions](./foundation-comms.socketreconnectoptions.md) | Socket reconnection options |
199
+ | [SocketReconnectScheduler](./foundation-comms.socketreconnectscheduler.md) | Socket reconnection scheduler |
200
+ | [SsoAuthInfo](./foundation-comms.ssoauthinfo.md) | Represents SSO authentication information. |
201
+ | [SSOCredentialsInput](./foundation-comms.ssocredentialsinput.md) | Represents SSO credentials for a user. |
202
+ | [StorageType](./foundation-comms.storagetype.md) | The available browser storage types. |
203
+ | [StreamCompleteEvent](./foundation-comms.streamcompleteevent.md) | |
204
+ | [StreamCompleteEventDetail](./foundation-comms.streamcompleteeventdetail.md) | |
205
+ | [StreamErrorEvent](./foundation-comms.streamerrorevent.md) | |
206
+ | [StreamErrorEventDetail](./foundation-comms.streamerroreventdetail.md) | |
207
+ | [StreamEvent](./foundation-comms.streamevent.md) | |
208
+ | [StreamEventDetail](./foundation-comms.streameventdetail.md) | |
209
+ | [StreamEventFunctions](./foundation-comms.streameventfunctions.md) | |
210
+ | [SystemHealthChangedEvent](./foundation-comms.systemhealthchangedevent.md) | SystemHealthChangedEvent. |
211
+ | [SystemHealthStatus](./foundation-comms.systemhealthstatus.md) | SystemHealthStatus. |
2104
212