@icure/be-fhc-api 0.4.1 → 0.4.2

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 (324) hide show
  1. package/.swagger-codegen/VERSION +1 -1
  2. package/api/fhcHubApi.ts +16 -4
  3. package/api/fhcRecipeApi.ts +80 -51
  4. package/api/fhcRnConsultApi.ts +227 -0
  5. package/api/fhcStsApi.ts +33 -0
  6. package/api/fhcVaccinnetApi.ts +198 -0
  7. package/dist/api/fhcHubApi.d.ts +6 -2
  8. package/dist/api/fhcHubApi.js +12 -4
  9. package/dist/api/fhcRecipeApi.d.ts +25 -15
  10. package/dist/api/fhcRecipeApi.js +61 -39
  11. package/dist/api/fhcRnConsultApi.d.ts +82 -0
  12. package/dist/api/fhcRnConsultApi.js +167 -0
  13. package/dist/api/fhcStsApi.d.ts +11 -0
  14. package/dist/api/fhcStsApi.js +24 -0
  15. package/dist/api/fhcVaccinnetApi.d.ts +69 -0
  16. package/dist/api/fhcVaccinnetApi.js +146 -0
  17. package/dist/fhcApi.d.ts +2 -0
  18. package/dist/fhcApi.js +2 -0
  19. package/dist/model/ActType.d.ts +16 -0
  20. package/dist/model/ActType.js +20 -0
  21. package/dist/model/AddVaccinationsResponseType.d.ts +19 -0
  22. package/dist/model/AddVaccinationsResponseType.js +9 -0
  23. package/dist/model/Address.d.ts +9 -5
  24. package/dist/model/Address.js +5 -1
  25. package/dist/model/AddressBaseType.d.ts +23 -0
  26. package/dist/model/AddressBaseType.js +9 -0
  27. package/dist/model/AddressCbssBaseType.d.ts +16 -0
  28. package/dist/model/AddressCbssBaseType.js +9 -0
  29. package/dist/model/AddressDeclarationType.d.ts +16 -0
  30. package/dist/model/AddressDeclarationType.js +9 -0
  31. package/dist/model/AdministratorBaseType.d.ts +19 -0
  32. package/dist/model/AdministratorBaseType.js +9 -0
  33. package/dist/model/AnomaliesType.d.ts +15 -0
  34. package/dist/model/AnomaliesType.js +20 -0
  35. package/dist/model/Appendix.d.ts +2 -2
  36. package/dist/model/Base64EncodedKmehr.d.ts +15 -0
  37. package/dist/model/Base64EncodedKmehr.js +21 -0
  38. package/dist/model/BestIdentifierType.d.ts +17 -0
  39. package/dist/model/BestIdentifierType.js +20 -0
  40. package/dist/model/BirthInfoBaseType.d.ts +19 -0
  41. package/dist/model/BirthInfoBaseType.js +9 -0
  42. package/dist/model/BirthInfoDeclarationType.d.ts +17 -0
  43. package/dist/model/BirthInfoDeclarationType.js +9 -0
  44. package/dist/model/BirthPlace.d.ts +3 -1
  45. package/dist/model/CDHEADING.d.ts +5 -5
  46. package/dist/model/CDITEM.d.ts +30 -30
  47. package/dist/model/CbssPersonRequestType.d.ts +30 -0
  48. package/dist/model/CbssPersonRequestType.js +9 -0
  49. package/dist/model/CbssPersonResponseType.d.ts +35 -0
  50. package/dist/model/CbssPersonResponseType.js +9 -0
  51. package/dist/model/CivilStateInfoBaseType.d.ts +26 -0
  52. package/dist/model/CivilStateInfoBaseType.js +9 -0
  53. package/dist/model/CivilStateInfoDeclarationType.d.ts +20 -0
  54. package/dist/model/CivilStateInfoDeclarationType.js +9 -0
  55. package/dist/model/CivilStatesBaseType.d.ts +16 -0
  56. package/dist/model/CivilStatesBaseType.js +9 -0
  57. package/dist/model/CivilStatesDeclarationType.d.ts +16 -0
  58. package/dist/model/CivilStatesDeclarationType.js +9 -0
  59. package/dist/model/ContactAddress.d.ts +22 -0
  60. package/dist/model/ContactAddress.js +20 -0
  61. package/dist/model/ContactAddressBaseType.d.ts +34 -0
  62. package/dist/model/ContactAddressBaseType.js +9 -0
  63. package/dist/model/ContactAddressDeclarationType.d.ts +28 -0
  64. package/dist/model/ContactAddressDeclarationType.js +9 -0
  65. package/dist/model/DeceaseInfoBaseType.d.ts +17 -0
  66. package/dist/model/DeceaseInfoBaseType.js +9 -0
  67. package/dist/model/DeceaseInfoDeclarationType.d.ts +17 -0
  68. package/dist/model/DeceaseInfoDeclarationType.js +9 -0
  69. package/dist/model/DiplomaticPostType.d.ts +6 -5
  70. package/dist/model/Exception.d.ts +21 -0
  71. package/dist/model/Exception.js +9 -0
  72. package/dist/model/ExistingPersons.d.ts +15 -0
  73. package/dist/model/ExistingPersons.js +20 -0
  74. package/dist/model/FacetDto.d.ts +1 -1
  75. package/dist/model/ForeignAddressDeclarationType.d.ts +24 -0
  76. package/dist/model/ForeignAddressDeclarationType.js +9 -0
  77. package/dist/model/GenderInfoBaseType.d.ts +16 -0
  78. package/dist/model/GenderInfoBaseType.js +20 -0
  79. package/dist/model/GenderInfoDeclarationType.d.ts +16 -0
  80. package/dist/model/GenderInfoDeclarationType.js +20 -0
  81. package/dist/model/GetPrescriptionStatusResult.d.ts +30 -0
  82. package/dist/model/GetPrescriptionStatusResult.js +19 -0
  83. package/dist/model/GetVaccinationsResponseType.d.ts +19 -0
  84. package/dist/model/GetVaccinationsResponseType.js +9 -0
  85. package/dist/model/GivenNameType.d.ts +16 -0
  86. package/dist/model/GivenNameType.js +20 -0
  87. package/dist/model/Id.d.ts +16 -0
  88. package/dist/model/Id.js +20 -0
  89. package/dist/model/InvoiceItem.d.ts +1 -0
  90. package/dist/model/JudgmentType.d.ts +17 -0
  91. package/dist/model/JudgmentType.js +9 -0
  92. package/dist/model/Kmehrmessage.d.ts +12 -4
  93. package/dist/model/LegalCohabitationBaseType.d.ts +19 -0
  94. package/dist/model/LegalCohabitationBaseType.js +9 -0
  95. package/dist/model/LegalCohabitationRegistrationType.d.ts +19 -0
  96. package/dist/model/LegalCohabitationRegistrationType.js +9 -0
  97. package/dist/model/LocalizedDescriptionType.d.ts +16 -0
  98. package/dist/model/LocalizedDescriptionType.js +20 -0
  99. package/dist/model/LocationDeclarationType.d.ts +20 -0
  100. package/dist/model/LocationDeclarationType.js +9 -0
  101. package/dist/model/LocationType.d.ts +20 -0
  102. package/dist/model/LocationType.js +9 -0
  103. package/dist/model/MinimalAddressType.d.ts +23 -0
  104. package/dist/model/MinimalAddressType.js +9 -0
  105. package/dist/model/MinimalAdministratorType.d.ts +19 -0
  106. package/dist/model/MinimalAdministratorType.js +9 -0
  107. package/dist/model/MinimalBirthInfoType.d.ts +15 -0
  108. package/dist/model/MinimalBirthInfoType.js +20 -0
  109. package/dist/model/MinimalGenderInfoType.d.ts +16 -0
  110. package/dist/model/MinimalGenderInfoType.js +20 -0
  111. package/dist/model/MinimalNameInfoType.d.ts +18 -0
  112. package/dist/model/MinimalNameInfoType.js +9 -0
  113. package/dist/model/MycarenetConversation.d.ts +1 -0
  114. package/dist/model/NameInfoBaseType.d.ts +18 -0
  115. package/dist/model/NameInfoBaseType.js +9 -0
  116. package/dist/model/NameInfoDeclarationType.d.ts +18 -0
  117. package/dist/model/NameInfoDeclarationType.js +9 -0
  118. package/dist/model/NationalitiesBaseType.d.ts +16 -0
  119. package/dist/model/NationalitiesBaseType.js +9 -0
  120. package/dist/model/NationalitiesDeclarationType.d.ts +16 -0
  121. package/dist/model/NationalitiesDeclarationType.js +9 -0
  122. package/dist/model/NationalityInfoBaseType.d.ts +17 -0
  123. package/dist/model/NationalityInfoBaseType.js +20 -0
  124. package/dist/model/NobilityTitleBaseType.d.ts +17 -0
  125. package/dist/model/NobilityTitleBaseType.js +20 -0
  126. package/dist/model/PartnerType.d.ts +3 -4
  127. package/dist/model/Patient.d.ts +6 -2
  128. package/dist/model/Patient.js +6 -2
  129. package/dist/model/PersonIdentificationType.d.ts +31 -0
  130. package/dist/model/PersonIdentificationType.js +9 -0
  131. package/dist/model/PersonIdentificationsResponseType.d.ts +16 -0
  132. package/dist/model/PersonIdentificationsResponseType.js +9 -0
  133. package/dist/model/PersonResponseResultsType.d.ts +16 -0
  134. package/dist/model/PersonResponseResultsType.js +9 -0
  135. package/dist/model/PlainAddressOptionalInceptionDateType.d.ts +20 -0
  136. package/dist/model/PlainAddressOptionalInceptionDateType.js +9 -0
  137. package/dist/model/PlainAddressType.d.ts +20 -0
  138. package/dist/model/PlainAddressType.js +9 -0
  139. package/dist/model/Posology.d.ts +6 -0
  140. package/dist/model/Prescription.d.ts +1 -0
  141. package/dist/model/PrescriptionFullWithFeedback.d.ts +1 -0
  142. package/dist/model/PutVisionResult.d.ts +17 -0
  143. package/dist/model/PutVisionResult.js +9 -0
  144. package/dist/model/RecipeCDHEADING.d.ts +5 -5
  145. package/dist/model/RecipeCDITEM.d.ts +30 -30
  146. package/dist/model/RecipeKmehrmessageType.d.ts +18 -0
  147. package/dist/model/RecipeKmehrmessageType.js +9 -0
  148. package/dist/model/RecipePosology.d.ts +16 -0
  149. package/dist/model/RecipePosology.js +9 -0
  150. package/dist/model/RecipeRegimen.d.ts +15 -0
  151. package/dist/model/RecipeRegimen.js +20 -0
  152. package/dist/model/RecipeitemType.d.ts +4 -4
  153. package/dist/model/RegisterPersonDeclarationType.d.ts +16 -0
  154. package/dist/model/RegisterPersonDeclarationType.js +9 -0
  155. package/dist/model/RegisterPersonResultType.d.ts +18 -0
  156. package/dist/model/RegisterPersonResultType.js +9 -0
  157. package/dist/model/RegistrationBailiffType.d.ts +17 -0
  158. package/dist/model/RegistrationBailiffType.js +9 -0
  159. package/dist/model/RemoveVaccinationResponseType.d.ts +18 -0
  160. package/dist/model/RemoveVaccinationResponseType.js +9 -0
  161. package/dist/model/ResidentialAddress.d.ts +22 -0
  162. package/dist/model/ResidentialAddress.js +20 -0
  163. package/dist/model/ResidentialAddressOptionalInceptionDateType.d.ts +32 -0
  164. package/dist/model/ResidentialAddressOptionalInceptionDateType.js +9 -0
  165. package/dist/model/ResidentialAddressType.d.ts +32 -0
  166. package/dist/model/ResidentialAddressType.js +9 -0
  167. package/dist/model/Results.d.ts +20 -0
  168. package/dist/model/Results.js +9 -0
  169. package/dist/model/RnConsultConversationDto.d.ts +16 -0
  170. package/dist/model/RnConsultConversationDto.js +20 -0
  171. package/dist/model/RnConsultDeceaseType.d.ts +18 -0
  172. package/dist/model/RnConsultDeceaseType.js +9 -0
  173. package/dist/model/RnConsultNameType.d.ts +17 -0
  174. package/dist/model/RnConsultNameType.js +20 -0
  175. package/dist/model/RnConsultPersonDto.d.ts +43 -0
  176. package/dist/model/RnConsultPersonDto.js +9 -0
  177. package/dist/model/RnConsultPersonMid.d.ts +27 -0
  178. package/dist/model/RnConsultPersonMid.js +9 -0
  179. package/dist/model/RnConsultRegisterPersonResponseDto.d.ts +27 -0
  180. package/dist/model/RnConsultRegisterPersonResponseDto.js +9 -0
  181. package/dist/model/RnConsultSearchByNissResultDto.d.ts +16 -0
  182. package/dist/model/RnConsultSearchByNissResultDto.js +9 -0
  183. package/dist/model/RnConsultSearchPersonBySsinResponseDto.d.ts +27 -0
  184. package/dist/model/RnConsultSearchPersonBySsinResponseDto.js +9 -0
  185. package/dist/model/RnConsultSearchPersonPhoneticallyResponseDto.d.ts +25 -0
  186. package/dist/model/RnConsultSearchPersonPhoneticallyResponseDto.js +9 -0
  187. package/dist/model/SpecialNotionType.d.ts +16 -0
  188. package/dist/model/SpecialNotionType.js +20 -0
  189. package/dist/model/SsinWithCanceledAndReplacesStatusType.d.ts +17 -0
  190. package/dist/model/SsinWithCanceledAndReplacesStatusType.js +20 -0
  191. package/dist/model/StackTraceElement.d.ts +19 -0
  192. package/dist/model/StackTraceElement.js +20 -0
  193. package/dist/model/StatusType.d.ts +20 -0
  194. package/dist/model/StatusType.js +9 -0
  195. package/dist/model/SubregisterBaseType.d.ts +18 -0
  196. package/dist/model/SubregisterBaseType.js +9 -0
  197. package/dist/model/Throwable.d.ts +20 -0
  198. package/dist/model/Throwable.js +9 -0
  199. package/dist/model/TokenResponse.d.ts +14 -0
  200. package/dist/model/TokenResponse.js +20 -0
  201. package/dist/model/TranscriptionType.d.ts +17 -0
  202. package/dist/model/TranscriptionType.js +9 -0
  203. package/dist/model/UpdateFeedbackFlagResult.d.ts +17 -0
  204. package/dist/model/UpdateFeedbackFlagResult.js +9 -0
  205. package/dist/model/VaccinationId.d.ts +16 -0
  206. package/dist/model/VaccinationId.js +20 -0
  207. package/dist/model/VaccinationStatusType.d.ts +16 -0
  208. package/dist/model/VaccinationStatusType.js +20 -0
  209. package/dist/model/VaccineInjection.d.ts +18 -0
  210. package/dist/model/VaccineInjection.js +20 -0
  211. package/dist/model/ValidationInfoType.d.ts +17 -0
  212. package/dist/model/ValidationInfoType.js +20 -0
  213. package/dist/model/ValidationResult.d.ts +20 -0
  214. package/dist/model/ValidationResult.js +9 -0
  215. package/dist/model/VerifyIdResponse.d.ts +21 -0
  216. package/dist/model/VerifyIdResponse.js +9 -0
  217. package/dist/model/models.d.ts +89 -0
  218. package/dist/model/models.js +89 -0
  219. package/fhcApi.ts +2 -0
  220. package/model/ActType.ts +22 -0
  221. package/model/AddVaccinationsResponseType.ts +25 -0
  222. package/model/Address.ts +13 -5
  223. package/model/AddressBaseType.ts +29 -0
  224. package/model/AddressCbssBaseType.ts +22 -0
  225. package/model/AddressDeclarationType.ts +22 -0
  226. package/model/AdministratorBaseType.ts +25 -0
  227. package/model/AnomaliesType.ts +21 -0
  228. package/model/Appendix.ts +2 -2
  229. package/model/Base64EncodedKmehr.ts +25 -0
  230. package/model/BestIdentifierType.ts +23 -0
  231. package/model/BirthInfoBaseType.ts +25 -0
  232. package/model/BirthInfoDeclarationType.ts +23 -0
  233. package/model/BirthPlace.ts +3 -1
  234. package/model/CbssPersonRequestType.ts +36 -0
  235. package/model/CbssPersonResponseType.ts +41 -0
  236. package/model/CivilStateInfoBaseType.ts +32 -0
  237. package/model/CivilStateInfoDeclarationType.ts +26 -0
  238. package/model/CivilStatesBaseType.ts +22 -0
  239. package/model/CivilStatesDeclarationType.ts +22 -0
  240. package/model/ContactAddress.ts +28 -0
  241. package/model/ContactAddressBaseType.ts +40 -0
  242. package/model/ContactAddressDeclarationType.ts +34 -0
  243. package/model/DeceaseInfoBaseType.ts +23 -0
  244. package/model/DeceaseInfoDeclarationType.ts +23 -0
  245. package/model/DiplomaticPostType.ts +6 -5
  246. package/model/Exception.ts +27 -0
  247. package/model/ExistingPersons.ts +21 -0
  248. package/model/FacetDto.ts +1 -1
  249. package/model/ForeignAddressDeclarationType.ts +30 -0
  250. package/model/GenderInfoBaseType.ts +22 -0
  251. package/model/GenderInfoDeclarationType.ts +22 -0
  252. package/model/GetPrescriptionStatusResult.ts +42 -0
  253. package/model/GetVaccinationsResponseType.ts +25 -0
  254. package/model/GivenNameType.ts +22 -0
  255. package/model/Id.ts +22 -0
  256. package/model/InvoiceItem.ts +1 -0
  257. package/model/JudgmentType.ts +23 -0
  258. package/model/Kmehrmessage.ts +12 -4
  259. package/model/LegalCohabitationBaseType.ts +25 -0
  260. package/model/LegalCohabitationRegistrationType.ts +25 -0
  261. package/model/LocalizedDescriptionType.ts +22 -0
  262. package/model/LocationDeclarationType.ts +26 -0
  263. package/model/LocationType.ts +26 -0
  264. package/model/MinimalAddressType.ts +29 -0
  265. package/model/MinimalAdministratorType.ts +25 -0
  266. package/model/MinimalBirthInfoType.ts +21 -0
  267. package/model/MinimalGenderInfoType.ts +22 -0
  268. package/model/MinimalNameInfoType.ts +24 -0
  269. package/model/MycarenetConversation.ts +1 -0
  270. package/model/NameInfoBaseType.ts +24 -0
  271. package/model/NameInfoDeclarationType.ts +24 -0
  272. package/model/NationalitiesBaseType.ts +22 -0
  273. package/model/NationalitiesDeclarationType.ts +22 -0
  274. package/model/NationalityInfoBaseType.ts +23 -0
  275. package/model/NobilityTitleBaseType.ts +23 -0
  276. package/model/PartnerType.ts +3 -4
  277. package/model/Patient.ts +11 -3
  278. package/model/PersonIdentificationType.ts +37 -0
  279. package/model/PersonIdentificationsResponseType.ts +22 -0
  280. package/model/PersonResponseResultsType.ts +22 -0
  281. package/model/PlainAddressOptionalInceptionDateType.ts +26 -0
  282. package/model/PlainAddressType.ts +26 -0
  283. package/model/Posology.ts +6 -0
  284. package/model/Prescription.ts +1 -0
  285. package/model/PrescriptionFullWithFeedback.ts +1 -0
  286. package/model/PutVisionResult.ts +23 -0
  287. package/model/RecipeKmehrmessageType.ts +24 -0
  288. package/model/RecipePosology.ts +22 -0
  289. package/model/RecipeRegimen.ts +21 -0
  290. package/model/RecipeitemType.ts +4 -4
  291. package/model/RegisterPersonDeclarationType.ts +22 -0
  292. package/model/RegisterPersonResultType.ts +24 -0
  293. package/model/RegistrationBailiffType.ts +23 -0
  294. package/model/RemoveVaccinationResponseType.ts +24 -0
  295. package/model/ResidentialAddress.ts +28 -0
  296. package/model/ResidentialAddressOptionalInceptionDateType.ts +38 -0
  297. package/model/ResidentialAddressType.ts +38 -0
  298. package/model/Results.ts +26 -0
  299. package/model/RnConsultConversationDto.ts +22 -0
  300. package/model/RnConsultDeceaseType.ts +24 -0
  301. package/model/RnConsultNameType.ts +23 -0
  302. package/model/RnConsultPersonDto.ts +49 -0
  303. package/model/RnConsultPersonMid.ts +33 -0
  304. package/model/RnConsultRegisterPersonResponseDto.ts +33 -0
  305. package/model/RnConsultSearchByNissResultDto.ts +22 -0
  306. package/model/RnConsultSearchPersonBySsinResponseDto.ts +33 -0
  307. package/model/RnConsultSearchPersonPhoneticallyResponseDto.ts +31 -0
  308. package/model/SpecialNotionType.ts +22 -0
  309. package/model/SsinWithCanceledAndReplacesStatusType.ts +23 -0
  310. package/model/StackTraceElement.ts +25 -0
  311. package/model/StatusType.ts +26 -0
  312. package/model/SubregisterBaseType.ts +24 -0
  313. package/model/Throwable.ts +26 -0
  314. package/model/TokenResponse.ts +19 -0
  315. package/model/TranscriptionType.ts +23 -0
  316. package/model/UpdateFeedbackFlagResult.ts +23 -0
  317. package/model/VaccinationId.ts +22 -0
  318. package/model/VaccinationStatusType.ts +22 -0
  319. package/model/VaccineInjection.ts +24 -0
  320. package/model/ValidationInfoType.ts +23 -0
  321. package/model/ValidationResult.ts +26 -0
  322. package/model/VerifyIdResponse.ts +27 -0
  323. package/model/models.ts +89 -0
  324. package/package.json +1 -1
