@nmshd/content 2.0.0-beta.32 → 2.0.0-beta.34
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/dist/attributes/AttributeValueTypes.d.ts +10 -11
- package/dist/attributes/AttributeValueTypes.js +5 -6
- package/dist/attributes/AttributeValueTypes.js.map +1 -1
- package/dist/attributes/IdentityAttribute.d.ts +1 -1
- package/dist/attributes/IdentityAttribute.js.map +1 -1
- package/dist/attributes/types/AbstractBoolean.d.ts +1 -2
- package/dist/attributes/types/AbstractBoolean.js.map +1 -1
- package/dist/attributes/types/AbstractFloat.d.ts +1 -2
- package/dist/attributes/types/AbstractFloat.js.map +1 -1
- package/dist/attributes/types/AbstractInteger.d.ts +1 -2
- package/dist/attributes/types/AbstractInteger.js.map +1 -1
- package/dist/attributes/types/AbstractString.d.ts +1 -2
- package/dist/attributes/types/AbstractString.js.map +1 -1
- package/dist/attributes/types/address/City.d.ts +2 -2
- package/dist/attributes/types/address/City.js.map +1 -1
- package/dist/attributes/types/address/Country.d.ts +2 -2
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +16 -17
- package/dist/attributes/types/address/DeliveryBoxAddress.js +3 -3
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/HouseNumber.d.ts +2 -2
- package/dist/attributes/types/address/HouseNumber.js.map +1 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +14 -14
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/State.d.ts +2 -2
- package/dist/attributes/types/address/State.js.map +1 -1
- package/dist/attributes/types/address/Street.d.ts +2 -2
- package/dist/attributes/types/address/Street.js.map +1 -1
- package/dist/attributes/types/address/StreetAddress.d.ts +18 -19
- package/dist/attributes/types/address/StreetAddress.js.map +1 -1
- package/dist/attributes/types/address/ZipCode.d.ts +2 -2
- package/dist/attributes/types/address/ZipCode.js.map +1 -1
- package/dist/attributes/types/affiliation/Affiliation.d.ts +9 -9
- package/dist/attributes/types/affiliation/Affiliation.js.map +1 -1
- package/dist/attributes/types/affiliation/AffiliationOrganization.d.ts +2 -2
- package/dist/attributes/types/affiliation/AffiliationOrganization.js.map +1 -1
- package/dist/attributes/types/affiliation/AffiliationRole.d.ts +2 -2
- package/dist/attributes/types/affiliation/AffiliationRole.js.map +1 -1
- package/dist/attributes/types/affiliation/AffiliationUnit.d.ts +2 -2
- package/dist/attributes/types/affiliation/AffiliationUnit.js.map +1 -1
- package/dist/attributes/types/birth/BirthDate.d.ts +9 -10
- package/dist/attributes/types/birth/BirthDate.js.map +1 -1
- package/dist/attributes/types/birth/BirthPlace.d.ts +9 -10
- package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
- package/dist/attributes/types/birth/BirthYear.d.ts +3 -4
- package/dist/attributes/types/birth/BirthYear.js.map +1 -1
- package/dist/attributes/types/communication/CommunicationLanguage.d.ts +2 -2
- package/dist/attributes/types/communication/EMailAddress.d.ts +2 -2
- package/dist/attributes/types/communication/FaxNumber.d.ts +11 -0
- package/dist/attributes/types/communication/{Phone.js → FaxNumber.js} +7 -7
- package/dist/attributes/types/communication/FaxNumber.js.map +1 -0
- package/dist/attributes/types/communication/PhoneNumber.d.ts +11 -0
- package/dist/attributes/types/communication/{Fax.js → PhoneNumber.js} +7 -7
- package/dist/attributes/types/communication/PhoneNumber.js.map +1 -0
- package/dist/attributes/types/communication/Website.d.ts +2 -2
- package/dist/attributes/types/communication/index.d.ts +2 -2
- package/dist/attributes/types/communication/index.js +2 -2
- package/dist/attributes/types/communication/index.js.map +1 -1
- package/dist/attributes/types/dates/AbstractDay.d.ts +3 -4
- package/dist/attributes/types/dates/AbstractDay.js.map +1 -1
- package/dist/attributes/types/dates/AbstractMonth.d.ts +3 -4
- package/dist/attributes/types/dates/AbstractMonth.js.map +1 -1
- package/dist/attributes/types/dates/AbstractYear.d.ts +7 -1
- package/dist/attributes/types/dates/AbstractYear.js.map +1 -1
- package/dist/attributes/types/identity/DisplayName.d.ts +2 -2
- package/dist/attributes/types/identity/DisplayName.js.map +1 -1
- package/dist/attributes/types/identity/FileReference.d.ts +2 -2
- package/dist/attributes/types/name/BirthName.d.ts +2 -2
- package/dist/attributes/types/name/BirthName.js.map +1 -1
- package/dist/attributes/types/name/GivenName.d.ts +2 -2
- package/dist/attributes/types/name/GivenName.js.map +1 -1
- package/dist/attributes/types/name/HonorificPrefix.d.ts +2 -2
- package/dist/attributes/types/name/HonorificPrefix.js.map +1 -1
- package/dist/attributes/types/name/HonorificSuffix.d.ts +2 -2
- package/dist/attributes/types/name/HonorificSuffix.js.map +1 -1
- package/dist/attributes/types/name/MiddleName.d.ts +2 -2
- package/dist/attributes/types/name/MiddleName.js.map +1 -1
- package/dist/attributes/types/name/PersonName.d.ts +15 -16
- package/dist/attributes/types/name/PersonName.js.map +1 -1
- package/dist/attributes/types/name/Pseudonym.d.ts +2 -2
- package/dist/attributes/types/name/Pseudonym.js.map +1 -1
- package/dist/attributes/types/name/Surname.d.ts +2 -2
- package/dist/attributes/types/name/Surname.js.map +1 -1
- package/dist/attributes/types/person/Citizenship.d.ts +2 -2
- package/dist/attributes/types/person/JobTitle.d.ts +2 -2
- package/dist/attributes/types/person/JobTitle.js.map +1 -1
- package/dist/attributes/types/person/Nationality.d.ts +2 -2
- package/dist/attributes/types/person/Sex.d.ts +2 -2
- package/dist/attributes/types/person/Sex.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +3 -4
- package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryString.d.ts +2 -2
- package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +2 -2
- package/dist/buildInformation.js +4 -4
- package/lib-web/nmshd.content.js +36 -37
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
- package/dist/attributes/types/communication/Fax.d.ts +0 -11
- package/dist/attributes/types/communication/Fax.js.map +0 -1
- package/dist/attributes/types/communication/Phone.d.ts +0 -11
- package/dist/attributes/types/communication/Phone.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AffiliationRole.js","sourceRoot":"","sources":["../../../../src/attributes/types/affiliation/AffiliationRole.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"AffiliationRole.js","sourceRoot":"","sources":["../../../../src/attributes/types/affiliation/AffiliationRole.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAc;IACxC,MAAM,CAAC,IAAI,CAAC,KAAqE;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAClB,OAA6B,EAC7B,iBAAuC;QAEvC,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAwB,CAAA;IAC1E,CAAC;CACJ,CAAA;AAXY,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAW3B;AAXY,0CAAe"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface AffiliationUnitJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface AffiliationUnitJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "AffiliationUnit";
|
|
4
4
|
}
|
|
5
5
|
export interface IAffiliationUnit extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AffiliationUnit.js","sourceRoot":"","sources":["../../../../src/attributes/types/affiliation/AffiliationUnit.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"AffiliationUnit.js","sourceRoot":"","sources":["../../../../src/attributes/types/affiliation/AffiliationUnit.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAc;IACxC,MAAM,CAAC,IAAI,CAAC,KAAqE;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAClB,OAA6B,EAC7B,iBAAuC;QAEvC,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAwB,CAAA;IAC1E,CAAC;CACJ,CAAA;AAXY,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAW3B;AAXY,0CAAe"}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { AbstractComplexValue, AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
2
2
|
import { RenderHints, ValueHints } from "../../hints";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { BirthYear } from "./BirthYear";
|
|
3
|
+
import { BirthDay, BirthDayJSON, IBirthDay } from "./BirthDay";
|
|
4
|
+
import { BirthMonth, BirthMonthJSON, IBirthMonth } from "./BirthMonth";
|
|
5
|
+
import { BirthYear, BirthYearJSON, IBirthYear } from "./BirthYear";
|
|
7
6
|
export interface BirthDateJSON extends AbstractComplexValueJSON {
|
|
8
7
|
"@type": "BirthDate";
|
|
9
|
-
day:
|
|
10
|
-
month:
|
|
11
|
-
year:
|
|
8
|
+
day: BirthDayJSON;
|
|
9
|
+
month: BirthMonthJSON;
|
|
10
|
+
year: BirthYearJSON;
|
|
12
11
|
}
|
|
13
12
|
export interface IBirthDate extends IAbstractComplexValue {
|
|
14
|
-
day:
|
|
15
|
-
month:
|
|
16
|
-
year:
|
|
13
|
+
day: IBirthDay | number;
|
|
14
|
+
month: IBirthMonth | number;
|
|
15
|
+
year: IBirthYear | number;
|
|
17
16
|
}
|
|
18
17
|
export declare class BirthDate extends AbstractComplexValue implements IBirthDate {
|
|
19
18
|
static readonly propertyNames: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BirthDate.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthDate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAA8D;AAC9D,kEAAkC;AAClC,iCAAgC;AAChC,yEAAqE;AACrE,qEAAkH;AAClH,uCAAqD;
|
|
1
|
+
{"version":3,"file":"BirthDate.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthDate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAA8D;AAC9D,kEAAkC;AAClC,iCAAgC;AAChC,yEAAqE;AACrE,qEAAkH;AAClH,uCAAqD;AACrD,yCAA8D;AAC9D,6CAAsE;AACtE,2CAAkE;AAgB3D,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,2CAAoB;IAexC,MAAM,KAAK,UAAU;QACxB,OAAO,kBAAU,CAAC,IAAI,CAAC;YACnB,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,mBAAQ,CAAC,UAAU;gBACnD,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,uBAAU,CAAC,UAAU;gBACvD,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,qBAAS,CAAC,UAAU;aACxD;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,mBAAQ,CAAC,WAAW;gBACpD,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,uBAAU,CAAC,WAAW;gBACxD,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,qBAAS,CAAC,WAAW;aACzD;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,CAAC,IAAI,CAAC,KAAgD;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,QAAQ;QACpB,OAAO,gBAAQ,CAAC,UAAU,CAAC;YACvB,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,KAAK;YACnB,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK;YACvB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK;SACxB,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAA;IAC7B,CAAC;;AA5CsB,uBAAa,GAAG,IAAA,uBAAM,GAAoB,CAAA;AAEjE;IAAC,IAAA,qBAAS,EAAC,EAAE,eAAe,EAAE,+CAAsB,CAAC,cAAc,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;8BACC,mBAAQ;sCAAA;AAEpB;IAAC,IAAA,qBAAS,EAAC,EAAE,eAAe,EAAE,+CAAsB,CAAC,cAAc,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;8BACG,uBAAU;wCAAA;AAExB;IAAC,IAAA,qBAAS,EAAC,EAAE,eAAe,EAAE,+CAAsB,CAAC,cAAc,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;8BACE,qBAAS;uCAAA;AAbb,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CA8CrB;AA9CY,8BAAS"}
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { AbstractComplexValue, AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
2
2
|
import { RenderHints, ValueHints } from "../../hints";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { BirthState } from "./BirthState";
|
|
3
|
+
import { BirthCity, BirthCityJSON, IBirthCity } from "./BirthCity";
|
|
4
|
+
import { BirthCountry, BirthCountryJSON, IBirthCountry } from "./BirthCountry";
|
|
5
|
+
import { BirthState, BirthStateJSON, IBirthState } from "./BirthState";
|
|
7
6
|
export interface BirthPlaceJSON extends AbstractComplexValueJSON {
|
|
8
7
|
"@type": "BirthPlace";
|
|
9
|
-
city:
|
|
10
|
-
country:
|
|
11
|
-
state?:
|
|
8
|
+
city: BirthCityJSON;
|
|
9
|
+
country: BirthCountryJSON;
|
|
10
|
+
state?: BirthStateJSON;
|
|
12
11
|
}
|
|
13
12
|
export interface IBirthPlace extends IAbstractComplexValue {
|
|
14
|
-
city:
|
|
15
|
-
country:
|
|
16
|
-
state?:
|
|
13
|
+
city: IBirthCity | number;
|
|
14
|
+
country: IBirthCountry | number;
|
|
15
|
+
state?: IBirthState | number;
|
|
17
16
|
}
|
|
18
17
|
export declare class BirthPlace extends AbstractComplexValue implements IBirthPlace {
|
|
19
18
|
static readonly propertyNames: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BirthPlace.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthPlace.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAA8D;AAC9D,kEAAkC;AAClC,yEAAqE;AACrE,qEAAkH;AAClH,uCAAqD;
|
|
1
|
+
{"version":3,"file":"BirthPlace.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthPlace.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAA8D;AAC9D,kEAAkC;AAClC,yEAAqE;AACrE,qEAAkH;AAClH,uCAAqD;AACrD,2CAAkE;AAClE,iDAA8E;AAC9E,6CAAsE;AAgB/D,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,2CAAoB;IAezC,MAAM,KAAK,UAAU;QACxB,OAAO,kBAAU,CAAC,IAAI,CAAC;YACnB,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,qBAAS,CAAC,UAAU;gBACrD,CAAC,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,2BAAY,CAAC,UAAU;gBAC3D,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,uBAAU,CAAC,UAAU;aAC1D;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,qBAAS,CAAC,WAAW;gBACtD,CAAC,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,2BAAY,CAAC,WAAW;gBAC5D,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,uBAAU,CAAC,WAAW;aAC3D;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,CAAC,IAAI,CAAC,KAAkD;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,QAAQ;QACpB,MAAM,KAAK,GAAa,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAA;QAC9C,IAAI,IAAI,CAAC,KAAK,EAAE;YACZ,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAA;SACpC;QACD,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;QAEnC,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IAC3B,CAAC;;AA9CsB,wBAAa,GAAG,IAAA,uBAAM,GAAqB,CAAA;AAElE;IAAC,IAAA,qBAAS,EAAC,EAAE,eAAe,EAAE,+CAAsB,CAAC,cAAc,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;8BACE,qBAAS;wCAAA;AAEtB;IAAC,IAAA,qBAAS,EAAC,EAAE,eAAe,EAAE,+CAAsB,CAAC,cAAc,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;8BACK,2BAAY;2CAAA;AAE5B;IAAC,IAAA,qBAAS,EAAC,EAAE,eAAe,EAAE,+CAAsB,CAAC,cAAc,EAAE,CAAC;IACrE,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACd,uBAAU;yCAAA;AAbhB,UAAU;IADtB,IAAA,gBAAI,EAAC,YAAY,CAAC;GACN,UAAU,CAgDtB;AAhDY,gCAAU"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export interface BirthYearJSON extends IAbstractIntegerJSON {
|
|
1
|
+
import { AbstractYear, AbstractYearJSON, IAbstractYear } from "../dates";
|
|
2
|
+
export interface BirthYearJSON extends AbstractYearJSON {
|
|
4
3
|
"@type": "BirthYear";
|
|
5
4
|
}
|
|
6
|
-
export interface IBirthYear extends
|
|
5
|
+
export interface IBirthYear extends IAbstractYear {
|
|
7
6
|
}
|
|
8
7
|
export declare class BirthYear extends AbstractYear implements IBirthYear {
|
|
9
8
|
static from(value: IBirthYear | Omit<BirthYearJSON, "@type"> | number): BirthYear;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BirthYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthYear.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;
|
|
1
|
+
{"version":3,"file":"BirthYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthYear.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,oCAAwE;AASjE,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,oBAAY;IAChC,MAAM,CAAC,IAAI,CAAC,KAAyD;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractLanguage } from "../strings/AbstractLanguage";
|
|
3
|
-
export interface CommunicationLanguageJSON extends
|
|
3
|
+
export interface CommunicationLanguageJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "CommunicationLanguage";
|
|
5
5
|
}
|
|
6
6
|
export interface ICommunicationLanguage extends IAbstractString {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractEMailAddress } from "../strings/AbstractEMailAddress";
|
|
3
|
-
export interface EMailAddressJSON extends
|
|
3
|
+
export interface EMailAddressJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "EMailAddress";
|
|
5
5
|
}
|
|
6
6
|
export interface IEMailAddress extends IAbstractString {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
import { AbstractPhoneNumber } from "../strings";
|
|
3
|
+
export interface FaxNumberJSON extends AbstractStringJSON {
|
|
4
|
+
"@type": "FaxNumber";
|
|
5
|
+
}
|
|
6
|
+
export interface IFaxNumber extends IAbstractString {
|
|
7
|
+
}
|
|
8
|
+
export declare class FaxNumber extends AbstractPhoneNumber implements IFaxNumber {
|
|
9
|
+
static from(value: IFaxNumber | Omit<FaxNumberJSON, "@type"> | string): FaxNumber;
|
|
10
|
+
toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): FaxNumberJSON;
|
|
11
|
+
}
|
|
@@ -6,10 +6,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
9
|
+
exports.FaxNumber = void 0;
|
|
10
10
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
11
11
|
const strings_1 = require("../strings");
|
|
12
|
-
let
|
|
12
|
+
let FaxNumber = class FaxNumber extends strings_1.AbstractPhoneNumber {
|
|
13
13
|
static from(value) {
|
|
14
14
|
return this.fromAny(value);
|
|
15
15
|
}
|
|
@@ -17,8 +17,8 @@ let Phone = class Phone extends strings_1.AbstractPhoneNumber {
|
|
|
17
17
|
return super.toJSON(verbose, serializeAsString);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
(0, ts_serval_1.type)("
|
|
22
|
-
],
|
|
23
|
-
exports.
|
|
24
|
-
//# sourceMappingURL=
|
|
20
|
+
FaxNumber = __decorate([
|
|
21
|
+
(0, ts_serval_1.type)("FaxNumber")
|
|
22
|
+
], FaxNumber);
|
|
23
|
+
exports.FaxNumber = FaxNumber;
|
|
24
|
+
//# sourceMappingURL=FaxNumber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FaxNumber.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/FaxNumber.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAgD;AASzC,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,6BAAmB;IACvC,MAAM,CAAC,IAAI,CAAC,KAAyD;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
import { AbstractPhoneNumber } from "../strings";
|
|
3
|
+
export interface PhoneNumberJSON extends AbstractStringJSON {
|
|
4
|
+
"@type": "PhoneNumber";
|
|
5
|
+
}
|
|
6
|
+
export interface IPhoneNumber extends IAbstractString {
|
|
7
|
+
}
|
|
8
|
+
export declare class PhoneNumber extends AbstractPhoneNumber implements IPhoneNumber {
|
|
9
|
+
static from(value: IPhoneNumber | Omit<PhoneNumberJSON, "@type"> | string): PhoneNumber;
|
|
10
|
+
toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): PhoneNumberJSON;
|
|
11
|
+
}
|
|
@@ -6,10 +6,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.
|
|
9
|
+
exports.PhoneNumber = void 0;
|
|
10
10
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
11
11
|
const strings_1 = require("../strings");
|
|
12
|
-
let
|
|
12
|
+
let PhoneNumber = class PhoneNumber extends strings_1.AbstractPhoneNumber {
|
|
13
13
|
static from(value) {
|
|
14
14
|
return this.fromAny(value);
|
|
15
15
|
}
|
|
@@ -17,8 +17,8 @@ let Fax = class Fax extends strings_1.AbstractPhoneNumber {
|
|
|
17
17
|
return super.toJSON(verbose, serializeAsString);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
(0, ts_serval_1.type)("
|
|
22
|
-
],
|
|
23
|
-
exports.
|
|
24
|
-
//# sourceMappingURL=
|
|
20
|
+
PhoneNumber = __decorate([
|
|
21
|
+
(0, ts_serval_1.type)("PhoneNumber")
|
|
22
|
+
], PhoneNumber);
|
|
23
|
+
exports.PhoneNumber = PhoneNumber;
|
|
24
|
+
//# sourceMappingURL=PhoneNumber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneNumber.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/PhoneNumber.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAgD;AASzC,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,6BAAmB;IACzC,MAAM,CAAC,IAAI,CAAC,KAA6D;QAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAoB,CAAA;IACtE,CAAC;CACJ,CAAA;AARY,WAAW;IADvB,IAAA,gBAAI,EAAC,aAAa,CAAC;GACP,WAAW,CAQvB;AARY,kCAAW"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractURL } from "../strings";
|
|
3
|
-
export interface WebsiteJSON extends
|
|
3
|
+
export interface WebsiteJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "Website";
|
|
5
5
|
}
|
|
6
6
|
export interface IWebsite extends IAbstractString {
|
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CommunicationLanguage"), exports);
|
|
18
18
|
__exportStar(require("./EMailAddress"), exports);
|
|
19
|
-
__exportStar(require("./
|
|
20
|
-
__exportStar(require("./
|
|
19
|
+
__exportStar(require("./FaxNumber"), exports);
|
|
20
|
+
__exportStar(require("./PhoneNumber"), exports);
|
|
21
21
|
__exportStar(require("./Website"), exports);
|
|
22
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAuC;AACvC,iDAA8B;AAC9B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAuC;AACvC,iDAA8B;AAC9B,8CAA2B;AAC3B,gDAA6B;AAC7B,4CAAyB"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { RenderHints, ValueHints } from "../../../attributes/hints";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export interface AbstractDayJSON extends ContentJSON {
|
|
2
|
+
import { AbstractInteger, AbstractIntegerJSON, IAbstractInteger } from "../AbstractInteger";
|
|
3
|
+
export interface AbstractDayJSON extends AbstractIntegerJSON {
|
|
5
4
|
value: number;
|
|
6
5
|
}
|
|
7
|
-
export interface IAbstractDay {
|
|
6
|
+
export interface IAbstractDay extends IAbstractInteger {
|
|
8
7
|
value: number;
|
|
9
8
|
}
|
|
10
9
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractDay.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractDay.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;
|
|
1
|
+
{"version":3,"file":"AbstractDay.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractDay.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAC7G,wDAA2F;AAU3F;;GAEG;AACH,MAAsB,WAAY,SAAQ,iCAAe;IAQ9C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,GAAG;SACpC,CAAC,CAAA;IACN,CAAC;CACJ;AApBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,2CAA2C,CAAC,CAAC,CAAC,SAAS;KACxG,CAAC;;0CAC2B;AANjC,kCAqBC"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { RenderHints } from "../../../attributes/hints";
|
|
2
|
-
import { ContentJSON } from "../../../ContentJSON";
|
|
3
2
|
import { ValueHints } from "../../hints/ValueHints";
|
|
4
|
-
import { AbstractInteger } from "../AbstractInteger";
|
|
5
|
-
export interface AbstractMonthJSON extends
|
|
3
|
+
import { AbstractInteger, AbstractIntegerJSON, IAbstractInteger } from "../AbstractInteger";
|
|
4
|
+
export interface AbstractMonthJSON extends AbstractIntegerJSON {
|
|
6
5
|
value: Month;
|
|
7
6
|
}
|
|
8
|
-
export interface IAbstractMonth {
|
|
7
|
+
export interface IAbstractMonth extends IAbstractInteger {
|
|
9
8
|
value: Month;
|
|
10
9
|
}
|
|
11
10
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractMonth.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractMonth.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAAiG;
|
|
1
|
+
{"version":3,"file":"AbstractMonth.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractMonth.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAAiG;AAEjG,wDAA2F;AAU3F;;GAEG;AACH,IAAK,KAaJ;AAbD,WAAK,KAAK;IACN,uCAAW,CAAA;IACX,yCAAY,CAAA;IACZ,mCAAS,CAAA;IACT,mCAAS,CAAA;IACT,+BAAO,CAAA;IACP,iCAAQ,CAAA;IACR,iCAAQ,CAAA;IACR,qCAAU,CAAA;IACV,2CAAa,CAAA;IACb,wCAAY,CAAA;IACZ,0CAAa,CAAA;IACb,0CAAa,CAAA;AACjB,CAAC,EAbI,KAAK,KAAL,KAAK,QAaT;AAED;;GAEG;AACH,MAAa,aAAc,SAAQ,iCAAe;IAUvC,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,KAAK;SACtC,CAAC,CAAA;IACN,CAAC;CACJ;AAtBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC;YAC7B,CAAC,CAAC,oCAAoC,KAAK,CAAC,OAAO,QAAQ,KAAK,CAAC,QAAQ,EAAE;YAC3E,CAAC,CAAC,SAAS;KACtB,CAAC;;4CAC0B;AARhC,sCAuBC"}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { RenderHints, ValueHints } from "../../../attributes/hints";
|
|
2
|
-
import { AbstractInteger } from "../AbstractInteger";
|
|
2
|
+
import { AbstractInteger, AbstractIntegerJSON, IAbstractInteger } from "../AbstractInteger";
|
|
3
|
+
export interface AbstractYearJSON extends AbstractIntegerJSON {
|
|
4
|
+
value: number;
|
|
5
|
+
}
|
|
6
|
+
export interface IAbstractYear extends IAbstractInteger {
|
|
7
|
+
value: number;
|
|
8
|
+
}
|
|
3
9
|
export declare abstract class AbstractYear extends AbstractInteger {
|
|
4
10
|
value: number;
|
|
5
11
|
static get valueHints(): ValueHints;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractYear.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAC7G,
|
|
1
|
+
{"version":3,"file":"AbstractYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractYear.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAC7G,wDAA2F;AAU3F,MAAsB,YAAa,SAAQ,iCAAe;IAQ/C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,IAAI;SACZ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,IAAI;SACrC,CAAC,CAAA;IACN,CAAC;CACJ;AApBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,6CAA6C,CAAC,CAAC,CAAC,SAAS;KAC5G,CAAC;;2CAC2B;AANjC,oCAqBC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface DisplayNameJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface DisplayNameJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "DisplayName";
|
|
4
4
|
}
|
|
5
5
|
export interface IDisplayName extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DisplayName.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/DisplayName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"DisplayName.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/DisplayName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,+BAAc;IACpC,MAAM,CAAC,IAAI,CAAC,KAA6D;QAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAoB,CAAA;IACtE,CAAC;CACJ,CAAA;AARY,WAAW;IADvB,IAAA,gBAAI,EAAC,aAAa,CAAC;GACP,WAAW,CAQvB;AARY,kCAAW"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractFileReference } from "../strings";
|
|
3
|
-
export interface FileReferenceJSON extends
|
|
3
|
+
export interface FileReferenceJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "FileReference";
|
|
5
5
|
}
|
|
6
6
|
export interface IFileReference extends IAbstractString {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface BirthNameJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface BirthNameJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "BirthName";
|
|
4
4
|
}
|
|
5
5
|
export interface IBirthName extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BirthName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/BirthName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"BirthName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/BirthName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAc;IAClC,MAAM,CAAC,IAAI,CAAC,KAAyD;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface GivenNameJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface GivenNameJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "GivenName";
|
|
4
4
|
}
|
|
5
5
|
export interface IGivenName extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GivenName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/GivenName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"GivenName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/GivenName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAc;IAClC,MAAM,CAAC,IAAI,CAAC,KAAyD;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface HonorificPrefixJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface HonorificPrefixJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "HonorificPrefix";
|
|
4
4
|
}
|
|
5
5
|
export interface IHonorificPrefix extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HonorificPrefix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificPrefix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"HonorificPrefix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificPrefix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAc;IACxC,MAAM,CAAC,IAAI,CAAC,KAAoE;QACnF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAClB,OAA6B,EAC7B,iBAAuC;QAEvC,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAwB,CAAA;IAC1E,CAAC;CACJ,CAAA;AAXY,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAW3B;AAXY,0CAAe"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface HonorificSuffixJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface HonorificSuffixJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "HonorificSuffix";
|
|
4
4
|
}
|
|
5
5
|
export interface IHonorificSuffix extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HonorificSuffix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificSuffix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"HonorificSuffix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificSuffix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAc;IACxC,MAAM,CAAC,IAAI,CAAC,KAAqE;QACpF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAClB,OAA6B,EAC7B,iBAAuC;QAEvC,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAwB,CAAA;IAC1E,CAAC;CACJ,CAAA;AAXY,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAW3B;AAXY,0CAAe"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface MiddleNameJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface MiddleNameJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "MiddleName";
|
|
4
4
|
}
|
|
5
5
|
export interface IMiddleName extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiddleName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/MiddleName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"MiddleName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/MiddleName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,+BAAc;IACnC,MAAM,CAAC,IAAI,CAAC,KAA2D;QAC1E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAmB,CAAA;IACrE,CAAC;CACJ,CAAA;AARY,UAAU;IADtB,IAAA,gBAAI,EAAC,YAAY,CAAC;GACN,UAAU,CAQtB;AARY,gCAAU"}
|
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
import { AbstractComplexValue, AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
2
2
|
import { RenderHints, ValueHints } from "../../hints";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { Surname } from "./Surname";
|
|
3
|
+
import { GivenName, GivenNameJSON, IGivenName } from "./GivenName";
|
|
4
|
+
import { HonorificPrefix, HonorificPrefixJSON, IHonorificPrefix } from "./HonorificPrefix";
|
|
5
|
+
import { HonorificSuffix, HonorificSuffixJSON, IHonorificSuffix } from "./HonorificSuffix";
|
|
6
|
+
import { IMiddleName, MiddleName, MiddleNameJSON } from "./MiddleName";
|
|
7
|
+
import { ISurname, Surname, SurnameJSON } from "./Surname";
|
|
9
8
|
export interface PersonNameJSON extends AbstractComplexValueJSON {
|
|
10
9
|
"@type": "PersonName";
|
|
11
|
-
givenName:
|
|
12
|
-
middleName?:
|
|
13
|
-
surname:
|
|
14
|
-
honorificSuffix?:
|
|
15
|
-
honorificPrefix?:
|
|
10
|
+
givenName: GivenNameJSON;
|
|
11
|
+
middleName?: MiddleNameJSON;
|
|
12
|
+
surname: SurnameJSON;
|
|
13
|
+
honorificSuffix?: HonorificSuffixJSON;
|
|
14
|
+
honorificPrefix?: HonorificPrefixJSON;
|
|
16
15
|
}
|
|
17
16
|
export interface IPersonName extends IAbstractComplexValue {
|
|
18
|
-
givenName:
|
|
19
|
-
middleName?:
|
|
20
|
-
surname:
|
|
21
|
-
honorificSuffix?:
|
|
22
|
-
honorificPrefix?:
|
|
17
|
+
givenName: IGivenName | string;
|
|
18
|
+
middleName?: IMiddleName | string;
|
|
19
|
+
surname: ISurname | string;
|
|
20
|
+
honorificSuffix?: IHonorificSuffix | string;
|
|
21
|
+
honorificPrefix?: IHonorificPrefix | string;
|
|
23
22
|
}
|
|
24
23
|
export declare class PersonName extends AbstractComplexValue implements IPersonName {
|
|
25
24
|
static readonly propertyNames: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/PersonName.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAA8D;AAC9D,kEAAkC;AAClC,yEAAqE;AACrE,qEAAkH;AAClH,uCAAqD;
|
|
1
|
+
{"version":3,"file":"PersonName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/PersonName.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface PseudonymJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface PseudonymJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "Pseudonym";
|
|
4
4
|
}
|
|
5
5
|
export interface IPseudonym extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pseudonym.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/Pseudonym.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"Pseudonym.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/Pseudonym.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAc;IAClC,MAAM,CAAC,IAAI,CAAC,KAAyD;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface SurnameJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface SurnameJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "Surname";
|
|
4
4
|
}
|
|
5
5
|
export interface ISurname extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Surname.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/Surname.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"Surname.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/Surname.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,+BAAc;IAChC,MAAM,CAAC,IAAI,CAAC,KAAqD;QACpE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAgB,CAAA;IAClE,CAAC;CACJ,CAAA;AARY,OAAO;IADnB,IAAA,gBAAI,EAAC,SAAS,CAAC;GACH,OAAO,CAQnB;AARY,0BAAO"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractCountry } from "../strings";
|
|
3
|
-
export interface CitizenshipJSON extends
|
|
3
|
+
export interface CitizenshipJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "Citizenship";
|
|
5
5
|
}
|
|
6
6
|
export interface ICitizenship extends IAbstractString {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface JobTitleJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface JobTitleJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "JobTitle";
|
|
4
4
|
}
|
|
5
5
|
export interface IJobTitle extends IAbstractString {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobTitle.js","sourceRoot":"","sources":["../../../../src/attributes/types/person/JobTitle.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,
|
|
1
|
+
{"version":3,"file":"JobTitle.js","sourceRoot":"","sources":["../../../../src/attributes/types/person/JobTitle.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAuF;AAShF,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,+BAAc;IACjC,MAAM,CAAC,IAAI,CAAC,KAAuD;QACtE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAiB,CAAA;IACnE,CAAC;CACJ,CAAA;AARY,QAAQ;IADpB,IAAA,gBAAI,EAAC,UAAU,CAAC;GACJ,QAAQ,CAQpB;AARY,4BAAQ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractCountry } from "../strings";
|
|
3
|
-
export interface NationalityJSON extends
|
|
3
|
+
export interface NationalityJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "Nationality";
|
|
5
5
|
}
|
|
6
6
|
export interface INationality extends IAbstractString {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RenderHints, ValueHints } from "../../../attributes/hints";
|
|
2
|
-
import { AbstractString,
|
|
2
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
3
3
|
/**
|
|
4
4
|
* Biologisches Geschlecht
|
|
5
5
|
*/
|
|
@@ -8,7 +8,7 @@ export declare enum BiologicalSex {
|
|
|
8
8
|
F = "female",
|
|
9
9
|
M = "male"
|
|
10
10
|
}
|
|
11
|
-
export interface SexJSON extends
|
|
11
|
+
export interface SexJSON extends AbstractStringJSON {
|
|
12
12
|
"@type": "Sex";
|
|
13
13
|
}
|
|
14
14
|
export interface ISex extends IAbstractString {
|