@docbrasil/api-systemmanager 1.0.59 → 1.0.60

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.
@@ -98,6 +98,7 @@ class Documents {
98
98
  ocrDocumentBackend: _.get(params, 'ocrDocumentBackend', false),
99
99
  bytes: _.get(params, 'bytes'),
100
100
  docAreaPermission: _.get(params, 'docAreaPermission', {}),
101
+ docTypeFields: _.get(params, 'docTypeFields', {}), // {"extraId": userId},
101
102
  docTypeFieldsData: _.get(params, 'docTypeFieldsData', {}), // {"extraId": userId},
102
103
  signedUrl: _.get(params, 'signedUrl', ''),
103
104
  urlType: _.get(params, 'urlType', 'S3'),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docbrasil/api-systemmanager",
3
3
  "description": "Module API System Manager",
4
- "version": "1.0.59",
4
+ "version": "1.0.60",
5
5
  "scripts": {
6
6
  "doc": "rm -f doc/api.md && jsdoc2md api/**/** > doc/api.md",
7
7
  "build": "node bundleRollup.js"