@docbrasil/api-systemmanager 1.1.28 → 1.1.29
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 +2 -2
- package/dist/bundle.cjs +2 -2
- package/dist/bundle.mjs +1 -1
- package/doc/api.md +4 -4
- package/docs/Documents.html +4 -4
- package/docs/user_document.js.html +2 -2
- package/package.json +1 -1
package/api/user/document.js
CHANGED
|
@@ -956,9 +956,9 @@ class Documents {
|
|
|
956
956
|
* orgId: '55e4a3bd6be6b45210833fae',
|
|
957
957
|
* };
|
|
958
958
|
* const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
|
|
959
|
-
* const retSearch = await api.user.document.
|
|
959
|
+
* const retSearch = await api.user.document.searchDocumentsDirect(params, session);
|
|
960
960
|
*/
|
|
961
|
-
async
|
|
961
|
+
async searchDocumentsDirect(params, session) {
|
|
962
962
|
const self = this;
|
|
963
963
|
|
|
964
964
|
try {
|
package/dist/bundle.cjs
CHANGED
|
@@ -1508,9 +1508,9 @@ class Documents {
|
|
|
1508
1508
|
* orgId: '55e4a3bd6be6b45210833fae',
|
|
1509
1509
|
* };
|
|
1510
1510
|
* const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
|
|
1511
|
-
* const retSearch = await api.user.document.
|
|
1511
|
+
* const retSearch = await api.user.document.searchDocumentsDirect(params, session);
|
|
1512
1512
|
*/
|
|
1513
|
-
async
|
|
1513
|
+
async searchDocumentsDirect(params, session) {
|
|
1514
1514
|
const self = this;
|
|
1515
1515
|
|
|
1516
1516
|
try {
|