@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.
- package/api/user/document.js +1 -1
- package/doc/api.md +1 -1
- package/package.json +1 -1
package/api/user/document.js
CHANGED
|
@@ -655,7 +655,7 @@ class Documents {
|
|
|
655
655
|
* docTypeId: '5df7f19618430c89a41a19d5',
|
|
656
656
|
* };
|
|
657
657
|
* const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
|
|
658
|
-
* const retDocs = await api.user.document.
|
|
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.
|
|
1535
|
+
const retDocs = await api.user.document.checkPrimaryKeys(params, session);
|
|
1536
1536
|
```
|
|
1537
1537
|
<a name="Users"></a>
|
|
1538
1538
|
|
package/package.json
CHANGED