sm-types 1.11.36 → 1.11.38
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.
|
@@ -23,7 +23,7 @@ exports.LIST_APPROVER_REPLACEMENTS = {
|
|
|
23
23
|
type: 'UNAUTHORIZED_ACTOR',
|
|
24
24
|
messageLangMap: {
|
|
25
25
|
'PT-BR': 'Usuário não tem permissão para listar substituições de aprovação.',
|
|
26
|
-
'EN-US': 'User is not allowed to
|
|
26
|
+
'EN-US': 'User is not allowed to list approval replacements.',
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
};
|
|
@@ -22,8 +22,8 @@ exports.UPDATE_APPROVER_REPLACEMENT = {
|
|
|
22
22
|
usecase: 'UPDATE_APPROVER_REPLACEMENT',
|
|
23
23
|
type: 'UNAUTHORIZED_ACTOR',
|
|
24
24
|
messageLangMap: {
|
|
25
|
-
'PT-BR': 'Usuário ator não tem permissão para
|
|
26
|
-
'EN-US': 'Actor user does not have permission to
|
|
25
|
+
'PT-BR': 'Usuário ator não tem permissão para atualizar a substituição de aprovação.',
|
|
26
|
+
'EN-US': 'Actor user does not have permission to update approval replacement.',
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
NON_UPDATABLE: {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Smartrips",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"keywords": [],
|
|
6
|
-
"version": "1.11.
|
|
6
|
+
"version": "1.11.38",
|
|
7
7
|
"description": "",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"publish-package": "npm run build && cd ./dist && npm publish"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">=
|
|
21
|
-
"npm": ">=
|
|
20
|
+
"node": ">=16.0.0",
|
|
21
|
+
"npm": ">=8.0.0"
|
|
22
22
|
},
|
|
23
23
|
"main": "index.js",
|
|
24
24
|
"types": "index.d.ts",
|