@docbrasil/api-systemmanager 1.0.80 → 1.0.81

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.
@@ -655,7 +655,7 @@ class Documents {
655
655
  * docTypeId: '5df7f19618430c89a41a19d5',
656
656
  * };
657
657
  * const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
658
- * const retDocs = await api.user.document.findByIdsAndRemove(params, session);
658
+ * const retDocs = await api.user.document.checkPrimaryKeys(params, session);
659
659
  *
660
660
  */
661
661
  async checkPrimaryKeys(params, session) {
package/doc/api.md CHANGED
@@ -1532,7 +1532,7 @@ const params - {
1532
1532
  docTypeId: '5df7f19618430c89a41a19d5',
1533
1533
  };
1534
1534
  const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
1535
- const retDocs = await api.user.document.findByIdsAndRemove(params, session);
1535
+ const retDocs = await api.user.document.checkPrimaryKeys(params, session);
1536
1536
  ```
1537
1537
  <a name="Users"></a>
1538
1538
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docbrasil/api-systemmanager",
3
3
  "description": "Module API System Manager",
4
- "version": "1.0.80",
4
+ "version": "1.0.81",
5
5
  "scripts": {
6
6
  "doc": "rm -f doc/api.md && jsdoc2md api/**/** > doc/api.md",
7
7
  "build": "node bundleRollup.js"