We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0110e90 commit 9563a21Copy full SHA for 9563a21
2 files changed
dist/index.js
@@ -129,4 +129,16 @@ var _mobizon = require('./services/mobizon');
129
method: 'list',
130
postParams: data,
131
}),
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
+ }),
144
}; exports.mobizon = mobizon;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mobizon-node",
3
- "version": "0.5.3",
+ "version": "0.5.4",
4
"description": "Biblioteca NodeJS para trabalhar com os serviços Mobizon API",
5
"readmeFilename": "README.md",
6
"main": "dist/index.js",
0 commit comments