@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.
@@ -956,9 +956,9 @@ class Documents {
956
956
  * orgId: '55e4a3bd6be6b45210833fae',
957
957
  * };
958
958
  * const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
959
- * const retSearch = await api.user.document.searchDocumentsMongo(params, session);
959
+ * const retSearch = await api.user.document.searchDocumentsDirect(params, session);
960
960
  */
961
- async searchDocumentsMongo(params, session) {
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.searchDocumentsMongo(params, session);
1511
+ * const retSearch = await api.user.document.searchDocumentsDirect(params, session);
1512
1512
  */
1513
- async searchDocumentsMongo(params, session) {
1513
+ async searchDocumentsDirect(params, session) {
1514
1514
  const self = this;
1515
1515
 
1516
1516
  try {