candidhealth 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (921) hide show
  1. package/Client.d.ts +9 -3
  2. package/Client.js +52 -42
  3. package/README.md +1 -1
  4. package/api/resources/auth/resources/default/client/Client.d.ts +10 -0
  5. package/api/resources/auth/resources/default/client/Client.js +43 -1
  6. package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
  7. package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
  8. package/api/resources/auth/resources/default/client/index.d.ts +1 -0
  9. package/api/resources/auth/resources/default/client/index.js +2 -1
  10. package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +13 -0
  11. package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -0
  12. package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  13. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  14. package/api/resources/chargeCapture/resources/v1/client/Client.js +6 -6
  15. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -4
  16. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  17. package/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
  18. package/api/resources/credentialing/resources/v2/client/Client.js +295 -5
  19. package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
  20. package/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
  21. package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
  22. package/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
  23. package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
  24. package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
  25. package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
  26. package/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
  27. package/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  28. package/api/resources/credentialing/resources/v2/client/index.js +6 -1
  29. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
  30. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +5 -0
  31. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
  32. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
  33. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
  34. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -0
  35. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  36. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  37. package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  38. package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
  39. package/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
  40. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  41. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
  42. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
  43. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
  44. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
  45. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
  46. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
  47. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
  48. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
  49. package/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  50. package/api/resources/credentialing/resources/v2/types/index.js +4 -0
  51. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  52. package/api/resources/diagnoses/client/Client.js +3 -3
  53. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  54. package/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
  55. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  56. package/api/resources/encounters/resources/v4/client/Client.js +5 -5
  57. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  58. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  59. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  60. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  61. package/api/resources/feeSchedules/resources/v3/client/Client.js +11 -11
  62. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  63. package/api/resources/healthCareCodeInformation/client/Client.d.ts +30 -0
  64. package/api/resources/healthCareCodeInformation/client/Client.js +17 -0
  65. package/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
  66. package/api/resources/healthCareCodeInformation/client/index.js +2 -0
  67. package/api/resources/healthCareCodeInformation/index.d.ts +2 -0
  68. package/api/resources/healthCareCodeInformation/index.js +18 -0
  69. package/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  70. package/api/resources/healthCareCodeInformation/resources/index.js +37 -0
  71. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
  72. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
  73. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
  74. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
  75. package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  76. package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  77. package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
  78. package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
  79. package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  80. package/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  81. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
  82. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
  83. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
  84. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
  85. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
  86. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
  87. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
  88. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
  89. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
  90. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
  91. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  92. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
  93. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
  94. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
  95. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
  96. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
  97. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
  98. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
  99. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  100. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
  101. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
  102. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
  103. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
  104. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
  105. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
  106. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
  107. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
  108. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
  109. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
  110. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
  111. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
  112. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
  113. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
  114. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
  115. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
  116. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
  117. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
  118. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
  119. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
  120. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
  121. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  122. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
  123. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
  124. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
  125. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  126. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
  127. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
  128. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
  129. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
  130. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
  131. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
  132. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
  133. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
  134. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
  135. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
  136. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
  137. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
  138. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
  139. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
  140. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
  141. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
  142. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
  143. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
  144. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
  145. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
  146. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
  147. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
  148. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
  149. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
  150. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
  151. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
  152. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
  153. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
  154. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
  155. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
  156. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
  157. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
  158. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
  159. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
  160. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
  161. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
  162. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
  163. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
  164. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
  165. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  166. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
  167. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
  168. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
  169. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  170. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
  171. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
  172. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
  173. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  174. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  175. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  176. package/api/resources/index.d.ts +3 -1
  177. package/api/resources/index.js +5 -3
  178. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  179. package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  180. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  181. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  182. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  183. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  184. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
  185. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  186. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  187. package/api/resources/patientAr/client/Client.d.ts +30 -0
  188. package/api/resources/patientAr/client/Client.js +17 -0
  189. package/api/resources/patientAr/client/index.d.ts +1 -0
  190. package/api/resources/patientAr/client/index.js +2 -0
  191. package/api/resources/patientAr/index.d.ts +2 -0
  192. package/api/resources/patientAr/index.js +18 -0
  193. package/api/resources/patientAr/resources/index.d.ts +1 -0
  194. package/api/resources/patientAr/resources/index.js +37 -0
  195. package/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
  196. package/api/resources/patientAr/resources/v1/client/Client.js +196 -0
  197. package/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
  198. package/api/resources/patientAr/resources/v1/client/index.js +42 -0
  199. package/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
  200. package/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
  201. package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
  202. package/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
  203. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
  204. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
  205. package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
  206. package/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
  207. package/api/resources/patientAr/resources/v1/index.d.ts +2 -0
  208. package/api/resources/patientAr/resources/v1/index.js +18 -0
  209. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
  210. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
  211. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
  212. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
  213. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
  214. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
  215. package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
  216. package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
  217. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
  218. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
  219. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
  220. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
  221. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
  222. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
  223. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
  224. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
  225. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
  226. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
  227. package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
  228. package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
  229. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
  230. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
  231. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
  232. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
  233. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
  234. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
  235. package/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  236. package/api/resources/patientAr/resources/v1/types/index.js +29 -0
  237. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  238. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  239. package/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  240. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  241. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  242. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  243. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
  244. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  245. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  246. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  247. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  248. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  249. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +10 -0
  250. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
  251. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  252. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
  253. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +8 -0
  254. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +10 -0
  255. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
  256. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
  257. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  258. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  259. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  260. package/api/resources/serviceFacility/client/Client.js +1 -1
  261. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  262. package/api/resources/superbills/resources/v1/client/Client.js +1 -1
  263. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  264. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  265. package/dist/Client.d.ts +9 -3
  266. package/dist/Client.js +52 -42
  267. package/dist/api/resources/auth/resources/default/client/Client.d.ts +10 -0
  268. package/dist/api/resources/auth/resources/default/client/Client.js +43 -1
  269. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +22 -0
  270. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.js +57 -0
  271. package/dist/api/resources/auth/resources/default/client/index.d.ts +1 -0
  272. package/dist/api/resources/auth/resources/default/client/index.js +2 -1
  273. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +13 -0
  274. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +5 -0
  275. package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  276. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  277. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +6 -6
  278. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +4 -4
  279. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  280. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +49 -0
  281. package/dist/api/resources/credentialing/resources/v2/client/Client.js +295 -5
  282. package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +34 -0
  283. package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +79 -0
  284. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +34 -0
  285. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +79 -0
  286. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +34 -0
  287. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +79 -0
  288. package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +34 -0
  289. package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +79 -0
  290. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  291. package/dist/api/resources/credentialing/resources/v2/client/index.js +6 -1
  292. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +27 -0
  293. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +5 -0
  294. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +26 -0
  295. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +5 -0
  296. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +27 -0
  297. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +5 -0
  298. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -1
  299. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -1
  300. package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +3 -0
  301. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +46 -0
  302. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +101 -0
  303. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  304. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +5 -0
  305. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +9 -0
  306. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +5 -0
  307. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +8 -0
  308. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +9 -0
  309. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +7 -0
  310. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +5 -0
  311. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -19
  312. package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  313. package/dist/api/resources/credentialing/resources/v2/types/index.js +4 -0
  314. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  315. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  316. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  317. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +3 -3
  318. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  319. package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
  320. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  321. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  322. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  323. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  324. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +11 -11
  325. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  326. package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +30 -0
  327. package/dist/api/resources/healthCareCodeInformation/client/Client.js +17 -0
  328. package/dist/api/resources/healthCareCodeInformation/client/index.d.ts +1 -0
  329. package/dist/api/resources/healthCareCodeInformation/client/index.js +2 -0
  330. package/dist/api/resources/healthCareCodeInformation/index.d.ts +2 -0
  331. package/dist/api/resources/healthCareCodeInformation/index.js +18 -0
  332. package/dist/api/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  333. package/dist/api/resources/healthCareCodeInformation/resources/index.js +37 -0
  334. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +46 -0
  335. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +179 -0
  336. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +28 -0
  337. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +68 -0
  338. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  339. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  340. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +34 -0
  341. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +79 -0
  342. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  343. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  344. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +11 -0
  345. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +5 -0
  346. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +14 -0
  347. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +10 -0
  348. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +4230 -0
  349. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1064 -0
  350. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +242 -0
  351. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +67 -0
  352. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +11 -0
  353. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +5 -0
  354. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  355. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +9 -0
  356. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +4 -0
  357. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +5 -0
  358. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +174 -0
  359. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +50 -0
  360. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +11 -0
  361. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +5 -0
  362. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  363. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +9 -0
  364. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +12 -0
  365. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +5 -0
  366. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +14 -0
  367. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +10 -0
  368. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +18 -0
  369. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +5 -0
  370. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +19 -0
  371. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +5 -0
  372. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +57 -0
  373. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +5 -0
  374. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +19 -0
  375. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +5 -0
  376. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +8 -0
  377. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +9 -0
  378. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +8 -0
  379. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +9 -0
  380. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +242 -0
  381. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +67 -0
  382. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +12 -0
  383. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +5 -0
  384. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  385. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +9 -0
  386. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +58 -0
  387. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +21 -0
  388. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  389. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +9 -0
  390. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +12 -0
  391. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +5 -0
  392. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +12 -0
  393. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +5 -0
  394. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +14 -0
  395. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +10 -0
  396. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +12 -0
  397. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +5 -0
  398. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +14 -0
  399. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +10 -0
  400. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +11 -0
  401. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +5 -0
  402. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +14 -0
  403. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +10 -0
  404. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +26 -0
  405. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +13 -0
  406. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +12 -0
  407. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +5 -0
  408. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +14 -0
  409. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +10 -0
  410. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +12 -0
  411. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +5 -0
  412. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +18 -0
  413. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +11 -0
  414. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +7 -0
  415. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +5 -0
  416. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +7 -0
  417. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +5 -0
  418. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +7 -0
  419. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +5 -0
  420. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +7 -0
  421. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +5 -0
  422. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +7 -0
  423. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +5 -0
  424. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +8 -0
  425. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +9 -0
  426. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +11 -0
  427. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +5 -0
  428. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  429. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +9 -0
  430. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +541 -0
  431. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +115 -0
  432. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  433. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +9 -0
  434. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +12 -0
  435. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +5 -0
  436. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  437. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  438. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  439. package/dist/api/resources/index.d.ts +3 -1
  440. package/dist/api/resources/index.js +5 -3
  441. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  442. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  443. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  444. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  445. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  446. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  447. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +7 -7
  448. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  449. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  450. package/dist/api/resources/patientAr/client/Client.d.ts +30 -0
  451. package/dist/api/resources/patientAr/client/Client.js +17 -0
  452. package/dist/api/resources/patientAr/client/index.d.ts +1 -0
  453. package/dist/api/resources/patientAr/client/index.js +2 -0
  454. package/dist/api/resources/patientAr/index.d.ts +2 -0
  455. package/dist/api/resources/patientAr/index.js +18 -0
  456. package/dist/api/resources/patientAr/resources/index.d.ts +1 -0
  457. package/dist/api/resources/patientAr/resources/index.js +37 -0
  458. package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +54 -0
  459. package/dist/api/resources/patientAr/resources/v1/client/Client.js +196 -0
  460. package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +3 -0
  461. package/dist/api/resources/patientAr/resources/v1/client/index.js +42 -0
  462. package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +34 -0
  463. package/dist/api/resources/patientAr/resources/v1/client/itemize.js +79 -0
  464. package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +34 -0
  465. package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +79 -0
  466. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +19 -0
  467. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +5 -0
  468. package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -0
  469. package/dist/api/resources/patientAr/resources/v1/client/requests/index.js +2 -0
  470. package/dist/api/resources/patientAr/resources/v1/index.d.ts +2 -0
  471. package/dist/api/resources/patientAr/resources/v1/index.js +18 -0
  472. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +7 -0
  473. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +5 -0
  474. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +7 -0
  475. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +5 -0
  476. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +6 -0
  477. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +5 -0
  478. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +11 -0
  479. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +5 -0
  480. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +13 -0
  481. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +5 -0
  482. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +10 -0
  483. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +5 -0
  484. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +7 -0
  485. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +5 -0
  486. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +7 -0
  487. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +5 -0
  488. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +7 -0
  489. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +5 -0
  490. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +8 -0
  491. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +10 -0
  492. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +12 -0
  493. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +5 -0
  494. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +10 -0
  495. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +5 -0
  496. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +28 -0
  497. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +5 -0
  498. package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  499. package/dist/api/resources/patientAr/resources/v1/types/index.js +29 -0
  500. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  501. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  502. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  503. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  504. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  505. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  506. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +6 -6
  507. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  508. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  509. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  510. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  511. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  512. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +10 -0
  513. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +5 -0
  514. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  515. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +12 -0
  516. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +8 -0
  517. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +10 -0
  518. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +34 -0
  519. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +36 -0
  520. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  521. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  522. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  523. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  524. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  525. package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
  526. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  527. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  528. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +12 -0
  529. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +43 -0
  530. package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  531. package/dist/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
  532. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +20 -0
  533. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
  534. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
  535. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
  536. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
  537. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
  538. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
  539. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
  540. package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  541. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
  542. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
  543. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
  544. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
  545. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
  546. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  547. package/dist/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
  548. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
  549. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
  550. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  551. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
  552. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
  553. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
  554. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
  555. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
  556. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
  557. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
  558. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
  559. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
  560. package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  561. package/dist/serialization/resources/credentialing/resources/v2/types/index.js +4 -0
  562. package/dist/serialization/resources/healthCareCodeInformation/index.d.ts +1 -0
  563. package/dist/serialization/resources/healthCareCodeInformation/index.js +17 -0
  564. package/dist/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  565. package/dist/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
  566. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
  567. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
  568. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  569. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  570. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
  571. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
  572. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  573. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  574. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
  575. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
  576. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
  577. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
  578. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
  579. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
  580. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
  581. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
  582. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
  583. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
  584. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  585. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
  586. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
  587. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
  588. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
  589. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
  590. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
  591. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
  592. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  593. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
  594. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
  595. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
  596. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
  597. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
  598. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
  599. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
  600. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
  601. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
  602. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
  603. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
  604. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
  605. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
  606. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
  607. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
  608. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
  609. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
  610. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
  611. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
  612. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
  613. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
  614. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  615. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
  616. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
  617. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
  618. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  619. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
  620. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
  621. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
  622. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
  623. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
  624. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
  625. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
  626. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
  627. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
  628. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
  629. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
  630. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
  631. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
  632. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
  633. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
  634. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
  635. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
  636. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
  637. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
  638. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
  639. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
  640. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
  641. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
  642. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
  643. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
  644. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
  645. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
  646. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
  647. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
  648. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
  649. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
  650. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
  651. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
  652. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
  653. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
  654. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
  655. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
  656. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
  657. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
  658. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  659. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
  660. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
  661. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
  662. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  663. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
  664. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
  665. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
  666. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  667. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  668. package/dist/serialization/resources/index.d.ts +3 -1
  669. package/dist/serialization/resources/index.js +5 -3
  670. package/dist/serialization/resources/patientAr/index.d.ts +1 -0
  671. package/dist/serialization/resources/patientAr/index.js +17 -0
  672. package/dist/serialization/resources/patientAr/resources/index.d.ts +1 -0
  673. package/dist/serialization/resources/patientAr/resources/index.js +37 -0
  674. package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
  675. package/dist/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
  676. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
  677. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
  678. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
  679. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
  680. package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
  681. package/dist/serialization/resources/patientAr/resources/v1/index.js +18 -0
  682. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
  683. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
  684. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
  685. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
  686. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
  687. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
  688. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
  689. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
  690. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
  691. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
  692. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
  693. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
  694. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
  695. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
  696. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
  697. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
  698. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
  699. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
  700. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
  701. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
  702. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
  703. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
  704. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
  705. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
  706. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
  707. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
  708. package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  709. package/dist/serialization/resources/patientAr/resources/v1/types/index.js +29 -0
  710. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  711. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  712. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +19 -0
  713. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
  714. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  715. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
  716. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
  717. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
  718. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
  719. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
  720. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  721. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  722. package/dist/version.d.ts +1 -1
  723. package/dist/version.js +1 -1
  724. package/package.json +1 -1
  725. package/reference.md +898 -331
  726. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +12 -0
  727. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +43 -0
  728. package/serialization/resources/auth/resources/default/client/requests/index.d.ts +1 -0
  729. package/serialization/resources/auth/resources/default/client/requests/index.js +3 -1
  730. package/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +20 -0
  731. package/serialization/resources/credentialing/resources/v2/client/createFacility.js +77 -0
  732. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +20 -0
  733. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +77 -0
  734. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +20 -0
  735. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +77 -0
  736. package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +20 -0
  737. package/serialization/resources/credentialing/resources/v2/client/getFacility.js +77 -0
  738. package/serialization/resources/credentialing/resources/v2/client/index.d.ts +5 -0
  739. package/serialization/resources/credentialing/resources/v2/client/index.js +6 -1
  740. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +18 -0
  741. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +49 -0
  742. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +19 -0
  743. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +50 -0
  744. package/serialization/resources/credentialing/resources/v2/client/requests/index.d.ts +2 -0
  745. package/serialization/resources/credentialing/resources/v2/client/requests/index.js +5 -1
  746. package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +30 -0
  747. package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +89 -0
  748. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +22 -0
  749. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +53 -0
  750. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +16 -0
  751. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +49 -0
  752. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +10 -0
  753. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +45 -0
  754. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +14 -0
  755. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +47 -0
  756. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +3 -12
  757. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +6 -13
  758. package/serialization/resources/credentialing/resources/v2/types/index.d.ts +4 -0
  759. package/serialization/resources/credentialing/resources/v2/types/index.js +4 -0
  760. package/serialization/resources/healthCareCodeInformation/index.d.ts +1 -0
  761. package/serialization/resources/healthCareCodeInformation/index.js +17 -0
  762. package/serialization/resources/healthCareCodeInformation/resources/index.d.ts +1 -0
  763. package/serialization/resources/healthCareCodeInformation/resources/index.js +37 -0
  764. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +15 -0
  765. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +71 -0
  766. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +2 -0
  767. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +38 -0
  768. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +20 -0
  769. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +77 -0
  770. package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +2 -0
  771. package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +18 -0
  772. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +16 -0
  773. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +49 -0
  774. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +10 -0
  775. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +41 -0
  776. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +10 -0
  777. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +1098 -0
  778. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +10 -0
  779. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +101 -0
  780. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +16 -0
  781. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +49 -0
  782. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +10 -0
  783. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +41 -0
  784. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +10 -0
  785. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +41 -0
  786. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +10 -0
  787. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +84 -0
  788. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +16 -0
  789. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +49 -0
  790. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +10 -0
  791. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +41 -0
  792. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +18 -0
  793. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +51 -0
  794. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +10 -0
  795. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +41 -0
  796. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +15 -0
  797. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +48 -0
  798. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +37 -0
  799. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +68 -0
  800. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +23 -0
  801. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +54 -0
  802. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +37 -0
  803. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +68 -0
  804. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +10 -0
  805. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +45 -0
  806. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +10 -0
  807. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +45 -0
  808. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +10 -0
  809. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +101 -0
  810. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +18 -0
  811. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +51 -0
  812. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +10 -0
  813. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +41 -0
  814. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +10 -0
  815. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +41 -0
  816. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +10 -0
  817. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +41 -0
  818. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +18 -0
  819. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +51 -0
  820. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +18 -0
  821. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +51 -0
  822. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +10 -0
  823. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +41 -0
  824. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +18 -0
  825. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +51 -0
  826. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +10 -0
  827. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +41 -0
  828. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +16 -0
  829. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +49 -0
  830. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +10 -0
  831. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +41 -0
  832. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +10 -0
  833. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +41 -0
  834. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +18 -0
  835. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +51 -0
  836. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +10 -0
  837. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +41 -0
  838. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +18 -0
  839. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +51 -0
  840. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +10 -0
  841. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +41 -0
  842. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +13 -0
  843. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +44 -0
  844. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +13 -0
  845. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +44 -0
  846. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +13 -0
  847. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +44 -0
  848. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +13 -0
  849. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +44 -0
  850. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +13 -0
  851. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +44 -0
  852. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +10 -0
  853. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +45 -0
  854. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +16 -0
  855. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +49 -0
  856. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +10 -0
  857. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +41 -0
  858. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +10 -0
  859. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +149 -0
  860. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +10 -0
  861. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +41 -0
  862. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +18 -0
  863. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +51 -0
  864. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +46 -0
  865. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +62 -0
  866. package/serialization/resources/index.d.ts +3 -1
  867. package/serialization/resources/index.js +5 -3
  868. package/serialization/resources/patientAr/index.d.ts +1 -0
  869. package/serialization/resources/patientAr/index.js +17 -0
  870. package/serialization/resources/patientAr/resources/index.d.ts +1 -0
  871. package/serialization/resources/patientAr/resources/index.js +37 -0
  872. package/serialization/resources/patientAr/resources/v1/client/index.d.ts +2 -0
  873. package/serialization/resources/patientAr/resources/v1/client/index.js +38 -0
  874. package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +20 -0
  875. package/serialization/resources/patientAr/resources/v1/client/itemize.js +77 -0
  876. package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +20 -0
  877. package/serialization/resources/patientAr/resources/v1/client/listInventory.js +77 -0
  878. package/serialization/resources/patientAr/resources/v1/index.d.ts +2 -0
  879. package/serialization/resources/patientAr/resources/v1/index.js +18 -0
  880. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +12 -0
  881. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +43 -0
  882. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +12 -0
  883. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +43 -0
  884. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +12 -0
  885. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +43 -0
  886. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +20 -0
  887. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +51 -0
  888. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +18 -0
  889. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +49 -0
  890. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +15 -0
  891. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +46 -0
  892. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +12 -0
  893. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +43 -0
  894. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +12 -0
  895. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +43 -0
  896. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +12 -0
  897. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +43 -0
  898. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +10 -0
  899. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +41 -0
  900. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +13 -0
  901. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +44 -0
  902. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +14 -0
  903. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +45 -0
  904. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +32 -0
  905. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +63 -0
  906. package/serialization/resources/patientAr/resources/v1/types/index.d.ts +13 -0
  907. package/serialization/resources/patientAr/resources/v1/types/index.js +29 -0
  908. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  909. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  910. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +19 -0
  911. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +50 -0
  912. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +10 -0
  913. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +41 -0
  914. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +10 -0
  915. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +41 -0
  916. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +10 -0
  917. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +70 -0
  918. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +4 -0
  919. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +4 -0
  920. package/version.d.ts +1 -1
  921. package/version.js +1 -1
