@genesislcap/foundation-comms 14.301.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
@@ -14,18 +14,149 @@ export declare class GenesisResourcesMock implements GenesisResources
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [nextIsValidResourceResponse](./foundation-comms.genesisresourcesmock.nextisvalidresourceresponse.md) | | boolean | |
20
- | [nextResourceTypeForResponse](./foundation-comms.genesisresourcesmock.nextresourcetypeforresponse.md) | | [ResourceType](./foundation-comms.resourcetype.md) | |
21
- | [resources](./foundation-comms.genesisresourcesmock.resources.md) | | [ResourceItem](./foundation-comms.resourceitem.md)<!-- -->\[\] | |
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [nextIsValidResourceResponse](./foundation-comms.genesisresourcesmock.nextisvalidresourceresponse.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ boolean
49
+
50
+
51
+ </td><td>
52
+
53
+
54
+ </td></tr>
55
+ <tr><td>
56
+
57
+ [nextResourceTypeForResponse](./foundation-comms.genesisresourcesmock.nextresourcetypeforresponse.md)
58
+
59
+
60
+ </td><td>
61
+
62
+
63
+ </td><td>
64
+
65
+ [ResourceType](./foundation-comms.resourcetype.md)
66
+
67
+
68
+ </td><td>
69
+
70
+
71
+ </td></tr>
72
+ <tr><td>
73
+
74
+ [resources](./foundation-comms.genesisresourcesmock.resources.md)
75
+
76
+
77
+ </td><td>
78
+
79
+
80
+ </td><td>
81
+
82
+ [ResourceItem](./foundation-comms.resourceitem.md)<!-- -->\[\]
83
+
84
+
85
+ </td><td>
86
+
87
+
88
+ </td></tr>
89
+ </tbody></table>
22
90
 
23
91
  ## Methods
24
92
 
25
- | Method | Modifiers | Description |
26
- | --- | --- | --- |
27
- | [destroy()](./foundation-comms.genesisresourcesmock.destroy.md) | | |
28
- | [getAllResources()](./foundation-comms.genesisresourcesmock.getallresources.md) | | |
29
- | [getResourceTypeFor(resourceName)](./foundation-comms.genesisresourcesmock.getresourcetypefor.md) | | Gets the type of resource |
30
- | [isValidResource(resourceName)](./foundation-comms.genesisresourcesmock.isvalidresource.md) | | Checks if the resource exists |
93
+ <table><thead><tr><th>
94
+
95
+ Method
96
+
97
+
98
+ </th><th>
99
+
100
+ Modifiers
101
+
102
+
103
+ </th><th>
104
+
105
+ Description
106
+
107
+
108
+ </th></tr></thead>
109
+ <tbody><tr><td>
110
+
111
+ [destroy()](./foundation-comms.genesisresourcesmock.destroy.md)
112
+
113
+
114
+ </td><td>
115
+
116
+
117
+ </td><td>
118
+
119
+
120
+ </td></tr>
121
+ <tr><td>
122
+
123
+ [getAllResources()](./foundation-comms.genesisresourcesmock.getallresources.md)
124
+
125
+
126
+ </td><td>
127
+
128
+
129
+ </td><td>
130
+
131
+
132
+ </td></tr>
133
+ <tr><td>
134
+
135
+ [getResourceTypeFor(resourceName)](./foundation-comms.genesisresourcesmock.getresourcetypefor.md)
136
+
137
+
138
+ </td><td>
139
+
140
+
141
+ </td><td>
142
+
143
+ Gets the type of resource
144
+
145
+
146
+ </td></tr>
147
+ <tr><td>
148
+
149
+ [isValidResource(resourceName)](./foundation-comms.genesisresourcesmock.isvalidresource.md)
150
+
151
+
152
+ </td><td>
153
+
154
+
155
+ </td><td>
156
+
157
+ Checks if the resource exists
158
+
159
+
160
+ </td></tr>
161
+ </tbody></table>
31
162
 
@@ -13,7 +13,7 @@ export declare function getKVStorage(): KVStorage;
13
13
  ```
14
14
  **Returns:**
15
15
 
16
- KVStorage
16
+ [KVStorage](./foundation-comms.kvstorage.md)
17
17
 
18
18
  ## Remarks
19
19
 
@@ -12,10 +12,51 @@ get<T = any>(url: string, requestInit: HttpRequestInit): Promise<T>;
12
12
 
13
13
  ## Parameters
14
14
 
15
- | Parameter | Type | Description |
16
- | --- | --- | --- |
17
- | url | string | |
18
- | requestInit | [HttpRequestInit](./foundation-comms.httprequestinit.md) | |
15
+ <table><thead><tr><th>
16
+
17
+ Parameter
18
+
19
+
20
+ </th><th>
21
+
22
+ Type
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ url
34
+
35
+
36
+ </td><td>
37
+
38
+ string
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td></tr>
45
+ <tr><td>
46
+
47
+ requestInit
48
+
49
+
50
+ </td><td>
51
+
52
+ [HttpRequestInit](./foundation-comms.httprequestinit.md)
53
+
54
+
55
+ </td><td>
56
+
57
+
58
+ </td></tr>
59
+ </tbody></table>
19
60
 
20
61
  **Returns:**
21
62
 
@@ -14,8 +14,34 @@ export interface Http
14
14
 
15
15
  ## Methods
16
16
 
17
- | Method | Description |
18
- | --- | --- |
19
- | [get(url, requestInit)](./foundation-comms.http.get.md) | |
20
- | [post(url, requestInit)](./foundation-comms.http.post.md) | |
17
+ <table><thead><tr><th>
18
+
19
+ Method
20
+
21
+
22
+ </th><th>
23
+
24
+ Description
25
+
26
+
27
+ </th></tr></thead>
28
+ <tbody><tr><td>
29
+
30
+ [get(url, requestInit)](./foundation-comms.http.get.md)
31
+
32
+
33
+ </td><td>
34
+
35
+
36
+ </td></tr>
37
+ <tr><td>
38
+
39
+ [post(url, requestInit)](./foundation-comms.http.post.md)
40
+
41
+
42
+ </td><td>
43
+
44
+
45
+ </td></tr>
46
+ </tbody></table>
21
47
 
@@ -12,10 +12,51 @@ post<T = any>(url: string, requestInit: HttpRequestInit): Promise<T>;
12
12
 
13
13
  ## Parameters
14
14
 
15
- | Parameter | Type | Description |
16
- | --- | --- | --- |
17
- | url | string | |
18
- | requestInit | [HttpRequestInit](./foundation-comms.httprequestinit.md) | |
15
+ <table><thead><tr><th>
16
+
17
+ Parameter
18
+
19
+
20
+ </th><th>
21
+
22
+ Type
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ url
34
+
35
+
36
+ </td><td>
37
+
38
+ string
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td></tr>
45
+ <tr><td>
46
+
47
+ requestInit
48
+
49
+
50
+ </td><td>
51
+
52
+ [HttpRequestInit](./foundation-comms.httprequestinit.md)
53
+
54
+
55
+ </td><td>
56
+
57
+
58
+ </td></tr>
59
+ </tbody></table>
19
60
 
20
61
  **Returns:**
21
62
 
@@ -15,7 +15,45 @@ export interface HttpRequestInit extends RequestInit
15
15
 
16
16
  ## Properties
17
17
 
18
- | Property | Modifiers | Type | Description |
19
- | --- | --- | --- | --- |
20
- | [serializer?](./foundation-comms.httprequestinit.serializer.md) | | JSONSerializer | _(Optional)_ A serializer function to transform the request body. |
18
+ <table><thead><tr><th>
19
+
20
+ Property
21
+
22
+
23
+ </th><th>
24
+
25
+ Modifiers
26
+
27
+
28
+ </th><th>
29
+
30
+ Type
31
+
32
+
33
+ </th><th>
34
+
35
+ Description
36
+
37
+
38
+ </th></tr></thead>
39
+ <tbody><tr><td>
40
+
41
+ [serializer?](./foundation-comms.httprequestinit.serializer.md)
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td><td>
48
+
49
+ JSONSerializer
50
+
51
+
52
+ </td><td>
53
+
54
+ _(Optional)_ A serializer function to transform the request body.
55
+
56
+
57
+ </td></tr>
58
+ </tbody></table>
21
59
 
@@ -12,9 +12,37 @@ getJsonSchemaFor(resourceName: string): SchemaResponse;
12
12
 
13
13
  ## Parameters
14
14
 
15
- | Parameter | Type | Description |
16
- | --- | --- | --- |
17
- | resourceName | string | |
15
+ <table><thead><tr><th>
16
+
17
+ Parameter
18
+
19
+
20
+ </th><th>
21
+
22
+ Type
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ resourceName
34
+
35
+
36
+ </td><td>
37
+
38
+ string
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td></tr>
45
+ </tbody></table>
18
46
 
19
47
  **Returns:**
20
48
 
@@ -12,9 +12,37 @@ hasJsonSchemaFor(resourceName: string): boolean;
12
12
 
13
13
  ## Parameters
14
14
 
15
- | Parameter | Type | Description |
16
- | --- | --- | --- |
17
- | resourceName | string | |
15
+ <table><thead><tr><th>
16
+
17
+ Parameter
18
+
19
+
20
+ </th><th>
21
+
22
+ Type
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ resourceName
34
+
35
+
36
+ </td><td>
37
+
38
+ string
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td></tr>
45
+ </tbody></table>
18
46
 
19
47
  **Returns:**
20
48
 
@@ -14,15 +14,85 @@ export interface JsonSchemaCache
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [cachedJsonSchema](./foundation-comms.jsonschemacache.cachedjsonschema.md) | | Map&lt;string, [SchemaResponse](./foundation-comms.schemaresponse.md)<!-- -->&gt; | |
17
+ <table><thead><tr><th>
18
+
19
+ Property
20
+
21
+
22
+ </th><th>
23
+
24
+ Modifiers
25
+
26
+
27
+ </th><th>
28
+
29
+ Type
30
+
31
+
32
+ </th><th>
33
+
34
+ Description
35
+
36
+
37
+ </th></tr></thead>
38
+ <tbody><tr><td>
39
+
40
+ [cachedJsonSchema](./foundation-comms.jsonschemacache.cachedjsonschema.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ Map&lt;string, [SchemaResponse](./foundation-comms.schemaresponse.md)<!-- -->&gt;
49
+
50
+
51
+ </td><td>
52
+
53
+
54
+ </td></tr>
55
+ </tbody></table>
20
56
 
21
57
  ## Methods
22
58
 
23
- | Method | Description |
24
- | --- | --- |
25
- | [getJsonSchemaFor(resourceName)](./foundation-comms.jsonschemacache.getjsonschemafor.md) | |
26
- | [hasJsonSchemaFor(resourceName)](./foundation-comms.jsonschemacache.hasjsonschemafor.md) | |
27
- | [setJsonSchemaFor(resourceName, schemaResponse)](./foundation-comms.jsonschemacache.setjsonschemafor.md) | |
59
+ <table><thead><tr><th>
60
+
61
+ Method
62
+
63
+
64
+ </th><th>
65
+
66
+ Description
67
+
68
+
69
+ </th></tr></thead>
70
+ <tbody><tr><td>
71
+
72
+ [getJsonSchemaFor(resourceName)](./foundation-comms.jsonschemacache.getjsonschemafor.md)
73
+
74
+
75
+ </td><td>
76
+
77
+
78
+ </td></tr>
79
+ <tr><td>
80
+
81
+ [hasJsonSchemaFor(resourceName)](./foundation-comms.jsonschemacache.hasjsonschemafor.md)
82
+
83
+
84
+ </td><td>
85
+
86
+
87
+ </td></tr>
88
+ <tr><td>
89
+
90
+ [setJsonSchemaFor(resourceName, schemaResponse)](./foundation-comms.jsonschemacache.setjsonschemafor.md)
91
+
92
+
93
+ </td><td>
94
+
95
+
96
+ </td></tr>
97
+ </tbody></table>
28
98
 
@@ -12,10 +12,51 @@ setJsonSchemaFor(resourceName: string, schemaResponse: SchemaResponse): any;
12
12
 
13
13
  ## Parameters
14
14
 
15
- | Parameter | Type | Description |
16
- | --- | --- | --- |
17
- | resourceName | string | |
18
- | schemaResponse | [SchemaResponse](./foundation-comms.schemaresponse.md) | |
15
+ <table><thead><tr><th>
16
+
17
+ Parameter
18
+
19
+
20
+ </th><th>
21
+
22
+ Type
23
+
24
+
25
+ </th><th>
26
+
27
+ Description
28
+
29
+
30
+ </th></tr></thead>
31
+ <tbody><tr><td>
32
+
33
+ resourceName
34
+
35
+
36
+ </td><td>
37
+
38
+ string
39
+
40
+
41
+ </td><td>
42
+
43
+
44
+ </td></tr>
45
+ <tr><td>
46
+
47
+ schemaResponse
48
+
49
+
50
+ </td><td>
51
+
52
+ [SchemaResponse](./foundation-comms.schemaresponse.md)
53
+
54
+
55
+ </td><td>
56
+
57
+
58
+ </td></tr>
59
+ </tbody></table>
19
60
 
20
61
  **Returns:**
21
62
 
@@ -0,0 +1,16 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [KeyValue](./foundation-comms.keyvalue.md) &gt; [base64](./foundation-comms.keyvalue.base64.md)
4
+
5
+ ## KeyValue.base64 property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Value should be encoded.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ base64?: boolean;
16
+ ```
@@ -0,0 +1,16 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [KeyValue](./foundation-comms.keyvalue.md) &gt; [expiration](./foundation-comms.keyvalue.expiration.md)
4
+
5
+ ## KeyValue.expiration property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Time key expires.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ expiration?: number;
16
+ ```
@@ -0,0 +1,16 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [KeyValue](./foundation-comms.keyvalue.md) &gt; [key](./foundation-comms.keyvalue.key.md)
4
+
5
+ ## KeyValue.key property
6
+
7
+ > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Key
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ key: string;
16
+ ```