@smartico/public-api 0.0.128 → 0.0.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/src/SmarticoAPI.ts +1 -1
package/dist/index.modern.mjs
CHANGED
|
@@ -1686,7 +1686,7 @@ class SmarticoAPI {
|
|
|
1686
1686
|
return (response == null ? void 0 : response.items) || [];
|
|
1687
1687
|
}
|
|
1688
1688
|
async potGet(user_ext_id, filter) {
|
|
1689
|
-
const message = this.buildMessage(user_ext_id, ClassId.
|
|
1689
|
+
const message = this.buildMessage(user_ext_id, ClassId.JP_GET_LATEST_POTS_REQUEST, filter);
|
|
1690
1690
|
const response = await this.send(message, ClassId.JP_GET_LATEST_POTS_RESPONSE);
|
|
1691
1691
|
return (response == null ? void 0 : response.items) || [];
|
|
1692
1692
|
}
|