@nmshd/content 7.0.0-alpha.70 → 7.0.0-alpha.72

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.
Files changed (65) hide show
  1. package/dist/attributes/AttributeValueTypes.d.ts +15 -15
  2. package/dist/attributes/AttributeValueTypes.d.ts.map +1 -1
  3. package/dist/attributes/AttributeValueTypes.js +12 -52
  4. package/dist/attributes/AttributeValueTypes.js.map +1 -1
  5. package/dist/attributes/types/AbstractBoolean.js +1 -1
  6. package/dist/attributes/types/AbstractBoolean.js.map +1 -1
  7. package/dist/attributes/types/AbstractFloat.js +1 -1
  8. package/dist/attributes/types/AbstractInteger.js +1 -1
  9. package/dist/attributes/types/AbstractString.js +1 -1
  10. package/dist/attributes/types/name/index.d.ts +0 -1
  11. package/dist/attributes/types/name/index.d.ts.map +1 -1
  12. package/dist/attributes/types/name/index.js +0 -1
  13. package/dist/attributes/types/name/index.js.map +1 -1
  14. package/dist/buildInformation.js +4 -4
  15. package/dist/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  16. package/dist/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  17. package/dist/notifications/items/{OwnSharedAttributeDeletedByOwnerNotificationItem.js → ForwardedAttributeDeletedByPeerNotificationItem.js} +8 -8
  18. package/dist/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.js.map +1 -0
  19. package/dist/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.d.ts +14 -0
  20. package/dist/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.d.ts.map +1 -0
  21. package/dist/notifications/items/{PeerSharedAttributeDeletedByPeerNotificationItem.js → OwnAttributeDeletedByOwnerNotificationItem.js} +8 -8
  22. package/dist/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.js.map +1 -0
  23. package/dist/notifications/items/{PeerSharedAttributeSucceededNotificationItem.d.ts → PeerAttributeSucceededNotificationItem.d.ts} +6 -6
  24. package/dist/notifications/items/PeerAttributeSucceededNotificationItem.d.ts.map +1 -0
  25. package/dist/notifications/items/{PeerSharedAttributeSucceededNotificationItem.js → PeerAttributeSucceededNotificationItem.js} +10 -10
  26. package/dist/notifications/items/PeerAttributeSucceededNotificationItem.js.map +1 -0
  27. package/dist/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.d.ts +14 -0
  28. package/dist/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map +1 -0
  29. package/dist/notifications/items/{ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.js → PeerRelationshipAttributeDeletedByPeerNotificationItem.js} +8 -8
  30. package/dist/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.js.map +1 -0
  31. package/dist/notifications/items/index.d.ts +4 -4
  32. package/dist/notifications/items/index.d.ts.map +1 -1
  33. package/dist/notifications/items/index.js +4 -4
  34. package/dist/notifications/items/index.js.map +1 -1
  35. package/dist/requests/items/index.d.ts +0 -1
  36. package/dist/requests/items/index.d.ts.map +1 -1
  37. package/dist/requests/items/index.js +0 -1
  38. package/dist/requests/items/index.js.map +1 -1
  39. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +3 -3
  40. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts.map +1 -1
  41. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js +1 -1
  42. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  43. package/dist/requests/response/AcceptResponseItem.d.ts +4 -4
  44. package/dist/requests/response/AcceptResponseItem.d.ts.map +1 -1
  45. package/dist/requests/response/AcceptResponseItem.js.map +1 -1
  46. package/package.json +2 -2
  47. package/dist/attributes/types/name/PersonName.d.ts +0 -35
  48. package/dist/attributes/types/name/PersonName.d.ts.map +0 -1
  49. package/dist/attributes/types/name/PersonName.js +0 -94
  50. package/dist/attributes/types/name/PersonName.js.map +0 -1
  51. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts +0 -14
  52. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts.map +0 -1
  53. package/dist/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.js.map +0 -1
  54. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts +0 -14
  55. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.d.ts.map +0 -1
  56. package/dist/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.js.map +0 -1
  57. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.d.ts.map +0 -1
  58. package/dist/notifications/items/PeerSharedAttributeSucceededNotificationItem.js.map +0 -1
  59. package/dist/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.d.ts +0 -14
  60. package/dist/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map +0 -1
  61. package/dist/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.js.map +0 -1
  62. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +0 -15
  63. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts.map +0 -1
  64. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js +0 -33
  65. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +0 -1
@@ -1,30 +1,30 @@
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, IdentityFileReference, IdentityFileReferenceJSON, 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, ISchematizedXML, ISex, IState, IStreet, IStreetAddress, ISurname, IWebsite, IZipCode, 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";
1
+ import { Affiliation, AffiliationJSON, BirthDate, BirthDateJSON, BirthName, BirthNameJSON, BirthPlace, BirthPlaceJSON, Citizenship, CitizenshipJSON, CommunicationLanguage, CommunicationLanguageJSON, Consent, ConsentJSON, DeliveryBoxAddress, DeliveryBoxAddressJSON, DisplayName, DisplayNameJSON, EMailAddress, EMailAddressJSON, FaxNumber, FaxNumberJSON, GivenName, GivenNameJSON, HonorificPrefix, HonorificPrefixJSON, HonorificSuffix, HonorificSuffixJSON, IAffiliation, IBirthDate, IBirthName, IBirthPlace, ICitizenship, ICommunicationLanguage, IConsent, IDeliveryBoxAddress, IdentityFileReference, IdentityFileReferenceJSON, IDisplayName, IEMailAddress, IFaxNumber, IGivenName, IHonorificPrefix, IHonorificSuffix, IIdentityFileReference, IJobTitle, IMiddleName, INationality, IPhoneNumber, IPostOfficeBoxAddress, IProprietaryBoolean, IProprietaryCountry, IProprietaryEMailAddress, IProprietaryFileReference, IProprietaryFloat, IProprietaryHEXColor, IProprietaryInteger, IProprietaryJSON, IProprietaryLanguage, IProprietaryPhoneNumber, IProprietaryString, IProprietaryURL, IProprietaryXML, IPseudonym, ISchematizedXML, ISex, IStreetAddress, ISurname, IWebsite, JobTitle, JobTitleJSON, MiddleName, MiddleNameJSON, Nationality, NationalityJSON, 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, StreetAddress, StreetAddressJSON, Surname, SurnameJSON, Website, WebsiteJSON } from "./types";
2
2
  export declare namespace AttributeValues {
3
3
  namespace Identity {
4
4
  namespace Editable {
5
- type Json = AffiliationJSON | BirthDateJSON | BirthNameJSON | BirthPlaceJSON | CitizenshipJSON | CommunicationLanguageJSON | DeliveryBoxAddressJSON | DisplayNameJSON | EMailAddressJSON | FaxNumberJSON | IdentityFileReferenceJSON | JobTitleJSON | NationalityJSON | PersonNameJSON | PhoneNumberJSON | PostOfficeBoxAddressJSON | PseudonymJSON | SexJSON | StreetAddressJSON | WebsiteJSON;
6
- type Interface = IAffiliation | IBirthDate | IBirthName | IBirthPlace | ICitizenship | ICommunicationLanguage | IDeliveryBoxAddress | IDisplayName | IEMailAddress | IFaxNumber | IIdentityFileReference | IJobTitle | INationality | IPersonName | IPhoneNumber | IPostOfficeBoxAddress | IPseudonym | ISex | IStreetAddress | IWebsite;
7
- type Class = Affiliation | BirthDate | BirthName | BirthPlace | Citizenship | CommunicationLanguage | DeliveryBoxAddress | DisplayName | EMailAddress | FaxNumber | IdentityFileReference | 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"];
5
+ type Json = AffiliationJSON | BirthDateJSON | BirthNameJSON | BirthPlaceJSON | CitizenshipJSON | CommunicationLanguageJSON | DeliveryBoxAddressJSON | DisplayNameJSON | EMailAddressJSON | FaxNumberJSON | GivenNameJSON | HonorificPrefixJSON | HonorificSuffixJSON | IdentityFileReferenceJSON | JobTitleJSON | MiddleNameJSON | NationalityJSON | PhoneNumberJSON | PostOfficeBoxAddressJSON | PseudonymJSON | SexJSON | StreetAddressJSON | SurnameJSON | WebsiteJSON;
6
+ type Interface = IAffiliation | IBirthDate | IBirthName | IBirthPlace | ICitizenship | ICommunicationLanguage | IDeliveryBoxAddress | IDisplayName | IEMailAddress | IFaxNumber | IGivenName | IHonorificPrefix | IHonorificSuffix | IIdentityFileReference | IJobTitle | IMiddleName | INationality | IPhoneNumber | IPostOfficeBoxAddress | IPseudonym | ISex | IStreetAddress | ISurname | IWebsite;
7
+ type Class = Affiliation | BirthDate | BirthName | BirthPlace | Citizenship | CommunicationLanguage | DeliveryBoxAddress | DisplayName | EMailAddress | FaxNumber | GivenName | HonorificPrefix | HonorificSuffix | IdentityFileReference | JobTitle | MiddleName | Nationality | PhoneNumber | PostOfficeBoxAddress | Pseudonym | Sex | StreetAddress | Surname | 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 BirthName | typeof GivenName | typeof HonorificPrefix | typeof HonorificSuffix | typeof MiddleName | typeof Pseudonym | typeof Surname | typeof Citizenship | typeof JobTitle | typeof Nationality | typeof Sex)[];
9
+ const TYPE_NAMES: readonly ["Affiliation", "BirthDate", "BirthName", "BirthPlace", "Citizenship", "CommunicationLanguage", "DeliveryBoxAddress", "DisplayName", "EMailAddress", "FaxNumber", "GivenName", "HonorificPrefix", "HonorificSuffix", "IdentityFileReference", "JobTitle", "Nationality", "MiddleName", "PhoneNumber", "PostOfficeBoxAddress", "Pseudonym", "Sex", "StreetAddress", "Surname", "Website"];
10
10
  const TYPE_NAMES_STRINGIFIED: string;
11
11
  type TypeName = (typeof TYPE_NAMES)[number];
12
12
  }
13
13
  namespace Uneditable {
14
- type Json = AffiliationOrganizationJSON | AffiliationRoleJSON | AffiliationUnitJSON | BirthCityJSON | BirthCountryJSON | BirthDayJSON | BirthMonthJSON | BirthStateJSON | BirthYearJSON | CityJSON | CountryJSON | GivenNameJSON | HonorificPrefixJSON | HonorificSuffixJSON | HouseNumberJSON | MiddleNameJSON | SchematizedXMLJSON | StateJSON | StreetJSON | SurnameJSON | ZipCodeJSON;
15
- type Interface = IAffiliationOrganization | IAffiliationRole | IAffiliationUnit | IBirthCity | IBirthCountry | IBirthDay | IBirthMonth | IBirthState | IBirthYear | ICity | ICountry | IGivenName | IHonorificPrefix | IHonorificSuffix | IHouseNumber | IMiddleName | ISchematizedXML | IState | IStreet | ISurname | IZipCode;
16
- type Class = AffiliationOrganization | AffiliationRole | AffiliationUnit | BirthCity | BirthCountry | BirthDay | BirthMonth | BirthState | BirthYear | City | Country | GivenName | HonorificPrefix | HonorificSuffix | HouseNumber | MiddleName | SchematizedXML | State | Street | Surname | ZipCode;
17
- const CLASSES: (typeof City | typeof BirthDay | typeof BirthMonth | typeof BirthYear)[];
18
- const TYPE_NAMES: readonly ["AffiliationOrganization", "AffiliationRole", "AffiliationUnit", "BirthCity", "BirthCountry", "BirthDay", "BirthMonth", "BirthState", "BirthYear", "City", "Country", "GivenName", "HonorificPrefix", "HonorificSuffix", "HouseNumber", "MiddleName", "SchematizedXML", "State", "Street", "Surname", "ZipCode"];
14
+ type Json = SchematizedXMLJSON;
15
+ type Interface = ISchematizedXML;
16
+ type Class = SchematizedXML;
17
+ const CLASSES: (typeof SchematizedXML)[];
18
+ const TYPE_NAMES: readonly ["SchematizedXML"];
19
19
  const TYPE_NAMES_STRINGIFIED: string;
20
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;
24
24
  type Class = Editable.Class | Uneditable.Class;
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)[];
25
+ 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 GivenName | typeof HonorificPrefix | typeof HonorificSuffix | typeof MiddleName | typeof Pseudonym | typeof Surname | typeof Citizenship | typeof JobTitle | typeof Nationality | typeof Sex)[];
26
26
  type TypeName = Editable.TypeName | Uneditable.TypeName;
