@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
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [messageOrThrow](./foundation-comms.messageorthrow.md)
4
4
 
5
- ## messageOrThrow variable
5
+ ## messageOrThrow() function
6
6
 
7
7
  Check if the provided message contains an error and throw an Error if it does
8
8
 
@@ -11,3 +11,46 @@ Check if the provided message contains an error and throw an Error if it does
11
11
  ```typescript
12
12
  messageOrThrow: (message: Message) => Message<any>
13
13
  ```
14
+
15
+ ## Parameters
16
+
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ message
36
+
37
+
38
+ </td><td>
39
+
40
+ [Message](./foundation-comms.message.md)
41
+
42
+
43
+ </td><td>
44
+
45
+ Message to check for errors
46
+
47
+
48
+ </td></tr>
49
+ </tbody></table>
50
+
51
+ **Returns:**
52
+
53
+ [Message](./foundation-comms.message.md)<!-- -->&lt;any&gt;
54
+
55
+ The message if no errors are present, otherwise throws an Error
56
+
@@ -14,20 +14,217 @@ export declare enum MessageType
14
14
 
15
15
  ## Enumeration Members
16
16
 
17
- | Member | Value | Description |
18
- | --- | --- | --- |
19
- | HEARTBEAT\_PING | <code>&quot;HEARTBEAT_PING&quot;</code> | |
20
- | HEARTBEAT\_PONG | <code>&quot;HEARTBEAT_PONG&quot;</code> | |
21
- | LOGOFF\_ACK | <code>&quot;LOGOFF_ACK&quot;</code> | |
22
- | LOGOFF\_NACK | <code>&quot;LOGOFF_NACK&quot;</code> | |
23
- | LOGON\_ACK | <code>&quot;LOGON_ACK&quot;</code> | |
24
- | LOGON\_NACK | <code>&quot;LOGON_NACK&quot;</code> | |
25
- | LOGOUT\_ACK | <code>&quot;LOGOUT_ACK&quot;</code> | |
26
- | LOGOUT\_NACK | <code>&quot;LOGOUT_NACK&quot;</code> | |
27
- | MORE\_COLUMNS | <code>&quot;MORE_COLUMNS&quot;</code> | |
28
- | MORE\_COLUMNS\_ACK | <code>&quot;MORE_COLUMNS_ACK&quot;</code> | |
29
- | MORE\_ROWS | <code>&quot;MORE_ROWS&quot;</code> | |
30
- | MSG\_ACK | <code>&quot;MSG_ACK&quot;</code> | |
31
- | MSG\_NACK | <code>&quot;MSG_NACK&quot;</code> | |
32
- | QUERY\_UPDATE | <code>&quot;QUERY_UPDATE&quot;</code> | |
17
+ <table><thead><tr><th>
18
+
19
+ Member
20
+
21
+
22
+ </th><th>
23
+
24
+ Value
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ HEARTBEAT\_PING
36
+
37
+
38
+ </td><td>
39
+
40
+ `"HEARTBEAT_PING"`
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td></tr>
47
+ <tr><td>
48
+
49
+ HEARTBEAT\_PONG
50
+
51
+
52
+ </td><td>
53
+
54
+ `"HEARTBEAT_PONG"`
55
+
56
+
57
+ </td><td>
58
+
59
+
60
+ </td></tr>
61
+ <tr><td>
62
+
63
+ LOGOFF\_ACK
64
+
65
+
66
+ </td><td>
67
+
68
+ `"LOGOFF_ACK"`
69
+
70
+
71
+ </td><td>
72
+
73
+
74
+ </td></tr>
75
+ <tr><td>
76
+
77
+ LOGOFF\_NACK
78
+
79
+
80
+ </td><td>
81
+
82
+ `"LOGOFF_NACK"`
83
+
84
+
85
+ </td><td>
86
+
87
+
88
+ </td></tr>
89
+ <tr><td>
90
+
91
+ LOGON\_ACK
92
+
93
+
94
+ </td><td>
95
+
96
+ `"LOGON_ACK"`
97
+
98
+
99
+ </td><td>
100
+
101
+
102
+ </td></tr>
103
+ <tr><td>
104
+
105
+ LOGON\_NACK
106
+
107
+
108
+ </td><td>
109
+
110
+ `"LOGON_NACK"`
111
+
112
+
113
+ </td><td>
114
+
115
+
116
+ </td></tr>
117
+ <tr><td>
118
+
119
+ LOGOUT\_ACK
120
+
121
+
122
+ </td><td>
123
+
124
+ `"LOGOUT_ACK"`
125
+
126
+
127
+ </td><td>
128
+
129
+
130
+ </td></tr>
131
+ <tr><td>
132
+
133
+ LOGOUT\_NACK
134
+
135
+
136
+ </td><td>
137
+
138
+ `"LOGOUT_NACK"`
139
+
140
+
141
+ </td><td>
142
+
143
+
144
+ </td></tr>
145
+ <tr><td>
146
+
147
+ MORE\_COLUMNS
148
+
149
+
150
+ </td><td>
151
+
152
+ `"MORE_COLUMNS"`
153
+
154
+
155
+ </td><td>
156
+
157
+
158
+ </td></tr>
159
+ <tr><td>
160
+
161
+ MORE\_COLUMNS\_ACK
162
+
163
+
164
+ </td><td>
165
+
166
+ `"MORE_COLUMNS_ACK"`
167
+
168
+
169
+ </td><td>
170
+
171
+
172
+ </td></tr>
173
+ <tr><td>
174
+
175
+ MORE\_ROWS
176
+
177
+
178
+ </td><td>
179
+
180
+ `"MORE_ROWS"`
181
+
182
+
183
+ </td><td>
184
+
185
+
186
+ </td></tr>
187
+ <tr><td>
188
+
189
+ MSG\_ACK
190
+
191
+
192
+ </td><td>
193
+
194
+ `"MSG_ACK"`
195
+
196
+
197
+ </td><td>
198
+
199
+
200
+ </td></tr>
201
+ <tr><td>
202
+
203
+ MSG\_NACK
204
+
205
+
206
+ </td><td>
207
+
208
+ `"MSG_NACK"`
209
+
210
+
211
+ </td><td>
212
+
213
+
214
+ </td></tr>
215
+ <tr><td>
216
+
217
+ QUERY\_UPDATE
218
+
219
+
220
+ </td><td>
221
+
222
+ `"QUERY_UPDATE"`
223
+
224
+
225
+ </td><td>
226
+
227
+
228
+ </td></tr>
229
+ </tbody></table>
33
230
 
