@nmshd/content 2.0.0-beta.3 → 2.0.0-beta.31

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 (386) hide show
  1. package/dist/attributes/AbstractAttribute.js.map +1 -1
  2. package/dist/attributes/AbstractAttributeQuery.d.ts +0 -3
  3. package/dist/attributes/AbstractAttributeQuery.js +0 -7
  4. package/dist/attributes/AbstractAttributeQuery.js.map +1 -1
  5. package/dist/attributes/Attribute.d.ts +2 -2
  6. package/dist/attributes/Attribute.js +0 -8
  7. package/dist/attributes/Attribute.js.map +1 -1
  8. package/dist/attributes/AttributeValueTypes.d.ts +47 -0
  9. package/dist/attributes/AttributeValueTypes.js +145 -0
  10. package/dist/attributes/AttributeValueTypes.js.map +1 -0
  11. package/dist/attributes/IdentityAttribute.d.ts +7 -6
  12. package/dist/attributes/IdentityAttribute.js +4 -4
  13. package/dist/attributes/IdentityAttribute.js.map +1 -1
  14. package/dist/attributes/IdentityAttributeQuery.d.ts +6 -1
  15. package/dist/attributes/IdentityAttributeQuery.js +12 -2
  16. package/dist/attributes/IdentityAttributeQuery.js.map +1 -1
  17. package/dist/attributes/RelationshipAttribute.d.ts +8 -36
  18. package/dist/attributes/RelationshipAttribute.js +8 -38
  19. package/dist/attributes/RelationshipAttribute.js.map +1 -1
  20. package/dist/attributes/RelationshipAttributeConfidentiality.d.ts +30 -0
  21. package/dist/attributes/RelationshipAttributeConfidentiality.js +35 -0
  22. package/dist/attributes/RelationshipAttributeConfidentiality.js.map +1 -0
  23. package/dist/attributes/RelationshipAttributeQuery.d.ts +37 -5
  24. package/dist/attributes/RelationshipAttributeQuery.js +64 -10
  25. package/dist/attributes/RelationshipAttributeQuery.js.map +1 -1
  26. package/dist/attributes/ThirdPartyRelationshipAttributeQuery.d.ts +20 -0
  27. package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js +43 -0
  28. package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js.map +1 -0
  29. package/dist/attributes/constants/AttributeValueTypeQueryMapping.d.ts +1 -0
  30. package/dist/attributes/constants/AttributeValueTypeQueryMapping.js +7 -0
  31. package/dist/attributes/constants/AttributeValueTypeQueryMapping.js.map +1 -0
  32. package/dist/attributes/constants/index.d.ts +1 -0
  33. package/dist/attributes/constants/index.js +1 -0
  34. package/dist/attributes/constants/index.js.map +1 -1
  35. package/dist/attributes/hints/RenderHints.d.ts +2 -1
  36. package/dist/attributes/hints/RenderHints.js.map +1 -1
  37. package/dist/attributes/hints/ValueHints.d.ts +1 -0
  38. package/dist/attributes/hints/ValueHints.js.map +1 -1
  39. package/dist/attributes/hints/ValueHintsValue.js.map +1 -1
  40. package/dist/attributes/hints/index.d.ts +0 -1
  41. package/dist/attributes/hints/index.js +0 -1
  42. package/dist/attributes/hints/index.js.map +1 -1
  43. package/dist/attributes/index.d.ts +3 -0
  44. package/dist/attributes/index.js +3 -0
  45. package/dist/attributes/index.js.map +1 -1
  46. package/dist/attributes/types/AbstractBoolean.js.map +1 -1
  47. package/dist/attributes/types/AbstractFloat.js.map +1 -1
  48. package/dist/attributes/types/AbstractInteger.d.ts +0 -1
  49. package/dist/attributes/types/AbstractInteger.js +0 -3
  50. package/dist/attributes/types/AbstractInteger.js.map +1 -1
  51. package/dist/attributes/types/AbstractString.js +2 -2
  52. package/dist/attributes/types/AbstractString.js.map +1 -1
  53. package/dist/attributes/types/address/AbstractAddress.js.map +1 -1
  54. package/dist/attributes/types/address/City.d.ts +8 -2
  55. package/dist/attributes/types/address/City.js +3 -0
  56. package/dist/attributes/types/address/City.js.map +1 -1
  57. package/dist/attributes/types/address/Country.d.ts +9 -2
  58. package/dist/attributes/types/address/Country.js +5 -2
  59. package/dist/attributes/types/address/Country.js.map +1 -1
  60. package/dist/attributes/types/address/DeliveryBoxAddress.d.ts +15 -14
  61. package/dist/attributes/types/address/DeliveryBoxAddress.js.map +1 -1
  62. package/dist/attributes/types/address/HouseNumber.d.ts +9 -2
  63. package/dist/attributes/types/address/HouseNumber.js +6 -0
  64. package/dist/attributes/types/address/HouseNumber.js.map +1 -1
  65. package/dist/attributes/types/address/PostOfficeBoxAddress.d.ts +8 -7
  66. package/dist/attributes/types/address/PostOfficeBoxAddress.js.map +1 -1
  67. package/dist/attributes/types/address/State.d.ts +8 -2
  68. package/dist/attributes/types/address/State.js +3 -0
  69. package/dist/attributes/types/address/State.js.map +1 -1
  70. package/dist/attributes/types/address/Street.d.ts +9 -2
  71. package/dist/attributes/types/address/Street.js +6 -0
  72. package/dist/attributes/types/address/Street.js.map +1 -1
  73. package/dist/attributes/types/address/StreetAddress.d.ts +22 -21
  74. package/dist/attributes/types/address/StreetAddress.js.map +1 -1
  75. package/dist/attributes/types/address/ZipCode.d.ts +9 -2
  76. package/dist/attributes/types/address/ZipCode.js +6 -0
  77. package/dist/attributes/types/address/ZipCode.js.map +1 -1
  78. package/dist/attributes/types/{name/LegalNameDE.d.ts → affiliation/Affiliation.d.ts} +35 -604
  79. package/dist/attributes/types/affiliation/Affiliation.js +77 -0
  80. package/dist/attributes/types/affiliation/Affiliation.js.map +1 -0
  81. package/dist/attributes/types/affiliation/AffiliationOrganization.d.ts +10 -0
  82. package/dist/attributes/types/affiliation/AffiliationOrganization.js +24 -0
  83. package/dist/attributes/types/affiliation/AffiliationOrganization.js.map +1 -0
  84. package/dist/attributes/types/affiliation/AffiliationRole.d.ts +10 -0
  85. package/dist/attributes/types/affiliation/AffiliationRole.js +24 -0
  86. package/dist/attributes/types/affiliation/AffiliationRole.js.map +1 -0
  87. package/dist/attributes/types/affiliation/AffiliationUnit.d.ts +10 -0
  88. package/dist/attributes/types/affiliation/AffiliationUnit.js +24 -0
  89. package/dist/attributes/types/affiliation/AffiliationUnit.js.map +1 -0
  90. package/dist/attributes/types/affiliation/index.d.ts +4 -0
  91. package/dist/attributes/types/affiliation/index.js +21 -0
  92. package/dist/attributes/types/affiliation/index.js.map +1 -0
  93. package/dist/attributes/types/birth/BirthCity.d.ts +9 -2
  94. package/dist/attributes/types/birth/BirthCity.js +8 -2
  95. package/dist/attributes/types/birth/BirthCity.js.map +1 -1
  96. package/dist/attributes/types/birth/BirthCountry.d.ts +9 -2
  97. package/dist/attributes/types/birth/BirthCountry.js +8 -2
  98. package/dist/attributes/types/birth/BirthCountry.js.map +1 -1
  99. package/dist/attributes/types/birth/BirthDate.d.ts +22 -21
  100. package/dist/attributes/types/birth/BirthDate.js.map +1 -1
  101. package/dist/attributes/types/birth/BirthDay.d.ts +9 -2
  102. package/dist/attributes/types/birth/BirthDay.js +8 -2
  103. package/dist/attributes/types/birth/BirthDay.js.map +1 -1
  104. package/dist/attributes/types/birth/BirthMonth.d.ts +9 -2
  105. package/dist/attributes/types/birth/BirthMonth.js +6 -0
  106. package/dist/attributes/types/birth/BirthMonth.js.map +1 -1
  107. package/dist/attributes/types/birth/BirthPlace.d.ts +22 -21
  108. package/dist/attributes/types/birth/BirthPlace.js.map +1 -1
  109. package/dist/attributes/types/birth/BirthState.d.ts +9 -2
  110. package/dist/attributes/types/birth/BirthState.js +8 -2
  111. package/dist/attributes/types/birth/BirthState.js.map +1 -1
  112. package/dist/attributes/types/birth/BirthYear.d.ts +10 -2
  113. package/dist/attributes/types/birth/BirthYear.js +8 -2
  114. package/dist/attributes/types/birth/BirthYear.js.map +1 -1
  115. package/dist/attributes/types/communication/CommunicationLanguage.d.ts +9 -1
  116. package/dist/attributes/types/communication/CommunicationLanguage.js +6 -0
  117. package/dist/attributes/types/communication/CommunicationLanguage.js.map +1 -1
  118. package/dist/attributes/types/communication/EMailAddress.d.ts +9 -1
  119. package/dist/attributes/types/communication/EMailAddress.js +6 -0
  120. package/dist/attributes/types/communication/EMailAddress.js.map +1 -1
  121. package/dist/attributes/types/communication/Fax.d.ts +10 -2
  122. package/dist/attributes/types/communication/Fax.js +8 -2
  123. package/dist/attributes/types/communication/Fax.js.map +1 -1
  124. package/dist/attributes/types/communication/Phone.d.ts +10 -2
  125. package/dist/attributes/types/communication/Phone.js +8 -2
  126. package/dist/attributes/types/communication/Phone.js.map +1 -1
  127. package/dist/attributes/types/communication/Website.d.ts +9 -1
  128. package/dist/attributes/types/communication/Website.js +6 -0
  129. package/dist/attributes/types/communication/Website.js.map +1 -1
  130. package/dist/attributes/types/dates/AbstractDateString.js.map +1 -1
  131. package/dist/attributes/types/dates/AbstractDay.d.ts +8 -1
  132. package/dist/attributes/types/dates/AbstractDay.js.map +1 -1
  133. package/dist/attributes/types/dates/AbstractMonth.d.ts +8 -1
  134. package/dist/attributes/types/dates/AbstractMonth.js.map +1 -1
  135. package/dist/attributes/types/dates/AbstractYear.js.map +1 -1
  136. package/dist/attributes/types/identity/DisplayName.d.ts +10 -0
  137. package/dist/attributes/types/{name → identity}/DisplayName.js +6 -0
  138. package/dist/attributes/types/identity/DisplayName.js.map +1 -0
  139. package/dist/attributes/types/identity/FileReference.d.ts +11 -0
  140. package/dist/attributes/types/{files → identity}/FileReference.js +6 -0
  141. package/dist/attributes/types/identity/FileReference.js.map +1 -0
  142. package/dist/attributes/types/{files → identity}/index.d.ts +1 -0
  143. package/dist/attributes/types/{files → identity}/index.js +1 -0
  144. package/dist/attributes/types/identity/index.js.map +1 -0
  145. package/dist/attributes/types/index.d.ts +2 -3
  146. package/dist/attributes/types/index.js +2 -3
  147. package/dist/attributes/types/index.js.map +1 -1
  148. package/dist/attributes/types/measurements/AbstractLengthMeasurement.js.map +1 -1
  149. package/dist/attributes/types/measurements/AbstractMeasurement.js.map +1 -1
  150. package/dist/attributes/types/name/BirthName.d.ts +9 -2
  151. package/dist/attributes/types/name/BirthName.js +6 -0
  152. package/dist/attributes/types/name/BirthName.js.map +1 -1
  153. package/dist/attributes/types/name/GivenName.d.ts +9 -2
  154. package/dist/attributes/types/name/GivenName.js +6 -0
  155. package/dist/attributes/types/name/GivenName.js.map +1 -1
  156. package/dist/attributes/types/name/HonorificPrefix.d.ts +9 -2
  157. package/dist/attributes/types/name/HonorificPrefix.js +6 -0
  158. package/dist/attributes/types/name/HonorificPrefix.js.map +1 -1
  159. package/dist/attributes/types/name/HonorificSuffix.d.ts +9 -2
  160. package/dist/attributes/types/name/HonorificSuffix.js +6 -0
  161. package/dist/attributes/types/name/HonorificSuffix.js.map +1 -1
  162. package/dist/attributes/types/name/MiddleName.d.ts +10 -0
  163. package/dist/attributes/types/name/MiddleName.js +24 -0
  164. package/dist/attributes/types/name/MiddleName.js.map +1 -0
  165. package/dist/attributes/types/name/{Salutation.d.ts → PersonName.d.ts} +52 -57
  166. package/dist/attributes/types/name/{Salutation.js → PersonName.js} +32 -23
  167. package/dist/attributes/types/name/PersonName.js.map +1 -0
  168. package/dist/attributes/types/name/Pseudonym.d.ts +9 -2
  169. package/dist/attributes/types/name/Pseudonym.js +6 -0
  170. package/dist/attributes/types/name/Pseudonym.js.map +1 -1
  171. package/dist/attributes/types/name/Surname.d.ts +9 -2
  172. package/dist/attributes/types/name/Surname.js +6 -0
  173. package/dist/attributes/types/name/Surname.js.map +1 -1
  174. package/dist/attributes/types/name/index.d.ts +2 -4
  175. package/dist/attributes/types/name/index.js +2 -4
  176. package/dist/attributes/types/name/index.js.map +1 -1
  177. package/dist/attributes/types/person/Citizenship.d.ts +10 -2
  178. package/dist/attributes/types/person/Citizenship.js +8 -2
  179. package/dist/attributes/types/person/Citizenship.js.map +1 -1
  180. package/dist/attributes/types/person/JobTitle.d.ts +10 -0
  181. package/dist/attributes/types/person/{Picture.js → JobTitle.js} +14 -8
  182. package/dist/attributes/types/person/JobTitle.js.map +1 -0
  183. package/dist/attributes/types/person/Nationality.d.ts +10 -2
  184. package/dist/attributes/types/person/Nationality.js +8 -2
  185. package/dist/attributes/types/person/Nationality.js.map +1 -1
  186. package/dist/attributes/types/person/Sex.d.ts +10 -3
  187. package/dist/attributes/types/person/Sex.js +8 -2
  188. package/dist/attributes/types/person/Sex.js.map +1 -1
  189. package/dist/attributes/types/person/index.d.ts +1 -2
  190. package/dist/attributes/types/person/index.js +1 -2
  191. package/dist/attributes/types/person/index.js.map +1 -1
  192. package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +4 -1
  193. package/dist/attributes/types/proprietary/ProprietaryBoolean.js +6 -0
  194. package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
  195. package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +3 -0
  196. package/dist/attributes/types/proprietary/ProprietaryCountry.js +6 -0
  197. package/dist/attributes/types/proprietary/ProprietaryCountry.js.map +1 -1
  198. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +3 -0
  199. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js +6 -0
  200. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js.map +1 -1
  201. package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +3 -0
  202. package/dist/attributes/types/proprietary/ProprietaryFileReference.js +6 -0
  203. package/dist/attributes/types/proprietary/ProprietaryFileReference.js.map +1 -1
  204. package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +3 -0
  205. package/dist/attributes/types/proprietary/ProprietaryFloat.js +6 -0
  206. package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
  207. package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +3 -0
  208. package/dist/attributes/types/proprietary/ProprietaryHEXColor.js +6 -0
  209. package/dist/attributes/types/proprietary/ProprietaryHEXColor.js.map +1 -1
  210. package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +3 -1
  211. package/dist/attributes/types/proprietary/ProprietaryInteger.js +3 -0
  212. package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
  213. package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +3 -0
  214. package/dist/attributes/types/proprietary/ProprietaryLanguage.js +6 -0
  215. package/dist/attributes/types/proprietary/ProprietaryLanguage.js.map +1 -1
  216. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +3 -0
  217. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js +6 -0
  218. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js.map +1 -1
  219. package/dist/attributes/types/proprietary/ProprietaryString.d.ts +3 -0
  220. package/dist/attributes/types/proprietary/ProprietaryString.js +6 -0
  221. package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
  222. package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +3 -0
  223. package/dist/attributes/types/proprietary/ProprietaryURL.js +6 -0
  224. package/dist/attributes/types/proprietary/ProprietaryURL.js.map +1 -1
  225. package/dist/attributes/types/proprietary/index.d.ts +0 -1
  226. package/dist/attributes/types/proprietary/index.js +0 -1
  227. package/dist/attributes/types/proprietary/index.js.map +1 -1
  228. package/dist/attributes/types/strings/AbstractCountry.js.map +1 -1
  229. package/dist/attributes/types/strings/AbstractEMailAddress.js +2 -2
  230. package/dist/attributes/types/strings/AbstractEMailAddress.js.map +1 -1
  231. package/dist/attributes/types/strings/AbstractFileReference.js.map +1 -1
  232. package/dist/attributes/types/strings/AbstractHEXColor.js.map +1 -1
  233. package/dist/attributes/types/strings/AbstractLanguage.js.map +1 -1
  234. package/dist/attributes/types/strings/AbstractPhoneNumber.js.map +1 -1
  235. package/dist/attributes/types/strings/AbstractURL.js.map +1 -1
  236. package/dist/attributes/types/strings/index.d.ts +0 -1
  237. package/dist/attributes/types/strings/index.js +0 -1
  238. package/dist/attributes/types/strings/index.js.map +1 -1
  239. package/dist/buildInformation.js +5 -5
  240. package/dist/forms/Form.d.ts +1 -0
  241. package/dist/forms/Form.js.map +1 -1
  242. package/dist/forms/FormItem.js.map +1 -1
  243. package/dist/forms/items/FormItemBoolean.d.ts +1 -0
  244. package/dist/forms/items/FormItemBoolean.js.map +1 -1
  245. package/dist/forms/items/FormItemDate.d.ts +1 -0
  246. package/dist/forms/items/FormItemDate.js.map +1 -1
  247. package/dist/forms/items/FormItemInvisible.js.map +1 -1
  248. package/dist/forms/items/FormItemMultipleChoice.d.ts +1 -0
  249. package/dist/forms/items/FormItemMultipleChoice.js.map +1 -1
  250. package/dist/forms/items/FormItemMultipleChoiceItem.d.ts +1 -0
  251. package/dist/forms/items/FormItemMultipleChoiceItem.js.map +1 -1
  252. package/dist/forms/items/FormItemSelect.d.ts +1 -0
  253. package/dist/forms/items/FormItemSelect.js.map +1 -1
  254. package/dist/forms/items/FormItemSelectItem.d.ts +1 -0
  255. package/dist/forms/items/FormItemSelectItem.js.map +1 -1
  256. package/dist/forms/items/FormItemString.d.ts +1 -0
  257. package/dist/forms/items/FormItemString.js.map +1 -1
  258. package/dist/forms/items/FormItemText.d.ts +1 -0
  259. package/dist/forms/items/FormItemText.js.map +1 -1
  260. package/dist/messages/Mail.d.ts +3 -2
  261. package/dist/messages/Mail.js +2 -8
  262. package/dist/messages/Mail.js.map +1 -1
  263. package/dist/messages/RequestMail.d.ts +21 -6
  264. package/dist/messages/RequestMail.js +24 -21
  265. package/dist/messages/RequestMail.js.map +1 -1
  266. package/dist/relationships/RelationshipCreationChangeRequestContent.d.ts +18 -0
  267. package/dist/relationships/{RelationshipCreationChangeRequestBody.js → RelationshipCreationChangeRequestContent.js} +12 -9
  268. package/dist/relationships/RelationshipCreationChangeRequestContent.js.map +1 -0
  269. package/dist/relationships/{RelationshipTemplateBody.d.ts → RelationshipTemplateContent.d.ts} +6 -4
  270. package/dist/relationships/{RelationshipTemplateBody.js → RelationshipTemplateContent.js} +14 -11
  271. package/dist/relationships/RelationshipTemplateContent.js.map +1 -0
  272. package/dist/relationships/index.d.ts +2 -2
  273. package/dist/relationships/index.js +2 -2
  274. package/dist/relationships/index.js.map +1 -1
  275. package/dist/requests/Request.d.ts +2 -1
  276. package/dist/requests/Request.js +2 -2
  277. package/dist/requests/Request.js.map +1 -1
  278. package/dist/requests/RequestItem.d.ts +18 -5
  279. package/dist/requests/RequestItem.js +7 -2
  280. package/dist/requests/RequestItem.js.map +1 -1
  281. package/dist/requests/RequestItemGroup.d.ts +4 -3
  282. package/dist/requests/RequestItemGroup.js +2 -2
  283. package/dist/requests/RequestItemGroup.js.map +1 -1
  284. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +10 -0
  285. package/dist/requests/items/authentication/AuthenticationRequestItem.js +24 -0
  286. package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -0
  287. package/dist/requests/items/consent/ConsentRequestItem.d.ts +3 -4
  288. package/dist/requests/items/consent/ConsentRequestItem.js +8 -7
  289. package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
  290. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeAcceptResponseItem.d.ts +2 -0
  291. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeAcceptResponseItem.js +3 -0
  292. package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.js.map +1 -0
  293. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeRequestItem.d.ts +5 -7
  294. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeRequestItem.js +4 -7
  295. package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.js.map +1 -0
  296. package/dist/requests/items/index.d.ts +6 -2
  297. package/dist/requests/items/index.js +6 -2
  298. package/dist/requests/items/index.js.map +1 -1
  299. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +2 -0
  300. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js +3 -0
  301. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
  302. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +3 -1
  303. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js +9 -4
  304. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
  305. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +2 -0
  306. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js +3 -0
  307. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
  308. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +5 -4
  309. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js +5 -3
  310. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
  311. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts +13 -0
  312. package/dist/{attributes/types/proprietary/ProprietaryDataURL.js → requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js} +15 -14
  313. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js.map +1 -0
  314. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts +14 -0
  315. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js +35 -0
  316. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js.map +1 -0
  317. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +14 -0
  318. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js +33 -0
  319. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -0
  320. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +12 -8
  321. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js +9 -5
  322. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  323. package/dist/requests/old/AttributesChangeRequest.d.ts +2 -2
  324. package/dist/requests/old/AttributesChangeRequest.js +0 -11
  325. package/dist/requests/old/AttributesChangeRequest.js.map +1 -1
  326. package/dist/requests/old/AttributesRequest.d.ts +2 -2
  327. package/dist/requests/old/AttributesRequest.js +0 -10
  328. package/dist/requests/old/AttributesRequest.js.map +1 -1
  329. package/dist/requests/old/AttributesShareRequest.d.ts +2 -1
  330. package/dist/requests/old/AttributesShareRequest.js.map +1 -1
  331. package/dist/requests/response/AcceptResponseItem.d.ts +5 -5
  332. package/dist/requests/response/AcceptResponseItem.js +2 -2
  333. package/dist/requests/response/AcceptResponseItem.js.map +1 -1
  334. package/dist/requests/response/ErrorResponseItem.d.ts +2 -1
  335. package/dist/requests/response/ErrorResponseItem.js +2 -2
  336. package/dist/requests/response/ErrorResponseItem.js.map +1 -1
  337. package/dist/requests/response/RejectResponseItem.d.ts +2 -1
  338. package/dist/requests/response/RejectResponseItem.js +2 -2
  339. package/dist/requests/response/RejectResponseItem.js.map +1 -1
  340. package/dist/requests/response/Response.d.ts +2 -1
  341. package/dist/requests/response/Response.js +2 -2
  342. package/dist/requests/response/Response.js.map +1 -1
  343. package/dist/requests/response/ResponseItem.d.ts +1 -1
  344. package/dist/requests/response/ResponseItem.js +2 -2
  345. package/dist/requests/response/ResponseItem.js.map +1 -1
  346. package/dist/requests/response/ResponseItemGroup.d.ts +2 -1
  347. package/dist/requests/response/ResponseItemGroup.js +2 -2
  348. package/dist/requests/response/ResponseItemGroup.js.map +1 -1
  349. package/lib-web/nmshd.content.js +4182 -4583
  350. package/lib-web/nmshd.content.min.js +1 -1
  351. package/package.json +17 -16
  352. package/dist/attributes/hints/RelationshipAttributeCreationHints.d.ts +0 -31
  353. package/dist/attributes/hints/RelationshipAttributeCreationHints.js +0 -64
  354. package/dist/attributes/hints/RelationshipAttributeCreationHints.js.map +0 -1
  355. package/dist/attributes/types/AttributeList.d.ts +0 -1
  356. package/dist/attributes/types/AttributeList.js +0 -37
  357. package/dist/attributes/types/AttributeList.js.map +0 -1
  358. package/dist/attributes/types/AttributeTypeMapping.d.ts +0 -1
  359. package/dist/attributes/types/AttributeTypeMapping.js +0 -9
  360. package/dist/attributes/types/AttributeTypeMapping.js.map +0 -1
  361. package/dist/attributes/types/files/FileReference.d.ts +0 -3
  362. package/dist/attributes/types/files/FileReference.js.map +0 -1
  363. package/dist/attributes/types/files/index.js.map +0 -1
  364. package/dist/attributes/types/name/AbstractLegalName.d.ts +0 -3
  365. package/dist/attributes/types/name/AbstractLegalName.js +0 -8
  366. package/dist/attributes/types/name/AbstractLegalName.js.map +0 -1
  367. package/dist/attributes/types/name/DisplayName.d.ts +0 -3
  368. package/dist/attributes/types/name/DisplayName.js.map +0 -1
  369. package/dist/attributes/types/name/LegalNameDE.js +0 -92
  370. package/dist/attributes/types/name/LegalNameDE.js.map +0 -1
  371. package/dist/attributes/types/name/Salutation.js.map +0 -1
  372. package/dist/attributes/types/person/Age.d.ts +0 -6
  373. package/dist/attributes/types/person/Age.js +0 -34
  374. package/dist/attributes/types/person/Age.js.map +0 -1
  375. package/dist/attributes/types/person/Picture.d.ts +0 -3
  376. package/dist/attributes/types/person/Picture.js.map +0 -1
  377. package/dist/attributes/types/proprietary/ProprietaryDataURL.d.ts +0 -14
  378. package/dist/attributes/types/proprietary/ProprietaryDataURL.js.map +0 -1
  379. package/dist/attributes/types/strings/AbstractDataURL.d.ts +0 -7
  380. package/dist/attributes/types/strings/AbstractDataURL.js +0 -40
  381. package/dist/attributes/types/strings/AbstractDataURL.js.map +0 -1
  382. package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +0 -16
  383. package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +0 -1
  384. package/dist/relationships/RelationshipTemplateBody.js.map +0 -1
  385. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.js.map +0 -1
  386. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.js.map +0 -1
