@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.
- package/dist/dts/auth/loginDTOMapper.d.ts.map +1 -1
- package/dist/dts/connect/message.d.ts.map +1 -1
- package/dist/dts/connect/reconnectStrategy.d.ts.map +1 -1
- package/dist/dts/connect/socket.d.ts.map +1 -1
- package/dist/dts/connect/ticker.d.ts +1 -1
- package/dist/dts/connect/ticker.d.ts.map +1 -1
- package/dist/dts/connect/updateState.d.ts.map +1 -1
- package/dist/dts/credentialManager/credentialManager.types.d.ts +0 -1
- package/dist/dts/credentialManager/credentialManager.types.d.ts.map +1 -1
- package/dist/dts/datasource/datasource.mixins.d.ts +259 -218
- package/dist/dts/datasource/datasource.mixins.d.ts.map +1 -1
- package/dist/dts/datasource/entityDatasource.d.ts.map +1 -1
- package/dist/dts/metadata/metadata.utils.d.ts.map +1 -1
- package/dist/dts/networkMonitor/service.d.ts.map +1 -1
- package/dist/dts/testing/mocks/auth/auth.d.ts +1 -2
- package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
- package/dist/dts/testing/mocks/connect/socket.d.ts +1 -1
- package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/esm/auth/auth.js +2 -2
- package/dist/esm/connect/connect.js +8 -8
- package/dist/esm/connect/http.connect.js +8 -7
- package/dist/esm/connect/socket.js +16 -19
- package/dist/esm/connect/ticker.js +8 -6
- package/dist/esm/credentialManager/credentialManager.js +2 -2
- package/dist/esm/datasource/datasource.js +7 -7
- package/dist/esm/networkMonitor/config.js +1 -2
- package/dist/esm/resources/genesis/genesis.js +1 -1
- package/dist/esm/storage/kv/kv.service.js +3 -3
- package/dist/foundation-comms.api.json +3341 -626
- package/dist/foundation-comms.d.ts +261 -222
- package/docs/api/foundation-comms.auth.login.md +33 -3
- package/docs/api/foundation-comms.auth.md +128 -10
- package/docs/api/foundation-comms.autherror._constructor_.md +63 -5
- package/docs/api/foundation-comms.autherror.haserrorcode.md +31 -3
- package/docs/api/foundation-comms.autherror.md +178 -15
- package/docs/api/foundation-comms.authtype.md +73 -6
- package/docs/api/foundation-comms.connect.commitevent.md +47 -4
- package/docs/api/foundation-comms.connect.connect.md +33 -3
- package/docs/api/foundation-comms.connect.datalogoff.md +33 -3
- package/docs/api/foundation-comms.connect.getavailableresources.md +33 -3
- package/docs/api/foundation-comms.connect.getjsonschema.md +33 -3
- package/docs/api/foundation-comms.connect.getmetadata.md +49 -4
- package/docs/api/foundation-comms.connect.getmorecolumns.md +33 -3
- package/docs/api/foundation-comms.connect.getmorerows.md +49 -4
- package/docs/api/foundation-comms.connect.md +287 -22
- package/docs/api/foundation-comms.connect.request.md +49 -4
- package/docs/api/foundation-comms.connect.snapshot.md +49 -4
- package/docs/api/foundation-comms.connect.stream.md +81 -6
- package/docs/api/foundation-comms.connect.streamstate.md +97 -7
- package/docs/api/foundation-comms.connect.streamwithoutautoteardown.md +112 -0
- package/docs/api/foundation-comms.connectconfig.md +79 -5
- package/docs/api/foundation-comms.connectevents.addcommitlistener.md +33 -3
- package/docs/api/foundation-comms.connectevents.addcommitresponselistener.md +33 -3
- package/docs/api/foundation-comms.connectevents.addmetadatalistener.md +33 -3
- package/docs/api/foundation-comms.connectevents.addstreamlistener.md +65 -5
- package/docs/api/foundation-comms.connectevents.md +56 -6
- package/docs/api/foundation-comms.connecteventsemitter.md +78 -8
- package/docs/api/foundation-comms.connecteventsemitter.oncommitevent.md +49 -4
- package/docs/api/foundation-comms.connecteventsemitter.oncommitresponseevent.md +49 -4
- package/docs/api/foundation-comms.connecteventsemitter.onmetadataevent.md +65 -5
- package/docs/api/foundation-comms.connecteventsemitter.onstreamcompleteevent.md +49 -4
- package/docs/api/foundation-comms.connecteventsemitter.onstreamerrorevent.md +65 -5
- package/docs/api/foundation-comms.connecteventsemitter.onstreamevent.md +81 -6
- package/docs/api/foundation-comms.credentialmanager.createbasiccredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.createrefreshcredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.createssocredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.getcredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.getcredentialsfromcontainer.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.md +287 -27
- package/docs/api/foundation-comms.credentialmanager.normaliselegacycredentialdata.md +49 -4
- package/docs/api/foundation-comms.credentialmanager.storecredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.storecredentialsincontainer.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.storecredentialsincookie.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validatebasiccredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validaterefreshcredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validatessocredentials.md +33 -3
- package/docs/api/foundation-comms.credentialmanager.validateusercredentialdata.md +49 -4
- package/docs/api/foundation-comms.credentialmanagerconfig.md +39 -3
- package/docs/api/foundation-comms.credentialmanagercookieconfig.md +92 -6
- package/docs/api/foundation-comms.criteriafilterstofields.md +33 -3
- package/docs/api/foundation-comms.dataserverresultfilter.md +49 -4
- package/docs/api/foundation-comms.datasource.addview.md +33 -3
- package/docs/api/foundation-comms.datasource.clearfilter.md +33 -3
- package/docs/api/foundation-comms.datasource.createitem.md +33 -3
- package/docs/api/foundation-comms.datasource.datahandler.md +33 -3
- package/docs/api/foundation-comms.datasource.deleteitem.md +33 -3
- package/docs/api/foundation-comms.datasource.dropview.md +33 -3
- package/docs/api/foundation-comms.datasource.getmetadata.md +33 -3
- package/docs/api/foundation-comms.datasource.init.md +65 -5
- package/docs/api/foundation-comms.datasource.md +304 -25
- package/docs/api/foundation-comms.datasource.setfilter.md +65 -5
- package/docs/api/foundation-comms.datasource.snapshot.md +33 -3
- package/docs/api/foundation-comms.datasource.snapshotfiltered.md +33 -3
- package/docs/api/foundation-comms.datasource.updatedata.md +33 -3
- package/docs/api/foundation-comms.datasource.updateitem.md +49 -4
- package/docs/api/foundation-comms.datasource.validresourcename.md +31 -3
- package/docs/api/foundation-comms.datasourceconfig.criteriatofields.md +31 -3
- package/docs/api/foundation-comms.datasourceconfig.dataserverresultfilter.md +47 -4
- package/docs/api/foundation-comms.datasourceconfig.md +88 -8
- package/docs/api/foundation-comms.datasourcedefaults.md +148 -8
- package/docs/api/foundation-comms.datasourceeventhandler.md +300 -219
- package/docs/api/foundation-comms.datasourcemetadata.md +151 -9
- package/docs/api/foundation-comms.datasourceoptions.md +307 -17
- package/docs/api/foundation-comms.dataupdate.md +79 -5
- package/docs/api/foundation-comms.dataview.md +98 -6
- package/docs/api/foundation-comms.defaultauth._constructor_.md +87 -7
- package/docs/api/foundation-comms.defaultauth.login.md +31 -3
- package/docs/api/foundation-comms.defaultauth.md +195 -15
- package/docs/api/foundation-comms.defaultconnect._constructor_.md +87 -7
- package/docs/api/foundation-comms.defaultconnect.commitevent.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.connect.md +33 -3
- package/docs/api/foundation-comms.defaultconnect.datalogoff.md +31 -3
- package/docs/api/foundation-comms.defaultconnect.getavailableresources.md +33 -3
- package/docs/api/foundation-comms.defaultconnect.getjsonschema.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.getmetadata.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.getmorecolumns.md +31 -3
- package/docs/api/foundation-comms.defaultconnect.getmorerows.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.md +384 -30
- package/docs/api/foundation-comms.defaultconnect.request.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.send.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.setvalidsession.md +31 -3
- package/docs/api/foundation-comms.defaultconnect.snapshot.md +47 -4
- package/docs/api/foundation-comms.defaultconnect.stream.md +75 -6
- package/docs/api/foundation-comms.defaultconnect.streamstate.md +95 -7
- package/docs/api/foundation-comms.defaultconnect.streamwithoutautoteardown.md +75 -6
- package/docs/api/foundation-comms.defaultconnectevents.addcommitlistener.md +33 -3
- package/docs/api/foundation-comms.defaultconnectevents.addcommitresponselistener.md +33 -3
- package/docs/api/foundation-comms.defaultconnectevents.addmetadatalistener.md +33 -3
- package/docs/api/foundation-comms.defaultconnectevents.addstreamlistener.md +65 -5
- package/docs/api/foundation-comms.defaultconnectevents.md +157 -12
- package/docs/api/foundation-comms.defaultconnectevents.oncommitevent.md +47 -4
- package/docs/api/foundation-comms.defaultconnectevents.oncommitresponseevent.md +49 -4
- package/docs/api/foundation-comms.defaultconnectevents.onmetadataevent.md +65 -5
- package/docs/api/foundation-comms.defaultconnectevents.onstreamcompleteevent.md +49 -4
- package/docs/api/foundation-comms.defaultconnectevents.onstreamerrorevent.md +65 -5
- package/docs/api/foundation-comms.defaultconnectevents.onstreamevent.md +81 -6
- package/docs/api/foundation-comms.defaultcredentialmanager._constructor_.md +47 -4
- package/docs/api/foundation-comms.defaultcredentialmanager.createbasiccredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.createrefreshcredentials.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.createssocredentials.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.getcredentials.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.getcredentialsfromcontainer.md +33 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.md +348 -30
- package/docs/api/foundation-comms.defaultcredentialmanager.normaliselegacycredentialdata.md +49 -4
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincontainer.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincookie.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validatebasiccredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validaterefreshcredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validatessocredentials.md +31 -3
- package/docs/api/foundation-comms.defaultcredentialmanager.validateusercredentialdata.md +47 -4
- package/docs/api/foundation-comms.defaultdatasource._constructor_.md +87 -7
- package/docs/api/foundation-comms.defaultdatasource.fetchandapplymetadata.md +31 -3
- package/docs/api/foundation-comms.defaultdatasource.init.md +63 -5
- package/docs/api/foundation-comms.defaultdatasource.md +488 -32
- package/docs/api/foundation-comms.defaultdatasource.snapshot.md +33 -3
- package/docs/api/foundation-comms.defaultdatasource.snapshotfiltered.md +33 -3
- package/docs/api/foundation-comms.defaultdatasource.validresourcename.md +31 -3
- package/docs/api/foundation-comms.defaultentitydatasource._initialized.md +15 -0
- package/docs/api/foundation-comms.defaultentitydatasource.cache.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.disconnect.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.entitycache.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.entitymap.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.initialize.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.initialized.md +16 -0
- package/docs/api/foundation-comms.defaultentitydatasource.isempty.md +19 -0
- package/docs/api/foundation-comms.defaultentitydatasource.mapper.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.md +312 -0
- package/docs/api/foundation-comms.defaultentitydatasource.rowid.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.sourceref.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.subscription.md +14 -0
- package/docs/api/foundation-comms.defaultentitydatasource.subscriptionloggedoff.md +14 -0
- package/docs/api/foundation-comms.defaultfoundationanalytics._constructor_.md +31 -3
- package/docs/api/foundation-comms.defaultfoundationanalytics.md +74 -7
- package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent.md +45 -4
- package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent_1.md +45 -4
- package/docs/api/foundation-comms.defaultgenesisresources._constructor_.md +45 -4
- package/docs/api/foundation-comms.defaultgenesisresources.getresourcetypefor.md +33 -3
- package/docs/api/foundation-comms.defaultgenesisresources.isvalidresource.md +33 -3
- package/docs/api/foundation-comms.defaultgenesisresources.md +230 -17
- package/docs/api/foundation-comms.defaulthttp._constructor_.md +31 -3
- package/docs/api/foundation-comms.defaulthttp.get.md +45 -4
- package/docs/api/foundation-comms.defaulthttp.md +72 -7
- package/docs/api/foundation-comms.defaulthttp.post.md +45 -4
- package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +101 -8
- package/docs/api/foundation-comms.defaulthttpconnect.commitevent.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.connect.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.datalogoff.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getavailableresources.md +33 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getjsonschema.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getmetadata.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.getmorecolumns.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.getmorerows.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.md +376 -30
- package/docs/api/foundation-comms.defaulthttpconnect.request.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.send.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.setvalidsession.md +31 -3
- package/docs/api/foundation-comms.defaulthttpconnect.snapshot.md +47 -4
- package/docs/api/foundation-comms.defaulthttpconnect.stream.md +75 -6
- package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +95 -7
- package/docs/api/foundation-comms.defaulthttpconnect.streamwithoutautoteardown.md +75 -6
- package/docs/api/foundation-comms.defaultkvstorage._constructor_.md +81 -0
- package/docs/api/foundation-comms.defaultkvstorage.md +98 -0
- package/docs/api/foundation-comms.defaultkvstorage.user.md +14 -0
- package/docs/api/foundation-comms.defaultkvstorageconfig.md +16 -0
- package/docs/api/foundation-comms.defaultmessagebuilder._constructor_.md +45 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md +59 -5
- package/docs/api/foundation-comms.defaultmessagebuilder.createcommitmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md +31 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogonmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md +61 -5
- package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md +75 -6
- package/docs/api/foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md +33 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createloginmessage.md +31 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createlogoutmessage.md +33 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createmetarequestmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md +31 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.createmorerowsmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createrequestmessage.md +47 -4
- package/docs/api/foundation-comms.defaultmessagebuilder.createresourcesmessage.md +33 -3
- package/docs/api/foundation-comms.defaultmessagebuilder.md +240 -21
- package/docs/api/foundation-comms.defaultmetacache.getjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.getmetadatafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.hasjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.hasmetadatafor.md +31 -3
- package/docs/api/foundation-comms.defaultmetacache.md +145 -12
- package/docs/api/foundation-comms.defaultmetacache.setjsonschemafor.md +45 -4
- package/docs/api/foundation-comms.defaultmetacache.setmetadatafor.md +45 -4
- package/docs/api/foundation-comms.defaultnetworkmonitor.addresource.md +49 -4
- package/docs/api/foundation-comms.defaultnetworkmonitor.md +155 -13
- package/docs/api/foundation-comms.defaultnetworkmonitor.removeresource.md +33 -3
- package/docs/api/foundation-comms.defaultsession.getitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.getlocalstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.getsessionstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.md +212 -18
- package/docs/api/foundation-comms.defaultsession.removeitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.removelocalstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.removesessionstorageitem.md +31 -3
- package/docs/api/foundation-comms.defaultsession.setauthresult.md +31 -3
- package/docs/api/foundation-comms.defaultsession.setitem.md +59 -5
- package/docs/api/foundation-comms.defaultsession.setlocalstorageitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.setsessionstorageitem.md +45 -4
- package/docs/api/foundation-comms.defaultsession.setstoragekeyprefix.md +31 -3
- package/docs/api/foundation-comms.defaultsocket._constructor_.md +115 -9
- package/docs/api/foundation-comms.defaultsocket.connect.md +65 -5
- package/docs/api/foundation-comms.defaultsocket.md +373 -25
- package/docs/api/foundation-comms.defaultsocket.send.md +47 -4
- package/docs/api/foundation-comms.defaultsocket.sendforstream.md +75 -6
- package/docs/api/foundation-comms.defaultsocket.sendforstreamwithoutteardown.md +59 -5
- package/docs/api/foundation-comms.defaultsocketstatus.md +334 -22
- package/docs/api/foundation-comms.defaultsocketstatus.onclose.md +31 -3
- package/docs/api/foundation-comms.entitydatasource.cache.md +19 -0
- package/docs/api/foundation-comms.entitydatasource.disconnect.md +22 -0
- package/docs/api/foundation-comms.entitydatasource.initialize.md +57 -0
- package/docs/api/foundation-comms.entitydatasource.isempty.md +19 -0
- package/docs/api/foundation-comms.entitydatasource.md +171 -0
- package/docs/api/foundation-comms.entitydatasourceinit.fetchmeta.md +14 -0
- package/docs/api/foundation-comms.entitydatasourceinit.mapper.md +14 -0
- package/docs/api/foundation-comms.entitydatasourceinit.md +99 -0
- package/docs/api/foundation-comms.entitydatasourceinit.options.md +14 -0
- package/docs/api/foundation-comms.eventmessagetype.md +213 -16
- package/docs/api/foundation-comms.extractfielddefinitions.md +44 -1
- package/docs/api/foundation-comms.fieldtypeenum.md +129 -10
- package/docs/api/foundation-comms.foundationanalytics.md +45 -5
- package/docs/api/foundation-comms.foundationanalytics.trackevent.md +49 -4
- package/docs/api/foundation-comms.foundationanalytics.trackevent_1.md +49 -4
- package/docs/api/foundation-comms.foundationanalytics.trackevent_2.md +49 -4
- package/docs/api/foundation-comms.foundationanalyticsevent.controlclicked.md +39 -3
- package/docs/api/foundation-comms.foundationanalyticsevent.md +34 -4
- package/docs/api/foundation-comms.foundationanalyticsevent.routechanged.md +58 -4
- package/docs/api/foundation-comms.foundationanalyticseventtype.md +45 -4
- package/docs/api/foundation-comms.genesisresources.md +98 -6
- package/docs/api/foundation-comms.genesisresourcesconfig.md +60 -4
- package/docs/api/foundation-comms.genesisresourcesmock.getresourcetypefor.md +33 -3
- package/docs/api/foundation-comms.genesisresourcesmock.isvalidresource.md +33 -3
- package/docs/api/foundation-comms.genesisresourcesmock.md +142 -11
- package/docs/api/foundation-comms.getkvstorage.md +1 -1
- package/docs/api/foundation-comms.http.get.md +45 -4
- package/docs/api/foundation-comms.http.md +30 -4
- package/docs/api/foundation-comms.http.post.md +45 -4
- package/docs/api/foundation-comms.httprequestinit.md +41 -3
- package/docs/api/foundation-comms.jsonschemacache.getjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.jsonschemacache.hasjsonschemafor.md +31 -3
- package/docs/api/foundation-comms.jsonschemacache.md +78 -8
- package/docs/api/foundation-comms.jsonschemacache.setjsonschemafor.md +45 -4
- package/docs/api/foundation-comms.keyvalue.base64.md +16 -0
- package/docs/api/foundation-comms.keyvalue.expiration.md +16 -0
- package/docs/api/foundation-comms.keyvalue.key.md +16 -0
- package/docs/api/foundation-comms.keyvalue.md +137 -0
- package/docs/api/foundation-comms.keyvalue.metadata.md +18 -0
- package/docs/api/foundation-comms.keyvalue.value.md +16 -0
- package/docs/api/foundation-comms.keyvaluetransfer.deserialize.md +53 -0
- package/docs/api/foundation-comms.keyvaluetransfer.kv.md +14 -0
- package/docs/api/foundation-comms.keyvaluetransfer.md +98 -0
- package/docs/api/foundation-comms.keyvaluetransfer.serialize.md +53 -0
- package/docs/api/foundation-comms.kveventfailureresponse.md +21 -0
- package/docs/api/foundation-comms.kveventmessagetype.md +69 -0
- package/docs/api/foundation-comms.kvmessagetype.md +69 -0
- package/docs/api/foundation-comms.kvstorage.delete.md +53 -0
- package/docs/api/foundation-comms.kvstorage.get.md +18 -0
- package/docs/api/foundation-comms.kvstorage.get_1.md +53 -0
- package/docs/api/foundation-comms.kvstorage.list.md +18 -0
- package/docs/api/foundation-comms.kvstorage.md +91 -0
- package/docs/api/foundation-comms.kvstorage.put.md +53 -0
- package/docs/api/foundation-comms.kvstorageconfig.account.md +16 -0
- package/docs/api/foundation-comms.kvstorageconfig.authemail.md +21 -0
- package/docs/api/foundation-comms.kvstorageconfig.authkey.md +16 -0
- package/docs/api/foundation-comms.kvstorageconfig.md +118 -0
- package/docs/api/foundation-comms.kvstorageconfig.namespace.md +16 -0
- package/docs/api/foundation-comms.kvvalue.md +16 -0
- package/docs/api/foundation-comms.logoutresult.md +60 -4
- package/docs/api/foundation-comms.md +2081 -189
- package/docs/api/foundation-comms.messagebuilder.createchangepasswordmessage.md +65 -5
- package/docs/api/foundation-comms.messagebuilder.createcommitmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createdatalogoffmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createdatalogonmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createforgotpasswordmessage.md +65 -5
- package/docs/api/foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md +81 -6
- package/docs/api/foundation-comms.messagebuilder.createheartbeatpingmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createhttpheadersfrommessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createloginmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createlogoutmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createmetarequestmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createmorecolumnsmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.createmorerowsmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createrequestmessage.md +49 -4
- package/docs/api/foundation-comms.messagebuilder.createresourcesmessage.md +33 -3
- package/docs/api/foundation-comms.messagebuilder.md +186 -18
- package/docs/api/foundation-comms.messagecode.md +45 -4
- package/docs/api/foundation-comms.messagedetails.md +188 -18
- package/docs/api/foundation-comms.messagehaserrorcode.md +58 -1
- package/docs/api/foundation-comms.messageorthrow.md +44 -1
- package/docs/api/foundation-comms.messagetype.md +213 -16
- package/docs/api/foundation-comms.metadatacache.getmetadatafor.md +33 -3
- package/docs/api/foundation-comms.metadatacache.hasmetadatafor.md +33 -3
- package/docs/api/foundation-comms.metadatacache.md +86 -8
- package/docs/api/foundation-comms.metadatacache.setmetadatafor.md +49 -4
- package/docs/api/foundation-comms.monitoredresourcechecksresult.md +94 -6
- package/docs/api/foundation-comms.networkmonitor.addresource.md +49 -4
- package/docs/api/foundation-comms.networkmonitor.md +96 -10
- package/docs/api/foundation-comms.networkmonitor.removeresource.md +33 -3
- package/docs/api/foundation-comms.networkmonitor.runallchecks.md +49 -4
- package/docs/api/foundation-comms.networkmonitorconfig.md +231 -13
- package/docs/api/foundation-comms.normalisecriteria.md +49 -4
- package/docs/api/foundation-comms.resourcetype.md +59 -5
- package/docs/api/foundation-comms.retryinterval.md +60 -1
- package/docs/api/foundation-comms.serializedsocketstatus.md +217 -13
- package/docs/api/foundation-comms.serializer.deserialize.md +33 -3
- package/docs/api/foundation-comms.serializer.deserialize_1.md +33 -3
- package/docs/api/foundation-comms.serializer.deserialize_2.md +33 -3
- package/docs/api/foundation-comms.serializer.md +56 -6
- package/docs/api/foundation-comms.serializer.serialize.md +33 -3
- package/docs/api/foundation-comms.session.getitem.md +49 -4
- package/docs/api/foundation-comms.session.getlocalstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.getsessionstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.md +196 -18
- package/docs/api/foundation-comms.session.removeitem.md +49 -4
- package/docs/api/foundation-comms.session.removelocalstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.removesessionstorageitem.md +33 -3
- package/docs/api/foundation-comms.session.setauthresult.md +33 -3
- package/docs/api/foundation-comms.session.setitem.md +65 -5
- package/docs/api/foundation-comms.session.setlocalstorageitem.md +49 -4
- package/docs/api/foundation-comms.session.setsessionstorageitem.md +49 -4
- package/docs/api/foundation-comms.session.setstoragekeyprefix.md +33 -3
- package/docs/api/foundation-comms.socket.connect.md +63 -5
- package/docs/api/foundation-comms.socket.md +109 -10
- package/docs/api/foundation-comms.socket.send.md +47 -4
- package/docs/api/foundation-comms.socket.sendforstream.md +75 -6
- package/docs/api/foundation-comms.socket.sendforstreamwithoutteardown.md +91 -0
- package/docs/api/foundation-comms.socketmessagehandler._constructor_.md +73 -6
- package/docs/api/foundation-comms.socketmessagehandler.md +137 -9
- package/docs/api/foundation-comms.socketobservable._constructor_.md +31 -3
- package/docs/api/foundation-comms.socketobservable.md +31 -3
- package/docs/api/foundation-comms.socketreconnectstrategy.md +45 -4
- package/docs/api/foundation-comms.socketstatus.md +69 -7
- package/docs/api/foundation-comms.socketstatus.onclose.md +31 -3
- package/docs/api/foundation-comms.socketsubject.md +31 -3
- package/docs/api/foundation-comms.tofieldmetadata.md +44 -1
- package/docs/api/foundation-comms.until.md +49 -4
- package/docs/api/index.md +21 -3
- package/docs/api-report.md.api.md +2909 -0
- package/package.json +14 -14
|
@@ -15,42 +15,498 @@ export declare class DefaultDatasource implements Datasource
|
|
|
15
15
|
|
|
16
16
|
## Constructors
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
<table><thead><tr><th>
|
|
19
|
+
|
|
20
|
+
Constructor
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
</th><th>
|
|
24
|
+
|
|
25
|
+
Modifiers
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
</th><th>
|
|
29
|
+
|
|
30
|
+
Description
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
</th></tr></thead>
|
|
34
|
+
<tbody><tr><td>
|
|
35
|
+
|
|
36
|
+
[(constructor)(connect, auth, resources, config, connectEvents)](./foundation-comms.defaultdatasource._constructor_.md)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
</td><td>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
</td><td>
|
|
43
|
+
|
|
44
|
+
Constructs a new instance of the `DefaultDatasource` class
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
</td></tr>
|
|
48
|
+
</tbody></table>
|
|
21
49
|
|
|
22
50
|
## Properties
|
|
23
51
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
52
|
+
<table><thead><tr><th>
|
|
53
|
+
|
|
54
|
+
Property
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
</th><th>
|
|
58
|
+
|
|
59
|
+
Modifiers
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
</th><th>
|
|
63
|
+
|
|
64
|
+
Type
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
</th><th>
|
|
68
|
+
|
|
69
|
+
Description
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
</th></tr></thead>
|
|
73
|
+
<tbody><tr><td>
|
|
74
|
+
|
|
75
|
+
[auth](./foundation-comms.defaultdatasource.auth.md)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
</td><td>
|
|
79
|
+
|
|
80
|
+
`protected`
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
</td><td>
|
|
84
|
+
|
|
85
|
+
[Auth](./foundation-comms.auth.md)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
</td><td>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
</td></tr>
|
|
92
|
+
<tr><td>
|
|
93
|
+
|
|
94
|
+
[availableIndexes](./foundation-comms.defaultdatasource.availableindexes.md)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
</td><td>
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
</td><td>
|
|
101
|
+
|
|
102
|
+
[IndexDetail](./foundation-comms.indexdetail.md)<!-- -->\[\]
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
</td><td>
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
</td></tr>
|
|
110
|
+
<tr><td>
|
|
111
|
+
|
|
112
|
+
[config](./foundation-comms.defaultdatasource.config.md)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
</td><td>
|
|
116
|
+
|
|
117
|
+
`protected`
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
</td><td>
|
|
121
|
+
|
|
122
|
+
[DatasourceConfig](./foundation-comms.datasourceconfig.md)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
</td><td>
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
</td></tr>
|
|
129
|
+
<tr><td>
|
|
130
|
+
|
|
131
|
+
[connect](./foundation-comms.defaultdatasource.connect.md)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
</td><td>
|
|
135
|
+
|
|
136
|
+
`protected`
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
</td><td>
|
|
140
|
+
|
|
141
|
+
[Connect](./foundation-comms.connect.md)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
</td><td>
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
</td></tr>
|
|
148
|
+
<tr><td>
|
|
149
|
+
|
|
150
|
+
[connectEvents](./foundation-comms.defaultdatasource.connectevents.md)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
</td><td>
|
|
154
|
+
|
|
155
|
+
`protected`
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
</td><td>
|
|
159
|
+
|
|
160
|
+
[ConnectEvents](./foundation-comms.connectevents.md)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
</td><td>
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
</td></tr>
|
|
167
|
+
<tr><td>
|
|
168
|
+
|
|
169
|
+
[customRequestFields](./foundation-comms.defaultdatasource.customrequestfields.md)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
</td><td>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
</td><td>
|
|
176
|
+
|
|
177
|
+
[MetadataDetail](./foundation-comms.metadatadetail.md)<!-- -->\[\]
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
</td><td>
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
</td></tr>
|
|
185
|
+
<tr><td>
|
|
186
|
+
|
|
187
|
+
[fetchMetadataRequired](./foundation-comms.defaultdatasource.fetchmetadatarequired.md)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
</td><td>
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
</td><td>
|
|
194
|
+
|
|
195
|
+
boolean
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
</td><td>
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
</td></tr>
|
|
203
|
+
<tr><td>
|
|
204
|
+
|
|
205
|
+
[fieldMetadata](./foundation-comms.defaultdatasource.fieldmetadata.md)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
</td><td>
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
</td><td>
|
|
212
|
+
|
|
213
|
+
[FieldMetadata](./foundation-comms.fieldmetadata.md)<!-- -->\[\]
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
</td><td>
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
</td></tr>
|
|
221
|
+
<tr><td>
|
|
222
|
+
|
|
223
|
+
[initialized](./foundation-comms.defaultdatasource.initialized.md)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
</td><td>
|
|
227
|
+
|
|
228
|
+
`readonly`
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
</td><td>
|
|
232
|
+
|
|
233
|
+
boolean
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
</td><td>
|
|
237
|
+
|
|
238
|
+
Indicates whether the datasource has been initialized.
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
</td></tr>
|
|
242
|
+
<tr><td>
|
|
243
|
+
|
|
244
|
+
[options](./foundation-comms.defaultdatasource.options.md)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
</td><td>
|
|
248
|
+
|
|
249
|
+
`protected`
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
</td><td>
|
|
253
|
+
|
|
254
|
+
[DatasourceOptions](./foundation-comms.datasourceoptions.md)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
</td><td>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
</td></tr>
|
|
261
|
+
<tr><td>
|
|
262
|
+
|
|
263
|
+
[originalFieldDef](./foundation-comms.defaultdatasource.originalfielddef.md)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
</td><td>
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
</td><td>
|
|
270
|
+
|
|
271
|
+
[MetadataDetail](./foundation-comms.metadatadetail.md)<!-- -->\[\]
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
</td><td>
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
</td></tr>
|
|
279
|
+
<tr><td>
|
|
280
|
+
|
|
281
|
+
[readOnly](./foundation-comms.defaultdatasource.readonly.md)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
</td><td>
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
</td><td>
|
|
288
|
+
|
|
289
|
+
boolean
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
</td><td>
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
</td></tr>
|
|
296
|
+
<tr><td>
|
|
297
|
+
|
|
298
|
+
[requestFields](./foundation-comms.defaultdatasource.requestfields.md)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
</td><td>
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
</td><td>
|
|
305
|
+
|
|
306
|
+
[MetadataDetail](./foundation-comms.metadatadetail.md)<!-- -->\[\]
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
</td><td>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
</td></tr>
|
|
314
|
+
<tr><td>
|
|
315
|
+
|
|
316
|
+
[resources](./foundation-comms.defaultdatasource.resources.md)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
</td><td>
|
|
320
|
+
|
|
321
|
+
`protected`
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
</td><td>
|
|
325
|
+
|
|
326
|
+
[GenesisResources](./foundation-comms.genesisresources.md)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
</td><td>
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
</td></tr>
|
|
333
|
+
<tr><td>
|
|
334
|
+
|
|
335
|
+
[resourceType](./foundation-comms.defaultdatasource.resourcetype.md)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
</td><td>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
</td><td>
|
|
342
|
+
|
|
343
|
+
[ResourceType](./foundation-comms.resourcetype.md)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
</td><td>
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
</td></tr>
|
|
350
|
+
<tr><td>
|
|
351
|
+
|
|
352
|
+
[startStreamRequired](./foundation-comms.defaultdatasource.startstreamrequired.md)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
</td><td>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
</td><td>
|
|
359
|
+
|
|
360
|
+
boolean
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
</td><td>
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
</td></tr>
|
|
368
|
+
<tr><td>
|
|
369
|
+
|
|
370
|
+
[status](./foundation-comms.defaultdatasource.status.md)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
</td><td>
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
</td><td>
|
|
377
|
+
|
|
378
|
+
[DatasourceStatus](./foundation-comms.datasourcestatus.md)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
</td><td>
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
</td></tr>
|
|
386
|
+
<tr><td>
|
|
387
|
+
|
|
388
|
+
[stream](./foundation-comms.defaultdatasource.stream.md)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
</td><td>
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
</td><td>
|
|
395
|
+
|
|
396
|
+
[SocketObservable](./foundation-comms.socketobservable.md)<!-- --><[FilteredDataServerResult](./foundation-comms.filtereddataserverresult.md) \| [RequestServerResult](./foundation-comms.requestserverresult.md)<!-- -->>
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
</td><td>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
</td></tr>
|
|
403
|
+
</tbody></table>
|
|
44
404
|
|
|
45
405
|
## Methods
|
|
46
406
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
407
|
+
<table><thead><tr><th>
|
|
408
|
+
|
|
409
|
+
Method
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
</th><th>
|
|
413
|
+
|
|
414
|
+
Modifiers
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
</th><th>
|
|
418
|
+
|
|
419
|
+
Description
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
</th></tr></thead>
|
|
423
|
+
<tbody><tr><td>
|
|
424
|
+
|
|
425
|
+
[destroy()](./foundation-comms.defaultdatasource.destroy.md)
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
</td><td>
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
</td><td>
|
|
432
|
+
|
|
433
|
+
Destroys the datasource.
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
</td></tr>
|
|
437
|
+
<tr><td>
|
|
438
|
+
|
|
439
|
+
[fetchAndApplyMetadata(resourceName)](./foundation-comms.defaultdatasource.fetchandapplymetadata.md)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
</td><td>
|
|
443
|
+
|
|
444
|
+
`protected`
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
</td><td>
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
</td></tr>
|
|
451
|
+
<tr><td>
|
|
452
|
+
|
|
453
|
+
[init(options, fetchMeta, startStream)](./foundation-comms.defaultdatasource.init.md)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
</td><td>
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
</td><td>
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
</td></tr>
|
|
463
|
+
<tr><td>
|
|
464
|
+
|
|
465
|
+
[snapshot(overrideParams)](./foundation-comms.defaultdatasource.snapshot.md)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
</td><td>
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
</td><td>
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
</td></tr>
|
|
475
|
+
<tr><td>
|
|
476
|
+
|
|
477
|
+
[snapshotFiltered(rowId)](./foundation-comms.defaultdatasource.snapshotfiltered.md)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
</td><td>
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
</td><td>
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
</td></tr>
|
|
487
|
+
<tr><td>
|
|
488
|
+
|
|
489
|
+
[startStream()](./foundation-comms.defaultdatasource.startstream.md)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
</td><td>
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
</td><td>
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
</td></tr>
|
|
499
|
+
<tr><td>
|
|
500
|
+
|
|
501
|
+
[validResourceName(resourceName)](./foundation-comms.defaultdatasource.validresourcename.md)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
</td><td>
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
</td><td>
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
</td></tr>
|
|
511
|
+
</tbody></table>
|
|
56
512
|
|
|
@@ -12,9 +12,39 @@ snapshot(overrideParams?: any): Promise<Message>;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
overrideParams
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
</td><td>
|
|
37
|
+
|
|
38
|
+
any
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
_(Optional)_
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
</td></tr>
|
|
47
|
+
</tbody></table>
|
|
18
48
|
|
|
19
49
|
**Returns:**
|
|
20
50
|
|
|
@@ -12,9 +12,39 @@ snapshotFiltered(rowId?: string): Promise<any[]>;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
rowId
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
</td><td>
|
|
37
|
+
|
|
38
|
+
string
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
_(Optional)_
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
</td></tr>
|
|
47
|
+
</tbody></table>
|
|
18
48
|
|
|
19
49
|
**Returns:**
|
|
20
50
|
|
|
@@ -17,9 +17,37 @@ validResourceName(resourceName: string): boolean;
|
|
|
17
17
|
|
|
18
18
|
## Parameters
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
<table><thead><tr><th>
|
|
21
|
+
|
|
22
|
+
Parameter
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
</th><th>
|
|
26
|
+
|
|
27
|
+
Type
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
</th><th>
|
|
31
|
+
|
|
32
|
+
Description
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
</th></tr></thead>
|
|
36
|
+
<tbody><tr><td>
|
|
37
|
+
|
|
38
|
+
resourceName
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
</td><td>
|
|
42
|
+
|
|
43
|
+
string
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
</td><td>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
</td></tr>
|
|
50
|
+
</tbody></table>
|
|
23
51
|
|
|
24
52
|
**Returns:**
|
|
25
53
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [DefaultEntityDatasource](./foundation-comms.defaultentitydatasource.md) > [\_initialized](./foundation-comms.defaultentitydatasource._initialized.md)
|
|
4
|
+
|
|
5
|
+
## DefaultEntityDatasource.\_initialized 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
|
+
|
|
11
|
+
**Signature:**
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
protected _initialized: boolean;
|
|
15
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [DefaultEntityDatasource](./foundation-comms.defaultentitydatasource.md) > [cache](./foundation-comms.defaultentitydatasource.cache.md)
|
|
4
|
+
|
|
5
|
+
## DefaultEntityDatasource.cache 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
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
get cache(): TEntity[];
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Remarks
|
|
17
|
+
|
|
18
|
+
In-memory entity cache.
|
|
19
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [DefaultEntityDatasource](./foundation-comms.defaultentitydatasource.md) > [disconnect](./foundation-comms.defaultentitydatasource.disconnect.md)
|
|
4
|
+
|
|
5
|
+
## DefaultEntityDatasource.disconnect 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
|
+
**Signature:**
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
disconnect: () => void;
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Remarks
|
|
17
|
+
|
|
18
|
+
Disconnect and reset cache.
|
|
19
|
+
|