@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
|
@@ -12,53 +12,10 @@ createHTTPHeadersFromMessage(message: Message, contentType?: string): HeadersIni
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
message
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
[Message](./foundation-comms.message.md)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
<tr><td>
|
|
46
|
-
|
|
47
|
-
contentType
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
string
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
_(Optional)_
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| message | [Message](./foundation-comms.message.md) | |
|
|
18
|
+
| contentType | string | _(Optional)_ |
|
|
62
19
|
|
|
63
20
|
**Returns:**
|
|
64
21
|
|
|
@@ -12,37 +12,9 @@ createLoginMessage(credentials: AuthInfo): Message<MessageDetails.Login>;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
credentials
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
[AuthInfo](./foundation-comms.authinfo.md)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| credentials | [AuthInfo](./foundation-comms.authinfo.md) | |
|
|
46
18
|
|
|
47
19
|
**Returns:**
|
|
48
20
|
|
|
@@ -12,39 +12,9 @@ createLogoutMessage(loginResult?: LoginResult): Message;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
loginResult
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
[LoginResult](./foundation-comms.loginresult.md)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
_(Optional)_
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td></tr>
|
|
47
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| loginResult | [LoginResult](./foundation-comms.loginresult.md) | _(Optional)_ |
|
|
48
18
|
|
|
49
19
|
**Returns:**
|
|
50
20
|
|
|
@@ -12,53 +12,10 @@ createMetaRequestMessage(resourceName: string, messageType?: EventMessageType):
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
resourceName
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
<tr><td>
|
|
46
|
-
|
|
47
|
-
messageType
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
[EventMessageType](./foundation-comms.eventmessagetype.md)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
_(Optional)_
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| resourceName | string | |
|
|
18
|
+
| messageType | [EventMessageType](./foundation-comms.eventmessagetype.md) | _(Optional)_ |
|
|
62
19
|
|
|
63
20
|
**Returns:**
|
|
64
21
|
|
|
@@ -12,37 +12,9 @@ createMoreColumnsMessage(sourceRef: string): Message;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
sourceRef
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| sourceRef | string | |
|
|
46
18
|
|
|
47
19
|
**Returns:**
|
|
48
20
|
|
|
@@ -12,53 +12,10 @@ createMoreRowsMessage(sourceRef: string, viewNumber?: number): Message<MessageDe
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
sourceRef
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
<tr><td>
|
|
46
|
-
|
|
47
|
-
viewNumber
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
number
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
_(Optional)_
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| sourceRef | string | |
|
|
18
|
+
| viewNumber | number | _(Optional)_ |
|
|
62
19
|
|
|
63
20
|
**Returns:**
|
|
64
21
|
|
|
@@ -12,53 +12,10 @@ createRequestMessage<T = any>(resourceName: string, params?: RequestParams): Mes
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
resourceName
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
<tr><td>
|
|
46
|
-
|
|
47
|
-
params
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</td><td>
|
|
51
|
-
|
|
52
|
-
[RequestParams](./foundation-comms.requestparams.md)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</td><td>
|
|
56
|
-
|
|
57
|
-
_(Optional)_
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</td></tr>
|
|
61
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| resourceName | string | |
|
|
18
|
+
| params | [RequestParams](./foundation-comms.requestparams.md) | _(Optional)_ |
|
|
62
19
|
|
|
63
20
|
**Returns:**
|
|
64
21
|
|
|
@@ -12,39 +12,9 @@ createResourcesMessage<T = any>(params?: RequestParams): Message<T>;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
-
params
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
[RequestParams](./foundation-comms.requestparams.md)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
_(Optional)_
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td></tr>
|
|
47
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| params | [RequestParams](./foundation-comms.requestparams.md) | _(Optional)_ |
|
|
48
18
|
|
|
49
19
|
**Returns:**
|
|
50
20
|
|
|
@@ -15,247 +15,28 @@ export declare class DefaultMessageBuilder implements MessageBuilder
|
|
|
15
15
|
|
|
16
16
|
## Constructors
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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)(session, uuid)](./foundation-comms.defaultmessagebuilder._constructor_.md)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</td><td>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</td><td>
|
|
43
|
-
|
|
44
|
-
UUID will be created in the DI with the App specific requirements. Keeping it encapsulated means messages will always conform.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</td></tr>
|
|
48
|
-
</tbody></table>
|
|
18
|
+
| Constructor | Modifiers | Description |
|
|
19
|
+
| --- | --- | --- |
|
|
20
|
+
| [(constructor)(session, uuid)](./foundation-comms.defaultmessagebuilder._constructor_.md) | | UUID will be created in the DI with the App specific requirements. Keeping it encapsulated means messages will always conform. |
|
|
49
21
|
|
|
50
22
|
## Methods
|
|
51
23
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
[createChangePasswordMessage(username, oldPassword, newPassword)](./foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
</td><td>
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
</td><td>
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
</td></tr>
|
|
80
|
-
<tr><td>
|
|
81
|
-
|
|
82
|
-
[createCommitMessage(eventName, params)](./foundation-comms.defaultmessagebuilder.createcommitmessage.md)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
</td><td>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</td><td>
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
</td></tr>
|
|
92
|
-
<tr><td>
|
|
93
|
-
|
|
94
|
-
[createDataLogoffMessage(sourceRef)](./foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
</td><td>
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
</td><td>
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</td></tr>
|
|
104
|
-
<tr><td>
|
|
105
|
-
|
|
106
|
-
[createDataLogonMessage(resourceName, params)](./foundation-comms.defaultmessagebuilder.createdatalogonmessage.md)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
</td><td>
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
</td><td>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
</td></tr>
|
|
116
|
-
<tr><td>
|
|
117
|
-
|
|
118
|
-
[createForgotPasswordMessage(username, returnUrl, requester)](./foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
</td><td>
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
</td><td>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
</td></tr>
|
|
128
|
-
<tr><td>
|
|
129
|
-
|
|
130
|
-
[createForgotPasswordTokenMessage(username, resetToken, newPassword, requester)](./foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
</td><td>
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
</td><td>
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
</td></tr>
|
|
140
|
-
<tr><td>
|
|
141
|
-
|
|
142
|
-
[createHeartbeatPingMessage(verbose)](./foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
</td><td>
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
</td><td>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
</td></tr>
|
|
152
|
-
<tr><td>
|
|
153
|
-
|
|
154
|
-
[createHTTPHeadersFromMessage(message, contentType)](./foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
</td><td>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
</td><td>
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
</td></tr>
|
|
164
|
-
<tr><td>
|
|
165
|
-
|
|
166
|
-
[createLoginMessage(credentials)](./foundation-comms.defaultmessagebuilder.createloginmessage.md)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
</td><td>
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
</td><td>
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
</td></tr>
|
|
176
|
-
<tr><td>
|
|
177
|
-
|
|
178
|
-
[createLogoutMessage(loginResult)](./foundation-comms.defaultmessagebuilder.createlogoutmessage.md)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
</td><td>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
</td><td>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
</td></tr>
|
|
188
|
-
<tr><td>
|
|
189
|
-
|
|
190
|
-
[createMetaRequestMessage(resourceName, messageType)](./foundation-comms.defaultmessagebuilder.createmetarequestmessage.md)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
</td><td>
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</td><td>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
</td></tr>
|
|
200
|
-
<tr><td>
|
|
201
|
-
|
|
202
|
-
[createMoreColumnsMessage(sourceRef)](./foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
</td><td>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
</td><td>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
</td></tr>
|
|
212
|
-
<tr><td>
|
|
213
|
-
|
|
214
|
-
[createMoreRowsMessage(sourceRef, viewNumber)](./foundation-comms.defaultmessagebuilder.createmorerowsmessage.md)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
</td><td>
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
</td><td>
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
</td></tr>
|
|
224
|
-
<tr><td>
|
|
225
|
-
|
|
226
|
-
[createRefreshTokenMessage()](./foundation-comms.defaultmessagebuilder.createrefreshtokenmessage.md)
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
</td><td>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
</td><td>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
</td></tr>
|
|
236
|
-
<tr><td>
|
|
237
|
-
|
|
238
|
-
[createRequestMessage(resourceName, params)](./foundation-comms.defaultmessagebuilder.createrequestmessage.md)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
</td><td>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
</td><td>
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
</td></tr>
|
|
248
|
-
<tr><td>
|
|
249
|
-
|
|
250
|
-
[createResourcesMessage(params)](./foundation-comms.defaultmessagebuilder.createresourcesmessage.md)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
</td><td>
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
</td><td>
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
</td></tr>
|
|
260
|
-
</tbody></table>
|
|
24
|
+
| Method | Modifiers | Description |
|
|
25
|
+
| --- | --- | --- |
|
|
26
|
+
| [createChangePasswordMessage(username, oldPassword, newPassword)](./foundation-comms.defaultmessagebuilder.createchangepasswordmessage.md) | | |
|
|
27
|
+
| [createCommitMessage(eventName, params)](./foundation-comms.defaultmessagebuilder.createcommitmessage.md) | | |
|
|
28
|
+
| [createDataLogoffMessage(sourceRef)](./foundation-comms.defaultmessagebuilder.createdatalogoffmessage.md) | | |
|
|
29
|
+
| [createDataLogonMessage(resourceName, params)](./foundation-comms.defaultmessagebuilder.createdatalogonmessage.md) | | |
|
|
30
|
+
| [createForgotPasswordMessage(username, returnUrl, requester)](./foundation-comms.defaultmessagebuilder.createforgotpasswordmessage.md) | | |
|
|
31
|
+
| [createForgotPasswordTokenMessage(username, resetToken, newPassword, requester)](./foundation-comms.defaultmessagebuilder.createforgotpasswordtokenmessage.md) | | |
|
|
32
|
+
| [createHeartbeatPingMessage(verbose)](./foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md) | | |
|
|
33
|
+
| [createHTTPHeadersFromMessage(message, contentType)](./foundation-comms.defaultmessagebuilder.createhttpheadersfrommessage.md) | | |
|
|
34
|
+
| [createLoginMessage(credentials)](./foundation-comms.defaultmessagebuilder.createloginmessage.md) | | |
|
|
35
|
+
| [createLogoutMessage(loginResult)](./foundation-comms.defaultmessagebuilder.createlogoutmessage.md) | | |
|
|
36
|
+
| [createMetaRequestMessage(resourceName, messageType)](./foundation-comms.defaultmessagebuilder.createmetarequestmessage.md) | | |
|
|
37
|
+
| [createMoreColumnsMessage(sourceRef)](./foundation-comms.defaultmessagebuilder.createmorecolumnsmessage.md) | | |
|
|
38
|
+
| [createMoreRowsMessage(sourceRef, viewNumber)](./foundation-comms.defaultmessagebuilder.createmorerowsmessage.md) | | |
|
|
39
|
+
| [createRefreshTokenMessage()](./foundation-comms.defaultmessagebuilder.createrefreshtokenmessage.md) | | |
|
|
40
|
+
| [createRequestMessage(resourceName, params)](./foundation-comms.defaultmessagebuilder.createrequestmessage.md) | | |
|
|
41
|
+
| [createResourcesMessage(params)](./foundation-comms.defaultmessagebuilder.createresourcesmessage.md) | | |
|
|
261
42
|
|
|
@@ -12,37 +12,9 @@ getJsonSchemaFor(resourceName: string): SchemaResponse;
|
|
|
12
12
|
|
|
13
13
|
## Parameters
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
</th><th>
|
|
21
|
-
|
|
22
|
-
Type
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</th><th>
|
|
26
|
-
|
|
27
|
-
Description
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</th></tr></thead>
|
|
31
|
-
<tbody><tr><td>
|
|
32
|
-
|
|
33
|
-
resourceName
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
string
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td><td>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td></tr>
|
|
45
|
-
</tbody></table>
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| resourceName | string | |
|
|
46
18
|
|
|
47
19
|
**Returns:**
|
|
48
20
|
|