@docbrasil/api-systemmanager 1.1.57 → 1.1.58

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.
@@ -690,7 +690,8 @@ class Documents {
690
690
  'Content-Type': type
691
691
  },
692
692
  maxContentLength: Infinity,
693
- maxBodyLength: Infinity
693
+ maxBodyLength: Infinity,
694
+ withCredentials: false
694
695
  };
695
696
 
696
697
  const onUploadProgress = params.onUploadProgress;
package/dist/bundle.cjs CHANGED
@@ -1344,7 +1344,8 @@ class Documents {
1344
1344
  'Content-Type': type
1345
1345
  },
1346
1346
  maxContentLength: Infinity,
1347
- maxBodyLength: Infinity
1347
+ maxBodyLength: Infinity,
1348
+ withCredentials: false
1348
1349
  };
1349
1350
 
1350
1351
  const onUploadProgress = params.onUploadProgress;