@@ -14,9 +14,39 @@ getMetadataFor(resourceName: string): Metadata;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | resourceName | string | The name of the resource. |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ resourceName
36
+
37
+
38
+ </td><td>
39
+
40
+ string
41
+
42
+
43
+ </td><td>
44
+
45
+ The name of the resource.
46
+
47
+
48
+ </td></tr>
49
+ </tbody></table>
20
50
 
21
51
  **Returns:**
22
52
 
@@ -14,9 +14,39 @@ hasMetadataFor(resourceName: string): boolean;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | resourceName | string | The name of the resource. |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ resourceName
36
+
37
+
38
+ </td><td>
39
+
40
+ string
41
+
42
+
43
+ </td><td>
44
+
45
+ The name of the resource.
46
+
47
+
48
+ </td></tr>
49
+ </tbody></table>
20
50
 
21
51
  **Returns:**
22
52
 
@@ -14,15 +14,93 @@ export interface MetadataCache
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [cachedMetadata](./foundation-comms.metadatacache.cachedmetadata.md) | | Map&lt;string, [Metadata](./foundation-comms.metadata.md)<!-- -->&gt; | A map of cached metadata, with resource names as keys and metadata as values. |
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
+ [cachedMetadata](./foundation-comms.metadatacache.cachedmetadata.md)
41
+
42
+
43
+ </td><td>
44
+
45
+
46
+ </td><td>
47
+
48
+ Map&lt;string, [Metadata](./foundation-comms.metadata.md)<!-- -->&gt;
49
+
50
+
51
+ </td><td>
52
+
53
+ A map of cached metadata, with resource names as keys and metadata as values.
54
+
55
+
56
+ </td></tr>
57
+ </tbody></table>
20
58
 
21
59
  ## Methods
22
60
 
23
- | Method | Description |
24
- | --- | --- |
25
- | [getMetadataFor(resourceName)](./foundation-comms.metadatacache.getmetadatafor.md) | Returns the metadata for the specified resource name. |
26
- | [hasMetadataFor(resourceName)](./foundation-comms.metadatacache.hasmetadatafor.md) | Returns true if metadata exists for the specified resource name, otherwise false. |
27
- | [setMetadataFor(resourceName, metadata)](./foundation-comms.metadatacache.setmetadatafor.md) | Sets the metadata for the specified resource name. |
61
+ <table><thead><tr><th>
62
+
63
+ Method
64
+
65
+
66
+ </th><th>
67
+
68
+ Description
69
+
70
+
71
+ </th></tr></thead>
72
+ <tbody><tr><td>
73
+
74
+ [getMetadataFor(resourceName)](./foundation-comms.metadatacache.getmetadatafor.md)
75
+
76
+
77
+ </td><td>
78
+
79
+ Returns the metadata for the specified resource name.
80
+
81
+
82
+ </td></tr>
83
+ <tr><td>
84
+
85
+ [hasMetadataFor(resourceName)](./foundation-comms.metadatacache.hasmetadatafor.md)
86
+
87
+
88
+ </td><td>
89
+
90
+ Returns true if metadata exists for the specified resource name, otherwise false.
91
+
92
+
93
+ </td></tr>
94
+ <tr><td>
95
+
96
+ [setMetadataFor(resourceName, metadata)](./foundation-comms.metadatacache.setmetadatafor.md)
97
+
98
+
99
+ </td><td>
100
+
101
+ Sets the metadata for the specified resource name.
102
+
103
+
104
+ </td></tr>
105
+ </tbody></table>
28
106
 
