candidhealth 0.24.3 → 0.24.5

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 (554) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +6 -6
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  5. package/api/resources/commons/types/ProcedureModifier.d.ts +4 -0
  6. package/api/resources/commons/types/ProcedureModifier.js +1 -0
  7. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  8. package/api/resources/customSchemas/resources/v1/client/Client.d.ts +19 -10
  9. package/api/resources/customSchemas/resources/v1/client/Client.js +23 -14
  10. package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +12 -3
  11. package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +4 -4
  12. package/api/resources/customSchemas/resources/v1/types/Schema.d.ts +44 -0
  13. package/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +31 -0
  14. package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +23 -0
  15. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  16. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  17. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  18. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  19. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  20. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  21. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  22. package/api/resources/financials/types/AccountType.d.ts +2 -1
  23. package/api/resources/financials/types/AccountType.js +1 -0
  24. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  25. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  26. package/api/resources/index.d.ts +1 -1
  27. package/api/resources/index.js +2 -2
  28. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  29. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  30. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  31. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  32. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  33. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  34. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  35. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  36. package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
  37. package/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/DisabilityStatus.js} +4 -4
  38. package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  39. package/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
  40. package/api/resources/preEncounter/resources/common/types/Gender.d.ts +6 -3
  41. package/api/resources/preEncounter/resources/common/types/Gender.js +5 -2
  42. package/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
  43. package/api/resources/preEncounter/resources/common/types/Race.js +17 -0
  44. package/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  45. package/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
  46. package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
  47. package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
  48. package/api/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  49. package/api/resources/preEncounter/resources/common/types/index.js +5 -0
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +108 -3
  51. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +420 -3
  52. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
  53. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +47 -0
  54. package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/get.d.ts +6 -6
  55. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/get.js +2 -2
  56. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.d.ts +7 -7
  57. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.js +3 -3
  58. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
  59. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +47 -0
  60. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +7 -1
  61. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +34 -0
  62. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.d.ts +6 -6
  63. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.js +2 -2
  64. package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/update.d.ts +8 -8
  65. package/api/resources/preEncounter/resources/{patients/resources/v1/resources/patients → coverages/resources/v1}/client/update.js +4 -4
  66. package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  67. package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  68. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +1 -1
  69. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.d.ts +1 -1
  70. package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +2 -2
  71. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.d.ts +1 -1
  72. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +82 -0
  73. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +27 -0
  74. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/Subscriber.d.ts +1 -1
  75. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  76. package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
  77. package/api/resources/preEncounter/resources/index.d.ts +2 -2
  78. package/api/resources/preEncounter/resources/index.js +3 -3
  79. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +167 -3
  80. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +554 -3
  81. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.d.ts +7 -7
  82. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +3 -3
  83. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/deactivate.d.ts +8 -8
  84. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +69 -0
  85. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/get.d.ts +7 -7
  86. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/get.js +3 -3
  87. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.d.ts +7 -7
  88. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +3 -3
  89. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +8 -1
  90. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +35 -0
  91. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/scan.d.ts +6 -6
  92. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/scan.js +2 -2
  93. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/search.d.ts +6 -6
  94. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +47 -0
  95. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/update.d.ts +8 -8
  96. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/client/update.js +4 -4
  97. package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  98. package/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  99. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/Contact.d.ts +1 -1
  100. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/ExternalProvider.d.ts +2 -1
  101. package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
  102. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.d.ts +12 -1
  103. package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/Patient.d.ts +4 -1
  104. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +1 -1
  105. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  106. package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  107. package/api/resources/serviceFacility/client/Client.js +1 -1
  108. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
  109. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  110. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  111. package/dist/Client.d.ts +3 -3
  112. package/dist/Client.js +6 -6
  113. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  114. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  115. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +4 -0
  116. package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
  117. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  118. package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +19 -10
  119. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +23 -14
  120. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +12 -3
  121. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +4 -4
  122. package/dist/api/resources/customSchemas/resources/v1/types/Schema.d.ts +44 -0
  123. package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +31 -0
  124. package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +23 -0
  125. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  126. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  127. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  128. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  129. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  130. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  131. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  132. package/dist/api/resources/financials/types/AccountType.d.ts +2 -1
  133. package/dist/api/resources/financials/types/AccountType.js +1 -0
  134. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  135. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  136. package/dist/api/resources/index.d.ts +1 -1
  137. package/dist/api/resources/index.js +2 -2
  138. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  139. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  140. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  141. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  142. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  143. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  144. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  145. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  146. package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +8 -0
  147. package/dist/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/DisabilityStatus.js} +4 -4
  148. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  149. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +12 -0
  150. package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +6 -3
  151. package/dist/api/resources/preEncounter/resources/common/types/Gender.js +5 -2
  152. package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +15 -0
  153. package/dist/api/resources/preEncounter/resources/common/types/Race.js +17 -0
  154. package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  155. package/dist/api/resources/preEncounter/resources/common/types/Sex.js +12 -0
  156. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +13 -0
  157. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +15 -0
  158. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  159. package/dist/api/resources/preEncounter/resources/common/types/index.js +5 -0
  160. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +108 -3
  161. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +420 -3
  162. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +22 -0
  163. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +47 -0
  164. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/get.d.ts +6 -6
  165. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/get.js +2 -2
  166. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/getHistory.d.ts +7 -7
  167. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +58 -0
  168. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +22 -0
  169. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +47 -0
  170. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +7 -1
  171. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +34 -0
  172. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/scan.d.ts +6 -6
  173. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +47 -0
  174. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/update.d.ts +8 -8
  175. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/client/update.js +4 -4
  176. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  177. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  178. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +1 -1
  179. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.d.ts +1 -1
  180. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +2 -2
  181. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.d.ts +1 -1
  182. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +82 -0
  183. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +27 -0
  184. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/api/resources/preEncounter/resources/coverages/resources/v1}/types/Subscriber.d.ts +1 -1
  185. package/dist/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  186. package/dist/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → api/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
  187. package/dist/api/resources/preEncounter/resources/index.d.ts +2 -2
  188. package/dist/api/resources/preEncounter/resources/index.js +3 -3
  189. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +167 -3
  190. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +554 -3
  191. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.d.ts +7 -7
  192. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +3 -3
  193. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/deactivate.d.ts +8 -8
  194. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +69 -0
  195. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/get.d.ts +7 -7
  196. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/get.js +3 -3
  197. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.d.ts +7 -7
  198. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +58 -0
  199. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +8 -1
  200. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +35 -0
  201. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/client/scan.d.ts +6 -6
  202. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +47 -0
  203. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/search.d.ts +6 -6
  204. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +47 -0
  205. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/update.d.ts +8 -8
  206. package/dist/api/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages → patients/resources/v1}/client/update.js +4 -4
  207. package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  208. package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  209. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/Contact.d.ts +1 -1
  210. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/ExternalProvider.d.ts +2 -1
  211. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +10 -0
  212. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.d.ts +12 -1
  213. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +5 -0
  214. package/{api/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/api/resources/preEncounter/resources/patients/resources/v1}/types/Patient.d.ts +4 -1
  215. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +5 -0
  216. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +1 -1
  217. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  218. package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  219. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  220. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
  221. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  222. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  223. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  224. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  225. package/dist/serialization/resources/financials/types/AccountType.d.ts +1 -1
  226. package/dist/serialization/resources/financials/types/AccountType.js +1 -1
  227. package/dist/serialization/resources/index.d.ts +1 -1
  228. package/dist/serialization/resources/index.js +2 -2
  229. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
  230. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +31 -0
  231. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  232. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +31 -0
  233. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  234. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -1
  235. package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
  236. package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +41 -0
  237. package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  238. package/dist/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/Sex.js} +3 -3
  239. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
  240. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +31 -0
  241. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  242. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +5 -0
  243. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
  244. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getHistory.js +4 -4
  245. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
  246. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getMulti.js +1 -1
  247. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
  248. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/scan.js +1 -1
  249. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
  250. package/dist/serialization/resources/preEncounter/resources/{patients/resources/v1/resources/patients → coverages/resources/v1}/client/update.js +6 -6
  251. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -1
  252. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +2 -1
  253. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +5 -5
  254. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +3 -3
  255. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.d.ts +3 -3
  256. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.js +2 -2
  257. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +3 -3
  258. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageStatus.js +1 -1
  259. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +7 -7
  260. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +5 -5
  261. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.d.ts +5 -5
  262. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.js +3 -3
  263. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
  264. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +51 -0
  265. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.d.ts +5 -5
  266. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +3 -3
  267. package/{serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  268. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → dist/serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.js +1 -1
  269. package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -2
  270. package/dist/serialization/resources/preEncounter/resources/index.js +3 -3
  271. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
  272. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +4 -4
  273. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
  274. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +67 -0
  275. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
  276. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/get.js +4 -4
  277. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
  278. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +4 -4
  279. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
  280. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/scan.js +1 -1
  281. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
  282. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/search.js +1 -1
  283. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
  284. package/{serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → dist/serialization/resources/preEncounter/resources/patients/resources/v1}/client/update.js +6 -6
  285. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -1
  286. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +2 -1
  287. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +23 -0
  288. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +7 -7
  289. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +3 -3
  290. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +1 -1
  291. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +20 -0
  292. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +6 -5
  293. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
  294. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +34 -0
  295. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +3 -3
  296. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +1 -1
  297. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +50 -0
  298. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.js +20 -5
  299. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.d.ts +6 -5
  300. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +4 -3
  301. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +3 -3
  302. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +2 -2
  303. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  304. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  305. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
  306. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +3 -0
  307. package/package.json +1 -1
  308. package/reference.md +215 -401
  309. package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
  310. package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
  311. package/serialization/resources/financials/types/AccountType.d.ts +1 -1
  312. package/serialization/resources/financials/types/AccountType.js +1 -1
  313. package/serialization/resources/index.d.ts +1 -1
  314. package/serialization/resources/index.js +2 -2
  315. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +10 -0
  316. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +31 -0
  317. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +10 -0
  318. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +31 -0
  319. package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +1 -1
  320. package/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -1
  321. package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +10 -0
  322. package/serialization/resources/preEncounter/resources/common/types/Race.js +41 -0
  323. package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +10 -0
  324. package/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages/types/CoverageType.js → common/types/Sex.js} +3 -3
  325. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +10 -0
  326. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +31 -0
  327. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +5 -0
  328. package/serialization/resources/preEncounter/resources/common/types/index.js +5 -0
  329. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +20 -0
  330. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getHistory.js +4 -4
  331. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +11 -0
  332. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/getMulti.js +1 -1
  333. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +11 -0
  334. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/scan.js +1 -1
  335. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +20 -0
  336. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/client/update.js +6 -6
  337. package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +2 -1
  338. package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +2 -1
  339. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/Coverage.d.ts +5 -5
  340. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +3 -3
  341. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.d.ts +3 -3
  342. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageId.js +2 -2
  343. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +3 -3
  344. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/CoverageStatus.js +1 -1
  345. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.d.ts +7 -7
  346. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +5 -5
  347. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.d.ts +5 -5
  348. package/{dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/MutableCoverage.js +3 -3
  349. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +10 -0
  350. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +51 -0
  351. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.d.ts +5 -5
  352. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +3 -3
  353. package/{api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages → serialization/resources/preEncounter/resources/coverages/resources/v1}/types/index.d.ts +1 -1
  354. package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/index.js +1 -1
  355. package/serialization/resources/preEncounter/resources/index.d.ts +2 -2
  356. package/serialization/resources/preEncounter/resources/index.js +3 -3
  357. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +15 -0
  358. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/create.js +4 -4
  359. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +20 -0
  360. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +67 -0
  361. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +15 -0
  362. package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/get.js +4 -4
  363. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +20 -0
  364. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/getHistory.js +4 -4
  365. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +11 -0
  366. package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/scan.js +1 -1
  367. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +11 -0
  368. package/{dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients → serialization/resources/preEncounter/resources/patients/resources/v1}/client/search.js +1 -1
  369. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +20 -0
  370. package/serialization/resources/preEncounter/resources/{coverages/resources/v1/resources/coverages → patients/resources/v1}/client/update.js +6 -6
  371. package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +2 -1
  372. package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +2 -1
  373. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +23 -0
  374. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +7 -7
  375. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +3 -3
  376. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +1 -1
  377. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvider.d.ts +20 -0
  378. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +6 -5
  379. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +13 -0
  380. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +34 -0
  381. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +3 -3
  382. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +1 -1
  383. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +50 -0
  384. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MutablePatient.js +20 -5
  385. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.d.ts +6 -5
  386. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +4 -3
  387. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.d.ts +3 -3
  388. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +2 -2
  389. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.d.ts +1 -0
  390. package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/index.js +1 -0
  391. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +3 -0
  392. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +3 -0
  393. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.d.ts +0 -147
  394. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.js +0 -451
  395. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.d.ts +0 -22
  396. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.js +0 -47
  397. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.js +0 -58
  398. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -22
  399. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.js +0 -47
  400. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.d.ts +0 -7
  401. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.js +0 -36
  402. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.js +0 -47
  403. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  404. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  405. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -8
  406. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -3
  407. package/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -32
  408. package/api/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -3
  409. package/api/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -32
  410. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.d.ts +0 -338
  411. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.js +0 -716
  412. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -69
  413. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.d.ts +0 -8
  414. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.js +0 -37
  415. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.js +0 -47
  416. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  417. package/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  418. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.d.ts +0 -147
  419. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/Client.js +0 -451
  420. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.d.ts +0 -22
  421. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/create.js +0 -47
  422. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.js +0 -58
  423. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -22
  424. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.js +0 -47
  425. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.d.ts +0 -7
  426. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/index.js +0 -36
  427. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.js +0 -47
  428. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  429. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  430. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -8
  431. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -3
  432. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -32
  433. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -3
  434. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -32
  435. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.d.ts +0 -338
  436. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/Client.js +0 -716
  437. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -69
  438. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.d.ts +0 -8
  439. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/index.js +0 -37
  440. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.js +0 -47
  441. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  442. package/dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  443. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.d.ts +0 -20
  444. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -11
  445. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.d.ts +0 -11
  446. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/update.d.ts +0 -20
  447. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  448. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  449. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -10
  450. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -2
  451. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -31
  452. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -2
  453. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -31
  454. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/create.d.ts +0 -15
  455. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.d.ts +0 -20
  456. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -67
  457. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/get.d.ts +0 -15
  458. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/getHistory.d.ts +0 -20
  459. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/scan.d.ts +0 -11
  460. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.d.ts +0 -11
  461. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/update.d.ts +0 -20
  462. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  463. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  464. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/Contact.d.ts +0 -23
  465. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/ExternalProvider.d.ts +0 -19
  466. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/MutablePatient.d.ts +0 -35
  467. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getHistory.d.ts +0 -20
  468. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/getMulti.d.ts +0 -11
  469. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/scan.d.ts +0 -11
  470. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/client/update.d.ts +0 -20
  471. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.d.ts +0 -2
  472. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/index.js +0 -18
  473. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/coverages/types/CoverageType.d.ts +0 -10
  474. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.d.ts +0 -2
  475. package/serialization/resources/preEncounter/resources/coverages/resources/v1/resources/index.js +0 -31
  476. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.d.ts +0 -2
  477. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/index.js +0 -31
  478. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/create.d.ts +0 -15
  479. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.d.ts +0 -20
  480. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/deactivate.js +0 -67
  481. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/get.d.ts +0 -15
  482. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/getHistory.d.ts +0 -20
  483. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/scan.d.ts +0 -11
  484. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/search.d.ts +0 -11
  485. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/client/update.d.ts +0 -20
  486. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.d.ts +0 -2
  487. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/index.js +0 -18
  488. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/Contact.d.ts +0 -23
  489. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/ExternalProvider.d.ts +0 -19
  490. package/serialization/resources/preEncounter/resources/patients/resources/v1/resources/patients/types/MutablePatient.d.ts +0 -35
  491. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.d.ts +0 -0
  492. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.js +0 -0
  493. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.d.ts +0 -0
  494. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.js +0 -0
  495. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.d.ts +0 -0
  496. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.js +0 -0
  497. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +0 -0
  498. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.js +0 -0
  499. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +0 -0
  500. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.js +0 -0
  501. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +0 -0
  502. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.js +0 -0
  503. /package/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +0 -0
  504. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.d.ts +0 -0
  505. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.js +0 -0
  506. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.d.ts +0 -0
  507. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.js +0 -0
  508. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.d.ts +0 -0
  509. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.js +0 -0
  510. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +0 -0
  511. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +0 -0
  512. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +0 -0
  513. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +0 -0
  514. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types/MutablePatient.js → types/FilingOrder.js} +0 -0
  515. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +0 -0
  516. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +0 -0
  517. /package/{dist/api/resources/preEncounter/resources/patients/resources/v1/resources/patients → api/resources/preEncounter/resources/patients/resources/v1}/types/MutablePatient.js +0 -0
  518. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Patient.js +0 -0
  519. /package/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +0 -0
  520. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.d.ts +0 -0
  521. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/CoverageScanRequest.js +0 -0
  522. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.d.ts +0 -0
  523. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/GetAllCoveragesRequest.js +0 -0
  524. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.d.ts +0 -0
  525. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/requests/index.js +0 -0
  526. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Coverage.js +0 -0
  527. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageId.js +0 -0
  528. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.d.ts +0 -0
  529. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/CoverageStatus.js +0 -0
  530. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/InsurancePlan.js +0 -0
  531. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/MutableCoverage.js +0 -0
  532. /package/dist/api/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/types → types}/Subscriber.js +0 -0
  533. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.d.ts +0 -0
  534. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientScanRequest.js +0 -0
  535. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.d.ts +0 -0
  536. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/PatientsSearchRequest.js +0 -0
  537. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.d.ts +0 -0
  538. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/requests/index.js +0 -0
  539. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/Contact.js +0 -0
  540. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.d.ts +0 -0
  541. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvenance.js +0 -0
  542. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/ExternalProvider.js +0 -0
  543. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types/Patient.js → types/FilingOrder.js} +0 -0
  544. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.d.ts +0 -0
  545. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/MaritalStatus.js +0 -0
  546. /package/dist/api/resources/preEncounter/resources/patients/resources/v1/{resources/patients/types → types}/PatientId.js +0 -0
  547. /package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.d.ts +0 -0
  548. /package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.js +0 -0
  549. /package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.d.ts +0 -0
  550. /package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.js +0 -0
  551. /package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.d.ts +0 -0
  552. /package/serialization/resources/preEncounter/resources/coverages/resources/v1/{resources/coverages/client → client}/index.js +0 -0
  553. /package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.d.ts +0 -0
  554. /package/serialization/resources/preEncounter/resources/patients/resources/v1/{resources/patients/client → client}/index.js +0 -0
