@nmshd/content 2.0.0-beta.27 → 2.0.0-beta.29

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