@@ -14,10 +14,55 @@ setMetadataFor(resourceName: string, metadata: Metadata): void;
14
14
 
15
15
  ## Parameters
16
16
 
17
- | Parameter | Type | Description |
18
- | --- | --- | --- |
19
- | resourceName | string | The name of the resource. |
20
- | metadata | [Metadata](./foundation-comms.metadata.md) | The metadata to set. |
17
+ <table><thead><tr><th>
18
+
19
+ Parameter
20
+
21
+
22
+ </th><th>
23
+
24
+ Type
25
+
26
+
27
+ </th><th>
28
+
29
+ Description
30
+
31
+
32
+ </th></tr></thead>
33
+ <tbody><tr><td>
34
+
35
+ resourceName
36
+
37
+
38
+ </td><td>
39
+
40
+ string
41
+
42
+
43
+ </td><td>
44
+
45
+ The name of the resource.
46
+
47
+
48
+ </td></tr>
49
+ <tr><td>
50
+
51
+ metadata
52
+
53
+
54
+ </td><td>
55
+
56
+ [Metadata](./foundation-comms.metadata.md)
57
+
58
+
59
+ </td><td>
60
+
61
+ The metadata to set.
62
+
63
+
64
+ </td></tr>
65
+ </tbody></table>
21
66
 
22
67
  **Returns:**
23
68
 
@@ -14,10 +14,98 @@ export interface MonitoredResourceChecksResult
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [isConnected](./foundation-comms.monitoredresourcechecksresult.isconnected.md) | | boolean | |
20
- | [lastMessage?](./foundation-comms.monitoredresourcechecksresult.lastmessage.md) | | [Message](./foundation-comms.message.md) | _(Optional)_ |
21
- | [lastUpdated](./foundation-comms.monitoredresourcechecksresult.lastupdated.md) | | number | |
22
- | [timeout?](./foundation-comms.monitoredresourcechecksresult.timeout.md) | | boolean | _(Optional)_ |
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
+ [isConnected](./foundation-comms.monitoredresourcechecksresult.isconnected.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
+ [lastMessage?](./foundation-comms.monitoredresourcechecksresult.lastmessage.md)
58
+
59
+
60
+ </td><td>
61
+
62
+
63
+ </td><td>
64
+
65
+ [Message](./foundation-comms.message.md)
66
+
67
+
68
+ </td><td>
69
+
70
+ _(Optional)_
71
+
72
+
73
+ </td></tr>
74
+ <tr><td>
75
+
76
+ [lastUpdated](./foundation-comms.monitoredresourcechecksresult.lastupdated.md)
77
+
78
+
79
+ </td><td>
80
+
81
+
82
+ </td><td>
83
+
84
+ number
85
+
86
+
87
+ </td><td>
88
+
89
+
90
+ </td></tr>
91
+ <tr><td>
92
+
93
+ [timeout?](./foundation-comms.monitoredresourcechecksresult.timeout.md)
94
+
95
+
96
+ </td><td>
97
+
98
+
99
+ </td><td>
100
+
101
+ boolean
102
+
103
+
104
+ </td><td>
105
+
106
+ _(Optional)_
107
+
108
+
109
+ </td></tr>
110
+ </tbody></table>
23
111
 
@@ -12,10 +12,55 @@ addResource(resource: MonitoredResource, metadata: MonitoredResourceMetadata): v
12
12
 
13
13
  ## Parameters
14
14
 
15
- | Parameter | Type | Description |
16
- | --- | --- | --- |
17
- | resource | [MonitoredResource](./foundation-comms.monitoredresource.md) | The resource reference. |
18
- | metadata | [MonitoredResourceMetadata](./foundation-comms.monitoredresourcemetadata.md) | The resource metadata. |
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
+ resource
34
+
35
+
36
+ </td><td>
37
+
38
+ [MonitoredResource](./foundation-comms.monitoredresource.md)
39
+
40
+
41
+ </td><td>
42
+
43
+ The resource reference.
44
+
45
+
46
+ </td></tr>
47
+ <tr><td>
48
+
49
+ metadata
50
+
51
+
52
+ </td><td>
53
+
54
+ [MonitoredResourceMetadata](./foundation-comms.monitoredresourcemetadata.md)
55
+
56
+
57
+ </td><td>
58
+
59
+ The resource metadata.
60
+
61
+
62
+ </td></tr>
63
+ </tbody></table>
19
64
 
20
65
  **Returns:**
21
66