@nmshd/content 2.4.0 → 2.4.2
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 +8 -8
- package/dist/attributes/AttributeValueTypes.js +2 -2
- package/dist/attributes/AttributeValueTypes.js.map +1 -1
- package/dist/attributes/hints/RenderHintsDataType.d.ts +0 -1
- package/dist/attributes/hints/RenderHintsDataType.js +0 -1
- package/dist/attributes/hints/RenderHintsDataType.js.map +1 -1
- package/dist/attributes/types/identity/IdentityFileReference.d.ts +11 -0
- package/dist/attributes/types/identity/{FileReference.js → IdentityFileReference.js} +7 -7
- package/dist/attributes/types/identity/IdentityFileReference.js.map +1 -0
- package/dist/attributes/types/identity/SchematizedXML.d.ts +2 -0
- package/dist/attributes/types/identity/SchematizedXML.js.map +1 -1
- package/dist/attributes/types/identity/index.d.ts +1 -1
- package/dist/attributes/types/identity/index.js +1 -1
- package/dist/attributes/types/identity/index.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryXML.d.ts +2 -0
- package/dist/attributes/types/proprietary/ProprietaryXML.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/lib-web/nmshd.content.js +18 -19
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +1 -1
- package/dist/attributes/types/identity/FileReference.d.ts +0 -11
- package/dist/attributes/types/identity/FileReference.js.map +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Affiliation, AffiliationJSON, AffiliationOrganization, AffiliationOrganizationJSON, AffiliationRole, AffiliationRoleJSON, AffiliationUnit, AffiliationUnitJSON, BirthCity, BirthCityJSON, BirthCountry, BirthCountryJSON, BirthDate, BirthDateJSON, BirthDay, BirthDayJSON, BirthMonth, BirthMonthJSON, BirthName, BirthNameJSON, BirthPlace, BirthPlaceJSON, BirthState, BirthStateJSON, BirthYear, BirthYearJSON, Citizenship, CitizenshipJSON, City, CityJSON, CommunicationLanguage, CommunicationLanguageJSON, Consent, ConsentJSON, Country, CountryJSON, DeliveryBoxAddress, DeliveryBoxAddressJSON, DisplayName, DisplayNameJSON, EMailAddress, EMailAddressJSON, FaxNumber, FaxNumberJSON,
|
|
1
|
+
import { Affiliation, AffiliationJSON, AffiliationOrganization, AffiliationOrganizationJSON, AffiliationRole, AffiliationRoleJSON, AffiliationUnit, AffiliationUnitJSON, BirthCity, BirthCityJSON, BirthCountry, BirthCountryJSON, BirthDate, BirthDateJSON, BirthDay, BirthDayJSON, BirthMonth, BirthMonthJSON, BirthName, BirthNameJSON, BirthPlace, BirthPlaceJSON, BirthState, BirthStateJSON, BirthYear, BirthYearJSON, Citizenship, CitizenshipJSON, City, CityJSON, CommunicationLanguage, CommunicationLanguageJSON, Consent, ConsentJSON, Country, CountryJSON, DeliveryBoxAddress, DeliveryBoxAddressJSON, DisplayName, DisplayNameJSON, EMailAddress, EMailAddressJSON, FaxNumber, FaxNumberJSON, GivenName, GivenNameJSON, HonorificPrefix, HonorificPrefixJSON, HonorificSuffix, HonorificSuffixJSON, HouseNumber, HouseNumberJSON, IAffiliation, IAffiliationOrganization, IAffiliationRole, IAffiliationUnit, IBirthCity, IBirthCountry, IBirthDate, IBirthDay, IBirthMonth, IBirthName, IBirthPlace, IBirthState, IBirthYear, ICitizenship, ICity, ICommunicationLanguage, IConsent, ICountry, IDeliveryBoxAddress, IDisplayName, IEMailAddress, IFaxNumber, IGivenName, IHonorificPrefix, IHonorificSuffix, IHouseNumber, IIdentityFileReference, IJobTitle, IMiddleName, INationality, IPersonName, IPhoneNumber, IPostOfficeBoxAddress, IProprietaryBoolean, IProprietaryCountry, IProprietaryEMailAddress, IProprietaryFileReference, IProprietaryFloat, IProprietaryHEXColor, IProprietaryInteger, IProprietaryJSON, IProprietaryLanguage, IProprietaryPhoneNumber, IProprietaryString, IProprietaryURL, IProprietaryXML, IPseudonym, ISex, IState, IStreet, IStreetAddress, ISurname, IWebsite, IZipCode, IdentityFileReference, IdentityFileReferenceJSON, JobTitle, JobTitleJSON, MiddleName, MiddleNameJSON, Nationality, NationalityJSON, PersonName, PersonNameJSON, PhoneNumber, PhoneNumberJSON, PostOfficeBoxAddress, PostOfficeBoxAddressJSON, ProprietaryBoolean, ProprietaryBooleanJSON, ProprietaryCountry, ProprietaryCountryJSON, ProprietaryEMailAddress, ProprietaryEMailAddressJSON, ProprietaryFileReference, ProprietaryFileReferenceJSON, ProprietaryFloat, ProprietaryFloatJSON, ProprietaryHEXColor, ProprietaryHEXColorJSON, ProprietaryInteger, ProprietaryIntegerJSON, ProprietaryJSON, ProprietaryJSONJSON, ProprietaryLanguage, ProprietaryLanguageJSON, ProprietaryPhoneNumber, ProprietaryPhoneNumberJSON, ProprietaryString, ProprietaryStringJSON, ProprietaryURL, ProprietaryURLJSON, ProprietaryXML, ProprietaryXMLJSON, Pseudonym, PseudonymJSON, SchematizedXML, SchematizedXMLJSON, Sex, SexJSON, State, StateJSON, Street, StreetAddress, StreetAddressJSON, StreetJSON, Surname, SurnameJSON, Website, WebsiteJSON, ZipCode, ZipCodeJSON } from "./types";
|
|
2
2
|
export declare module AttributeValues {
|
|
3
3
|
module Identity {
|
|
4
4
|
module Editable {
|
|
5
|
-
type Json = AffiliationJSON | BirthDateJSON | BirthNameJSON | BirthPlaceJSON | CitizenshipJSON | CommunicationLanguageJSON | DeliveryBoxAddressJSON | DisplayNameJSON | EMailAddressJSON | FaxNumberJSON |
|
|
6
|
-
type Interface = IAffiliation | IBirthDate | IBirthName | IBirthPlace | ICitizenship | ICommunicationLanguage | IDeliveryBoxAddress | IDisplayName | IEMailAddress | IFaxNumber |
|
|
7
|
-
type Class = Affiliation | BirthDate | BirthName | BirthPlace | Citizenship | CommunicationLanguage | DeliveryBoxAddress | DisplayName | EMailAddress | FaxNumber |
|
|
8
|
-
const CLASSES: (typeof CommunicationLanguage | typeof EMailAddress | typeof FaxNumber | typeof PhoneNumber | typeof Website | typeof DeliveryBoxAddress | typeof PostOfficeBoxAddress | typeof StreetAddress | typeof Affiliation | typeof BirthDate | typeof BirthPlace | typeof DisplayName | typeof
|
|
9
|
-
const TYPE_NAMES: readonly ["Affiliation", "BirthDate", "BirthName", "BirthPlace", "Citizenship", "CommunicationLanguage", "DeliveryBoxAddress", "DisplayName", "EMailAddress", "FaxNumber", "
|
|
5
|
+
type Json = AffiliationJSON | BirthDateJSON | BirthNameJSON | BirthPlaceJSON | CitizenshipJSON | CommunicationLanguageJSON | DeliveryBoxAddressJSON | DisplayNameJSON | EMailAddressJSON | FaxNumberJSON | IdentityFileReferenceJSON | SchematizedXMLJSON | JobTitleJSON | NationalityJSON | PersonNameJSON | PhoneNumberJSON | PostOfficeBoxAddressJSON | PseudonymJSON | SexJSON | StreetAddressJSON | WebsiteJSON;
|
|
6
|
+
type Interface = IAffiliation | IBirthDate | IBirthName | IBirthPlace | ICitizenship | ICommunicationLanguage | IDeliveryBoxAddress | IDisplayName | IEMailAddress | IFaxNumber | IIdentityFileReference | SchematizedXML | IJobTitle | INationality | IPersonName | IPhoneNumber | IPostOfficeBoxAddress | IPseudonym | ISex | IStreetAddress | IWebsite;
|
|
7
|
+
type Class = Affiliation | BirthDate | BirthName | BirthPlace | Citizenship | CommunicationLanguage | DeliveryBoxAddress | DisplayName | EMailAddress | FaxNumber | IdentityFileReference | SchematizedXML | JobTitle | Nationality | PersonName | PhoneNumber | PostOfficeBoxAddress | Pseudonym | Sex | StreetAddress | Website;
|
|
8
|
+
const CLASSES: (typeof CommunicationLanguage | typeof EMailAddress | typeof FaxNumber | typeof PhoneNumber | typeof Website | typeof DeliveryBoxAddress | typeof PostOfficeBoxAddress | typeof StreetAddress | typeof Affiliation | typeof BirthDate | typeof BirthPlace | typeof DisplayName | typeof IdentityFileReference | typeof SchematizedXML | typeof BirthName | typeof PersonName | typeof Pseudonym | typeof Citizenship | typeof JobTitle | typeof Nationality | typeof Sex)[];
|
|
9
|
+
const TYPE_NAMES: readonly ["Affiliation", "BirthDate", "BirthName", "BirthPlace", "Citizenship", "CommunicationLanguage", "DeliveryBoxAddress", "DisplayName", "EMailAddress", "FaxNumber", "IdentityFileReference", "SchematizedXML", "JobTitle", "Nationality", "PersonName", "PhoneNumber", "PostOfficeBoxAddress", "Pseudonym", "Sex", "StreetAddress", "Website"];
|
|
10
10
|
const TYPE_NAMES_STRINGIFIED: string;
|
|
11
11
|
type TypeName = (typeof TYPE_NAMES)[number];
|
|
12
12
|
}
|
|
@@ -24,7 +24,7 @@ export declare module AttributeValues {
|
|
|
24
24
|
type Class = Editable.Class | Uneditable.Class;
|
|
25
25
|
const CLASSES: (typeof City | typeof DeliveryBoxAddress | typeof PostOfficeBoxAddress | typeof StreetAddress | typeof Affiliation | typeof BirthDay | typeof BirthMonth | typeof BirthYear | typeof BirthDate | typeof BirthPlace | typeof PersonName)[];
|
|
26
26
|
type TypeName = Editable.TypeName | Uneditable.TypeName;
|
|
27
|
-
const TYPE_NAMES: ("City" | "Country" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "EMailAddress" | "FaxNumber" | "PhoneNumber" | "Website" | "State" | "ZipCode" | "HouseNumber" | "Street" | "AffiliationOrganization" | "AffiliationRole" | "AffiliationUnit" | "Affiliation" | "BirthCity" | "BirthCountry" | "BirthDay" | "BirthMonth" | "BirthYear" | "BirthDate" | "BirthState" | "BirthPlace" | "DisplayName" | "
|
|
27
|
+
const TYPE_NAMES: ("City" | "Country" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "EMailAddress" | "FaxNumber" | "PhoneNumber" | "Website" | "State" | "ZipCode" | "HouseNumber" | "Street" | "AffiliationOrganization" | "AffiliationRole" | "AffiliationUnit" | "Affiliation" | "BirthCity" | "BirthCountry" | "BirthDay" | "BirthMonth" | "BirthYear" | "BirthDate" | "BirthState" | "BirthPlace" | "DisplayName" | "IdentityFileReference" | "SchematizedXML" | "BirthName" | "GivenName" | "HonorificPrefix" | "HonorificSuffix" | "MiddleName" | "Surname" | "PersonName" | "Pseudonym" | "Citizenship" | "JobTitle" | "Nationality" | "Sex")[];
|
|
28
28
|
const TYPE_NAMES_STRINGIFIED: string;
|
|
29
29
|
}
|
|
30
30
|
module Relationship {
|
|
@@ -41,6 +41,6 @@ export declare module AttributeValues {
|
|
|
41
41
|
type Class = Identity.Class | Relationship.Class;
|
|
42
42
|
const CLASSES: (typeof City | typeof DeliveryBoxAddress | typeof PostOfficeBoxAddress | typeof StreetAddress | typeof Affiliation | typeof BirthDay | typeof BirthMonth | typeof BirthYear | typeof BirthDate | typeof BirthPlace | typeof PersonName | typeof ProprietaryBoolean | typeof ProprietaryFloat | typeof ProprietaryInteger | typeof ProprietaryJSON | typeof Consent)[];
|
|
43
43
|
type TypeName = Identity.TypeName | Relationship.TypeName;
|
|
44
|
-
const TYPE_NAMES: ("City" | "Country" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "EMailAddress" | "FaxNumber" | "PhoneNumber" | "Website" | "State" | "ZipCode" | "HouseNumber" | "Street" | "AffiliationOrganization" | "AffiliationRole" | "AffiliationUnit" | "Affiliation" | "BirthCity" | "BirthCountry" | "BirthDay" | "BirthMonth" | "BirthYear" | "BirthDate" | "BirthState" | "BirthPlace" | "DisplayName" | "
|
|
44
|
+
const TYPE_NAMES: ("City" | "Country" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "EMailAddress" | "FaxNumber" | "PhoneNumber" | "Website" | "State" | "ZipCode" | "HouseNumber" | "Street" | "AffiliationOrganization" | "AffiliationRole" | "AffiliationUnit" | "Affiliation" | "BirthCity" | "BirthCountry" | "BirthDay" | "BirthMonth" | "BirthYear" | "BirthDate" | "BirthState" | "BirthPlace" | "DisplayName" | "IdentityFileReference" | "SchematizedXML" | "BirthName" | "GivenName" | "HonorificPrefix" | "HonorificSuffix" | "MiddleName" | "Surname" | "PersonName" | "Pseudonym" | "Citizenship" | "JobTitle" | "Nationality" | "Sex" | "ProprietaryBoolean" | "ProprietaryCountry" | "ProprietaryEMailAddress" | "ProprietaryFileReference" | "ProprietaryFloat" | "ProprietaryHEXColor" | "ProprietaryInteger" | "ProprietaryJSON" | "ProprietaryLanguage" | "ProprietaryPhoneNumber" | "ProprietaryString" | "ProprietaryURL" | "ProprietaryXML" | "Consent")[];
|
|
45
45
|
const TYPE_NAMES_STRINGIFIED: string;
|
|
46
46
|
}
|
|
@@ -20,7 +20,7 @@ var AttributeValues;
|
|
|
20
20
|
types_1.DisplayName,
|
|
21
21
|
types_1.EMailAddress,
|
|
22
22
|
types_1.FaxNumber,
|
|
23
|
-
types_1.
|
|
23
|
+
types_1.IdentityFileReference,
|
|
24
24
|
types_1.SchematizedXML,
|
|
25
25
|
types_1.JobTitle,
|
|
26
26
|
types_1.Nationality,
|
|
@@ -43,7 +43,7 @@ var AttributeValues;
|
|
|
43
43
|
"DisplayName",
|
|
44
44
|
"EMailAddress",
|
|
45
45
|
"FaxNumber",
|
|
46
|
-
"
|
|
46
|
+
"IdentityFileReference",
|
|
47
47
|
"SchematizedXML",
|
|
48
48
|
"JobTitle",
|
|
49
49
|
"Nationality",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeValueTypes.js","sourceRoot":"","sources":["../../src/attributes/AttributeValueTypes.ts"],"names":[],"mappings":";;;AAAA,mCAqKgB;AAEhB,+JAA+J;AAE/J,IAAc,eAAe,CAwV5B;AAxVD,WAAc,eAAe;IACzB,IAAc,QAAQ,CAuPrB;IAvPD,WAAc,QAAQ;QAClB,IAAc,QAAQ,CAwHrB;QAxHD,WAAc,QAAQ;YAsEL,gBAAO,GAAG;gBACnB,mBAAW;gBACX,iBAAS;gBACT,iBAAS;gBACT,kBAAU;gBACV,mBAAW;gBACX,6BAAqB;gBACrB,0BAAkB;gBAClB,mBAAW;gBACX,oBAAY;gBACZ,iBAAS;gBACT,
|
|
1
|
+
{"version":3,"file":"AttributeValueTypes.js","sourceRoot":"","sources":["../../src/attributes/AttributeValueTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,6 @@ var RenderHintsDataType;
|
|
|
11
11
|
RenderHintsDataType["PhoneNumber"] = "PhoneNumber";
|
|
12
12
|
RenderHintsDataType["URL"] = "URL";
|
|
13
13
|
RenderHintsDataType["FileReference"] = "FileReference";
|
|
14
|
-
RenderHintsDataType["SchematizedXML"] = "SchematizedXML";
|
|
15
14
|
RenderHintsDataType["Date"] = "Date";
|
|
16
15
|
RenderHintsDataType["DatePeriod"] = "DatePeriod";
|
|
17
16
|
RenderHintsDataType["DateTime"] = "DateTime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenderHintsDataType.js","sourceRoot":"","sources":["../../../src/attributes/hints/RenderHintsDataType.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"RenderHintsDataType.js","sourceRoot":"","sources":["../../../src/attributes/hints/RenderHintsDataType.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAmBX;AAnBD,WAAY,mBAAmB;IAC3B,0CAAmB,CAAA;IACnB,0CAAmB,CAAA;IACnB,oDAA6B,CAAA;IAC7B,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;IACrB,kDAA2B,CAAA;IAC3B,kCAAW,CAAA;IACX,sDAA+B,CAAA;IAC/B,oCAAa,CAAA;IACb,gDAAyB,CAAA;IACzB,4CAAqB,CAAA;IACrB,wDAAiC,CAAA;IACjC,oCAAa,CAAA;IACb,gDAAyB,CAAA;IACzB,kCAAW,CAAA;IACX,sCAAe,CAAA;IACf,oCAAa,CAAA;IACb,kCAAW,CAAA;AACf,CAAC,EAnBW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAmB9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
2
|
+
import { AbstractFileReference } from "../strings";
|
|
3
|
+
export interface IdentityFileReferenceJSON extends AbstractStringJSON {
|
|
4
|
+
"@type": "IdentityFileReference";
|
|
5
|
+
}
|
|
6
|
+
export interface IIdentityFileReference extends IAbstractString {
|
|
7
|
+
}
|
|
8
|
+
export declare class IdentityFileReference extends AbstractFileReference implements IIdentityFileReference {
|
|
9
|
+
static from(value: IIdentityFileReference | Omit<IdentityFileReferenceJSON, "@type"> | string): IdentityFileReference;
|
|
10
|
+
toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): IdentityFileReferenceJSON;
|
|
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.IdentityFileReference = void 0;
|
|
10
10
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
11
11
|
const strings_1 = require("../strings");
|
|
12
|
-
let
|
|
12
|
+
let IdentityFileReference = class IdentityFileReference extends strings_1.AbstractFileReference {
|
|
13
13
|
static from(value) {
|
|
14
14
|
return this.fromAny(value);
|
|
15
15
|
}
|
|
@@ -17,8 +17,8 @@ let FileReference = class FileReference extends strings_1.AbstractFileReference
|
|
|
17
17
|
return super.toJSON(verbose, serializeAsString);
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
(0, ts_serval_1.type)("
|
|
22
|
-
],
|
|
23
|
-
exports.
|
|
24
|
-
//# sourceMappingURL=
|
|
20
|
+
IdentityFileReference = __decorate([
|
|
21
|
+
(0, ts_serval_1.type)("IdentityFileReference")
|
|
22
|
+
], IdentityFileReference);
|
|
23
|
+
exports.IdentityFileReference = IdentityFileReference;
|
|
24
|
+
//# sourceMappingURL=IdentityFileReference.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityFileReference.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/IdentityFileReference.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAkD;AAS3C,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,+BAAqB;IACrD,MAAM,CAAC,IAAI,CACd,KAAiF;QAEjF,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,CAA8B,CAAA;IAChF,CAAC;CACJ,CAAA;AAbY,qBAAqB;IADjC,IAAA,gBAAI,EAAC,uBAAuB,CAAC;GACjB,qBAAqB,CAajC;AAbY,sDAAqB"}
|
|
@@ -2,8 +2,10 @@ import { AbstractStringJSON, IAbstractString } from "../AbstractString";
|
|
|
2
2
|
import { AbstractXML } from "../strings/AbstractXML";
|
|
3
3
|
export interface SchematizedXMLJSON extends AbstractStringJSON {
|
|
4
4
|
"@type": "SchematizedXML";
|
|
5
|
+
schemaURL?: string;
|
|
5
6
|
}
|
|
6
7
|
export interface ISchematizedXML extends IAbstractString {
|
|
8
|
+
schemaURL?: string;
|
|
7
9
|
}
|
|
8
10
|
export declare class SchematizedXML extends AbstractXML implements ISchematizedXML {
|
|
9
11
|
schemaURL?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchematizedXML.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/SchematizedXML.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAE9D,wDAAoD;
|
|
1
|
+
{"version":3,"file":"SchematizedXML.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/SchematizedXML.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAE9D,wDAAoD;AAY7C,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,yBAAW;IAWpC,MAAM,CAAC,IAAI,CAAC,KAA8D;QAC7E,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;AAjBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI,MAAM,CACd,sLAAsL,CACzL;KACJ,CAAC;;iDACuB;AAThB,cAAc;IAD1B,IAAA,gBAAI,EAAC,gBAAgB,CAAC;GACV,cAAc,CAkB1B;AAlBY,wCAAc"}
|
|
@@ -15,6 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./DisplayName"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
18
|
+
__exportStar(require("./IdentityFileReference"), exports);
|
|
19
19
|
__exportStar(require("./SchematizedXML"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,0DAAuC;AACvC,mDAAgC"}
|
|
@@ -4,8 +4,10 @@ import { AbstractXML } from "../strings/AbstractXML";
|
|
|
4
4
|
import { IProprietaryAttributeValue, ProprietaryAttributeValueJSON } from "./ProprietaryAttributeValue";
|
|
5
5
|
export interface ProprietaryXMLJSON extends ProprietaryAttributeValueJSON, AbstractStringJSON {
|
|
6
6
|
"@type": "ProprietaryXML";
|
|
7
|
+
schemaURL?: string;
|
|
7
8
|
}
|
|
8
9
|
export interface IProprietaryXML extends IProprietaryAttributeValue, IAbstractString {
|
|
10
|
+
schemaURL?: string;
|
|
9
11
|
}
|
|
10
12
|
export declare class ProprietaryXML extends AbstractXML {
|
|
11
13
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProprietaryXML.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryXML.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,uCAA4D;AAE5D,wDAAoD;AACpD,2EAKoC;
|
|
1
|
+
{"version":3,"file":"ProprietaryXML.js","sourceRoot":"","sources":["../../../../src/attributes/types/proprietary/ProprietaryXML.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8D;AAC9D,uCAA4D;AAE5D,wDAAoD;AACpD,2EAKoC;AAY7B,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,yBAAW;IAuBpC,MAAM,CAAC,IAAI,CAAC,KAA0D;QACzE,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,CAAuB,CAAA;IACzE,CAAC;IAED,IAAoB,UAAU;QAC1B,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,kBAAkB,EAAE,MAAM,EAAE,CAAC,CAAA;IACvE,CAAC;CACJ,CAAA;AAjCG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,GAAG,EAAE,kEAAsC,EAAE,CAAC;;6CACtC;AAEpB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,wEAA4C,EAAE,CAAC;;mDACrD;AAE3B;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI,MAAM,CACd,sLAAsL,CACzL;KACJ,CAAC;;iDACuB;AAEzB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACD,0BAAkB;0DAAA;AArBrC,cAAc;IAD1B,IAAA,gBAAI,EAAC,gBAAgB,CAAC;GACV,cAAc,CAkC1B;AAlCY,wCAAc"}
|
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.4.
|
|
9
|
-
build: "
|
|
10
|
-
date: "2023-
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.4.2",
|
|
9
|
+
build: "139",
|
|
10
|
+
date: "2023-08-03T08:09:08+00:00",
|
|
11
|
+
commit: "64ee3d0dec1669828d27315d40e2108a6af62eda",
|
|
12
12
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","@nmshd/iql":"^0.0.1","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
|
@@ -152,7 +152,7 @@ var AttributeValues;
|
|
|
152
152
|
types_1.DisplayName,
|
|
153
153
|
types_1.EMailAddress,
|
|
154
154
|
types_1.FaxNumber,
|
|
155
|
-
types_1.
|
|
155
|
+
types_1.IdentityFileReference,
|
|
156
156
|
types_1.SchematizedXML,
|
|
157
157
|
types_1.JobTitle,
|
|
158
158
|
types_1.Nationality,
|
|
@@ -175,7 +175,7 @@ var AttributeValues;
|
|
|
175
175
|
"DisplayName",
|
|
176
176
|
"EMailAddress",
|
|
177
177
|
"FaxNumber",
|
|
178
|
-
"
|
|
178
|
+
"IdentityFileReference",
|
|
179
179
|
"SchematizedXML",
|
|
180
180
|
"JobTitle",
|
|
181
181
|
"Nationality",
|
|
@@ -1888,7 +1888,6 @@ var RenderHintsDataType;
|
|
|
1888
1888
|
RenderHintsDataType["PhoneNumber"] = "PhoneNumber";
|
|
1889
1889
|
RenderHintsDataType["URL"] = "URL";
|
|
1890
1890
|
RenderHintsDataType["FileReference"] = "FileReference";
|
|
1891
|
-
RenderHintsDataType["SchematizedXML"] = "SchematizedXML";
|
|
1892
1891
|
RenderHintsDataType["Date"] = "Date";
|
|
1893
1892
|
RenderHintsDataType["DatePeriod"] = "DatePeriod";
|
|
1894
1893
|
RenderHintsDataType["DateTime"] = "DateTime";
|
|
@@ -4178,10 +4177,10 @@ exports.DisplayName = DisplayName;
|
|
|
4178
4177
|
|
|
4179
4178
|
/***/ }),
|
|
4180
4179
|
|
|
4181
|
-
/***/ "./dist/attributes/types/identity/
|
|
4182
|
-
|
|
4183
|
-
!*** ./dist/attributes/types/identity/
|
|
4184
|
-
|
|
4180
|
+
/***/ "./dist/attributes/types/identity/IdentityFileReference.js":
|
|
4181
|
+
/*!*****************************************************************!*\
|
|
4182
|
+
!*** ./dist/attributes/types/identity/IdentityFileReference.js ***!
|
|
4183
|
+
\*****************************************************************/
|
|
4185
4184
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
4186
4185
|
|
|
4187
4186
|
|
|
@@ -4192,10 +4191,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
4192
4191
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
4193
4192
|
};
|
|
4194
4193
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4195
|
-
exports.
|
|
4194
|
+
exports.IdentityFileReference = void 0;
|
|
4196
4195
|
const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-serval");
|
|
4197
4196
|
const strings_1 = __webpack_require__(/*! ../strings */ "./dist/attributes/types/strings/index.js");
|
|
4198
|
-
let
|
|
4197
|
+
let IdentityFileReference = class IdentityFileReference extends strings_1.AbstractFileReference {
|
|
4199
4198
|
static from(value) {
|
|
4200
4199
|
return this.fromAny(value);
|
|
4201
4200
|
}
|
|
@@ -4203,11 +4202,11 @@ let FileReference = class FileReference extends strings_1.AbstractFileReference
|
|
|
4203
4202
|
return super.toJSON(verbose, serializeAsString);
|
|
4204
4203
|
}
|
|
4205
4204
|
};
|
|
4206
|
-
|
|
4207
|
-
(0, ts_serval_1.type)("
|
|
4208
|
-
],
|
|
4209
|
-
exports.
|
|
4210
|
-
//# sourceMappingURL=
|
|
4205
|
+
IdentityFileReference = __decorate([
|
|
4206
|
+
(0, ts_serval_1.type)("IdentityFileReference")
|
|
4207
|
+
], IdentityFileReference);
|
|
4208
|
+
exports.IdentityFileReference = IdentityFileReference;
|
|
4209
|
+
//# sourceMappingURL=IdentityFileReference.js.map
|
|
4211
4210
|
|
|
4212
4211
|
/***/ }),
|
|
4213
4212
|
|
|
@@ -4279,7 +4278,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
4279
4278
|
};
|
|
4280
4279
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
4281
4280
|
__exportStar(__webpack_require__(/*! ./DisplayName */ "./dist/attributes/types/identity/DisplayName.js"), exports);
|
|
4282
|
-
__exportStar(__webpack_require__(/*! ./
|
|
4281
|
+
__exportStar(__webpack_require__(/*! ./IdentityFileReference */ "./dist/attributes/types/identity/IdentityFileReference.js"), exports);
|
|
4283
4282
|
__exportStar(__webpack_require__(/*! ./SchematizedXML */ "./dist/attributes/types/identity/SchematizedXML.js"), exports);
|
|
4284
4283
|
//# sourceMappingURL=index.js.map
|
|
4285
4284
|
|
|
@@ -6405,10 +6404,10 @@ const ts_serval_1 = __webpack_require__(/*! @js-soft/ts-serval */ "@js-soft/ts-s
|
|
|
6405
6404
|
const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
|
|
6406
6405
|
const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
|
|
6407
6406
|
exports.buildInformation = {
|
|
6408
|
-
version: "2.4.
|
|
6409
|
-
build: "
|
|
6410
|
-
date: "2023-
|
|
6411
|
-
commit: "
|
|
6407
|
+
version: "2.4.2",
|
|
6408
|
+
build: "139",
|
|
6409
|
+
date: "2023-08-03T08:09:08+00:00",
|
|
6410
|
+
commit: "64ee3d0dec1669828d27315d40e2108a6af62eda",
|
|
6412
6411
|
dependencies: {"@js-soft/logging-abstractions":"^1.0.0","@nmshd/iql":"^0.0.1","easy-tsnameof":"^3.0.6","mocha-param":"^2.0.1"},
|
|
6413
6412
|
libraries: {
|
|
6414
6413
|
serval: ts_serval_1.buildInformation,
|