@nmshd/content 2.0.0-beta.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/attributes/AbstractAttribute.js.map +1 -1
- package/dist/attributes/AbstractAttributeQuery.d.ts +0 -3
- package/dist/attributes/AbstractAttributeQuery.js +0 -7
- package/dist/attributes/AbstractAttributeQuery.js.map +1 -1
- package/dist/attributes/AbstractAttributeValue.d.ts +1 -2
- package/dist/attributes/AbstractAttributeValue.js +0 -3
- package/dist/attributes/AbstractAttributeValue.js.map +1 -1
- package/dist/attributes/AttributeValueTypes.d.ts +46 -0
- package/dist/attributes/AttributeValueTypes.js +146 -0
- package/dist/attributes/AttributeValueTypes.js.map +1 -0
- package/dist/attributes/IdentityAttribute.d.ts +7 -6
- package/dist/attributes/IdentityAttribute.js +4 -4
- package/dist/attributes/IdentityAttribute.js.map +1 -1
- package/dist/attributes/IdentityAttributeQuery.d.ts +7 -2
- package/dist/attributes/IdentityAttributeQuery.js +12 -2
- package/dist/attributes/IdentityAttributeQuery.js.map +1 -1
- package/dist/attributes/RelationshipAttribute.d.ts +8 -36
- package/dist/attributes/RelationshipAttribute.js +8 -38
- package/dist/attributes/RelationshipAttribute.js.map +1 -1
- package/dist/attributes/RelationshipAttributeConfidentiality.d.ts +30 -0
- package/dist/attributes/RelationshipAttributeConfidentiality.js +35 -0
- package/dist/attributes/RelationshipAttributeConfidentiality.js.map +1 -0
- package/dist/attributes/RelationshipAttributeQuery.d.ts +35 -6
- package/dist/attributes/RelationshipAttributeQuery.js +59 -10
- package/dist/attributes/RelationshipAttributeQuery.js.map +1 -1
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.d.ts +20 -0
- package/dist/{forms/FormItem.js → attributes/ThirdPartyRelationshipAttributeQuery.js} +21 -31
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js.map +1 -0
- package/dist/attributes/constants/AttributeValueTypeQueryMapping.d.ts +1 -0
- package/dist/attributes/constants/AttributeValueTypeQueryMapping.js +7 -0
- package/dist/attributes/constants/AttributeValueTypeQueryMapping.js.map +1 -0
- package/dist/attributes/constants/index.d.ts +1 -0
- package/dist/attributes/constants/index.js +1 -0
- package/dist/attributes/constants/index.js.map +1 -1
- package/dist/attributes/hints/RenderHints.d.ts +3 -2
- package/dist/attributes/hints/RenderHints.js.map +1 -1
- package/dist/attributes/hints/ValueHints.d.ts +3 -2
- package/dist/attributes/hints/ValueHints.js.map +1 -1
- package/dist/attributes/hints/ValueHintsValue.d.ts +1 -1
- package/dist/attributes/hints/ValueHintsValue.js.map +1 -1
- package/dist/attributes/hints/index.d.ts +0 -1
- package/dist/attributes/hints/index.js +0 -1
- package/dist/attributes/hints/index.js.map +1 -1
- package/dist/attributes/index.d.ts +3 -1
- package/dist/attributes/index.js +3 -1
- package/dist/attributes/index.js.map +1 -1
- package/dist/attributes/types/AbstractBoolean.d.ts +1 -2
- package/dist/attributes/types/AbstractBoolean.js.map +1 -1
- package/dist/attributes/types/AbstractFloat.d.ts +1 -2
- package/dist/attributes/types/AbstractFloat.js.map +1 -1
- package/dist/attributes/types/AbstractInteger.d.ts +1 -3
- package/dist/attributes/types/AbstractInteger.js +0 -3
- package/dist/attributes/types/AbstractInteger.js.map +1 -1
- package/dist/attributes/types/AbstractString.d.ts +1 -2
- package/dist/attributes/types/AbstractString.js +2 -2
- package/dist/attributes/types/AbstractString.js.map +1 -1
- package/dist/attributes/types/address/AbstractAddress.js.map +1 -1
- package/dist/attributes/types/address/City.d.ts +8 -2
- package/dist/attributes/types/address/City.js +3 -0
- package/dist/attributes/types/address/City.js.map +1 -1
- package/dist/attributes/types/address/Country.d.ts +9 -2
- package/dist/attributes/types/address/Country.js +5 -2
- package/dist/attributes/types/address/Country.js.map +1 -1
- package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +40 -39
- package/dist/attributes/types/address/DeliveryBoxAddress.js +6 -3
- package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/HouseNumber.d.ts +9 -2
- package/dist/attributes/types/address/HouseNumber.js +6 -0
- package/dist/attributes/types/address/HouseNumber.js.map +1 -1
- package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +30 -29
- package/dist/attributes/types/address/PostOfficeBoxAddress.js +3 -0
- package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
- package/dist/attributes/types/address/State.d.ts +8 -2
- package/dist/attributes/types/address/State.js +3 -0
- package/dist/attributes/types/address/State.js.map +1 -1
- package/dist/attributes/types/address/Street.d.ts +9 -2
- package/dist/attributes/types/address/Street.js +6 -0
- package/dist/attributes/types/address/Street.js.map +1 -1
- package/dist/attributes/types/address/StreetAddress.d.ts +49 -48
- package/dist/attributes/types/address/StreetAddress.js +3 -0
- package/dist/attributes/types/address/StreetAddress.js.map +1 -1
- package/dist/attributes/types/address/ZipCode.d.ts +9 -2
- package/dist/attributes/types/address/ZipCode.js +6 -0
- package/dist/attributes/types/address/ZipCode.js.map +1 -1
- package/dist/attributes/types/{name/LegalNameDE.d.ts → affiliation/Affiliation.d.ts} +43 -612
- package/dist/attributes/types/affiliation/Affiliation.js +80 -0
- package/dist/attributes/types/affiliation/Affiliation.js.map +1 -0
- package/dist/attributes/types/affiliation/AffiliationOrganization.d.ts +10 -0
- package/dist/attributes/types/affiliation/AffiliationOrganization.js +24 -0
- package/dist/attributes/types/affiliation/AffiliationOrganization.js.map +1 -0
- package/dist/attributes/types/affiliation/AffiliationRole.d.ts +10 -0
- package/dist/attributes/types/affiliation/AffiliationRole.js +24 -0
- package/dist/attributes/types/affiliation/AffiliationRole.js.map +1 -0
- package/dist/attributes/types/affiliation/AffiliationUnit.d.ts +10 -0
- package/dist/attributes/types/affiliation/AffiliationUnit.js +24 -0
- package/dist/attributes/types/affiliation/AffiliationUnit.js.map +1 -0
- package/dist/attributes/types/affiliation/index.d.ts +4 -0
- package/dist/{forms → attributes/types/affiliation}/index.js +4 -8
- package/dist/attributes/types/affiliation/index.js.map +1 -0
- package/dist/attributes/types/birth/BirthCity.d.ts +9 -2
- package/dist/attributes/types/birth/BirthCity.js +8 -2
- package/dist/attributes/types/birth/BirthCity.js.map +1 -1
- package/dist/attributes/types/birth/BirthCountry.d.ts +9 -2
- package/dist/attributes/types/birth/BirthCountry.js +8 -2
- package/dist/attributes/types/birth/BirthCountry.js.map +1 -1
- package/dist/attributes/types/birth/BirthDate.d.ts +40 -39
- package/dist/attributes/types/birth/BirthDate.js +3 -0
- package/dist/attributes/types/birth/BirthDate.js.map +1 -1
- package/dist/attributes/types/birth/BirthDay.d.ts +9 -2
- package/dist/attributes/types/birth/BirthDay.js +8 -2
- package/dist/attributes/types/birth/BirthDay.js.map +1 -1
- package/dist/attributes/types/birth/BirthMonth.d.ts +9 -2
- package/dist/attributes/types/birth/BirthMonth.js +6 -0
- package/dist/attributes/types/birth/BirthMonth.js.map +1 -1
- package/dist/attributes/types/birth/BirthPlace.d.ts +40 -39
- package/dist/attributes/types/birth/BirthPlace.js +3 -0
- package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
- package/dist/attributes/types/birth/BirthState.d.ts +9 -2
- package/dist/attributes/types/birth/BirthState.js +8 -2
- package/dist/attributes/types/birth/BirthState.js.map +1 -1
- package/dist/attributes/types/birth/BirthYear.d.ts +9 -2
- package/dist/attributes/types/birth/BirthYear.js +8 -2
- package/dist/attributes/types/birth/BirthYear.js.map +1 -1
- package/dist/attributes/types/communication/CommunicationLanguage.d.ts +9 -1
- package/dist/attributes/types/communication/CommunicationLanguage.js +6 -0
- package/dist/attributes/types/communication/CommunicationLanguage.js.map +1 -1
- package/dist/attributes/types/communication/EMailAddress.d.ts +9 -1
- package/dist/attributes/types/communication/EMailAddress.js +6 -0
- package/dist/attributes/types/communication/EMailAddress.js.map +1 -1
- package/dist/attributes/types/communication/FaxNumber.d.ts +11 -0
- package/dist/attributes/types/communication/{Fax.js → FaxNumber.js} +14 -8
- package/dist/attributes/types/communication/FaxNumber.js.map +1 -0
- package/dist/attributes/types/communication/PhoneNumber.d.ts +11 -0
- package/dist/attributes/types/communication/{Phone.js → PhoneNumber.js} +14 -8
- package/dist/attributes/types/communication/PhoneNumber.js.map +1 -0
- package/dist/attributes/types/communication/Website.d.ts +9 -1
- package/dist/attributes/types/communication/Website.js +6 -0
- package/dist/attributes/types/communication/Website.js.map +1 -1
- package/dist/attributes/types/communication/index.d.ts +2 -2
- package/dist/attributes/types/communication/index.js +2 -2
- package/dist/attributes/types/communication/index.js.map +1 -1
- package/dist/attributes/types/dates/AbstractDateString.js.map +1 -1
- package/dist/attributes/types/dates/AbstractDay.d.ts +8 -2
- package/dist/attributes/types/dates/AbstractDay.js.map +1 -1
- package/dist/attributes/types/dates/AbstractMonth.d.ts +8 -2
- package/dist/attributes/types/dates/AbstractMonth.js.map +1 -1
- package/dist/attributes/types/dates/AbstractYear.d.ts +7 -1
- package/dist/attributes/types/dates/AbstractYear.js.map +1 -1
- package/dist/attributes/types/identity/DisplayName.d.ts +10 -0
- package/dist/attributes/types/{name → identity}/DisplayName.js +6 -0
- package/dist/attributes/types/identity/DisplayName.js.map +1 -0
- package/dist/attributes/types/identity/FileReference.d.ts +11 -0
- package/dist/attributes/types/{files → identity}/FileReference.js +6 -0
- package/dist/attributes/types/identity/FileReference.js.map +1 -0
- package/dist/attributes/types/{files → identity}/index.d.ts +1 -0
- package/dist/attributes/types/{files → identity}/index.js +1 -0
- package/dist/attributes/types/identity/index.js.map +1 -0
- package/dist/attributes/types/index.d.ts +3 -3
- package/dist/attributes/types/index.js +3 -3
- package/dist/attributes/types/index.js.map +1 -1
- package/dist/attributes/types/measurements/AbstractLengthMeasurement.js.map +1 -1
- package/dist/attributes/types/measurements/AbstractMeasurement.js.map +1 -1
- package/dist/attributes/types/name/BirthName.d.ts +9 -2
- package/dist/attributes/types/name/BirthName.js +6 -0
- package/dist/attributes/types/name/BirthName.js.map +1 -1
- package/dist/attributes/types/name/GivenName.d.ts +9 -2
- package/dist/attributes/types/name/GivenName.js +6 -0
- package/dist/attributes/types/name/GivenName.js.map +1 -1
- package/dist/attributes/types/name/HonorificPrefix.d.ts +9 -2
- package/dist/attributes/types/name/HonorificPrefix.js +6 -0
- package/dist/attributes/types/name/HonorificPrefix.js.map +1 -1
- package/dist/attributes/types/name/HonorificSuffix.d.ts +9 -2
- package/dist/attributes/types/name/HonorificSuffix.js +6 -0
- package/dist/attributes/types/name/HonorificSuffix.js.map +1 -1
- package/dist/attributes/types/name/MiddleName.d.ts +10 -0
- package/dist/attributes/types/name/MiddleName.js +24 -0
- package/dist/attributes/types/name/MiddleName.js.map +1 -0
- package/dist/attributes/types/name/{Salutation.d.ts → PersonName.d.ts} +68 -73
- package/dist/attributes/types/name/{Salutation.js → PersonName.js} +35 -23
- package/dist/attributes/types/name/PersonName.js.map +1 -0
- package/dist/attributes/types/name/Pseudonym.d.ts +9 -2
- package/dist/attributes/types/name/Pseudonym.js +6 -0
- package/dist/attributes/types/name/Pseudonym.js.map +1 -1
- package/dist/attributes/types/name/Surname.d.ts +9 -2
- package/dist/attributes/types/name/Surname.js +6 -0
- package/dist/attributes/types/name/Surname.js.map +1 -1
- package/dist/attributes/types/name/index.d.ts +2 -4
- package/dist/attributes/types/name/index.js +2 -4
- package/dist/attributes/types/name/index.js.map +1 -1
- package/dist/attributes/types/person/Citizenship.d.ts +10 -2
- package/dist/attributes/types/person/Citizenship.js +8 -2
- package/dist/attributes/types/person/Citizenship.js.map +1 -1
- package/dist/attributes/types/person/JobTitle.d.ts +10 -0
- package/dist/attributes/types/person/JobTitle.js +24 -0
- package/dist/attributes/types/person/JobTitle.js.map +1 -0
- package/dist/attributes/types/person/Nationality.d.ts +10 -2
- package/dist/attributes/types/person/Nationality.js +8 -2
- package/dist/attributes/types/person/Nationality.js.map +1 -1
- package/dist/attributes/types/person/Sex.d.ts +10 -3
- package/dist/attributes/types/person/Sex.js +8 -2
- package/dist/attributes/types/person/Sex.js.map +1 -1
- package/dist/attributes/types/person/index.d.ts +1 -2
- package/dist/attributes/types/person/index.js +1 -2
- package/dist/attributes/types/person/index.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryBoolean.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryCountry.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryCountry.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryFileReference.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryFileReference.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryFloat.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +5 -4
- package/dist/attributes/types/proprietary/ProprietaryInteger.js +3 -0
- package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryLanguage.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryLanguage.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryString.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryString.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +5 -2
- package/dist/attributes/types/proprietary/ProprietaryURL.js +6 -0
- package/dist/attributes/types/proprietary/ProprietaryURL.js.map +1 -1
- package/dist/attributes/types/proprietary/index.d.ts +0 -1
- package/dist/attributes/types/proprietary/index.js +0 -1
- package/dist/attributes/types/proprietary/index.js.map +1 -1
- package/dist/attributes/types/relationship/Consent.d.ts +18 -0
- package/dist/attributes/types/relationship/Consent.js +73 -0
- package/dist/attributes/types/relationship/Consent.js.map +1 -0
- package/dist/attributes/types/relationship/index.d.ts +1 -0
- package/dist/attributes/types/relationship/index.js +18 -0
- package/dist/attributes/types/relationship/index.js.map +1 -0
- package/dist/attributes/types/strings/AbstractCountry.js.map +1 -1
- package/dist/attributes/types/strings/AbstractEMailAddress.js +2 -2
- package/dist/attributes/types/strings/AbstractEMailAddress.js.map +1 -1
- package/dist/attributes/types/strings/AbstractFileReference.js.map +1 -1
- package/dist/attributes/types/strings/AbstractHEXColor.js.map +1 -1
- package/dist/attributes/types/strings/AbstractLanguage.js.map +1 -1
- package/dist/attributes/types/strings/AbstractPhoneNumber.js.map +1 -1
- package/dist/attributes/types/strings/AbstractURL.js.map +1 -1
- package/dist/attributes/types/strings/index.d.ts +0 -1
- package/dist/attributes/types/strings/index.js +0 -1
- package/dist/attributes/types/strings/index.js.map +1 -1
- package/dist/buildInformation.js +5 -5
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/messages/Mail.d.ts +3 -2
- package/dist/messages/Mail.js +2 -8
- package/dist/messages/Mail.js.map +1 -1
- package/dist/relationships/RelationshipCreationChangeRequestContent.d.ts +15 -0
- package/dist/relationships/{RelationshipCreationChangeRequestBody.js → RelationshipCreationChangeRequestContent.js} +11 -13
- package/dist/relationships/RelationshipCreationChangeRequestContent.js.map +1 -0
- package/dist/relationships/RelationshipTemplateContent.d.ts +24 -0
- package/dist/relationships/{RelationshipTemplateBody.js → RelationshipTemplateContent.js} +14 -11
- package/dist/relationships/RelationshipTemplateContent.js.map +1 -0
- package/dist/relationships/index.d.ts +2 -2
- package/dist/relationships/index.js +2 -2
- package/dist/relationships/index.js.map +1 -1
- package/dist/requests/Request.d.ts +3 -2
- package/dist/requests/Request.js +2 -2
- package/dist/requests/Request.js.map +1 -1
- package/dist/requests/RequestItem.d.ts +17 -6
- package/dist/requests/RequestItem.js +7 -2
- package/dist/requests/RequestItem.js.map +1 -1
- package/dist/requests/RequestItemGroup.d.ts +5 -4
- package/dist/requests/RequestItemGroup.js +2 -2
- package/dist/requests/RequestItemGroup.js.map +1 -1
- package/dist/requests/index.d.ts +0 -3
- package/dist/requests/index.js +0 -3
- package/dist/requests/index.js.map +1 -1
- package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +10 -0
- package/dist/requests/items/authentication/AuthenticationRequestItem.js +24 -0
- package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -0
- package/dist/requests/items/consent/ConsentRequestItem.d.ts +3 -4
- package/dist/requests/items/consent/ConsentRequestItem.js +8 -7
- package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.d.ts +14 -0
- package/dist/requests/items/{createOwnRelationshipAttribute/CreateOwnRelationshipAttributeAcceptResponseItem.js → createRelationshipAttribute/CreateAttributeAcceptResponseItem.js} +11 -8
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.js.map +1 -0
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.d.ts +15 -0
- package/dist/requests/items/{createOwnRelationshipAttribute/CreateOwnRelationshipAttributeRequestItem.js → createRelationshipAttribute/CreateAttributeRequestItem.js} +13 -9
- package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.js.map +1 -0
- package/dist/requests/items/index.d.ts +5 -2
- package/dist/requests/items/index.js +5 -2
- package/dist/requests/items/index.js.map +1 -1
- package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +2 -0
- package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js +3 -0
- package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +3 -1
- package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js +9 -4
- package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
- package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +2 -0
- package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js +3 -0
- package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +6 -5
- package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js +5 -3
- package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts +13 -0
- package/dist/{forms/items/FormItemSelect.js → requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js} +16 -16
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js.map +1 -0
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts +14 -0
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js +35 -0
- package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js.map +1 -0
- package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +2 -0
- package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js +3 -0
- package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -1
- package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +3 -1
- package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js +3 -0
- package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
- package/dist/requests/response/AcceptResponseItem.d.ts +6 -6
- package/dist/requests/response/AcceptResponseItem.js +2 -2
- package/dist/requests/response/AcceptResponseItem.js.map +1 -1
- package/dist/requests/response/ErrorResponseItem.d.ts +3 -2
- package/dist/requests/response/ErrorResponseItem.js +2 -2
- package/dist/requests/response/ErrorResponseItem.js.map +1 -1
- package/dist/requests/response/RejectResponseItem.d.ts +3 -2
- package/dist/requests/response/RejectResponseItem.js +2 -2
- package/dist/requests/response/RejectResponseItem.js.map +1 -1
- package/dist/requests/response/Response.d.ts +3 -2
- package/dist/requests/response/Response.js +2 -2
- package/dist/requests/response/Response.js.map +1 -1
- package/dist/requests/response/ResponseItem.d.ts +1 -1
- package/dist/requests/response/ResponseItem.js +2 -2
- package/dist/requests/response/ResponseItem.js.map +1 -1
- package/dist/requests/response/ResponseItemGroup.d.ts +3 -2
- package/dist/requests/response/ResponseItemGroup.js +2 -2
- package/dist/requests/response/ResponseItemGroup.js.map +1 -1
- package/lib-web/nmshd.content.js +4739 -5812
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +18 -17
- package/dist/attributes/Attribute.d.ts +0 -24
- package/dist/attributes/Attribute.js +0 -66
- package/dist/attributes/Attribute.js.map +0 -1
- package/dist/attributes/hints/RelationshipAttributeCreationHints.d.ts +0 -31
- package/dist/attributes/hints/RelationshipAttributeCreationHints.js +0 -64
- package/dist/attributes/hints/RelationshipAttributeCreationHints.js.map +0 -1
- package/dist/attributes/types/AttributeList.d.ts +0 -1
- package/dist/attributes/types/AttributeList.js +0 -37
- package/dist/attributes/types/AttributeList.js.map +0 -1
- package/dist/attributes/types/AttributeTypeMapping.d.ts +0 -1
- package/dist/attributes/types/AttributeTypeMapping.js +0 -9
- package/dist/attributes/types/AttributeTypeMapping.js.map +0 -1
- package/dist/attributes/types/communication/Fax.d.ts +0 -3
- package/dist/attributes/types/communication/Fax.js.map +0 -1
- package/dist/attributes/types/communication/Phone.d.ts +0 -3
- package/dist/attributes/types/communication/Phone.js.map +0 -1
- package/dist/attributes/types/files/FileReference.d.ts +0 -3
- package/dist/attributes/types/files/FileReference.js.map +0 -1
- package/dist/attributes/types/files/index.js.map +0 -1
- package/dist/attributes/types/name/AbstractLegalName.d.ts +0 -3
- package/dist/attributes/types/name/AbstractLegalName.js +0 -8
- package/dist/attributes/types/name/AbstractLegalName.js.map +0 -1
- package/dist/attributes/types/name/DisplayName.d.ts +0 -3
- package/dist/attributes/types/name/DisplayName.js.map +0 -1
- package/dist/attributes/types/name/LegalNameDE.js +0 -92
- package/dist/attributes/types/name/LegalNameDE.js.map +0 -1
- package/dist/attributes/types/name/Salutation.js.map +0 -1
- package/dist/attributes/types/person/Age.d.ts +0 -6
- package/dist/attributes/types/person/Age.js +0 -34
- package/dist/attributes/types/person/Age.js.map +0 -1
- package/dist/attributes/types/person/Picture.d.ts +0 -3
- package/dist/attributes/types/person/Picture.js +0 -18
- package/dist/attributes/types/person/Picture.js.map +0 -1
- package/dist/attributes/types/proprietary/ProprietaryDataURL.d.ts +0 -14
- package/dist/attributes/types/proprietary/ProprietaryDataURL.js +0 -31
- package/dist/attributes/types/proprietary/ProprietaryDataURL.js.map +0 -1
- package/dist/attributes/types/strings/AbstractDataURL.d.ts +0 -7
- package/dist/attributes/types/strings/AbstractDataURL.js +0 -40
- package/dist/attributes/types/strings/AbstractDataURL.js.map +0 -1
- package/dist/forms/Form.d.ts +0 -18
- package/dist/forms/Form.js +0 -36
- package/dist/forms/Form.js.map +0 -1
- package/dist/forms/FormItem.d.ts +0 -35
- package/dist/forms/FormItem.js.map +0 -1
- package/dist/forms/index.d.ts +0 -8
- package/dist/forms/index.js.map +0 -1
- package/dist/forms/items/FormItemBoolean.d.ts +0 -7
- package/dist/forms/items/FormItemBoolean.js +0 -26
- package/dist/forms/items/FormItemBoolean.js.map +0 -1
- package/dist/forms/items/FormItemDate.d.ts +0 -15
- package/dist/forms/items/FormItemDate.js +0 -46
- package/dist/forms/items/FormItemDate.js.map +0 -1
- package/dist/forms/items/FormItemInvisible.d.ts +0 -7
- package/dist/forms/items/FormItemInvisible.js +0 -26
- package/dist/forms/items/FormItemInvisible.js.map +0 -1
- package/dist/forms/items/FormItemMultipleChoice.d.ts +0 -10
- package/dist/forms/items/FormItemMultipleChoice.js +0 -32
- package/dist/forms/items/FormItemMultipleChoice.js.map +0 -1
- package/dist/forms/items/FormItemMultipleChoiceItem.d.ts +0 -10
- package/dist/forms/items/FormItemMultipleChoiceItem.js +0 -30
- package/dist/forms/items/FormItemMultipleChoiceItem.js.map +0 -1
- package/dist/forms/items/FormItemSelect.d.ts +0 -10
- package/dist/forms/items/FormItemSelect.js.map +0 -1
- package/dist/forms/items/FormItemSelectItem.d.ts +0 -10
- package/dist/forms/items/FormItemSelectItem.js +0 -30
- package/dist/forms/items/FormItemSelectItem.js.map +0 -1
- package/dist/forms/items/FormItemString.d.ts +0 -15
- package/dist/forms/items/FormItemString.js +0 -46
- package/dist/forms/items/FormItemString.js.map +0 -1
- package/dist/forms/items/FormItemText.d.ts +0 -15
- package/dist/forms/items/FormItemText.js +0 -46
- package/dist/forms/items/FormItemText.js.map +0 -1
- package/dist/messages/RequestMail.d.ts +0 -14
- package/dist/messages/RequestMail.js +0 -51
- package/dist/messages/RequestMail.js.map +0 -1
- package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +0 -16
- package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +0 -1
- package/dist/relationships/RelationshipTemplateBody.d.ts +0 -22
- package/dist/relationships/RelationshipTemplateBody.js.map +0 -1
- package/dist/requests/items/createOwnRelationshipAttribute/CreateOwnRelationshipAttributeAcceptResponseItem.d.ts +0 -12
- package/dist/requests/items/createOwnRelationshipAttribute/CreateOwnRelationshipAttributeAcceptResponseItem.js.map +0 -1
- package/dist/requests/items/createOwnRelationshipAttribute/CreateOwnRelationshipAttributeRequestItem.d.ts +0 -13
- package/dist/requests/items/createOwnRelationshipAttribute/CreateOwnRelationshipAttributeRequestItem.js.map +0 -1
- package/dist/requests/old/AttributesChangeRequest.d.ts +0 -54
- package/dist/requests/old/AttributesChangeRequest.js +0 -71
- package/dist/requests/old/AttributesChangeRequest.js.map +0 -1
- package/dist/requests/old/AttributesRequest.d.ts +0 -49
- package/dist/requests/old/AttributesRequest.js +0 -64
- package/dist/requests/old/AttributesRequest.js.map +0 -1
- package/dist/requests/old/AttributesShareRequest.d.ts +0 -52
- package/dist/requests/old/AttributesShareRequest.js +0 -59
- package/dist/requests/old/AttributesShareRequest.js.map +0 -1
|
@@ -1,570 +1,22 @@
|
|
|
1
|
-
import { AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
1
|
+
import { AbstractComplexValue, AbstractComplexValueJSON, IAbstractComplexValue } from "../../AbstractComplexValue";
|
|
2
2
|
import { RenderHints, ValueHints } from "../../hints";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
surname: AbstractStringJSON;
|
|
12
|
-
givenNames: AbstractStringJSON[];
|
|
13
|
-
birthName?: AbstractStringJSON;
|
|
14
|
-
pseudonym?: AbstractStringJSON;
|
|
15
|
-
honorificPrefix?: AbstractStringJSON;
|
|
3
|
+
import { AffiliationOrganization } from "./AffiliationOrganization";
|
|
4
|
+
import { AffiliationRole, IAffiliationRole } from "./AffiliationRole";
|
|
5
|
+
import { AffiliationUnit, IAffiliationUnit } from "./AffiliationUnit";
|
|
6
|
+
export interface AffiliationJSON extends AbstractComplexValueJSON {
|
|
7
|
+
"@type": "Affiliation";
|
|
8
|
+
organization: string;
|
|
9
|
+
role?: string;
|
|
10
|
+
unit?: string;
|
|
16
11
|
}
|
|
17
|
-
export interface
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
pseudonym?: Pseudonym | IAbstractString | string;
|
|
22
|
-
honorificPrefix?: HonorificPrefix | IAbstractString | string;
|
|
12
|
+
export interface IAffiliation extends IAbstractComplexValue {
|
|
13
|
+
organization: AffiliationOrganization | string;
|
|
14
|
+
role?: IAffiliationRole | string;
|
|
15
|
+
unit?: IAffiliationUnit | string;
|
|
23
16
|
}
|
|
24
|
-
export declare class
|
|
17
|
+
export declare class Affiliation extends AbstractComplexValue implements IAffiliation {
|
|
25
18
|
static readonly propertyNames: {
|
|
26
|
-
|
|
27
|
-
value: import("easy-tsnameof").PathHandlers<{
|
|
28
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
29
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
30
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
31
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
32
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
33
|
-
}>;
|
|
34
|
-
toString: import("easy-tsnameof").PathHandlers<{
|
|
35
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
36
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
37
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
38
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
39
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
40
|
-
}>;
|
|
41
|
-
readonly valueHints: {
|
|
42
|
-
editHelp: import("easy-tsnameof").PathHandlers<{
|
|
43
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
44
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
45
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
46
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
47
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
48
|
-
}>;
|
|
49
|
-
min: import("easy-tsnameof").PathHandlers<{
|
|
50
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
51
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
52
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
53
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
54
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
55
|
-
}>;
|
|
56
|
-
max: import("easy-tsnameof").PathHandlers<{
|
|
57
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
58
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
59
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
60
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
61
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
62
|
-
}>;
|
|
63
|
-
pattern: import("easy-tsnameof").PathHandlers<{
|
|
64
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
65
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
66
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
67
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
68
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
69
|
-
}>;
|
|
70
|
-
values: ({
|
|
71
|
-
displayName: import("easy-tsnameof").PathHandlers<{
|
|
72
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
73
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
74
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
75
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
76
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
77
|
-
}>;
|
|
78
|
-
key: import("easy-tsnameof").PathHandlers<{
|
|
79
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
80
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
81
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
82
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
83
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
84
|
-
}>;
|
|
85
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
86
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
87
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
88
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
89
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
90
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
91
|
-
}>;
|
|
92
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
93
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
94
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
95
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
96
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
97
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
98
|
-
}>;
|
|
99
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
100
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
101
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
102
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
103
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
104
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
105
|
-
}>;
|
|
106
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
107
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
108
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
109
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
110
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
111
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
112
|
-
}>;
|
|
113
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
114
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
115
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
116
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
117
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
118
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
119
|
-
}>)[] & import("easy-tsnameof").PathHandlers<{
|
|
120
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
121
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
122
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
123
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
124
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
125
|
-
}>;
|
|
126
|
-
defaultValue: import("easy-tsnameof").PathHandlers<{
|
|
127
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
128
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
129
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
130
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
131
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
132
|
-
}>;
|
|
133
|
-
propertyHints: {
|
|
134
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
135
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
136
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
137
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
138
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
139
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
140
|
-
}>;
|
|
141
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
142
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
143
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
144
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
145
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
146
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
147
|
-
}>;
|
|
148
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
149
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
150
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
151
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
152
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
153
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
154
|
-
}>;
|
|
155
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
156
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
157
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
158
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
159
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
160
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
161
|
-
}>;
|
|
162
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
163
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
164
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
165
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
166
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
167
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
168
|
-
}>;
|
|
169
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
170
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
171
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
172
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
173
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
174
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
175
|
-
}>;
|
|
176
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
177
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
178
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
179
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
180
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
181
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
182
|
-
}>;
|
|
183
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
184
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
185
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
186
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
187
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
188
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
189
|
-
}>;
|
|
190
|
-
readonly renderHints: {
|
|
191
|
-
technicalType: import("easy-tsnameof").PathHandlers<{
|
|
192
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
193
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
194
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
195
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
196
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
197
|
-
}>;
|
|
198
|
-
editType: import("easy-tsnameof").PathHandlers<{
|
|
199
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
200
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
201
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
202
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
203
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
204
|
-
}>;
|
|
205
|
-
dataType: import("easy-tsnameof").PathHandlers<{
|
|
206
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
207
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
208
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
209
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
210
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
211
|
-
}>;
|
|
212
|
-
propertyHints: {
|
|
213
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
214
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
215
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
216
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
217
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
218
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
219
|
-
}>;
|
|
220
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
221
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
222
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
223
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
224
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
225
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
226
|
-
}>;
|
|
227
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
228
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
229
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
230
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
231
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
232
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
233
|
-
}>;
|
|
234
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
235
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
236
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
237
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
238
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
239
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
240
|
-
}>;
|
|
241
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
242
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
243
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
244
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
245
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
246
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
247
|
-
}>;
|
|
248
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
249
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
250
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
251
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
252
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
253
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
254
|
-
}>;
|
|
255
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
256
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
257
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
258
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
259
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
260
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
261
|
-
}>;
|
|
262
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
263
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
264
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
265
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
266
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
267
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
268
|
-
}>;
|
|
269
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
270
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
271
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
272
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
273
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
274
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
275
|
-
}>;
|
|
276
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
277
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
278
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
279
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
280
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
281
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
282
|
-
}>;
|
|
283
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
284
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
285
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
286
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
287
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
288
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
289
|
-
}>;
|
|
290
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
291
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
292
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
293
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
294
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
295
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
296
|
-
}>;
|
|
297
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
298
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
299
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
300
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
301
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
302
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
303
|
-
}>;
|
|
304
|
-
givenNames: ({
|
|
305
|
-
value: import("easy-tsnameof").PathHandlers<{
|
|
306
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
307
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
308
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
309
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
310
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
311
|
-
}>;
|
|
312
|
-
toString: import("easy-tsnameof").PathHandlers<{
|
|
313
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
314
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
315
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
316
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
317
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
318
|
-
}>;
|
|
319
|
-
readonly valueHints: {
|
|
320
|
-
editHelp: import("easy-tsnameof").PathHandlers<{
|
|
321
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
322
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
323
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
324
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
325
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
326
|
-
}>;
|
|
327
|
-
min: import("easy-tsnameof").PathHandlers<{
|
|
328
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
329
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
330
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
331
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
332
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
333
|
-
}>;
|
|
334
|
-
max: import("easy-tsnameof").PathHandlers<{
|
|
335
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
336
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
337
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
338
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
339
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
340
|
-
}>;
|
|
341
|
-
pattern: import("easy-tsnameof").PathHandlers<{
|
|
342
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
343
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
344
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
345
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
346
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
347
|
-
}>;
|
|
348
|
-
values: ({
|
|
349
|
-
displayName: import("easy-tsnameof").PathHandlers<{
|
|
350
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
351
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
352
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
353
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
354
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
355
|
-
}>;
|
|
356
|
-
key: import("easy-tsnameof").PathHandlers<{
|
|
357
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
358
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
359
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
360
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
361
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
362
|
-
}>;
|
|
363
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
364
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
365
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
366
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
367
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
368
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
369
|
-
}>;
|
|
370
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
371
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
372
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
373
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
374
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
375
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
376
|
-
}>;
|
|
377
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
378
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
379
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
380
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
381
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
382
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
383
|
-
}>;
|
|
384
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
385
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
386
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
387
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
388
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
389
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
390
|
-
}>;
|
|
391
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
392
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
393
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
394
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
395
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
396
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
397
|
-
}>)[] & import("easy-tsnameof").PathHandlers<{
|
|
398
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
399
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
400
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
401
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
402
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
403
|
-
}>;
|
|
404
|
-
defaultValue: import("easy-tsnameof").PathHandlers<{
|
|
405
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
406
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
407
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
408
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
409
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
410
|
-
}>;
|
|
411
|
-
propertyHints: {
|
|
412
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
413
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
414
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
415
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
416
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
417
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
418
|
-
}>;
|
|
419
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
420
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
421
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
422
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
423
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
424
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
425
|
-
}>;
|
|
426
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
427
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
428
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
429
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
430
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
431
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
432
|
-
}>;
|
|
433
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
434
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
435
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
436
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
437
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
438
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
439
|
-
}>;
|
|
440
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
441
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
442
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
443
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
444
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
445
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
446
|
-
}>;
|
|
447
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
448
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
449
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
450
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
451
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
452
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
453
|
-
}>;
|
|
454
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
455
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
456
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
457
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
458
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
459
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
460
|
-
}>;
|
|
461
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
462
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
463
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
464
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
465
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
466
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
467
|
-
}>;
|
|
468
|
-
readonly renderHints: {
|
|
469
|
-
technicalType: import("easy-tsnameof").PathHandlers<{
|
|
470
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
471
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
472
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
473
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
474
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
475
|
-
}>;
|
|
476
|
-
editType: import("easy-tsnameof").PathHandlers<{
|
|
477
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
478
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
479
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
480
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
481
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
482
|
-
}>;
|
|
483
|
-
dataType: import("easy-tsnameof").PathHandlers<{
|
|
484
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
485
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
486
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
487
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
488
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
489
|
-
}>;
|
|
490
|
-
propertyHints: {
|
|
491
|
-
[x: string]: any & import("easy-tsnameof").PathHandlers<{
|
|
492
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
493
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
494
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
495
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
496
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
497
|
-
}>;
|
|
498
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
499
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
500
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
501
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
502
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
503
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
504
|
-
}>;
|
|
505
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
506
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
507
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
508
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
509
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
510
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
511
|
-
}>;
|
|
512
|
-
copyWith: import("easy-tsnameof").PathHandlers<{
|
|
513
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
514
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
515
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
516
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
517
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
518
|
-
}>;
|
|
519
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
520
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
521
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
522
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
523
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
524
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
525
|
-
}>;
|
|
526
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
527
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
528
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
529
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
530
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
531
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
532
|
-
}>;
|
|
533
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
534
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
535
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
536
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
537
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
538
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
539
|
-
}>;
|
|
540
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
541
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
542
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
543
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
544
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
545
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
546
|
-
}>;
|
|
547
|
-
validate: import("easy-tsnameof").PathHandlers<{
|
|
548
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
549
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
550
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
551
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
552
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
553
|
-
}>;
|
|
554
|
-
validateProperty: import("easy-tsnameof").PathHandlers<{
|
|
555
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
556
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
557
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
558
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
559
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
560
|
-
}>;
|
|
561
|
-
serialize: import("easy-tsnameof").PathHandlers<{
|
|
562
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
563
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
564
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
565
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
566
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
567
|
-
}>;
|
|
19
|
+
role: {
|
|
568
20
|
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
569
21
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
570
22
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -572,20 +24,6 @@ export declare class LegalNameDE extends LegalName {
|
|
|
572
24
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
573
25
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
574
26
|
}>;
|
|
575
|
-
} & import("easy-tsnameof").PathHandlers<{
|
|
576
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
577
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
578
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
579
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
580
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
581
|
-
}>)[] & import("easy-tsnameof").PathHandlers<{
|
|
582
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
583
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
584
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
585
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
586
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
587
|
-
}>;
|
|
588
|
-
birthName: {
|
|
589
27
|
value: import("easy-tsnameof").PathHandlers<{
|
|
590
28
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
591
29
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -849,13 +287,6 @@ export declare class LegalNameDE extends LegalName {
|
|
|
849
287
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
850
288
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
851
289
|
}>;
|
|
852
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
853
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
854
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
855
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
856
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
857
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
858
|
-
}>;
|
|
859
290
|
} & import("easy-tsnameof").PathHandlers<{
|
|
860
291
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
861
292
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -863,7 +294,14 @@ export declare class LegalNameDE extends LegalName {
|
|
|
863
294
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
864
295
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
865
296
|
}>;
|
|
866
|
-
|
|
297
|
+
organization: {
|
|
298
|
+
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
299
|
+
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
300
|
+
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
301
|
+
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
302
|
+
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
303
|
+
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
304
|
+
}>;
|
|
867
305
|
value: import("easy-tsnameof").PathHandlers<{
|
|
868
306
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
869
307
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1127,13 +565,6 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1127
565
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1128
566
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1129
567
|
}>;
|
|
1130
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
1131
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1132
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
1133
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1134
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1135
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1136
|
-
}>;
|
|
1137
568
|
} & import("easy-tsnameof").PathHandlers<{
|
|
1138
569
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1139
570
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1141,7 +572,14 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1141
572
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1142
573
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1143
574
|
}>;
|
|
1144
|
-
|
|
575
|
+
unit: {
|
|
576
|
+
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
577
|
+
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
578
|
+
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
579
|
+
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
580
|
+
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
581
|
+
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
582
|
+
}>;
|
|
1145
583
|
value: import("easy-tsnameof").PathHandlers<{
|
|
1146
584
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1147
585
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1405,13 +843,6 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1405
843
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1406
844
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1407
845
|
}>;
|
|
1408
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
1409
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1410
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
1411
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1412
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1413
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1414
|
-
}>;
|
|
1415
846
|
} & import("easy-tsnameof").PathHandlers<{
|
|
1416
847
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1417
848
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1426,6 +857,13 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1426
857
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1427
858
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1428
859
|
}>;
|
|
860
|
+
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
861
|
+
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
862
|
+
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
863
|
+
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
864
|
+
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
865
|
+
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
866
|
+
}>;
|
|
1429
867
|
readonly valueHints: {
|
|
1430
868
|
editHelp: import("easy-tsnameof").PathHandlers<{
|
|
1431
869
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
@@ -1675,13 +1113,6 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1675
1113
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1676
1114
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1677
1115
|
}>;
|
|
1678
|
-
toJSON: import("easy-tsnameof").PathHandlers<{
|
|
1679
|
-
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1680
|
-
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
1681
|
-
toString: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1682
|
-
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1683
|
-
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1684
|
-
}>;
|
|
1685
1116
|
} & import("easy-tsnameof").PathHandlers<{
|
|
1686
1117
|
$path: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1687
1118
|
$rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
|
|
@@ -1689,12 +1120,12 @@ export declare class LegalNameDE extends LegalName {
|
|
|
1689
1120
|
valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
|
|
1690
1121
|
[Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
|
|
1691
1122
|
}>;
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
pseudonym?: Pseudonym;
|
|
1696
|
-
honorificPrefix?: HonorificPrefix;
|
|
1123
|
+
role?: AffiliationRole;
|
|
1124
|
+
organization: AffiliationOrganization;
|
|
1125
|
+
unit?: AffiliationUnit;
|
|
1697
1126
|
static get valueHints(): ValueHints;
|
|
1698
1127
|
static get renderHints(): RenderHints;
|
|
1128
|
+
static from(value: IAffiliation | Omit<AffiliationJSON, "@type">): Affiliation;
|
|
1699
1129
|
toString(): string;
|
|
1130
|
+
toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): AffiliationJSON;
|
|
1700
1131
|
}
|