candidhealth 0.37.0 → 0.38.1

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 (238) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
  4. package/api/resources/chargeCapture/resources/v1/client/Client.js +19 -28
  5. package/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -7
  6. package/api/resources/chargeCapture/resources/v1/client/delete.js +0 -11
  7. package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -7
  8. package/api/resources/chargeCapture/resources/v1/client/getAll.js +0 -11
  9. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  10. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  11. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  12. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  13. package/api/resources/commons/types/index.d.ts +0 -1
  14. package/api/resources/commons/types/index.js +0 -1
  15. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  16. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  17. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  18. package/api/resources/diagnoses/client/Client.js +3 -3
  19. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  20. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  21. package/api/resources/encounters/resources/v4/client/Client.d.ts +4 -2
  22. package/api/resources/encounters/resources/v4/client/Client.js +11 -7
  23. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  24. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  25. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -1
  26. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
  27. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  28. package/api/resources/encounters/resources/v4/client/update.js +11 -0
  29. package/api/resources/{commons/types/NotImplementedErrorMessage.d.ts → encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts} +2 -2
  30. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  31. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  32. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  33. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  34. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  35. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  36. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  37. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  38. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  39. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  40. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  41. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  42. package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  43. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  44. package/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  45. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  46. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  47. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  48. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  49. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  50. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  51. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  52. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  53. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  54. package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  55. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  56. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  57. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  58. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  59. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  60. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  61. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  62. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  63. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  64. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  65. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  66. package/api/resources/serviceFacility/client/Client.js +1 -1
  67. package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
  68. package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
  69. package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
  70. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  71. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  72. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  73. package/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  74. package/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  75. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  76. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  77. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
  78. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +19 -28
  79. package/dist/api/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -7
  80. package/dist/api/resources/chargeCapture/resources/v1/client/delete.js +0 -11
  81. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -7
  82. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +0 -11
  83. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  84. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  85. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  86. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  87. package/dist/api/resources/commons/types/index.d.ts +0 -1
  88. package/dist/api/resources/commons/types/index.js +0 -1
  89. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  90. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  91. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  92. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  93. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  94. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  95. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +4 -2
  96. package/dist/api/resources/encounters/resources/v4/client/Client.js +11 -7
  97. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  98. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  99. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -1
  100. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
  101. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  102. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  103. package/dist/api/resources/{commons/types/NotImplementedErrorMessage.d.ts → encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts} +2 -2
  104. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  105. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  106. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  107. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  108. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  109. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  110. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  111. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  112. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  113. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  114. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  115. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  116. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  117. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  118. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  119. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  120. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  121. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  122. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  123. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  124. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  125. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  126. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  127. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  128. package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  129. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  130. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  131. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  132. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  133. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  134. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  135. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  136. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  137. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  138. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  139. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  140. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  141. package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +6 -0
  142. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +6 -0
  143. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +6 -0
  144. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  145. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  146. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  147. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  148. package/dist/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  149. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -6
  150. package/dist/serialization/resources/chargeCapture/resources/v1/client/delete.js +0 -6
  151. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +0 -1
  152. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -2
  153. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  154. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  155. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  156. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  157. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  158. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  159. package/dist/serialization/resources/commons/types/index.d.ts +0 -1
  160. package/dist/serialization/resources/commons/types/index.js +0 -1
  161. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  162. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  163. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  164. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  165. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  166. package/dist/serialization/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +4 -4
  167. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  168. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  169. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  170. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  171. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  172. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  173. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  174. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  175. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  176. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  177. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  178. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  179. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  180. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  181. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
  182. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
  183. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
  184. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
  185. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
  186. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
  187. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  188. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
  189. package/package.json +1 -1
  190. package/reference.md +8 -3
  191. package/serialization/resources/chargeCapture/resources/v1/client/delete.d.ts +1 -6
  192. package/serialization/resources/chargeCapture/resources/v1/client/delete.js +0 -6
  193. package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +0 -1
  194. package/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -2
  195. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  196. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  197. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  198. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  199. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  200. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  201. package/serialization/resources/commons/types/index.d.ts +0 -1
  202. package/serialization/resources/commons/types/index.js +0 -1
  203. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  204. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  205. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  206. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  207. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  208. package/serialization/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +4 -4
  209. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  210. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  211. package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  212. package/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  213. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  214. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  215. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  216. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  217. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  218. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  219. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  220. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  221. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  222. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  223. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -0
  224. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +1 -0
  225. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -0
  226. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -0
  227. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -0
  228. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -0
  229. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  230. package/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
  231. package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +0 -15
  232. package/dist/serialization/resources/chargeCapture/resources/v1/client/getAll.js +0 -61
  233. package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -12
  234. package/serialization/resources/chargeCapture/resources/v1/client/getAll.d.ts +0 -15
  235. package/serialization/resources/chargeCapture/resources/v1/client/getAll.js +0 -61
  236. package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +0 -12
  237. /package/api/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +0 -0
  238. /package/dist/api/resources/{commons/types/NotImplementedErrorMessage.js → encounters/resources/v4/types/InvalidTagNamesErrorType.js} +0 -0
