@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":"Sex.js","sourceRoot":"","sources":["../../../../src/attributes/types/person/Sex.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,qDAAyG;AACzG,
|
|
1
|
+
{"version":3,"file":"Sex.js","sourceRoot":"","sources":["../../../../src/attributes/types/person/Sex.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,qDAAyG;AACzG,sDAAuF;AAEvF;;GAEG;AACH,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,+BAAc,CAAA;IACd,6BAAY,CAAA;IACZ,2BAAU,CAAA;AACd,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AASM,IAAM,GAAG,GAAT,MAAM,GAAI,SAAQ,+BAAc;IAQ5B,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAC/C,uBAAe,CAAC,IAAI,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,gCAAgC,KAAK,EAAE,EAAE,CAAC,CAC7F;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;SAC3C,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,CAAC,IAAI,CAAC,KAA6C;QAC5D,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,CAAY,CAAA;IAC9D,CAAC;CACJ,CAAA;AA5BG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,mBAAmB,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;KAChH,CAAC;;kCACkC;AAN3B,GAAG;IADf,IAAA,gBAAI,EAAC,KAAK,CAAC;GACC,GAAG,CA6Bf;AA7BY,kBAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractBoolean,
|
|
2
|
-
export interface ProprietaryBooleanJSON extends
|
|
1
|
+
import { AbstractBoolean, AbstractBooleanJSON, IAbstractBoolean } from "../AbstractBoolean";
|
|
2
|
+
export interface ProprietaryBooleanJSON extends AbstractBooleanJSON {
|
|
3
3
|
"@type": "ProprietaryBoolean";
|
|
4
4
|
title: string;
|
|
5
5
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProprietaryBoolean.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryBoolean.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,
|
|
1
|
+
{"version":3,"file":"ProprietaryBoolean.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryBoolean.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,wDAA2F;AAcpF,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,iCAAe;IAS5C,MAAM,CAAC,IAAI,CAAC,KAAkE;QACjF,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,CAA2B,CAAA;IAC7E,CAAC;CACJ,CAAA;AAlBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;iDACS;AAEpB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACF;AAPlB,kBAAkB;IAD9B,IAAA,gBAAI,EAAC,oBAAoB,CAAC;GACd,kBAAkB,CAmB9B;AAnBY,gDAAkB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractCountry } from "../strings/AbstractCountry";
|
|
3
|
-
export interface ProprietaryCountryJSON extends
|
|
3
|
+
export interface ProprietaryCountryJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryCountry";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractEMailAddress } from "../strings/AbstractEMailAddress";
|
|
3
|
-
export interface ProprietaryEMailAddressJSON extends
|
|
3
|
+
export interface ProprietaryEMailAddressJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryEMailAddress";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractFileReference } from "../strings";
|
|
3
|
-
export interface ProprietaryFileReferenceJSON extends
|
|
3
|
+
export interface ProprietaryFileReferenceJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryFileReference";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractFloat,
|
|
2
|
-
export interface ProprietaryFloatJSON extends
|
|
1
|
+
import { AbstractFloat, AbstractFloatJSON, IAbstractFloat } from "../AbstractFloat";
|
|
2
|
+
export interface ProprietaryFloatJSON extends AbstractFloatJSON {
|
|
3
3
|
"@type": "ProprietaryFloat";
|
|
4
4
|
title: string;
|
|
5
5
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProprietaryFloat.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryFloat.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,
|
|
1
|
+
{"version":3,"file":"ProprietaryFloat.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryFloat.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,oDAAmF;AAc5E,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,6BAAa;IASxC,MAAM,CAAC,IAAI,CAAC,KAA8D;QAC7E,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,CAAyB,CAAA;IAC3E,CAAC;CACJ,CAAA;AAlBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;+CACS;AAEpB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACF;AAPlB,gBAAgB;IAD5B,IAAA,gBAAI,EAAC,kBAAkB,CAAC;GACZ,gBAAgB,CAmB5B;AAnBY,4CAAgB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractHEXColor } from "../strings/AbstractHEXColor";
|
|
3
|
-
export interface ProprietaryHEXColorJSON extends
|
|
3
|
+
export interface ProprietaryHEXColorJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryHEXColor";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { IValueHintsOverride, RenderHints, RenderHintsOverride, ValueHints, ValueHintsOverride } from "../../hints";
|
|
2
|
-
import { AbstractInteger, AbstractIntegerJSON, IAbstractInteger
|
|
3
|
-
export
|
|
4
|
-
export interface IProprietaryIntegerJSON extends IAbstractIntegerJSON {
|
|
2
|
+
import { AbstractInteger, AbstractIntegerJSON, IAbstractInteger } from "../AbstractInteger";
|
|
3
|
+
export interface ProprietaryIntegerJSON extends AbstractIntegerJSON {
|
|
5
4
|
"@type": "ProprietaryInteger";
|
|
6
5
|
title: string;
|
|
7
6
|
description?: string;
|
|
@@ -16,7 +15,7 @@ export declare class ProprietaryInteger extends AbstractInteger {
|
|
|
16
15
|
description?: string;
|
|
17
16
|
valueHintsOverride?: ValueHintsOverride;
|
|
18
17
|
renderHintsOverride?: RenderHintsOverride;
|
|
19
|
-
static from(value: IProprietaryInteger | Omit<ProprietaryIntegerJSON, "@type">): ProprietaryInteger;
|
|
18
|
+
static from(value: IProprietaryInteger | Omit<ProprietaryIntegerJSON, "@type"> | number): ProprietaryInteger;
|
|
20
19
|
toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): ProprietaryIntegerJSON;
|
|
21
20
|
get valueHints(): ValueHints;
|
|
22
21
|
get renderHints(): RenderHints;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProprietaryInteger.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryInteger.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,uCAAmH;AACnH,
|
|
1
|
+
{"version":3,"file":"ProprietaryInteger.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryInteger.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,uCAAmH;AACnH,wDAA2F;AAepF,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,iCAAe;IAiB5C,MAAM,CAAC,IAAI,CACd,KAA2E;QAE3E,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,CAA2B,CAAA;IAC7E,CAAC;IAED,IAAoB,UAAU;QAC1B,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,MAAM,EAAE,CAAC,CAAA;IACvE,CAAC;IAED,IAAoB,WAAW;QAC3B,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,mBAAmB,EAAE,MAAM,EAAE,CAAC,CAAA;IACzE,CAAC;CACJ,CAAA;AApCG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;iDACS;AAEpB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACF;AAE3B;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACD,0BAAkB;8DAAA;AAE9C;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACA,2BAAmB;+DAAA;AAfvC,kBAAkB;IAD9B,IAAA,gBAAI,EAAC,oBAAoB,CAAC;GACd,kBAAkB,CAqC9B;AArCY,gDAAkB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractLanguage } from "../strings/AbstractLanguage";
|
|
3
|
-
export interface ProprietaryLanguageJSON extends
|
|
3
|
+
export interface ProprietaryLanguageJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryLanguage";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractPhoneNumber } from "../strings/AbstractPhoneNumber";
|
|
3
|
-
export interface ProprietaryPhoneNumberJSON extends
|
|
3
|
+
export interface ProprietaryPhoneNumberJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryPhoneNumber";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AbstractString,
|
|
2
|
-
export interface ProprietaryStringJSON extends
|
|
1
|
+
import { AbstractString, AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
export interface ProprietaryStringJSON extends AbstractStringJSON {
|
|
3
3
|
"@type": "ProprietaryString";
|
|
4
4
|
title: string;
|
|
5
5
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProprietaryString.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryString.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,
|
|
1
|
+
{"version":3,"file":"ProprietaryString.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryString.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,sDAAuF;AAchF,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,+BAAc;IAS1C,MAAM,CAAC,IAAI,CAAC,KAAgE;QAC/E,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,CAA0B,CAAA;IAC5E,CAAC;CACJ,CAAA;AAlBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;gDACS;AAEpB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACF;AAPlB,iBAAiB;IAD7B,IAAA,gBAAI,EAAC,mBAAmB,CAAC;GACb,iBAAiB,CAmB7B;AAnBY,8CAAiB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
2
|
import { AbstractURL } from "../strings/AbstractURL";
|
|
3
|
-
export interface ProprietaryURLJSON extends
|
|
3
|
+
export interface ProprietaryURLJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "ProprietaryURL";
|
|
5
5
|
title: string;
|
|
6
6
|
description?: string;
|
package/dist/buildInformation.js
CHANGED
|
@@ -5,10 +5,10 @@ const ts_serval_1 = require("@js-soft/ts-serval");
|
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
const transport_1 = require("@nmshd/transport");
|
|
7
7
|
exports.buildInformation = {
|
|
8
|
-
version: "2.0.0-beta.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2022-09-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.0.0-beta.34",
|
|
9
|
+
build: "111",
|
|
10
|
+
date: "2022-09-29T06:55:18+00:00",
|
|
11
|
+
commit: "045ddab2415166044fd82b2c71fb2b26230f62d3",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
13
13
|
libraries: {
|
|
14
14
|
serval: ts_serval_1.buildInformation,
|
package/lib-web/nmshd.content.js
CHANGED
|
@@ -223,7 +223,6 @@ exports.Attribute = Attribute;
|
|
|
223
223
|
|
|
224
224
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
225
225
|
exports.AttributeValues = void 0;
|
|
226
|
-
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
227
226
|
const types_1 = __webpack_require__(/*! ./types */ "./dist/attributes/types/index.js");
|
|
228
227
|
// ################################################ Editable Identity Attribute Value Types ###################################################################
|
|
229
228
|
var AttributeValues;
|
|
@@ -242,12 +241,12 @@ var AttributeValues;
|
|
|
242
241
|
types_1.DeliveryBoxAddress,
|
|
243
242
|
types_1.DisplayName,
|
|
244
243
|
types_1.EMailAddress,
|
|
245
|
-
types_1.
|
|
246
|
-
|
|
244
|
+
types_1.FaxNumber,
|
|
245
|
+
types_1.FileReference,
|
|
247
246
|
types_1.JobTitle,
|
|
248
247
|
types_1.Nationality,
|
|
249
248
|
types_1.PersonName,
|
|
250
|
-
types_1.
|
|
249
|
+
types_1.PhoneNumber,
|
|
251
250
|
types_1.PostOfficeBoxAddress,
|
|
252
251
|
types_1.Pseudonym,
|
|
253
252
|
types_1.Sex,
|
|
@@ -264,12 +263,12 @@ var AttributeValues;
|
|
|
264
263
|
"DeliveryBoxAddress",
|
|
265
264
|
"DisplayName",
|
|
266
265
|
"EMailAddress",
|
|
267
|
-
"
|
|
266
|
+
"FaxNumber",
|
|
268
267
|
"FileReference",
|
|
269
268
|
"JobTitle",
|
|
270
269
|
"Nationality",
|
|
271
270
|
"PersonName",
|
|
272
|
-
"
|
|
271
|
+
"PhoneNumber",
|
|
273
272
|
"PostOfficeBoxAddress",
|
|
274
273
|
"Pseudonym",
|
|
275
274
|
"Sex",
|
|
@@ -2526,7 +2525,7 @@ let DeliveryBoxAddress = class DeliveryBoxAddress extends AbstractAddress_1.Abst
|
|
|
2526
2525
|
[this.propertyNames.zipCode.$path]: ZipCode_1.ZipCode.valueHints,
|
|
2527
2526
|
[this.propertyNames.city.$path]: City_1.City.valueHints,
|
|
2528
2527
|
[this.propertyNames.country.$path]: Country_1.Country.valueHints,
|
|
2529
|
-
[this.propertyNames.phoneNumber.$path]: communication_1.
|
|
2528
|
+
[this.propertyNames.phoneNumber.$path]: communication_1.PhoneNumber.valueHints,
|
|
2530
2529
|
[this.propertyNames.state.$path]: State_1.State.valueHints
|
|
2531
2530
|
}
|
|
2532
2531
|
});
|
|
@@ -2545,7 +2544,7 @@ let DeliveryBoxAddress = class DeliveryBoxAddress extends AbstractAddress_1.Abst
|
|
|
2545
2544
|
[this.propertyNames.zipCode.$path]: ZipCode_1.ZipCode.renderHints,
|
|
2546
2545
|
[this.propertyNames.city.$path]: City_1.City.renderHints,
|
|
2547
2546
|
[this.propertyNames.country.$path]: Country_1.Country.renderHints,
|
|
2548
|
-
[this.propertyNames.phoneNumber.$path]: communication_1.
|
|
2547
|
+
[this.propertyNames.phoneNumber.$path]: communication_1.PhoneNumber.renderHints,
|
|
2549
2548
|
[this.propertyNames.state.$path]: State_1.State.renderHints
|
|
2550
2549
|
}
|
|
2551
2550
|
});
|
|
@@ -2599,7 +2598,7 @@ __decorate([
|
|
|
2599
2598
|
__decorate([
|
|
2600
2599
|
(0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
|
|
2601
2600
|
(0, ts_serval_1.validate)({ nullable: true }),
|
|
2602
|
-
__metadata("design:type", communication_1.
|
|
2601
|
+
__metadata("design:type", communication_1.PhoneNumber)
|
|
2603
2602
|
], DeliveryBoxAddress.prototype, "phoneNumber", void 0);
|
|
2604
2603
|
__decorate([
|
|
2605
2604
|
(0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
|
|
@@ -3681,10 +3680,10 @@ exports.EMailAddress = EMailAddress;
|
|
|
3681
3680
|
|
|
3682
3681
|
/***/ }),
|
|
3683
3682
|
|
|
3684
|
-
/***/ "./dist/attributes/types/communication/
|
|
3685
|
-
|
|
3686
|
-
!*** ./dist/attributes/types/communication/
|
|
3687
|
-
|
|
3683
|
+
/***/ "./dist/attributes/types/communication/FaxNumber.js":
|
|
3684
|
+
/*!**********************************************************!*\
|
|
3685
|
+
!*** ./dist/attributes/types/communication/FaxNumber.js ***!
|
|
3686
|
+
\**********************************************************/
|
|
3688
3687
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3689
3688
|
|
|
3690
3689
|
|
|
@@ -3695,10 +3694,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
3695
3694
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
3696
3695
|
};
|
|
3697
3696
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3698
|
-
exports.
|
|
3697
|
+
exports.FaxNumber = void 0;
|
|
3699
3698
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
3700
3699
|
const strings_1 = __webpack_require__(/*! ../strings */ "./dist/attributes/types/strings/index.js");
|
|
3701
|
-
let
|
|
3700
|
+
let FaxNumber = class FaxNumber extends strings_1.AbstractPhoneNumber {
|
|
3702
3701
|
static from(value) {
|
|
3703
3702
|
return this.fromAny(value);
|
|
3704
3703
|
}
|
|
@@ -3706,18 +3705,18 @@ let Fax = class Fax extends strings_1.AbstractPhoneNumber {
|
|
|
3706
3705
|
return super.toJSON(verbose, serializeAsString);
|
|
3707
3706
|
}
|
|
3708
3707
|
};
|
|
3709
|
-
|
|
3710
|
-
(0, ts_serval_1.type)("
|
|
3711
|
-
],
|
|
3712
|
-
exports.
|
|
3713
|
-
//# sourceMappingURL=
|
|
3708
|
+
FaxNumber = __decorate([
|
|
3709
|
+
(0, ts_serval_1.type)("FaxNumber")
|
|
3710
|
+
], FaxNumber);
|
|
3711
|
+
exports.FaxNumber = FaxNumber;
|
|
3712
|
+
//# sourceMappingURL=FaxNumber.js.map
|
|
3714
3713
|
|
|
3715
3714
|
/***/ }),
|
|
3716
3715
|
|
|
3717
|
-
/***/ "./dist/attributes/types/communication/
|
|
3718
|
-
|
|
3719
|
-
!*** ./dist/attributes/types/communication/
|
|
3720
|
-
|
|
3716
|
+
/***/ "./dist/attributes/types/communication/PhoneNumber.js":
|
|
3717
|
+
/*!************************************************************!*\
|
|
3718
|
+
!*** ./dist/attributes/types/communication/PhoneNumber.js ***!
|
|
3719
|
+
\************************************************************/
|
|
3721
3720
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
3722
3721
|
|
|
3723
3722
|
|
|
@@ -3728,10 +3727,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
3728
3727
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
3729
3728
|
};
|
|
3730
3729
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3731
|
-
exports.
|
|
3730
|
+
exports.PhoneNumber = void 0;
|
|
3732
3731
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
3733
3732
|
const strings_1 = __webpack_require__(/*! ../strings */ "./dist/attributes/types/strings/index.js");
|
|
3734
|
-
let
|
|
3733
|
+
let PhoneNumber = class PhoneNumber extends strings_1.AbstractPhoneNumber {
|
|
3735
3734
|
static from(value) {
|
|
3736
3735
|
return this.fromAny(value);
|
|
3737
3736
|
}
|
|
@@ -3739,11 +3738,11 @@ let Phone = class Phone extends strings_1.AbstractPhoneNumber {
|
|
|
3739
3738
|
return super.toJSON(verbose, serializeAsString);
|
|
3740
3739
|
}
|
|
3741
3740
|
};
|
|
3742
|
-
|
|
3743
|
-
(0, ts_serval_1.type)("
|
|
3744
|
-
],
|
|
3745
|
-
exports.
|
|
3746
|
-
//# sourceMappingURL=
|
|
3741
|
+
PhoneNumber = __decorate([
|
|
3742
|
+
(0, ts_serval_1.type)("PhoneNumber")
|
|
3743
|
+
], PhoneNumber);
|
|
3744
|
+
exports.PhoneNumber = PhoneNumber;
|
|
3745
|
+
//# sourceMappingURL=PhoneNumber.js.map
|
|
3747
3746
|
|
|
3748
3747
|
/***/ }),
|
|
3749
3748
|
|
|
@@ -3804,8 +3803,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
3804
3803
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
3805
3804
|
__exportStar(__webpack_require__(/*! ./CommunicationLanguage */ "./dist/attributes/types/communication/CommunicationLanguage.js"), exports);
|
|
3806
3805
|
__exportStar(__webpack_require__(/*! ./EMailAddress */ "./dist/attributes/types/communication/EMailAddress.js"), exports);
|
|
3807
|
-
__exportStar(__webpack_require__(/*! ./
|
|
3808
|
-
__exportStar(__webpack_require__(/*! ./
|
|
3806
|
+
__exportStar(__webpack_require__(/*! ./FaxNumber */ "./dist/attributes/types/communication/FaxNumber.js"), exports);
|
|
3807
|
+
__exportStar(__webpack_require__(/*! ./PhoneNumber */ "./dist/attributes/types/communication/PhoneNumber.js"), exports);
|
|
3809
3808
|
__exportStar(__webpack_require__(/*! ./Website */ "./dist/attributes/types/communication/Website.js"), exports);
|
|
3810
3809
|
//# sourceMappingURL=index.js.map
|
|
3811
3810
|
|
|
@@ -5865,10 +5864,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
5865
5864
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
5866
5865
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
5867
5866
|
exports.buildInformation = {
|
|
5868
|
-
version: "2.0.0-beta.
|
|
5869
|
-
build: "
|
|
5870
|
-
date: "2022-09-
|
|
5871
|
-
commit: "
|
|
5867
|
+
version: "2.0.0-beta.34",
|
|
5868
|
+
build: "111",
|
|
5869
|
+
date: "2022-09-29T06:55:18+00:00",
|
|
5870
|
+
commit: "045ddab2415166044fd82b2c71fb2b26230f62d3",
|
|
5872
5871
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
5873
5872
|
libraries: {
|
|
5874
5873
|
serval: ts_serval_1.buildInformation,
|