@docbrasil/api-systemmanager 1.0.114 → 1.0.115
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/.vscode/settings.json +1 -0
- package/api/user/process.js +0 -1
- package/dist/bundle.cjs +0 -1
- package/dist/bundle.mjs +1 -1
- package/docs/user_process.js.html +0 -1
- package/package.json +1 -1
|
@@ -506,7 +506,6 @@ class Process {
|
|
|
506
506
|
Joi.assert(params.orgId, Joi.string().required(), 'Organization id (_id database)');
|
|
507
507
|
Joi.assert(params.type, Joi.string().required(), 'Document Type');
|
|
508
508
|
Joi.assert(params.docIds, Joi.array().required(), 'Document Ids');
|
|
509
|
-
Joi.assert(params.footer, Joi.string(), 'Documents Footer');
|
|
510
509
|
Joi.assert(session, Joi.string().required(), 'Session token JWT');
|
|
511
510
|
|
|
512
511
|
const {orgId, type, docIds, footer} = params;
|
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.
|
|
4
|
+
"version": "1.0.115",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"htmldoc": "rm -rf docs && jsdoc api/** -d docs -t ./node_modules/better-docs",
|
|
7
7
|
"doc": "rm -rf doc && mkdir doc && jsdoc2md api/**/* api/* > doc/api.md",
|