@docbrasil/api-systemmanager 1.0.74 → 1.0.76

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.
@@ -611,7 +611,9 @@ class Documents {
611
611
  const self = this;
612
612
  const reqOpts = {
613
613
  headers: {
614
- 'Content-Type': type
614
+ 'Content-Type': type,
615
+ maxContentLength: Infinity,
616
+ maxBodyLength: Infinity
615
617
  }
616
618
  };
617
619
 
package/dist/bundle.cjs CHANGED
@@ -1163,7 +1163,9 @@ class Documents {
1163
1163
  const self = this;
1164
1164
  const reqOpts = {
1165
1165
  headers: {
1166
- 'Content-Type': type
1166
+ 'Content-Type': type,
1167
+ maxContentLength: Infinity,
1168
+ maxBodyLength: Infinity
1167
1169
  }
1168
1170
  };
1169
1171