@@ -67,7 +67,7 @@ class V2 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.37.0",
70
+ "X-Fern-SDK-Version": "0.38.1",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -131,7 +131,7 @@ class V2 {
131
131
  Authorization: yield this._getAuthorizationHeader(),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "candidhealth",
134
- "X-Fern-SDK-Version": "0.37.0",
134
+ "X-Fern-SDK-Version": "0.38.1",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -196,7 +196,7 @@ class V2 {
196
196
  Authorization: yield this._getAuthorizationHeader(),
197
197
  "X-Fern-Language": "JavaScript",
198
198
  "X-Fern-SDK-Name": "candidhealth",
199
- "X-Fern-SDK-Version": "0.37.0",
199
+ "X-Fern-SDK-Version": "0.38.1",
200
200
  "X-Fern-Runtime": core.RUNTIME.type,
201
201
  "X-Fern-Runtime-Version": core.RUNTIME.version,
202
202
  },
@@ -272,7 +272,7 @@ class V2 {
272
272
  Authorization: yield this._getAuthorizationHeader(),
273
273
  "X-Fern-Language": "JavaScript",
274
274
  "X-Fern-SDK-Name": "candidhealth",
275
- "X-Fern-SDK-Version": "0.37.0",
275
+ "X-Fern-SDK-Version": "0.38.1",
276
276
  "X-Fern-Runtime": core.RUNTIME.type,
277
277
  "X-Fern-Runtime-Version": core.RUNTIME.version,
278
278
  },
@@ -347,7 +347,7 @@ class V2 {
347
347
  Authorization: yield this._getAuthorizationHeader(),
348
348
  "X-Fern-Language": "JavaScript",
349
349
  "X-Fern-SDK-Name": "candidhealth",
350
- "X-Fern-SDK-Version": "0.37.0",
350
+ "X-Fern-SDK-Version": "0.38.1",
351
351
  "X-Fern-Runtime": core.RUNTIME.type,
352
352
  "X-Fern-Runtime-Version": core.RUNTIME.version,
353
353
  },
@@ -424,7 +424,7 @@ class V2 {
424
424
  Authorization: yield this._getAuthorizationHeader(),
425
425
  "X-Fern-Language": "JavaScript",
426
426
  "X-Fern-SDK-Name": "candidhealth",
427
- "X-Fern-SDK-Version": "0.37.0",
427
+ "X-Fern-SDK-Version": "0.38.1",
428
428
  "X-Fern-Runtime": core.RUNTIME.type,
429
429
  "X-Fern-Runtime-Version": core.RUNTIME.version,
430
430
  },
@@ -502,7 +502,7 @@ class V2 {
502
502
  Authorization: yield this._getAuthorizationHeader(),
503
503
  "X-Fern-Language": "JavaScript",
504
504
  "X-Fern-SDK-Name": "candidhealth",
505
- "X-Fern-SDK-Version": "0.37.0",
505
+ "X-Fern-SDK-Version": "0.38.1",
506
506
  "X-Fern-Runtime": core.RUNTIME.type,
507
507
  "X-Fern-Runtime-Version": core.RUNTIME.version,
508
508
  },
@@ -579,7 +579,7 @@ class V2 {
579
579
  Authorization: yield this._getAuthorizationHeader(),
580
580
  "X-Fern-Language": "JavaScript",
581
581
  "X-Fern-SDK-Name": "candidhealth",
582
- "X-Fern-SDK-Version": "0.37.0",
582
+ "X-Fern-SDK-Version": "0.38.1",
583
583
  "X-Fern-Runtime": core.RUNTIME.type,
584
584
  "X-Fern-Runtime-Version": core.RUNTIME.version,
585
585
  },
@@ -643,7 +643,7 @@ class V2 {
643
643
  Authorization: yield this._getAuthorizationHeader(),
644
644
  "X-Fern-Language": "JavaScript",
645
645
  "X-Fern-SDK-Name": "candidhealth",
646
- "X-Fern-SDK-Version": "0.37.0",
646
+ "X-Fern-SDK-Version": "0.38.1",
647
647
  "X-Fern-Runtime": core.RUNTIME.type,
648
648
  "X-Fern-Runtime-Version": core.RUNTIME.version,
649
649
  },
@@ -698,7 +698,7 @@ class V2 {
698
698
  Authorization: yield this._getAuthorizationHeader(),
699
699
  "X-Fern-Language": "JavaScript",
700
700
  "X-Fern-SDK-Name": "candidhealth",
701
- "X-Fern-SDK-Version": "0.37.0",
701
+ "X-Fern-SDK-Version": "0.38.1",
702
702
  "X-Fern-Runtime": core.RUNTIME.type,
703
703
  "X-Fern-Runtime-Version": core.RUNTIME.version,
704
704
  },
@@ -753,7 +753,7 @@ class V2 {
753
753
  Authorization: yield this._getAuthorizationHeader(),
754
754
  "X-Fern-Language": "JavaScript",
755
755
  "X-Fern-SDK-Name": "candidhealth",
756
- "X-Fern-SDK-Version": "0.37.0",
756
+ "X-Fern-SDK-Version": "0.38.1",
757
757
  "X-Fern-Runtime": core.RUNTIME.type,
758
758
  "X-Fern-Runtime-Version": core.RUNTIME.version,
759
759
  },
@@ -808,7 +808,7 @@ class V2 {
808
808
  Authorization: yield this._getAuthorizationHeader(),
809
809
  "X-Fern-Language": "JavaScript",
810
810
  "X-Fern-SDK-Name": "candidhealth",
811
- "X-Fern-SDK-Version": "0.37.0",
811
+ "X-Fern-SDK-Version": "0.38.1",
812
812
  "X-Fern-Runtime": core.RUNTIME.type,
813
813
  "X-Fern-Runtime-Version": core.RUNTIME.version,
814
814
  },
@@ -154,7 +154,8 @@ export declare class V4 {
154
154
  * state: CandidApi.State.Ny,
155
155
  * zipCode: "10001",
156
156
  * zipPlusFourCode: "1234"
157
- * }
157
+ * },
158
+ * secondaryIdentification: "string"
158
159
  * },
159
160
  * subscriberPrimary: {
160
161
  * insuranceCard: {
@@ -447,7 +448,8 @@ export declare class V4 {
447
448
  * state: CandidApi.State.Ny,
448
449
  * zipCode: "10001",
449
450
  * zipPlusFourCode: "1234"
450
- * }
451
+ * },
452
+ * secondaryIdentification: "string"
451
453
  * },
452
454
  * diagnoses: [{
453
455
  * name: "string",
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.37.0",
135
+ "X-Fern-SDK-Version": "0.38.1",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.37.0",
181
+ "X-Fern-SDK-Version": "0.38.1",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -311,7 +311,8 @@ class V4 {
311
311
  * state: CandidApi.State.Ny,
312
312
  * zipCode: "10001",
313
313
  * zipPlusFourCode: "1234"
314
- * }
314
+ * },
315
+ * secondaryIdentification: "string"
315
316
  * },
316
317
  * subscriberPrimary: {
317
318
  * insuranceCard: {
@@ -527,7 +528,7 @@ class V4 {
527
528
  Authorization: yield this._getAuthorizationHeader(),
528
529
  "X-Fern-Language": "JavaScript",
529
530
  "X-Fern-SDK-Name": "candidhealth",
530
- "X-Fern-SDK-Version": "0.37.0",
531
+ "X-Fern-SDK-Version": "0.38.1",
531
532
  "X-Fern-Runtime": core.RUNTIME.type,
532
533
  "X-Fern-Runtime-Version": core.RUNTIME.version,
533
534
  },
@@ -558,6 +559,7 @@ class V4 {
558
559
  case "HttpRequestValidationsError":
559
560
  case "CashPayPayerError":
560
561
  case "SchemaInstanceValidationHttpFailure":
562
+ case "InvalidTagNamesError":
561
563
  return {
562
564
  ok: false,
563
565
  error: serializers.encounters.v4.create.Error.parseOrThrow(_response.error.body, {
@@ -662,7 +664,8 @@ class V4 {
662
664
  * state: CandidApi.State.Ny,
663
665
  * zipCode: "10001",
664
666
  * zipPlusFourCode: "1234"
665
- * }
667
+ * },
668
+ * secondaryIdentification: "string"
666
669
  * },
667
670
  * diagnoses: [{
668
671
  * name: "string",
@@ -832,7 +835,7 @@ class V4 {
832
835
  Authorization: yield this._getAuthorizationHeader(),
833
836
  "X-Fern-Language": "JavaScript",
834
837
  "X-Fern-SDK-Name": "candidhealth",
835
- "X-Fern-SDK-Version": "0.37.0",
838
+ "X-Fern-SDK-Version": "0.38.1",
836
839
  "X-Fern-Runtime": core.RUNTIME.type,
837
840
  "X-Fern-Runtime-Version": core.RUNTIME.version,
838
841
  },
@@ -983,7 +986,7 @@ class V4 {
983
986
  Authorization: yield this._getAuthorizationHeader(),
984
987
  "X-Fern-Language": "JavaScript",
985
988
  "X-Fern-SDK-Name": "candidhealth",
986
- "X-Fern-SDK-Version": "0.37.0",
989
+ "X-Fern-SDK-Version": "0.38.1",
987
990
  "X-Fern-Runtime": core.RUNTIME.type,
988
991
  "X-Fern-Runtime-Version": core.RUNTIME.version,
989
992
  },
@@ -1013,6 +1016,7 @@ class V4 {
1013
1016
  case "HttpRequestValidationsError":
1014
1017
  case "SchemaInstanceValidationHttpFailure":
1015
1018
  case "UnprocessableEntityError":
1019
+ case "InvalidTagNamesError":
1016
1020
  return {
1017
1021
  ok: false,
1018
1022
  error: serializers.encounters.v4.update.Error.parseOrThrow(_response.error.body, {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.create.Error._Unknown;
6
+ export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.create.Error.InvalidTagNamesError | CandidApi.encounters.v4.create.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface EncounterExternalIdUniquenessError extends _Utils {
9
9
  errorName: "EncounterExternalIdUniquenessError";
@@ -33,6 +33,10 @@ export declare namespace Error {
33
33
  errorName: "SchemaInstanceValidationHttpFailure";
34
34
  content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
35
35
  }
36
+ interface InvalidTagNamesError extends _Utils {
37
+ errorName: "InvalidTagNamesError";
38
+ content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
39
+ }
36
40
  interface _Unknown extends _Utils {
37
41
  errorName: void;
38
42
  content: core.Fetcher.Error;
@@ -48,6 +52,7 @@ export declare namespace Error {
48
52
  httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
49
53
  cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => _Result;
50
54
  schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
55
+ invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
51
56
  _other: (value: core.Fetcher.Error) => _Result;
52
57
  }
53
58
  }
@@ -59,6 +64,7 @@ export declare const Error: {
59
64
  readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.create.Error.HttpRequestValidationsError;
60
65
  readonly cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => CandidApi.encounters.v4.create.Error.CashPayPayerError;
61
66
  readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure;
67
+ readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.create.Error.InvalidTagNamesError;
62
68
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.create.Error._Unknown;
63
69
  readonly _visit: <_Result>(value: CandidApi.encounters.v4.create.Error, visitor: CandidApi.encounters.v4.create.Error._Visitor<_Result>) => _Result;
64
70
  };
@@ -92,6 +92,15 @@ exports.Error = {
92
92
  },
93
93
  };
94
94
  },
95
+ invalidTagNamesError: (value) => {
96
+ return {
97
+ content: value,
98
+ errorName: "InvalidTagNamesError",
99
+ _visit: function (visitor) {
100
+ return CandidApi.encounters.v4.create.Error._visit(this, visitor);
101
+ },
102
+ };
103
+ },
95
104
  _unknown: (fetcherError) => {
96
105
  return {
97
106
  errorName: undefined,
@@ -117,6 +126,8 @@ exports.Error = {
117
126
  return visitor.cashPayPayerError(value.content);
118
127
  case "SchemaInstanceValidationHttpFailure":
119
128
  return visitor.schemaInstanceValidationHttpFailure(value.content);
129
+ case "InvalidTagNamesError":
130
+ return visitor.invalidTagNamesError(value.content);
120
131
  default:
121
132
  return visitor._other(value);
122
133
  }
@@ -105,7 +105,8 @@ import * as CandidApi from "../../../../../../index";
105
105
  * state: CandidApi.State.Ny,
106
106
  * zipCode: "10001",
107
107
  * zipPlusFourCode: "1234"
108
- * }
108
+ * },
109
+ * secondaryIdentification: "string"
109
110
  * },
110
111
  * subscriberPrimary: {
111
112
  * insuranceCard: {
@@ -68,7 +68,8 @@ import * as CandidApi from "../../../../../../index";
68
68
  * state: CandidApi.State.Ny,
69
69
  * zipCode: "10001",
70
70
  * zipPlusFourCode: "1234"
71
- * }
71
+ * },
72
+ * secondaryIdentification: "string"
72
73
  * },
73
74
  * diagnoses: [{
74
75
  * name: "string",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error._Unknown;
6
+ export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error.InvalidTagNamesError | CandidApi.encounters.v4.update.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface EncounterExternalIdUniquenessError extends _Utils {
9
9
  errorName: "EncounterExternalIdUniquenessError";
@@ -29,6 +29,10 @@ export declare namespace Error {
29
29
  errorName: "UnprocessableEntityError";
30
30
  content: CandidApi.UnprocessableEntityErrorMessage;
31
31
  }
32
+ interface InvalidTagNamesError extends _Utils {
33
+ errorName: "InvalidTagNamesError";
34
+ content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
35
+ }
32
36
  interface _Unknown extends _Utils {
33
37
  errorName: void;
34
38
  content: core.Fetcher.Error;
@@ -43,6 +47,7 @@ export declare namespace Error {
43
47
  httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
44
48
  schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
45
49
  unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
50
+ invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
46
51
  _other: (value: core.Fetcher.Error) => _Result;
47
52
  }
48
53
  }
@@ -53,6 +58,7 @@ export declare const Error: {
53
58
  readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.update.Error.HttpRequestValidationsError;
54
59
  readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure;
55
60
  readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.update.Error.UnprocessableEntityError;
61
+ readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.update.Error.InvalidTagNamesError;
56
62
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.update.Error._Unknown;
57
63
  readonly _visit: <_Result>(value: CandidApi.encounters.v4.update.Error, visitor: CandidApi.encounters.v4.update.Error._Visitor<_Result>) => _Result;
58
64
  };
@@ -83,6 +83,15 @@ exports.Error = {
83
83
  },
84
84
  };
85
85
  },
86
+ invalidTagNamesError: (value) => {
87
+ return {
88
+ content: value,
89
+ errorName: "InvalidTagNamesError",
90
+ _visit: function (visitor) {
91
+ return CandidApi.encounters.v4.update.Error._visit(this, visitor);
92
+ },
93
+ };
94
+ },
86
95
  _unknown: (fetcherError) => {
87
96
  return {
88
97
  errorName: undefined,
@@ -106,6 +115,8 @@ exports.Error = {
106
115
  return visitor.schemaInstanceValidationHttpFailure(value.content);
107
116
  case "UnprocessableEntityError":
108
117
  return visitor.unprocessableEntityError(value.content);
118
+ case "InvalidTagNamesError":
119
+ return visitor.invalidTagNamesError(value.content);
109
120
  default:
110
121
  return visitor._other(value);
111
122
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface NotImplementedErrorMessage {
5
- message?: string;
4
+ export interface InvalidTagNamesErrorType {
5
+ invalidTagNames: string[];
6
6
  }
@@ -33,6 +33,7 @@ export * from "./EncounterExternalIdUniquenessErrorType";
33
33
  export * from "./EncounterPatientControlNumberUniquenessErrorType";
34
34
  export * from "./EncounterGuarantorMissingContactInfoErrorType";
35
35
  export * from "./CashPayPayerErrorMessage";
36
+ export * from "./InvalidTagNamesErrorType";
36
37
  export * from "./ServiceAuthorizationExceptionCode";
37
38
  export * from "./SchemaInstanceValidationFailure";
38
39
  export * from "./KeyDoesNotExistError";
@@ -49,6 +49,7 @@ __exportStar(require("./EncounterExternalIdUniquenessErrorType"), exports);
49
49
  __exportStar(require("./EncounterPatientControlNumberUniquenessErrorType"), exports);
50
50
  __exportStar(require("./EncounterGuarantorMissingContactInfoErrorType"), exports);
51
51
  __exportStar(require("./CashPayPayerErrorMessage"), exports);
52
+ __exportStar(require("./InvalidTagNamesErrorType"), exports);
52
53
  __exportStar(require("./ServiceAuthorizationExceptionCode"), exports);
53
54
  __exportStar(require("./SchemaInstanceValidationFailure"), exports);
54
55
  __exportStar(require("./KeyDoesNotExistError"), exports);
@@ -79,7 +79,7 @@ class V1 {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "candidhealth",
82
- "X-Fern-SDK-Version": "0.37.0",
82
+ "X-Fern-SDK-Version": "0.38.1",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -96,7 +96,7 @@ class V2 {
96
96
  Authorization: yield this._getAuthorizationHeader(),
97
97
  "X-Fern-Language": "JavaScript",
98
98
  "X-Fern-SDK-Name": "candidhealth",
99
- "X-Fern-SDK-Version": "0.37.0",
99
+ "X-Fern-SDK-Version": "0.38.1",
100
100
  "X-Fern-Runtime": core.RUNTIME.type,
101
101
  "X-Fern-Runtime-Version": core.RUNTIME.version,
102
102
  },
@@ -189,7 +189,7 @@ class V2 {
189
189
  Authorization: yield this._getAuthorizationHeader(),
190
190
  "X-Fern-Language": "JavaScript",
191
191
  "X-Fern-SDK-Name": "candidhealth",
192
- "X-Fern-SDK-Version": "0.37.0",
192
+ "X-Fern-SDK-Version": "0.38.1",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -87,7 +87,7 @@ class V3 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.37.0",
90
+ "X-Fern-SDK-Version": "0.38.1",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.37.0",
85
+ "X-Fern-SDK-Version": "0.38.1",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -68,7 +68,7 @@ class V3 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.37.0",
71
+ "X-Fern-SDK-Version": "0.38.1",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -131,7 +131,7 @@ class V3 {
131
131
  Authorization: yield this._getAuthorizationHeader(),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "candidhealth",
134
- "X-Fern-SDK-Version": "0.37.0",
134
+ "X-Fern-SDK-Version": "0.38.1",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -274,7 +274,7 @@ class V3 {
274
274
  Authorization: yield this._getAuthorizationHeader(),
275
275
  "X-Fern-Language": "JavaScript",
276
276
  "X-Fern-SDK-Name": "candidhealth",
277
- "X-Fern-SDK-Version": "0.37.0",
277
+ "X-Fern-SDK-Version": "0.38.1",
278
278
  "X-Fern-Runtime": core.RUNTIME.type,
279
279
  "X-Fern-Runtime-Version": core.RUNTIME.version,
280
280
  },
@@ -401,7 +401,7 @@ class V3 {
401
401
  Authorization: yield this._getAuthorizationHeader(),
402
402
  "X-Fern-Language": "JavaScript",
403
403
  "X-Fern-SDK-Name": "candidhealth",
404
- "X-Fern-SDK-Version": "0.37.0",
404
+ "X-Fern-SDK-Version": "0.38.1",
405
405
  "X-Fern-Runtime": core.RUNTIME.type,
406
406
  "X-Fern-Runtime-Version": core.RUNTIME.version,
407
407
  },
@@ -449,7 +449,7 @@ class V3 {
449
449
  Authorization: yield this._getAuthorizationHeader(),
450
450
  "X-Fern-Language": "JavaScript",
451
451
  "X-Fern-SDK-Name": "candidhealth",
452
- "X-Fern-SDK-Version": "0.37.0",
452
+ "X-Fern-SDK-Version": "0.38.1",
453
453
  "X-Fern-Runtime": core.RUNTIME.type,
454
454
  "X-Fern-Runtime-Version": core.RUNTIME.version,
455
455
  },
@@ -531,7 +531,7 @@ class V3 {
531
531
  Authorization: yield this._getAuthorizationHeader(),
532
532
  "X-Fern-Language": "JavaScript",
533
533
  "X-Fern-SDK-Name": "candidhealth",
534
- "X-Fern-SDK-Version": "0.37.0",
534
+ "X-Fern-SDK-Version": "0.38.1",
535
535
  "X-Fern-Runtime": core.RUNTIME.type,
536
536
  "X-Fern-Runtime-Version": core.RUNTIME.version,
537
537
  },
@@ -596,7 +596,7 @@ class V3 {
596
596
  Authorization: yield this._getAuthorizationHeader(),
597
597
  "X-Fern-Language": "JavaScript",
598
598
  "X-Fern-SDK-Name": "candidhealth",
599
- "X-Fern-SDK-Version": "0.37.0",
599
+ "X-Fern-SDK-Version": "0.38.1",
600
600
  "X-Fern-Runtime": core.RUNTIME.type,
601
601
  "X-Fern-Runtime-Version": core.RUNTIME.version,
602
602
  },
@@ -652,7 +652,7 @@ class V3 {
652
652
  Authorization: yield this._getAuthorizationHeader(),
653
653
  "X-Fern-Language": "JavaScript",
654
654
  "X-Fern-SDK-Name": "candidhealth",
655
- "X-Fern-SDK-Version": "0.37.0",
655
+ "X-Fern-SDK-Version": "0.38.1",
656
656
  "X-Fern-Runtime": core.RUNTIME.type,
657
657
  "X-Fern-Runtime-Version": core.RUNTIME.version,
658
658
  },
@@ -709,7 +709,7 @@ class V3 {
709
709
  Authorization: yield this._getAuthorizationHeader(),
710
710
  "X-Fern-Language": "JavaScript",
711
711
  "X-Fern-SDK-Name": "candidhealth",
712
- "X-Fern-SDK-Version": "0.37.0",
712
+ "X-Fern-SDK-Version": "0.38.1",
713
713
  "X-Fern-Runtime": core.RUNTIME.type,
714
714
  "X-Fern-Runtime-Version": core.RUNTIME.version,
715
715
  },
@@ -762,7 +762,7 @@ class V3 {
762
762
  Authorization: yield this._getAuthorizationHeader(),
763
763
  "X-Fern-Language": "JavaScript",
764
764
  "X-Fern-SDK-Name": "candidhealth",
765
- "X-Fern-SDK-Version": "0.37.0",
765
+ "X-Fern-SDK-Version": "0.38.1",
766
766
  "X-Fern-Runtime": core.RUNTIME.type,
767
767
  "X-Fern-Runtime-Version": core.RUNTIME.version,
768
768
  },
@@ -89,7 +89,7 @@ class V1 {
89
89
  Authorization: yield this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.37.0",
92
+ "X-Fern-SDK-Version": "0.38.1",
93
93
  "X-Fern-Runtime": core.RUNTIME.type,
94
94
  "X-Fern-Runtime-Version": core.RUNTIME.version,
95
95
  },
@@ -152,7 +152,7 @@ class V1 {
152
152
  Authorization: yield this._getAuthorizationHeader(),
153
153
  "X-Fern-Language": "JavaScript",
154
154
  "X-Fern-SDK-Name": "candidhealth",
155
- "X-Fern-SDK-Version": "0.37.0",
155
+ "X-Fern-SDK-Version": "0.38.1",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -200,7 +200,7 @@ class V1 {
200
200
  Authorization: yield this._getAuthorizationHeader(),
201
201
  "X-Fern-Language": "JavaScript",
202
202
  "X-Fern-SDK-Name": "candidhealth",
203
- "X-Fern-SDK-Version": "0.37.0",
203
+ "X-Fern-SDK-Version": "0.38.1",
204
204
  "X-Fern-Runtime": core.RUNTIME.type,
205
205
  "X-Fern-Runtime-Version": core.RUNTIME.version,
206
206
  },
@@ -84,7 +84,7 @@ class V1 {
84
84
  Authorization: yield this._getAuthorizationHeader(),
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "candidhealth",
87
- "X-Fern-SDK-Version": "0.37.0",
87
+ "X-Fern-SDK-Version": "0.38.1",
88
88
  "X-Fern-Runtime": core.RUNTIME.type,
89
89
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
90
  },
@@ -197,7 +197,7 @@ class V1 {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "candidhealth",
200
- "X-Fern-SDK-Version": "0.37.0",
200
+ "X-Fern-SDK-Version": "0.38.1",
201
201
  "X-Fern-Runtime": core.RUNTIME.type,
202
202
  "X-Fern-Runtime-Version": core.RUNTIME.version,
203
203
  },
@@ -245,7 +245,7 @@ class V1 {
245
245
  Authorization: yield this._getAuthorizationHeader(),
246
246
  "X-Fern-Language": "JavaScript",
247
247
  "X-Fern-SDK-Name": "candidhealth",
248
- "X-Fern-SDK-Version": "0.37.0",
248
+ "X-Fern-SDK-Version": "0.38.1",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -322,7 +322,7 @@ class V1 {
322
322
  Authorization: yield this._getAuthorizationHeader(),
323
323
  "X-Fern-Language": "JavaScript",
324
324
  "X-Fern-SDK-Name": "candidhealth",
325
- "X-Fern-SDK-Version": "0.37.0",
325
+ "X-Fern-SDK-Version": "0.38.1",
326
326
  "X-Fern-Runtime": core.RUNTIME.type,
327
327
  "X-Fern-Runtime-Version": core.RUNTIME.version,
328
328
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.37.0",
71
+ "X-Fern-SDK-Version": "0.38.1",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -138,7 +138,7 @@ class V1 {
138
138
  Authorization: yield this._getAuthorizationHeader(),
139
139
  "X-Fern-Language": "JavaScript",
140
140
  "X-Fern-SDK-Name": "candidhealth",
141
- "X-Fern-SDK-Version": "0.37.0",
141
+ "X-Fern-SDK-Version": "0.38.1",
142
142
  "X-Fern-Runtime": core.RUNTIME.type,
143
143
  "X-Fern-Runtime-Version": core.RUNTIME.version,
144
144
  },
@@ -202,7 +202,7 @@ class V1 {
202
202
  Authorization: yield this._getAuthorizationHeader(),
203
203
  "X-Fern-Language": "JavaScript",
204
204
  "X-Fern-SDK-Name": "candidhealth",
205
- "X-Fern-SDK-Version": "0.37.0",
205
+ "X-Fern-SDK-Version": "0.38.1",
206
206
  "X-Fern-Runtime": core.RUNTIME.type,
207
207
  "X-Fern-Runtime-Version": core.RUNTIME.version,
208
208
  },