package/Client.d.ts CHANGED
@@ -25,8 +25,8 @@ import { PatientRefunds } from "./api/resources/patientRefunds/client/Client";
25
25
  import { Payers } from "./api/resources/payers/client/Client";
26
26
  import { Tasks } from "./api/resources/tasks/client/Client";
27
27
  import { WriteOffs } from "./api/resources/writeOffs/client/Client";
28
- import { ServiceFacility } from "./api/resources/serviceFacility/client/Client";
29
28
  import { PreEncounter } from "./api/resources/preEncounter/client/Client";
29
+ import { ServiceFacility } from "./api/resources/serviceFacility/client/Client";
30
30
  export declare namespace CandidApiClient {
31
31
  interface Options {
32
32
  environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
@@ -90,8 +90,8 @@ export declare class CandidApiClient {
90
90
  get tasks(): Tasks;
91
91
  protected _writeOffs: WriteOffs | undefined;
92
92
  get writeOffs(): WriteOffs;
93
- protected _serviceFacility: ServiceFacility | undefined;
94
- get serviceFacility(): ServiceFacility;
95
93
  protected _preEncounter: PreEncounter | undefined;
96
94
  get preEncounter(): PreEncounter;
95
+ protected _serviceFacility: ServiceFacility | undefined;
96
+ get serviceFacility(): ServiceFacility;
97
97
  }
package/Client.js CHANGED
@@ -60,8 +60,8 @@ const Client_20 = require("./api/resources/patientRefunds/client/Client");
60
60
  const Client_21 = require("./api/resources/payers/client/Client");
61
61
  const Client_22 = require("./api/resources/tasks/client/Client");
62
62
  const Client_23 = require("./api/resources/writeOffs/client/Client");
63
- const Client_24 = require("./api/resources/serviceFacility/client/Client");
64
- const Client_25 = require("./api/resources/preEncounter/client/Client");
63
+ const Client_24 = require("./api/resources/preEncounter/client/Client");
64
+ const Client_25 = require("./api/resources/serviceFacility/client/Client");
65
65
  class CandidApiClient {
66
66
  constructor(_options) {
67
67
  this._options = _options;
@@ -161,13 +161,13 @@ class CandidApiClient {
161
161
  var _a;
162
162
  return ((_a = this._writeOffs) !== null && _a !== void 0 ? _a : (this._writeOffs = new Client_23.WriteOffs(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
163
163
  }
164
- get serviceFacility() {
164
+ get preEncounter() {
165
165
  var _a;
166
- return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new Client_24.ServiceFacility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
166
+ return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_24.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
167
167
  }
168
- get preEncounter() {
168
+ get serviceFacility() {
169
169
  var _a;
170
- return ((_a = this._preEncounter) !== null && _a !== void 0 ? _a : (this._preEncounter = new Client_25.PreEncounter(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
170
+ return ((_a = this._serviceFacility) !== null && _a !== void 0 ? _a : (this._serviceFacility = new Client_25.ServiceFacility(Object.assign(Object.assign({}, this._options), { token: () => __awaiter(this, void 0, void 0, function* () { return yield this._oauthTokenProvider.getToken(); }) }))));
171
171
  }
172
172
  }
173
173
  exports.CandidApiClient = CandidApiClient;
@@ -87,7 +87,7 @@ class V2 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.24.3",
90
+ "X-Fern-SDK-Version": "0.24.5",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -69,7 +69,7 @@ class V2 {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "candidhealth",
72
- "X-Fern-SDK-Version": "0.24.3",
72
+ "X-Fern-SDK-Version": "0.24.5",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -272,6 +272,9 @@ export declare type ProcedureModifier =
272
272
  /**
273
273
  * Outpatient physical therapy services furnished in whole or in part by a physical therapist assistant */
274
274
  | "CQ"
275
+ /**
276
+ * Oral health assessment by a licensed health professional other than a dentist */
277
+ | "DA"
275
278
  /**
276
279
  * Upper left, eyelid */
277
280
  | "E1"
@@ -1254,6 +1257,7 @@ export declare const ProcedureModifier: {
1254
1257
  readonly Ct: "CT";
1255
1258
  readonly Co: "CO";
1256
1259
  readonly Cq: "CQ";
1260
+ readonly Da: "DA";
1257
1261
  readonly E1: "E1";
1258
1262
  readonly E2: "E2";
1259
1263
  readonly E3: "E3";
@@ -95,6 +95,7 @@ exports.ProcedureModifier = {
95
95
  Ct: "CT",
96
96
  Co: "CO",
97
97
  Cq: "CQ",
98
+ Da: "DA",
98
99
  E1: "E1",
99
100
  E2: "E2",
100
101
  E3: "E3",
@@ -66,7 +66,7 @@ class V2 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.24.3",
69
+ "X-Fern-SDK-Version": "0.24.5",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -171,7 +171,7 @@ class V2 {
171
171
  Authorization: yield this._getAuthorizationHeader(),
172
172
  "X-Fern-Language": "JavaScript",
173
173
  "X-Fern-SDK-Name": "candidhealth",
174
- "X-Fern-SDK-Version": "0.24.3",
174
+ "X-Fern-SDK-Version": "0.24.5",
175
175
  "X-Fern-Runtime": core.RUNTIME.type,
176
176
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
177
  },
@@ -239,7 +239,7 @@ class V2 {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.24.3",
242
+ "X-Fern-SDK-Version": "0.24.5",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -285,7 +285,7 @@ class V2 {
285
285
  Authorization: yield this._getAuthorizationHeader(),
286
286
  "X-Fern-Language": "JavaScript",
287
287
  "X-Fern-SDK-Name": "candidhealth",
288
- "X-Fern-SDK-Version": "0.24.3",
288
+ "X-Fern-SDK-Version": "0.24.5",
289
289
  "X-Fern-Runtime": core.RUNTIME.type,
290
290
  "X-Fern-Runtime-Version": core.RUNTIME.version,
291
291
  },
@@ -373,7 +373,7 @@ class V2 {
373
373
  Authorization: yield this._getAuthorizationHeader(),
374
374
  "X-Fern-Language": "JavaScript",
375
375
  "X-Fern-SDK-Name": "candidhealth",
376
- "X-Fern-SDK-Version": "0.24.3",
376
+ "X-Fern-SDK-Version": "0.24.5",
377
377
  "X-Fern-Runtime": core.RUNTIME.type,
378
378
  "X-Fern-Runtime-Version": core.RUNTIME.version,
379
379
  },
@@ -37,11 +37,11 @@ export declare class V1 {
37
37
  * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
38
38
  *
39
39
  * @example
40
- * await client.customSchemas.v1.get(CandidApi.SchemaId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
40
+ * await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"))
41
41
  */
42
42
  get(schemaId: CandidApi.SchemaId, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.customSchemas.v1.Schema, CandidApi.customSchemas.v1.get.Error>>;
43
43
  /**
44
- * Create a custom schema. Schema keys can be referenced as inputs in user-configurable rules in the Rules
44
+ * Create custom schema with a set of typed keys. Schema keys can be referenced as inputs in user-configurable rules in the Rules
45
45
  * Engine, and key-value pairs can be attached to claims via the Encounters API.
46
46
  *
47
47
  * @param {CandidApi.customSchemas.v1.SchemaCreate} request
@@ -49,11 +49,20 @@ export declare class V1 {
49
49
  *
50
50
  * @example
51
51
  * await client.customSchemas.v1.create({
52
- * name: "string",
53
- * description: "string",
52
+ * name: "General Medicine",
53
+ * description: "Values associated with a generic visit",
54
54
  * fields: [{
55
- * key: "string",
55
+ * key: "provider_category",
56
+ * type: CandidApi.Primitive.String
57
+ * }, {
58
+ * key: "is_urgent_care",
56
59
  * type: CandidApi.Primitive.Boolean
60
+ * }, {
61
+ * key: "bmi",
62
+ * type: CandidApi.Primitive.Double
63
+ * }, {
64
+ * key: "age",
65
+ * type: CandidApi.Primitive.Integer
57
66
  * }]
58
67
  * })
59
68
  */
@@ -66,12 +75,12 @@ export declare class V1 {
66
75
  * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
67
76
  *
68
77
  * @example
69
- * await client.customSchemas.v1.update(CandidApi.SchemaId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
70
- * name: "string",
71
- * description: "string",
78
+ * await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"), {
79
+ * name: "General Medicine and Health",
80
+ * description: "Values collected during all visits",
72
81
  * fieldsToAdd: [{
73
- * key: "string",
74
- * type: CandidApi.Primitive.Boolean
82
+ * key: "visit_type",
83
+ * type: CandidApi.Primitive.String
75
84
  * }]
76
85
  * })
77
86
  */
@@ -67,7 +67,7 @@ class V1 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.24.3",
70
+ "X-Fern-SDK-Version": "0.24.5",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -115,7 +115,7 @@ class V1 {
115
115
  * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
116
116
  *
117
117
  * @example
118
- * await client.customSchemas.v1.get(CandidApi.SchemaId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
118
+ * await client.customSchemas.v1.get(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"))
119
119
  */
120
120
  get(schemaId, requestOptions) {
121
121
  var _a, _b;
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: yield this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.24.3",
131
+ "X-Fern-SDK-Version": "0.24.5",
132
132
  "X-Fern-Runtime": core.RUNTIME.type,
133
133
  "X-Fern-Runtime-Version": core.RUNTIME.version,
134
134
  },
@@ -171,7 +171,7 @@ class V1 {
171
171
  });
172
172
  }
173
173
  /**
174
- * Create a custom schema. Schema keys can be referenced as inputs in user-configurable rules in the Rules
174
+ * Create custom schema with a set of typed keys. Schema keys can be referenced as inputs in user-configurable rules in the Rules
175
175
  * Engine, and key-value pairs can be attached to claims via the Encounters API.
176
176
  *
177
177
  * @param {CandidApi.customSchemas.v1.SchemaCreate} request
@@ -179,11 +179,20 @@ class V1 {
179
179
  *
180
180
  * @example
181
181
  * await client.customSchemas.v1.create({
182
- * name: "string",
183
- * description: "string",
182
+ * name: "General Medicine",
183
+ * description: "Values associated with a generic visit",
184
184
  * fields: [{
185
- * key: "string",
185
+ * key: "provider_category",
186
+ * type: CandidApi.Primitive.String
187
+ * }, {
188
+ * key: "is_urgent_care",
186
189
  * type: CandidApi.Primitive.Boolean
190
+ * }, {
191
+ * key: "bmi",
192
+ * type: CandidApi.Primitive.Double
193
+ * }, {
194
+ * key: "age",
195
+ * type: CandidApi.Primitive.Integer
187
196
  * }]
188
197
  * })
189
198
  */
@@ -198,7 +207,7 @@ class V1 {
198
207
  Authorization: yield this._getAuthorizationHeader(),
199
208
  "X-Fern-Language": "JavaScript",
200
209
  "X-Fern-SDK-Name": "candidhealth",
201
- "X-Fern-SDK-Version": "0.24.3",
210
+ "X-Fern-SDK-Version": "0.24.5",
202
211
  "X-Fern-Runtime": core.RUNTIME.type,
203
212
  "X-Fern-Runtime-Version": core.RUNTIME.version,
204
213
  },
@@ -248,12 +257,12 @@ class V1 {
248
257
  * @param {V1.RequestOptions} requestOptions - Request-specific configuration.
249
258
  *
250
259
  * @example
251
- * await client.customSchemas.v1.update(CandidApi.SchemaId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
252
- * name: "string",
253
- * description: "string",
260
+ * await client.customSchemas.v1.update(CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"), {
261
+ * name: "General Medicine and Health",
262
+ * description: "Values collected during all visits",
254
263
  * fieldsToAdd: [{
255
- * key: "string",
256
- * type: CandidApi.Primitive.Boolean
264
+ * key: "visit_type",
265
+ * type: CandidApi.Primitive.String
257
266
  * }]
258
267
  * })
259
268
  */
@@ -268,7 +277,7 @@ class V1 {
268
277
  Authorization: yield this._getAuthorizationHeader(),
269
278
  "X-Fern-Language": "JavaScript",
270
279
  "X-Fern-SDK-Name": "candidhealth",
271
- "X-Fern-SDK-Version": "0.24.3",
280
+ "X-Fern-SDK-Version": "0.24.5",
272
281
  "X-Fern-Runtime": core.RUNTIME.type,
273
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
274
283
  },
@@ -5,11 +5,20 @@ import * as CandidApi from "../../../../../../index";
5
5
  /**
6
6
  * @example
7
7
  * {
8
- * name: "string",
9
- * description: "string",
8
+ * name: "General Medicine",
9
+ * description: "Values associated with a generic visit",
10
10
  * fields: [{
11
- * key: "string",
11
+ * key: "provider_category",
12
+ * type: CandidApi.Primitive.String
13
+ * }, {
14
+ * key: "is_urgent_care",
12
15
  * type: CandidApi.Primitive.Boolean
16
+ * }, {
17
+ * key: "bmi",
18
+ * type: CandidApi.Primitive.Double
19
+ * }, {
20
+ * key: "age",
21
+ * type: CandidApi.Primitive.Integer
13
22
  * }]
14
23
  * }
15
24
  */
@@ -5,11 +5,11 @@ import * as CandidApi from "../../../../../../index";
5
5
  /**
6
6
  * @example
7
7
  * {
8
- * name: "string",
9
- * description: "string",
8
+ * name: "General Medicine and Health",
9
+ * description: "Values collected during all visits",
10
10
  * fieldsToAdd: [{
11
- * key: "string",
12
- * type: CandidApi.Primitive.Boolean
11
+ * key: "visit_type",
12
+ * type: CandidApi.Primitive.String
13
13
  * }]
14
14
  * }
15
15
  */
@@ -2,6 +2,50 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
+ /**
6
+ * @example
7
+ * {
8
+ * id: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
9
+ * name: "General Medicine",
10
+ * description: "Values associated with a generic visit",
11
+ * fields: [{
12
+ * key: "provider_category",
13
+ * type: CandidApi.Primitive.String
14
+ * }, {
15
+ * key: "is_urgent_care",
16
+ * type: CandidApi.Primitive.Boolean
17
+ * }, {
18
+ * key: "bmi",
19
+ * type: CandidApi.Primitive.Double
20
+ * }, {
21
+ * key: "age",
22
+ * type: CandidApi.Primitive.Integer
23
+ * }]
24
+ * }
25
+ *
26
+ * @example
27
+ * {
28
+ * id: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
29
+ * name: "General Medicine and Health",
30
+ * description: "Values collected during all visits",
31
+ * fields: [{
32
+ * key: "provider_category",
33
+ * type: CandidApi.Primitive.String
34
+ * }, {
35
+ * key: "is_urgent_care",
36
+ * type: CandidApi.Primitive.Boolean
37
+ * }, {
38
+ * key: "bmi",
39
+ * type: CandidApi.Primitive.Double
40
+ * }, {
41
+ * key: "age",
42
+ * type: CandidApi.Primitive.Integer
43
+ * }, {
44
+ * key: "visit_type",
45
+ * type: CandidApi.Primitive.String
46
+ * }]
47
+ * }
48
+ */
5
49
  export interface Schema {
6
50
  id: CandidApi.SchemaId;
7
51
  name: string;
@@ -2,6 +2,37 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
+ /**
6
+ * @example
7
+ * {
8
+ * key: "provider_category",
9
+ * type: CandidApi.Primitive.String
10
+ * }
11
+ *
12
+ * @example
13
+ * {
14
+ * key: "visit_type",
15
+ * type: CandidApi.Primitive.String
16
+ * }
17
+ *
18
+ * @example
19
+ * {
20
+ * key: "is_urgent_care",
21
+ * type: CandidApi.Primitive.Boolean
22
+ * }
23
+ *
24
+ * @example
25
+ * {
26
+ * key: "bmi",
27
+ * type: CandidApi.Primitive.Double
28
+ * }
29
+ *
30
+ * @example
31
+ * {
32
+ * key: "age",
33
+ * type: CandidApi.Primitive.Integer
34
+ * }
35
+ */
5
36
  export interface SchemaField {
6
37
  key: string;
7
38
  type: CandidApi.Primitive;
@@ -2,6 +2,29 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
+ /**
6
+ * @example
7
+ * {
8
+ * schemas: [{
9
+ * id: CandidApi.SchemaId("ec096b13-f80a-471d-aaeb-54b021c9d582"),
10
+ * name: "General Medicine",
11
+ * description: "Values associated with a generic visit",
12
+ * fields: [{
13
+ * key: "provider_category",
14
+ * type: CandidApi.Primitive.String
15
+ * }, {
16
+ * key: "is_urgent_care",
17
+ * type: CandidApi.Primitive.Boolean
18
+ * }, {
19
+ * key: "bmi",
20
+ * type: CandidApi.Primitive.Double
21
+ * }, {
22
+ * key: "age",
23
+ * type: CandidApi.Primitive.Integer
24
+ * }]
25
+ * }]
26
+ * }
27
+ */
5
28
  export interface SchemaGetMultiResponse {
6
29
  schemas: CandidApi.customSchemas.v1.Schema[];
7
30
  }
@@ -83,7 +83,7 @@ class V2 {
83
83
  Authorization: yield this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.24.3",
86
+ "X-Fern-SDK-Version": "0.24.5",
87
87
  "X-Fern-Runtime": core.RUNTIME.type,
88
88
  "X-Fern-Runtime-Version": core.RUNTIME.version,
89
89
  },
@@ -156,7 +156,7 @@ class V2 {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "candidhealth",
159
- "X-Fern-SDK-Version": "0.24.3",
159
+ "X-Fern-SDK-Version": "0.24.5",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -227,7 +227,7 @@ class V2 {
227
227
  Authorization: yield this._getAuthorizationHeader(),
228
228
  "X-Fern-Language": "JavaScript",
229
229
  "X-Fern-SDK-Name": "candidhealth",
230
- "X-Fern-SDK-Version": "0.24.3",
230
+ "X-Fern-SDK-Version": "0.24.5",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.24.3",
135
+ "X-Fern-SDK-Version": "0.24.5",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.24.3",
181
+ "X-Fern-SDK-Version": "0.24.5",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -600,7 +600,7 @@ class V4 {
600
600
  Authorization: yield this._getAuthorizationHeader(),
601
601
  "X-Fern-Language": "JavaScript",
602
602
  "X-Fern-SDK-Name": "candidhealth",
603
- "X-Fern-SDK-Version": "0.24.3",
603
+ "X-Fern-SDK-Version": "0.24.5",
604
604
  "X-Fern-Runtime": core.RUNTIME.type,
605
605
  "X-Fern-Runtime-Version": core.RUNTIME.version,
606
606
  },
@@ -769,7 +769,7 @@ class V4 {
769
769
  Authorization: yield this._getAuthorizationHeader(),
770
770
  "X-Fern-Language": "JavaScript",
771
771
  "X-Fern-SDK-Name": "candidhealth",
772
- "X-Fern-SDK-Version": "0.24.3",
772
+ "X-Fern-SDK-Version": "0.24.5",
773
773
  "X-Fern-Runtime": core.RUNTIME.type,
774
774
  "X-Fern-Runtime-Version": core.RUNTIME.version,
775
775
  },
@@ -79,7 +79,7 @@ class V1 {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "candidhealth",
82
- "X-Fern-SDK-Version": "0.24.3",
82
+ "X-Fern-SDK-Version": "0.24.5",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -86,7 +86,7 @@ class V2 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.24.3",
89
+ "X-Fern-SDK-Version": "0.24.5",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -169,7 +169,7 @@ class V2 {
169
169
  Authorization: yield this._getAuthorizationHeader(),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "candidhealth",
172
- "X-Fern-SDK-Version": "0.24.3",
172
+ "X-Fern-SDK-Version": "0.24.5",
173
173
  "X-Fern-Runtime": core.RUNTIME.type,
174
174
  "X-Fern-Runtime-Version": core.RUNTIME.version,
175
175
  },
@@ -86,7 +86,7 @@ class V3 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.24.3",
89
+ "X-Fern-SDK-Version": "0.24.5",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.24.3",
85
+ "X-Fern-SDK-Version": "0.24.5",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },