Skip to content

Commit

Permalink
chore(version) next v0.5.4 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioagiani authored Mar 19, 2022
1 parent 0110e90 commit 9563a21
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,16 @@ var _mobizon = require('./services/mobizon');
method: 'list',
postParams: data,
}),

/**
*
* List public price.
* [Method listpublicprice#list*]{@link https://mobizon.com.br/prices}
* */
listPublicPrice: (data) =>
_mobizon.mobizonService.call(void 0, {
module: 'price',
method: 'listpublic',
postParams: data,
}),
}; exports.mobizon = mobizon;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobizon-node",
"version": "0.5.3",
"version": "0.5.4",
"description": "Biblioteca NodeJS para trabalhar com os serviços Mobizon API",
"readmeFilename": "README.md",
"main": "dist/index.js",
Expand Down

0 comments on commit 9563a21

Please sign in to comment.