alsmanager_lib 1.0.41 → 1.0.43

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.
Files changed (2) hide show
  1. package/lib/modules.js +2 -0
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -7403,6 +7403,8 @@ module.exports = {
7403
7403
  queryDetailsByIdDevice,
7404
7404
  //
7405
7405
  queryDocumentsIdDevice,
7406
+ insertDocumentoDevice,
7407
+ removeDocumentoDevice,
7406
7408
  selectDocumentoById,
7407
7409
  selectDocumentiCombo,
7408
7410
  insertDocumento,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",