@@ -14,28 +14,39 @@ __exportStar(require("./AccessRightListType"), exports);
14
14
  __exportStar(require("./AccessRightType"), exports);
15
15
  __exportStar(require("./AcknowledgeType"), exports);
16
16
  __exportStar(require("./AcknowledgmentType"), exports);
17
+ __exportStar(require("./ActType"), exports);
18
+ __exportStar(require("./AddVaccinationsResponseType"), exports);
17
19
  __exportStar(require("./AddedDocumentPreview"), exports);
18
20
  __exportStar(require("./Address"), exports);
21
+ __exportStar(require("./AddressBaseType"), exports);
22
+ __exportStar(require("./AddressCbssBaseType"), exports);
23
+ __exportStar(require("./AddressDeclarationType"), exports);
19
24
  __exportStar(require("./AddressType"), exports);
20
25
  __exportStar(require("./AddressTypeBase"), exports);
21
26
  __exportStar(require("./Addressee"), exports);
22
27
  __exportStar(require("./AdministrationQuantity"), exports);
23
28
  __exportStar(require("./AdministrationunitType"), exports);
29
+ __exportStar(require("./AdministratorBaseType"), exports);
24
30
  __exportStar(require("./AdviceType"), exports);
25
31
  __exportStar(require("./AgreementResponse"), exports);
