@nmshd/content 7.0.0-alpha.14 → 7.0.0-alpha.15
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.
|
@@ -24,7 +24,7 @@ export declare namespace 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: ("Country" | "EMailAddress" | "PhoneNumber" | "City" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "FaxNumber" | "
|
|
27
|
+
const TYPE_NAMES: ("Website" | "Country" | "EMailAddress" | "PhoneNumber" | "City" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "FaxNumber" | "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
|
namespace Relationship {
|
|
@@ -41,7 +41,7 @@ export declare namespace 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: ("Country" | "EMailAddress" | "PhoneNumber" | "City" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "FaxNumber" | "
|
|
44
|
+
const TYPE_NAMES: ("Website" | "Country" | "EMailAddress" | "PhoneNumber" | "City" | "StreetAddress" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "CommunicationLanguage" | "FaxNumber" | "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
|
}
|
|
47
47
|
//# sourceMappingURL=AttributeValueTypes.d.ts.map
|
package/dist/buildInformation.js
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.buildInformation = void 0;
|
|
4
4
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
5
5
|
exports.buildInformation = {
|
|
6
|
-
version: "7.0.0-alpha.
|
|
7
|
-
build: "
|
|
8
|
-
date: "2025-04-
|
|
9
|
-
commit: "
|
|
6
|
+
version: "7.0.0-alpha.15",
|
|
7
|
+
build: "233",
|
|
8
|
+
date: "2025-04-29T14:10:50+00:00",
|
|
9
|
+
commit: "196519dd5edd9b8ce01f59287f5b57fe73985a5b",
|
|
10
10
|
dependencies: {"@js-soft/ts-serval":"2.0.12","@nmshd/core-types":"*","@nmshd/iql":"^1.0.2","luxon":"^3.6.1","ts-simple-nameof":"^1.3.1"},
|
|
11
11
|
libraries: { serval: ts_serval_1.buildInformation }
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@js-soft/ts-serval": "2.0.12",
|
|
55
|
-
"@nmshd/core-types": "7.0.0-alpha.
|
|
55
|
+
"@nmshd/core-types": "7.0.0-alpha.15",
|
|
56
56
|
"@nmshd/iql": "^1.0.2",
|
|
57
57
|
"luxon": "^3.6.1",
|
|
58
58
|
"ts-simple-nameof": "^1.3.1"
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"access": "public",
|
|
66
66
|
"provenance": true
|
|
67
67
|
},
|
|
68
|
-
"version": "7.0.0-alpha.
|
|
68
|
+
"version": "7.0.0-alpha.15"
|
|
69
69
|
}
|