@nmshd/content 2.0.0-beta.33 → 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 +8 -8
- package/dist/attributes/AttributeValueTypes.js +4 -4
- 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/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/BirthPlace.d.ts +9 -10
- package/dist/attributes/types/birth/BirthPlace.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/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/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 +35 -35
- 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,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,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,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 {
|
|
@@ -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,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,
|