26
32
  __exportStar(require("./AgreementTransaction"), exports);
27
33
  __exportStar(require("./AltKeystore"), exports);
28
34
  __exportStar(require("./AltKeystoresList"), exports);
35
+ __exportStar(require("./AnomaliesType"), exports);
29
36
  __exportStar(require("./Appendix"), exports);
30
37
  __exportStar(require("./Assertion"), exports);
31
38
  __exportStar(require("./AuthorDto"), exports);
32
39
  __exportStar(require("./AuthorType"), exports);
33
40
  __exportStar(require("./AuthorWithPatientDto"), exports);
41
+ __exportStar(require("./Base64EncodedKmehr"), exports);
34
42
  __exportStar(require("./Base64EncryptedDataType"), exports);
35
43
  __exportStar(require("./Base64EncryptedValueType"), exports);
36
44
  __exportStar(require("./BaseID"), exports);
37
45
  __exportStar(require("./BearerToken"), exports);
46
+ __exportStar(require("./BestIdentifierType"), exports);
38
47
  __exportStar(require("./BirthDeceaseType"), exports);
48
+ __exportStar(require("./BirthInfoBaseType"), exports);
49
+ __exportStar(require("./BirthInfoDeclarationType"), exports);
39
50
  __exportStar(require("./BirthPlace"), exports);
