candidhealth 0.42.4 → 0.43.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 (404) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +61 -56
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  5. package/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +15 -0
  6. package/api/resources/billingNotes/resources/v2/types/index.d.ts +1 -0
  7. package/api/resources/billingNotes/resources/v2/types/index.js +1 -0
  8. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +238 -5
  9. package/api/resources/chargeCapture/resources/v1/client/Client.js +253 -23
  10. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +118 -1
  11. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +118 -1
  12. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +6 -11
  13. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -1
  14. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -1
  15. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +5 -5
  16. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -16
  17. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +26 -76
  18. package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +0 -1
  19. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +1 -2
  20. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/{GetAllChargeCaptureBundlesRequest.d.ts → GetAllChargeCaptureClaimCreationsRequest.d.ts} +17 -17
  21. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -1
  22. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +20 -0
  23. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +7 -0
  24. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +7 -0
  25. package/{dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.js → api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js} +2 -2
  26. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +15 -0
  27. package/{dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js → api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js} +2 -2
  28. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +15 -0
  29. package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -5
  30. package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +5 -5
  31. package/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +8 -0
  32. package/api/resources/commons/types/ChargeCaptureClaimCreationId.js +9 -0
  33. package/api/resources/commons/types/index.d.ts +1 -2
  34. package/api/resources/commons/types/index.js +1 -2
  35. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  36. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  37. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  38. package/api/resources/diagnoses/client/Client.js +3 -3
  39. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  40. package/api/resources/encounterAttachments/client/Client.d.ts +30 -0
  41. package/api/resources/encounterAttachments/client/Client.js +17 -0
  42. package/api/resources/encounterAttachments/client/index.d.ts +1 -0
  43. package/api/resources/encounterAttachments/client/index.js +2 -0
  44. package/api/resources/encounterAttachments/index.d.ts +2 -0
  45. package/api/resources/encounterAttachments/index.js +18 -0
  46. package/api/resources/encounterAttachments/resources/index.d.ts +1 -0
  47. package/{dist/serialization/resources/chargeCaptureBundles/resources/v1/client → api/resources/encounterAttachments/resources}/index.js +2 -2
  48. package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +63 -0
  49. package/api/resources/encounterAttachments/resources/v1/client/Client.js +195 -0
  50. package/api/resources/encounterAttachments/resources/v1/client/create.d.ts +22 -0
  51. package/{dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js → api/resources/encounterAttachments/resources/v1/client/create.js} +1 -12
  52. package/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +22 -0
  53. package/api/resources/{chargeCaptureBundles/resources/v1/client/resubmit.js → encounterAttachments/resources/v1/client/delete.js} +1 -12
  54. package/api/resources/encounterAttachments/resources/v1/client/get.d.ts +22 -0
  55. package/api/resources/encounterAttachments/resources/v1/client/get.js +57 -0
  56. package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +4 -0
  57. package/api/resources/encounterAttachments/resources/v1/client/index.js +43 -0
  58. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +11 -0
  59. package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
  60. package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -0
  61. package/api/resources/encounterAttachments/resources/v1/client/requests/index.js +2 -0
  62. package/api/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
  63. package/api/resources/encounterAttachments/resources/v1/index.js +18 -0
  64. package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +8 -0
  65. package/api/resources/{commons/types/ChargeCaptureBundleId.js → encounterAttachments/resources/v1/types/AttachmentId.js} +2 -2
  66. package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +11 -0
  67. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +8 -0
  68. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +7 -0
  69. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +9 -0
  70. package/api/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
  71. package/api/resources/encounterAttachments/resources/v1/types/index.js +20 -0
  72. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  73. package/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  74. package/api/resources/encounters/resources/v4/client/Client.d.ts +110 -100
  75. package/api/resources/encounters/resources/v4/client/Client.js +115 -105
  76. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -83
  77. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +97 -1
  78. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  79. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  80. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  81. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  82. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  83. package/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  84. package/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  85. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  86. package/api/resources/index.d.ts +1 -0
  87. package/api/resources/index.js +3 -2
  88. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  89. package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  90. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  91. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  92. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  93. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  94. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  95. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  96. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  97. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  98. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  99. package/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  100. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  101. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  102. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  103. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  104. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  105. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  106. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  107. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  108. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  109. package/api/resources/serviceFacility/client/Client.js +1 -1
  110. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  111. package/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  112. package/api/resources/superbills/resources/v1/client/Client.js +1 -1
  113. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  114. package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  115. package/core/form-data-utils/FormDataWrapper.d.ts +60 -0
  116. package/core/form-data-utils/FormDataWrapper.js +188 -0
  117. package/core/form-data-utils/index.d.ts +1 -0
  118. package/core/form-data-utils/index.js +17 -0
  119. package/core/index.d.ts +1 -0
  120. package/core/index.js +1 -0
  121. package/dist/Client.d.ts +3 -0
  122. package/dist/Client.js +61 -56
  123. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  124. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  125. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +15 -0
  126. package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +1 -0
  127. package/dist/api/resources/billingNotes/resources/v2/types/index.js +1 -0
  128. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +238 -5
  129. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +253 -23
  130. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +118 -1
  131. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +118 -1
  132. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +6 -11
  133. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -1
  134. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -1
  135. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +5 -5
  136. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -16
  137. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +26 -76
  138. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +0 -1
  139. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +1 -2
  140. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/{GetAllChargeCaptureBundlesRequest.d.ts → GetAllChargeCaptureClaimCreationsRequest.d.ts} +17 -17
  141. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +5 -0
  142. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -1
  143. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +20 -0
  144. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +5 -0
  145. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +7 -0
  146. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +5 -0
  147. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +7 -0
  148. package/{api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.js → dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js} +2 -2
  149. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +15 -0
  150. package/{api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js → dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js} +2 -2
  151. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +15 -0
  152. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +5 -0
  153. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -5
  154. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +5 -5
  155. package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +8 -0
  156. package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.js +9 -0
  157. package/dist/api/resources/commons/types/index.d.ts +1 -2
  158. package/dist/api/resources/commons/types/index.js +1 -2
  159. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  160. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  161. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  162. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  163. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  164. package/dist/api/resources/encounterAttachments/client/Client.d.ts +30 -0
  165. package/dist/api/resources/encounterAttachments/client/Client.js +17 -0
  166. package/dist/api/resources/encounterAttachments/client/index.d.ts +1 -0
  167. package/dist/api/resources/encounterAttachments/client/index.js +2 -0
  168. package/dist/api/resources/encounterAttachments/index.d.ts +2 -0
  169. package/dist/api/resources/encounterAttachments/index.js +18 -0
  170. package/dist/api/resources/encounterAttachments/resources/index.d.ts +1 -0
  171. package/{serialization/resources/chargeCaptureBundles/resources/v1/client → dist/api/resources/encounterAttachments/resources}/index.js +2 -2
  172. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +63 -0
  173. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +195 -0
  174. package/dist/api/resources/encounterAttachments/resources/v1/client/create.d.ts +22 -0
  175. package/dist/api/resources/encounterAttachments/resources/v1/client/create.js +57 -0
  176. package/dist/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +22 -0
  177. package/dist/api/resources/encounterAttachments/resources/v1/client/delete.js +57 -0
  178. package/dist/api/resources/encounterAttachments/resources/v1/client/get.d.ts +22 -0
  179. package/dist/api/resources/encounterAttachments/resources/v1/client/get.js +57 -0
  180. package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +4 -0
  181. package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +43 -0
  182. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +11 -0
  183. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +5 -0
  184. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
  185. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +5 -0
  186. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -0
  187. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.js +2 -0
  188. package/dist/api/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
  189. package/dist/api/resources/encounterAttachments/resources/v1/index.js +18 -0
  190. package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +8 -0
  191. package/dist/api/resources/{commons/types/ChargeCaptureBundleId.js → encounterAttachments/resources/v1/types/AttachmentId.js} +2 -2
  192. package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +11 -0
  193. package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +5 -0
  194. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +8 -0
  195. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +5 -0
  196. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +7 -0
  197. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +9 -0
  198. package/dist/api/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
  199. package/dist/api/resources/encounterAttachments/resources/v1/types/index.js +20 -0
  200. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +8 -66
  201. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -78
  202. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +110 -100
  203. package/dist/api/resources/encounters/resources/v4/client/Client.js +115 -105
  204. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +9 -83
  205. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +97 -1
  206. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  207. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  208. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  209. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  210. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  211. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -21
  212. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -24
  213. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  214. package/dist/api/resources/index.d.ts +1 -0
  215. package/dist/api/resources/index.js +3 -2
  216. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  217. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
  218. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  219. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  220. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  221. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  222. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  223. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  224. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  225. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  226. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  227. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +5 -5
  228. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  229. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
  230. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
  231. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
  232. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
  233. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  234. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  235. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
  236. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  237. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  238. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +1 -4
  239. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +4 -7
  240. package/dist/api/resources/superbills/resources/v1/client/Client.js +1 -1
  241. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  242. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
  243. package/dist/core/form-data-utils/FormDataWrapper.d.ts +60 -0
  244. package/dist/core/form-data-utils/FormDataWrapper.js +188 -0
  245. package/dist/core/form-data-utils/index.d.ts +1 -0
  246. package/dist/core/form-data-utils/index.js +17 -0
  247. package/dist/core/index.d.ts +1 -0
  248. package/dist/core/index.js +1 -0
  249. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +19 -0
  250. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.js +52 -0
  251. package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +1 -0
  252. package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +1 -0
  253. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  254. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  255. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -2
  256. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +2 -2
  257. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +2 -2
  258. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -2
  259. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +0 -1
  260. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +0 -1
  261. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +20 -0
  262. package/{serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js → dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js} +6 -8
  263. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +14 -0
  264. package/{serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js → dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js} +4 -4
  265. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +10 -0
  266. package/{serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js → dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js} +2 -2
  267. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/{ChargeCaptureBundleStatus.d.ts → ChargeCaptureClaimCreationStatus.d.ts} +2 -2
  268. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +41 -0
  269. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +16 -0
  270. package/{serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js → dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js} +5 -5
  271. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -5
  272. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +5 -5
  273. package/dist/serialization/resources/commons/types/{ChargeCaptureBundleId.d.ts → ChargeCaptureClaimCreationId.d.ts} +2 -2
  274. package/{serialization/resources/commons/types/ChargeCaptureBundleId.js → dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js} +3 -3
  275. package/dist/serialization/resources/commons/types/index.d.ts +1 -2
  276. package/dist/serialization/resources/commons/types/index.js +1 -2
  277. package/dist/serialization/resources/encounterAttachments/index.d.ts +1 -0
  278. package/dist/serialization/resources/encounterAttachments/index.js +17 -0
  279. package/dist/serialization/resources/encounterAttachments/resources/index.d.ts +1 -0
  280. package/dist/serialization/resources/encounterAttachments/resources/index.js +37 -0
  281. package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +11 -0
  282. package/dist/serialization/resources/{chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js → encounterAttachments/resources/v1/client/get.js} +3 -2
  283. package/dist/serialization/resources/encounterAttachments/resources/v1/client/index.d.ts +2 -0
  284. package/dist/serialization/resources/encounterAttachments/resources/v1/client/index.js +41 -0
  285. package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
  286. package/dist/serialization/resources/{commons/types/NotImplementedErrorMessage.js → encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js} +5 -4
  287. package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
  288. package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/index.js +5 -0
  289. package/dist/serialization/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
  290. package/dist/serialization/resources/encounterAttachments/resources/v1/index.js +18 -0
  291. package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +10 -0
  292. package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +45 -0
  293. package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +18 -0
  294. package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +49 -0
  295. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +16 -0
  296. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +49 -0
  297. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +10 -0
  298. package/dist/serialization/resources/{chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.js → encounterAttachments/resources/v1/types/EncounterAttachmentType.js} +2 -2
  299. package/dist/serialization/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
  300. package/dist/serialization/resources/encounterAttachments/resources/v1/types/index.js +20 -0
  301. package/dist/serialization/resources/index.d.ts +1 -0
  302. package/dist/serialization/resources/index.js +3 -2
  303. package/dist/version.d.ts +1 -1
  304. package/dist/version.js +1 -1
  305. package/package.json +3 -2
  306. package/reference.md +558 -246
  307. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.d.ts +19 -0
  308. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteOptional.js +52 -0
  309. package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +1 -0
  310. package/serialization/resources/billingNotes/resources/v2/types/index.js +1 -0
  311. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  312. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  313. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -2
  314. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +2 -2
  315. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +2 -2
  316. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -2
  317. package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +0 -1
  318. package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +0 -1
  319. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +20 -0
  320. package/{dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js → serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js} +6 -8
  321. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +14 -0
  322. package/{dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js → serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js} +4 -4
  323. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +10 -0
  324. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +41 -0
  325. package/serialization/resources/chargeCaptureBundles/resources/v1/types/{ChargeCaptureBundleStatus.d.ts → ChargeCaptureClaimCreationStatus.d.ts} +2 -2
  326. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +41 -0
  327. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +16 -0
  328. package/{dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js → serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js} +5 -5
  329. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +5 -5
  330. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +5 -5
  331. package/serialization/resources/commons/types/{ChargeCaptureBundleId.d.ts → ChargeCaptureClaimCreationId.d.ts} +2 -2
  332. package/{dist/serialization/resources/commons/types/ChargeCaptureBundleId.js → serialization/resources/commons/types/ChargeCaptureClaimCreationId.js} +3 -3
  333. package/serialization/resources/commons/types/index.d.ts +1 -2
  334. package/serialization/resources/commons/types/index.js +1 -2
  335. package/serialization/resources/encounterAttachments/index.d.ts +1 -0
  336. package/serialization/resources/encounterAttachments/index.js +17 -0
  337. package/serialization/resources/encounterAttachments/resources/index.d.ts +1 -0
  338. package/serialization/resources/encounterAttachments/resources/index.js +37 -0
  339. package/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +11 -0
  340. package/serialization/resources/encounterAttachments/resources/v1/client/get.js +42 -0
  341. package/serialization/resources/encounterAttachments/resources/v1/client/index.d.ts +2 -0
  342. package/serialization/resources/encounterAttachments/resources/v1/client/index.js +41 -0
  343. package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +13 -0
  344. package/serialization/resources/{commons/types/NotImplementedErrorMessage.js → encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js} +5 -4
  345. package/serialization/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +1 -0
  346. package/serialization/resources/encounterAttachments/resources/v1/client/requests/index.js +5 -0
  347. package/serialization/resources/encounterAttachments/resources/v1/index.d.ts +2 -0
  348. package/serialization/resources/encounterAttachments/resources/v1/index.js +18 -0
  349. package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +10 -0
  350. package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +45 -0
  351. package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +18 -0
  352. package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +49 -0
  353. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +16 -0
  354. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +49 -0
  355. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +10 -0
  356. package/serialization/resources/{chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.js → encounterAttachments/resources/v1/types/EncounterAttachmentType.js} +2 -2
  357. package/serialization/resources/encounterAttachments/resources/v1/types/index.d.ts +4 -0
  358. package/serialization/resources/encounterAttachments/resources/v1/types/index.js +20 -0
  359. package/serialization/resources/index.d.ts +1 -0
  360. package/serialization/resources/index.js +3 -2
  361. package/version.d.ts +1 -1
  362. package/version.js +1 -1
  363. package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +0 -28
  364. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +0 -22
  365. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +0 -7
  366. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.d.ts +0 -7
  367. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +0 -15
  368. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +0 -15
  369. package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +0 -8
  370. package/api/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -6
  371. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +0 -28
  372. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +0 -22
  373. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +0 -7
  374. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.d.ts +0 -7
  375. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +0 -15
  376. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +0 -15
  377. package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +0 -8
  378. package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -6
  379. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +0 -1
  380. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +0 -15
  381. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +0 -71
  382. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +0 -22
  383. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +0 -14
  384. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.d.ts +0 -10
  385. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +0 -16
  386. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -12
  387. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +0 -1
  388. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +0 -15
  389. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +0 -71
  390. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +0 -22
  391. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +0 -14
  392. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSortField.d.ts +0 -10
  393. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +0 -16
  394. package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -12
  395. /package/api/resources/{chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js → billingNotes/resources/v2/types/BillingNoteOptional.js} +0 -0
  396. /package/api/resources/chargeCaptureBundles/resources/v1/{types/ChargeCaptureBundle.js → client/requests/GetAllChargeCaptureClaimCreationsRequest.js} +0 -0
  397. /package/api/resources/chargeCaptureBundles/resources/v1/types/{ChargeCaptureBundlePage.js → ChargeCaptureClaimCreation.js} +0 -0
  398. /package/api/resources/chargeCaptureBundles/resources/v1/types/{ChargeCaptureBundleSummary.js → ChargeCaptureClaimCreationPage.js} +0 -0
  399. /package/api/resources/{commons/types/NotImplementedErrorMessage.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js} +0 -0
  400. /package/{dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js → api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js} +0 -0
  401. /package/{dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js → api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js} +0 -0
  402. /package/{dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js → api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js} +0 -0
  403. /package/{dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js → api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js} +0 -0
  404. /package/dist/api/resources/{commons/types/NotImplementedErrorMessage.js → billingNotes/resources/v2/types/BillingNoteOptional.js} +0 -0
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { BillingNoteId } from "./BillingNoteId";
8
+ import { EncounterId } from "../../../../commons/types/EncounterId";
9
+ import { BillingNoteBase } from "./BillingNoteBase";
10
+ export declare const BillingNoteOptional: core.serialization.ObjectSchema<serializers.billingNotes.v2.BillingNoteOptional.Raw, CandidApi.billingNotes.v2.BillingNoteOptional>;
11
+ export declare namespace BillingNoteOptional {
12
+ interface Raw extends BillingNoteBase.Raw {
13
+ billing_note_id: BillingNoteId.Raw;
14
+ encounter_id?: EncounterId.Raw | null;
15
+ created_at: string;
16
+ author_auth0_id?: string | null;
17
+ author_name?: string | null;
18
+ }
19
+ }
@@ -0,0 +1,52 @@
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.BillingNoteOptional = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ const BillingNoteId_1 = require("./BillingNoteId");
42
+ const EncounterId_1 = require("../../../../commons/types/EncounterId");
43
+ const BillingNoteBase_1 = require("./BillingNoteBase");
44
+ exports.BillingNoteOptional = core.serialization
45
+ .object({
46
+ billingNoteId: core.serialization.property("billing_note_id", BillingNoteId_1.BillingNoteId),
47
+ encounterId: core.serialization.property("encounter_id", EncounterId_1.EncounterId.optional()),
48
+ createdAt: core.serialization.property("created_at", core.serialization.date()),
49
+ authorAuth0Id: core.serialization.property("author_auth0_id", core.serialization.string().optional()),
50
+ authorName: core.serialization.property("author_name", core.serialization.string().optional()),
51
+ })
52
+ .extend(BillingNoteBase_1.BillingNoteBase);
@@ -1,3 +1,4 @@
1
1
  export * from "./BillingNoteId";
2
2
  export * from "./BillingNoteBase";
3
+ export * from "./BillingNoteOptional";
3
4
  export * from "./BillingNote";
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BillingNoteId"), exports);
18
18
  __exportStar(require("./BillingNoteBase"), exports);
19
+ __exportStar(require("./BillingNoteOptional"), exports);
19
20
  __exportStar(require("./BillingNote"), exports);
@@ -10,7 +10,7 @@ import { ChargeCaptureData } from "./ChargeCaptureData";
10
10
  import { PatientExternalId } from "../../../../commons/types/PatientExternalId";
11
11
  import { ChargeCaptureError } from "./ChargeCaptureError";
12
12
  import { ChargeCapturePostBilledChange } from "./ChargeCapturePostBilledChange";
13
- import { ChargeCaptureBundleId } from "../../../../commons/types/ChargeCaptureBundleId";
13
+ import { ChargeCaptureClaimCreationId } from "../../../../commons/types/ChargeCaptureClaimCreationId";
14
14
  export declare const ChargeCapture: core.serialization.ObjectSchema<serializers.chargeCapture.v1.ChargeCapture.Raw, CandidApi.chargeCapture.v1.ChargeCapture>;
15
15
  export declare namespace ChargeCapture {
16
16
  interface Raw {
@@ -23,6 +23,6 @@ export declare namespace ChargeCapture {
23
23
  ehr_source_url?: string | null;
24
24
  error?: ChargeCaptureError.Raw | null;
25
25
  updates: ChargeCapturePostBilledChange.Raw[];
26
- bundle_id?: ChargeCaptureBundleId.Raw | null;
26
+ claim_creation_id?: ChargeCaptureClaimCreationId.Raw | null;
27
27
  }
28
28
  }
@@ -44,7 +44,7 @@ const ChargeCaptureData_1 = require("./ChargeCaptureData");
44
44
  const PatientExternalId_1 = require("../../../../commons/types/PatientExternalId");
45
45
  const ChargeCaptureError_1 = require("./ChargeCaptureError");
46
46
  const ChargeCapturePostBilledChange_1 = require("./ChargeCapturePostBilledChange");
47
- const ChargeCaptureBundleId_1 = require("../../../../commons/types/ChargeCaptureBundleId");
47
+ const ChargeCaptureClaimCreationId_1 = require("../../../../commons/types/ChargeCaptureClaimCreationId");
48
48
  exports.ChargeCapture = core.serialization.object({
49
49
  id: ChargeCaptureId_1.ChargeCaptureId,
50
50
  status: ChargeCaptureStatus_1.ChargeCaptureStatus,
@@ -55,5 +55,5 @@ exports.ChargeCapture = core.serialization.object({
55
55
  ehrSourceUrl: core.serialization.property("ehr_source_url", core.serialization.string().optional()),
56
56
  error: ChargeCaptureError_1.ChargeCaptureError.optional(),
57
57
  updates: core.serialization.list(ChargeCapturePostBilledChange_1.ChargeCapturePostBilledChange),
58
- bundleId: core.serialization.property("bundle_id", ChargeCaptureBundleId_1.ChargeCaptureBundleId.optional()),
58
+ claimCreationId: core.serialization.property("claim_creation_id", ChargeCaptureClaimCreationId_1.ChargeCaptureClaimCreationId.optional()),
59
59
  });
@@ -9,7 +9,7 @@ import { Intervention } from "../../../../encounters/resources/v4/types/Interven
9
9
  import { ExternalClaimSubmissionCreate } from "../../../../claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate";
10
10
  import { ServiceLineCreate } from "../../../../serviceLines/resources/v2/types/ServiceLineCreate";
11
11
  import { PatientHistoryCategory } from "../../../../encounters/resources/v4/types/PatientHistoryCategory";
12
- import { BillingNote } from "../../../../billingNotes/resources/v2/types/BillingNote";
12
+ import { BillingNoteOptional } from "../../../../billingNotes/resources/v2/types/BillingNoteOptional";
13
13
  import { EncounterOptional } from "../../../../encounters/resources/v4/types/EncounterOptional";
14
14
  export declare const ChargeCaptureData: core.serialization.ObjectSchema<serializers.chargeCapture.v1.ChargeCaptureData.Raw, CandidApi.chargeCapture.v1.ChargeCaptureData>;
15
15
  export declare namespace ChargeCaptureData {
@@ -19,6 +19,6 @@ export declare namespace ChargeCaptureData {
19
19
  external_claim_submission?: ExternalClaimSubmissionCreate.Raw | null;
20
20
  service_lines?: ServiceLineCreate.Raw[] | null;
21
21
  patient_histories?: PatientHistoryCategory.Raw[] | null;
22
- billing_notes?: BillingNote.Raw[] | null;
22
+ billing_notes?: BillingNoteOptional.Raw[] | null;
23
23
  }
24
24
  }
@@ -43,7 +43,7 @@ const Intervention_1 = require("../../../../encounters/resources/v4/types/Interv
43
43
  const ExternalClaimSubmissionCreate_1 = require("../../../../claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate");
44
44
  const ServiceLineCreate_1 = require("../../../../serviceLines/resources/v2/types/ServiceLineCreate");
45
45
  const PatientHistoryCategory_1 = require("../../../../encounters/resources/v4/types/PatientHistoryCategory");
46
- const BillingNote_1 = require("../../../../billingNotes/resources/v2/types/BillingNote");
46
+ const BillingNoteOptional_1 = require("../../../../billingNotes/resources/v2/types/BillingNoteOptional");
47
47
  const EncounterOptional_1 = require("../../../../encounters/resources/v4/types/EncounterOptional");
48
48
  exports.ChargeCaptureData = core.serialization
49
49
  .object({
@@ -52,6 +52,6 @@ exports.ChargeCaptureData = core.serialization
52
52
  externalClaimSubmission: core.serialization.property("external_claim_submission", ExternalClaimSubmissionCreate_1.ExternalClaimSubmissionCreate.optional()),
53
53
  serviceLines: core.serialization.property("service_lines", core.serialization.list(ServiceLineCreate_1.ServiceLineCreate).optional()),
54
54
  patientHistories: core.serialization.property("patient_histories", core.serialization.list(PatientHistoryCategory_1.PatientHistoryCategory).optional()),
55
- billingNotes: core.serialization.property("billing_notes", core.serialization.list(BillingNote_1.BillingNote).optional()),
55
+ billingNotes: core.serialization.property("billing_notes", core.serialization.list(BillingNoteOptional_1.BillingNoteOptional).optional()),
56
56
  })
57
57
  .extend(EncounterOptional_1.EncounterOptional);
@@ -5,7 +5,7 @@ import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { ChargeCaptureId } from "../../../../commons/types/ChargeCaptureId";
8
- import { ChargeCaptureBundleId } from "../../../../commons/types/ChargeCaptureBundleId";
8
+ import { ChargeCaptureClaimCreationId } from "../../../../commons/types/ChargeCaptureClaimCreationId";
9
9
  export declare const ChargeCaptureError: core.serialization.ObjectSchema<serializers.chargeCapture.v1.ChargeCaptureError.Raw, CandidApi.chargeCapture.v1.ChargeCaptureError>;
10
10
  export declare namespace ChargeCaptureError {
11
11
  interface Raw {
@@ -13,6 +13,6 @@ export declare namespace ChargeCaptureError {
13
13
  charge_capture_id?: ChargeCaptureId.Raw | null;
14
14
  message: string;
15
15
  field_in_error?: string | null;
16
- bundle_id: ChargeCaptureBundleId.Raw;
16
+ claim_creation_id: ChargeCaptureClaimCreationId.Raw;
17
17
  }
18
18
  }
@@ -39,11 +39,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.ChargeCaptureError = void 0;
40
40
  const core = __importStar(require("../../../../../../core"));
41
41
  const ChargeCaptureId_1 = require("../../../../commons/types/ChargeCaptureId");
42
- const ChargeCaptureBundleId_1 = require("../../../../commons/types/ChargeCaptureBundleId");
42
+ const ChargeCaptureClaimCreationId_1 = require("../../../../commons/types/ChargeCaptureClaimCreationId");
43
43
  exports.ChargeCaptureError = core.serialization.object({
44
44
  id: core.serialization.string(),
45
45
  chargeCaptureId: core.serialization.property("charge_capture_id", ChargeCaptureId_1.ChargeCaptureId.optional()),
46
46
  message: core.serialization.string(),
47
47
  fieldInError: core.serialization.property("field_in_error", core.serialization.string().optional()),
48
- bundleId: core.serialization.property("bundle_id", ChargeCaptureBundleId_1.ChargeCaptureBundleId),
48
+ claimCreationId: core.serialization.property("claim_creation_id", ChargeCaptureClaimCreationId_1.ChargeCaptureClaimCreationId),
49
49
  });
@@ -1,2 +1 @@
1
1
  export * from "./types";
2
- export * from "./client";
@@ -15,4 +15,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./types"), exports);
18
- __exportStar(require("./client"), exports);
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { ChargeCaptureClaimCreationId } from "../../../../commons/types/ChargeCaptureClaimCreationId";
8
+ import { EncounterId } from "../../../../commons/types/EncounterId";
9
+ import { ChargeCaptureClaimCreationStatus } from "./ChargeCaptureClaimCreationStatus";
10
+ import { ChargeCaptureError } from "../../../../chargeCapture/resources/v1/types/ChargeCaptureError";
11
+ export declare const ChargeCaptureClaimCreation: core.serialization.ObjectSchema<serializers.chargeCaptureBundles.v1.ChargeCaptureClaimCreation.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureClaimCreation>;
12
+ export declare namespace ChargeCaptureClaimCreation {
13
+ interface Raw {
14
+ id: ChargeCaptureClaimCreationId.Raw;
15
+ created_encounter_id?: EncounterId.Raw | null;
16
+ status: ChargeCaptureClaimCreationStatus.Raw;
17
+ characteristics: Record<string, string | null | undefined>;
18
+ errors: ChargeCaptureError.Raw[];
19
+ }
20
+ }
@@ -36,18 +36,16 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ChargeCaptureBundle = void 0;
39
+ exports.ChargeCaptureClaimCreation = void 0;
40
40
  const core = __importStar(require("../../../../../../core"));
41
- const ChargeCaptureBundleId_1 = require("../../../../commons/types/ChargeCaptureBundleId");
41
+ const ChargeCaptureClaimCreationId_1 = require("../../../../commons/types/ChargeCaptureClaimCreationId");
42
42
  const EncounterId_1 = require("../../../../commons/types/EncounterId");
43
- const ChargeCaptureBundleStatus_1 = require("./ChargeCaptureBundleStatus");
44
- const ChargeCapture_1 = require("../../../../chargeCapture/resources/v1/types/ChargeCapture");
43
+ const ChargeCaptureClaimCreationStatus_1 = require("./ChargeCaptureClaimCreationStatus");
45
44
  const ChargeCaptureError_1 = require("../../../../chargeCapture/resources/v1/types/ChargeCaptureError");
46
- exports.ChargeCaptureBundle = core.serialization.object({
47
- id: ChargeCaptureBundleId_1.ChargeCaptureBundleId,
45
+ exports.ChargeCaptureClaimCreation = core.serialization.object({
46
+ id: ChargeCaptureClaimCreationId_1.ChargeCaptureClaimCreationId,
48
47
  createdEncounterId: core.serialization.property("created_encounter_id", EncounterId_1.EncounterId.optional()),
49
- status: ChargeCaptureBundleStatus_1.ChargeCaptureBundleStatus,
48
+ status: ChargeCaptureClaimCreationStatus_1.ChargeCaptureClaimCreationStatus,
50
49
  characteristics: core.serialization.record(core.serialization.string(), core.serialization.string().optional()),
51
- chargeCaptures: core.serialization.property("charge_captures", core.serialization.list(ChargeCapture_1.ChargeCapture)),
52
50
  errors: core.serialization.list(ChargeCaptureError_1.ChargeCaptureError),
53
51
  });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { ChargeCaptureClaimCreation } from "./ChargeCaptureClaimCreation";
8
+ import { ResourcePage } from "../../../../commons/types/ResourcePage";
9
+ export declare const ChargeCaptureClaimCreationPage: core.serialization.ObjectSchema<serializers.chargeCaptureBundles.v1.ChargeCaptureClaimCreationPage.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureClaimCreationPage>;
10
+ export declare namespace ChargeCaptureClaimCreationPage {
11
+ interface Raw extends ResourcePage.Raw {
12
+ items: ChargeCaptureClaimCreation.Raw[];
13
+ }
14
+ }
@@ -36,12 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ChargeCaptureBundlePage = void 0;
39
+ exports.ChargeCaptureClaimCreationPage = void 0;
40
40
  const core = __importStar(require("../../../../../../core"));
41
- const ChargeCaptureBundle_1 = require("./ChargeCaptureBundle");
41
+ const ChargeCaptureClaimCreation_1 = require("./ChargeCaptureClaimCreation");
42
42
  const ResourcePage_1 = require("../../../../commons/types/ResourcePage");
43
- exports.ChargeCaptureBundlePage = core.serialization
43
+ exports.ChargeCaptureClaimCreationPage = core.serialization
44
44
  .object({
45
- items: core.serialization.list(ChargeCaptureBundle_1.ChargeCaptureBundle),
45
+ items: core.serialization.list(ChargeCaptureClaimCreation_1.ChargeCaptureClaimCreation),
46
46
  })
47
47
  .extend(ResourcePage_1.ResourcePage);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ export declare const ChargeCaptureClaimCreationSortField: core.serialization.Schema<serializers.chargeCaptureBundles.v1.ChargeCaptureClaimCreationSortField.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureClaimCreationSortField>;
8
+ export declare namespace ChargeCaptureClaimCreationSortField {
9
+ type Raw = "created_at";
10
+ }
@@ -0,0 +1,41 @@
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.ChargeCaptureClaimCreationSortField = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ exports.ChargeCaptureClaimCreationSortField = core.serialization.enum_(["created_at"]);
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
- export declare const ChargeCaptureBundleStatus: core.serialization.Schema<serializers.chargeCaptureBundles.v1.ChargeCaptureBundleStatus.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureBundleStatus>;
8
- export declare namespace ChargeCaptureBundleStatus {
7
+ export declare const ChargeCaptureClaimCreationStatus: core.serialization.Schema<serializers.chargeCaptureBundles.v1.ChargeCaptureClaimCreationStatus.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureClaimCreationStatus>;
8
+ export declare namespace ChargeCaptureClaimCreationStatus {
9
9
  type Raw = "not-started" | "in-error" | "successful" | "successful-dry-run" | "aborted" | "held";
10
10
  }
@@ -0,0 +1,41 @@
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.ChargeCaptureClaimCreationStatus = void 0;
40
+ const core = __importStar(require("../../../../../../core"));
41
+ exports.ChargeCaptureClaimCreationStatus = core.serialization.enum_(["not-started", "in-error", "successful", "successful-dry-run", "aborted", "held"]);
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ export declare const ChargeCaptureClaimCreationSummary: core.serialization.ObjectSchema<serializers.chargeCaptureBundles.v1.ChargeCaptureClaimCreationSummary.Raw, CandidApi.chargeCaptureBundles.v1.ChargeCaptureClaimCreationSummary>;
8
+ export declare namespace ChargeCaptureClaimCreationSummary {
9
+ interface Raw {
10
+ charge_capture_charges_not_linked_to_claims_count: number;
11
+ charge_capture_claim_creations_not_started_count: number;
12
+ charge_capture_held_claim_creations_count: number;
13
+ charge_capture_claim_creations_in_error_count: number;
14
+ charge_capture_unresolved_change_count: number;
15
+ }
16
+ }
@@ -36,12 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ChargeCaptureBundleSummary = void 0;
39
+ exports.ChargeCaptureClaimCreationSummary = void 0;
40
40
  const core = __importStar(require("../../../../../../core"));
41
- exports.ChargeCaptureBundleSummary = core.serialization.object({
41
+ exports.ChargeCaptureClaimCreationSummary = core.serialization.object({
42
42
  chargeCaptureChargesNotLinkedToClaimsCount: core.serialization.property("charge_capture_charges_not_linked_to_claims_count", core.serialization.number()),
43
- chargeCaptureBundlesNotStartedCount: core.serialization.property("charge_capture_bundles_not_started_count", core.serialization.number()),
44
- chargeCaptureHeldBundlesCount: core.serialization.property("charge_capture_held_bundles_count", core.serialization.number()),
45
- chargeCaptureBundlesInErrorCount: core.serialization.property("charge_capture_bundles_in_error_count", core.serialization.number()),
43
+ chargeCaptureClaimCreationsNotStartedCount: core.serialization.property("charge_capture_claim_creations_not_started_count", core.serialization.number()),
44
+ chargeCaptureHeldClaimCreationsCount: core.serialization.property("charge_capture_held_claim_creations_count", core.serialization.number()),
45
+ chargeCaptureClaimCreationsInErrorCount: core.serialization.property("charge_capture_claim_creations_in_error_count", core.serialization.number()),
46
46
  chargeCaptureUnresolvedChangeCount: core.serialization.property("charge_capture_unresolved_change_count", core.serialization.number()),
47
47
  });
@@ -1,5 +1,5 @@
1
- export * from "./ChargeCaptureBundlePage";
2
- export * from "./ChargeCaptureBundle";
3
- export * from "./ChargeCaptureBundleSummary";
4
- export * from "./ChargeCaptureBundleStatus";
5
- export * from "./ChargeCaptureBundleSortField";
1
+ export * from "./ChargeCaptureClaimCreationPage";
2
+ export * from "./ChargeCaptureClaimCreation";
3
+ export * from "./ChargeCaptureClaimCreationSummary";
4
+ export * from "./ChargeCaptureClaimCreationStatus";
5
+ export * from "./ChargeCaptureClaimCreationSortField";
@@ -14,8 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ChargeCaptureBundlePage"), exports);
18
- __exportStar(require("./ChargeCaptureBundle"), exports);
19
- __exportStar(require("./ChargeCaptureBundleSummary"), exports);
20
- __exportStar(require("./ChargeCaptureBundleStatus"), exports);
21
- __exportStar(require("./ChargeCaptureBundleSortField"), exports);
17
+ __exportStar(require("./ChargeCaptureClaimCreationPage"), exports);
18
+ __exportStar(require("./ChargeCaptureClaimCreation"), exports);
19
+ __exportStar(require("./ChargeCaptureClaimCreationSummary"), exports);
20
+ __exportStar(require("./ChargeCaptureClaimCreationStatus"), exports);
21
+ __exportStar(require("./ChargeCaptureClaimCreationSortField"), exports);
@@ -4,7 +4,7 @@
4
4
  import * as serializers from "../../../index";
5
5
  import * as CandidApi from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
- export declare const ChargeCaptureBundleId: core.serialization.Schema<serializers.ChargeCaptureBundleId.Raw, CandidApi.ChargeCaptureBundleId>;
8
- export declare namespace ChargeCaptureBundleId {
7
+ export declare const ChargeCaptureClaimCreationId: core.serialization.Schema<serializers.ChargeCaptureClaimCreationId.Raw, CandidApi.ChargeCaptureClaimCreationId>;
8
+ export declare namespace ChargeCaptureClaimCreationId {
9
9
  type Raw = string;
10
10
  }
@@ -36,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ChargeCaptureBundleId = void 0;
39
+ exports.ChargeCaptureClaimCreationId = void 0;
40
40
  const CandidApi = __importStar(require("../../../../api/index"));
41
41
  const core = __importStar(require("../../../../core"));
42
- exports.ChargeCaptureBundleId = core.serialization.string().transform({
43
- transform: CandidApi.ChargeCaptureBundleId,
42
+ exports.ChargeCaptureClaimCreationId = core.serialization.string().transform({
43
+ transform: CandidApi.ChargeCaptureClaimCreationId,
44
44
  untransform: (value) => value,
45
45
  });
@@ -1,6 +1,6 @@
1
1
  export * from "./EncounterId";
2
2
  export * from "./ChargeCaptureId";
3
- export * from "./ChargeCaptureBundleId";
3
+ export * from "./ChargeCaptureClaimCreationId";
4
4
  export * from "./ChargeCapturePostBilledChangeId";
5
5
  export * from "./OrganizationId";
6
6
  export * from "./ClaimId";
@@ -61,7 +61,6 @@ export * from "./HttpServiceUnavailableErrorMessage";
61
61
  export * from "./RequestValidationError";
62
62
  export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
63
63
  export * from "./OrganizationNotAuthorizedErrorMessage";
64
- export * from "./NotImplementedErrorMessage";
65
64
  export * from "./PhoneNumber";
66
65
  export * from "./PhoneNumberType";
67
66
  export * from "./Email";
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./EncounterId"), exports);
18
18
  __exportStar(require("./ChargeCaptureId"), exports);
19
- __exportStar(require("./ChargeCaptureBundleId"), exports);
19
+ __exportStar(require("./ChargeCaptureClaimCreationId"), exports);
20
20
  __exportStar(require("./ChargeCapturePostBilledChangeId"), exports);
21
21
  __exportStar(require("./OrganizationId"), exports);
22
22
  __exportStar(require("./ClaimId"), exports);
@@ -77,7 +77,6 @@ __exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
77
77
  __exportStar(require("./RequestValidationError"), exports);
78
78
  __exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
79
79
  __exportStar(require("./OrganizationNotAuthorizedErrorMessage"), exports);
80
- __exportStar(require("./NotImplementedErrorMessage"), exports);
81
80
  __exportStar(require("./PhoneNumber"), exports);
82
81
  __exportStar(require("./PhoneNumberType"), exports);
83
82
  __exportStar(require("./Email"), exports);
@@ -0,0 +1 @@
1
+ export * from "./resources";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./resources"), exports);
@@ -0,0 +1 @@
1
+ export * as v1 from "./v1";
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.v1 = void 0;
37
+ exports.v1 = __importStar(require("./v1"));
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { EncounterAttachment } from "../types/EncounterAttachment";
8
+ export declare const Response: core.serialization.Schema<serializers.encounterAttachments.v1.get.Response.Raw, CandidApi.encounterAttachments.v1.EncounterAttachment[]>;
9
+ export declare namespace Response {
10
+ type Raw = EncounterAttachment.Raw[];
11
+ }