@etainabl/nodejs-sdk 1.3.161 → 1.3.163

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/esm/index.js CHANGED
@@ -415,6 +415,7 @@ var api_default = (auth, instanceOptions = {}) => {
415
415
  listLogs: factory.list(etainablApi, "logs"),
416
416
  updateLog: factory.update(etainablApi, "logs"),
417
417
  createLog: factory.create(etainablApi, "logs"),
418
+ createLogBulk: factory.create(etainablApi, "logs", "bulk"),
418
419
  removeLog: factory.remove(etainablApi, "logs"),
419
420
  // readings
420
421
  getReading: factory.getWithId(etainablApi, "readings"),