40
51
  __exportStar(require("./BirthResponseType"), exports);
41
52
  __exportStar(require("./BoxInfo"), exports);
@@ -87,12 +98,18 @@ __exportStar(require("./CDUNIT"), exports);
87
98
  __exportStar(require("./CDURGENCY"), exports);
88
99
  __exportStar(require("./CancelSubscriptionResultWithResponse"), exports);
89
100
  __exportStar(require("./CanonicalizationMethod"), exports);
101
+ __exportStar(require("./CbssPersonRequestType"), exports);
102
+ __exportStar(require("./CbssPersonResponseType"), exports);
90
103
  __exportStar(require("./CertaintyType"), exports);
91
104
  __exportStar(require("./CertificateInfo"), exports);
92
105
  __exportStar(require("./CipherData"), exports);
93
106
  __exportStar(require("./CipherReference"), exports);
107
+ __exportStar(require("./CivilStateInfoBaseType"), exports);
108
+ __exportStar(require("./CivilStateInfoDeclarationType"), exports);
94
109
  __exportStar(require("./CivilStateResponseType"), exports);
95
110
  __exportStar(require("./CivilStateType"), exports);
111
+ __exportStar(require("./CivilStatesBaseType"), exports);
112
+ __exportStar(require("./CivilStatesDeclarationType"), exports);
96
113
  __exportStar(require("./CivilStatesResponseType"), exports);
97
114
  __exportStar(require("./Civilstate"), exports);
98
115
  __exportStar(require("./Code"), exports);
@@ -113,6 +130,9 @@ __exportStar(require("./ConsultRnAddressDto"), exports);
113
130
  __exportStar(require("./ConsultRnPersonDataDto"), exports);
114
131
  __exportStar(require("./ConsultRnPersonDto"), exports);
115
132
  __exportStar(require("./ConsultRnPlainAddressDto"), exports);
133
+ __exportStar(require("./ContactAddress"), exports);
134
+ __exportStar(require("./ContactAddressBaseType"), exports);
135
+ __exportStar(require("./ContactAddressDeclarationType"), exports);
116
136
  __exportStar(require("./Content"), exports);
117
137
  __exportStar(require("./ContentType"), exports);
118
138
  __exportStar(require("./ContentlocalitemattributeType"), exports);
@@ -120,6 +140,8 @@ __exportStar(require("./CostType"), exports);
120
140
  __exportStar(require("./CountryType"), exports);
121
141
  __exportStar(require("./DateType"), exports);
122
142
  __exportStar(require("./DayperiodType"), exports);
143
+ __exportStar(require("./DeceaseInfoBaseType"), exports);
144
+ __exportStar(require("./DeceaseInfoDeclarationType"), exports);
123
145
  __exportStar(require("./DeceaseResponseType"), exports);
124
146
  __exportStar(require("./Denominator"), exports);
125
147
  __exportStar(require("./DetailType"), exports);
@@ -163,6 +185,8 @@ __exportStar(require("./EndpointDistributorStatusDto"), exports);
163
185
  __exportStar(require("./ErrorDetail"), exports);
164
186
  __exportStar(require("./ErrorDto"), exports);
165
187
  __exportStar(require("./ErrorType"), exports);
188
+ __exportStar(require("./Exception"), exports);
189
+ __exportStar(require("./ExistingPersons"), exports);
166
190
  __exportStar(require("./ExistingPersonsType"), exports);
167
191
  __exportStar(require("./Externalsource"), exports);
168
192
  __exportStar(require("./FCMAXType"), exports);
@@ -174,14 +198,20 @@ __exportStar(require("./FinancialInstitutionInformation"), exports);
174
198
  __exportStar(require("./FlatFileMetadata"), exports);
175
199
  __exportStar(require("./FlatFileWithMetadata"), exports);
176
200
  __exportStar(require("./FolderType"), exports);
201
+ __exportStar(require("./ForeignAddressDeclarationType"), exports);
177
202
  __exportStar(require("./FormularyreferenceType"), exports);
178
203
  __exportStar(require("./FrequencyType"), exports);
179
204
  __exportStar(require("./GalenicForm"), exports);
180
205
  __exportStar(require("./GalenicformType"), exports);
181
206
  __exportStar(require("./GenAsyncResponse"), exports);
207
+ __exportStar(require("./GenderInfoBaseType"), exports);
208
+ __exportStar(require("./GenderInfoDeclarationType"), exports);
182
209
  __exportStar(require("./GenderType"), exports);
183
210
  __exportStar(require("./GetAccessRightResponse"), exports);
184
211
  __exportStar(require("./GetPatientAuditTrailResponse"), exports);
212
+ __exportStar(require("./GetPrescriptionStatusResult"), exports);
213
+ __exportStar(require("./GetVaccinationsResponseType"), exports);
214
+ __exportStar(require("./GivenNameType"), exports);
185
215
  __exportStar(require("./HasTherapeuticLinkMessage"), exports);
186
216
  __exportStar(require("./HcPartyConsentDto"), exports);
187
217
  __exportStar(require("./HcPartyDto"), exports);
@@ -197,6 +227,7 @@ __exportStar(require("./IDINSURANCE"), exports);
197
227
  __exportStar(require("./IDKMEHR"), exports);
198
228
  __exportStar(require("./IDPATIENT"), exports);
199
229
  __exportStar(require("./IDPROFESSION"), exports);
230
+ __exportStar(require("./Id"), exports);
200
231
  __exportStar(require("./IdentifierType"), exports);
201
232
  __exportStar(require("./IncapacityType"), exports);
202
233
  __exportStar(require("./IncapacityreasonType"), exports);
@@ -215,6 +246,7 @@ __exportStar(require("./ItemType"), exports);
215
246
  __exportStar(require("./JAXBElementReferenceType"), exports);
216
247
  __exportStar(require("./JAXBElementSignature"), exports);
217
248
  __exportStar(require("./JAXBElementobject"), exports);
249
+ __exportStar(require("./JudgmentType"), exports);
218
250
  __exportStar(require("./KeyInfo"), exports);
219
251
  __exportStar(require("./KmehrCd"), exports);
220
252
  __exportStar(require("./KmehrId"), exports);
@@ -222,11 +254,16 @@ __exportStar(require("./KmehrPatientDto"), exports);
222
254
  __exportStar(require("./KmehrQuantity"), exports);
223
255
  __exportStar(require("./Kmehrmessage"), exports);
224
256
  __exportStar(require("./LOCAL"), exports);
257
+ __exportStar(require("./LegalCohabitationBaseType"), exports);
258
+ __exportStar(require("./LegalCohabitationRegistrationType"), exports);
225
259
  __exportStar(require("./LifecycleType"), exports);
226
260
  __exportStar(require("./LnkType"), exports);
227
261
  __exportStar(require("./LocalisedString"), exports);
228
262
  __exportStar(require("./LocalitemattributeType"), exports);
263
+ __exportStar(require("./LocalizedDescriptionType"), exports);
229
264
  __exportStar(require("./LocationBirthPlaceType"), exports);
