gdc-common-utils-ts 1.4.11 → 1.4.12

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.
@@ -71,9 +71,8 @@ export declare enum ClaimsPersonSchemaorg {
71
71
  gender = "org.schema.Person.gender",
72
72
  givenName = "org.schema.Person.givenName",
73
73
  hasOccupation = "org.schema.Person.hasOccupation",
74
- /** Credential material (public key metadata) bound to the person identity in VC payloads */
74
+ /** Credential material bound to the person identity in VC payloads (for activation flow this is the representative signing kid). */
75
75
  hasCredentialMaterial = "org.schema.Person.hasCredential.material",
76
- hasCredentialMaterialKid = "org.schema.Person.hasCredential.material.kid",
77
76
  identifier = "org.schema.Person.identifier",// the URN (composed by the provider)
78
77
  identifierType = "org.schema.Person.identifier.additionalType",// retrieved from a form
79
78
  identifierValue = "org.schema.Person.identifier.value",// retrieved from a form
@@ -76,9 +76,8 @@ export var ClaimsPersonSchemaorg;
76
76
  ClaimsPersonSchemaorg["gender"] = "org.schema.Person.gender";
77
77
  ClaimsPersonSchemaorg["givenName"] = "org.schema.Person.givenName";
78
78
  ClaimsPersonSchemaorg["hasOccupation"] = "org.schema.Person.hasOccupation";
79
- /** Credential material (public key metadata) bound to the person identity in VC payloads */
79
+ /** Credential material bound to the person identity in VC payloads (for activation flow this is the representative signing kid). */
80
80
  ClaimsPersonSchemaorg["hasCredentialMaterial"] = "org.schema.Person.hasCredential.material";
81
- ClaimsPersonSchemaorg["hasCredentialMaterialKid"] = "org.schema.Person.hasCredential.material.kid";
82
81
  ClaimsPersonSchemaorg["identifier"] = "org.schema.Person.identifier";
83
82
  ClaimsPersonSchemaorg["identifierType"] = "org.schema.Person.identifier.additionalType";
84
83
  ClaimsPersonSchemaorg["identifierValue"] = "org.schema.Person.identifier.value";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdc-common-utils-ts",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },