2.3.10 • Published 10 months ago

sayvu.app.api.mobile v2.3.10

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

SayVU Dependencies

{
    "core": "git@bitbucket.org:sayvu_dev/core.git", v1.0.0
    "db": "git@bitbucket.org:sayvu_dev/db.git", v1.4.0
    "api.reporting": "git@bitbucket.org:sayvu_dev/api.reporting.git", v1.2.0
    "api.reporter": "git@bitbucket.org:sayvu_dev/api.reporter.git", v1.1.0
    "api.globaldata": "git@bitbucket.org:sayvu_dev/api.globaldata.git", v1.0.1
    "coordinator": "git@bitbucket.org:sayvu_dev/coordinator.git" v1.0.0
}

NOTE: These dependencies have sub dependencies that needs to be included in the package.json file

Specific configs

  • mq.psProducers: ['new report routing queue name', 'report update routing queue name', 'audio processing queue'] ps producers for new report and report update routing, audio processing
  • coordinator.outgoing.mq.ps: {newReport: 'new report routing queue name', updateReport: 'report update routing queue name', processAudio: 'audio processing queue'} method to queue mapping
  • link.baseURL: 'base url' url for creating dynamic links
  • auth.type: jwt jwt based firebase token generation
  • auth.type.mobile_api.key: path path for jwt keys
  • auth.type.callcenter_api.expiry: seconds time in seconds for jwt expiry - should be 0
  • api.reporting.routes: ['newReport', 'processAudio', 'updateReport'] coordinator methods expected to be found in coordinator
  • api.reporting.image.tempPath: temp_path local path for temp image file storage
  • api.reporting.image.reportImageRemotePath: temp_path remote path (storage) for report image files storage
  • api.reporting.audio.tempPath: temp_path local path for temp audio file storage
  • api.reporting.audio.reportAudioRemotePath: temp_path remote path (storage) for report audio files storage
  • api.reporter.audio.appVersion: app version number android app version this app supports
  • api.globaldata.mobile: cc the type of global data api used - cc