@velocitycareerlabs/libapp 1.26.0-dev-build.190f21931 → 1.26.0-dev-build.16ba41775

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.
@@ -49,10 +49,30 @@
49
49
  }
50
50
  },
51
51
  {
52
- "label": "Name or identifier",
52
+ "label": "Name",
53
53
  "path": [
54
- "$.identifier.identityHash",
55
- "$.credentialSubject.identifier.identityHash"
54
+ "$.credentialSubject.identifier[?(@.identityType == 'userName')].identityHash",
55
+ "$.identifier[?(@.identityType == 'name')].identityHash"
56
+ ],
57
+ "schema": {
58
+ "type": "string"
59
+ }
60
+ },
61
+ {
62
+ "label": "Username",
63
+ "path": [
64
+ "$.credentialSubject.identifier[?(@.identityType == 'userName')].identityHash",
65
+ "$.identifier[?(@.identityType == 'userName')].identityHash"
66
+ ],
67
+ "schema": {
68
+ "type": "string"
69
+ }
70
+ },
71
+ {
72
+ "label": "Email",
73
+ "path": [
74
+ "$.credentialSubject.identifier[?(@.identityType == 'email')].identityHash",
75
+ "$.identifier[?(@.identityType == 'email')].identityHash"
56
76
  ],
57
77
  "schema": {
58
78
  "type": "string"
@@ -49,10 +49,30 @@
49
49
  }
50
50
  },
51
51
  {
52
- "label": "Name or identifier",
52
+ "label": "Name",
53
53
  "path": [
54
- "$.identifier.identityHash",
55
- "$.credentialSubject.identifier.identityHash"
54
+ "$.credentialSubject.identifier[?(@.identityType == 'userName')].identityHash",
55
+ "$.identifier[?(@.identityType == 'name')].identityHash"
56
+ ],
57
+ "schema": {
58
+ "type": "string"
59
+ }
60
+ },
61
+ {
62
+ "label": "Username",
63
+ "path": [
64
+ "$.credentialSubject.identifier[?(@.identityType == 'userName')].identityHash",
65
+ "$.identifier[?(@.identityType == 'userName')].identityHash"
66
+ ],
67
+ "schema": {
68
+ "type": "string"
69
+ }
70
+ },
71
+ {
72
+ "label": "Email",
73
+ "path": [
74
+ "$.credentialSubject.identifier[?(@.identityType == 'email')].identityHash",
75
+ "$.identifier[?(@.identityType == 'email')].identityHash"
56
76
  ],
57
77
  "schema": {
58
78
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/libapp",
3
- "version": "1.26.0-dev-build.190f21931",
3
+ "version": "1.26.0-dev-build.16ba41775",
4
4
  "description": "Velocity Schema and Document Library",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -14,5 +14,5 @@
14
14
  "not ie <= 11",
15
15
  "not op_mini all"
16
16
  ],
17
- "gitHead": "7e0ef41fb6b88c1fb4f3b2beeec828d798b3e129"
17
+ "gitHead": "c092cc94d4e66d49c4f6fb0a474e2ac918facb04"
18
18
  }