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

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 (380) 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 +139 -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.js.map +1 -1
  157. package/dist/attributes/types/name/HonorificSuffix.js.map +1 -1
  158. package/dist/attributes/types/name/MiddleName.d.ts +3 -0
  159. package/dist/attributes/types/{person/Picture.js → name/MiddleName.js} +8 -8
  160. package/dist/attributes/types/name/MiddleName.js.map +1 -0
  161. package/dist/attributes/types/name/{Salutation.d.ts → PersonName.d.ts} +24 -29
  162. package/dist/attributes/types/name/{Salutation.js → PersonName.js} +32 -23
  163. package/dist/attributes/types/name/PersonName.js.map +1 -0
  164. package/dist/attributes/types/name/Pseudonym.d.ts +9 -2
  165. package/dist/attributes/types/name/Pseudonym.js +6 -0
  166. package/dist/attributes/types/name/Pseudonym.js.map +1 -1
  167. package/dist/attributes/types/name/Surname.js.map +1 -1
  168. package/dist/attributes/types/name/index.d.ts +2 -4
  169. package/dist/attributes/types/name/index.js +2 -4
  170. package/dist/attributes/types/name/index.js.map +1 -1
  171. package/dist/attributes/types/person/Citizenship.d.ts +10 -2
  172. package/dist/attributes/types/person/Citizenship.js +8 -2
  173. package/dist/attributes/types/person/Citizenship.js.map +1 -1
  174. package/dist/attributes/types/person/JobTitle.d.ts +10 -0
  175. package/dist/attributes/types/person/JobTitle.js +24 -0
  176. package/dist/attributes/types/person/JobTitle.js.map +1 -0
  177. package/dist/attributes/types/person/Nationality.d.ts +10 -2
  178. package/dist/attributes/types/person/Nationality.js +8 -2
  179. package/dist/attributes/types/person/Nationality.js.map +1 -1
  180. package/dist/attributes/types/person/Sex.d.ts +10 -3
  181. package/dist/attributes/types/person/Sex.js +8 -2
  182. package/dist/attributes/types/person/Sex.js.map +1 -1
  183. package/dist/attributes/types/person/index.d.ts +1 -2
  184. package/dist/attributes/types/person/index.js +1 -2
  185. package/dist/attributes/types/person/index.js.map +1 -1
  186. package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +4 -1
  187. package/dist/attributes/types/proprietary/ProprietaryBoolean.js +6 -0
  188. package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
  189. package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +3 -0
  190. package/dist/attributes/types/proprietary/ProprietaryCountry.js +6 -0
  191. package/dist/attributes/types/proprietary/ProprietaryCountry.js.map +1 -1
  192. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +3 -0
  193. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js +6 -0
  194. package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js.map +1 -1
  195. package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +3 -0
  196. package/dist/attributes/types/proprietary/ProprietaryFileReference.js +6 -0
  197. package/dist/attributes/types/proprietary/ProprietaryFileReference.js.map +1 -1
  198. package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +3 -0
  199. package/dist/attributes/types/proprietary/ProprietaryFloat.js +6 -0
  200. package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
  201. package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +3 -0
  202. package/dist/attributes/types/proprietary/ProprietaryHEXColor.js +6 -0
  203. package/dist/attributes/types/proprietary/ProprietaryHEXColor.js.map +1 -1
  204. package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +3 -1
  205. package/dist/attributes/types/proprietary/ProprietaryInteger.js +3 -0
  206. package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
  207. package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +3 -0
  208. package/dist/attributes/types/proprietary/ProprietaryLanguage.js +6 -0
  209. package/dist/attributes/types/proprietary/ProprietaryLanguage.js.map +1 -1
  210. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +3 -0
  211. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js +6 -0
  212. package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js.map +1 -1
  213. package/dist/attributes/types/proprietary/ProprietaryString.d.ts +3 -0
  214. package/dist/attributes/types/proprietary/ProprietaryString.js +6 -0
  215. package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
  216. package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +3 -0
  217. package/dist/attributes/types/proprietary/ProprietaryURL.js +6 -0
  218. package/dist/attributes/types/proprietary/ProprietaryURL.js.map +1 -1
  219. package/dist/attributes/types/proprietary/index.d.ts +0 -1
  220. package/dist/attributes/types/proprietary/index.js +0 -1
  221. package/dist/attributes/types/proprietary/index.js.map +1 -1
  222. package/dist/attributes/types/strings/AbstractCountry.js.map +1 -1
  223. package/dist/attributes/types/strings/AbstractEMailAddress.js +2 -2
  224. package/dist/attributes/types/strings/AbstractEMailAddress.js.map +1 -1
  225. package/dist/attributes/types/strings/AbstractFileReference.js.map +1 -1
  226. package/dist/attributes/types/strings/AbstractHEXColor.js.map +1 -1
  227. package/dist/attributes/types/strings/AbstractLanguage.js.map +1 -1
  228. package/dist/attributes/types/strings/AbstractPhoneNumber.js.map +1 -1
  229. package/dist/attributes/types/strings/AbstractURL.js.map +1 -1
  230. package/dist/attributes/types/strings/index.d.ts +0 -1
  231. package/dist/attributes/types/strings/index.js +0 -1
  232. package/dist/attributes/types/strings/index.js.map +1 -1
  233. package/dist/buildInformation.js +5 -5
  234. package/dist/forms/Form.d.ts +1 -0
  235. package/dist/forms/Form.js.map +1 -1
  236. package/dist/forms/FormItem.js.map +1 -1
  237. package/dist/forms/items/FormItemBoolean.d.ts +1 -0
  238. package/dist/forms/items/FormItemBoolean.js.map +1 -1
  239. package/dist/forms/items/FormItemDate.d.ts +1 -0
  240. package/dist/forms/items/FormItemDate.js.map +1 -1
  241. package/dist/forms/items/FormItemInvisible.js.map +1 -1
  242. package/dist/forms/items/FormItemMultipleChoice.d.ts +1 -0
  243. package/dist/forms/items/FormItemMultipleChoice.js.map +1 -1
  244. package/dist/forms/items/FormItemMultipleChoiceItem.d.ts +1 -0
  245. package/dist/forms/items/FormItemMultipleChoiceItem.js.map +1 -1
  246. package/dist/forms/items/FormItemSelect.d.ts +1 -0
  247. package/dist/forms/items/FormItemSelect.js.map +1 -1
  248. package/dist/forms/items/FormItemSelectItem.d.ts +1 -0
  249. package/dist/forms/items/FormItemSelectItem.js.map +1 -1
  250. package/dist/forms/items/FormItemString.d.ts +1 -0
  251. package/dist/forms/items/FormItemString.js.map +1 -1
  252. package/dist/forms/items/FormItemText.d.ts +1 -0
  253. package/dist/forms/items/FormItemText.js.map +1 -1
  254. package/dist/messages/Mail.d.ts +3 -2
  255. package/dist/messages/Mail.js +2 -8
  256. package/dist/messages/Mail.js.map +1 -1
  257. package/dist/messages/RequestMail.d.ts +21 -6
  258. package/dist/messages/RequestMail.js +24 -21
  259. package/dist/messages/RequestMail.js.map +1 -1
  260. package/dist/relationships/RelationshipCreationChangeRequestContent.d.ts +18 -0
  261. package/dist/relationships/{RelationshipCreationChangeRequestBody.js → RelationshipCreationChangeRequestContent.js} +12 -9
  262. package/dist/relationships/RelationshipCreationChangeRequestContent.js.map +1 -0
  263. package/dist/relationships/{RelationshipTemplateBody.d.ts → RelationshipTemplateContent.d.ts} +6 -4
  264. package/dist/relationships/{RelationshipTemplateBody.js → RelationshipTemplateContent.js} +14 -11
  265. package/dist/relationships/RelationshipTemplateContent.js.map +1 -0
  266. package/dist/relationships/index.d.ts +2 -2
  267. package/dist/relationships/index.js +2 -2
  268. package/dist/relationships/index.js.map +1 -1
  269. package/dist/requests/Request.d.ts +2 -1
  270. package/dist/requests/Request.js +2 -2
  271. package/dist/requests/Request.js.map +1 -1
  272. package/dist/requests/RequestItem.d.ts +18 -5
  273. package/dist/requests/RequestItem.js +7 -2
  274. package/dist/requests/RequestItem.js.map +1 -1
  275. package/dist/requests/RequestItemGroup.d.ts +4 -3
  276. package/dist/requests/RequestItemGroup.js +2 -2
  277. package/dist/requests/RequestItemGroup.js.map +1 -1
  278. package/dist/requests/items/authentication/AuthenticationRequestItem.d.ts +10 -0
  279. package/dist/requests/items/authentication/AuthenticationRequestItem.js +24 -0
  280. package/dist/requests/items/authentication/AuthenticationRequestItem.js.map +1 -0
  281. package/dist/requests/items/consent/ConsentRequestItem.d.ts +3 -4
  282. package/dist/requests/items/consent/ConsentRequestItem.js +8 -7
  283. package/dist/requests/items/consent/ConsentRequestItem.js.map +1 -1
  284. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeAcceptResponseItem.d.ts +2 -0
  285. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeAcceptResponseItem.js +3 -0
  286. package/dist/requests/items/createRelationshipAttribute/CreateAttributeAcceptResponseItem.js.map +1 -0
  287. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeRequestItem.d.ts +5 -7
  288. package/dist/requests/items/{createAttribute → createRelationshipAttribute}/CreateAttributeRequestItem.js +4 -7
  289. package/dist/requests/items/createRelationshipAttribute/CreateAttributeRequestItem.js.map +1 -0
  290. package/dist/requests/items/index.d.ts +6 -2
  291. package/dist/requests/items/index.js +6 -2
  292. package/dist/requests/items/index.js.map +1 -1
  293. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.d.ts +2 -0
  294. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js +3 -0
  295. package/dist/requests/items/proposeAttribute/ProposeAttributeAcceptResponseItem.js.map +1 -1
  296. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.d.ts +3 -1
  297. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js +9 -4
  298. package/dist/requests/items/proposeAttribute/ProposeAttributeRequestItem.js.map +1 -1
  299. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.d.ts +2 -0
  300. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js +3 -0
  301. package/dist/requests/items/readAttribute/ReadAttributeAcceptResponseItem.js.map +1 -1
  302. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.d.ts +5 -4
  303. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js +5 -3
  304. package/dist/requests/items/readAttribute/ReadAttributeRequestItem.js.map +1 -1
  305. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.d.ts +13 -0
  306. package/dist/{attributes/types/proprietary/ProprietaryDataURL.js → requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js} +15 -14
  307. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerAcceptResponseItem.js.map +1 -0
  308. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.d.ts +14 -0
  309. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js +35 -0
  310. package/dist/requests/items/registerAttributeListener/RegisterAttributeListenerRequestItem.js.map +1 -0
  311. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.d.ts +14 -0
  312. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js +33 -0
  313. package/dist/requests/items/shareAttribute/ShareAttributeAcceptResponseItem.js.map +1 -0
  314. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.d.ts +12 -8
  315. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js +9 -5
  316. package/dist/requests/items/shareAttribute/ShareAttributeRequestItem.js.map +1 -1
  317. package/dist/requests/old/AttributesChangeRequest.d.ts +2 -2
  318. package/dist/requests/old/AttributesChangeRequest.js +0 -11
  319. package/dist/requests/old/AttributesChangeRequest.js.map +1 -1
  320. package/dist/requests/old/AttributesRequest.d.ts +2 -2
  321. package/dist/requests/old/AttributesRequest.js +0 -10
  322. package/dist/requests/old/AttributesRequest.js.map +1 -1
  323. package/dist/requests/old/AttributesShareRequest.d.ts +2 -1
  324. package/dist/requests/old/AttributesShareRequest.js.map +1 -1
  325. package/dist/requests/response/AcceptResponseItem.d.ts +5 -5
  326. package/dist/requests/response/AcceptResponseItem.js +2 -2
  327. package/dist/requests/response/AcceptResponseItem.js.map +1 -1
  328. package/dist/requests/response/ErrorResponseItem.d.ts +2 -1
  329. package/dist/requests/response/ErrorResponseItem.js +2 -2
  330. package/dist/requests/response/ErrorResponseItem.js.map +1 -1
  331. package/dist/requests/response/RejectResponseItem.d.ts +2 -1
  332. package/dist/requests/response/RejectResponseItem.js +2 -2
  333. package/dist/requests/response/RejectResponseItem.js.map +1 -1
  334. package/dist/requests/response/Response.d.ts +2 -1
  335. package/dist/requests/response/Response.js +2 -2
  336. package/dist/requests/response/Response.js.map +1 -1
  337. package/dist/requests/response/ResponseItem.d.ts +1 -1
  338. package/dist/requests/response/ResponseItem.js +2 -2
  339. package/dist/requests/response/ResponseItem.js.map +1 -1
  340. package/dist/requests/response/ResponseItemGroup.d.ts +2 -1
  341. package/dist/requests/response/ResponseItemGroup.js +2 -2
  342. package/dist/requests/response/ResponseItemGroup.js.map +1 -1
  343. package/lib-web/nmshd.content.js +4160 -4591
  344. package/lib-web/nmshd.content.min.js +1 -1
  345. package/package.json +17 -16
  346. package/dist/attributes/hints/RelationshipAttributeCreationHints.d.ts +0 -31
  347. package/dist/attributes/hints/RelationshipAttributeCreationHints.js +0 -64
  348. package/dist/attributes/hints/RelationshipAttributeCreationHints.js.map +0 -1
  349. package/dist/attributes/types/AttributeList.d.ts +0 -1
  350. package/dist/attributes/types/AttributeList.js +0 -37
  351. package/dist/attributes/types/AttributeList.js.map +0 -1
  352. package/dist/attributes/types/AttributeTypeMapping.d.ts +0 -1
  353. package/dist/attributes/types/AttributeTypeMapping.js +0 -9
  354. package/dist/attributes/types/AttributeTypeMapping.js.map +0 -1
  355. package/dist/attributes/types/files/FileReference.d.ts +0 -3
  356. package/dist/attributes/types/files/FileReference.js.map +0 -1
  357. package/dist/attributes/types/files/index.js.map +0 -1
  358. package/dist/attributes/types/name/AbstractLegalName.d.ts +0 -3
  359. package/dist/attributes/types/name/AbstractLegalName.js +0 -8
  360. package/dist/attributes/types/name/AbstractLegalName.js.map +0 -1
  361. package/dist/attributes/types/name/DisplayName.d.ts +0 -3
  362. package/dist/attributes/types/name/DisplayName.js.map +0 -1
  363. package/dist/attributes/types/name/LegalNameDE.js +0 -92
  364. package/dist/attributes/types/name/LegalNameDE.js.map +0 -1
  365. package/dist/attributes/types/name/Salutation.js.map +0 -1
  366. package/dist/attributes/types/person/Age.d.ts +0 -6
  367. package/dist/attributes/types/person/Age.js +0 -34
  368. package/dist/attributes/types/person/Age.js.map +0 -1
  369. package/dist/attributes/types/person/Picture.d.ts +0 -3
  370. package/dist/attributes/types/person/Picture.js.map +0 -1
  371. package/dist/attributes/types/proprietary/ProprietaryDataURL.d.ts +0 -14
  372. package/dist/attributes/types/proprietary/ProprietaryDataURL.js.map +0 -1
  373. package/dist/attributes/types/strings/AbstractDataURL.d.ts +0 -7
  374. package/dist/attributes/types/strings/AbstractDataURL.js +0 -40
  375. package/dist/attributes/types/strings/AbstractDataURL.js.map +0 -1
  376. package/dist/relationships/RelationshipCreationChangeRequestBody.d.ts +0 -16
  377. package/dist/relationships/RelationshipCreationChangeRequestBody.js.map +0 -1
  378. package/dist/relationships/RelationshipTemplateBody.js.map +0 -1
  379. package/dist/requests/items/createAttribute/CreateAttributeAcceptResponseItem.js.map +0 -1
  380. package/dist/requests/items/createAttribute/CreateAttributeRequestItem.js.map +0 -1
