@genesislcap/foundation-comms 14.302.0 → 14.302.1-alpha-d11831b.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 +0 -1
  9. package/dist/dts/credentialManager/credentialManager.types.d.ts.map +1 -1
  10. package/dist/dts/datasource/datasource.mixins.d.ts +259 -218
  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 +1 -2
  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 +8 -7
  23. package/dist/esm/connect/socket.js +16 -19
  24. package/dist/esm/connect/ticker.js +8 -6
  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 +1 -2
  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 +3341 -626
  31. package/dist/foundation-comms.d.ts +261 -222
  32. package/docs/api/foundation-comms.auth.login.md +33 -3
  33. package/docs/api/foundation-comms.auth.md +128 -10
  34. package/docs/api/foundation-comms.autherror._constructor_.md +63 -5
  35. package/docs/api/foundation-comms.autherror.haserrorcode.md +31 -3
  36. package/docs/api/foundation-comms.autherror.md +178 -15
  37. package/docs/api/foundation-comms.authtype.md +73 -6
  38. package/docs/api/foundation-comms.connect.commitevent.md +47 -4
  39. package/docs/api/foundation-comms.connect.connect.md +33 -3
  40. package/docs/api/foundation-comms.connect.datalogoff.md +33 -3
  41. package/docs/api/foundation-comms.connect.getavailableresources.md +33 -3
  42. package/docs/api/foundation-comms.connect.getjsonschema.md +33 -3
  43. package/docs/api/foundation-comms.connect.getmetadata.md +49 -4
  44. package/docs/api/foundation-comms.connect.getmorecolumns.md +33 -3
  45. package/docs/api/foundation-comms.connect.getmorerows.md +49 -4
  46. package/docs/api/foundation-comms.connect.md +287 -22
  47. package/docs/api/foundation-comms.connect.request.md +49 -4
  48. package/docs/api/foundation-comms.connect.snapshot.md +49 -4
  49. package/docs/api/foundation-comms.connect.stream.md +81 -6
  50. package/docs/api/foundation-comms.connect.streamstate.md +97 -7
  51. package/docs/api/foundation-comms.connect.streamwithoutautoteardown.md +112 -0
  52. package/docs/api/foundation-comms.connectconfig.md +79 -5
  53. package/docs/api/foundation-comms.connectevents.addcommitlistener.md +33 -3
  54. package/docs/api/foundation-comms.connectevents.addcommitresponselistener.md +33 -3
  55. package/docs/api/foundation-comms.connectevents.addmetadatalistener.md +33 -3
  56. package/docs/api/foundation-comms.connectevents.addstreamlistener.md +65 -5
  57. package/docs/api/foundation-comms.connectevents.md +56 -6
  58. package/docs/api/foundation-comms.connecteventsemitter.md +78 -8
  59. package/docs/api/foundation-comms.connecteventsemitter.oncommitevent.md +49 -4
  60. package/docs/api/foundation-comms.connecteventsemitter.oncommitresponseevent.md +49 -4
  61. package/docs/api/foundation-comms.connecteventsemitter.onmetadataevent.md +65 -5
  62. package/docs/api/foundation-comms.connecteventsemitter.onstreamcompleteevent.md +49 -4
  63. package/docs/api/foundation-comms.connecteventsemitter.onstreamerrorevent.md +65 -5
  64. package/docs/api/foundation-comms.connecteventsemitter.onstreamevent.md +81 -6
  65. package/docs/api/foundation-comms.credentialmanager.createbasiccredentials.md +33 -3
  66. package/docs/api/foundation-comms.credentialmanager.createrefreshcredentials.md +33 -3
  67. package/docs/api/foundation-comms.credentialmanager.createssocredentials.md +33 -3
  68. package/docs/api/foundation-comms.credentialmanager.getcredentials.md +33 -3
  69. package/docs/api/foundation-comms.credentialmanager.getcredentialsfromcontainer.md +33 -3
  70. package/docs/api/foundation-comms.credentialmanager.md +287 -27
  71. package/docs/api/foundation-comms.credentialmanager.normaliselegacycredentialdata.md +49 -4
  72. package/docs/api/foundation-comms.credentialmanager.storecredentials.md +33 -3
  73. package/docs/api/foundation-comms.credentialmanager.storecredentialsincontainer.md +33 -3
  74. package/docs/api/foundation-comms.credentialmanager.storecredentialsincookie.md +33 -3
  75. package/docs/api/foundation-comms.credentialmanager.validatebasiccredentials.md +33 -3
  76. package/docs/api/foundation-comms.credentialmanager.validaterefreshcredentials.md +33 -3
  77. package/docs/api/foundation-comms.credentialmanager.validatessocredentials.md +33 -3
  78. package/docs/api/foundation-comms.credentialmanager.validateusercredentialdata.md +49 -4
  79. package/docs/api/foundation-comms.credentialmanagerconfig.md +39 -3
  80. package/docs/api/foundation-comms.credentialmanagercookieconfig.md +92 -6
  81. package/docs/api/foundation-comms.criteriafilterstofields.md +33 -3
  82. package/docs/api/foundation-comms.dataserverresultfilter.md +49 -4
  83. package/docs/api/foundation-comms.datasource.addview.md +33 -3
  84. package/docs/api/foundation-comms.datasource.clearfilter.md +33 -3
  85. package/docs/api/foundation-comms.datasource.createitem.md +33 -3
  86. package/docs/api/foundation-comms.datasource.datahandler.md +33 -3
  87. package/docs/api/foundation-comms.datasource.deleteitem.md +33 -3
  88. package/docs/api/foundation-comms.datasource.dropview.md +33 -3
  89. package/docs/api/foundation-comms.datasource.getmetadata.md +33 -3
  90. package/docs/api/foundation-comms.datasource.init.md +65 -5
  91. package/docs/api/foundation-comms.datasource.md +304 -25
  92. package/docs/api/foundation-comms.datasource.setfilter.md +65 -5
  93. package/docs/api/foundation-comms.datasource.snapshot.md +33 -3
  94. package/docs/api/foundation-comms.datasource.snapshotfiltered.md +33 -3
  95. package/docs/api/foundation-comms.datasource.updatedata.md +33 -3
  96. package/docs/api/foundation-comms.datasource.updateitem.md +49 -4
  97. package/docs/api/foundation-comms.datasource.validresourcename.md +31 -3
  98. package/docs/api/foundation-comms.datasourceconfig.criteriatofields.md +31 -3
  99. package/docs/api/foundation-comms.datasourceconfig.dataserverresultfilter.md +47 -4
  100. package/docs/api/foundation-comms.datasourceconfig.md +88 -8
  101. package/docs/api/foundation-comms.datasourcedefaults.md +148 -8
  102. package/docs/api/foundation-comms.datasourceeventhandler.md +300 -219
  103. package/docs/api/foundation-comms.datasourcemetadata.md +151 -9
  104. package/docs/api/foundation-comms.datasourceoptions.md +307 -17
  105. package/docs/api/foundation-comms.dataupdate.md +79 -5
  106. package/docs/api/foundation-comms.dataview.md +98 -6
  107. package/docs/api/foundation-comms.defaultauth._constructor_.md +87 -7
  108. package/docs/api/foundation-comms.defaultauth.login.md +31 -3
  109. package/docs/api/foundation-comms.defaultauth.md +195 -15
  110. package/docs/api/foundation-comms.defaultconnect._constructor_.md +87 -7
  111. package/docs/api/foundation-comms.defaultconnect.commitevent.md +47 -4
  112. package/docs/api/foundation-comms.defaultconnect.connect.md +33 -3
  113. package/docs/api/foundation-comms.defaultconnect.datalogoff.md +31 -3
  114. package/docs/api/foundation-comms.defaultconnect.getavailableresources.md +33 -3
  115. package/docs/api/foundation-comms.defaultconnect.getjsonschema.md +47 -4
  116. package/docs/api/foundation-comms.defaultconnect.getmetadata.md +47 -4
  117. package/docs/api/foundation-comms.defaultconnect.getmorecolumns.md +31 -3
  118. package/docs/api/foundation-comms.defaultconnect.getmorerows.md +47 -4
  119. package/docs/api/foundation-comms.defaultconnect.md +384 -30
  120. package/docs/api/foundation-comms.defaultconnect.request.md +47 -4
  121. package/docs/api/foundation-comms.defaultconnect.send.md +47 -4
  122. package/docs/api/foundation-comms.defaultconnect.setvalidsession.md +31 -3
  123. package/docs/api/foundation-comms.defaultconnect.snapshot.md +47 -4
  124. package/docs/api/foundation-comms.defaultconnect.stream.md +75 -6
  125. package/docs/api/foundation-comms.defaultconnect.streamstate.md +95 -7
  126. package/docs/api/foundation-comms.defaultconnect.streamwithoutautoteardown.md +75 -6
  127. package/docs/api/foundation-comms.defaultconnectevents.addcommitlistener.md +33 -3
  128. package/docs/api/foundation-comms.defaultconnectevents.addcommitresponselistener.md +33 -3
  129. package/docs/api/foundation-comms.defaultconnectevents.addmetadatalistener.md +33 -3
  130. package/docs/api/foundation-comms.defaultconnectevents.addstreamlistener.md +65 -5
  131. package/docs/api/foundation-comms.defaultconnectevents.md +157 -12
  132. package/docs/api/foundation-comms.defaultconnectevents.oncommitevent.md +47 -4
  133. package/docs/api/foundation-comms.defaultconnectevents.oncommitresponseevent.md +49 -4
  134. package/docs/api/foundation-comms.defaultconnectevents.onmetadataevent.md +65 -5
  135. package/docs/api/foundation-comms.defaultconnectevents.onstreamcompleteevent.md +49 -4
  136. package/docs/api/foundation-comms.defaultconnectevents.onstreamerrorevent.md +65 -5
  137. package/docs/api/foundation-comms.defaultconnectevents.onstreamevent.md +81 -6
  138. package/docs/api/foundation-comms.defaultcredentialmanager._constructor_.md +47 -4
  139. package/docs/api/foundation-comms.defaultcredentialmanager.createbasiccredentials.md +31 -3
  140. package/docs/api/foundation-comms.defaultcredentialmanager.createrefreshcredentials.md +33 -3
  141. package/docs/api/foundation-comms.defaultcredentialmanager.createssocredentials.md +33 -3
  142. package/docs/api/foundation-comms.defaultcredentialmanager.getcredentials.md +33 -3
  143. package/docs/api/foundation-comms.defaultcredentialmanager.getcredentialsfromcontainer.md +33 -3
  144. package/docs/api/foundation-comms.defaultcredentialmanager.md +348 -30
  145. package/docs/api/foundation-comms.defaultcredentialmanager.normaliselegacycredentialdata.md +49 -4
  146. package/docs/api/foundation-comms.defaultcredentialmanager.storecredentials.md +31 -3
  147. package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincontainer.md +31 -3
  148. package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincookie.md +31 -3
  149. package/docs/api/foundation-comms.defaultcredentialmanager.validatebasiccredentials.md +31 -3
  150. package/docs/api/foundation-comms.defaultcredentialmanager.validaterefreshcredentials.md +31 -3
  151. package/docs/api/foundation-comms.defaultcredentialmanager.validatessocredentials.md +31 -3
  152. package/docs/api/foundation-comms.defaultcredentialmanager.validateusercredentialdata.md +47 -4
  153. package/docs/api/foundation-comms.defaultdatasource._constructor_.md +87 -7
  154. package/docs/api/foundation-comms.defaultdatasource.fetchandapplymetadata.md +31 -3
  155. package/docs/api/foundation-comms.defaultdatasource.init.md +63 -5
  156. package/docs/api/foundation-comms.defaultdatasource.md +488 -32
  157. package/docs/api/foundation-comms.defaultdatasource.snapshot.md +33 -3
  158. package/docs/api/foundation-comms.defaultdatasource.snapshotfiltered.md +33 -3
  159. package/docs/api/foundation-comms.defaultdatasource.validresourcename.md +31 -3
  160. package/docs/api/foundation-comms.defaultentitydatasource._initialized.md +15 -0
  161. package/docs/api/foundation-comms.defaultentitydatasource.cache.md +19 -0
  162. package/docs/api/foundation-comms.defaultentitydatasource.disconnect.md +19 -0
  163. package/docs/api/foundation-comms.defaultentitydatasource.entitycache.md +14 -0
  164. package/docs/api/foundation-comms.defaultentitydatasource.entitymap.md +14 -0
  165. package/docs/api/foundation-comms.defaultentitydatasource.initialize.md +19 -0
  166. package/docs/api/foundation-comms.defaultentitydatasource.initialized.md +16 -0
  167. package/docs/api/foundation-comms.defaultentitydatasource.isempty.md +19 -0
  168. package/docs/api/foundation-comms.defaultentitydatasource.mapper.md +14 -0
  169. package/docs/api/foundation-comms.defaultentitydatasource.md +312 -0
  170. package/docs/api/foundation-comms.defaultentitydatasource.rowid.md +14 -0
  171. package/docs/api/foundation-comms.defaultentitydatasource.sourceref.md +14 -0
  172. package/docs/api/foundation-comms.defaultentitydatasource.subscription.md +14 -0
  173. package/docs/api/foundation-comms.defaultentitydatasource.subscriptionloggedoff.md +14 -0
  174. package/docs/api/foundation-comms.defaultfoundationanalytics._constructor_.md +31 -3
  175. package/docs/api/foundation-comms.defaultfoundationanalytics.md +74 -7
  176. package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent.md +45 -4
  177. package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent_1.md +45 -4
  178. package/docs/api/foundation-comms.defaultgenesisresources._constructor_.md +45 -4
  179. package/docs/api/foundation-comms.defaultgenesisresources.getresourcetypefor.md +33 -3
  180. package/docs/api/foundation-comms.defaultgenesisresources.isvalidresource.md +33 -3
  181. package/docs/api/foundation-comms.defaultgenesisresources.md +230 -17
  182. package/docs/api/foundation-comms.defaulthttp._constructor_.md +31 -3
  183. package/docs/api/foundation-comms.defaulthttp.get.md +45 -4
  184. package/docs/api/foundation-comms.defaulthttp.md +72 -7
  185. package/docs/api/foundation-comms.defaulthttp.post.md +45 -4
  186. package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +101 -8
  187. package/docs/api/foundation-comms.defaulthttpconnect.commitevent.md +47 -4
  188. package/docs/api/foundation-comms.defaulthttpconnect.connect.md +31 -3
  189. package/docs/api/foundation-comms.defaulthttpconnect.datalogoff.md +31 -3
  190. package/docs/api/foundation-comms.defaulthttpconnect.getavailableresources.md +33 -3
  191. package/docs/api/foundation-comms.defaulthttpconnect.getjsonschema.md +31 -3
  192. package/docs/api/foundation-comms.defaulthttpconnect.getmetadata.md +47 -4
  193. package/docs/api/foundation-comms.defaulthttpconnect.getmorecolumns.md +31 -3
  194. package/docs/api/foundation-comms.defaulthttpconnect.getmorerows.md +31 -3
  195. package/docs/api/foundation-comms.defaulthttpconnect.md +376 -30
  196. package/docs/api/foundation-comms.defaulthttpconnect.request.md +47 -4
  197. package/docs/api/foundation-comms.defaulthttpconnect.send.md +47 -4
  198. package/docs/api/foundation-comms.defaulthttpconnect.setvalidsession.md +31 -3
  199. package/docs/api/foundation-comms.defaulthttpconnect.snapshot.md +47 -4
  200. package/docs/api/foundation-comms.defaulthttpconnect.stream.md +75 -6
  201. package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +95 -7
  202. package/docs/api/foundation-comms.defaulthttpconnect.streamwithoutautoteardown.md +75 -6
  203. package/docs/api/foundation-comms.defaultkvstorage._constructor_.md +81 -0
  204. package/docs/api/foundation-comms.defaultkvstorage.md +98 -0
  205. package/docs/api/foundation-comms.defaultkvstorage.user.md +14 -0
  206. package/docs/api/foundation-comms.defaultkvstorageconfig.md +16 -0
  207. package/docs/api/foundation-comms.defaultmessagebuilder._constructor_.md +45 -4
  208. package/docs/api/foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md +59 -5
  209. package/docs/api/foundation-comms.defaultmessagebuilder.createcommitmessage.md +47 -4
  210. package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md +31 -3
  211. package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogonmessage.md +47 -4
  212. package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md +61 -5
  213. package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md +75 -6
  214. package/docs/api/foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md +33 -3
  215. package/docs/api/foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md +47 -4
  216. package/docs/api/foundation-comms.defaultmessagebuilder.createloginmessage.md +31 -3
  217. package/docs/api/foundation-comms.defaultmessagebuilder.createlogoutmessage.md +33 -3
  218. package/docs/api/foundation-comms.defaultmessagebuilder.createmetarequestmessage.md +47 -4
  219. package/docs/api/foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md +31 -3
  220. package/docs/api/foundation-comms.defaultmessagebuilder.createmorerowsmessage.md +47 -4
  221. package/docs/api/foundation-comms.defaultmessagebuilder.createrequestmessage.md +47 -4
  222. package/docs/api/foundation-comms.defaultmessagebuilder.createresourcesmessage.md +33 -3
  223. package/docs/api/foundation-comms.defaultmessagebuilder.md +240 -21
  224. package/docs/api/foundation-comms.defaultmetacache.getjsonschemafor.md +31 -3
  225. package/docs/api/foundation-comms.defaultmetacache.getmetadatafor.md +31 -3
  226. package/docs/api/foundation-comms.defaultmetacache.hasjsonschemafor.md +31 -3
  227. package/docs/api/foundation-comms.defaultmetacache.hasmetadatafor.md +31 -3
  228. package/docs/api/foundation-comms.defaultmetacache.md +145 -12
  229. package/docs/api/foundation-comms.defaultmetacache.setjsonschemafor.md +45 -4
  230. package/docs/api/foundation-comms.defaultmetacache.setmetadatafor.md +45 -4
  231. package/docs/api/foundation-comms.defaultnetworkmonitor.addresource.md +49 -4
  232. package/docs/api/foundation-comms.defaultnetworkmonitor.md +155 -13
  233. package/docs/api/foundation-comms.defaultnetworkmonitor.removeresource.md +33 -3
  234. package/docs/api/foundation-comms.defaultsession.getitem.md +45 -4
  235. package/docs/api/foundation-comms.defaultsession.getlocalstorageitem.md +31 -3
  236. package/docs/api/foundation-comms.defaultsession.getsessionstorageitem.md +31 -3
  237. package/docs/api/foundation-comms.defaultsession.md +212 -18
  238. package/docs/api/foundation-comms.defaultsession.removeitem.md +45 -4
  239. package/docs/api/foundation-comms.defaultsession.removelocalstorageitem.md +31 -3
  240. package/docs/api/foundation-comms.defaultsession.removesessionstorageitem.md +31 -3
  241. package/docs/api/foundation-comms.defaultsession.setauthresult.md +31 -3
  242. package/docs/api/foundation-comms.defaultsession.setitem.md +59 -5
  243. package/docs/api/foundation-comms.defaultsession.setlocalstorageitem.md +45 -4
  244. package/docs/api/foundation-comms.defaultsession.setsessionstorageitem.md +45 -4
  245. package/docs/api/foundation-comms.defaultsession.setstoragekeyprefix.md +31 -3
  246. package/docs/api/foundation-comms.defaultsocket._constructor_.md +115 -9
  247. package/docs/api/foundation-comms.defaultsocket.connect.md +65 -5
  248. package/docs/api/foundation-comms.defaultsocket.md +373 -25
  249. package/docs/api/foundation-comms.defaultsocket.send.md +47 -4
  250. package/docs/api/foundation-comms.defaultsocket.sendforstream.md +75 -6
  251. package/docs/api/foundation-comms.defaultsocket.sendforstreamwithoutteardown.md +59 -5
  252. package/docs/api/foundation-comms.defaultsocketstatus.md +334 -22
  253. package/docs/api/foundation-comms.defaultsocketstatus.onclose.md +31 -3
  254. package/docs/api/foundation-comms.entitydatasource.cache.md +19 -0
  255. package/docs/api/foundation-comms.entitydatasource.disconnect.md +22 -0
  256. package/docs/api/foundation-comms.entitydatasource.initialize.md +57 -0
  257. package/docs/api/foundation-comms.entitydatasource.isempty.md +19 -0
  258. package/docs/api/foundation-comms.entitydatasource.md +171 -0
  259. package/docs/api/foundation-comms.entitydatasourceinit.fetchmeta.md +14 -0
  260. package/docs/api/foundation-comms.entitydatasourceinit.mapper.md +14 -0
  261. package/docs/api/foundation-comms.entitydatasourceinit.md +99 -0
  262. package/docs/api/foundation-comms.entitydatasourceinit.options.md +14 -0
  263. package/docs/api/foundation-comms.eventmessagetype.md +213 -16
  264. package/docs/api/foundation-comms.extractfielddefinitions.md +44 -1
  265. package/docs/api/foundation-comms.fieldtypeenum.md +129 -10
  266. package/docs/api/foundation-comms.foundationanalytics.md +45 -5
  267. package/docs/api/foundation-comms.foundationanalytics.trackevent.md +49 -4
  268. package/docs/api/foundation-comms.foundationanalytics.trackevent_1.md +49 -4
  269. package/docs/api/foundation-comms.foundationanalytics.trackevent_2.md +49 -4
  270. package/docs/api/foundation-comms.foundationanalyticsevent.controlclicked.md +39 -3
  271. package/docs/api/foundation-comms.foundationanalyticsevent.md +34 -4
  272. package/docs/api/foundation-comms.foundationanalyticsevent.routechanged.md +58 -4
  273. package/docs/api/foundation-comms.foundationanalyticseventtype.md +45 -4
  274. package/docs/api/foundation-comms.genesisresources.md +98 -6
  275. package/docs/api/foundation-comms.genesisresourcesconfig.md +60 -4
  276. package/docs/api/foundation-comms.genesisresourcesmock.getresourcetypefor.md +33 -3
  277. package/docs/api/foundation-comms.genesisresourcesmock.isvalidresource.md +33 -3
  278. package/docs/api/foundation-comms.genesisresourcesmock.md +142 -11
  279. package/docs/api/foundation-comms.getkvstorage.md +1 -1
  280. package/docs/api/foundation-comms.http.get.md +45 -4
  281. package/docs/api/foundation-comms.http.md +30 -4
  282. package/docs/api/foundation-comms.http.post.md +45 -4
  283. package/docs/api/foundation-comms.httprequestinit.md +41 -3
  284. package/docs/api/foundation-comms.jsonschemacache.getjsonschemafor.md +31 -3
  285. package/docs/api/foundation-comms.jsonschemacache.hasjsonschemafor.md +31 -3
  286. package/docs/api/foundation-comms.jsonschemacache.md +78 -8
  287. package/docs/api/foundation-comms.jsonschemacache.setjsonschemafor.md +45 -4
  288. package/docs/api/foundation-comms.keyvalue.base64.md +16 -0
  289. package/docs/api/foundation-comms.keyvalue.expiration.md +16 -0
  290. package/docs/api/foundation-comms.keyvalue.key.md +16 -0
  291. package/docs/api/foundation-comms.keyvalue.md +137 -0
  292. package/docs/api/foundation-comms.keyvalue.metadata.md +18 -0
  293. package/docs/api/foundation-comms.keyvalue.value.md +16 -0
  294. package/docs/api/foundation-comms.keyvaluetransfer.deserialize.md +53 -0
  295. package/docs/api/foundation-comms.keyvaluetransfer.kv.md +14 -0
  296. package/docs/api/foundation-comms.keyvaluetransfer.md +98 -0
  297. package/docs/api/foundation-comms.keyvaluetransfer.serialize.md +53 -0
  298. package/docs/api/foundation-comms.kveventfailureresponse.md +21 -0
  299. package/docs/api/foundation-comms.kveventmessagetype.md +69 -0
  300. package/docs/api/foundation-comms.kvmessagetype.md +69 -0
  301. package/docs/api/foundation-comms.kvstorage.delete.md +53 -0
  302. package/docs/api/foundation-comms.kvstorage.get.md +18 -0
  303. package/docs/api/foundation-comms.kvstorage.get_1.md +53 -0
  304. package/docs/api/foundation-comms.kvstorage.list.md +18 -0
  305. package/docs/api/foundation-comms.kvstorage.md +91 -0
  306. package/docs/api/foundation-comms.kvstorage.put.md +53 -0
  307. package/docs/api/foundation-comms.kvstorageconfig.account.md +16 -0
  308. package/docs/api/foundation-comms.kvstorageconfig.authemail.md +21 -0
  309. package/docs/api/foundation-comms.kvstorageconfig.authkey.md +16 -0
  310. package/docs/api/foundation-comms.kvstorageconfig.md +118 -0
  311. package/docs/api/foundation-comms.kvstorageconfig.namespace.md +16 -0
  312. package/docs/api/foundation-comms.kvvalue.md +16 -0
  313. package/docs/api/foundation-comms.logoutresult.md +60 -4
  314. package/docs/api/foundation-comms.md +2081 -189
  315. package/docs/api/foundation-comms.messagebuilder.createchangepasswordmessage.md +65 -5
  316. package/docs/api/foundation-comms.messagebuilder.createcommitmessage.md +49 -4
  317. package/docs/api/foundation-comms.messagebuilder.createdatalogoffmessage.md +33 -3
  318. package/docs/api/foundation-comms.messagebuilder.createdatalogonmessage.md +49 -4
  319. package/docs/api/foundation-comms.messagebuilder.createforgotpasswordmessage.md +65 -5
  320. package/docs/api/foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md +81 -6
  321. package/docs/api/foundation-comms.messagebuilder.createheartbeatpingmessage.md +33 -3
  322. package/docs/api/foundation-comms.messagebuilder.createhttpheadersfrommessage.md +49 -4
  323. package/docs/api/foundation-comms.messagebuilder.createloginmessage.md +33 -3
  324. package/docs/api/foundation-comms.messagebuilder.createlogoutmessage.md +33 -3
  325. package/docs/api/foundation-comms.messagebuilder.createmetarequestmessage.md +49 -4
  326. package/docs/api/foundation-comms.messagebuilder.createmorecolumnsmessage.md +33 -3
  327. package/docs/api/foundation-comms.messagebuilder.createmorerowsmessage.md +49 -4
  328. package/docs/api/foundation-comms.messagebuilder.createrequestmessage.md +49 -4
  329. package/docs/api/foundation-comms.messagebuilder.createresourcesmessage.md +33 -3
  330. package/docs/api/foundation-comms.messagebuilder.md +186 -18
  331. package/docs/api/foundation-comms.messagecode.md +45 -4
  332. package/docs/api/foundation-comms.messagedetails.md +188 -18
  333. package/docs/api/foundation-comms.messagehaserrorcode.md +58 -1
  334. package/docs/api/foundation-comms.messageorthrow.md +44 -1
  335. package/docs/api/foundation-comms.messagetype.md +213 -16
  336. package/docs/api/foundation-comms.metadatacache.getmetadatafor.md +33 -3
  337. package/docs/api/foundation-comms.metadatacache.hasmetadatafor.md +33 -3
  338. package/docs/api/foundation-comms.metadatacache.md +86 -8
  339. package/docs/api/foundation-comms.metadatacache.setmetadatafor.md +49 -4
  340. package/docs/api/foundation-comms.monitoredresourcechecksresult.md +94 -6
  341. package/docs/api/foundation-comms.networkmonitor.addresource.md +49 -4
  342. package/docs/api/foundation-comms.networkmonitor.md +96 -10
  343. package/docs/api/foundation-comms.networkmonitor.removeresource.md +33 -3
  344. package/docs/api/foundation-comms.networkmonitor.runallchecks.md +49 -4
  345. package/docs/api/foundation-comms.networkmonitorconfig.md +231 -13
  346. package/docs/api/foundation-comms.normalisecriteria.md +49 -4
  347. package/docs/api/foundation-comms.resourcetype.md +59 -5
  348. package/docs/api/foundation-comms.retryinterval.md +60 -1
  349. package/docs/api/foundation-comms.serializedsocketstatus.md +217 -13
  350. package/docs/api/foundation-comms.serializer.deserialize.md +33 -3
  351. package/docs/api/foundation-comms.serializer.deserialize_1.md +33 -3
  352. package/docs/api/foundation-comms.serializer.deserialize_2.md +33 -3
  353. package/docs/api/foundation-comms.serializer.md +56 -6
  354. package/docs/api/foundation-comms.serializer.serialize.md +33 -3
  355. package/docs/api/foundation-comms.session.getitem.md +49 -4
  356. package/docs/api/foundation-comms.session.getlocalstorageitem.md +33 -3
  357. package/docs/api/foundation-comms.session.getsessionstorageitem.md +33 -3
  358. package/docs/api/foundation-comms.session.md +196 -18
  359. package/docs/api/foundation-comms.session.removeitem.md +49 -4
  360. package/docs/api/foundation-comms.session.removelocalstorageitem.md +33 -3
  361. package/docs/api/foundation-comms.session.removesessionstorageitem.md +33 -3
  362. package/docs/api/foundation-comms.session.setauthresult.md +33 -3
  363. package/docs/api/foundation-comms.session.setitem.md +65 -5
  364. package/docs/api/foundation-comms.session.setlocalstorageitem.md +49 -4
  365. package/docs/api/foundation-comms.session.setsessionstorageitem.md +49 -4
  366. package/docs/api/foundation-comms.session.setstoragekeyprefix.md +33 -3
  367. package/docs/api/foundation-comms.socket.connect.md +63 -5
  368. package/docs/api/foundation-comms.socket.md +109 -10
  369. package/docs/api/foundation-comms.socket.send.md +47 -4
  370. package/docs/api/foundation-comms.socket.sendforstream.md +75 -6
  371. package/docs/api/foundation-comms.socket.sendforstreamwithoutteardown.md +91 -0
  372. package/docs/api/foundation-comms.socketmessagehandler._constructor_.md +73 -6
  373. package/docs/api/foundation-comms.socketmessagehandler.md +137 -9
  374. package/docs/api/foundation-comms.socketobservable._constructor_.md +31 -3
  375. package/docs/api/foundation-comms.socketobservable.md +31 -3
  376. package/docs/api/foundation-comms.socketreconnectstrategy.md +45 -4
  377. package/docs/api/foundation-comms.socketstatus.md +69 -7
  378. package/docs/api/foundation-comms.socketstatus.onclose.md +31 -3
  379. package/docs/api/foundation-comms.socketsubject.md +31 -3
  380. package/docs/api/foundation-comms.tofieldmetadata.md +44 -1
  381. package/docs/api/foundation-comms.until.md +49 -4
  382. package/docs/api/index.md +21 -3
  383. package/docs/api-report.md.api.md +2909 -0
  384. package/package.json +14 -14
@@ -6,207 +6,2099 @@
6
6
 
7
7
  ## Classes
8
8
 
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. |
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>
33
284
 
34
285
  ## Enumerations
35
286
 
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 |
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>
46
409
 
47
410
  ## Functions
48
411
 
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. |
412
+ <table><thead><tr><th>
63
413
 
64
- ## Interfaces
414
+ Function
65
415
 
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. |
102
416
 
103
- ## Namespaces
417
+ </th><th>
104
418
 
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 |
419
+ Description
109
420
 
110
- ## Variables
111
421
 
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. |
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)
481
+
482
+
483
+ </td><td>
484
+
485
+ Get Datasource from the DI container.
486
+
487
+
488
+ </td></tr>
489
+ <tr><td>
490
+
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.
144
2100
 
145
- ## Type Aliases
146
2101
 
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. |
2102
+ </td></tr>
2103
+ </tbody></table>
212
2104