incidence-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.32 • Public • Published

incidence-sdk

Plugin in Ionic Capacitor to create a direct communication with Incidence.

Install

npm install incidence-sdk
npx cap sync

API

initConfig(...)

initConfig(options: { apikey: string; environment: string; }) => Promise<string>
Param Type
options { apikey: string; environment: string; }

Returns: Promise<string>


addDevice(...)

addDevice(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


checkDevice(...)

checkDevice(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


deleteDevice(...)

deleteDevice(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


getDevice(...)

getDevice(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


getGeoDevice(...)

getGeoDevice(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


createIncidenceFlow(...)

createIncidenceFlow(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


createIncidence(...)

createIncidence(options: { user: any; vehicle: any; incidence: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; incidence: any; }

Returns: Promise<string>


closeIncidence(...)

closeIncidence(options: { user: any; vehicle: any; incidence: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; incidence: any; }

Returns: Promise<string>


ecommerce(...)

ecommerce(options: { user: any; vehicle: any; }) => Promise<string>
Param Type
options { user: any; vehicle: any; }

Returns: Promise<string>


Readme

Keywords

Package Sidebar

Install

npm i incidence-sdk

Weekly Downloads

113

Version

0.0.32

License

MIT

Unpacked Size

212 kB

Total Files

53

Last publish

Collaborators

  • dizquierdo