265
+ __exportStar(require("./LocationDeclarationType"), exports);
266
+ __exportStar(require("./LocationType"), exports);
230
267
  __exportStar(require("./MaxrefType"), exports);
231
268
  __exportStar(require("./MdaStatus"), exports);
232
269
  __exportStar(require("./Measure"), exports);
@@ -249,6 +286,11 @@ __exportStar(require("./MessageOperationResponse"), exports);
249
286
  __exportStar(require("./MessageResponse"), exports);
250
287
  __exportStar(require("./MessagesResponse"), exports);
251
288
  __exportStar(require("./MiddleNameType"), exports);
289
+ __exportStar(require("./MinimalAddressType"), exports);
290
+ __exportStar(require("./MinimalAdministratorType"), exports);
291
+ __exportStar(require("./MinimalBirthInfoType"), exports);
292
+ __exportStar(require("./MinimalGenderInfoType"), exports);
293
+ __exportStar(require("./MinimalNameInfoType"), exports);
252
294
  __exportStar(require("./MinrefType"), exports);
253
295
  __exportStar(require("./ModelError"), exports);
254
296
  __exportStar(require("./ModelObject"), exports);
@@ -259,10 +301,16 @@ __exportStar(require("./MunicipalityType"), exports);
259
301
  __exportStar(require("./MycarenetConversation"), exports);
260
302
  __exportStar(require("./MycarenetError"), exports);
261
303
  __exportStar(require("./NameIDType"), exports);
304
+ __exportStar(require("./NameInfoBaseType"), exports);
305
+ __exportStar(require("./NameInfoDeclarationType"), exports);
262
306
  __exportStar(require("./NameType"), exports);
307
+ __exportStar(require("./NationalitiesBaseType"), exports);
308
+ __exportStar(require("./NationalitiesDeclarationType"), exports);
263
309
  __exportStar(require("./NationalitiesType"), exports);
264
310
  __exportStar(require("./Nationality"), exports);
311
+ __exportStar(require("./NationalityInfoBaseType"), exports);
265
312
  __exportStar(require("./NationalityType"), exports);
313
+ __exportStar(require("./NobilityTitleBaseType"), exports);
266
314
  __exportStar(require("./NobilityTitleType"), exports);
267
315
  __exportStar(require("./Nominator"), exports);
268
316
  __exportStar(require("./PackageType"), exports);
@@ -277,11 +325,16 @@ __exportStar(require("./PatientIdType"), exports);
277
325
  __exportStar(require("./Payment"), exports);
278
326
  __exportStar(require("./PeriodDto"), exports);
279
327
  __exportStar(require("./PeriodicityType"), exports);
328
+ __exportStar(require("./PersonIdentificationType"), exports);
329
+ __exportStar(require("./PersonIdentificationsResponseType"), exports);
280
330
  __exportStar(require("./PersonMid"), exports);
281
331
  __exportStar(require("./PersonNameResponseType"), exports);
332
+ __exportStar(require("./PersonResponseResultsType"), exports);
282
333
  __exportStar(require("./PersonResponseType"), exports);
283
334
  __exportStar(require("./PersonType"), exports);
284
335
  __exportStar(require("./Personalpart"), exports);
336
+ __exportStar(require("./PlainAddressOptionalInceptionDateType"), exports);
337
+ __exportStar(require("./PlainAddressType"), exports);
285
338
  __exportStar(require("./Posology"), exports);
286
339
  __exportStar(require("./Prescription"), exports);
287
340
  __exportStar(require("./PrescriptionFullWithFeedback"), exports);
@@ -294,6 +347,7 @@ __exportStar(require("./PutPatientConsentResponse"), exports);
294
347
  __exportStar(require("./PutTherapeuticLinkResponse"), exports);
295
348
  __exportStar(require("./PutTransactionResponseDto"), exports);
296
349
  __exportStar(require("./PutTransactionSetResponse"), exports);
350
+ __exportStar(require("./PutVisionResult"), exports);
297
351
  __exportStar(require("./QName"), exports);
298
352
  __exportStar(require("./QuantityType"), exports);
299
353
  __exportStar(require("./Quantityprefix"), exports);
@@ -303,6 +357,9 @@ __exportStar(require("./RecipeCDHEADING"), exports);
303
357
  __exportStar(require("./RecipeCDINNCLUSTER"), exports);
304
358
  __exportStar(require("./RecipeCDITEM"), exports);
305
359
  __exportStar(require("./RecipeCDTRANSACTION"), exports);
360
+ __exportStar(require("./RecipeKmehrmessageType"), exports);
361
+ __exportStar(require("./RecipePosology"), exports);
362
+ __exportStar(require("./RecipeRegimen"), exports);
306
363
  __exportStar(require("./RecipeauthorType"), exports);
307
364
  __exportStar(require("./RecipebasicIDKMEHR"), exports);
308
365
  __exportStar(require("./RecipecompoundprescriptionType"), exports);
@@ -332,17 +389,34 @@ __exportStar(require("./RefscopeType"), exports);
332
389
  __exportStar(require("./Refvalue"), exports);
333
390
  __exportStar(require("./Regimen"), exports);
334
391
  __exportStar(require("./RegimenItem"), exports);
392
+ __exportStar(require("./RegisterPersonDeclarationType"), exports);
335
393
  __exportStar(require("./RegisterPersonResponseDto"), exports);
394
+ __exportStar(require("./RegisterPersonResultType"), exports);
395
+ __exportStar(require("./RegistrationBailiffType"), exports);
396
+ __exportStar(require("./RemoveVaccinationResponseType"), exports);
336
397
  __exportStar(require("./RenewalType"), exports);
337
398
  __exportStar(require("./RequestListType"), exports);
338
399
  __exportStar(require("./RequestType"), exports);
400
+ __exportStar(require("./ResidentialAddress"), exports);
401
+ __exportStar(require("./ResidentialAddressOptionalInceptionDateType"), exports);
339
402
  __exportStar(require("./ResidentialAddressResponseType"), exports);
403
+ __exportStar(require("./ResidentialAddressType"), exports);
340
404
  __exportStar(require("./ResponseListType"), exports);
341
405
  __exportStar(require("./ResponseType"), exports);
342
406
  __exportStar(require("./ResultType"), exports);
407
+ __exportStar(require("./Results"), exports);
343
408
  __exportStar(require("./RevokeAccessRightResponse"), exports);
344
409
  __exportStar(require("./RevokePatientConsentResponse"), exports);
