@stbmoz-onboarding/core 1.0.44 → 1.0.45
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/Utilities/incomeFrequencies.js +37 -0
- package/Utilities/index.js +4 -4
- package/Utilities/professions.js +2 -2
- package/index.js +2 -2
- package/package.json +8 -8
- package/Utilities/incomeFrequency.js +0 -22
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
module.exports.incomeFrequencies = [
|
|
2
|
+
{
|
|
3
|
+
value: "SEMESTRALY",
|
|
4
|
+
pt: "Semestral",
|
|
5
|
+
en: "Semester"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
value: "QUARTERLY",
|
|
9
|
+
pt: "Trimestral",
|
|
10
|
+
en: "Quarterly"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
value: "MONTHLY",
|
|
14
|
+
pt: "Mensal",
|
|
15
|
+
en: "Monthly"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
value: "WEEKLY",
|
|
19
|
+
pt: "Semanal",
|
|
20
|
+
en: "weekly"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
value: "DIALY",
|
|
24
|
+
pt: "Diario",
|
|
25
|
+
en: "Daily"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
/*module.exports.incomeFrequency = {
|
|
31
|
+
semester: "SEMESTRALY",
|
|
32
|
+
quarterly: "QUARTELY",
|
|
33
|
+
monthly: "MONTHLY",
|
|
34
|
+
weekly: "WEEKLY",
|
|
35
|
+
daily: "DIALY"
|
|
36
|
+
|
|
37
|
+
}*/
|
package/Utilities/index.js
CHANGED
|
@@ -13,14 +13,14 @@ const { districts } = require("./districts")
|
|
|
13
13
|
const { localities } = require("./localities")
|
|
14
14
|
const { segment, segments } = require("./segments")
|
|
15
15
|
const { AllowedChars } = require("./allowedChars")
|
|
16
|
-
const {
|
|
17
|
-
const {branch}= require("./branch")
|
|
18
|
-
const {neighborhood}= require("./neighborhood")
|
|
16
|
+
const { incomeFrequencies } = require("@stbmoz-onboarding/core/Utilities/incomeFrequencies")
|
|
17
|
+
const { branch } = require("./branch")
|
|
18
|
+
const { neighborhood } = require("./neighborhood")
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
module.exports = {
|
|
22
22
|
academicLevel, academicLevels, activities, activity, contractRegime, contractRegimes,
|
|
23
23
|
countries, country, employmentType, employmentTypes, gender, genders, idDocument, idDocuments,
|
|
24
24
|
maritalStatus, maritalStatuses, marriageRegimes, marriageRegime, professions, provinces,
|
|
25
|
-
segment, segments, AllowedChars, districts, localities,
|
|
25
|
+
segment, segments, AllowedChars, districts, localities, incomeFrequencies, branch, neighborhood
|
|
26
26
|
}
|
package/Utilities/professions.js
CHANGED
package/index.js
CHANGED
|
@@ -27,7 +27,7 @@ const {
|
|
|
27
27
|
} = require("./Validations/rules")
|
|
28
28
|
|
|
29
29
|
const { branch } = require("./Utilities/branch")
|
|
30
|
-
const {
|
|
30
|
+
const { incomeFrequecies} = require("./Utilities/incomeFrequencies")
|
|
31
31
|
const { neighborhood } = require("./Utilities/neighborhood")
|
|
32
32
|
|
|
33
33
|
|
|
@@ -42,7 +42,7 @@ module.exports.Utilities = {
|
|
|
42
42
|
academicLevel, academicLevels, activities, activity, contractRegime, contractRegimes,
|
|
43
43
|
countries, country, employmentType, employmentTypes, gender, genders, idDocument, idDocuments,
|
|
44
44
|
maritalStatus, maritalStatuses, marriageRegimes, marriageRegime, professions, provinces, districts,
|
|
45
|
-
segment, segments, AllowedChars,
|
|
45
|
+
segment, segments, AllowedChars, incomeFrequecies, branch, neighborhood
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
module.exports.Validations = {
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"/Users/pedrodava/Desktop/Bank/RAO/frontend"
|
|
6
6
|
]
|
|
7
7
|
],
|
|
8
|
-
"_from": "@stbmoz-onboarding/core@1.0.
|
|
9
|
-
"_id": "@stbmoz-onboarding/core@1.0.
|
|
8
|
+
"_from": "@stbmoz-onboarding/core@1.0.45",
|
|
9
|
+
"_id": "@stbmoz-onboarding/core@1.0.45",
|
|
10
10
|
"_inBundle": false,
|
|
11
11
|
"_integrity": "sha512-hwZKB8fMqlvyu0k664ywG6RckIC2AN6DsgqcIy4H6gNtqr9eS1sw5FeT41NwFqvt8+Ybhomb3TjtcEQHGtJz7w==",
|
|
12
12
|
"_location": "/@stbmoz-onboarding/core",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"_requested": {
|
|
15
15
|
"type": "version",
|
|
16
16
|
"registry": true,
|
|
17
|
-
"raw": "@stbmoz-onboarding/core@1.0.
|
|
17
|
+
"raw": "@stbmoz-onboarding/core@1.0.45",
|
|
18
18
|
"name": "@stbmoz-onboarding/core",
|
|
19
19
|
"escapedName": "@stbmoz-onboarding%2fcore",
|
|
20
20
|
"scope": "@stbmoz-onboarding",
|
|
21
|
-
"rawSpec": "1.0.
|
|
21
|
+
"rawSpec": "1.0.45",
|
|
22
22
|
"saveSpec": null,
|
|
23
|
-
"fetchSpec": "1.0.
|
|
23
|
+
"fetchSpec": "1.0.45"
|
|
24
24
|
},
|
|
25
25
|
"_requiredBy": [
|
|
26
26
|
"/"
|
|
27
27
|
],
|
|
28
|
-
"_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.0.
|
|
29
|
-
"_spec": "1.0.
|
|
28
|
+
"_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.0.45.tgz",
|
|
29
|
+
"_spec": "1.0.45",
|
|
30
30
|
"_where": "/Users/pedrodava/Desktop/Bank/RAO/frontend",
|
|
31
31
|
"author": "",
|
|
32
32
|
"description": "\"core module\"",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
39
39
|
},
|
|
40
40
|
"type": "commonjs",
|
|
41
|
-
"version": "1.0.
|
|
41
|
+
"version": "1.0.45"
|
|
42
42
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
module.exports.incomeFrequency = [
|
|
2
|
-
{
|
|
3
|
-
value: "Semestral",
|
|
4
|
-
pt: "Semestral"
|
|
5
|
-
},
|
|
6
|
-
{
|
|
7
|
-
value: "Trimestral",
|
|
8
|
-
pt: "Trimestral"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
value: "Mensal",
|
|
12
|
-
pt: "Mensal"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
value: "Semanal",
|
|
16
|
-
pt: "Semanal"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
value: "Diario",
|
|
20
|
-
pt: "Diario"
|
|
21
|
-
}
|
|
22
|
-
]
|