27
- const TYPE_NAMES: ("Website" | "Country" | "EMailAddress" | "PhoneNumber" | "City" | "CommunicationLanguage" | "FaxNumber" | "State" | "ZipCode" | "DeliveryBoxAddress" | "HouseNumber" | "PostOfficeBoxAddress" | "Street" | "StreetAddress" | "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")[];
27
+ const TYPE_NAMES: ("Website" | "EMailAddress" | "PhoneNumber" | "CommunicationLanguage" | "FaxNumber" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "StreetAddress" | "Affiliation" | "BirthDate" | "BirthPlace" | "DisplayName" | "IdentityFileReference" | "SchematizedXML" | "BirthName" | "GivenName" | "HonorificPrefix" | "HonorificSuffix" | "MiddleName" | "Pseudonym" | "Surname" | "Citizenship" | "JobTitle" | "Nationality" | "Sex")[];
28
28
  const TYPE_NAMES_STRINGIFIED: string;
29
29
  }
30
30
  namespace Relationship {
@@ -39,9 +39,9 @@ export declare namespace AttributeValues {
39
39
  type Json = Identity.Json | Relationship.Json;
40
40
  type Interface = Identity.Interface | Relationship.Interface;
41
41
  type Class = Identity.Class | Relationship.Class;
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)[];
42
+ 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 GivenName | typeof HonorificPrefix | typeof HonorificSuffix | typeof MiddleName | typeof Pseudonym | typeof Surname | typeof Citizenship | typeof JobTitle | typeof Nationality | typeof Sex | 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 ProprietaryXML | typeof Consent)[];
43
43
  type TypeName = Identity.TypeName | Relationship.TypeName;
44
- const TYPE_NAMES: ("Website" | "Country" | "EMailAddress" | "PhoneNumber" | "City" | "CommunicationLanguage" | "FaxNumber" | "State" | "ZipCode" | "DeliveryBoxAddress" | "HouseNumber" | "PostOfficeBoxAddress" | "Street" | "StreetAddress" | "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")[];
44
+ const TYPE_NAMES: ("Website" | "EMailAddress" | "PhoneNumber" | "CommunicationLanguage" | "FaxNumber" | "DeliveryBoxAddress" | "PostOfficeBoxAddress" | "StreetAddress" | "Affiliation" | "BirthDate" | "BirthPlace" | "DisplayName" | "IdentityFileReference" | "SchematizedXML" | "BirthName" | "GivenName" | "HonorificPrefix" | "HonorificSuffix" | "MiddleName" | "Pseudonym" | "Surname" | "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
@@ -1 +1 @@
1
- {"version":3,"file":"AttributeValueTypes.d.ts","sourceRoot":"","sources":["../../src/attributes/AttributeValueTypes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AttributeValueTypes.d.ts","sourceRoot":"","sources":["../../src/attributes/AttributeValueTypes.ts"],"names":[],"mappings":"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"}
@@ -20,16 +20,19 @@ var AttributeValues;
20
20
  types_1.DisplayName,
21
21
  types_1.EMailAddress,
22
22
  types_1.FaxNumber,
23
+ types_1.GivenName,
24
+ types_1.HonorificPrefix,
25
+ types_1.HonorificSuffix,
23
26
  types_1.IdentityFileReference,
24
- types_1.SchematizedXML,
25
27
  types_1.JobTitle,
28
+ types_1.MiddleName,
26
29
  types_1.Nationality,
27
- types_1.PersonName,
28
30
  types_1.PhoneNumber,
29
31
  types_1.PostOfficeBoxAddress,
30
32
  types_1.Pseudonym,
31
33
  types_1.Sex,
32
34
  types_1.StreetAddress,
35
+ types_1.Surname,
33
36
  types_1.Website
34
37
  ];
35
38
  Editable.TYPE_NAMES = [
@@ -43,70 +46,27 @@ var AttributeValues;
43
46
  "DisplayName",
44
47
  "EMailAddress",
45
48
  "FaxNumber",
49
+ "GivenName",
50
+ "HonorificPrefix",
51
+ "HonorificSuffix",
46
52
  "IdentityFileReference",
47
- "SchematizedXML",
48
53
  "JobTitle",
49
54
  "Nationality",
50
- "PersonName",
55
+ "MiddleName",
51
56
  "PhoneNumber",
52
57
  "PostOfficeBoxAddress",
53
58
  "Pseudonym",
54
59
  "Sex",
55
60
  "StreetAddress",
61
+ "Surname",
56
62
  "Website"
57
63
  ];
58
64
  Editable.TYPE_NAMES_STRINGIFIED = JSON.stringify(Editable.TYPE_NAMES);
59
65
  })(Editable = Identity.Editable || (Identity.Editable = {}));
60
66
  let Uneditable;
61
67
  (function (Uneditable) {
62
- Uneditable.CLASSES = [
63
- types_1.AffiliationOrganization,
64
- types_1.AffiliationRole,
65
- types_1.AffiliationUnit,
66
- types_1.BirthCity,
67
- types_1.BirthCountry,
68
- types_1.BirthDay,
69
- types_1.BirthMonth,
70
- types_1.BirthState,
71
- types_1.BirthYear,
72
- types_1.City,
73
- types_1.Country,
74
- types_1.GivenName,
75
- types_1.HonorificPrefix,
76
- types_1.HonorificSuffix,
77
- types_1.HouseNumber,
78
- types_1.MiddleName,
79
- types_1.SchematizedXML,
80
- types_1.State,
81
- // Statement,
82
- types_1.Street,
83
- types_1.Surname,
84
- types_1.ZipCode
85
- ];
86
- Uneditable.TYPE_NAMES = [
87
- "AffiliationOrganization",
88
- "AffiliationRole",
89
- "AffiliationUnit",
90
- "BirthCity",
91
- "BirthCountry",
92
- "BirthDay",
93
- "BirthMonth",
94
- "BirthState",
95
- "BirthYear",
96
- "City",
97
- "Country",
98
- "GivenName",
99
- "HonorificPrefix",
100
- "HonorificSuffix",
101
- "HouseNumber",
102
- "MiddleName",
103
- "SchematizedXML",
104
- "State",
105
- // "Statement",
106
- "Street",
107
- "Surname",
108
- "ZipCode"
109
- ];
68
+ Uneditable.CLASSES = [types_1.SchematizedXML];
69
+ Uneditable.TYPE_NAMES = ["SchematizedXML"];
110
70
  Uneditable.TYPE_NAMES_STRINGIFIED = JSON.stringify(Uneditable.TYPE_NAMES);
111
71
  })(Uneditable = Identity.Uneditable || (Identity.Uneditable = {}));
112
72
  Identity.CLASSES = [...Editable.CLASSES, ...Uneditable.CLASSES];