@@ -8,8 +8,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.BirthState = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
- const State_1 = require("../address/State");
12
- let BirthState = class BirthState extends State_1.State {
11
+ const address_1 = require("../address");
12
+ let BirthState = class BirthState extends address_1.State {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  BirthState = __decorate([
15
21
  (0, ts_serval_1.type)("BirthState")
@@ -1 +1 @@
1
- {"version":3,"file":"BirthState.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthState.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,4CAAwC;AAGxC,IAAa,UAAU,GAAvB,MAAa,UAAW,SAAQ,aAAK;CAAG,CAAA;AAA3B,UAAU;IADtB,IAAA,gBAAI,EAAC,YAAY,CAAC;GACN,UAAU,CAAiB;AAA3B,gCAAU"}
1
+ {"version":3,"file":"BirthState.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthState.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,wCAAqD;AAS9C,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,eAAK;IAC1B,MAAM,CAAU,IAAI,CAAC,KAA4C;QACpE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAmB,CAAA;IACrE,CAAC;CACJ,CAAA;AARY,UAAU;IADtB,IAAA,gBAAI,EAAC,YAAY,CAAC;GACN,UAAU,CAQtB;AARY,gCAAU"}
@@ -1,3 +1,11 @@
1
- import { AbstractYear } from "../dates/AbstractYear";
2
- export declare class BirthYear extends AbstractYear {
1
+ import { IAbstractInteger, IAbstractIntegerJSON } from "../AbstractInteger";
2
+ import { AbstractYear } from "../dates";
3
+ export interface BirthYearJSON extends IAbstractIntegerJSON {
4
+ "@type": "BirthYear";
5
+ }
6
+ export interface IBirthYear extends IAbstractInteger {
7
+ }
8
+ export declare class BirthYear extends AbstractYear implements IBirthYear {
9
+ static from(value: IBirthYear | BirthYearJSON | number): BirthYear;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): BirthYearJSON;
3
11
  }
@@ -8,8 +8,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.BirthYear = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
- const AbstractYear_1 = require("../dates/AbstractYear");
12
- let BirthYear = class BirthYear extends AbstractYear_1.AbstractYear {
11
+ const dates_1 = require("../dates");
12
+ let BirthYear = class BirthYear extends dates_1.AbstractYear {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  BirthYear = __decorate([
15
21
  (0, ts_serval_1.type)("BirthYear")
@@ -1 +1 @@
1
- {"version":3,"file":"BirthYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthYear.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,wDAAoD;AAGpD,IAAa,SAAS,GAAtB,MAAa,SAAU,SAAQ,2BAAY;CAAG,CAAA;AAAjC,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAAwB;AAAjC,8BAAS"}
1
+ {"version":3,"file":"BirthYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/birth/BirthYear.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,oCAAuC;AAShC,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,oBAAY;IAChC,MAAM,CAAC,IAAI,CAAC,KAA0C;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
@@ -1,3 +1,11 @@
1
+ import { IAbstractString, IAbstractStringJSON } from "../AbstractString";
1
2
  import { AbstractLanguage } from "../strings/AbstractLanguage";
2
- export declare class CommunicationLanguage extends AbstractLanguage {
3
+ export interface CommunicationLanguageJSON extends IAbstractStringJSON {
4
+ "@type": "CommunicationLanguage";
5
+ }
6
+ export interface ICommunicationLanguage extends IAbstractString {
7
+ }
8
+ export declare class CommunicationLanguage extends AbstractLanguage implements ICommunicationLanguage {
9
+ static from(value: ICommunicationLanguage | CommunicationLanguageJSON | string): CommunicationLanguage;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): CommunicationLanguageJSON;
3
11
  }
@@ -10,6 +10,12 @@ exports.CommunicationLanguage = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const AbstractLanguage_1 = require("../strings/AbstractLanguage");
12
12
  let CommunicationLanguage = class CommunicationLanguage extends AbstractLanguage_1.AbstractLanguage {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  CommunicationLanguage = __decorate([
15
21
  (0, ts_serval_1.type)("CommunicationLanguage")
@@ -1 +1 @@
1
- {"version":3,"file":"CommunicationLanguage.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/CommunicationLanguage.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,kEAA8D;AAG9D,IAAa,qBAAqB,GAAlC,MAAa,qBAAsB,SAAQ,mCAAgB;CAAG,CAAA;AAAjD,qBAAqB;IADjC,IAAA,gBAAI,EAAC,uBAAuB,CAAC;GACjB,qBAAqB,CAA4B;AAAjD,sDAAqB"}
1
+ {"version":3,"file":"CommunicationLanguage.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/CommunicationLanguage.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,kEAA8D;AASvD,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,mCAAgB;IAChD,MAAM,CAAC,IAAI,CAAC,KAAkE;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAClB,OAA6B,EAC7B,iBAAuC;QAEvC,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAA8B,CAAA;IAChF,CAAC;CACJ,CAAA;AAXY,qBAAqB;IADjC,IAAA,gBAAI,EAAC,uBAAuB,CAAC;GACjB,qBAAqB,CAWjC;AAXY,sDAAqB"}
@@ -1,3 +1,11 @@
1
+ import { IAbstractString, IAbstractStringJSON } from "../AbstractString";
1
2
  import { AbstractEMailAddress } from "../strings/AbstractEMailAddress";
2
- export declare class EMailAddress extends AbstractEMailAddress {
3
+ export interface EMailAddressJSON extends IAbstractStringJSON {
4
+ "@type": "EMailAddress";
5
+ }
6
+ export interface IEMailAddress extends IAbstractString {
7
+ }
8
+ export declare class EMailAddress extends AbstractEMailAddress implements IEMailAddress {
9
+ static from(value: IEMailAddress | EMailAddressJSON | string): EMailAddress;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): EMailAddressJSON;
3
11
  }
@@ -10,6 +10,12 @@ exports.EMailAddress = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const AbstractEMailAddress_1 = require("../strings/AbstractEMailAddress");
12
12
  let EMailAddress = class EMailAddress extends AbstractEMailAddress_1.AbstractEMailAddress {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  EMailAddress = __decorate([
15
21
  (0, ts_serval_1.type)("EMailAddress")
@@ -1 +1 @@
1
- {"version":3,"file":"EMailAddress.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/EMailAddress.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,0EAAsE;AAGtE,IAAa,YAAY,GAAzB,MAAa,YAAa,SAAQ,2CAAoB;CAAG,CAAA;AAA5C,YAAY;IADxB,IAAA,gBAAI,EAAC,cAAc,CAAC;GACR,YAAY,CAAgC;AAA5C,oCAAY"}
1
+ {"version":3,"file":"EMailAddress.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/EMailAddress.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,0EAAsE;AAS/D,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,2CAAoB;IAC3C,MAAM,CAAC,IAAI,CAAC,KAAgD;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAqB,CAAA;IACvE,CAAC;CACJ,CAAA;AARY,YAAY;IADxB,IAAA,gBAAI,EAAC,cAAc,CAAC;GACR,YAAY,CAQxB;AARY,oCAAY"}
@@ -1,3 +1,11 @@
1
- import { AbstractPhoneNumber } from "../strings/AbstractPhoneNumber";
2
- export declare class Fax extends AbstractPhoneNumber {
1
+ import { IAbstractString, IAbstractStringJSON } from "../AbstractString";
2
+ import { AbstractPhoneNumber } from "../strings";
3
+ export interface FaxJSON extends IAbstractStringJSON {
4
+ "@type": "Fax";
5
+ }
6
+ export interface IFax extends IAbstractString {
7
+ }
8
+ export declare class Fax extends AbstractPhoneNumber implements IFax {
9
+ static from(value: IFax | FaxJSON | string): Fax;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): FaxJSON;
3
11
  }
@@ -8,8 +8,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.Fax = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
- const AbstractPhoneNumber_1 = require("../strings/AbstractPhoneNumber");
12
- let Fax = class Fax extends AbstractPhoneNumber_1.AbstractPhoneNumber {
11
+ const strings_1 = require("../strings");
12
+ let Fax = class Fax extends strings_1.AbstractPhoneNumber {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  Fax = __decorate([
15
21
  (0, ts_serval_1.type)("Fax")
@@ -1 +1 @@
1
- {"version":3,"file":"Fax.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/Fax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,wEAAoE;AAGpE,IAAa,GAAG,GAAhB,MAAa,GAAI,SAAQ,yCAAmB;CAAG,CAAA;AAAlC,GAAG;IADf,IAAA,gBAAI,EAAC,KAAK,CAAC;GACC,GAAG,CAA+B;AAAlC,kBAAG"}
1
+ {"version":3,"file":"Fax.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/Fax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAgD;AASzC,IAAM,GAAG,GAAT,MAAM,GAAI,SAAQ,6BAAmB;IACjC,MAAM,CAAC,IAAI,CAAC,KAA8B;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAY,CAAA;IAC9D,CAAC;CACJ,CAAA;AARY,GAAG;IADf,IAAA,gBAAI,EAAC,KAAK,CAAC;GACC,GAAG,CAQf;AARY,kBAAG"}
@@ -1,3 +1,11 @@
1
- import { AbstractPhoneNumber } from "../strings/AbstractPhoneNumber";
2
- export declare class Phone extends AbstractPhoneNumber {
1
+ import { IAbstractString, IAbstractStringJSON } from "../AbstractString";
2
+ import { AbstractPhoneNumber } from "../strings";
3
+ export interface PhoneJSON extends IAbstractStringJSON {
4
+ "@type": "Phone";
5
+ }
6
+ export interface IPhone extends IAbstractString {
7
+ }
8
+ export declare class Phone extends AbstractPhoneNumber implements IPhone {
9
+ static from(value: IPhone | PhoneJSON | string): Phone;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): PhoneJSON;
3
11
  }
@@ -8,8 +8,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.Phone = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
- const AbstractPhoneNumber_1 = require("../strings/AbstractPhoneNumber");
12
- let Phone = class Phone extends AbstractPhoneNumber_1.AbstractPhoneNumber {
11
+ const strings_1 = require("../strings");
12
+ let Phone = class Phone extends strings_1.AbstractPhoneNumber {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  Phone = __decorate([
15
21
  (0, ts_serval_1.type)("Phone")
@@ -1 +1 @@
1
- {"version":3,"file":"Phone.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/Phone.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,wEAAoE;AAGpE,IAAa,KAAK,GAAlB,MAAa,KAAM,SAAQ,yCAAmB;CAAG,CAAA;AAApC,KAAK;IADjB,IAAA,gBAAI,EAAC,OAAO,CAAC;GACD,KAAK,CAA+B;AAApC,sBAAK"}
1
+ {"version":3,"file":"Phone.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/Phone.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAgD;AASzC,IAAM,KAAK,GAAX,MAAM,KAAM,SAAQ,6BAAmB;IACnC,MAAM,CAAC,IAAI,CAAC,KAAkC;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAc,CAAA;IAChE,CAAC;CACJ,CAAA;AARY,KAAK;IADjB,IAAA,gBAAI,EAAC,OAAO,CAAC;GACD,KAAK,CAQjB;AARY,sBAAK"}
@@ -1,3 +1,11 @@
1
+ import { IAbstractString, IAbstractStringJSON } from "../AbstractString";
1
2
  import { AbstractURL } from "../strings";
2
- export declare class Website extends AbstractURL {
3
+ export interface WebsiteJSON extends IAbstractStringJSON {
4
+ "@type": "Website";
5
+ }
6
+ export interface IWebsite extends IAbstractString {
7
+ }
8
+ export declare class Website extends AbstractURL implements IWebsite {
9
+ static from(value: IWebsite | WebsiteJSON | string): Website;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): WebsiteJSON;
3
11
  }
@@ -10,6 +10,12 @@ exports.Website = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const strings_1 = require("../strings");
12
12
  let Website = class Website extends strings_1.AbstractURL {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  Website = __decorate([
15
21
  (0, ts_serval_1.type)("Website")
@@ -1 +1 @@
1
- {"version":3,"file":"Website.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/Website.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,wCAAwC;AAGxC,IAAa,OAAO,GAApB,MAAa,OAAQ,SAAQ,qBAAW;CAAG,CAAA;AAA9B,OAAO;IADnB,IAAA,gBAAI,EAAC,SAAS,CAAC;GACH,OAAO,CAAuB;AAA9B,0BAAO"}
1
+ {"version":3,"file":"Website.js","sourceRoot":"","sources":["../../../../src/attributes/types/communication/Website.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAwC;AASjC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,qBAAW;IAC7B,MAAM,CAAC,IAAI,CAAC,KAAsC;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAgB,CAAA;IAClE,CAAC;CACJ,CAAA;AARY,OAAO;IADnB,IAAA,gBAAI,EAAC,SAAS,CAAC;GACH,OAAO,CAQnB;AARY,0BAAO"}
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractDateString.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractDateString.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,iCAAgC;AAChC,qDAA6G;AAC7G,sDAAkD;AAElD,MAAsB,kBAAmB,SAAQ,+BAAc;IAcpD,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,IAAI;SACrC,CAAC,CAAA;IACN,CAAC;;AAzBuB,yBAAM,GAAG,YAAY,CAAA;AAW7C;IATC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,gBAAQ,CAAC,UAAU,CAAC,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC,OAAO;YACtD,CAAC,CAAC,qCAAqC,kBAAkB,CAAC,MAAM,GAAG;YACnE,CAAC,CAAC,SAAS;KACtB,CAAC;;iDAC2B;AAZjC,gDA2BC"}
1
+ {"version":3,"file":"AbstractDateString.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractDateString.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,iCAAgC;AAChC,qDAA6G;AAC7G,sDAAkD;AAElD,MAAsB,kBAAmB,SAAQ,+BAAc;IAcpD,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,EAAE;YACP,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,IAAI;SACrC,CAAC,CAAA;IACN,CAAC;;AAzBuB,yBAAM,GAAG,YAAY,CAAA;AAE7C;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,gBAAQ,CAAC,UAAU,CAAC,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC,OAAO;YACtD,CAAC,CAAC,qCAAqC,kBAAkB,CAAC,MAAM,GAAG;YACnE,CAAC,CAAC,SAAS;KACtB,CAAC;;iDAC2B;AAZjC,gDA2BC"}
@@ -1,9 +1,16 @@
1
1
  import { RenderHints, ValueHints } from "../../../attributes/hints";
2
+ import { ContentJSON } from "../../../ContentJSON";
2
3
  import { AbstractInteger } from "../AbstractInteger";
4
+ export interface AbstractDayJSON extends ContentJSON {
5
+ value: number;
6
+ }
7
+ export interface IAbstractDay {
8
+ value: number;
9
+ }
3
10
  /**
4
11
  * day values start with 1 = first day of month
5
12
  */
6
- export declare abstract class AbstractDay extends AbstractInteger {
13
+ export declare abstract class AbstractDay extends AbstractInteger implements IAbstractDay {
7
14
  value: number;
8
15
  static get valueHints(): ValueHints;
9
16
  static get renderHints(): RenderHints;
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractDay.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractDay.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAC7G,wDAAoD;AAEpD;;GAEG;AACH,MAAsB,WAAY,SAAQ,iCAAe;IAQ9C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,GAAG;SACpC,CAAC,CAAA;IACN,CAAC;CACJ;AAfG;IALC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,2CAA2C,CAAC,CAAC,CAAC,SAAS;KACxG,CAAC;;0CAC2B;AANjC,kCAqBC"}
1
+ {"version":3,"file":"AbstractDay.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractDay.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAE7G,wDAAoD;AAUpD;;GAEG;AACH,MAAsB,WAAY,SAAQ,iCAAe;IAQ9C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,GAAG;SACpC,CAAC,CAAA;IACN,CAAC;CACJ;AApBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,2CAA2C,CAAC,CAAC,CAAC,SAAS;KACxG,CAAC;;0CAC2B;AANjC,kCAqBC"}
@@ -1,6 +1,13 @@
1
1
  import { RenderHints } from "../../../attributes/hints";
2
+ import { ContentJSON } from "../../../ContentJSON";
2
3
  import { ValueHints } from "../../hints/ValueHints";
3
4
  import { AbstractInteger } from "../AbstractInteger";
5
+ export interface AbstractMonthJSON extends ContentJSON {
6
+ value: Month;
7
+ }
8
+ export interface IAbstractMonth {
9
+ value: Month;
10
+ }
4
11
  /**
5
12
  * Month values: 1 (january) - 12 (december)
6
13
  */
@@ -21,7 +28,7 @@ declare enum Month {
21
28
  /**
22
29
  * Month value are continuously numbered: 1 (january) - 12 (december)
23
30
  */
24
- export declare class AbstractMonth extends AbstractInteger {
31
+ export declare class AbstractMonth extends AbstractInteger implements IAbstractMonth {
25
32
  value: Month;
26
33
  static get valueHints(): ValueHints;
27
34
  static get renderHints(): RenderHints;
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractMonth.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractMonth.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAAiG;AAEjG,wDAAoD;AAEpD;;GAEG;AACH,IAAK,KAaJ;AAbD,WAAK,KAAK;IACN,uCAAW,CAAA;IACX,yCAAY,CAAA;IACZ,mCAAS,CAAA;IACT,mCAAS,CAAA;IACT,+BAAO,CAAA;IACP,iCAAQ,CAAA;IACR,iCAAQ,CAAA;IACR,qCAAU,CAAA;IACV,2CAAa,CAAA;IACb,wCAAY,CAAA;IACZ,0CAAa,CAAA;IACb,0CAAa,CAAA;AACjB,CAAC,EAbI,KAAK,KAAL,KAAK,QAaT;AAED;;GAEG;AACH,MAAa,aAAc,SAAQ,iCAAe;IAUvC,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,KAAK;SACtC,CAAC,CAAA;IACN,CAAC;CACJ;AAfG;IAPC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC;YAC7B,CAAC,CAAC,oCAAoC,KAAK,CAAC,OAAO,QAAQ,KAAK,CAAC,QAAQ,EAAE;YAC3E,CAAC,CAAC,SAAS;KACtB,CAAC;;4CAC0B;AARhC,sCAuBC"}
1
+ {"version":3,"file":"AbstractMonth.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractMonth.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAAiG;AAGjG,wDAAoD;AAUpD;;GAEG;AACH,IAAK,KAaJ;AAbD,WAAK,KAAK;IACN,uCAAW,CAAA;IACX,yCAAY,CAAA;IACZ,mCAAS,CAAA;IACT,mCAAS,CAAA;IACT,+BAAO,CAAA;IACP,iCAAQ,CAAA;IACR,iCAAQ,CAAA;IACR,qCAAU,CAAA;IACV,2CAAa,CAAA;IACb,wCAAY,CAAA;IACZ,0CAAa,CAAA;IACb,0CAAa,CAAA;AACjB,CAAC,EAbI,KAAK,KAAL,KAAK,QAaT;AAED;;GAEG;AACH,MAAa,aAAc,SAAQ,iCAAe;IAUvC,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,EAAE;SACV,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,KAAK;SACtC,CAAC,CAAA;IACN,CAAC;CACJ;AAtBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC;YAC7B,CAAC,CAAC,oCAAoC,KAAK,CAAC,OAAO,QAAQ,KAAK,CAAC,QAAQ,EAAE;YAC3E,CAAC,CAAC,SAAS;KACtB,CAAC;;4CAC0B;AARhC,sCAuBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractYear.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAC7G,wDAAoD;AAEpD,MAAsB,YAAa,SAAQ,iCAAe;IAQ/C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,IAAI;SACZ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,IAAI;SACrC,CAAC,CAAA;IACN,CAAC;CACJ;AAfG;IALC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,6CAA6C,CAAC,CAAC,CAAC,SAAS;KAC5G,CAAC;;2CAC2B;AANjC,oCAqBC"}
1
+ {"version":3,"file":"AbstractYear.js","sourceRoot":"","sources":["../../../../src/attributes/types/dates/AbstractYear.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,qDAA6G;AAC7G,wDAAoD;AAEpD,MAAsB,YAAa,SAAQ,iCAAe;IAQ/C,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,IAAI;SACZ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,QAAQ,EAAE,2BAAmB,CAAC,UAAU;YACxC,QAAQ,EAAE,2BAAmB,CAAC,IAAI;SACrC,CAAC,CAAA;IACN,CAAC;CACJ;AApBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,6CAA6C,CAAC,CAAC,CAAC,SAAS;KAC5G,CAAC;;2CAC2B;AANjC,oCAqBC"}
@@ -0,0 +1,10 @@
1
+ import { AbstractString, IAbstractString, IAbstractStringJSON } from "../AbstractString";
2
+ export interface DisplayNameJSON extends IAbstractStringJSON {
3
+ "@type": "DisplayName";
4
+ }
5
+ export interface IDisplayName extends IAbstractString {
6
+ }
7
+ export declare class DisplayName extends AbstractString implements IDisplayName {
8
+ static from(value: IDisplayName | DisplayNameJSON | string): DisplayName;
9
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): DisplayNameJSON;
10
+ }
@@ -10,6 +10,12 @@ exports.DisplayName = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const AbstractString_1 = require("../AbstractString");
12
12
  let DisplayName = class DisplayName extends AbstractString_1.AbstractString {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  DisplayName = __decorate([
15
21
  (0, ts_serval_1.type)("DisplayName")
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisplayName.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/DisplayName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAwF;AASjF,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,+BAAc;IACpC,MAAM,CAAC,IAAI,CAAC,KAA8C;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAoB,CAAA;IACtE,CAAC;CACJ,CAAA;AARY,WAAW;IADvB,IAAA,gBAAI,EAAC,aAAa,CAAC;GACP,WAAW,CAQvB;AARY,kCAAW"}
@@ -0,0 +1,11 @@
1
+ import { IAbstractString, IAbstractStringJSON } from "../AbstractString";
2
+ import { AbstractFileReference } from "../strings";
3
+ export interface FileReferenceJSON extends IAbstractStringJSON {
4
+ "@type": "FileReference";
5
+ }
6
+ export interface IFileReference extends IAbstractString {
7
+ }
8
+ export declare class FileReference extends AbstractFileReference implements IFileReference {
9
+ static from(value: IFileReference | FileReferenceJSON | string): FileReference;
10
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): FileReferenceJSON;
11
+ }
@@ -10,6 +10,12 @@ exports.FileReference = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const strings_1 = require("../strings");
12
12
  let FileReference = class FileReference extends strings_1.AbstractFileReference {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  FileReference = __decorate([
15
21
  (0, ts_serval_1.type)("FileReference")
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileReference.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/FileReference.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AAEzC,wCAAkD;AAS3C,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,+BAAqB;IAC7C,MAAM,CAAC,IAAI,CAAC,KAAkD;QACjE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAsB,CAAA;IACxE,CAAC;CACJ,CAAA;AARY,aAAa;IADzB,IAAA,gBAAI,EAAC,eAAe,CAAC;GACT,aAAa,CAQzB;AARY,sCAAa"}
@@ -1 +1,2 @@
1
+ export * from "./DisplayName";
1
2
  export * from "./FileReference";
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./DisplayName"), exports);
17
18
  __exportStar(require("./FileReference"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/attributes/types/identity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,kDAA+B"}
@@ -3,12 +3,11 @@ export * from "./AbstractFloat";
3
3
  export * from "./AbstractInteger";
4
4
  export * from "./AbstractString";
5
5
  export * from "./address";
6
- export * from "./AttributeList";
7
- export * from "./AttributeTypeMapping";
6
+ export * from "./affiliation";
8
7
  export * from "./birth";
9
8
  export * from "./communication";
10
9
  export * from "./dates";
11
- export * from "./files";
10
+ export * from "./identity";
12
11
  export * from "./measurements";
13
12
  export * from "./name";
14
13
  export * from "./person";
@@ -19,12 +19,11 @@ __exportStar(require("./AbstractFloat"), exports);
19
19
  __exportStar(require("./AbstractInteger"), exports);
20
20
  __exportStar(require("./AbstractString"), exports);
21
21
  __exportStar(require("./address"), exports);
22
- __exportStar(require("./AttributeList"), exports);
23
- __exportStar(require("./AttributeTypeMapping"), exports);
22
+ __exportStar(require("./affiliation"), exports);
24
23
  __exportStar(require("./birth"), exports);
25
24
  __exportStar(require("./communication"), exports);
26
25
  __exportStar(require("./dates"), exports);
27
- __exportStar(require("./files"), exports);
26
+ __exportStar(require("./identity"), exports);
28
27
  __exportStar(require("./measurements"), exports);
29
28
  __exportStar(require("./name"), exports);
30
29
  __exportStar(require("./person"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/attributes/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAiC;AACjC,kDAA+B;AAC/B,oDAAiC;AACjC,mDAAgC;AAChC,4CAAyB;AACzB,kDAA+B;AAC/B,yDAAsC;AACtC,0CAAuB;AACvB,kDAA+B;AAC/B,0CAAuB;AACvB,0CAAuB;AACvB,iDAA8B;AAC9B,yCAAsB;AACtB,2CAAwB;AACxB,gDAA6B;AAC7B,4CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/attributes/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAiC;AACjC,kDAA+B;AAC/B,oDAAiC;AACjC,mDAAgC;AAChC,4CAAyB;AACzB,gDAA6B;AAC7B,0CAAuB;AACvB,kDAA+B;AAC/B,0CAAuB;AACvB,6CAA0B;AAC1B,iDAA8B;AAC9B,yCAAsB;AACtB,2CAAwB;AACxB,gDAA6B;AAC7B,4CAAyB"}
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractLengthMeasurement.js","sourceRoot":"","sources":["../../../../src/attributes/types/measurements/AbstractLengthMeasurement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,uCAAyD;AACzD,+DAA2D;AAE3D,IAAY,UAaX;AAbD,WAAY,UAAU;IAClB,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,qBAAO,CAAA;IACP,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;AACb,CAAC,EAbW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAarB;AAED,MAAa,yBAA0B,SAAQ,yCAAmB;IAQvD,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,kBAAU,CAAC,IAAI,CAAC;oBAC7C,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACzC,uBAAe,CAAC,IAAI,CAAC;wBACjB,WAAW,EAAE,CAAC,CAAC,CAAC,CAAC;wBACjB,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;qBACZ,CAAC,CACL;iBACJ,CAAC;aACL;SACJ,CAAC,CAAA;IACN,CAAC;CACJ;AAhBG;IALC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,mBAAmB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;KAC1G,CAAC;;uDAC8B;AANpC,8DAsBC"}
1
+ {"version":3,"file":"AbstractLengthMeasurement.js","sourceRoot":"","sources":["../../../../src/attributes/types/measurements/AbstractLengthMeasurement.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAwD;AACxD,uCAAyD;AACzD,+DAA2D;AAE3D,IAAY,UAaX;AAbD,WAAY,UAAU;IAClB,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,qBAAO,CAAA;IACP,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;IACT,uBAAS,CAAA;AACb,CAAC,EAbW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAarB;AAED,MAAa,yBAA0B,SAAQ,yCAAmB;IAQvD,MAAM,KAAc,UAAU;QACjC,OAAO,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC;YAC7B,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,kBAAU,CAAC,IAAI,CAAC;oBAC7C,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACzC,uBAAe,CAAC,IAAI,CAAC;wBACjB,WAAW,EAAE,CAAC,CAAC,CAAC,CAAC;wBACjB,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;qBACZ,CAAC,CACL;iBACJ,CAAC;aACL;SACJ,CAAC,CAAA;IACN,CAAC;CACJ;AArBG;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,EAAC;QACN,eAAe,EAAE,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,mBAAmB,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;KAC1G,CAAC;;uDAC8B;AANpC,8DAsBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractMeasurement.js","sourceRoot":"","sources":["../../../../src/attributes/types/measurements/AbstractMeasurement.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAAwD;AACxD,kEAAkC;AAClC,qEAAkH;AAClH,uCAAoG;AAYpG;;GAEG;AACH,MAAsB,mBAAoB,SAAQ,2CAAoB;IAW3D,MAAM,KAAK,UAAU;QACxB,OAAO,kBAAU,CAAC,IAAI,CAAC;YACnB,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,kBAAU,CAAC,IAAI,CAAC,EAAE,CAAC;gBACpD,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,kBAAU,CAAC,IAAI,CAAC,EAAE,CAAC;aACxD;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,mBAAW,CAAC,IAAI,CAAC;oBAC9C,QAAQ,EAAE,2BAAmB,CAAC,SAAS;oBACvC,aAAa,EAAE,gCAAwB,CAAC,MAAM;iBACjD,CAAC;gBACF,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,mBAAW,CAAC,IAAI,CAAC;oBAC/C,QAAQ,EAAE,2BAAmB,CAAC,SAAS;oBACvC,aAAa,EAAE,gCAAwB,CAAC,OAAO;iBAClD,CAAC;aACL;SACJ,CAAC,CAAA;IACN,CAAC;IACe,QAAQ;QACpB,OAAO,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,CAAA;IACvC,CAAC;;AAnCsB,iCAAa,GAAG,IAAA,uBAAM,GAA8B,CAAA;AAI3E;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;iDACQ;AAInB;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;kDACS;AATxB,kDAqCC"}
1
+ {"version":3,"file":"AbstractMeasurement.js","sourceRoot":"","sources":["../../../../src/attributes/types/measurements/AbstractMeasurement.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kDAAwD;AACxD,kEAAkC;AAClC,qEAAkH;AAClH,uCAAoG;AAYpG;;GAEG;AACH,MAAsB,mBAAoB,SAAQ,2CAAoB;IAW3D,MAAM,KAAK,UAAU;QACxB,OAAO,kBAAU,CAAC,IAAI,CAAC;YACnB,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,kBAAU,CAAC,IAAI,CAAC,EAAE,CAAC;gBACpD,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,kBAAU,CAAC,IAAI,CAAC,EAAE,CAAC;aACxD;SACJ,CAAC,CAAA;IACN,CAAC;IAEM,MAAM,KAAc,WAAW;QAClC,OAAO,KAAK,CAAC,WAAW,CAAC,QAAQ,CAAC;YAC9B,aAAa,EAAE;gBACX,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,mBAAW,CAAC,IAAI,CAAC;oBAC9C,QAAQ,EAAE,2BAAmB,CAAC,SAAS;oBACvC,aAAa,EAAE,gCAAwB,CAAC,MAAM;iBACjD,CAAC;gBACF,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,mBAAW,CAAC,IAAI,CAAC;oBAC/C,QAAQ,EAAE,2BAAmB,CAAC,SAAS;oBACvC,aAAa,EAAE,gCAAwB,CAAC,OAAO;iBAClD,CAAC;aACL;SACJ,CAAC,CAAA;IACN,CAAC;IACe,QAAQ;QACpB,OAAO,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,EAAE,CAAA;IACvC,CAAC;;AAnCsB,iCAAa,GAAG,IAAA,uBAAM,GAA8B,CAAA;AAE3E;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;iDACQ;AAEnB;IAAC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;;kDACS;AATxB,kDAqCC"}
@@ -1,3 +1,10 @@
1
- import { AbstractString } from "../AbstractString";
2
- export declare class BirthName extends AbstractString {
1
+ import { AbstractString, IAbstractString, IAbstractStringJSON } from "../AbstractString";
2
+ export interface BirthNameJSON extends IAbstractStringJSON {
3
+ "@type": "BirthName";
4
+ }
5
+ export interface IBirthName extends IAbstractString {
6
+ }
7
+ export declare class BirthName extends AbstractString implements IBirthName {
8
+ static from(value: IBirthName | BirthNameJSON | string): BirthName;
9
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): BirthNameJSON;
3
10
  }
@@ -10,6 +10,12 @@ exports.BirthName = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const AbstractString_1 = require("../AbstractString");
12
12
  let BirthName = class BirthName extends AbstractString_1.AbstractString {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  BirthName = __decorate([
15
21
  (0, ts_serval_1.type)("BirthName")
@@ -1 +1 @@
1
- {"version":3,"file":"BirthName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/BirthName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAGlD,IAAa,SAAS,GAAtB,MAAa,SAAU,SAAQ,+BAAc;CAAG,CAAA;AAAnC,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAA0B;AAAnC,8BAAS"}
1
+ {"version":3,"file":"BirthName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/BirthName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAwF;AASjF,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAc;IAClC,MAAM,CAAC,IAAI,CAAC,KAA0C;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
@@ -1,3 +1,10 @@
1
- import { AbstractString } from "../AbstractString";
2
- export declare class GivenName extends AbstractString {
1
+ import { AbstractString, IAbstractString, IAbstractStringJSON } from "../AbstractString";
2
+ export interface GivenNameJSON extends IAbstractStringJSON {
3
+ "@type": "GivenName";
4
+ }
5
+ export interface IGivenName extends IAbstractString {
6
+ }
7
+ export declare class GivenName extends AbstractString implements IGivenName {
8
+ static from(value: IGivenName | GivenNameJSON | string): GivenName;
9
+ toJSON(verbose?: boolean | undefined, serializeAsString?: boolean | undefined): GivenNameJSON;
3
10
  }
@@ -10,6 +10,12 @@ exports.GivenName = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
11
  const AbstractString_1 = require("../AbstractString");
12
12
  let GivenName = class GivenName extends AbstractString_1.AbstractString {
13
+ static from(value) {
14
+ return this.fromAny(value);
15
+ }
16
+ toJSON(verbose, serializeAsString) {
17
+ return super.toJSON(verbose, serializeAsString);
18
+ }
13
19
  };
14
20
  GivenName = __decorate([
15
21
  (0, ts_serval_1.type)("GivenName")
@@ -1 +1 @@
1
- {"version":3,"file":"GivenName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/GivenName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAGlD,IAAa,SAAS,GAAtB,MAAa,SAAU,SAAQ,+BAAc;CAAG,CAAA;AAAnC,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAA0B;AAAnC,8BAAS"}
1
+ {"version":3,"file":"GivenName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/GivenName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAwF;AASjF,IAAM,SAAS,GAAf,MAAM,SAAU,SAAQ,+BAAc;IAClC,MAAM,CAAC,IAAI,CAAC,KAA0C;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;IAEe,MAAM,CAAC,OAA6B,EAAE,iBAAuC;QACzF,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,CAAkB,CAAA;IACpE,CAAC;CACJ,CAAA;AARY,SAAS;IADrB,IAAA,gBAAI,EAAC,WAAW,CAAC;GACL,SAAS,CAQrB;AARY,8BAAS"}
@@ -1 +1 @@
1
- {"version":3,"file":"HonorificPrefix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificPrefix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAGlD,IAAa,eAAe,GAA5B,MAAa,eAAgB,SAAQ,+BAAc;CAAG,CAAA;AAAzC,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAA0B;AAAzC,0CAAe"}
1
+ {"version":3,"file":"HonorificPrefix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificPrefix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAG3C,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAc;CAAG,CAAA;AAAzC,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAA0B;AAAzC,0CAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"HonorificSuffix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificSuffix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAGlD,IAAa,eAAe,GAA5B,MAAa,eAAgB,SAAQ,+BAAc;CAAG,CAAA;AAAzC,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAA0B;AAAzC,0CAAe"}
1
+ {"version":3,"file":"HonorificSuffix.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/HonorificSuffix.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAG3C,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+BAAc;CAAG,CAAA;AAAzC,eAAe;IAD3B,IAAA,gBAAI,EAAC,iBAAiB,CAAC;GACX,eAAe,CAA0B;AAAzC,0CAAe"}
@@ -0,0 +1,3 @@
1
+ import { AbstractString } from "../AbstractString";
2
+ export declare class MiddleName extends AbstractString {
3
+ }
@@ -6,13 +6,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
6
6
  return c > 3 && r && Object.defineProperty(target, key, r), r;
7
7
  };
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.Picture = void 0;
9
+ exports.MiddleName = void 0;
10
10
  const ts_serval_1 = require("@js-soft/ts-serval");
11
- const AbstractDataURL_1 = require("../strings/AbstractDataURL");
12
- let Picture = class Picture extends AbstractDataURL_1.AbstractDataURL {
11
+ const AbstractString_1 = require("../AbstractString");
12
+ let MiddleName = class MiddleName extends AbstractString_1.AbstractString {
13
13
  };
14
- Picture = __decorate([
15
- (0, ts_serval_1.type)("Picture")
16
- ], Picture);
17
- exports.Picture = Picture;
18
- //# sourceMappingURL=Picture.js.map
14
+ MiddleName = __decorate([
15
+ (0, ts_serval_1.type)("MiddleName")
16
+ ], MiddleName);
17
+ exports.MiddleName = MiddleName;
18
+ //# sourceMappingURL=MiddleName.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MiddleName.js","sourceRoot":"","sources":["../../../../src/attributes/types/name/MiddleName.ts"],"names":[],"mappings":";;;;;;;;;AAAA,kDAAyC;AACzC,sDAAkD;AAG3C,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,+BAAc;CAAG,CAAA;AAApC,UAAU;IADtB,IAAA,gBAAI,EAAC,YAAY,CAAC;GACN,UAAU,CAA0B;AAApC,gCAAU"}