@stbmoz-onboarding/core 1.0.47 → 1.0.48
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/localities.js +9 -10
- package/Utilities/provinces.js +12 -1
- package/package.json +12 -8
package/Utilities/localities.js
CHANGED
|
@@ -40,8 +40,7 @@ module.exports.localities = {
|
|
|
40
40
|
],
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
"10000": [
|
|
43
|
+
"010000": [
|
|
45
44
|
{
|
|
46
45
|
"id": "010100",
|
|
47
46
|
"description": "LICHINGA"
|
|
@@ -110,7 +109,7 @@ module.exports.localities = {
|
|
|
110
109
|
],
|
|
111
110
|
|
|
112
111
|
|
|
113
|
-
"
|
|
112
|
+
"020000": [
|
|
114
113
|
{
|
|
115
114
|
"id": "020100",
|
|
116
115
|
"description": "PEMBA"
|
|
@@ -182,7 +181,7 @@ module.exports.localities = {
|
|
|
182
181
|
],
|
|
183
182
|
|
|
184
183
|
|
|
185
|
-
"
|
|
184
|
+
"030000": [
|
|
186
185
|
{
|
|
187
186
|
"id": "030100",
|
|
188
187
|
"description": "NAMPULA"
|
|
@@ -268,7 +267,7 @@ module.exports.localities = {
|
|
|
268
267
|
"description": "RIBAUE"
|
|
269
268
|
}
|
|
270
269
|
],
|
|
271
|
-
"
|
|
270
|
+
"040000": [
|
|
272
271
|
{
|
|
273
272
|
"id": "040100",
|
|
274
273
|
"description": "QUELIMANE"
|
|
@@ -340,7 +339,7 @@ module.exports.localities = {
|
|
|
340
339
|
],
|
|
341
340
|
|
|
342
341
|
|
|
343
|
-
"
|
|
342
|
+
"050000": [
|
|
344
343
|
{
|
|
345
344
|
"id": "050100",
|
|
346
345
|
"description": "TETE"
|
|
@@ -404,7 +403,7 @@ module.exports.localities = {
|
|
|
404
403
|
],
|
|
405
404
|
|
|
406
405
|
|
|
407
|
-
"
|
|
406
|
+
"060000": [
|
|
408
407
|
{
|
|
409
408
|
"id": "060100",
|
|
410
409
|
"description": "CHIMOIO"
|
|
@@ -447,7 +446,7 @@ module.exports.localities = {
|
|
|
447
446
|
},
|
|
448
447
|
],
|
|
449
448
|
|
|
450
|
-
"
|
|
449
|
+
"070000": [
|
|
451
450
|
{
|
|
452
451
|
"id": "070100",
|
|
453
452
|
"description": "BEIRA"
|
|
@@ -503,7 +502,7 @@ module.exports.localities = {
|
|
|
503
502
|
],
|
|
504
503
|
|
|
505
504
|
|
|
506
|
-
"
|
|
505
|
+
"080000": [
|
|
507
506
|
{
|
|
508
507
|
"id": "080100",
|
|
509
508
|
"description": "INHAMBANE"
|
|
@@ -566,7 +565,7 @@ module.exports.localities = {
|
|
|
566
565
|
},
|
|
567
566
|
],
|
|
568
567
|
|
|
569
|
-
"
|
|
568
|
+
"090000": [
|
|
570
569
|
{
|
|
571
570
|
"id": "090100",
|
|
572
571
|
"description": "XAI-XAI"
|
package/Utilities/provinces.js
CHANGED
|
@@ -1,57 +1,68 @@
|
|
|
1
1
|
module.exports.provinces = [
|
|
2
2
|
{
|
|
3
3
|
value:"01",
|
|
4
|
+
default:"110000",
|
|
4
5
|
pt: "Maputo Cidade",
|
|
5
6
|
en: "Maputo City"
|
|
6
7
|
},
|
|
7
8
|
{
|
|
8
9
|
value: "02",
|
|
10
|
+
default:"100000",
|
|
9
11
|
pt: "Maputo Província",
|
|
10
12
|
en: "Maputo Province"
|
|
11
13
|
},
|
|
12
14
|
{
|
|
13
15
|
value: "03",
|
|
16
|
+
default:"090000",
|
|
14
17
|
pt: "Gaza",
|
|
15
18
|
en: "Gaza"
|
|
16
19
|
},
|
|
17
20
|
{
|
|
18
21
|
value: "04",
|
|
22
|
+
default:"080000",
|
|
19
23
|
pt: "Inhambane",
|
|
20
24
|
en: "Inhambane"
|
|
21
25
|
},
|
|
22
26
|
{
|
|
23
27
|
value: "05",
|
|
28
|
+
default:"070000 ",
|
|
24
29
|
pt: "Sofala",
|
|
25
30
|
en: "Sofala"
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
value: "06",
|
|
34
|
+
default:"060000",
|
|
29
35
|
pt: "Manica",
|
|
30
36
|
en: "Manica"
|
|
31
37
|
},
|
|
32
38
|
{
|
|
33
39
|
value: "07",
|
|
40
|
+
default:"050000 ",
|
|
34
41
|
pt: "Tete",
|
|
35
42
|
en: "Tete"
|
|
36
43
|
},
|
|
37
44
|
{
|
|
38
45
|
value: "08",
|
|
46
|
+
default:"040000",
|
|
39
47
|
pt: "Zambézia",
|
|
40
48
|
en: "Zambezia"
|
|
41
49
|
},
|
|
42
50
|
{
|
|
43
51
|
value: "09",
|
|
52
|
+
default:"030000",
|
|
44
53
|
pt: "Nampula",
|
|
45
54
|
en: "Nampula"
|
|
46
55
|
},
|
|
47
56
|
{
|
|
48
57
|
value: "10",
|
|
58
|
+
default: "020000",
|
|
49
59
|
pt: "Cabo Delgado",
|
|
50
60
|
en: "Cabo Delgado"
|
|
51
61
|
},
|
|
52
62
|
{
|
|
53
63
|
value: "11",
|
|
64
|
+
default:"010000",
|
|
54
65
|
pt: "Niassa",
|
|
55
|
-
en: "Niassa"
|
|
66
|
+
en: "Niassa",
|
|
56
67
|
}
|
|
57
68
|
]
|
package/package.json
CHANGED
|
@@ -5,30 +5,34 @@
|
|
|
5
5
|
"/Users/pedrodava/Desktop/Bank/RAO/frontend"
|
|
6
6
|
]
|
|
7
7
|
],
|
|
8
|
-
"_from": "@stbmoz-onboarding/core
|
|
8
|
+
"_from": "@stbmoz-onboarding/core@^1.0.48",
|
|
9
9
|
"_id": "@stbmoz-onboarding/core@1.0.47",
|
|
10
10
|
"_inBundle": false,
|
|
11
|
-
"_integrity": "sha512-
|
|
11
|
+
"_integrity": "sha512-49Uu6x1QbTWFMWRZQz1A28IjRmo8hA22izluXc5Y2yiDii51nvRvLj/Hu3AjGOYvHlWa+j8J1nVh0fmt93WCnA==",
|
|
12
12
|
"_location": "/@stbmoz-onboarding/core",
|
|
13
13
|
"_phantomChildren": {},
|
|
14
14
|
"_requested": {
|
|
15
|
-
"type": "
|
|
15
|
+
"type": "range",
|
|
16
16
|
"registry": true,
|
|
17
|
-
"raw": "@stbmoz-onboarding/core
|
|
17
|
+
"raw": "@stbmoz-onboarding/core@^1.0.48",
|
|
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.48",
|
|
22
22
|
"saveSpec": null,
|
|
23
|
-
"fetchSpec": "1.0.
|
|
23
|
+
"fetchSpec": "^1.0.48"
|
|
24
24
|
},
|
|
25
25
|
"_requiredBy": [
|
|
26
|
+
"#USER",
|
|
26
27
|
"/"
|
|
27
28
|
],
|
|
28
29
|
"_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.0.47.tgz",
|
|
29
|
-
"
|
|
30
|
+
"_shasum": "87974a4970b4ae2a12a290bb2ab0d415aab344d1",
|
|
31
|
+
"_spec": "@stbmoz-onboarding/core@^1.0.48",
|
|
30
32
|
"_where": "/Users/pedrodava/Desktop/Bank/RAO/frontend",
|
|
31
33
|
"author": "",
|
|
34
|
+
"bundleDependencies": false,
|
|
35
|
+
"deprecated": false,
|
|
32
36
|
"description": "\"core module\"",
|
|
33
37
|
"license": "ISC",
|
|
34
38
|
"main": "index.js",
|
|
@@ -38,5 +42,5 @@
|
|
|
38
42
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
39
43
|
},
|
|
40
44
|
"type": "commonjs",
|
|
41
|
-
"version": "1.0.
|
|
45
|
+
"version": "1.0.48"
|
|
42
46
|
}
|