345
410
  __exportStar(require("./RevokeTherapeuticLinkResponse"), exports);
411
+ __exportStar(require("./RnConsultConversationDto"), exports);
412
+ __exportStar(require("./RnConsultDeceaseType"), exports);
413
+ __exportStar(require("./RnConsultNameType"), exports);
414
+ __exportStar(require("./RnConsultPersonDto"), exports);
415
+ __exportStar(require("./RnConsultPersonMid"), exports);
416
+ __exportStar(require("./RnConsultRegisterPersonResponseDto"), exports);
417
+ __exportStar(require("./RnConsultSearchByNissResultDto"), exports);
418
+ __exportStar(require("./RnConsultSearchPersonBySsinResponseDto"), exports);
419
+ __exportStar(require("./RnConsultSearchPersonPhoneticallyResponseDto"), exports);
346
420
  __exportStar(require("./RouteType"), exports);
347
421
  __exportStar(require("./SamlTokenResult"), exports);
348
422
  __exportStar(require("./SearchBySSINReplyDto"), exports);
@@ -360,8 +434,11 @@ __exportStar(require("./SignedInfo"), exports);
360
434
  __exportStar(require("./SigningValue"), exports);
361
435
  __exportStar(require("./SiteType"), exports);
362
436
  __exportStar(require("./Source"), exports);
437
+ __exportStar(require("./SpecialNotionType"), exports);
363
438
  __exportStar(require("./Specialisation"), exports);
364
439
  __exportStar(require("./SsinStatusType"), exports);
440
+ __exportStar(require("./SsinWithCanceledAndReplacesStatusType"), exports);
441
+ __exportStar(require("./StackTraceElement"), exports);
365
442
  __exportStar(require("./StandardAddressType"), exports);
366
443
  __exportStar(require("./StandardType"), exports);
367
444
  __exportStar(require("./StartSubscriptionResultWithResponse"), exports);
@@ -370,12 +447,14 @@ __exportStar(require("./Status"), exports);
370
447
  __exportStar(require("./StatusCode"), exports);
371
448
  __exportStar(require("./StatusDetail"), exports);
372
449
  __exportStar(require("./StatusDto"), exports);
450
+ __exportStar(require("./StatusType"), exports);
373
451
  __exportStar(require("./StreetType"), exports);
374
452
  __exportStar(require("./StrengthType"), exports);
375
453
  __exportStar(require("./StringLangType"), exports);
376
454
  __exportStar(require("./Subject"), exports);
377
455
  __exportStar(require("./SubjectConfirmation"), exports);
378
456
  __exportStar(require("./SubjectConfirmationDataType"), exports);
457
+ __exportStar(require("./SubregisterBaseType"), exports);
379
458
  __exportStar(require("./SubstanceType"), exports);
380
459
  __exportStar(require("./Substanceproduct"), exports);
381
460
  __exportStar(require("./TAck"), exports);
@@ -390,21 +469,31 @@ __exportStar(require("./TextWithLayoutType"), exports);
390
469
  __exportStar(require("./TherapeuticLinkDto"), exports);
391
470
  __exportStar(require("./TherapeuticLinkMessageDto"), exports);
392
471
  __exportStar(require("./Thirdpayercontract"), exports);
472
+ __exportStar(require("./Throwable"), exports);
393
473
  __exportStar(require("./TimequantityType"), exports);
394
474
  __exportStar(require("./TimeunitType"), exports);
475
+ __exportStar(require("./TokenResponse"), exports);
395
476
  __exportStar(require("./TransactionAccessListType"), exports);
396
477
  __exportStar(require("./TransactionIdType"), exports);
397
478
  __exportStar(require("./TransactionSummaryDto"), exports);
398
479
  __exportStar(require("./TransactionType"), exports);
399
480
  __exportStar(require("./TransactionWithSpecificTime"), exports);
400
481
  __exportStar(require("./Transactionaccess"), exports);
482
+ __exportStar(require("./TranscriptionType"), exports);
401
483
  __exportStar(require("./TransferDto"), exports);
402
484
  __exportStar(require("./Transform"), exports);
403
485
  __exportStar(require("./Transforms"), exports);
404
486
  __exportStar(require("./TransformsType"), exports);
405
487
  __exportStar(require("./UUIDType"), exports);
406
488
  __exportStar(require("./UnitType"), exports);
489
+ __exportStar(require("./UpdateFeedbackFlagResult"), exports);
407
490
  __exportStar(require("./UrgencyType"), exports);
491
+ __exportStar(require("./VaccinationId"), exports);
492
+ __exportStar(require("./VaccinationStatusType"), exports);
493
+ __exportStar(require("./VaccineInjection"), exports);
494
+ __exportStar(require("./ValidationInfoType"), exports);
495
+ __exportStar(require("./ValidationResult"), exports);
496
+ __exportStar(require("./VerifyIdResponse"), exports);
408
497
  __exportStar(require("./VerseInfos"), exports);
409
498
  __exportStar(require("./Weekday"), exports);
410
499
  __exportStar(require("./WhereResponseType"), exports);
package/fhcApi.ts CHANGED
@@ -15,6 +15,8 @@ export * from "./api/fhcHubApi"
15
15
  export * from "./api/fhcMemberDataApi"
16
16
  export * from "./api/fhcMhmApi"
17
17
  export * from "./api/fhcRecipeApi"
18
+ export * from "./api/fhcRnConsultApi"
18
19
  export * from "./api/fhcStsApi"
19
20
  export * from "./api/fhcTarificationApi"
20
21
  export * from "./api/fhcTherLinkApi"
22
+ export * from "./api/fhcVaccinnetApi"
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { decodeBase64 } from "./ModelHelper"
14
+
15
+ export class ActType {
16
+ constructor(json: JSON | any) {
17
+ Object.assign(this as ActType, json)
18
+ }
19
+
20
+ actTypeCode?: number
21
+ actTypeDescriptions?: Array<ActType>
22
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Results } from "./Results"
13
+ import { VaccinationStatusType } from "./VaccinationStatusType"
14
+
15
+ import { decodeBase64 } from "./ModelHelper"
16
+
17
+ export class AddVaccinationsResponseType {
18
+ constructor(json: JSON | any) {
19
+ Object.assign(this as AddVaccinationsResponseType, json)
20
+ }
21
+
22
+ patientId?: string
23
+ results?: Array<Results>
24
+ status?: VaccinationStatusType
25
+ }
package/model/Address.ts CHANGED
@@ -19,12 +19,12 @@ export class Address {
19
19
  }
