@velocitycareerlabs/libapp 1.25.0-qa-build.1810d0141 → 1.25.0-qa-build.1c111b309
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
|
|
52
|
+
"label": "Name",
|
|
53
53
|
"path": [
|
|
54
|
-
"$.identifier.identityHash",
|
|
55
|
-
"$.
|
|
54
|
+
"$.credentialSubject.identifier[?(@.identityType == 'name')].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"
|
|
@@ -85,28 +105,32 @@
|
|
|
85
105
|
"label": "Awarded",
|
|
86
106
|
"path": [
|
|
87
107
|
"$.awardedDate"
|
|
88
|
-
]
|
|
108
|
+
],
|
|
109
|
+
"schema": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"format": "date"
|
|
112
|
+
}
|
|
89
113
|
},
|
|
90
114
|
{
|
|
91
|
-
"label": "
|
|
115
|
+
"label": "Started",
|
|
92
116
|
"path": [
|
|
93
117
|
"$.activityStartDate",
|
|
94
118
|
"$.credentialSubject.activityStartDate"
|
|
95
119
|
],
|
|
96
120
|
"schema": {
|
|
97
121
|
"type": "string",
|
|
98
|
-
"format": "date
|
|
122
|
+
"format": "date"
|
|
99
123
|
}
|
|
100
124
|
},
|
|
101
125
|
{
|
|
102
|
-
"label": "
|
|
126
|
+
"label": "Ended",
|
|
103
127
|
"path": [
|
|
104
128
|
"$.activityEndDate",
|
|
105
129
|
"$.credentialSubject.activityEndDate"
|
|
106
130
|
],
|
|
107
131
|
"schema": {
|
|
108
132
|
"type": "string",
|
|
109
|
-
"format": "date
|
|
133
|
+
"format": "date"
|
|
110
134
|
}
|
|
111
135
|
},
|
|
112
136
|
{
|
|
@@ -49,10 +49,30 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
|
-
"label": "Name
|
|
52
|
+
"label": "Name",
|
|
53
53
|
"path": [
|
|
54
|
-
"$.identifier.identityHash",
|
|
55
|
-
"$.
|
|
54
|
+
"$.credentialSubject.identifier[?(@.identityType == 'name')].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"
|
|
@@ -85,28 +105,32 @@
|
|
|
85
105
|
"label": "Awarded",
|
|
86
106
|
"path": [
|
|
87
107
|
"$.awardedDate"
|
|
88
|
-
]
|
|
108
|
+
],
|
|
109
|
+
"schema": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"format": "date"
|
|
112
|
+
}
|
|
89
113
|
},
|
|
90
114
|
{
|
|
91
|
-
"label": "
|
|
115
|
+
"label": "Started",
|
|
92
116
|
"path": [
|
|
93
117
|
"$.activityStartDate",
|
|
94
118
|
"$.credentialSubject.activityStartDate"
|
|
95
119
|
],
|
|
96
120
|
"schema": {
|
|
97
121
|
"type": "string",
|
|
98
|
-
"format": "date
|
|
122
|
+
"format": "date"
|
|
99
123
|
}
|
|
100
124
|
},
|
|
101
125
|
{
|
|
102
|
-
"label": "
|
|
126
|
+
"label": "Ended",
|
|
103
127
|
"path": [
|
|
104
128
|
"$.activityEndDate",
|
|
105
129
|
"$.credentialSubject.activityEndDate"
|
|
106
130
|
],
|
|
107
131
|
"schema": {
|
|
108
132
|
"type": "string",
|
|
109
|
-
"format": "date
|
|
133
|
+
"format": "date"
|
|
110
134
|
}
|
|
111
135
|
},
|
|
112
136
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velocitycareerlabs/libapp",
|
|
3
|
-
"version": "1.25.0-qa-build.
|
|
3
|
+
"version": "1.25.0-qa-build.1c111b309",
|
|
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": "
|
|
17
|
+
"gitHead": "1f6cc6cd4d72c07a8fb5a4c15801f0ade932b24d"
|
|
18
18
|
}
|