1.0.41 • Published 10 months ago

voyagesdk v1.0.41

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

VOYAGESDK

Install voyagesdk

npm install voyagesdk --save

Get Employee API

const voyagesdk = require('voyagesdk');

voyagesdk.getEmployee(designation, branch).then((res) => { console.log(res); });

Get JobsByCrew API

const voyagesdk = require('voyagesdk');

voyagesdk.getJobsByCrew(date, branch).then((res) => { console.log(res); });

Get Pre Existing Damages API

const voyagesdk = require('voyagesdk');

voyagesdk.getPreExistingDamages(jobId).then((res) => { console.log(res); });

Create Pre Existing Damages API

const voyagesdk = require('voyagesdk'); const jobId = ""; const input = { "username": "Mathy", "pre_existing_damage": { "bol_no": "123", "documents": [ { "item": "Table", "condition": "Scratched", "image_path": "test/1.png" }, { "item": "TV", "condition": "Breaked", "image_path": "test/3.png", "test/4.png" } ] } }; voyagesdk.createPreExistingDamage(jobId, input).then((res) => { console.log(res); });

1.0.41

10 months ago

1.0.40

10 months ago

1.0.39

10 months ago

1.0.38

10 months ago

1.0.37

11 months ago

1.0.36

11 months ago

1.0.35

11 months ago

1.0.34

11 months ago

1.0.33

11 months ago

1.0.32

11 months ago

1.0.31

11 months ago

1.0.30

11 months ago

1.0.29

11 months ago

1.0.28

11 months ago

1.0.27

11 months ago

1.0.26

11 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago