candidhealth 0.34.1 → 0.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (844) hide show
  1. package/Client.d.ts +0 -9
  2. package/Client.js +6 -21
  3. package/README.md +1 -1
  4. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  5. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  6. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  7. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  8. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  9. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  10. package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  11. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
  12. package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  13. package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  14. package/api/resources/encounters/resources/v4/client/Client.d.ts +107 -6
  15. package/api/resources/encounters/resources/v4/client/Client.js +114 -11
  16. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  17. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  18. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
  19. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
  20. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
  21. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  22. package/api/resources/encounters/resources/v4/client/update.js +11 -0
  23. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
  24. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  25. package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
  26. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  27. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  28. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  29. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  30. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  31. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  32. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  33. package/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -1
  34. package/api/resources/guarantor/resources/v1/client/Client.js +4 -4
  35. package/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  36. package/api/resources/guarantor/resources/v1/client/index.js +0 -4
  37. package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
  38. package/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  39. package/api/resources/guarantor/resources/v1/types/index.js +1 -0
  40. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  41. package/api/resources/index.d.ts +0 -4
  42. package/api/resources/index.js +1 -5
  43. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  44. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  45. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  46. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  47. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  48. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  49. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  50. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  51. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  52. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  53. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  54. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  55. package/api/resources/payers/resources/v3/types/Payer.d.ts +13 -1
  56. package/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
  57. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
  58. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
  59. package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  60. package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
  61. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  62. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  63. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
  64. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
  65. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
  66. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
  67. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
  68. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
  69. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
  70. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
  71. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
  72. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
  73. package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
  74. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  75. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
  76. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
  77. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  78. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  79. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  80. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
  81. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
  82. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
  83. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
  84. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
  85. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
  86. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  87. package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
  88. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  89. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  90. package/api/resources/serviceFacility/client/Client.d.ts +2 -3
  91. package/api/resources/serviceFacility/client/Client.js +3 -4
  92. package/api/resources/serviceFacility/client/index.d.ts +0 -1
  93. package/api/resources/serviceFacility/client/index.js +0 -4
  94. package/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
  95. package/api/resources/serviceFacility/types/index.d.ts +1 -0
  96. package/api/resources/serviceFacility/types/index.js +1 -0
  97. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  98. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  99. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  100. package/dist/Client.d.ts +0 -9
  101. package/dist/Client.js +6 -21
  102. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  103. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  104. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  105. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  106. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  107. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  108. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  109. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
  110. package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  111. package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
  112. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +107 -6
  113. package/dist/api/resources/encounters/resources/v4/client/Client.js +114 -11
  114. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
  115. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
  116. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -8
  117. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
  118. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +141 -0
  119. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  120. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  121. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
  122. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  123. package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
  124. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  125. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  126. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  127. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  128. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  129. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  130. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  131. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +1 -1
  132. package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -4
  133. package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  134. package/dist/api/resources/guarantor/resources/v1/client/index.js +0 -4
  135. package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
  136. package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  137. package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
  138. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  139. package/dist/api/resources/index.d.ts +0 -4
  140. package/dist/api/resources/index.js +1 -5
  141. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  142. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  143. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  144. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  145. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  146. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  147. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  148. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  149. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  150. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  151. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  152. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  153. package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +13 -1
  154. package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
  155. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
  156. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
  157. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  158. package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
  159. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  160. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  161. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
  162. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
  163. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
  164. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
  165. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
  166. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
  167. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
  168. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
  169. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
  170. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
  171. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
  172. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  173. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
  174. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
  175. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  176. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  177. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  178. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
  179. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
  180. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
  181. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
  182. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
  183. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
  184. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  185. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
  186. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  187. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  188. package/dist/api/resources/serviceFacility/client/Client.d.ts +2 -3
  189. package/dist/api/resources/serviceFacility/client/Client.js +3 -4
  190. package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
  191. package/dist/api/resources/serviceFacility/client/index.js +0 -4
  192. package/dist/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
  193. package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
  194. package/dist/api/resources/serviceFacility/types/index.js +1 -0
  195. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  196. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  197. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  198. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  199. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
  200. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
  201. package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
  202. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  203. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  204. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  205. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  206. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  207. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  208. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
  209. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
  210. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  211. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  212. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
  213. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
  214. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  215. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  216. package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
  217. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
  218. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  219. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  220. package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  221. package/dist/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
  222. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
  223. package/dist/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
  224. package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  225. package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  226. package/dist/serialization/resources/index.d.ts +0 -4
  227. package/dist/serialization/resources/index.js +1 -5
  228. package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
  229. package/dist/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
  230. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  231. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
  232. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
  233. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +6 -8
  234. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  235. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  236. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
  237. package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/coverages/resources/v1/types/BenefitType.js} +10 -3
  238. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
  239. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
  240. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
  241. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
  242. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
  243. package/{serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js} +3 -3
  244. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  245. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
  246. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
  247. package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
  248. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  249. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
  250. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
  251. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
  252. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
  253. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
  254. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  255. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  256. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
  257. package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -8
  258. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
  259. package/{serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js} +3 -3
  260. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  261. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  262. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
  263. package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +9 -6
  264. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  265. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  266. package/dist/serialization/resources/serviceFacility/index.d.ts +0 -1
  267. package/dist/serialization/resources/serviceFacility/index.js +0 -1
  268. package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
  269. package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
  270. package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
  271. package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
  272. package/package.json +1 -1
  273. package/reference.md +608 -1197
  274. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
  275. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
  276. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
  277. package/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
  278. package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
  279. package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
  280. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
  281. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
  282. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
  283. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
  284. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +14 -0
  285. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +14 -0
  286. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  287. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  288. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
  289. package/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
  290. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  291. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  292. package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
  293. package/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
  294. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  295. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  296. package/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
  297. package/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
  298. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
  299. package/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
  300. package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
  301. package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
  302. package/serialization/resources/index.d.ts +0 -4
  303. package/serialization/resources/index.js +1 -5
  304. package/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
  305. package/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
  306. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
  307. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
  308. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
  309. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +36 -0
  310. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  311. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  312. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
  313. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
  314. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
  315. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
  316. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
  317. package/{dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
  318. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
  319. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +31 -0
  320. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
  321. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
  322. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
  323. package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
  324. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
  325. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
  326. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
  327. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
  328. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
  329. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
  330. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
  331. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
  332. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
  333. package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -13
  334. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
  335. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +31 -0
  336. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
  337. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
  338. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
  339. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +38 -0
  340. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
  341. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
  342. package/serialization/resources/serviceFacility/index.d.ts +0 -1
  343. package/serialization/resources/serviceFacility/index.js +0 -1
  344. package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
  345. package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
  346. package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
  347. package/serialization/resources/serviceFacility/types/index.js +1 -0
  348. package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
  349. package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  350. package/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
  351. package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
  352. package/api/resources/serviceFacility/client/requests/index.js +0 -2
  353. package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
  354. package/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
  355. package/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
  356. package/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
  357. package/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
  358. package/api/resources/thirdPartyPayerPayments/index.js +0 -18
  359. package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  360. package/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  361. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
  362. package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
  363. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
  364. package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
  365. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
  366. package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
  367. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
  368. package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
  369. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
  370. package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
  371. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  372. package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  373. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
  374. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
  375. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
  376. package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
  377. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
  378. package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
  379. package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  380. package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  381. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
  382. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
  383. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
  384. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
  385. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
  386. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
  387. package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
  388. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  389. package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  390. package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
  391. package/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
  392. package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
  393. package/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
  394. package/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
  395. package/api/resources/thirdPartyPayerRefunds/index.js +0 -18
  396. package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  397. package/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  398. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
  399. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
  400. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
  401. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
  402. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
  403. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
  404. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
  405. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
  406. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
  407. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
  408. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  409. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  410. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
  411. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
  412. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
  413. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
  414. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
  415. package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
  416. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  417. package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  418. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
  419. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
  420. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
  421. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
  422. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
  423. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
  424. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
  425. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  426. package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  427. package/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
  428. package/api/resources/thirdPartyPayers/client/Client.js +0 -17
  429. package/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
  430. package/api/resources/thirdPartyPayers/client/index.js +0 -2
  431. package/api/resources/thirdPartyPayers/index.d.ts +0 -2
  432. package/api/resources/thirdPartyPayers/index.js +0 -18
  433. package/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  434. package/api/resources/thirdPartyPayers/resources/index.js +0 -27
  435. package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
  436. package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
  437. package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
  438. package/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
  439. package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
  440. package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
  441. package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
  442. package/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
  443. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
  444. package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
  445. package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
  446. package/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
  447. package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
  448. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
  449. package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
  450. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
  451. package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
  452. package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
  453. package/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
  454. package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  455. package/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  456. package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
  457. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
  458. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  459. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  460. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
  461. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
  462. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
  463. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
  464. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
  465. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  466. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
  467. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
  468. package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
  469. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
  470. package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
  471. package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  472. package/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  473. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
  474. package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  475. package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
  476. package/dist/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
  477. package/dist/api/resources/serviceFacility/client/requests/index.js +0 -2
  478. package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
  479. package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
  480. package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
  481. package/dist/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
  482. package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
  483. package/dist/api/resources/thirdPartyPayerPayments/index.js +0 -18
  484. package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  485. package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  486. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
  487. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
  488. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
  489. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
  490. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
  491. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
  492. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
  493. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
  494. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
  495. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
  496. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  497. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  498. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
  499. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +0 -5
  500. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
  501. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -5
  502. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
  503. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
  504. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
  505. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
  506. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  507. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  508. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
  509. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -5
  510. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
  511. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -5
  512. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
  513. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
  514. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
  515. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
  516. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
  517. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -5
  518. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  519. package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  520. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
  521. package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
  522. package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
  523. package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
  524. package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
  525. package/dist/api/resources/thirdPartyPayerRefunds/index.js +0 -18
  526. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  527. package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  528. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
  529. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
  530. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
  531. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
  532. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
  533. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
  534. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
  535. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
  536. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
  537. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
  538. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  539. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  540. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
  541. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +0 -5
  542. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
  543. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -5
  544. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
  545. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
  546. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
  547. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
  548. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  549. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  550. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
  551. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -5
  552. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
  553. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -5
  554. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
  555. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
  556. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
  557. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
  558. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
  559. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +0 -5
  560. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  561. package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  562. package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
  563. package/dist/api/resources/thirdPartyPayers/client/Client.js +0 -17
  564. package/dist/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
  565. package/dist/api/resources/thirdPartyPayers/client/index.js +0 -2
  566. package/dist/api/resources/thirdPartyPayers/index.d.ts +0 -2
  567. package/dist/api/resources/thirdPartyPayers/index.js +0 -18
  568. package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  569. package/dist/api/resources/thirdPartyPayers/resources/index.js +0 -27
  570. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
  571. package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
  572. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
  573. package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
  574. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
  575. package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
  576. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
  577. package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
  578. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
  579. package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
  580. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
  581. package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
  582. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
  583. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +0 -5
  584. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
  585. package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
  586. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
  587. package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
  588. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
  589. package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
  590. package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  591. package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  592. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
  593. package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -5
  594. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
  595. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -5
  596. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  597. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -5
  598. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  599. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
  600. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
  601. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
  602. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
  603. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
  604. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  605. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
  606. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
  607. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
  608. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
  609. package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
  610. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  611. package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  612. package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
  613. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  614. package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
  615. package/dist/serialization/resources/serviceFacility/client/index.d.ts +0 -1
  616. package/dist/serialization/resources/serviceFacility/client/index.js +0 -17
  617. package/dist/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
  618. package/dist/serialization/resources/serviceFacility/client/requests/index.js +0 -5
  619. package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
  620. package/dist/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
  621. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  622. package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  623. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
  624. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
  625. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
  626. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
  627. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
  628. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
  629. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
  630. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
  631. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  632. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  633. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
  634. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
  635. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
  636. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
  637. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
  638. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  639. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  640. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
  641. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
  642. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
  643. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
  644. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
  645. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
  646. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
  647. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  648. package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  649. package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
  650. package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
  651. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  652. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  653. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
  654. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
  655. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
  656. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
  657. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
  658. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
  659. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
  660. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
  661. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  662. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  663. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
  664. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
  665. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
  666. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
  667. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
  668. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
  669. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  670. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  671. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
  672. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
  673. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
  674. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
  675. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
  676. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
  677. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
  678. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  679. package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  680. package/dist/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
  681. package/dist/serialization/resources/thirdPartyPayers/index.js +0 -17
  682. package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  683. package/dist/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
  684. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
  685. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
  686. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
  687. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
  688. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
  689. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
  690. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
  691. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
  692. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
  693. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
  694. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
  695. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
  696. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
  697. package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
  698. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  699. package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  700. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
  701. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
  702. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  703. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
  704. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  705. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
  706. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
  707. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
  708. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
  709. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
  710. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  711. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
  712. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
  713. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
  714. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  715. package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  716. package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
  717. package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
  718. package/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
  719. package/serialization/resources/serviceFacility/client/index.d.ts +0 -1
  720. package/serialization/resources/serviceFacility/client/index.js +0 -17
  721. package/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
  722. package/serialization/resources/serviceFacility/client/requests/index.js +0 -5
  723. package/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
  724. package/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
  725. package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
  726. package/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
  727. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
  728. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
  729. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
  730. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
  731. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
  732. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
  733. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
  734. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
  735. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
  736. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
  737. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
  738. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -37
  739. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
  740. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
  741. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
  742. package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
  743. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
  744. package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
  745. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
  746. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
  747. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
  748. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -42
  749. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
  750. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -35
  751. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
  752. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -31
  753. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
  754. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
  755. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
  756. package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
  757. package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
  758. package/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
  759. package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
  760. package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
  761. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
  762. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
  763. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
  764. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
  765. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
  766. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
  767. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
  768. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
  769. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
  770. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
  771. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
  772. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
  773. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
  774. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
  775. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
  776. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
  777. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
  778. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
  779. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
  780. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
  781. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
  782. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
  783. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
  784. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -35
  785. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
  786. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
  787. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
  788. package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
  789. package/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
  790. package/serialization/resources/thirdPartyPayers/index.js +0 -17
  791. package/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
  792. package/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
  793. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
  794. package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
  795. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
  796. package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
  797. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
  798. package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
  799. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
  800. package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
  801. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
  802. package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
  803. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
  804. package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
  805. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
  806. package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
  807. package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
  808. package/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
  809. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
  810. package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -35
  811. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
  812. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -38
  813. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
  814. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
  815. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
  816. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
  817. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
  818. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
  819. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
  820. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
  821. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
  822. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
  823. package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
  824. package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
  825. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
  826. package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
  827. /package/api/resources/{guarantor/resources/v1/client/requests/GuarantorUpdate.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
  828. /package/api/resources/{serviceFacility/client/requests/EncounterServiceFacilityUpdate.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
  829. /package/{dist/api/resources/guarantor/resources/v1/client/requests → api/resources/guarantor/resources/v1/types}/GuarantorUpdate.js +0 -0
  830. /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
  831. /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
  832. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
  833. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
  834. /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
  835. /package/{dist/api/resources/serviceFacility/client/requests → api/resources/serviceFacility/types}/EncounterServiceFacilityUpdate.js +0 -0
  836. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
  837. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
  838. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
  839. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
  840. /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
  841. /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
  842. /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
  843. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
  844. /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js} +0 -0
@@ -1,15 +0,0 @@
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 { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
8
- export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.toggleEnablement.Error.Raw, CandidApi.thirdPartyPayers.v1.toggleEnablement.Error>;
9
- export declare namespace Error {
10
- type Raw = Error.EntityNotFoundError;
11
- interface EntityNotFoundError {
12
- errorName: "EntityNotFoundError";
13
- content: EntityNotFoundErrorMessage.Raw;
14
- }
15
- }
@@ -1,61 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- var __rest = (this && this.__rest) || function (s, e) {
29
- var t = {};
30
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
31
- t[p] = s[p];
32
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
33
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
34
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
35
- t[p[i]] = s[p[i]];
36
- }
37
- return t;
38
- };
39
- Object.defineProperty(exports, "__esModule", { value: true });
40
- exports.Error = void 0;
41
- const CandidApi = __importStar(require("../../../../../../api/index"));
42
- const core = __importStar(require("../../../../../../core"));
43
- const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
44
- exports.Error = core.serialization
45
- .union("errorName", {
46
- EntityNotFoundError: core.serialization.object({
47
- content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
48
- }),
49
- })
50
- .transform({
51
- transform: (value) => {
52
- switch (value.errorName) {
53
- case "EntityNotFoundError":
54
- return CandidApi.thirdPartyPayers.v1.toggleEnablement.Error.entityNotFoundError(value.content);
55
- }
56
- },
57
- untransform: (_a) => {
58
- var { _visit } = _a, value = __rest(_a, ["_visit"]);
59
- return value;
60
- },
61
- });
@@ -1,20 +0,0 @@
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 { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
8
- import { EntityConflictErrorMessage } from "../../../../commons/types/EntityConflictErrorMessage";
9
- export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.update.Error.Raw, CandidApi.thirdPartyPayers.v1.update.Error>;
10
- export declare namespace Error {
11
- type Raw = Error.EntityNotFoundError | Error.EntityConflictError;
12
- interface EntityNotFoundError {
13
- errorName: "EntityNotFoundError";
14
- content: EntityNotFoundErrorMessage.Raw;
15
- }
16
- interface EntityConflictError {
17
- errorName: "EntityConflictError";
18
- content: EntityConflictErrorMessage.Raw;
19
- }
20
- }
@@ -1,67 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- var __rest = (this && this.__rest) || function (s, e) {
29
- var t = {};
30
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
31
- t[p] = s[p];
32
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
33
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
34
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
35
- t[p[i]] = s[p[i]];
36
- }
37
- return t;
38
- };
39
- Object.defineProperty(exports, "__esModule", { value: true });
40
- exports.Error = void 0;
41
- const CandidApi = __importStar(require("../../../../../../api/index"));
42
- const core = __importStar(require("../../../../../../core"));
43
- const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
44
- const EntityConflictErrorMessage_1 = require("../../../../commons/types/EntityConflictErrorMessage");
45
- exports.Error = core.serialization
46
- .union("errorName", {
47
- EntityNotFoundError: core.serialization.object({
48
- content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
49
- }),
50
- EntityConflictError: core.serialization.object({
51
- content: EntityConflictErrorMessage_1.EntityConflictErrorMessage,
52
- }),
53
- })
54
- .transform({
55
- transform: (value) => {
56
- switch (value.errorName) {
57
- case "EntityNotFoundError":
58
- return CandidApi.thirdPartyPayers.v1.update.Error.entityNotFoundError(value.content);
59
- case "EntityConflictError":
60
- return CandidApi.thirdPartyPayers.v1.update.Error.entityConflictError(value.content);
61
- }
62
- },
63
- untransform: (_a) => {
64
- var { _visit } = _a, value = __rest(_a, ["_visit"]);
65
- return value;
66
- },
67
- });
@@ -1,2 +0,0 @@
1
- export * from "./types";
2
- export * from "./client";
@@ -1,18 +0,0 @@
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("./types"), exports);
18
- __exportStar(require("./client"), exports);
@@ -1,14 +0,0 @@
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 CreateThirdPartyPayerRequest: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.CreateThirdPartyPayerRequest.Raw, CandidApi.thirdPartyPayers.v1.CreateThirdPartyPayerRequest>;
8
- export declare namespace CreateThirdPartyPayerRequest {
9
- interface Raw {
10
- name: string;
11
- description?: string | null;
12
- category?: string | null;
13
- }
14
- }
@@ -1,35 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.CreateThirdPartyPayerRequest = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.CreateThirdPartyPayerRequest = core.serialization.object({
32
- name: core.serialization.string(),
33
- description: core.serialization.string().optional(),
34
- category: core.serialization.string().optional(),
35
- });
@@ -1,17 +0,0 @@
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 { ThirdPartyPayerId } from "./ThirdPartyPayerId";
8
- export declare const ThirdPartyPayer: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.ThirdPartyPayer.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayer>;
9
- export declare namespace ThirdPartyPayer {
10
- interface Raw {
11
- third_party_payer_id: ThirdPartyPayerId.Raw;
12
- name: string;
13
- description?: string | null;
14
- category?: string | null;
15
- enabled: boolean;
16
- }
17
- }
@@ -1,38 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ThirdPartyPayer = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- const ThirdPartyPayerId_1 = require("./ThirdPartyPayerId");
32
- exports.ThirdPartyPayer = core.serialization.object({
33
- thirdPartyPayerId: core.serialization.property("third_party_payer_id", ThirdPartyPayerId_1.ThirdPartyPayerId),
34
- name: core.serialization.string(),
35
- description: core.serialization.string().optional(),
36
- category: core.serialization.string().optional(),
37
- enabled: core.serialization.boolean(),
38
- });
@@ -1,17 +0,0 @@
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 ThirdPartyPayerCategoryUpdate: core.serialization.Schema<serializers.thirdPartyPayers.v1.ThirdPartyPayerCategoryUpdate.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayerCategoryUpdate>;
8
- export declare namespace ThirdPartyPayerCategoryUpdate {
9
- type Raw = ThirdPartyPayerCategoryUpdate.Remove | ThirdPartyPayerCategoryUpdate.Set;
10
- interface Remove {
11
- type: "remove";
12
- }
13
- interface Set {
14
- type: "set";
15
- value: string;
16
- }
17
- }
@@ -1,41 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ThirdPartyPayerCategoryUpdate = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.ThirdPartyPayerCategoryUpdate = core.serialization
32
- .union("type", {
33
- remove: core.serialization.object({}),
34
- set: core.serialization.object({
35
- value: core.serialization.string(),
36
- }),
37
- })
38
- .transform({
39
- transform: (value) => value,
40
- untransform: (value) => value,
41
- });
@@ -1,17 +0,0 @@
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 ThirdPartyPayerDescriptionUpdate: core.serialization.Schema<serializers.thirdPartyPayers.v1.ThirdPartyPayerDescriptionUpdate.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayerDescriptionUpdate>;
8
- export declare namespace ThirdPartyPayerDescriptionUpdate {
9
- type Raw = ThirdPartyPayerDescriptionUpdate.Remove | ThirdPartyPayerDescriptionUpdate.Set;
10
- interface Remove {
11
- type: "remove";
12
- }
13
- interface Set {
14
- type: "set";
15
- value: string;
16
- }
17
- }
@@ -1,41 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ThirdPartyPayerDescriptionUpdate = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- exports.ThirdPartyPayerDescriptionUpdate = core.serialization
32
- .union("type", {
33
- remove: core.serialization.object({}),
34
- set: core.serialization.object({
35
- value: core.serialization.string(),
36
- }),
37
- })
38
- .transform({
39
- transform: (value) => value,
40
- untransform: (value) => value,
41
- });
@@ -1,10 +0,0 @@
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 ThirdPartyPayerId: core.serialization.Schema<serializers.thirdPartyPayers.v1.ThirdPartyPayerId.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayerId>;
8
- export declare namespace ThirdPartyPayerId {
9
- type Raw = string;
10
- }
@@ -1,35 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ThirdPartyPayerId = void 0;
30
- const CandidApi = __importStar(require("../../../../../../api/index"));
31
- const core = __importStar(require("../../../../../../core"));
32
- exports.ThirdPartyPayerId = core.serialization.string().transform({
33
- transform: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerId,
34
- untransform: (value) => value,
35
- });
@@ -1,14 +0,0 @@
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 { ThirdPartyPayer } from "./ThirdPartyPayer";
8
- import { ResourcePage } from "../../../../commons/types/ResourcePage";
9
- export declare const ThirdPartyPayerPage: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.ThirdPartyPayerPage.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayerPage>;
10
- export declare namespace ThirdPartyPayerPage {
11
- interface Raw extends ResourcePage.Raw {
12
- items: ThirdPartyPayer.Raw[];
13
- }
14
- }
@@ -1,37 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ThirdPartyPayerPage = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- const ThirdPartyPayer_1 = require("./ThirdPartyPayer");
32
- const ResourcePage_1 = require("../../../../commons/types/ResourcePage");
33
- exports.ThirdPartyPayerPage = core.serialization
34
- .object({
35
- items: core.serialization.list(ThirdPartyPayer_1.ThirdPartyPayer),
36
- })
37
- .extend(ResourcePage_1.ResourcePage);
@@ -1,10 +0,0 @@
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 ThirdPartyPayerSortField: core.serialization.Schema<serializers.thirdPartyPayers.v1.ThirdPartyPayerSortField.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayerSortField>;
8
- export declare namespace ThirdPartyPayerSortField {
9
- type Raw = "NAME" | "CATEGORY" | "ENABLED" | "UPDATED_AT";
10
- }
@@ -1,16 +0,0 @@
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 { ThirdPartyPayerDescriptionUpdate } from "./ThirdPartyPayerDescriptionUpdate";
8
- import { ThirdPartyPayerCategoryUpdate } from "./ThirdPartyPayerCategoryUpdate";
9
- export declare const ThirdPartyPayerUpdateRequest: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.ThirdPartyPayerUpdateRequest.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayerUpdateRequest>;
10
- export declare namespace ThirdPartyPayerUpdateRequest {
11
- interface Raw {
12
- name?: string | null;
13
- description?: ThirdPartyPayerDescriptionUpdate.Raw | null;
14
- category?: ThirdPartyPayerCategoryUpdate.Raw | null;
15
- }
16
- }
@@ -1,37 +0,0 @@
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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ThirdPartyPayerUpdateRequest = void 0;
30
- const core = __importStar(require("../../../../../../core"));
31
- const ThirdPartyPayerDescriptionUpdate_1 = require("./ThirdPartyPayerDescriptionUpdate");
32
- const ThirdPartyPayerCategoryUpdate_1 = require("./ThirdPartyPayerCategoryUpdate");
33
- exports.ThirdPartyPayerUpdateRequest = core.serialization.object({
34
- name: core.serialization.string().optional(),
35
- description: ThirdPartyPayerDescriptionUpdate_1.ThirdPartyPayerDescriptionUpdate.optional(),
36
- category: ThirdPartyPayerCategoryUpdate_1.ThirdPartyPayerCategoryUpdate.optional(),
37
- });
@@ -1,12 +0,0 @@
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 ToggleThirdPartyPayerEnablementRequest: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.ToggleThirdPartyPayerEnablementRequest.Raw, CandidApi.thirdPartyPayers.v1.ToggleThirdPartyPayerEnablementRequest>;
8
- export declare namespace ToggleThirdPartyPayerEnablementRequest {
9
- interface Raw {
10
- enabled: boolean;
11
- }
12
- }
@@ -1,9 +0,0 @@
1
- export * from "./ThirdPartyPayerId";
2
- export * from "./ThirdPartyPayer";
3
- export * from "./CreateThirdPartyPayerRequest";
4
- export * from "./ThirdPartyPayerPage";
5
- export * from "./ThirdPartyPayerSortField";
6
- export * from "./ThirdPartyPayerDescriptionUpdate";
7
- export * from "./ThirdPartyPayerCategoryUpdate";
8
- export * from "./ToggleThirdPartyPayerEnablementRequest";
9
- export * from "./ThirdPartyPayerUpdateRequest";
@@ -1,25 +0,0 @@
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("./ThirdPartyPayerId"), exports);
18
- __exportStar(require("./ThirdPartyPayer"), exports);
19
- __exportStar(require("./CreateThirdPartyPayerRequest"), exports);
20
- __exportStar(require("./ThirdPartyPayerPage"), exports);
21
- __exportStar(require("./ThirdPartyPayerSortField"), exports);
22
- __exportStar(require("./ThirdPartyPayerDescriptionUpdate"), exports);
23
- __exportStar(require("./ThirdPartyPayerCategoryUpdate"), exports);
24
- __exportStar(require("./ToggleThirdPartyPayerEnablementRequest"), exports);
25
- __exportStar(require("./ThirdPartyPayerUpdateRequest"), exports);