@stbmoz-onboarding/core 1.0.49 → 1.0.50

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.
@@ -1,16 +1,16 @@
1
1
  module.exports.marriageRegimes = [
2
2
  {
3
- value: 1,
3
+ value: "COMMUNITY_OF_PROPERTY",
4
4
  pt: "Comunhão de bens",
5
5
  en: "Community of property"
6
6
  },
7
7
  {
8
- value: 2,
8
+ value: "ANC_WITH_ACCRUAL",
9
9
  pt: "Comunhão de bens adquiridos",
10
10
  en: "Communion of goods"
11
11
  },
12
12
  {
13
- value: 3,
13
+ value: "ANC_WITHOUT_ACCRUAL",
14
14
  pt: "Separação total de bens",
15
15
  en: "Total Separation"
16
16
  },
@@ -19,12 +19,15 @@ module.exports.marriageRegimes = [
19
19
  pt: "Desconhecido",
20
20
  en: "Unknown"
21
21
  }*/
22
+
23
+
24
+ // COMMUNITY_OF_PROPERTY, ANC_WITH_ACCRUAL, ANC_WITHOUT_ACCRUAL,
22
25
  ]
23
26
 
24
27
  module.exports.marriageRegime = {
25
- communityProperty: 1,
26
- ancWithAccrual: 2,
27
- ancwithoutAccrual: 3,
28
+ communityProperty: "COMMUNITY_OF_PROPERTY",
29
+ ancWithAccrual: "ANC_WITH_ACCRUAL",
30
+ ancwithoutAccrual: "ANC_WITHOUT_ACCRUAL",
28
31
  // unknown: 9
29
32
  }
30
33
 
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.49",
9
- "_id": "@stbmoz-onboarding/core@1.0.49",
8
+ "_from": "@stbmoz-onboarding/core@^1.0.50",
9
+ "_id": "@stbmoz-onboarding/core@1.0.50",
10
10
  "_inBundle": false,
11
11
  "_integrity": "sha512-49Uu6x1QbTWFMWRZQz1A28IjRmo8hA22izluXc5Y2yiDii51nvRvLj/Hu3AjGOYvHlWa+j8J1nVh0fmt93WCnA==",
12
12
  "_location": "/@stbmoz-onboarding/core",
@@ -14,21 +14,21 @@
14
14
  "_requested": {
15
15
  "type": "range",
16
16
  "registry": true,
17
- "raw": "@stbmoz-onboarding/core@^1.0.49",
17
+ "raw": "@stbmoz-onboarding/core@^1.0.50",
18
18
  "name": "@stbmoz-onboarding/core",
19
19
  "escapedName": "@stbmoz-onboarding%2fcore",
20
20
  "scope": "@stbmoz-onboarding",
21
- "rawSpec": "^1.0.49",
21
+ "rawSpec": "^1.0.50",
22
22
  "saveSpec": null,
23
- "fetchSpec": "^1.0.49"
23
+ "fetchSpec": "^1.0.50"
24
24
  },
25
25
  "_requiredBy": [
26
26
  "#USER",
27
27
  "/"
28
28
  ],
29
- "_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.0.49.tgz",
29
+ "_resolved": "https://registry.npmjs.org/@stbmoz-onboarding/core/-/core-1.0.50.tgz",
30
30
  "_shasum": "87974a4970b4ae2a12a290bb2ab0d415aab344d1",
31
- "_spec": "@stbmoz-onboarding/core@^1.0.49",
31
+ "_spec": "@stbmoz-onboarding/core@^1.0.50",
32
32
  "_where": "/Users/pedrodava/Desktop/Bank/RAO/frontend",
33
33
  "author": "",
34
34
  "bundleDependencies": false,
@@ -42,5 +42,5 @@
42
42
  "test": "echo \"Error: no test specified\" && exit 1"
43
43
  },
44
44
  "type": "commonjs",
45
- "version": "1.0.49"
45
+ "version": "1.0.50"
46
46
  }