@@ -1 +1 @@
1
- {"version":3,"file":"AttributeValueTypes.js","sourceRoot":"","sources":["../../src/attributes/AttributeValueTypes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AttributeValueTypes.js","sourceRoot":"","sources":["../../src/attributes/AttributeValueTypes.ts"],"names":[],"mappings":"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"}
@@ -15,7 +15,7 @@ const AbstractAttributeValue_1 = require("../AbstractAttributeValue");
15
15
  const hints_1 = require("../hints");
16
16
  class AbstractBoolean extends AbstractAttributeValue_1.AbstractAttributeValue {
17
17
  static preFrom(value) {
18
- if (typeof value === "boolean")
18
+ if (typeof value !== "object")
19
19
  value = { value };
20
20
  return value;
21
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractBoolean.js","sourceRoot":"","sources":["../../../src/attributes/types/AbstractBoolean.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAyD;AACzD,sEAAwH;AACxH,oCAAkG;AAUlG,MAAa,eAAgB,SAAQ,+CAAsB;IAKhD,MAAM,CAAU,OAAO,CAAC,KAAU;QACrC,IAAI,OAAO,KAAK,KAAK,SAAS;YAAE,KAAK,GAAG,EAAE,KAAK,EAAE,CAAC;QAClD,OAAO,KAAK,CAAC;IACjB,CAAC;IAEe,QAAQ;QACpB,OAAO,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;IAC3B,CAAC;IAEM,MAAM,KAAK,UAAU;QACxB,OAAO,kBAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAEM,MAAM,KAAK,WAAW;QACzB,OAAO,mBAAW,CAAC,IAAI,CAAC;YACpB,QAAQ,EAAE,2BAAmB,CAAC,SAAS;YACvC,aAAa,EAAE,gCAAwB,CAAC,OAAO;SAClD,CAAC,CAAC;IACP,CAAC;CACJ;AAxBD,0CAwBC;AArBU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;8CACW"}
1
+ {"version":3,"file":"AbstractBoolean.js","sourceRoot":"","sources":["../../../src/attributes/types/AbstractBoolean.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAyD;AACzD,sEAAwH;AACxH,oCAAkG;AAUlG,MAAa,eAAgB,SAAQ,+CAAsB;IAKhD,MAAM,CAAU,OAAO,CAAC,KAAU;QACrC,IAAI,OAAO,KAAK,KAAK,QAAQ;YAAE,KAAK,GAAG,EAAE,KAAK,EAAE,CAAC;QACjD,OAAO,KAAK,CAAC;IACjB,CAAC;IAEe,QAAQ;QACpB,OAAO,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC;IAC3B,CAAC;IAEM,MAAM,KAAK,UAAU;QACxB,OAAO,kBAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAEM,MAAM,KAAK,WAAW;QACzB,OAAO,mBAAW,CAAC,IAAI,CAAC;YACpB,QAAQ,EAAE,2BAAmB,CAAC,SAAS;YACvC,aAAa,EAAE,gCAAwB,CAAC,OAAO;SAClD,CAAC,CAAC;IACP,CAAC;CACJ;AAxBD,0CAwBC;AArBU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;8CACW"}
@@ -15,7 +15,7 @@ const AbstractAttributeValue_1 = require("../AbstractAttributeValue");
15
15
  const hints_1 = require("../hints");
16
16
  class AbstractFloat extends AbstractAttributeValue_1.AbstractAttributeValue {
17
17
  static preFrom(value) {
18
- if (typeof value === "number")
18
+ if (typeof value !== "object")
19
19
  value = { value };
20
20
  return value;
21
21
  }
@@ -15,7 +15,7 @@ const AbstractAttributeValue_1 = require("../AbstractAttributeValue");
15
15
  const hints_1 = require("../hints");
16
16
  class AbstractInteger extends AbstractAttributeValue_1.AbstractAttributeValue {
17
17
  static preFrom(value) {
18
- if (typeof value === "number")
18
+ if (typeof value !== "object")
19
19
  value = { value };
20
20
  return value;
21
21
  }
@@ -15,7 +15,7 @@ const AbstractAttributeValue_1 = require("../AbstractAttributeValue");
15
15
  const hints_1 = require("../hints");
16
16
  class AbstractString extends AbstractAttributeValue_1.AbstractAttributeValue {
17
17
  static preFrom(value) {
18
- if (typeof value === "string")
18
+ if (typeof value !== "object")
19
19
  value = { value };
20
20
  return value;
21
21
  }
@@ -3,7 +3,6 @@ export * from "./GivenName";
3
3
  export * from "./HonorificPrefix";
4
4
  export * from "./HonorificSuffix";
5
5
  export * from "./MiddleName";
6
- export * from "./PersonName";
7
6
  export * from "./Pseudonym";
8
7
  export * from "./Surname";
9
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/attributes/types/name/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/attributes/types/name/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
@@ -19,7 +19,6 @@ __exportStar(require("./GivenName"), exports);
19
19
  __exportStar(require("./HonorificPrefix"), exports);
20
20
  __exportStar(require("./HonorificSuffix"), exports);
21
21
  __exportStar(require("./MiddleName"), exports);
22
- __exportStar(require("./PersonName"), exports);
23
22
  __exportStar(require("./Pseudonym"), exports);
24
23
  __exportStar(require("./Surname"), exports);
25
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,oDAAkC;AAClC,oDAAkC;AAClC,+CAA6B;AAC7B,+CAA6B;AAC7B,8CAA4B;AAC5B,4CAA0B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,oDAAkC;AAClC,oDAAkC;AAClC,+CAA6B;AAC7B,8CAA4B;AAC5B,4CAA0B"}
@@ -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.70",
7
- build: "353",
8
- date: "2025-10-16T06:53:38+00:00",
9
- commit: "369c0f694bc950c1e23428c766b112fcf43f4b87",
6
+ version: "7.0.0-alpha.72",
7
+ build: "358",
8
+ date: "2025-10-23T12:36:55+00:00",
9
+ commit: "a71b0e38027e4b30695dea73de48043f854fe0e0",
10
10
  dependencies: {"@js-soft/ts-serval":"2.0.14","@nmshd/core-types":"*","@nmshd/iql":"^1.0.4","luxon":"^3.7.2","ts-simple-nameof":"^1.3.3"},
11
11
  libraries: { serval: ts_serval_1.buildInformation }
12
12
  };
@@ -0,0 +1,14 @@
1
+ import { CoreId, ICoreId } from "@nmshd/core-types";
2
+ import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
+ export interface ForwardedAttributeDeletedByPeerNotificationItemJSON extends NotificationItemJSON {
4
+ "@type": "ForwardedAttributeDeletedByPeerNotificationItem";
5
+ attributeId: string;
6
+ }
7
+ export interface IForwardedAttributeDeletedByPeerNotificationItem extends INotificationItem {
8
+ attributeId: ICoreId;
9
+ }
10
+ export declare class ForwardedAttributeDeletedByPeerNotificationItem extends NotificationItem implements IForwardedAttributeDeletedByPeerNotificationItem {
11
+ attributeId: CoreId;
12
+ static from(value: IForwardedAttributeDeletedByPeerNotificationItem | Omit<ForwardedAttributeDeletedByPeerNotificationItemJSON, "@type">): ForwardedAttributeDeletedByPeerNotificationItem;
13
+ }
14
+ //# sourceMappingURL=ForwardedAttributeDeletedByPeerNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForwardedAttributeDeletedByPeerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,mDAAoD,SAAQ,oBAAoB;IAC7F,OAAO,EAAE,iDAAiD,CAAC;IAC3D,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,gDAAiD,SAAQ,iBAAiB;IACvF,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,+CAAgD,SAAQ,gBAAiB,YAAW,gDAAgD;IAGtI,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,gDAAgD,GAAG,IAAI,CAAC,mDAAmD,EAAE,OAAO,CAAC,GAC7H,+CAA+C;CAGrD"}
@@ -9,22 +9,22 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.OwnSharedAttributeDeletedByOwnerNotificationItem = void 0;
12
+ exports.ForwardedAttributeDeletedByPeerNotificationItem = void 0;
13
13
  const ts_serval_1 = require("@js-soft/ts-serval");
14
14
  const core_types_1 = require("@nmshd/core-types");
15
15
  const NotificationItem_1 = require("../NotificationItem");
16
- let OwnSharedAttributeDeletedByOwnerNotificationItem = class OwnSharedAttributeDeletedByOwnerNotificationItem extends NotificationItem_1.NotificationItem {
16
+ let ForwardedAttributeDeletedByPeerNotificationItem = class ForwardedAttributeDeletedByPeerNotificationItem extends NotificationItem_1.NotificationItem {
17
17
  static from(value) {
18
18
  return this.fromAny(value);
19
19
  }
20
20
  };
21
- exports.OwnSharedAttributeDeletedByOwnerNotificationItem = OwnSharedAttributeDeletedByOwnerNotificationItem;
21
+ exports.ForwardedAttributeDeletedByPeerNotificationItem = ForwardedAttributeDeletedByPeerNotificationItem;
22
22
  __decorate([
23
23
  (0, ts_serval_1.validate)(),
24
24
  (0, ts_serval_1.serialize)(),
25
25
  __metadata("design:type", core_types_1.CoreId)
26
- ], OwnSharedAttributeDeletedByOwnerNotificationItem.prototype, "attributeId", void 0);
27
- exports.OwnSharedAttributeDeletedByOwnerNotificationItem = OwnSharedAttributeDeletedByOwnerNotificationItem = __decorate([
28
- (0, ts_serval_1.type)("OwnSharedAttributeDeletedByOwnerNotificationItem")
29
- ], OwnSharedAttributeDeletedByOwnerNotificationItem);
30
- //# sourceMappingURL=OwnSharedAttributeDeletedByOwnerNotificationItem.js.map
26
+ ], ForwardedAttributeDeletedByPeerNotificationItem.prototype, "attributeId", void 0);
27
+ exports.ForwardedAttributeDeletedByPeerNotificationItem = ForwardedAttributeDeletedByPeerNotificationItem = __decorate([
28
+ (0, ts_serval_1.type)("ForwardedAttributeDeletedByPeerNotificationItem")
29
+ ], ForwardedAttributeDeletedByPeerNotificationItem);
30
+ //# sourceMappingURL=ForwardedAttributeDeletedByPeerNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForwardedAttributeDeletedByPeerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/ForwardedAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,0DAAgG;AAYzF,IAAM,+CAA+C,GAArD,MAAM,+CAAgD,SAAQ,mCAAgB;IAK1E,MAAM,CAAC,IAAI,CACd,KAA4H;QAE5H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,0GAA+C;AAGjD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;oFAAC;0DAHlB,+CAA+C;IAD3D,IAAA,gBAAI,EAAC,iDAAiD,CAAC;GAC3C,+CAA+C,CAU3D"}
@@ -0,0 +1,14 @@
1
+ import { CoreId, ICoreId } from "@nmshd/core-types";
2
+ import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
+ export interface OwnAttributeDeletedByOwnerNotificationItemJSON extends NotificationItemJSON {
4
+ "@type": "OwnAttributeDeletedByOwnerNotificationItem";
5
+ attributeId: string;
6
+ }
7
+ export interface IOwnAttributeDeletedByOwnerNotificationItem extends INotificationItem {
8
+ attributeId: ICoreId;
9
+ }
10
+ export declare class OwnAttributeDeletedByOwnerNotificationItem extends NotificationItem implements IOwnAttributeDeletedByOwnerNotificationItem {
11
+ attributeId: CoreId;
12
+ static from(value: IOwnAttributeDeletedByOwnerNotificationItem | Omit<OwnAttributeDeletedByOwnerNotificationItemJSON, "@type">): OwnAttributeDeletedByOwnerNotificationItem;
13
+ }
14
+ //# sourceMappingURL=OwnAttributeDeletedByOwnerNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OwnAttributeDeletedByOwnerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,8CAA+C,SAAQ,oBAAoB;IACxF,OAAO,EAAE,4CAA4C,CAAC;IACtD,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,2CAA4C,SAAQ,iBAAiB;IAClF,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,0CAA2C,SAAQ,gBAAiB,YAAW,2CAA2C;IAG5H,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,2CAA2C,GAAG,IAAI,CAAC,8CAA8C,EAAE,OAAO,CAAC,GACnH,0CAA0C;CAGhD"}
@@ -9,22 +9,22 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PeerSharedAttributeDeletedByPeerNotificationItem = void 0;
12
+ exports.OwnAttributeDeletedByOwnerNotificationItem = void 0;
13
13
  const ts_serval_1 = require("@js-soft/ts-serval");
14
14
  const core_types_1 = require("@nmshd/core-types");
15
15
  const NotificationItem_1 = require("../NotificationItem");
16
- let PeerSharedAttributeDeletedByPeerNotificationItem = class PeerSharedAttributeDeletedByPeerNotificationItem extends NotificationItem_1.NotificationItem {
16
+ let OwnAttributeDeletedByOwnerNotificationItem = class OwnAttributeDeletedByOwnerNotificationItem extends NotificationItem_1.NotificationItem {
17
17
  static from(value) {
18
18
  return this.fromAny(value);
19
19
  }
20
20
  };
21
- exports.PeerSharedAttributeDeletedByPeerNotificationItem = PeerSharedAttributeDeletedByPeerNotificationItem;
21
+ exports.OwnAttributeDeletedByOwnerNotificationItem = OwnAttributeDeletedByOwnerNotificationItem;
22
22
  __decorate([
23
23
  (0, ts_serval_1.validate)(),
24
24
  (0, ts_serval_1.serialize)(),
25
25
  __metadata("design:type", core_types_1.CoreId)
26
- ], PeerSharedAttributeDeletedByPeerNotificationItem.prototype, "attributeId", void 0);
27
- exports.PeerSharedAttributeDeletedByPeerNotificationItem = PeerSharedAttributeDeletedByPeerNotificationItem = __decorate([
28
- (0, ts_serval_1.type)("PeerSharedAttributeDeletedByPeerNotificationItem")
29
- ], PeerSharedAttributeDeletedByPeerNotificationItem);
30
- //# sourceMappingURL=PeerSharedAttributeDeletedByPeerNotificationItem.js.map
26
+ ], OwnAttributeDeletedByOwnerNotificationItem.prototype, "attributeId", void 0);
27
+ exports.OwnAttributeDeletedByOwnerNotificationItem = OwnAttributeDeletedByOwnerNotificationItem = __decorate([
28
+ (0, ts_serval_1.type)("OwnAttributeDeletedByOwnerNotificationItem")
29
+ ], OwnAttributeDeletedByOwnerNotificationItem);
30
+ //# sourceMappingURL=OwnAttributeDeletedByOwnerNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OwnAttributeDeletedByOwnerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/OwnAttributeDeletedByOwnerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,0DAAgG;AAYzF,IAAM,0CAA0C,GAAhD,MAAM,0CAA2C,SAAQ,mCAAgB;IAKrE,MAAM,CAAC,IAAI,CACd,KAAkH;QAElH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,gGAA0C;AAG5C;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;+EAAC;qDAHlB,0CAA0C;IADtD,IAAA,gBAAI,EAAC,4CAA4C,CAAC;GACtC,0CAA0C,CAUtD"}
@@ -1,21 +1,21 @@
1
1
  import { CoreId, ICoreId } from "@nmshd/core-types";
2
2
  import { IdentityAttribute, IdentityAttributeJSON, IIdentityAttribute, IRelationshipAttribute, RelationshipAttribute, RelationshipAttributeJSON } from "../../attributes";
3
3
  import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
4
- export interface PeerSharedAttributeSucceededNotificationItemJSON extends NotificationItemJSON {
5
- "@type": "PeerSharedAttributeSucceededNotificationItem";
4
+ export interface PeerAttributeSucceededNotificationItemJSON extends NotificationItemJSON {
5
+ "@type": "PeerAttributeSucceededNotificationItem";
6
6
  predecessorId: string;
7
7
  successorId: string;
8
8
  successorContent: IdentityAttributeJSON | RelationshipAttributeJSON;
9
9
  }
10
- export interface IPeerSharedAttributeSucceededNotificationItem extends INotificationItem {
10
+ export interface IPeerAttributeSucceededNotificationItem extends INotificationItem {
11
11
  predecessorId: ICoreId;
12
12
  successorId: ICoreId;
13
13
  successorContent: IIdentityAttribute | IRelationshipAttribute;
14
14
  }
15
- export declare class PeerSharedAttributeSucceededNotificationItem extends NotificationItem implements IPeerSharedAttributeSucceededNotificationItem {
15
+ export declare class PeerAttributeSucceededNotificationItem extends NotificationItem implements IPeerAttributeSucceededNotificationItem {
16
16
  predecessorId: CoreId;
17
17
  successorId: CoreId;
18
18
  successorContent: IdentityAttribute | RelationshipAttribute;
19
- static from(value: IPeerSharedAttributeSucceededNotificationItem | Omit<PeerSharedAttributeSucceededNotificationItemJSON, "@type">): PeerSharedAttributeSucceededNotificationItem;
19
+ static from(value: IPeerAttributeSucceededNotificationItem | Omit<PeerAttributeSucceededNotificationItemJSON, "@type">): PeerAttributeSucceededNotificationItem;
20
20
  }
21
- //# sourceMappingURL=PeerSharedAttributeSucceededNotificationItem.d.ts.map
21
+ //# sourceMappingURL=PeerAttributeSucceededNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerAttributeSucceededNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerAttributeSucceededNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAC1K,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,0CAA2C,SAAQ,oBAAoB;IACpF,OAAO,EAAE,wCAAwC,CAAC;IAClD,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CACvE;AAED,MAAM,WAAW,uCAAwC,SAAQ,iBAAiB;IAC9E,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CACjE;AAED,qBACa,sCAAuC,SAAQ,gBAAiB,YAAW,uCAAuC;IAGpH,aAAa,EAAE,MAAM,CAAC;IAItB,WAAW,EAAE,MAAM,CAAC;IAIpB,gBAAgB,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAErD,IAAI,CAAC,KAAK,EAAE,uCAAuC,GAAG,IAAI,CAAC,0CAA0C,EAAE,OAAO,CAAC,GAAG,sCAAsC;CAGzK"}
@@ -9,33 +9,33 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PeerSharedAttributeSucceededNotificationItem = void 0;
12
+ exports.PeerAttributeSucceededNotificationItem = void 0;
13
13
  const ts_serval_1 = require("@js-soft/ts-serval");
14
14
  const core_types_1 = require("@nmshd/core-types");
15
15
  const attributes_1 = require("../../attributes");
16
16
  const NotificationItem_1 = require("../NotificationItem");
17
- let PeerSharedAttributeSucceededNotificationItem = class PeerSharedAttributeSucceededNotificationItem extends NotificationItem_1.NotificationItem {
17
+ let PeerAttributeSucceededNotificationItem = class PeerAttributeSucceededNotificationItem extends NotificationItem_1.NotificationItem {
18
18
  static from(value) {
19
19
  return this.fromAny(value);
20
20
  }
21
21
  };
22
- exports.PeerSharedAttributeSucceededNotificationItem = PeerSharedAttributeSucceededNotificationItem;
22
+ exports.PeerAttributeSucceededNotificationItem = PeerAttributeSucceededNotificationItem;
23
23
  __decorate([
24
24
  (0, ts_serval_1.validate)(),
25
25
  (0, ts_serval_1.serialize)(),
26
26
  __metadata("design:type", core_types_1.CoreId)
27
- ], PeerSharedAttributeSucceededNotificationItem.prototype, "predecessorId", void 0);
27
+ ], PeerAttributeSucceededNotificationItem.prototype, "predecessorId", void 0);
28
28
  __decorate([
29
29
  (0, ts_serval_1.validate)(),
30
30
  (0, ts_serval_1.serialize)(),
31
31
  __metadata("design:type", core_types_1.CoreId)
32
- ], PeerSharedAttributeSucceededNotificationItem.prototype, "successorId", void 0);
32
+ ], PeerAttributeSucceededNotificationItem.prototype, "successorId", void 0);
33
33
  __decorate([
34
34
  (0, ts_serval_1.validate)(),
35
35
  (0, ts_serval_1.serialize)({ unionTypes: [attributes_1.IdentityAttribute, attributes_1.RelationshipAttribute] }),
36
36
  __metadata("design:type", Object)
37
- ], PeerSharedAttributeSucceededNotificationItem.prototype, "successorContent", void 0);
38
- exports.PeerSharedAttributeSucceededNotificationItem = PeerSharedAttributeSucceededNotificationItem = __decorate([
39
- (0, ts_serval_1.type)("PeerSharedAttributeSucceededNotificationItem")
40
- ], PeerSharedAttributeSucceededNotificationItem);
41
- //# sourceMappingURL=PeerSharedAttributeSucceededNotificationItem.js.map
37
+ ], PeerAttributeSucceededNotificationItem.prototype, "successorContent", void 0);
38
+ exports.PeerAttributeSucceededNotificationItem = PeerAttributeSucceededNotificationItem = __decorate([
39
+ (0, ts_serval_1.type)("PeerAttributeSucceededNotificationItem")
40
+ ], PeerAttributeSucceededNotificationItem);
41
+ //# sourceMappingURL=PeerAttributeSucceededNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerAttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerAttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,iDAA0K;AAC1K,0DAAgG;AAgBzF,IAAM,sCAAsC,GAA5C,MAAM,sCAAuC,SAAQ,mCAAgB;IAajE,MAAM,CAAC,IAAI,CAAC,KAA0G;QACzH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAhBY,wFAAsC;AAGxC;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACU,mBAAM;6EAAC;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;2EAAC;AAIpB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;;gFACH;iDAX1D,sCAAsC;IADlD,IAAA,gBAAI,EAAC,wCAAwC,CAAC;GAClC,sCAAsC,CAgBlD"}
@@ -0,0 +1,14 @@
1
+ import { CoreId, ICoreId } from "@nmshd/core-types";
2
+ import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
+ export interface PeerRelationshipAttributeDeletedByPeerNotificationItemJSON extends NotificationItemJSON {
4
+ "@type": "PeerRelationshipAttributeDeletedByPeerNotificationItem";
5
+ attributeId: string;
6
+ }
7
+ export interface IPeerRelationshipAttributeDeletedByPeerNotificationItem extends INotificationItem {
8
+ attributeId: ICoreId;
9
+ }
10
+ export declare class PeerRelationshipAttributeDeletedByPeerNotificationItem extends NotificationItem implements IPeerRelationshipAttributeDeletedByPeerNotificationItem {
11
+ attributeId: CoreId;
12
+ static from(value: IPeerRelationshipAttributeDeletedByPeerNotificationItem | Omit<PeerRelationshipAttributeDeletedByPeerNotificationItemJSON, "@type">): PeerRelationshipAttributeDeletedByPeerNotificationItem;
13
+ }
14
+ //# sourceMappingURL=PeerRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerRelationshipAttributeDeletedByPeerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,0DAA2D,SAAQ,oBAAoB;IACpG,OAAO,EAAE,wDAAwD,CAAC;IAClE,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,uDAAwD,SAAQ,iBAAiB;IAC9F,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,sDAAuD,SAAQ,gBAAiB,YAAW,uDAAuD;IAGpJ,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,uDAAuD,GAAG,IAAI,CAAC,0DAA0D,EAAE,OAAO,CAAC,GAC3I,sDAAsD;CAG5D"}
@@ -9,22 +9,22 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem = void 0;
12
+ exports.PeerRelationshipAttributeDeletedByPeerNotificationItem = void 0;
13
13
  const ts_serval_1 = require("@js-soft/ts-serval");
14
14
  const core_types_1 = require("@nmshd/core-types");
15
15
  const NotificationItem_1 = require("../NotificationItem");
16
- let ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem = class ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem extends NotificationItem_1.NotificationItem {
16
+ let PeerRelationshipAttributeDeletedByPeerNotificationItem = class PeerRelationshipAttributeDeletedByPeerNotificationItem extends NotificationItem_1.NotificationItem {
17
17
  static from(value) {
18
18
  return this.fromAny(value);
19
19
  }
20
20
  };
21
- exports.ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem = ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem;
21
+ exports.PeerRelationshipAttributeDeletedByPeerNotificationItem = PeerRelationshipAttributeDeletedByPeerNotificationItem;
22
22
  __decorate([
23
23
  (0, ts_serval_1.validate)(),
24
24
  (0, ts_serval_1.serialize)(),
25
25
  __metadata("design:type", core_types_1.CoreId)
26
- ], ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.prototype, "attributeId", void 0);
27
- exports.ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem = ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem = __decorate([
28
- (0, ts_serval_1.type)("ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem")
29
- ], ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem);
30
- //# sourceMappingURL=ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.js.map
26
+ ], PeerRelationshipAttributeDeletedByPeerNotificationItem.prototype, "attributeId", void 0);
27
+ exports.PeerRelationshipAttributeDeletedByPeerNotificationItem = PeerRelationshipAttributeDeletedByPeerNotificationItem = __decorate([
28
+ (0, ts_serval_1.type)("PeerRelationshipAttributeDeletedByPeerNotificationItem")
29
+ ], PeerRelationshipAttributeDeletedByPeerNotificationItem);
30
+ //# sourceMappingURL=PeerRelationshipAttributeDeletedByPeerNotificationItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PeerRelationshipAttributeDeletedByPeerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerRelationshipAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,0DAAgG;AAYzF,IAAM,sDAAsD,GAA5D,MAAM,sDAAuD,SAAQ,mCAAgB;IAKjF,MAAM,CAAC,IAAI,CACd,KAA0I;QAE1I,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,wHAAsD;AAGxD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;2FAAC;iEAHlB,sDAAsD;IADlE,IAAA,gBAAI,EAAC,wDAAwD,CAAC;GAClD,sDAAsD,CAUlE"}
@@ -1,5 +1,5 @@
1
- export * from "./OwnSharedAttributeDeletedByOwnerNotificationItem";
2
- export * from "./PeerSharedAttributeDeletedByPeerNotificationItem";
3
- export * from "./PeerSharedAttributeSucceededNotificationItem";
4
- export * from "./ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem";
1
+ export * from "./ForwardedAttributeDeletedByPeerNotificationItem";
2
+ export * from "./OwnAttributeDeletedByOwnerNotificationItem";
3
+ export * from "./PeerAttributeSucceededNotificationItem";
4
+ export * from "./PeerRelationshipAttributeDeletedByPeerNotificationItem";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gEAAgE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAC;AAClE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,0DAA0D,CAAC"}
@@ -14,8 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./OwnSharedAttributeDeletedByOwnerNotificationItem"), exports);
18
- __exportStar(require("./PeerSharedAttributeDeletedByPeerNotificationItem"), exports);
19
- __exportStar(require("./PeerSharedAttributeSucceededNotificationItem"), exports);
20
- __exportStar(require("./ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem"), exports);
17
+ __exportStar(require("./ForwardedAttributeDeletedByPeerNotificationItem"), exports);
18
+ __exportStar(require("./OwnAttributeDeletedByOwnerNotificationItem"), exports);
19
+ __exportStar(require("./PeerAttributeSucceededNotificationItem"), exports);
20
+ __exportStar(require("./PeerRelationshipAttributeDeletedByPeerNotificationItem"), exports);
21
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qFAAmE;AACnE,qFAAmE;AACnE,iFAA+D;AAC/D,iGAA+E"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/notifications/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oFAAkE;AAClE,+EAA6D;AAC7D,2EAAyD;AACzD,2FAAyE"}
@@ -13,7 +13,6 @@ export * from "./proposeAttribute/ProposeAttributeAcceptResponseItem";
13
13
  export * from "./proposeAttribute/ProposeAttributeRequestItem";