@@ -71,7 +71,7 @@ class V2 {
71
71
  const _response = yield core.fetcher({
72
72
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/contracts/v2/${encodeURIComponent(serializers.contracts.v2.ContractId.jsonOrThrow(contractId))}`),
73
73
  method: "GET",
74
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
74
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
75
75
  contentType: "application/json",
76
76
  requestType: "json",
77
77
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -172,7 +172,7 @@ class V2 {
172
172
  const _response = yield core.fetcher({
173
173
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/contracts/v2"),
174
174
  method: "GET",
175
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
175
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
176
176
  contentType: "application/json",
177
177
  queryParameters: _queryParams,
178
178
  requestType: "json",
@@ -216,7 +216,7 @@ class V2 {
216
216
  const _response = yield core.fetcher({
217
217
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/contracts/v2"),
218
218
  method: "POST",
219
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
219
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
220
220
  contentType: "application/json",
221
221
  requestType: "json",
222
222
  body: serializers.contracts.v2.ContractCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -254,7 +254,7 @@ class V2 {
254
254
  const _response = yield core.fetcher({
255
255
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/contracts/v2/${encodeURIComponent(serializers.contracts.v2.ContractId.jsonOrThrow(contractId))}`),
256
256
  method: "DELETE",
257
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
257
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
258
258
  contentType: "application/json",
259
259
  requestType: "json",
260
260
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -301,7 +301,7 @@ class V2 {
301
301
  const _response = yield core.fetcher({
302
302
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/contracts/v2/${encodeURIComponent(serializers.contracts.v2.ContractId.jsonOrThrow(contractId))}`),
303
303
  method: "PATCH",
304
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
304
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
305
305
  contentType: "application/json",
306
306
  requestType: "json",
307
307
  body: serializers.contracts.v2.ContractUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -25,6 +25,55 @@ export declare namespace V2 {
25
25
  export declare class V2 {
26
26
  protected readonly _options: V2.Options;
27
27
  constructor(_options?: V2.Options);
28
+ /**
29
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanCreate} request
30
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
31
+ *
32
+ * @example
33
+ * await client.credentialing.v2.createFacility({
34
+ * serviceFacilityId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
35
+ * contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
36
+ * payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"
37
+ * })
38
+ */
39
+ createFacility(request: CandidApi.credentialing.v2.FacilityCredentialingSpanCreate, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.credentialing.v2.FacilityCredentialingSpan, CandidApi.credentialing.v2.createFacility.Error>>;
40
+ /**
41
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanId} facilityCredentialingId
42
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
43
+ *
44
+ * @example
45
+ * await client.credentialing.v2.getFacility(CandidApi.credentialing.v2.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
46
+ */
47
+ getFacility(facilityCredentialingId: CandidApi.credentialing.v2.FacilityCredentialingSpanId, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.credentialing.v2.FacilityCredentialingSpan, CandidApi.credentialing.v2.getFacility.Error>>;
48
+ /**
49
+ * @param {CandidApi.credentialing.v2.GetAllFacilityCredentialingSpansRequest} request
50
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
51
+ *
52
+ * @example
53
+ * await client.credentialing.v2.getAllFacilities()
54
+ */
55
+ getAllFacilities(request?: CandidApi.credentialing.v2.GetAllFacilityCredentialingSpansRequest, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.credentialing.v2.FacilityCredentialingSpanPage, CandidApi.credentialing.v2.getAllFacilities.Error>>;
56
+ /**
57
+ * Soft deletes a credentialing span rate from the system.
58
+ *
59
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanId} facilityCredentialingId
60
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
61
+ *
62
+ * @example
63
+ * await client.credentialing.v2.deleteFacility(CandidApi.credentialing.v2.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
64
+ */
65
+ deleteFacility(facilityCredentialingId: CandidApi.credentialing.v2.FacilityCredentialingSpanId, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<void, CandidApi.credentialing.v2.deleteFacility.Error>>;
66
+ /**
67
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanId} facilityCredentialingId
68
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanUpdate} request
69
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
70
+ *
71
+ * @example
72
+ * await client.credentialing.v2.updateFacility(CandidApi.credentialing.v2.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
73
+ * contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"
74
+ * })
75
+ */
76
+ updateFacility(facilityCredentialingId: CandidApi.credentialing.v2.FacilityCredentialingSpanId, request: CandidApi.credentialing.v2.FacilityCredentialingSpanUpdate, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.credentialing.v2.FacilityCredentialingSpan, CandidApi.credentialing.v2.updateFacility.Error>>;
28
77
  /**
29
78
  * @param {CandidApi.credentialing.v2.ProviderCredentialingSpanCreate} request
30
79
  * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
@@ -58,6 +58,296 @@ class V2 {
58
58
  constructor(_options = {}) {
59
59
  this._options = _options;
60
60
  }
61
+ /**
62
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanCreate} request
63
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
64
+ *
65
+ * @example
66
+ * await client.credentialing.v2.createFacility({
67
+ * serviceFacilityId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
68
+ * contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",
69
+ * payerUuid: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"
70
+ * })
71
+ */
72
+ createFacility(request, requestOptions) {
73
+ return __awaiter(this, void 0, void 0, function* () {
74
+ var _a, _b, _c;
75
+ const _response = yield core.fetcher({
76
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/provider-credentialing-span/v2/facility"),
77
+ method: "POST",
78
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ contentType: "application/json",
80
+ requestType: "json",
81
+ body: serializers.credentialing.v2.FacilityCredentialingSpanCreate.jsonOrThrow(request, {
82
+ unrecognizedObjectKeys: "strip",
83
+ }),
84
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
85
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
86
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
87
+ });
88
+ if (_response.ok) {
89
+ return {
90
+ ok: true,
91
+ body: serializers.credentialing.v2.FacilityCredentialingSpan.parseOrThrow(_response.body, {
92
+ unrecognizedObjectKeys: "passthrough",
93
+ allowUnrecognizedUnionMembers: true,
94
+ allowUnrecognizedEnumValues: true,
95
+ breadcrumbsPrefix: ["response"],
96
+ }),
97
+ };
98
+ }
99
+ if (_response.error.reason === "status-code") {
100
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
101
+ case "HttpRequestValidationsError":
102
+ case "UnauthorizedError":
103
+ return {
104
+ ok: false,
105
+ error: serializers.credentialing.v2.createFacility.Error.parseOrThrow(_response.error.body, {
106
+ unrecognizedObjectKeys: "passthrough",
107
+ allowUnrecognizedUnionMembers: true,
108
+ allowUnrecognizedEnumValues: true,
109
+ breadcrumbsPrefix: ["response"],
110
+ }),
111
+ };
112
+ }
113
+ }
114
+ return {
115
+ ok: false,
116
+ error: CandidApi.credentialing.v2.createFacility.Error._unknown(_response.error),
117
+ };
118
+ });
119
+ }
120
+ /**
121
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanId} facilityCredentialingId
122
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
123
+ *
124
+ * @example
125
+ * await client.credentialing.v2.getFacility(CandidApi.credentialing.v2.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
126
+ */
127
+ getFacility(facilityCredentialingId, requestOptions) {
128
+ return __awaiter(this, void 0, void 0, function* () {
129
+ var _a, _b, _c;
130
+ const _response = yield core.fetcher({
131
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/provider-credentialing-span/v2/facility/${encodeURIComponent(serializers.credentialing.v2.FacilityCredentialingSpanId.jsonOrThrow(facilityCredentialingId))}`),
132
+ method: "GET",
133
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
134
+ contentType: "application/json",
135
+ requestType: "json",
136
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
137
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
138
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
139
+ });
140
+ if (_response.ok) {
141
+ return {
142
+ ok: true,
143
+ body: serializers.credentialing.v2.FacilityCredentialingSpan.parseOrThrow(_response.body, {
144
+ unrecognizedObjectKeys: "passthrough",
145
+ allowUnrecognizedUnionMembers: true,
146
+ allowUnrecognizedEnumValues: true,
147
+ breadcrumbsPrefix: ["response"],
148
+ }),
149
+ };
150
+ }
151
+ if (_response.error.reason === "status-code") {
152
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
153
+ case "EntityNotFoundError":
154
+ case "UnauthorizedError":
155
+ return {
156
+ ok: false,
157
+ error: serializers.credentialing.v2.getFacility.Error.parseOrThrow(_response.error.body, {
158
+ unrecognizedObjectKeys: "passthrough",
159
+ allowUnrecognizedUnionMembers: true,
160
+ allowUnrecognizedEnumValues: true,
161
+ breadcrumbsPrefix: ["response"],
162
+ }),
163
+ };
164
+ }
165
+ }
166
+ return {
167
+ ok: false,
168
+ error: CandidApi.credentialing.v2.getFacility.Error._unknown(_response.error),
169
+ };
170
+ });
171
+ }
172
+ /**
173
+ * @param {CandidApi.credentialing.v2.GetAllFacilityCredentialingSpansRequest} request
174
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
175
+ *
176
+ * @example
177
+ * await client.credentialing.v2.getAllFacilities()
178
+ */
179
+ getAllFacilities() {
180
+ return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
181
+ var _a, _b, _c;
182
+ const { limit, pageToken, payerUuid, contractingProviderId, serviceFacilityId } = request;
183
+ const _queryParams = {};
184
+ if (limit != null) {
185
+ _queryParams["limit"] = limit.toString();
186
+ }
187
+ if (pageToken != null) {
188
+ _queryParams["page_token"] = pageToken;
189
+ }
190
+ if (payerUuid != null) {
191
+ _queryParams["payer_uuid"] = payerUuid;
192
+ }
193
+ if (contractingProviderId != null) {
194
+ _queryParams["contracting_provider_id"] = contractingProviderId;
195
+ }
196
+ if (serviceFacilityId != null) {
197
+ _queryParams["service_facility_id"] = serviceFacilityId;
198
+ }
199
+ const _response = yield core.fetcher({
200
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/provider-credentialing-span/v2/facility"),
201
+ method: "GET",
202
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
203
+ contentType: "application/json",
204
+ queryParameters: _queryParams,
205
+ requestType: "json",
206
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
207
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
208
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
209
+ });
210
+ if (_response.ok) {
211
+ return {
212
+ ok: true,
213
+ body: serializers.credentialing.v2.FacilityCredentialingSpanPage.parseOrThrow(_response.body, {
214
+ unrecognizedObjectKeys: "passthrough",
215
+ allowUnrecognizedUnionMembers: true,
216
+ allowUnrecognizedEnumValues: true,
217
+ breadcrumbsPrefix: ["response"],
218
+ }),
219
+ };
220
+ }
221
+ if (_response.error.reason === "status-code") {
222
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
223
+ case "UnauthorizedError":
224
+ case "UnprocessableEntityError":
225
+ return {
226
+ ok: false,
227
+ error: serializers.credentialing.v2.getAllFacilities.Error.parseOrThrow(_response.error.body, {
228
+ unrecognizedObjectKeys: "passthrough",
229
+ allowUnrecognizedUnionMembers: true,
230
+ allowUnrecognizedEnumValues: true,
231
+ breadcrumbsPrefix: ["response"],
232
+ }),
233
+ };
234
+ }
235
+ }
236
+ return {
237
+ ok: false,
238
+ error: CandidApi.credentialing.v2.getAllFacilities.Error._unknown(_response.error),
239
+ };
240
+ });
241
+ }
242
+ /**
243
+ * Soft deletes a credentialing span rate from the system.
244
+ *
245
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanId} facilityCredentialingId
246
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
247
+ *
248
+ * @example
249
+ * await client.credentialing.v2.deleteFacility(CandidApi.credentialing.v2.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
250
+ */
251
+ deleteFacility(facilityCredentialingId, requestOptions) {
252
+ return __awaiter(this, void 0, void 0, function* () {
253
+ var _a, _b, _c;
254
+ const _response = yield core.fetcher({
255
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/provider-credentialing-span/v2/facility/${encodeURIComponent(serializers.credentialing.v2.FacilityCredentialingSpanId.jsonOrThrow(facilityCredentialingId))}`),
256
+ method: "DELETE",
257
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
258
+ contentType: "application/json",
259
+ requestType: "json",
260
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
261
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
262
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
263
+ });
264
+ if (_response.ok) {
265
+ return {
266
+ ok: true,
267
+ body: undefined,
268
+ };
269
+ }
270
+ if (_response.error.reason === "status-code") {
271
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
272
+ case "EntityNotFoundError":
273
+ case "UnauthorizedError":
274
+ return {
275
+ ok: false,
276
+ error: serializers.credentialing.v2.deleteFacility.Error.parseOrThrow(_response.error.body, {
277
+ unrecognizedObjectKeys: "passthrough",
278
+ allowUnrecognizedUnionMembers: true,
279
+ allowUnrecognizedEnumValues: true,
280
+ breadcrumbsPrefix: ["response"],
281
+ }),
282
+ };
283
+ }
284
+ }
285
+ return {
286
+ ok: false,
287
+ error: CandidApi.credentialing.v2.deleteFacility.Error._unknown(_response.error),
288
+ };
289
+ });
290
+ }
291
+ /**
292
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanId} facilityCredentialingId
293
+ * @param {CandidApi.credentialing.v2.FacilityCredentialingSpanUpdate} request
294
+ * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
295
+ *
296
+ * @example
297
+ * await client.credentialing.v2.updateFacility(CandidApi.credentialing.v2.FacilityCredentialingSpanId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
298
+ * contractingProviderId: "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"
299
+ * })
300
+ */
301
+ updateFacility(facilityCredentialingId, request, requestOptions) {
302
+ return __awaiter(this, void 0, void 0, function* () {
303
+ var _a, _b, _c;
304
+ const _response = yield core.fetcher({
305
+ url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/provider-credentialing-span/v2/facility/${encodeURIComponent(serializers.credentialing.v2.FacilityCredentialingSpanId.jsonOrThrow(facilityCredentialingId))}`),
306
+ method: "PATCH",
307
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
308
+ contentType: "application/json",
309
+ requestType: "json",
310
+ body: serializers.credentialing.v2.FacilityCredentialingSpanUpdate.jsonOrThrow(request, {
311
+ unrecognizedObjectKeys: "strip",
312
+ }),
313
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
314
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
315
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
316
+ });
317
+ if (_response.ok) {
318
+ return {
319
+ ok: true,
320
+ body: serializers.credentialing.v2.FacilityCredentialingSpan.parseOrThrow(_response.body, {
321
+ unrecognizedObjectKeys: "passthrough",
322
+ allowUnrecognizedUnionMembers: true,
323
+ allowUnrecognizedEnumValues: true,
324
+ breadcrumbsPrefix: ["response"],
325
+ }),
326
+ };
327
+ }
328
+ if (_response.error.reason === "status-code") {
329
+ switch ((_c = _response.error.body) === null || _c === void 0 ? void 0 : _c.errorName) {
330
+ case "EntityNotFoundError":
331
+ case "HttpRequestValidationsError":
332
+ case "UnauthorizedError":
333
+ case "UnprocessableEntityError":
334
+ return {
335
+ ok: false,
336
+ error: serializers.credentialing.v2.updateFacility.Error.parseOrThrow(_response.error.body, {
337
+ unrecognizedObjectKeys: "passthrough",
338
+ allowUnrecognizedUnionMembers: true,
339
+ allowUnrecognizedEnumValues: true,
340
+ breadcrumbsPrefix: ["response"],
341
+ }),
342
+ };
343
+ }
344
+ }
345
+ return {
346
+ ok: false,
347
+ error: CandidApi.credentialing.v2.updateFacility.Error._unknown(_response.error),
348
+ };
349
+ });
350
+ }
61
351
  /**
62
352
  * @param {CandidApi.credentialing.v2.ProviderCredentialingSpanCreate} request
63
353
  * @param {V2.RequestOptions} requestOptions - Request-specific configuration.
@@ -79,7 +369,7 @@ class V2 {
79
369
  const _response = yield core.fetcher({
80
370
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/provider-credentialing-span/v2"),
81
371
  method: "POST",
82
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
372
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
373
  contentType: "application/json",
84
374
  requestType: "json",
85
375
  body: serializers.credentialing.v2.ProviderCredentialingSpanCreate.jsonOrThrow(request, {
@@ -134,7 +424,7 @@ class V2 {
134
424
  const _response = yield core.fetcher({
135
425
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/provider-credentialing-span/v2/${encodeURIComponent(serializers.ProviderCredentialingSpanId.jsonOrThrow(providerCredentialingId))}`),
136
426
  method: "GET",
137
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
427
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
138
428
  contentType: "application/json",
139
429
  requestType: "json",
140
430
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -206,7 +496,7 @@ class V2 {
206
496
  const _response = yield core.fetcher({
207
497
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, "/api/provider-credentialing-span/v2"),
208
498
  method: "GET",
209
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
499
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
210
500
  contentType: "application/json",
211
501
  queryParameters: _queryParams,
212
502
  requestType: "json",
@@ -261,7 +551,7 @@ class V2 {
261
551
  const _response = yield core.fetcher({
262
552
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/provider-credentialing-span/v2/${encodeURIComponent(serializers.ProviderCredentialingSpanId.jsonOrThrow(providerCredentialingId))}`),
263
553
  method: "DELETE",
264
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
554
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
265
555
  contentType: "application/json",
266
556
  requestType: "json",
267
557
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -309,7 +599,7 @@ class V2 {
309
599
  const _response = yield core.fetcher({
310
600
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CandidApiEnvironment.Production).candidApi, `/api/provider-credentialing-span/v2/${encodeURIComponent(serializers.ProviderCredentialingSpanId.jsonOrThrow(providerCredentialingId))}`),
311
601
  method: "PATCH",
312
- headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "candidhealth/1.5.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
602
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "candidhealth", "X-Fern-SDK-Version": "1.7.0", "User-Agent": "candidhealth/1.7.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
313
603
  contentType: "application/json",
314
604
  requestType: "json",
315
605
  body: serializers.credentialing.v2.ProviderCredentialingSpanUpdate.jsonOrThrow(request, {
@@ -0,0 +1,34 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ import * as core from "../../../../../../core";
6
+ export type Error = CandidApi.credentialing.v2.createFacility.Error.HttpRequestValidationsError | CandidApi.credentialing.v2.createFacility.Error.UnauthorizedError | CandidApi.credentialing.v2.createFacility.Error._Unknown;
7
+ export declare namespace Error {
8
+ interface HttpRequestValidationsError extends _Utils {
9
+ errorName: "HttpRequestValidationsError";
10
+ content: CandidApi.RequestValidationError[];
11
+ }
12
+ interface UnauthorizedError extends _Utils {
13
+ errorName: "UnauthorizedError";
14
+ content: CandidApi.UnauthorizedErrorMessage;
15
+ }
16
+ interface _Unknown extends _Utils {
17
+ errorName: void;
18
+ content: core.Fetcher.Error;
19
+ }
20
+ interface _Utils {
21
+ _visit: <_Result>(visitor: CandidApi.credentialing.v2.createFacility.Error._Visitor<_Result>) => _Result;
22
+ }
23
+ interface _Visitor<_Result> {
24
+ httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
25
+ unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
26
+ _other: (value: core.Fetcher.Error) => _Result;
27
+ }
28
+ }
29
+ export declare const Error: {
30
+ readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.credentialing.v2.createFacility.Error.HttpRequestValidationsError;
31
+ readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.credentialing.v2.createFacility.Error.UnauthorizedError;
32
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.credentialing.v2.createFacility.Error._Unknown;
33
+ readonly _visit: <_Result>(value: CandidApi.credentialing.v2.createFacility.Error, visitor: CandidApi.credentialing.v2.createFacility.Error._Visitor<_Result>) => _Result;
34
+ };
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.Error = void 0;
40
+ const CandidApi = __importStar(require("../../../../../index"));
41
+ exports.Error = {
42
+ httpRequestValidationsError: (value) => {
43
+ return {
44
+ content: value,
45
+ errorName: "HttpRequestValidationsError",
46
+ _visit: function (visitor) {
47
+ return CandidApi.credentialing.v2.createFacility.Error._visit(this, visitor);
48
+ },
49
+ };
50
+ },
51
+ unauthorizedError: (value) => {
52
+ return {
53
+ content: value,
54
+ errorName: "UnauthorizedError",
55
+ _visit: function (visitor) {
56
+ return CandidApi.credentialing.v2.createFacility.Error._visit(this, visitor);
57
+ },
58
+ };
59
+ },
60
+ _unknown: (fetcherError) => {
61
+ return {
62
+ errorName: undefined,
63
+ content: fetcherError,
64
+ _visit: function (visitor) {
65
+ return CandidApi.credentialing.v2.createFacility.Error._visit(this, visitor);
66
+ },
67
+ };
68
+ },
69
+ _visit: (value, visitor) => {
70
+ switch (value.errorName) {
71
+ case "HttpRequestValidationsError":
72
+ return visitor.httpRequestValidationsError(value.content);
73
+ case "UnauthorizedError":
74
+ return visitor.unauthorizedError(value.content);
75
+ default:
76
+ return visitor._other(value);
77
+ }
78
+ },
79
+ };
@@ -0,0 +1,34 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ import * as core from "../../../../../../core";
6
+ export type Error = CandidApi.credentialing.v2.deleteFacility.Error.EntityNotFoundError | CandidApi.credentialing.v2.deleteFacility.Error.UnauthorizedError | CandidApi.credentialing.v2.deleteFacility.Error._Unknown;
7
+ export declare namespace Error {
8
+ interface EntityNotFoundError extends _Utils {
9
+ errorName: "EntityNotFoundError";
10
+ content: CandidApi.EntityNotFoundErrorMessage;
11
+ }
12
+ interface UnauthorizedError extends _Utils {
13
+ errorName: "UnauthorizedError";
14
+ content: CandidApi.UnauthorizedErrorMessage;
15
+ }
16
+ interface _Unknown extends _Utils {
17
+ errorName: void;
18
+ content: core.Fetcher.Error;
19
+ }
20
+ interface _Utils {
21
+ _visit: <_Result>(visitor: CandidApi.credentialing.v2.deleteFacility.Error._Visitor<_Result>) => _Result;
22
+ }
23
+ interface _Visitor<_Result> {
24
+ entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
25
+ unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
26
+ _other: (value: core.Fetcher.Error) => _Result;
27
+ }
28
+ }
29
+ export declare const Error: {
30
+ readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.credentialing.v2.deleteFacility.Error.EntityNotFoundError;
31
+ readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.credentialing.v2.deleteFacility.Error.UnauthorizedError;
32
+ readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.credentialing.v2.deleteFacility.Error._Unknown;
33
+ readonly _visit: <_Result>(value: CandidApi.credentialing.v2.deleteFacility.Error, visitor: CandidApi.credentialing.v2.deleteFacility.Error._Visitor<_Result>) => _Result;
34
+ };