@docbrasil/api-systemmanager 1.1.15 → 1.1.17

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/doc/api.md CHANGED
@@ -1561,7 +1561,7 @@ const API = require('@docbrasil/api-systemmanager');
1561
1561
  const api = new API();
1562
1562
  const params - {
1563
1563
  docId: '5dadd01dc4af3941d42f8c5c',
1564
- orgIdId: '5df7f19618430c89a41a19d2',
1564
+ orgId '5df7f19618430c89a41a19d2',
1565
1565
  };
1566
1566
  const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
1567
1567
  await api.user.document.findByIdAndRemove(params, session);
@@ -1657,7 +1657,7 @@ Checks if a document can be added and it does not repeat its primary key</li>
1657
1657
  <p class="tag-source">
1658
1658
  <a href="user_document.js.html" class="button">View Source</a>
1659
1659
  <span>
1660
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line737">line 737</a>
1660
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line738">line 738</a>
1661
1661
  </span>
1662
1662
  </p>
1663
1663
 
@@ -2368,7 +2368,7 @@ const retDocs = await api.user.document.checkPrimaryKeys(params, session);</code
2368
2368
  <p class="tag-source">
2369
2369
  <a href="user_document.js.html" class="button">View Source</a>
2370
2370
  <span>
2371
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line340">line 340</a>
2371
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line341">line 341</a>
2372
2372
  </span>
2373
2373
  </p>
2374
2374
 
@@ -2860,7 +2860,7 @@ await api.user.document.findById('5edf9f8ee896b817e45b8dad', session);</code></p
2860
2860
  <p class="tag-source">
2861
2861
  <a href="user_document.js.html" class="button">View Source</a>
2862
2862
  <span>
2863
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line424">line 424</a>
2863
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line425">line 425</a>
2864
2864
  </span>
2865
2865
  </p>
2866
2866
 
@@ -3008,7 +3008,7 @@ await api.user.document.findById('5edf9f8ee896b817e45b8dad', session);</code></p
3008
3008
  const api = new API();
3009
3009
  const params - {
3010
3010
  docId: '5dadd01dc4af3941d42f8c5c',
3011
- orgIdId: '5df7f19618430c89a41a19d2',
3011
+ orgId '5df7f19618430c89a41a19d2',
3012
3012
  };
3013
3013
  const session = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...';
3014
3014
  await api.user.document.findByIdAndRemove(params, session);</code></pre>
@@ -3488,7 +3488,7 @@ await api.user.document.findByIdAndUpdate('5edf9f8ee896b817e45b8dad', params, se
3488
3488
  <p class="tag-source">
3489
3489
  <a href="user_document.js.html" class="button">View Source</a>
3490
3490
  <span>
3491
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line469">line 469</a>
3491
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line470">line 470</a>
3492
3492
  </span>
3493
3493
  </p>
3494
3494
 
@@ -3850,7 +3850,7 @@ await api.user.document.findByIdsAndRemove(params, session);</code></pre>
3850
3850
  <p class="tag-source">
3851
3851
  <a href="user_document.js.html" class="button">View Source</a>
3852
3852
  <span>
3853
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line785">line 785</a>
3853
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line786">line 786</a>
3854
3854
  </span>
3855
3855
  </p>
3856
3856
 
@@ -4309,7 +4309,7 @@ const retSearch = await api.user.document.searchDocuments(params, session);</cod
4309
4309
  <p class="tag-source">
4310
4310
  <a href="user_document.js.html" class="button">View Source</a>
4311
4311
  <span>
4312
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line535">line 535</a>
4312
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line536">line 536</a>
4313
4313
  </span>
4314
4314
  </p>
4315
4315
 
@@ -4825,7 +4825,7 @@ const base64Data = await api.user.document.signedUrl(params, session);</code></p
4825
4825
  <p class="tag-source">
4826
4826
  <a href="user_document.js.html" class="button">View Source</a>
4827
4827
  <span>
4828
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line631">line 631</a>
4828
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line632">line 632</a>
4829
4829
  </span>
4830
4830
  </p>
4831
4831
 
@@ -5223,7 +5223,7 @@ const base64Data = await api.user.document.signedUrls(params, session);</code></
5223
5223
  <p class="tag-source">
5224
5224
  <a href="user_document.js.html" class="button">View Source</a>
5225
5225
  <span>
5226
- <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line679">line 679</a>
5226
+ <a href="user_document.js.html">user/document.js</a>, <a href="user_document.js.html#line680">line 680</a>
5227
5227
  </span>
5228
5228
  </p>
5229
5229