@genesislcap/foundation-comms 14.302.1-alpha-475e82d.0 → 14.302.1-alpha-ecc0cfb.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +1 -0
- package/dist/dts/credentialManager/credentialManager.types.d.ts.map +1 -1
- package/dist/dts/datasource/datasource.mixins.d.ts +218 -259
- 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 +2 -1
- 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 +7 -8
- package/dist/esm/connect/socket.js +19 -16
- package/dist/esm/connect/ticker.js +6 -8
- package/dist/esm/credentialManager/credentialManager.js +2 -2
- package/dist/esm/datasource/datasource.js +7 -7
- package/dist/esm/networkMonitor/config.js +2 -1
- 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 +620 -3335
- package/dist/foundation-comms.d.ts +222 -261
- package/docs/api/foundation-comms.auth.login.md +3 -33
- package/docs/api/foundation-comms.auth.md +10 -128
- package/docs/api/foundation-comms.autherror._constructor_.md +5 -63
- package/docs/api/foundation-comms.autherror.haserrorcode.md +3 -31
- package/docs/api/foundation-comms.autherror.md +15 -178
- package/docs/api/foundation-comms.authtype.md +6 -73
- package/docs/api/foundation-comms.connect.commitevent.md +4 -47
- package/docs/api/foundation-comms.connect.connect.md +3 -33
- package/docs/api/foundation-comms.connect.datalogoff.md +3 -33
- package/docs/api/foundation-comms.connect.getavailableresources.md +3 -33
- package/docs/api/foundation-comms.connect.getjsonschema.md +3 -33
- package/docs/api/foundation-comms.connect.getmetadata.md +4 -49
- package/docs/api/foundation-comms.connect.getmorecolumns.md +3 -33
- package/docs/api/foundation-comms.connect.getmorerows.md +4 -49
- package/docs/api/foundation-comms.connect.md +22 -287
- package/docs/api/foundation-comms.connect.request.md +4 -49
- package/docs/api/foundation-comms.connect.snapshot.md +4 -49
- package/docs/api/foundation-comms.connect.stream.md +6 -81
- package/docs/api/foundation-comms.connect.streamstate.md +7 -97
- package/docs/api/foundation-comms.connectconfig.md +5 -79
- package/docs/api/foundation-comms.connectevents.addcommitlistener.md +3 -33
- package/docs/api/foundation-comms.connectevents.addcommitresponselistener.md +3 -33
- package/docs/api/foundation-comms.connectevents.addmetadatalistener.md +3 -33
- package/docs/api/foundation-comms.connectevents.addstreamlistener.md +5 -65
- package/docs/api/foundation-comms.connectevents.md +6 -56
- package/docs/api/foundation-comms.connecteventsemitter.md +8 -78
- package/docs/api/foundation-comms.connecteventsemitter.oncommitevent.md +4 -49
- package/docs/api/foundation-comms.connecteventsemitter.oncommitresponseevent.md +4 -49
- package/docs/api/foundation-comms.connecteventsemitter.onmetadataevent.md +5 -65
- package/docs/api/foundation-comms.connecteventsemitter.onstreamcompleteevent.md +4 -49
- package/docs/api/foundation-comms.connecteventsemitter.onstreamerrorevent.md +5 -65
- package/docs/api/foundation-comms.connecteventsemitter.onstreamevent.md +6 -81
- package/docs/api/foundation-comms.credentialmanager.createbasiccredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.createrefreshcredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.createssocredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.getcredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.getcredentialsfromcontainer.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.md +27 -287
- package/docs/api/foundation-comms.credentialmanager.normaliselegacycredentialdata.md +4 -49
- package/docs/api/foundation-comms.credentialmanager.storecredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.storecredentialsincontainer.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.storecredentialsincookie.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.validatebasiccredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.validaterefreshcredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.validatessocredentials.md +3 -33
- package/docs/api/foundation-comms.credentialmanager.validateusercredentialdata.md +4 -49
- package/docs/api/foundation-comms.credentialmanagerconfig.md +3 -39
- package/docs/api/foundation-comms.credentialmanagercookieconfig.md +6 -92
- package/docs/api/foundation-comms.criteriafilterstofields.md +3 -33
- package/docs/api/foundation-comms.dataserverresultfilter.md +4 -49
- package/docs/api/foundation-comms.datasource.addview.md +3 -33
- package/docs/api/foundation-comms.datasource.clearfilter.md +3 -33
- package/docs/api/foundation-comms.datasource.createitem.md +3 -33
- package/docs/api/foundation-comms.datasource.datahandler.md +3 -33
- package/docs/api/foundation-comms.datasource.deleteitem.md +3 -33
- package/docs/api/foundation-comms.datasource.dropview.md +3 -33
- package/docs/api/foundation-comms.datasource.getmetadata.md +3 -33
- package/docs/api/foundation-comms.datasource.init.md +5 -65
- package/docs/api/foundation-comms.datasource.md +25 -304
- package/docs/api/foundation-comms.datasource.setfilter.md +5 -65
- package/docs/api/foundation-comms.datasource.snapshot.md +3 -33
- package/docs/api/foundation-comms.datasource.snapshotfiltered.md +3 -33
- package/docs/api/foundation-comms.datasource.updatedata.md +3 -33
- package/docs/api/foundation-comms.datasource.updateitem.md +4 -49
- package/docs/api/foundation-comms.datasource.validresourcename.md +3 -31
- package/docs/api/foundation-comms.datasourceconfig.criteriatofields.md +3 -31
- package/docs/api/foundation-comms.datasourceconfig.dataserverresultfilter.md +4 -47
- package/docs/api/foundation-comms.datasourceconfig.md +8 -88
- package/docs/api/foundation-comms.datasourcedefaults.md +8 -148
- package/docs/api/foundation-comms.datasourceeventhandler.md +219 -300
- package/docs/api/foundation-comms.datasourcemetadata.md +9 -151
- package/docs/api/foundation-comms.datasourceoptions.md +17 -307
- package/docs/api/foundation-comms.dataupdate.md +5 -79
- package/docs/api/foundation-comms.dataview.md +6 -98
- package/docs/api/foundation-comms.defaultauth._constructor_.md +7 -87
- package/docs/api/foundation-comms.defaultauth.login.md +3 -31
- package/docs/api/foundation-comms.defaultauth.md +15 -195
- package/docs/api/foundation-comms.defaultconnect._constructor_.md +7 -87
- package/docs/api/foundation-comms.defaultconnect.commitevent.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.connect.md +3 -33
- package/docs/api/foundation-comms.defaultconnect.datalogoff.md +3 -31
- package/docs/api/foundation-comms.defaultconnect.getavailableresources.md +3 -33
- package/docs/api/foundation-comms.defaultconnect.getjsonschema.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.getmetadata.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.getmorecolumns.md +3 -31
- package/docs/api/foundation-comms.defaultconnect.getmorerows.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.md +30 -384
- package/docs/api/foundation-comms.defaultconnect.request.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.send.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.setvalidsession.md +3 -31
- package/docs/api/foundation-comms.defaultconnect.snapshot.md +4 -47
- package/docs/api/foundation-comms.defaultconnect.stream.md +6 -75
- package/docs/api/foundation-comms.defaultconnect.streamstate.md +7 -95
- package/docs/api/foundation-comms.defaultconnect.streamwithoutautoteardown.md +6 -75
- package/docs/api/foundation-comms.defaultconnectevents.addcommitlistener.md +3 -33
- package/docs/api/foundation-comms.defaultconnectevents.addcommitresponselistener.md +3 -33
- package/docs/api/foundation-comms.defaultconnectevents.addmetadatalistener.md +3 -33
- package/docs/api/foundation-comms.defaultconnectevents.addstreamlistener.md +5 -65
- package/docs/api/foundation-comms.defaultconnectevents.md +12 -157
- package/docs/api/foundation-comms.defaultconnectevents.oncommitevent.md +4 -47
- package/docs/api/foundation-comms.defaultconnectevents.oncommitresponseevent.md +4 -49
- package/docs/api/foundation-comms.defaultconnectevents.onmetadataevent.md +5 -65
- package/docs/api/foundation-comms.defaultconnectevents.onstreamcompleteevent.md +4 -49
- package/docs/api/foundation-comms.defaultconnectevents.onstreamerrorevent.md +5 -65
- package/docs/api/foundation-comms.defaultconnectevents.onstreamevent.md +6 -81
- package/docs/api/foundation-comms.defaultcredentialmanager._constructor_.md +4 -47
- package/docs/api/foundation-comms.defaultcredentialmanager.createbasiccredentials.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.createrefreshcredentials.md +3 -33
- package/docs/api/foundation-comms.defaultcredentialmanager.createssocredentials.md +3 -33
- package/docs/api/foundation-comms.defaultcredentialmanager.getcredentials.md +3 -33
- package/docs/api/foundation-comms.defaultcredentialmanager.getcredentialsfromcontainer.md +3 -33
- package/docs/api/foundation-comms.defaultcredentialmanager.md +30 -348
- package/docs/api/foundation-comms.defaultcredentialmanager.normaliselegacycredentialdata.md +4 -49
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentials.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincontainer.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.storecredentialsincookie.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.validatebasiccredentials.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.validaterefreshcredentials.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.validatessocredentials.md +3 -31
- package/docs/api/foundation-comms.defaultcredentialmanager.validateusercredentialdata.md +4 -47
- package/docs/api/foundation-comms.defaultdatasource._constructor_.md +7 -87
- package/docs/api/foundation-comms.defaultdatasource.fetchandapplymetadata.md +3 -31
- package/docs/api/foundation-comms.defaultdatasource.init.md +5 -63
- package/docs/api/foundation-comms.defaultdatasource.md +32 -488
- package/docs/api/foundation-comms.defaultdatasource.snapshot.md +3 -33
- package/docs/api/foundation-comms.defaultdatasource.snapshotfiltered.md +3 -33
- package/docs/api/foundation-comms.defaultdatasource.validresourcename.md +3 -31
- package/docs/api/foundation-comms.defaultfoundationanalytics._constructor_.md +3 -31
- package/docs/api/foundation-comms.defaultfoundationanalytics.md +7 -74
- package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent.md +4 -45
- package/docs/api/foundation-comms.defaultfoundationanalytics.trackevent_1.md +4 -45
- package/docs/api/foundation-comms.defaultgenesisresources._constructor_.md +4 -45
- package/docs/api/foundation-comms.defaultgenesisresources.getresourcetypefor.md +3 -33
- package/docs/api/foundation-comms.defaultgenesisresources.isvalidresource.md +3 -33
- package/docs/api/foundation-comms.defaultgenesisresources.md +17 -230
- package/docs/api/foundation-comms.defaulthttp._constructor_.md +3 -31
- package/docs/api/foundation-comms.defaulthttp.get.md +4 -45
- package/docs/api/foundation-comms.defaulthttp.md +7 -72
- package/docs/api/foundation-comms.defaulthttp.post.md +4 -45
- package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +8 -101
- package/docs/api/foundation-comms.defaulthttpconnect.commitevent.md +4 -47
- package/docs/api/foundation-comms.defaulthttpconnect.connect.md +3 -31
- package/docs/api/foundation-comms.defaulthttpconnect.datalogoff.md +3 -31
- package/docs/api/foundation-comms.defaulthttpconnect.getavailableresources.md +3 -33
- package/docs/api/foundation-comms.defaulthttpconnect.getjsonschema.md +3 -31
- package/docs/api/foundation-comms.defaulthttpconnect.getmetadata.md +4 -47
- package/docs/api/foundation-comms.defaulthttpconnect.getmorecolumns.md +3 -31
- package/docs/api/foundation-comms.defaulthttpconnect.getmorerows.md +3 -31
- package/docs/api/foundation-comms.defaulthttpconnect.md +30 -376
- package/docs/api/foundation-comms.defaulthttpconnect.request.md +4 -47
- package/docs/api/foundation-comms.defaulthttpconnect.send.md +4 -47
- package/docs/api/foundation-comms.defaulthttpconnect.setvalidsession.md +3 -31
- package/docs/api/foundation-comms.defaulthttpconnect.snapshot.md +4 -47
- package/docs/api/foundation-comms.defaulthttpconnect.stream.md +6 -75
- package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +7 -95
- package/docs/api/foundation-comms.defaulthttpconnect.streamwithoutautoteardown.md +6 -75
- package/docs/api/foundation-comms.defaultmessagebuilder._constructor_.md +4 -45
- package/docs/api/foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md +5 -59
- package/docs/api/foundation-comms.defaultmessagebuilder.createcommitmessage.md +4 -47
- package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md +3 -31
- package/docs/api/foundation-comms.defaultmessagebuilder.createdatalogonmessage.md +4 -47
- package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md +5 -61
- package/docs/api/foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md +6 -75
- package/docs/api/foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md +3 -33
- package/docs/api/foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md +4 -47
- package/docs/api/foundation-comms.defaultmessagebuilder.createloginmessage.md +3 -31
- package/docs/api/foundation-comms.defaultmessagebuilder.createlogoutmessage.md +3 -33
- package/docs/api/foundation-comms.defaultmessagebuilder.createmetarequestmessage.md +4 -47
- package/docs/api/foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md +3 -31
- package/docs/api/foundation-comms.defaultmessagebuilder.createmorerowsmessage.md +4 -47
- package/docs/api/foundation-comms.defaultmessagebuilder.createrequestmessage.md +4 -47
- package/docs/api/foundation-comms.defaultmessagebuilder.createresourcesmessage.md +3 -33
- package/docs/api/foundation-comms.defaultmessagebuilder.md +21 -240
- package/docs/api/foundation-comms.defaultmetacache.getjsonschemafor.md +3 -31
- package/docs/api/foundation-comms.defaultmetacache.getmetadatafor.md +3 -31
- package/docs/api/foundation-comms.defaultmetacache.hasjsonschemafor.md +3 -31
- package/docs/api/foundation-comms.defaultmetacache.hasmetadatafor.md +3 -31
- package/docs/api/foundation-comms.defaultmetacache.md +12 -145
- package/docs/api/foundation-comms.defaultmetacache.setjsonschemafor.md +4 -45
- package/docs/api/foundation-comms.defaultmetacache.setmetadatafor.md +4 -45
- package/docs/api/foundation-comms.defaultnetworkmonitor.addresource.md +4 -49
- package/docs/api/foundation-comms.defaultnetworkmonitor.md +13 -155
- package/docs/api/foundation-comms.defaultnetworkmonitor.removeresource.md +3 -33
- package/docs/api/foundation-comms.defaultsession.getitem.md +4 -45
- package/docs/api/foundation-comms.defaultsession.getlocalstorageitem.md +3 -31
- package/docs/api/foundation-comms.defaultsession.getsessionstorageitem.md +3 -31
- package/docs/api/foundation-comms.defaultsession.md +18 -212
- package/docs/api/foundation-comms.defaultsession.removeitem.md +4 -45
- package/docs/api/foundation-comms.defaultsession.removelocalstorageitem.md +3 -31
- package/docs/api/foundation-comms.defaultsession.removesessionstorageitem.md +3 -31
- package/docs/api/foundation-comms.defaultsession.setauthresult.md +3 -31
- package/docs/api/foundation-comms.defaultsession.setitem.md +5 -59
- package/docs/api/foundation-comms.defaultsession.setlocalstorageitem.md +4 -45
- package/docs/api/foundation-comms.defaultsession.setsessionstorageitem.md +4 -45
- package/docs/api/foundation-comms.defaultsession.setstoragekeyprefix.md +3 -31
- package/docs/api/foundation-comms.defaultsocket._constructor_.md +9 -115
- package/docs/api/foundation-comms.defaultsocket.connect.md +5 -65
- package/docs/api/foundation-comms.defaultsocket.md +25 -373
- package/docs/api/foundation-comms.defaultsocket.send.md +4 -47
- package/docs/api/foundation-comms.defaultsocket.sendforstream.md +6 -75
- package/docs/api/foundation-comms.defaultsocket.sendforstreamwithoutteardown.md +5 -59
- package/docs/api/foundation-comms.defaultsocketstatus.md +22 -334
- package/docs/api/foundation-comms.defaultsocketstatus.onclose.md +3 -31
- package/docs/api/foundation-comms.eventmessagetype.md +16 -213
- package/docs/api/foundation-comms.extractfielddefinitions.md +1 -44
- package/docs/api/foundation-comms.fieldtypeenum.md +10 -129
- package/docs/api/foundation-comms.foundationanalytics.md +5 -45
- package/docs/api/foundation-comms.foundationanalytics.trackevent.md +4 -49
- package/docs/api/foundation-comms.foundationanalytics.trackevent_1.md +4 -49
- package/docs/api/foundation-comms.foundationanalytics.trackevent_2.md +4 -49
- package/docs/api/foundation-comms.foundationanalyticsevent.controlclicked.md +3 -39
- package/docs/api/foundation-comms.foundationanalyticsevent.md +4 -34
- package/docs/api/foundation-comms.foundationanalyticsevent.routechanged.md +4 -58
- package/docs/api/foundation-comms.foundationanalyticseventtype.md +4 -45
- package/docs/api/foundation-comms.genesisresources.md +6 -98
- package/docs/api/foundation-comms.genesisresourcesconfig.md +4 -60
- package/docs/api/foundation-comms.genesisresourcesmock.getresourcetypefor.md +3 -33
- package/docs/api/foundation-comms.genesisresourcesmock.isvalidresource.md +3 -33
- package/docs/api/foundation-comms.genesisresourcesmock.md +11 -142
- package/docs/api/foundation-comms.getkvstorage.md +1 -1
- package/docs/api/foundation-comms.http.get.md +4 -45
- package/docs/api/foundation-comms.http.md +4 -30
- package/docs/api/foundation-comms.http.post.md +4 -45
- package/docs/api/foundation-comms.httprequestinit.md +3 -41
- package/docs/api/foundation-comms.jsonschemacache.getjsonschemafor.md +3 -31
- package/docs/api/foundation-comms.jsonschemacache.hasjsonschemafor.md +3 -31
- package/docs/api/foundation-comms.jsonschemacache.md +8 -78
- package/docs/api/foundation-comms.jsonschemacache.setjsonschemafor.md +4 -45
- package/docs/api/foundation-comms.logoutresult.md +4 -60
- package/docs/api/foundation-comms.md +189 -2081
- package/docs/api/foundation-comms.messagebuilder.createchangepasswordmessage.md +5 -65
- package/docs/api/foundation-comms.messagebuilder.createcommitmessage.md +4 -49
- package/docs/api/foundation-comms.messagebuilder.createdatalogoffmessage.md +3 -33
- package/docs/api/foundation-comms.messagebuilder.createdatalogonmessage.md +4 -49
- package/docs/api/foundation-comms.messagebuilder.createforgotpasswordmessage.md +5 -65
- package/docs/api/foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md +6 -81
- package/docs/api/foundation-comms.messagebuilder.createheartbeatpingmessage.md +3 -33
- package/docs/api/foundation-comms.messagebuilder.createhttpheadersfrommessage.md +4 -49
- package/docs/api/foundation-comms.messagebuilder.createloginmessage.md +3 -33
- package/docs/api/foundation-comms.messagebuilder.createlogoutmessage.md +3 -33
- package/docs/api/foundation-comms.messagebuilder.createmetarequestmessage.md +4 -49
- package/docs/api/foundation-comms.messagebuilder.createmorecolumnsmessage.md +3 -33
- package/docs/api/foundation-comms.messagebuilder.createmorerowsmessage.md +4 -49
- package/docs/api/foundation-comms.messagebuilder.createrequestmessage.md +4 -49
- package/docs/api/foundation-comms.messagebuilder.createresourcesmessage.md +3 -33
- package/docs/api/foundation-comms.messagebuilder.md +18 -186
- package/docs/api/foundation-comms.messagecode.md +4 -45
- package/docs/api/foundation-comms.messagedetails.md +18 -188
- package/docs/api/foundation-comms.messagehaserrorcode.md +1 -58
- package/docs/api/foundation-comms.messageorthrow.md +1 -44
- package/docs/api/foundation-comms.messagetype.md +16 -213
- package/docs/api/foundation-comms.metadatacache.getmetadatafor.md +3 -33
- package/docs/api/foundation-comms.metadatacache.hasmetadatafor.md +3 -33
- package/docs/api/foundation-comms.metadatacache.md +8 -86
- package/docs/api/foundation-comms.metadatacache.setmetadatafor.md +4 -49
- package/docs/api/foundation-comms.monitoredresourcechecksresult.md +6 -94
- package/docs/api/foundation-comms.networkmonitor.addresource.md +4 -49
- package/docs/api/foundation-comms.networkmonitor.md +10 -96
- package/docs/api/foundation-comms.networkmonitor.removeresource.md +3 -33
- package/docs/api/foundation-comms.networkmonitor.runallchecks.md +4 -49
- package/docs/api/foundation-comms.networkmonitorconfig.md +13 -231
- package/docs/api/foundation-comms.normalisecriteria.md +4 -49
- package/docs/api/foundation-comms.resourcetype.md +5 -59
- package/docs/api/foundation-comms.retryinterval.md +1 -60
- package/docs/api/foundation-comms.serializedsocketstatus.md +13 -217
- package/docs/api/foundation-comms.serializer.deserialize.md +3 -33
- package/docs/api/foundation-comms.serializer.deserialize_1.md +3 -33
- package/docs/api/foundation-comms.serializer.deserialize_2.md +3 -33
- package/docs/api/foundation-comms.serializer.md +6 -56
- package/docs/api/foundation-comms.serializer.serialize.md +3 -33
- package/docs/api/foundation-comms.session.getitem.md +4 -49
- package/docs/api/foundation-comms.session.getlocalstorageitem.md +3 -33
- package/docs/api/foundation-comms.session.getsessionstorageitem.md +3 -33
- package/docs/api/foundation-comms.session.md +18 -196
- package/docs/api/foundation-comms.session.removeitem.md +4 -49
- package/docs/api/foundation-comms.session.removelocalstorageitem.md +3 -33
- package/docs/api/foundation-comms.session.removesessionstorageitem.md +3 -33
- package/docs/api/foundation-comms.session.setauthresult.md +3 -33
- package/docs/api/foundation-comms.session.setitem.md +5 -65
- package/docs/api/foundation-comms.session.setlocalstorageitem.md +4 -49
- package/docs/api/foundation-comms.session.setsessionstorageitem.md +4 -49
- package/docs/api/foundation-comms.session.setstoragekeyprefix.md +3 -33
- package/docs/api/foundation-comms.socket.connect.md +5 -63
- package/docs/api/foundation-comms.socket.md +10 -109
- package/docs/api/foundation-comms.socket.send.md +4 -47
- package/docs/api/foundation-comms.socket.sendforstream.md +6 -75
- package/docs/api/foundation-comms.socketmessagehandler._constructor_.md +6 -73
- package/docs/api/foundation-comms.socketmessagehandler.md +9 -137
- package/docs/api/foundation-comms.socketobservable._constructor_.md +3 -31
- package/docs/api/foundation-comms.socketobservable.md +3 -31
- package/docs/api/foundation-comms.socketreconnectstrategy.md +4 -45
- package/docs/api/foundation-comms.socketstatus.md +7 -69
- package/docs/api/foundation-comms.socketstatus.onclose.md +3 -31
- package/docs/api/foundation-comms.socketsubject.md +3 -31
- package/docs/api/foundation-comms.tofieldmetadata.md +1 -44
- package/docs/api/foundation-comms.until.md +4 -49
- package/docs/api/index.md +3 -21
- package/package.json +16 -14
- package/docs/api/foundation-comms.connect.streamwithoutautoteardown.md +0 -112
- package/docs/api/foundation-comms.defaultentitydatasource._initialized.md +0 -15
- package/docs/api/foundation-comms.defaultentitydatasource.cache.md +0 -19
- package/docs/api/foundation-comms.defaultentitydatasource.disconnect.md +0 -19
- package/docs/api/foundation-comms.defaultentitydatasource.entitycache.md +0 -14
- package/docs/api/foundation-comms.defaultentitydatasource.entitymap.md +0 -14
- package/docs/api/foundation-comms.defaultentitydatasource.initialize.md +0 -19
- package/docs/api/foundation-comms.defaultentitydatasource.initialized.md +0 -16
- package/docs/api/foundation-comms.defaultentitydatasource.isempty.md +0 -19
- package/docs/api/foundation-comms.defaultentitydatasource.mapper.md +0 -14
- package/docs/api/foundation-comms.defaultentitydatasource.md +0 -312
- package/docs/api/foundation-comms.defaultentitydatasource.rowid.md +0 -14
- package/docs/api/foundation-comms.defaultentitydatasource.sourceref.md +0 -14
- package/docs/api/foundation-comms.defaultentitydatasource.subscription.md +0 -14
- package/docs/api/foundation-comms.defaultentitydatasource.subscriptionloggedoff.md +0 -14
- package/docs/api/foundation-comms.defaultkvstorage._constructor_.md +0 -81
- package/docs/api/foundation-comms.defaultkvstorage.md +0 -98
- package/docs/api/foundation-comms.defaultkvstorage.user.md +0 -14
- package/docs/api/foundation-comms.defaultkvstorageconfig.md +0 -16
- package/docs/api/foundation-comms.entitydatasource.cache.md +0 -19
- package/docs/api/foundation-comms.entitydatasource.disconnect.md +0 -22
- package/docs/api/foundation-comms.entitydatasource.initialize.md +0 -57
- package/docs/api/foundation-comms.entitydatasource.isempty.md +0 -19
- package/docs/api/foundation-comms.entitydatasource.md +0 -171
- package/docs/api/foundation-comms.entitydatasourceinit.fetchmeta.md +0 -14
- package/docs/api/foundation-comms.entitydatasourceinit.mapper.md +0 -14
- package/docs/api/foundation-comms.entitydatasourceinit.md +0 -99
- package/docs/api/foundation-comms.entitydatasourceinit.options.md +0 -14
- package/docs/api/foundation-comms.keyvalue.base64.md +0 -16
- package/docs/api/foundation-comms.keyvalue.expiration.md +0 -16
- package/docs/api/foundation-comms.keyvalue.key.md +0 -16
- package/docs/api/foundation-comms.keyvalue.md +0 -137
- package/docs/api/foundation-comms.keyvalue.metadata.md +0 -18
- package/docs/api/foundation-comms.keyvalue.value.md +0 -16
- package/docs/api/foundation-comms.keyvaluetransfer.deserialize.md +0 -53
- package/docs/api/foundation-comms.keyvaluetransfer.kv.md +0 -14
- package/docs/api/foundation-comms.keyvaluetransfer.md +0 -98
- package/docs/api/foundation-comms.keyvaluetransfer.serialize.md +0 -53
- package/docs/api/foundation-comms.kveventfailureresponse.md +0 -21
- package/docs/api/foundation-comms.kveventmessagetype.md +0 -69
- package/docs/api/foundation-comms.kvmessagetype.md +0 -69
- package/docs/api/foundation-comms.kvstorage.delete.md +0 -53
- package/docs/api/foundation-comms.kvstorage.get.md +0 -18
- package/docs/api/foundation-comms.kvstorage.get_1.md +0 -53
- package/docs/api/foundation-comms.kvstorage.list.md +0 -18
- package/docs/api/foundation-comms.kvstorage.md +0 -91
- package/docs/api/foundation-comms.kvstorage.put.md +0 -53
- package/docs/api/foundation-comms.kvstorageconfig.account.md +0 -16
- package/docs/api/foundation-comms.kvstorageconfig.authemail.md +0 -21
- package/docs/api/foundation-comms.kvstorageconfig.authkey.md +0 -16
- package/docs/api/foundation-comms.kvstorageconfig.md +0 -118
- package/docs/api/foundation-comms.kvstorageconfig.namespace.md +0 -16
- package/docs/api/foundation-comms.kvvalue.md +0 -16
- package/docs/api/foundation-comms.socket.sendforstreamwithoutteardown.md +0 -91
- package/docs/api-report.md.api.md +0 -2909
|
@@ -14,55 +14,10 @@ createMoreRowsMessage(sourceRef: string, viewNumber?: number): Message<MessageDe
|
|
|
14
14
|
|
|
15
15
|
## Parameters
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
sourceRef
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
string
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
The unique source reference.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
<tr><td>
|
|
50
|
-
|
|
51
|
-
viewNumber
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td><td>
|
|
55
|
-
|
|
56
|
-
number
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
_(Optional)_ The desired view number. Default: the first view.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</td></tr>
|
|
65
|
-
</tbody></table>
|
|
17
|
+
| Parameter | Type | Description |
|
|
18
|
+
| --- | --- | --- |
|
|
19
|
+
| sourceRef | string | The unique source reference. |
|
|
20
|
+
| viewNumber | number | _(Optional)_ The desired view number. Default: the first view. |
|
|
66
21
|
|
|
67
22
|
**Returns:**
|
|
68
23
|
|
|
@@ -14,55 +14,10 @@ createRequestMessage<T = any>(resourceName: string, params?: RequestParams): Mes
|
|
|
14
14
|
|
|
15
15
|
## Parameters
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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 resource name.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
<tr><td>
|
|
50
|
-
|
|
51
|
-
params
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td><td>
|
|
55
|
-
|
|
56
|
-
[RequestParams](./foundation-comms.requestparams.md)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
_(Optional)_ The additional parameters.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</td></tr>
|
|
65
|
-
</tbody></table>
|
|
17
|
+
| Parameter | Type | Description |
|
|
18
|
+
| --- | --- | --- |
|
|
19
|
+
| resourceName | string | The resource name. |
|
|
20
|
+
| params | [RequestParams](./foundation-comms.requestparams.md) | _(Optional)_ The additional parameters. |
|
|
66
21
|
|
|
67
22
|
**Returns:**
|
|
68
23
|
|
|
@@ -14,39 +14,9 @@ createResourcesMessage<T = any>(params?: RequestParams): Message<T>;
|
|
|
14
14
|
|
|
15
15
|
## Parameters
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
params
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
[RequestParams](./foundation-comms.requestparams.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
_(Optional)_ The additional parameters.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
17
|
+
| Parameter | Type | Description |
|
|
18
|
+
| --- | --- | --- |
|
|
19
|
+
| params | [RequestParams](./foundation-comms.requestparams.md) | _(Optional)_ The additional parameters. |
|
|
50
20
|
|
|
51
21
|
**Returns:**
|
|
52
22
|
|
|
@@ -14,190 +14,22 @@ export interface MessageBuilder
|
|
|
14
14
|
|
|
15
15
|
## Methods
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Creates a change password message.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td></tr>
|
|
39
|
-
<tr><td>
|
|
40
|
-
|
|
41
|
-
[createCommitMessage(eventName, params)](./foundation-comms.messagebuilder.createcommitmessage.md)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td><td>
|
|
45
|
-
|
|
46
|
-
Creates an event commit message.
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
</td></tr>
|
|
50
|
-
<tr><td>
|
|
51
|
-
|
|
52
|
-
[createDataLogoffMessage(sourceRef)](./foundation-comms.messagebuilder.createdatalogoffmessage.md)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
Creates a message to logoff from a DATASERVER.
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
<tr><td>
|
|
62
|
-
|
|
63
|
-
[createDataLogonMessage(resourceName, params)](./foundation-comms.messagebuilder.createdatalogonmessage.md)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</td><td>
|
|
67
|
-
|
|
68
|
-
Creates a message to logon to a DATASERVER. Used for data fetching.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
</td></tr>
|
|
72
|
-
<tr><td>
|
|
73
|
-
|
|
74
|
-
[createForgotPasswordMessage(username, returnUrl, requester)](./foundation-comms.messagebuilder.createforgotpasswordmessage.md)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
</td><td>
|
|
78
|
-
|
|
79
|
-
Creates a forgot password message.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
</td></tr>
|
|
83
|
-
<tr><td>
|
|
84
|
-
|
|
85
|
-
[createForgotPasswordTokenMessage(username, resetToken, newPassword, requester)](./foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</td><td>
|
|
89
|
-
|
|
90
|
-
Creates a forgot password token message.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</td></tr>
|
|
94
|
-
<tr><td>
|
|
95
|
-
|
|
96
|
-
[createHeartbeatPingMessage(verbose)](./foundation-comms.messagebuilder.createheartbeatpingmessage.md)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
</td><td>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</td></tr>
|
|
103
|
-
<tr><td>
|
|
104
|
-
|
|
105
|
-
[createHTTPHeadersFromMessage(message, contentType)](./foundation-comms.messagebuilder.createhttpheadersfrommessage.md)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
</td><td>
|
|
109
|
-
|
|
110
|
-
Create HTTP Headers from a message.
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
</td></tr>
|
|
114
|
-
<tr><td>
|
|
115
|
-
|
|
116
|
-
[createLoginMessage(credentials)](./foundation-comms.messagebuilder.createloginmessage.md)
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</td><td>
|
|
120
|
-
|
|
121
|
-
Creates a login message.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
</td></tr>
|
|
125
|
-
<tr><td>
|
|
126
|
-
|
|
127
|
-
[createLogoutMessage(loginResult)](./foundation-comms.messagebuilder.createlogoutmessage.md)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
</td><td>
|
|
131
|
-
|
|
132
|
-
Creates a logout message.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
</td></tr>
|
|
136
|
-
<tr><td>
|
|
137
|
-
|
|
138
|
-
[createMetaRequestMessage(resourceName, messageType)](./foundation-comms.messagebuilder.createmetarequestmessage.md)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
</td><td>
|
|
142
|
-
|
|
143
|
-
Creates a metadata fetch message.
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
</td></tr>
|
|
147
|
-
<tr><td>
|
|
148
|
-
|
|
149
|
-
[createMoreColumnsMessage(sourceRef)](./foundation-comms.messagebuilder.createmorecolumnsmessage.md)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</td><td>
|
|
153
|
-
|
|
154
|
-
Creates a message to request more columns.
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
</td></tr>
|
|
158
|
-
<tr><td>
|
|
159
|
-
|
|
160
|
-
[createMoreRowsMessage(sourceRef, viewNumber)](./foundation-comms.messagebuilder.createmorerowsmessage.md)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
</td><td>
|
|
164
|
-
|
|
165
|
-
Creates a message to request more rows. This is only relevant when you are connected to a real-time (Data Server) datasource.
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
</td></tr>
|
|
169
|
-
<tr><td>
|
|
170
|
-
|
|
171
|
-
[createRefreshTokenMessage()](./foundation-comms.messagebuilder.createrefreshtokenmessage.md)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
</td><td>
|
|
175
|
-
|
|
176
|
-
Creates an auth message specific for token refresh.
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
</td></tr>
|
|
180
|
-
<tr><td>
|
|
181
|
-
|
|
182
|
-
[createRequestMessage(resourceName, params)](./foundation-comms.messagebuilder.createrequestmessage.md)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
</td><td>
|
|
186
|
-
|
|
187
|
-
Creates a request message.
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
</td></tr>
|
|
191
|
-
<tr><td>
|
|
192
|
-
|
|
193
|
-
[createResourcesMessage(params)](./foundation-comms.messagebuilder.createresourcesmessage.md)
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</td><td>
|
|
197
|
-
|
|
198
|
-
Creates a message for getting list of resources.
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
</td></tr>
|
|
202
|
-
</tbody></table>
|
|
17
|
+
| Method | Description |
|
|
18
|
+
| --- | --- |
|
|
19
|
+
| [createChangePasswordMessage(username, oldPassword, newPassword)](./foundation-comms.messagebuilder.createchangepasswordmessage.md) | Creates a change password message. |
|
|
20
|
+
| [createCommitMessage(eventName, params)](./foundation-comms.messagebuilder.createcommitmessage.md) | Creates an event commit message. |
|
|
21
|
+
| [createDataLogoffMessage(sourceRef)](./foundation-comms.messagebuilder.createdatalogoffmessage.md) | Creates a message to logoff from a DATASERVER. |
|
|
22
|
+
| [createDataLogonMessage(resourceName, params)](./foundation-comms.messagebuilder.createdatalogonmessage.md) | Creates a message to logon to a DATASERVER. Used for data fetching. |
|
|
23
|
+
| [createForgotPasswordMessage(username, returnUrl, requester)](./foundation-comms.messagebuilder.createforgotpasswordmessage.md) | Creates a forgot password message. |
|
|
24
|
+
| [createForgotPasswordTokenMessage(username, resetToken, newPassword, requester)](./foundation-comms.messagebuilder.createforgotpasswordtokenmessage.md) | Creates a forgot password token message. |
|
|
25
|
+
| [createHeartbeatPingMessage(verbose)](./foundation-comms.messagebuilder.createheartbeatpingmessage.md) | |
|
|
26
|
+
| [createHTTPHeadersFromMessage(message, contentType)](./foundation-comms.messagebuilder.createhttpheadersfrommessage.md) | Create HTTP Headers from a message. |
|
|
27
|
+
| [createLoginMessage(credentials)](./foundation-comms.messagebuilder.createloginmessage.md) | Creates a login message. |
|
|
28
|
+
| [createLogoutMessage(loginResult)](./foundation-comms.messagebuilder.createlogoutmessage.md) | Creates a logout message. |
|
|
29
|
+
| [createMetaRequestMessage(resourceName, messageType)](./foundation-comms.messagebuilder.createmetarequestmessage.md) | Creates a metadata fetch message. |
|
|
30
|
+
| [createMoreColumnsMessage(sourceRef)](./foundation-comms.messagebuilder.createmorecolumnsmessage.md) | Creates a message to request more columns. |
|
|
31
|
+
| [createMoreRowsMessage(sourceRef, viewNumber)](./foundation-comms.messagebuilder.createmorerowsmessage.md) | Creates a message to request more rows. This is only relevant when you are connected to a real-time (Data Server) datasource. |
|
|
32
|
+
| [createRefreshTokenMessage()](./foundation-comms.messagebuilder.createrefreshtokenmessage.md) | Creates an auth message specific for token refresh. |
|
|
33
|
+
| [createRequestMessage(resourceName, params)](./foundation-comms.messagebuilder.createrequestmessage.md) | Creates a request message. |
|
|
34
|
+
| [createResourcesMessage(params)](./foundation-comms.messagebuilder.createresourcesmessage.md) | Creates a message for getting list of resources. |
|
|
203
35
|
|
|
@@ -14,49 +14,8 @@ export declare enum MessageCode
|
|
|
14
14
|
|
|
15
15
|
## Enumeration Members
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
SESSION\_NOT\_FOUND
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
`"SESSION_NOT_FOUND"`
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td></tr>
|
|
47
|
-
<tr><td>
|
|
48
|
-
|
|
49
|
-
UNKNOWN\_MESSAGE\_TYPE
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
</td><td>
|
|
53
|
-
|
|
54
|
-
`"UNKNOWN_MESSAGE_TYPE"`
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
</td><td>
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
</tbody></table>
|
|
17
|
+
| Member | Value | Description |
|
|
18
|
+
| --- | --- | --- |
|
|
19
|
+
| SESSION\_NOT\_FOUND | <code>"SESSION_NOT_FOUND"</code> | |
|
|
20
|
+
| UNKNOWN\_MESSAGE\_TYPE | <code>"UNKNOWN_MESSAGE_TYPE"</code> | |
|
|
62
21
|
|
|
@@ -14,192 +14,22 @@ export declare namespace MessageDetails
|
|
|
14
14
|
|
|
15
15
|
## Type Aliases
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Details type for a password-change message
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td></tr>
|
|
39
|
-
<tr><td>
|
|
40
|
-
|
|
41
|
-
[DataserverRequest](./foundation-comms.messagedetails.dataserverrequest.md)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td><td>
|
|
45
|
-
|
|
46
|
-
Details type to request DATASERVER metadata
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
</td></tr>
|
|
50
|
-
<tr><td>
|
|
51
|
-
|
|
52
|
-
[Error](./foundation-comms.messagedetails.error.md)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
Details type for ERROR results
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
<tr><td>
|
|
62
|
-
|
|
63
|
-
[ExpirePassword](./foundation-comms.messagedetails.expirepassword.md)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
</td><td>
|
|
67
|
-
|
|
68
|
-
Details type for a password-expiry message
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
</td></tr>
|
|
72
|
-
<tr><td>
|
|
73
|
-
|
|
74
|
-
[ForgotPassword](./foundation-comms.messagedetails.forgotpassword.md)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
</td><td>
|
|
78
|
-
|
|
79
|
-
Details type for a forgot-password message
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
</td></tr>
|
|
83
|
-
<tr><td>
|
|
84
|
-
|
|
85
|
-
[ForgotPasswordToken](./foundation-comms.messagedetails.forgotpasswordtoken.md)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</td><td>
|
|
89
|
-
|
|
90
|
-
Details type for a forgot-password token-based message
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</td></tr>
|
|
94
|
-
<tr><td>
|
|
95
|
-
|
|
96
|
-
[LoggedInSystemInfo](./foundation-comms.messagedetails.loggedinsysteminfo.md)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
</td><td>
|
|
100
|
-
|
|
101
|
-
System-level information when a user is logged in.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
</td></tr>
|
|
105
|
-
<tr><td>
|
|
106
|
-
|
|
107
|
-
[Login](./foundation-comms.messagedetails.login.md)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
</td><td>
|
|
111
|
-
|
|
112
|
-
Union type for different types of login information
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
</td></tr>
|
|
116
|
-
<tr><td>
|
|
117
|
-
|
|
118
|
-
[LoginBasic](./foundation-comms.messagedetails.loginbasic.md)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</td><td>
|
|
122
|
-
|
|
123
|
-
Details type for a basic auth message
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
</td></tr>
|
|
127
|
-
<tr><td>
|
|
128
|
-
|
|
129
|
-
[LoginJWT](./foundation-comms.messagedetails.loginjwt.md)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
</td><td>
|
|
133
|
-
|
|
134
|
-
Details type for a JWT-based auth message
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
</td></tr>
|
|
138
|
-
<tr><td>
|
|
139
|
-
|
|
140
|
-
[LoginSSO](./foundation-comms.messagedetails.loginsso.md)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
</td><td>
|
|
144
|
-
|
|
145
|
-
Details type for a SSO-based auth message
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
</td></tr>
|
|
149
|
-
<tr><td>
|
|
150
|
-
|
|
151
|
-
[MetaRequest](./foundation-comms.messagedetails.metarequest.md)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
</td><td>
|
|
155
|
-
|
|
156
|
-
Details type to request FEATURE metadata
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
</td></tr>
|
|
160
|
-
<tr><td>
|
|
161
|
-
|
|
162
|
-
[MoreRows](./foundation-comms.messagedetails.morerows.md)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
</td><td>
|
|
166
|
-
|
|
167
|
-
Details type to request more rows
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
</td></tr>
|
|
171
|
-
<tr><td>
|
|
172
|
-
|
|
173
|
-
[RefreshToken](./foundation-comms.messagedetails.refreshtoken.md)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
</td><td>
|
|
177
|
-
|
|
178
|
-
Details type for a refresh-token message
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
</td></tr>
|
|
182
|
-
<tr><td>
|
|
183
|
-
|
|
184
|
-
[ResetPassword](./foundation-comms.messagedetails.resetpassword.md)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
</td><td>
|
|
188
|
-
|
|
189
|
-
Details type for a password-reset message
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
</td></tr>
|
|
193
|
-
<tr><td>
|
|
194
|
-
|
|
195
|
-
[UpdateColumns](./foundation-comms.messagedetails.updatecolumns.md)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
</td><td>
|
|
199
|
-
|
|
200
|
-
Details type to update columns
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
</td></tr>
|
|
204
|
-
</tbody></table>
|
|
17
|
+
| Type Alias | Description |
|
|
18
|
+
| --- | --- |
|
|
19
|
+
| [ChangePassword](./foundation-comms.messagedetails.changepassword.md) | Details type for a password-change message |
|
|
20
|
+
| [DataserverRequest](./foundation-comms.messagedetails.dataserverrequest.md) | Details type to request DATASERVER metadata |
|
|
21
|
+
| [Error](./foundation-comms.messagedetails.error.md) | Details type for ERROR results |
|
|
22
|
+
| [ExpirePassword](./foundation-comms.messagedetails.expirepassword.md) | Details type for a password-expiry message |
|
|
23
|
+
| [ForgotPassword](./foundation-comms.messagedetails.forgotpassword.md) | Details type for a forgot-password message |
|
|
24
|
+
| [ForgotPasswordToken](./foundation-comms.messagedetails.forgotpasswordtoken.md) | Details type for a forgot-password token-based message |
|
|
25
|
+
| [LoggedInSystemInfo](./foundation-comms.messagedetails.loggedinsysteminfo.md) | System-level information when a user is logged in. |
|
|
26
|
+
| [Login](./foundation-comms.messagedetails.login.md) | Union type for different types of login information |
|
|
27
|
+
| [LoginBasic](./foundation-comms.messagedetails.loginbasic.md) | Details type for a basic auth message |
|
|
28
|
+
| [LoginJWT](./foundation-comms.messagedetails.loginjwt.md) | Details type for a JWT-based auth message |
|
|
29
|
+
| [LoginSSO](./foundation-comms.messagedetails.loginsso.md) | Details type for a SSO-based auth message |
|
|
30
|
+
| [MetaRequest](./foundation-comms.messagedetails.metarequest.md) | Details type to request FEATURE metadata |
|
|
31
|
+
| [MoreRows](./foundation-comms.messagedetails.morerows.md) | Details type to request more rows |
|
|
32
|
+
| [RefreshToken](./foundation-comms.messagedetails.refreshtoken.md) | Details type for a refresh-token message |
|
|
33
|
+
| [ResetPassword](./foundation-comms.messagedetails.resetpassword.md) | Details type for a password-reset message |
|
|
34
|
+
| [UpdateColumns](./foundation-comms.messagedetails.updatecolumns.md) | Details type to update columns |
|
|
205
35
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-comms](./foundation-comms.md) > [messageHasErrorCode](./foundation-comms.messagehaserrorcode.md)
|
|
4
4
|
|
|
5
|
-
## messageHasErrorCode
|
|
5
|
+
## messageHasErrorCode variable
|
|
6
6
|
|
|
7
7
|
Check if the message contains an error code.
|
|
8
8
|
|
|
@@ -11,60 +11,3 @@ Check if the message contains an error code.
|
|
|
11
11
|
```typescript
|
|
12
12
|
messageHasErrorCode: (message: Message, code: string | number) => boolean
|
|
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
|
-
The message object.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
<tr><td>
|
|
50
|
-
|
|
51
|
-
code
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</td><td>
|
|
55
|
-
|
|
56
|
-
string \| number
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
</td><td>
|
|
60
|
-
|
|
61
|
-
The error code. Either a number or an entire status code string.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</td></tr>
|
|
65
|
-
</tbody></table>
|
|
66
|
-
|
|
67
|
-
**Returns:**
|
|
68
|
-
|
|
69
|
-
boolean
|
|
70
|
-
|