gdc-common-utils-ts 2.6.0 → 2.6.1
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.
|
@@ -159,6 +159,10 @@ export declare enum ClaimsOrderSchemaorg {
|
|
|
159
159
|
export declare enum ClaimsPersonSchemaorg {
|
|
160
160
|
/** Schema.org additional type; service-controller VCs use bare `RESPRSN`. */
|
|
161
161
|
additionalType = "org.schema.Person.additionalType",
|
|
162
|
+
/** ISO 3166 country governing one independently evidenced identity document. */
|
|
163
|
+
addressCountry = "org.schema.Person.address.addressCountry",
|
|
164
|
+
/** ISO 3166-2 subdivision when the evidenced identifier is regional. */
|
|
165
|
+
addressRegion = "org.schema.Person.address.addressRegion",
|
|
162
166
|
/** Second surname or mother's maiden name */
|
|
163
167
|
additionalName = "org.schema.Person.additionalName",
|
|
164
168
|
/** Short friendly name */
|
|
@@ -167,6 +167,10 @@ export var ClaimsPersonSchemaorg;
|
|
|
167
167
|
(function (ClaimsPersonSchemaorg) {
|
|
168
168
|
/** Schema.org additional type; service-controller VCs use bare `RESPRSN`. */
|
|
169
169
|
ClaimsPersonSchemaorg["additionalType"] = "org.schema.Person.additionalType";
|
|
170
|
+
/** ISO 3166 country governing one independently evidenced identity document. */
|
|
171
|
+
ClaimsPersonSchemaorg["addressCountry"] = "org.schema.Person.address.addressCountry";
|
|
172
|
+
/** ISO 3166-2 subdivision when the evidenced identifier is regional. */
|
|
173
|
+
ClaimsPersonSchemaorg["addressRegion"] = "org.schema.Person.address.addressRegion";
|
|
170
174
|
/** Second surname or mother's maiden name */
|
|
171
175
|
ClaimsPersonSchemaorg["additionalName"] = "org.schema.Person.additionalName";
|
|
172
176
|
/** Short friendly name */
|