14
14
  export * from "./readAttribute/ReadAttributeAcceptResponseItem";
15
15
  export * from "./readAttribute/ReadAttributeRequestItem";
16
- export * from "./shareAttribute/ShareAttributeAcceptResponseItem";
17
16
  export * from "./shareAttribute/ShareAttributeRequestItem";
18
17
  export * from "./transferFileOwnership/TransferFileOwnershipAcceptResponseItem";
19
18
  export * from "./transferFileOwnership/TransferFileOwnershipRequestItem";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mDAAmD,CAAC;AAClE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,0CAA0C,CAAC;AACzD,cAAc,mDAAmD,CAAC;AAClE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iEAAiE,CAAC;AAChF,cAAc,0DAA0D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mDAAmD,CAAC;AAClE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,uDAAuD,CAAC;AACtE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iEAAiE,CAAC;AAChF,cAAc,0DAA0D,CAAC"}
@@ -29,7 +29,6 @@ __exportStar(require("./proposeAttribute/ProposeAttributeAcceptResponseItem"), e
29
29
  __exportStar(require("./proposeAttribute/ProposeAttributeRequestItem"), exports);
30
30
  __exportStar(require("./readAttribute/ReadAttributeAcceptResponseItem"), exports);
31
31
  __exportStar(require("./readAttribute/ReadAttributeRequestItem"), exports);
32
- __exportStar(require("./shareAttribute/ShareAttributeAcceptResponseItem"), exports);
33
32
  __exportStar(require("./shareAttribute/ShareAttributeRequestItem"), exports);
34
33
  __exportStar(require("./transferFileOwnership/TransferFileOwnershipAcceptResponseItem"), exports);
35
34
  __exportStar(require("./transferFileOwnership/TransferFileOwnershipRequestItem"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA2D;AAC3D,oFAAkE;AAClE,iFAA+D;AAC/D,+DAA6C;AAC7C,sFAAoE;AACpE,+EAA6D;AAC7D,sFAAoE;AACpE,+EAA6D;AAC7D,0EAAwD;AACxD,mEAAiD;AACjD,uDAAqC;AACrC,wFAAsE;AACtE,iFAA+D;AAC/D,kFAAgE;AAChE,2EAAyD;AACzD,oFAAkE;AAClE,6EAA2D;AAC3D,kGAAgF;AAChF,2FAAyE"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/requests/items/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6EAA2D;AAC3D,oFAAkE;AAClE,iFAA+D;AAC/D,+DAA6C;AAC7C,sFAAoE;AACpE,+EAA6D;AAC7D,sFAAoE;AACpE,+EAA6D;AAC7D,0EAAwD;AACxD,mEAAiD;AACjD,uDAAqC;AACrC,wFAAsE;AACtE,iFAA+D;AAC/D,kFAAgE;AAChE,2EAAyD;AACzD,6EAA2D;AAC3D,kGAAgF;AAChF,2FAAyE"}
@@ -5,17 +5,17 @@ import { IRequestItem, RequestItem } from "../../RequestItem";
5
5
  export interface ShareAttributeRequestItemJSON extends RequestItemJSON {
6
6
  "@type": "ShareAttributeRequestItem";
7
7
  attribute: IdentityAttributeJSON | RelationshipAttributeJSON;
8
- sourceAttributeId: string;
8
+ attributeId: string;
9
9
  thirdPartyAddress?: string;
10
10
  }
11
11
  export interface IShareAttributeRequestItem extends IRequestItem {
12
12
  attribute: IIdentityAttribute | IRelationshipAttribute;
13
- sourceAttributeId: ICoreId;
13
+ attributeId: ICoreId;
14
14
  thirdPartyAddress?: CoreAddress;
15
15
  }
16
16
  export declare class ShareAttributeRequestItem extends RequestItem implements IShareAttributeRequestItem {
17
17
  attribute: IdentityAttribute | RelationshipAttribute;
18
- sourceAttributeId: CoreId;
18
+ attributeId: CoreId;
19
19
  thirdPartyAddress?: CoreAddress;
20
20
  static from(value: IShareAttributeRequestItem | Omit<ShareAttributeRequestItemJSON, "@type"> | ShareAttributeRequestItemJSON): ShareAttributeRequestItem;
21
21
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): ShareAttributeRequestItemJSON;
@@ -1 +1 @@
1
- {"version":3,"file":"ShareAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAC7K,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,WAAW,6BAA8B,SAAQ,eAAe;IAClE,OAAO,EAAE,2BAA2B,CAAC;IACrC,SAAS,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;IAC7D,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC5D,SAAS,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;IACvD,iBAAiB,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,WAAW,CAAC;CACnC;AAED,qBACa,yBAA0B,SAAQ,WAAY,YAAW,0BAA0B;IAGrF,SAAS,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IAIrD,iBAAiB,EAAE,MAAM,CAAC;IAI1B,iBAAiB,CAAC,EAAE,WAAW,CAAC;WAEzB,IAAI,CAAC,KAAK,EAAE,0BAA0B,GAAG,IAAI,CAAC,6BAA6B,EAAE,OAAO,CAAC,GAAG,6BAA6B,GAAG,yBAAyB;IAI/I,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,6BAA6B;CAGhI"}
1
+ {"version":3,"file":"ShareAttributeRequestItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeRequestItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAC7K,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,WAAW,6BAA8B,SAAQ,eAAe;IAClE,OAAO,EAAE,2BAA2B,CAAC;IACrC,SAAS,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;IAC7D,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC5D,SAAS,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;IACvD,WAAW,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,WAAW,CAAC;CACnC;AAED,qBACa,yBAA0B,SAAQ,WAAY,YAAW,0BAA0B;IAGrF,SAAS,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;IAIrD,WAAW,EAAE,MAAM,CAAC;IAIpB,iBAAiB,CAAC,EAAE,WAAW,CAAC;WAEzB,IAAI,CAAC,KAAK,EAAE,0BAA0B,GAAG,IAAI,CAAC,6BAA6B,EAAE,OAAO,CAAC,GAAG,6BAA6B,GAAG,yBAAyB;IAI/I,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,6BAA6B;CAGhI"}
@@ -32,7 +32,7 @@ __decorate([
32
32
  (0, ts_serval_1.serialize)(),
33
33
  (0, ts_serval_1.validate)(),
34
34
  __metadata("design:type", core_types_1.CoreId)
35
- ], ShareAttributeRequestItem.prototype, "sourceAttributeId", void 0);
35
+ ], ShareAttributeRequestItem.prototype, "attributeId", void 0);
36
36
  __decorate([
37
37
  (0, ts_serval_1.serialize)(),
38
38
  (0, ts_serval_1.validate)({ nullable: true }),
@@ -1 +1 @@
1
- {"version":3,"file":"ShareAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAiE;AAEjE,oDAA6K;AAC7K,mDAA8D;AAgBvD,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,yBAAW;IAa/C,MAAM,CAAC,IAAI,CAAC,KAAgH;QAC/H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkC,CAAC;IACrF,CAAC;CACJ,CAAA;AApBY,8DAAyB;AAG3B;IAFN,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;;4DACiD;AAIrD;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACe,mBAAM;oEAAC;AAI1B;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACF,wBAAW;oEAAC;oCAX9B,yBAAyB;IADrC,IAAA,gBAAI,EAAC,2BAA2B,CAAC;GACrB,yBAAyB,CAoBrC"}
1
+ {"version":3,"file":"ShareAttributeRequestItem.js","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeRequestItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAiE;AAEjE,oDAA6K;AAC7K,mDAA8D;AAgBvD,IAAM,yBAAyB,GAA/B,MAAM,yBAA0B,SAAQ,yBAAW;IAa/C,MAAM,CAAC,IAAI,CAAC,KAAgH;QAC/H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkC,CAAC;IACrF,CAAC;CACJ,CAAA;AApBY,8DAAyB;AAG3B;IAFN,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;IACrE,IAAA,oBAAQ,GAAE;;4DACiD;AAIrD;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,mBAAM;8DAAC;AAIpB;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACF,wBAAW;oEAAC;oCAX9B,yBAAyB;IADrC,IAAA,gBAAI,EAAC,2BAA2B,CAAC;GACrB,yBAAyB,CAoBrC"}
@@ -1,18 +1,18 @@
1
- import { AttributeAlreadySharedAcceptResponseItem, AttributeAlreadySharedAcceptResponseItemJSON, AttributeSuccessionAcceptResponseItem, AttributeSuccessionAcceptResponseItemJSON, CreateAttributeAcceptResponseItem, CreateAttributeAcceptResponseItemJSON, FormFieldAcceptResponseItem, FormFieldAcceptResponseItemJSON, IAttributeAlreadySharedAcceptResponseItem, IAttributeSuccessionAcceptResponseItem, ICreateAttributeAcceptResponseItem, IFormFieldAcceptResponseItem, IProposeAttributeAcceptResponseItem, IReadAttributeAcceptResponseItem, IShareAttributeAcceptResponseItem, ITransferFileOwnershipAcceptResponseItem, ProposeAttributeAcceptResponseItem, ProposeAttributeAcceptResponseItemJSON, ReadAttributeAcceptResponseItem, ReadAttributeAcceptResponseItemJSON, ShareAttributeAcceptResponseItem, ShareAttributeAcceptResponseItemJSON, TransferFileOwnershipAcceptResponseItem, TransferFileOwnershipAcceptResponseItemJSON } from "../items";
1
+ import { AttributeAlreadySharedAcceptResponseItem, AttributeAlreadySharedAcceptResponseItemJSON, AttributeSuccessionAcceptResponseItem, AttributeSuccessionAcceptResponseItemJSON, CreateAttributeAcceptResponseItem, CreateAttributeAcceptResponseItemJSON, FormFieldAcceptResponseItem, FormFieldAcceptResponseItemJSON, IAttributeAlreadySharedAcceptResponseItem, IAttributeSuccessionAcceptResponseItem, ICreateAttributeAcceptResponseItem, IFormFieldAcceptResponseItem, IProposeAttributeAcceptResponseItem, IReadAttributeAcceptResponseItem, ITransferFileOwnershipAcceptResponseItem, ProposeAttributeAcceptResponseItem, ProposeAttributeAcceptResponseItemJSON, ReadAttributeAcceptResponseItem, ReadAttributeAcceptResponseItemJSON, TransferFileOwnershipAcceptResponseItem, TransferFileOwnershipAcceptResponseItemJSON } from "../items";
2
2
  import { IResponseItem, ResponseItem, ResponseItemJSON } from "./ResponseItem";
3
3
  import { ResponseItemResult } from "./ResponseItemResult";
4
4
  export interface AcceptResponseItemJSON extends ResponseItemJSON {
5
5
  result: ResponseItemResult.Accepted;
6
6
  }
7
- export type AcceptResponseItemJSONDerivations = AcceptResponseItemJSON | AttributeAlreadySharedAcceptResponseItemJSON | AttributeSuccessionAcceptResponseItemJSON | CreateAttributeAcceptResponseItemJSON | ShareAttributeAcceptResponseItemJSON | ProposeAttributeAcceptResponseItemJSON | ReadAttributeAcceptResponseItemJSON | FormFieldAcceptResponseItemJSON | TransferFileOwnershipAcceptResponseItemJSON;
7
+ export type AcceptResponseItemJSONDerivations = AcceptResponseItemJSON | AttributeAlreadySharedAcceptResponseItemJSON | AttributeSuccessionAcceptResponseItemJSON | CreateAttributeAcceptResponseItemJSON | ProposeAttributeAcceptResponseItemJSON | ReadAttributeAcceptResponseItemJSON | FormFieldAcceptResponseItemJSON | TransferFileOwnershipAcceptResponseItemJSON;
8
8
  export interface IAcceptResponseItem extends IResponseItem {
9
9
  result: ResponseItemResult.Accepted;
10
10
  }
11
- export type IAcceptResponseItemDerivations = IAcceptResponseItem | IAttributeAlreadySharedAcceptResponseItem | IAttributeSuccessionAcceptResponseItem | ICreateAttributeAcceptResponseItem | IShareAttributeAcceptResponseItem | IProposeAttributeAcceptResponseItem | IReadAttributeAcceptResponseItem | IFormFieldAcceptResponseItem | ITransferFileOwnershipAcceptResponseItem;
11
+ export type IAcceptResponseItemDerivations = IAcceptResponseItem | IAttributeAlreadySharedAcceptResponseItem | IAttributeSuccessionAcceptResponseItem | ICreateAttributeAcceptResponseItem | IProposeAttributeAcceptResponseItem | IReadAttributeAcceptResponseItem | IFormFieldAcceptResponseItem | ITransferFileOwnershipAcceptResponseItem;
12
12
  export declare class AcceptResponseItem extends ResponseItem implements IAcceptResponseItem {
13
13
  result: ResponseItemResult.Accepted;
14
14
  static from(value: IAcceptResponseItem | Omit<AcceptResponseItemJSON, "@type">): AcceptResponseItem;
15
15
  toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): AcceptResponseItemJSON;
16
16
  }
17
- export type AcceptResponseItemDerivations = AcceptResponseItem | AttributeAlreadySharedAcceptResponseItem | AttributeSuccessionAcceptResponseItem | CreateAttributeAcceptResponseItem | ShareAttributeAcceptResponseItem | ProposeAttributeAcceptResponseItem | ReadAttributeAcceptResponseItem | FormFieldAcceptResponseItem | TransferFileOwnershipAcceptResponseItem;
17
+ export type AcceptResponseItemDerivations = AcceptResponseItem | AttributeAlreadySharedAcceptResponseItem | AttributeSuccessionAcceptResponseItem | CreateAttributeAcceptResponseItem | ProposeAttributeAcceptResponseItem | ReadAttributeAcceptResponseItem | FormFieldAcceptResponseItem | TransferFileOwnershipAcceptResponseItem;
18
18
  //# sourceMappingURL=AcceptResponseItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../src/requests/response/AcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EACH,wCAAwC,EACxC,4CAA4C,EAC5C,qCAAqC,EACrC,yCAAyC,EACzC,iCAAiC,EACjC,qCAAqC,EACrC,2BAA2B,EAC3B,+BAA+B,EAC/B,yCAAyC,EACzC,sCAAsC,EACtC,kCAAkC,EAClC,4BAA4B,EAC5B,mCAAmC,EACnC,gCAAgC,EAChC,iCAAiC,EACjC,wCAAwC,EACxC,kCAAkC,EAClC,sCAAsC,EACtC,+BAA+B,EAC/B,mCAAmC,EACnC,gCAAgC,EAChC,oCAAoC,EACpC,uCAAuC,EACvC,2CAA2C,EAC9C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC5D,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC;CACvC;AAED,MAAM,MAAM,iCAAiC,GACvC,sBAAsB,GACtB,4CAA4C,GAC5C,yCAAyC,GACzC,qCAAqC,GACrC,oCAAoC,GACpC,sCAAsC,GACtC,mCAAmC,GACnC,+BAA+B,GAC/B,2CAA2C,CAAC;AAElD,MAAM,WAAW,mBAAoB,SAAQ,aAAa;IACtD,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC;CACvC;AAED,MAAM,MAAM,8BAA8B,GACpC,mBAAmB,GACnB,yCAAyC,GACzC,sCAAsC,GACtC,kCAAkC,GAClC,iCAAiC,GACjC,mCAAmC,GACnC,gCAAgC,GAChC,4BAA4B,GAC5B,wCAAwC,CAAC;AAE/C,qBACa,kBAAmB,SAAQ,YAAa,YAAW,mBAAmB;IAC/D,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC;WAEtC,IAAI,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC,GAAG,kBAAkB;IAI1F,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,sBAAsB;CAGzH;AAED,MAAM,MAAM,6BAA6B,GACnC,kBAAkB,GAClB,wCAAwC,GACxC,qCAAqC,GACrC,iCAAiC,GACjC,gCAAgC,GAChC,kCAAkC,GAClC,+BAA+B,GAC/B,2BAA2B,GAC3B,uCAAuC,CAAC"}
1
+ {"version":3,"file":"AcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../src/requests/response/AcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EACH,wCAAwC,EACxC,4CAA4C,EAC5C,qCAAqC,EACrC,yCAAyC,EACzC,iCAAiC,EACjC,qCAAqC,EACrC,2BAA2B,EAC3B,+BAA+B,EAC/B,yCAAyC,EACzC,sCAAsC,EACtC,kCAAkC,EAClC,4BAA4B,EAC5B,mCAAmC,EACnC,gCAAgC,EAChC,wCAAwC,EACxC,kCAAkC,EAClC,sCAAsC,EACtC,+BAA+B,EAC/B,mCAAmC,EACnC,uCAAuC,EACvC,2CAA2C,EAC9C,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC5D,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC;CACvC;AAED,MAAM,MAAM,iCAAiC,GACvC,sBAAsB,GACtB,4CAA4C,GAC5C,yCAAyC,GACzC,qCAAqC,GACrC,sCAAsC,GACtC,mCAAmC,GACnC,+BAA+B,GAC/B,2CAA2C,CAAC;AAElD,MAAM,WAAW,mBAAoB,SAAQ,aAAa;IACtD,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC;CACvC;AAED,MAAM,MAAM,8BAA8B,GACpC,mBAAmB,GACnB,yCAAyC,GACzC,sCAAsC,GACtC,kCAAkC,GAClC,mCAAmC,GACnC,gCAAgC,GAChC,4BAA4B,GAC5B,wCAAwC,CAAC;AAE/C,qBACa,kBAAmB,SAAQ,YAAa,YAAW,mBAAmB;IAC/D,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC;WAEtC,IAAI,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC,GAAG,kBAAkB;IAI1F,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,sBAAsB;CAGzH;AAED,MAAM,MAAM,6BAA6B,GACnC,kBAAkB,GAClB,wCAAwC,GACxC,qCAAqC,GACrC,iCAAiC,GACjC,kCAAkC,GAClC,+BAA+B,GAC/B,2BAA2B,GAC3B,uCAAuC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AcceptResponseItem.js","sourceRoot":"","sources":["../../../src/requests/response/AcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAA0C;AA2B1C,iDAA+E;AAkCxE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,2BAAY;IAGzC,MAAM,CAAC,IAAI,CAAC,KAAkE;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAA2B,CAAC;IAC9E,CAAC;CACJ,CAAA;AAVY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,gBAAI,EAAC,oBAAoB,CAAC;GACd,kBAAkB,CAU9B"}
1
+ {"version":3,"file":"AcceptResponseItem.js","sourceRoot":"","sources":["../../../src/requests/response/AcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAA0C;AAwB1C,iDAA+E;AAgCxE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,2BAAY;IAGzC,MAAM,CAAC,IAAI,CAAC,KAAkE;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAA2B,CAAC;IAC9E,CAAC;CACJ,CAAA;AAVY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,gBAAI,EAAC,oBAAoB,CAAC;GACd,kBAAkB,CAU9B"}
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@js-soft/ts-serval": "2.0.14",
55
- "@nmshd/core-types": "7.0.0-alpha.70",
55
+ "@nmshd/core-types": "7.0.0-alpha.72",
56
56
  "@nmshd/iql": "^1.0.4",
57
57
  "luxon": "^3.7.2",
58
58
  "ts-simple-nameof": "^1.3.3"
@@ -65,5 +65,5 @@
65
65
  "access": "public",
66
66
  "provenance": true
67
67
  },
68
- "version": "7.0.0-alpha.70"
68
+ "version": "7.0.0-alpha.72"
69
69
  }
@@ -1,35 +0,0 @@
1
- import { AbstractComplexValue, AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
2
- import { RenderHints, ValueHints } from "../../hints";
3
- import { GivenName, IGivenName } from "./GivenName";
4
- import { HonorificPrefix, IHonorificPrefix } from "./HonorificPrefix";
5
- import { HonorificSuffix, IHonorificSuffix } from "./HonorificSuffix";
6
- import { IMiddleName, MiddleName } from "./MiddleName";
7
- import { ISurname, Surname } from "./Surname";
8
- export interface PersonNameJSON extends AbstractComplexValueJSON {
9
- "@type": "PersonName";
10
- givenName: string;
11
- middleName?: string;
12
- surname: string;
13
- honorificSuffix?: string;
14
- honorificPrefix?: string;
15
- }
16
- export interface IPersonName extends IAbstractComplexValue {
17
- givenName: IGivenName | string;
18
- middleName?: IMiddleName | string;
19
- surname: ISurname | string;
20
- honorificSuffix?: IHonorificSuffix | string;
21
- honorificPrefix?: IHonorificPrefix | string;
22
- }
23
- export declare class PersonName extends AbstractComplexValue implements IPersonName {
24
- givenName: GivenName;
25
- middleName?: MiddleName;
26
- surname: Surname;
27
- honorificSuffix?: HonorificSuffix;
28
- honorificPrefix?: HonorificPrefix;
29
- static get valueHints(): ValueHints;
30
- static get renderHints(): RenderHints;
31
- static from(value: IPersonName | Omit<PersonNameJSON, "@type">): PersonName;
32
- toString(): string;
33
- toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): PersonNameJSON;
34
- }
35
- //# sourceMappingURL=PersonName.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PersonName.d.ts","sourceRoot":"","sources":["../../../../src/attributes/types/name/PersonName.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnH,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAE9C,MAAM,WAAW,cAAe,SAAQ,wBAAwB;IAC5D,OAAO,EAAE,YAAY,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,WAAY,SAAQ,qBAAqB;IACtD,SAAS,EAAE,UAAU,GAAG,MAAM,CAAC;IAC/B,UAAU,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAClC,OAAO,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,gBAAgB,GAAG,MAAM,CAAC;IAC5C,eAAe,CAAC,EAAE,gBAAgB,GAAG,MAAM,CAAC;CAC/C;AAED,qBACa,UAAW,SAAQ,oBAAqB,YAAW,WAAW;IAGhE,SAAS,EAAE,SAAS,CAAC;IAIrB,UAAU,CAAC,EAAE,UAAU,CAAC;IAIxB,OAAO,EAAE,OAAO,CAAC;IAIjB,eAAe,CAAC,EAAE,eAAe,CAAC;IAIlC,eAAe,CAAC,EAAE,eAAe,CAAC;IAEzC,WAAkB,UAAU,IAAI,UAAU,CAUzC;IAED,WAA2B,WAAW,IAAI,WAAW,CAUpD;WAEa,IAAI,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,GAAG,UAAU;IAIlE,QAAQ,IAAI,MAAM;IAUlB,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,cAAc;CAGjH"}
@@ -1,94 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PersonName = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const ts_simple_nameof_1 = require("ts-simple-nameof");
15
- const AbstractAttributeValue_1 = require("../../AbstractAttributeValue");
16
- const AbstractComplexValue_1 = require("../../AbstractComplexValue");
17
- const hints_1 = require("../../hints");
18
- const GivenName_1 = require("./GivenName");
19
- const HonorificPrefix_1 = require("./HonorificPrefix");
20
- const HonorificSuffix_1 = require("./HonorificSuffix");
21
- const MiddleName_1 = require("./MiddleName");
22
- const Surname_1 = require("./Surname");
23
- let PersonName = class PersonName extends AbstractComplexValue_1.AbstractComplexValue {
24
- static get valueHints() {
25
- return hints_1.ValueHints.from({
26
- propertyHints: {
27
- [(0, ts_simple_nameof_1.nameof)((p) => p.givenName)]: GivenName_1.GivenName.valueHints,
28
- [(0, ts_simple_nameof_1.nameof)((p) => p.middleName)]: MiddleName_1.MiddleName.valueHints,
29
- [(0, ts_simple_nameof_1.nameof)((p) => p.surname)]: Surname_1.Surname.valueHints,
30
- [(0, ts_simple_nameof_1.nameof)((p) => p.honorificSuffix)]: HonorificSuffix_1.HonorificSuffix.valueHints,
31
- [(0, ts_simple_nameof_1.nameof)((p) => p.honorificPrefix)]: HonorificPrefix_1.HonorificPrefix.valueHints
32
- }
33
- });
34
- }
35
- static get renderHints() {
36
- return super.renderHints.copyWith({
37
- propertyHints: {
38
- [(0, ts_simple_nameof_1.nameof)((p) => p.givenName)]: GivenName_1.GivenName.renderHints,
39
- [(0, ts_simple_nameof_1.nameof)((p) => p.middleName)]: MiddleName_1.MiddleName.renderHints,
40
- [(0, ts_simple_nameof_1.nameof)((p) => p.surname)]: Surname_1.Surname.renderHints,
41
- [(0, ts_simple_nameof_1.nameof)((p) => p.honorificSuffix)]: HonorificSuffix_1.HonorificSuffix.renderHints,
42
- [(0, ts_simple_nameof_1.nameof)((p) => p.honorificPrefix)]: HonorificPrefix_1.HonorificPrefix.renderHints
43
- }
44
- });
45
- }
46
- static from(value) {
47
- return this.fromAny(value);
48
- }
49
- toString() {
50
- const names = [];
51
- if (this.honorificPrefix)
52
- names.push(this.honorificPrefix.value);
53
- names.push(this.givenName.value);
54
- if (this.middleName)
55
- names.push(this.middleName.value);
56
- names.push(this.surname.value);
57
- if (this.honorificSuffix)
58
- names.push(this.honorificSuffix.value);
59
- return names.join(" ");
60
- }
61
- toJSON(verbose, serializeAsString) {
62
- return super.toJSON(verbose, serializeAsString);
63
- }
64
- };
65
- exports.PersonName = PersonName;
66
- __decorate([
67
- (0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
68
- (0, ts_serval_1.validate)(),
69
- __metadata("design:type", GivenName_1.GivenName)
70
- ], PersonName.prototype, "givenName", void 0);
71
- __decorate([
72
- (0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
73
- (0, ts_serval_1.validate)({ nullable: true }),
74
- __metadata("design:type", MiddleName_1.MiddleName)
75
- ], PersonName.prototype, "middleName", void 0);
76
- __decorate([
77
- (0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
78
- (0, ts_serval_1.validate)(),
79
- __metadata("design:type", Surname_1.Surname)
80
- ], PersonName.prototype, "surname", void 0);
81
- __decorate([
82
- (0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
83
- (0, ts_serval_1.validate)({ nullable: true }),
84
- __metadata("design:type", HonorificSuffix_1.HonorificSuffix)
85
- ], PersonName.prototype, "honorificSuffix", void 0);
86
- __decorate([
87
- (0, ts_serval_1.serialize)({ customGenerator: AbstractAttributeValue_1.AbstractAttributeValue.valueGenerator }),
88
- (0, ts_serval_1.validate)({ nullable: true }),
89
- __metadata("design:type", HonorificPrefix_1.HonorificPrefix)
90
- ], PersonName.prototype, "honorificPrefix", void 0);
91
- exports.PersonName = PersonName = __decorate([
92
- (0, ts_serval_1.type)("PersonName")
93
- ], PersonName);
94
- //# sourceMappingURL=PersonName.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PersonName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/PersonName.ts"],"names":[],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- import { CoreId, ICoreId } from "@nmshd/core-types";
2
- import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
- export interface OwnSharedAttributeDeletedByOwnerNotificationItemJSON extends NotificationItemJSON {
4
- "@type": "OwnSharedAttributeDeletedByOwnerNotificationItem";
5
- attributeId: string;
6
- }
7
- export interface IOwnSharedAttributeDeletedByOwnerNotificationItem extends INotificationItem {
8
- attributeId: ICoreId;
9
- }
10
- export declare class OwnSharedAttributeDeletedByOwnerNotificationItem extends NotificationItem implements IOwnSharedAttributeDeletedByOwnerNotificationItem {
11
- attributeId: CoreId;
12
- static from(value: IOwnSharedAttributeDeletedByOwnerNotificationItem | Omit<OwnSharedAttributeDeletedByOwnerNotificationItemJSON, "@type">): OwnSharedAttributeDeletedByOwnerNotificationItem;
13
- }
14
- //# sourceMappingURL=OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OwnSharedAttributeDeletedByOwnerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,oDAAqD,SAAQ,oBAAoB;IAC9F,OAAO,EAAE,kDAAkD,CAAC;IAC5D,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iDAAkD,SAAQ,iBAAiB;IACxF,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,gDAAiD,SAAQ,gBAAiB,YAAW,iDAAiD;IAGxI,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,iDAAiD,GAAG,IAAI,CAAC,oDAAoD,EAAE,OAAO,CAAC,GAC/H,gDAAgD;CAGtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OwnSharedAttributeDeletedByOwnerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/OwnSharedAttributeDeletedByOwnerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,0DAAgG;AAYzF,IAAM,gDAAgD,GAAtD,MAAM,gDAAiD,SAAQ,mCAAgB;IAK3E,MAAM,CAAC,IAAI,CACd,KAA8H;QAE9H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,4GAAgD;AAGlD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;qFAAC;2DAHlB,gDAAgD;IAD5D,IAAA,gBAAI,EAAC,kDAAkD,CAAC;GAC5C,gDAAgD,CAU5D"}
@@ -1,14 +0,0 @@
1
- import { CoreId, ICoreId } from "@nmshd/core-types";
2
- import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
- export interface PeerSharedAttributeDeletedByPeerNotificationItemJSON extends NotificationItemJSON {
4
- "@type": "PeerSharedAttributeDeletedByPeerNotificationItem";
5
- attributeId: string;
6
- }
7
- export interface IPeerSharedAttributeDeletedByPeerNotificationItem extends INotificationItem {
8
- attributeId: ICoreId;
9
- }
10
- export declare class PeerSharedAttributeDeletedByPeerNotificationItem extends NotificationItem implements IPeerSharedAttributeDeletedByPeerNotificationItem {
11
- attributeId: CoreId;
12
- static from(value: IPeerSharedAttributeDeletedByPeerNotificationItem | Omit<PeerSharedAttributeDeletedByPeerNotificationItemJSON, "@type">): PeerSharedAttributeDeletedByPeerNotificationItem;
13
- }
14
- //# sourceMappingURL=PeerSharedAttributeDeletedByPeerNotificationItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PeerSharedAttributeDeletedByPeerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,oDAAqD,SAAQ,oBAAoB;IAC9F,OAAO,EAAE,kDAAkD,CAAC;IAC5D,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iDAAkD,SAAQ,iBAAiB;IACxF,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,gDAAiD,SAAQ,gBAAiB,YAAW,iDAAiD;IAGxI,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,iDAAiD,GAAG,IAAI,CAAC,oDAAoD,EAAE,OAAO,CAAC,GAC/H,gDAAgD;CAGtD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PeerSharedAttributeDeletedByPeerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,0DAAgG;AAYzF,IAAM,gDAAgD,GAAtD,MAAM,gDAAiD,SAAQ,mCAAgB;IAK3E,MAAM,CAAC,IAAI,CACd,KAA8H;QAE9H,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,4GAAgD;AAGlD;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;qFAAC;2DAHlB,gDAAgD;IAD5D,IAAA,gBAAI,EAAC,kDAAkD,CAAC;GAC5C,gDAAgD,CAU5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PeerSharedAttributeSucceededNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeSucceededNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAC1K,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,gDAAiD,SAAQ,oBAAoB;IAC1F,OAAO,EAAE,8CAA8C,CAAC;IACxD,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,qBAAqB,GAAG,yBAAyB,CAAC;CACvE;AAED,MAAM,WAAW,6CAA8C,SAAQ,iBAAiB;IACpF,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,kBAAkB,GAAG,sBAAsB,CAAC;CACjE;AAED,qBACa,4CAA6C,SAAQ,gBAAiB,YAAW,6CAA6C;IAGhI,aAAa,EAAE,MAAM,CAAC;IAItB,WAAW,EAAE,MAAM,CAAC;IAIpB,gBAAgB,EAAE,iBAAiB,GAAG,qBAAqB,CAAC;WAErD,IAAI,CACd,KAAK,EAAE,6CAA6C,GAAG,IAAI,CAAC,gDAAgD,EAAE,OAAO,CAAC,GACvH,4CAA4C;CAGlD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PeerSharedAttributeSucceededNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/PeerSharedAttributeSucceededNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,iDAA0K;AAC1K,0DAAgG;AAgBzF,IAAM,4CAA4C,GAAlD,MAAM,4CAA6C,SAAQ,mCAAgB;IAavE,MAAM,CAAC,IAAI,CACd,KAAsH;QAEtH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAlBY,oGAA4C;AAG9C;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACU,mBAAM;mFAAC;AAItB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;iFAAC;AAIpB;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,EAAC,EAAE,UAAU,EAAE,CAAC,8BAAiB,EAAE,kCAAqB,CAAC,EAAE,CAAC;;sFACH;uDAX1D,4CAA4C;IADxD,IAAA,gBAAI,EAAC,8CAA8C,CAAC;GACxC,4CAA4C,CAkBxD"}
@@ -1,14 +0,0 @@
1
- import { CoreId, ICoreId } from "@nmshd/core-types";
2
- import { INotificationItem, NotificationItem, NotificationItemJSON } from "../NotificationItem";
3
- export interface ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemJSON extends NotificationItemJSON {
4
- "@type": "ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem";
5
- attributeId: string;
6
- }
7
- export interface IThirdPartyRelationshipAttributeDeletedByPeerNotificationItem extends INotificationItem {
8
- attributeId: ICoreId;
9
- }
10
- export declare class ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem extends NotificationItem implements IThirdPartyRelationshipAttributeDeletedByPeerNotificationItem {
11
- attributeId: CoreId;
12
- static from(value: IThirdPartyRelationshipAttributeDeletedByPeerNotificationItem | Omit<ThirdPartyRelationshipAttributeDeletedByPeerNotificationItemJSON, "@type">): ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem;
13
- }
14
- //# sourceMappingURL=ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhG,MAAM,WAAW,gEAAiE,SAAQ,oBAAoB;IAC1G,OAAO,EAAE,8DAA8D,CAAC;IACxE,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,6DAA8D,SAAQ,iBAAiB;IACpG,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,4DAA6D,SAAQ,gBAAiB,YAAW,6DAA6D;IAGhK,WAAW,EAAE,MAAM,CAAC;WAEb,IAAI,CACd,KAAK,EAAE,6DAA6D,GAAG,IAAI,CAAC,gEAAgE,EAAE,OAAO,CAAC,GACvJ,4DAA4D;CAGlE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.js","sourceRoot":"","sources":["../../../src/notifications/items/ThirdPartyRelationshipAttributeDeletedByPeerNotificationItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,0DAAgG;AAYzF,IAAM,4DAA4D,GAAlE,MAAM,4DAA6D,SAAQ,mCAAgB;IAKvF,MAAM,CAAC,IAAI,CACd,KAAsJ;QAEtJ,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;CACJ,CAAA;AAVY,oIAA4D;AAG9D;IAFN,IAAA,oBAAQ,GAAE;IACV,IAAA,qBAAS,GAAE;8BACQ,mBAAM;iGAAC;uEAHlB,4DAA4D;IADxE,IAAA,gBAAI,EAAC,8DAA8D,CAAC;GACxD,4DAA4D,CAUxE"}
@@ -1,15 +0,0 @@
1
- import { CoreId, ICoreId } from "@nmshd/core-types";
2
- import { AcceptResponseItem, AcceptResponseItemJSON, IAcceptResponseItem } from "../../response";
3
- export interface ShareAttributeAcceptResponseItemJSON extends AcceptResponseItemJSON {
4
- "@type": "ShareAttributeAcceptResponseItem";
5
- attributeId: string;
6
- }
7
- export interface IShareAttributeAcceptResponseItem extends IAcceptResponseItem {
8
- attributeId: ICoreId;
9
- }
10
- export declare class ShareAttributeAcceptResponseItem extends AcceptResponseItem implements IShareAttributeAcceptResponseItem {
11
- attributeId: CoreId;
12
- static from(value: IShareAttributeAcceptResponseItem | Omit<ShareAttributeAcceptResponseItemJSON, "@type"> | ShareAttributeAcceptResponseItemJSON): ShareAttributeAcceptResponseItem;
13
- toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): ShareAttributeAcceptResponseItemJSON;
14
- }
15
- //# sourceMappingURL=ShareAttributeAcceptResponseItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ShareAttributeAcceptResponseItem.d.ts","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEjG,MAAM,WAAW,oCAAqC,SAAQ,sBAAsB;IAChF,OAAO,EAAE,kCAAkC,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iCAAkC,SAAQ,mBAAmB;IAC1E,WAAW,EAAE,OAAO,CAAC;CACxB;AAED,qBACa,gCAAiC,SAAQ,kBAAmB,YAAW,iCAAiC;IAG1G,WAAW,EAAE,MAAM,CAAC;WAEJ,IAAI,CACvB,KAAK,EAAE,iCAAiC,GAAG,IAAI,CAAC,oCAAoC,EAAE,OAAO,CAAC,GAAG,oCAAoC,GACtI,gCAAgC;IAInB,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,EAAE,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,oCAAoC;CAGvI"}
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.ShareAttributeAcceptResponseItem = void 0;
13
- const ts_serval_1 = require("@js-soft/ts-serval");
14
- const core_types_1 = require("@nmshd/core-types");
15
- const response_1 = require("../../response");
16
- let ShareAttributeAcceptResponseItem = class ShareAttributeAcceptResponseItem extends response_1.AcceptResponseItem {
17
- static from(value) {
18
- return this.fromAny(value);
19
- }
20
- toJSON(verbose, serializeAsString) {
21
- return super.toJSON(verbose, serializeAsString);
22
- }
23
- };
24
- exports.ShareAttributeAcceptResponseItem = ShareAttributeAcceptResponseItem;
25
- __decorate([
26
- (0, ts_serval_1.serialize)(),
27
- (0, ts_serval_1.validate)(),
28
- __metadata("design:type", core_types_1.CoreId)
29
- ], ShareAttributeAcceptResponseItem.prototype, "attributeId", void 0);
30
- exports.ShareAttributeAcceptResponseItem = ShareAttributeAcceptResponseItem = __decorate([
31
- (0, ts_serval_1.type)("ShareAttributeAcceptResponseItem")
32
- ], ShareAttributeAcceptResponseItem);
33
- //# sourceMappingURL=ShareAttributeAcceptResponseItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ShareAttributeAcceptResponseItem.js","sourceRoot":"","sources":["../../../../src/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA+D;AAC/D,kDAAoD;AACpD,6CAAiG;AAY1F,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,6BAAkB;IAK7D,MAAM,CAAU,IAAI,CACvB,KAAqI;QAErI,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAyC,CAAC;IAC5F,CAAC;CACJ,CAAA;AAdY,4EAAgC;AAGlC;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACS,mBAAM;qEAAC;2CAHlB,gCAAgC;IAD5C,IAAA,gBAAI,EAAC,kCAAkC,CAAC;GAC5B,gCAAgC,CAc5C"}