20
20
 
21
21
  addressType?: Address.AddressTypeEnum
22
- city?: string
23
- country?: string
22
+ street?: string
24
23
  houseNumber?: string
25
- postalCode?: string
26
24
  postboxNumber?: string
27
- street?: string
25
+ postalCode?: string
26
+ city?: string
27
+ country?: string
28
28
  telecoms?: Array<Telecom>
29
29
  }
30
30
  export namespace Address {
@@ -36,6 +36,10 @@ export namespace Address {
36
36
  | "clinic"
37
37
  | "hq"
38
38
  | "other"
39
+ | "diplomatic"
40
+ | "reference"
41
+ | "postal"
42
+ | "temporary"
39
43
  export const AddressTypeEnum = {
40
44
  Home: "home" as AddressTypeEnum,
41
45
  Work: "work" as AddressTypeEnum,
@@ -43,6 +47,10 @@ export namespace Address {
43
47
  Hospital: "hospital" as AddressTypeEnum,
44
48
  Clinic: "clinic" as AddressTypeEnum,
45
49
  Hq: "hq" as AddressTypeEnum,
46
- Other: "other" as AddressTypeEnum
50
+ Other: "other" as AddressTypeEnum,
51
+ Diplomatic: "diplomatic" as AddressTypeEnum,
52
+ Reference: "reference" as AddressTypeEnum,
53
+ Postal: "postal" as AddressTypeEnum,
54
+ Temporary: "temporary" as AddressTypeEnum
47
55
  }
48
56
  }
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DiplomaticPostType } from "./DiplomaticPostType"
13
+ import { PlainAddressType } from "./PlainAddressType"
14
+ import { ResidentialAddressType } from "./ResidentialAddressType"
15
+
16
+ import { decodeBase64 } from "./ModelHelper"
17
+
18
+ export class AddressBaseType {
19
+ constructor(json: JSON | any) {
20
+ Object.assign(this as AddressBaseType, json)
21
+ }
22
+
23
+ diplomaticAddress?: PlainAddressType
24
+ diplomaticPost?: DiplomaticPostType
25
+ postAddress?: PlainAddressType
26
+ referenceAddress?: ResidentialAddressType
27
+ residentialAddress?: ResidentialAddressType
28
+ temporaryAddress?: PlainAddressType
29
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ResidentialAddressType } from "./ResidentialAddressType"
13
+
14
+ import { decodeBase64 } from "./ModelHelper"
15
+
16
+ export class AddressCbssBaseType {
17
+ constructor(json: JSON | any) {
18
+ Object.assign(this as AddressCbssBaseType, json)
19
+ }
20
+
21
+ residentialAddress?: ResidentialAddressType
22
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ForeignAddressDeclarationType } from "./ForeignAddressDeclarationType"
13
+
14
+ import { decodeBase64 } from "./ModelHelper"
15
+
16
+ export class AddressDeclarationType {
17
+ constructor(json: JSON | any) {
18
+ Object.assign(this as AddressDeclarationType, json)
19
+ }
20
+
21
+ residentialAddress?: ForeignAddressDeclarationType
22
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { LocationType } from "./LocationType"
13
+ import { SpecialNotionType } from "./SpecialNotionType"
14
+
15
+ import { decodeBase64 } from "./ModelHelper"
16
+
17
+ export class AdministratorBaseType {
18
+ constructor(json: JSON | any) {
19
+ Object.assign(this as AdministratorBaseType, json)
20
+ }
21
+
22
+ inceptionDate?: Date
23
+ location?: LocationType
24
+ specialNotion?: SpecialNotionType
25
+ }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { decodeBase64 } from "./ModelHelper"
14
+
15
+ export class AnomaliesType {
16
+ constructor(json: JSON | any) {
17
+ Object.assign(this as AnomaliesType, json)
18
+ }
19
+
20
+ anomalies?: Array<any>
21
+ }
package/model/Appendix.ts CHANGED
@@ -17,9 +17,9 @@ export class Appendix {
17
17
  Object.assign(this as Appendix, json, json.data ? { data: decodeBase64(json.data) } : {})
18
18
  }
19
19
 
20
- data?: ArrayBuffer
20
+ verseSeq?: number
21
21
  documentSeq?: number
22
+ data?: ArrayBuffer
22
23
  mimeType?: string
23
24
  path?: string
24
- verseSeq?: number
25
25
  }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { decodeBase64 } from "./ModelHelper"
14
+
15
+ export class Base64EncodedKmehr {
16
+ constructor(json: JSON | any) {
17
+ Object.assign(
18
+ this as Base64EncodedKmehr,
19
+ json,
20
+ json.value ? { value: decodeBase64(json.value) } : {}
21
+ )
22
+ }
23
+
24
+ value?: ArrayBuffer
25
+ }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { decodeBase64 } from "./ModelHelper"
14
+
15
+ export class BestIdentifierType {
16
+ constructor(json: JSON | any) {
17
+ Object.assign(this as BestIdentifierType, json)
18
+ }
19
+
20
+ namespace?: string
21
+ objectIdentifier?: string
22
+ versionIdentifier?: string
23
+ }
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ActType } from "./ActType"
13
+ import { LocationType } from "./LocationType"
14
+
15
+ import { decodeBase64 } from "./ModelHelper"
16
+
17
+ export class BirthInfoBaseType {
18
+ constructor(json: JSON | any) {
19
+ Object.assign(this as BirthInfoBaseType, json)
20
+ }
21
+
22
+ actType?: ActType
23
+ birthDate?: string
24
+ birthPlace?: LocationType
25
+ }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { LocationDeclarationType } from "./LocationDeclarationType"
13
+
14
+ import { decodeBase64 } from "./ModelHelper"
15
+
16
+ export class BirthInfoDeclarationType {
17
+ constructor(json: JSON | any) {
18
+ Object.assign(this as BirthInfoDeclarationType, json)
19
+ }
20
+
21
+ birthDate?: string
22
+ birthPlace?: LocationDeclarationType
23
+ }
@@ -17,7 +17,9 @@ export class BirthPlace {
17
17
  Object.assign(this as BirthPlace, json)
18
18
  }
19
19
 
20
+ countryCode?: number
21
+ countryIsoCode?: string
20
22
  cityCode?: string
21
23
  cityName?: string
22
- countryCode?: string
24
+ countryName?: string
23
25
  }