@docbrasil/api-systemmanager 1.0.61 → 1.0.62

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/dist/bundle.cjs CHANGED
@@ -650,6 +650,7 @@ class Documents {
650
650
  ocrDocumentBackend: ___default["default"].get(params, 'ocrDocumentBackend', false),
651
651
  bytes: ___default["default"].get(params, 'bytes'),
652
652
  docAreaPermission: ___default["default"].get(params, 'docAreaPermission', {}),
653
+ docTypeFields: ___default["default"].get(params, 'docTypeFields', []), // {"extraId": userId},
653
654
  docTypeFieldsData: ___default["default"].get(params, 'docTypeFieldsData', {}), // {"extraId": userId},
654
655
  signedUrl: ___default["default"].get(params, 'signedUrl', ''),
655
656
  urlType: ___default["default"].get(params, 'urlType', 'S3'),