Skip to content

Commit 9563a21

Browse files
authored
chore(version) next v0.5.4 (#71)
1 parent 0110e90 commit 9563a21

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

dist/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,16 @@ var _mobizon = require('./services/mobizon');
129129
method: 'list',
130130
postParams: data,
131131
}),
132+
133+
/**
134+
*
135+
* List public price.
136+
* [Method listpublicprice#list*]{@link https://mobizon.com.br/prices}
137+
* */
138+
listPublicPrice: (data) =>
139+
_mobizon.mobizonService.call(void 0, {
140+
module: 'price',
141+
method: 'listpublic',
142+
postParams: data,
143+
}),
132144
}; exports.mobizon = mobizon;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobizon-node",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Biblioteca NodeJS para trabalhar com os serviços Mobizon API",
55
"readmeFilename": "README.md",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)