@truedat/auth 4.30.1 → 4.30.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.30.3] 2021-10-07
4
+
5
+ ### Added
6
+
7
+ - [TD-4044] Messages for grant request approval permissions
8
+
3
9
  ## [4.30.0] 2021-10-06
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/auth",
3
- "version": "4.30.1",
3
+ "version": "4.30.6",
4
4
  "description": "Truedat Web Auth",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.14.1",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.30.1",
37
+ "@truedat/test": "4.30.6",
38
38
  "babel-jest": "^27.0.6",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -82,7 +82,7 @@
82
82
  ]
83
83
  },
84
84
  "dependencies": {
85
- "@truedat/core": "4.30.1",
85
+ "@truedat/core": "4.30.6",
86
86
  "auth0-js": "^9.12.2",
87
87
  "immutable": "^4.0.0-rc.12",
88
88
  "jwt-decode": "^2.2.0",
@@ -104,5 +104,5 @@
104
104
  "react-dom": ">= 16.8.6 < 17",
105
105
  "semantic-ui-react": ">= 0.88.2 < 2.1"
106
106
  },
107
- "gitHead": "2e0553f8333620579d96129e6390ef23f863ccaa"
107
+ "gitHead": "f23b3cf877ac9383f2e638ddcd685d173ac6142a"
108
108
  }
@@ -135,6 +135,7 @@ export default {
135
135
  "permission.view_versioned_business_concepts": "View Versioned Business Concepts",
136
136
  "permission.view_versioned_ingests": "View Versioned Ingests",
137
137
  "permission.manage_grants": "Manage grants",
138
+ "permission.approve_grant_request": "Approve grant request",
138
139
  "permission.create_grant_request": "Create grant request",
139
140
  "permission.view_grants": "View grants",
140
141
  "role.name": "Name",
@@ -136,6 +136,7 @@ export default {
136
136
  "permission.view_versioned_business_concepts": "Ver versiones anteriores de conceptos de negocio",
137
137
  "permission.view_versioned_ingests": "Ver ingestas versionadas",
138
138
  "permission.manage_grants": "Gestionar accesos a estructuras",
139
+ "permission.approve_grant_request": "Aprobar petición de acceso a estructuras",
139
140
  "permission.create_grant_request": "Crear petición de acceso a estructuras",
140
141
  "permission.view_grants": "Ver accesos a estructuras",
141
142
  "role.name": "Nombre",