@nmshd/content 2.3.0 → 2.3.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 +3 -3
- package/dist/buildInformation.js +4 -4
- package/lib-web/nmshd.content.js +2249 -2915
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +16 -16
- package/ui5.yaml +1 -1
|
@@ -8,7 +8,7 @@ export declare module AttributeValues {
|
|
|
8
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 FileReference | typeof BirthName | typeof PersonName | typeof Pseudonym | typeof Citizenship | typeof JobTitle | typeof Nationality | typeof Sex)[];
|
|
9
9
|
const TYPE_NAMES: readonly ["Affiliation", "BirthDate", "BirthName", "BirthPlace", "Citizenship", "CommunicationLanguage", "DeliveryBoxAddress", "DisplayName", "EMailAddress", "FaxNumber", "FileReference", "JobTitle", "Nationality", "PersonName", "PhoneNumber", "PostOfficeBoxAddress", "Pseudonym", "Sex", "StreetAddress", "Website"];
|
|
10
10
|
const TYPE_NAMES_STRINGIFIED: string;
|
|
11
|
-
type TypeName = typeof TYPE_NAMES[number];
|
|
11
|
+
type TypeName = (typeof TYPE_NAMES)[number];
|
|
12
12
|
}
|
|
13
13
|
module Uneditable {
|
|
14
14
|
type Json = AffiliationOrganizationJSON | AffiliationRoleJSON | AffiliationUnitJSON | BirthCityJSON | BirthCountryJSON | BirthDayJSON | BirthMonthJSON | BirthStateJSON | BirthYearJSON | CityJSON | CountryJSON | GivenNameJSON | HonorificPrefixJSON | HonorificSuffixJSON | HouseNumberJSON | MiddleNameJSON | StateJSON | StreetJSON | SurnameJSON | ZipCodeJSON;
|
|
@@ -17,7 +17,7 @@ export declare module AttributeValues {
|
|
|
17
17
|
const CLASSES: (typeof City | typeof BirthDay | typeof BirthMonth | typeof BirthYear)[];
|
|
18
18
|
const TYPE_NAMES: readonly ["AffiliationOrganization", "AffiliationRole", "AffiliationUnit", "BirthCity", "BirthCountry", "BirthDay", "BirthMonth", "BirthState", "BirthYear", "City", "Country", "GivenName", "HonorificPrefix", "HonorificSuffix", "HouseNumber", "MiddleName", "State", "Street", "Surname", "ZipCode"];
|
|
19
19
|
const TYPE_NAMES_STRINGIFIED: string;
|
|
20
|
-
type TypeName = typeof TYPE_NAMES[number];
|
|
20
|
+
type TypeName = (typeof TYPE_NAMES)[number];
|
|
21
21
|
}
|
|
22
22
|
type Json = Editable.Json | Uneditable.Json;
|
|
23
23
|
type Interface = Editable.Interface | Uneditable.Interface;
|
|
@@ -34,7 +34,7 @@ export declare module AttributeValues {
|
|
|
34
34
|
const CLASSES: (typeof ProprietaryBoolean | typeof ProprietaryCountry | typeof ProprietaryEMailAddress | typeof ProprietaryFileReference | typeof ProprietaryFloat | typeof ProprietaryHEXColor | typeof ProprietaryInteger | typeof ProprietaryJSON | typeof ProprietaryLanguage | typeof ProprietaryPhoneNumber | typeof ProprietaryString | typeof ProprietaryURL | typeof Consent)[];
|
|
35
35
|
const TYPE_NAMES: readonly ["ProprietaryBoolean", "ProprietaryCountry", "ProprietaryEMailAddress", "ProprietaryFileReference", "ProprietaryFloat", "ProprietaryHEXColor", "ProprietaryInteger", "ProprietaryLanguage", "ProprietaryPhoneNumber", "ProprietaryString", "ProprietaryURL", "ProprietaryJSON", "Consent"];
|
|
36
36
|
const TYPE_NAMES_STRINGIFIED: string;
|
|
37
|
-
type TypeName = typeof TYPE_NAMES[number];
|
|
37
|
+
type TypeName = (typeof TYPE_NAMES)[number];
|
|
38
38
|
}
|
|
39
39
|
type Json = Identity.Json | Relationship.Json;
|
|
40
40
|
type Interface = Identity.Interface | Relationship.Interface;
|
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.3.
|
|
9
|
-
build: "
|
|
10
|
-
date: "
|
|
11
|
-
commit: "
|
|
8
|
+
version: "2.3.2",
|
|
9
|
+
build: "131",
|
|
10
|
+
date: "2023-03-10T13:12:31+00:00",
|
|
11
|
+
commit: "f4019fec7c50631a3418f2ea9726f2b915adc020",
|
|
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,
|