@@ -1,570 +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
- surname: AbstractStringJSON;
12
- givenNames: AbstractStringJSON[];
13
- birthName?: AbstractStringJSON;
14
- pseudonym?: AbstractStringJSON;
15
- 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;
16
12
  }
17
- export interface ILegalNameDE extends IAbstractComplexValue {
18
- surname: Surname | IAbstractString | string;
19
- givenNames: GivenName[] | IAbstractString[] | string[];
20
- birthName?: BirthName | IAbstractString | string;
21
- pseudonym?: Pseudonym | IAbstractString | string;
22
- 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;
23
17
  }
24
- export declare class LegalNameDE extends LegalName {
18
+ export declare class Affiliation extends AbstractComplexValue implements IAffiliation {
25
19
  static readonly propertyNames: {
26
- surname: {
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
- }>;
20
+ role: {
568
21
  toJSON: import("easy-tsnameof").PathHandlers<{
569
22
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
570
23
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -572,20 +25,6 @@ export declare class LegalNameDE extends LegalName {
572
25
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
573
26
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
574
27
  }>;
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
28
  value: import("easy-tsnameof").PathHandlers<{
590
29
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
591
30
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -849,13 +288,6 @@ export declare class LegalNameDE extends LegalName {
849
288
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
850
289
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
851
290
  }>;
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
291
  } & import("easy-tsnameof").PathHandlers<{
860
292
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
861
293
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -863,7 +295,14 @@ export declare class LegalNameDE extends LegalName {
863
295
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
864
296
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
865
297
  }>;
866
- 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
+ }>;
867
306
  value: import("easy-tsnameof").PathHandlers<{
868
307
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
869
308
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -1127,13 +566,6 @@ export declare class LegalNameDE extends LegalName {
1127
566
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1128
567
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1129
568
  }>;
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
569
  } & import("easy-tsnameof").PathHandlers<{
1138
570
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
1139
571
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -1141,7 +573,14 @@ export declare class LegalNameDE extends LegalName {
1141
573
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1142
574
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1143
575
  }>;
1144
- 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
+ }>;
1145
584
  value: import("easy-tsnameof").PathHandlers<{
1146
585
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
1147
586
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -1405,13 +844,6 @@ export declare class LegalNameDE extends LegalName {
1405
844
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1406
845
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1407
846
  }>;
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
847
  } & import("easy-tsnameof").PathHandlers<{
1416
848
  $path: (path: import("easy-tsnameof").PathKey[]) => string;
1417
849
  $rawPath: (path: import("easy-tsnameof").PathKey[]) => import("easy-tsnameof").PathKey[];
@@ -1689,12 +1121,11 @@ export declare class LegalNameDE extends LegalName {
1689
1121
  valueOf: (path: import("easy-tsnameof").PathKey[]) => () => string;
1690
1122
  [Symbol.toStringTag]: (path: import("easy-tsnameof").PathKey[]) => string;
1691
1123
  }>;
1692
- surname: Surname;
1693
- givenNames: GivenName[];
1694
- birthName?: BirthName;
1695
- pseudonym?: Pseudonym;
1696
- honorificPrefix?: HonorificPrefix;
1124
+ role?: AffiliationRole;
1125
+ organization: AffiliationOrganization;
1126
+ unit?: AffiliationUnit;
1697
1127
  static get valueHints(): ValueHints;
1698
1128
  static get renderHints(): RenderHints;
1129
+ static from(value: IAffiliation | AffiliationJSON): Affiliation;
1699
1130
  toString(): string;
1700
1131
  }