candidhealth 0.34.6 → 0.34.9

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 (214) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  3. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  4. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  5. package/api/resources/diagnoses/client/Client.js +3 -3
  6. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  7. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  8. package/api/resources/encounters/resources/v4/client/Client.d.ts +15 -4
  9. package/api/resources/encounters/resources/v4/client/Client.js +20 -9
  10. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -1
  11. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
  12. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
  13. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -0
  14. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  15. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -0
  16. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  17. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  18. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  19. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  20. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  21. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  22. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  23. package/api/resources/individual/types/Patient.d.ts +11 -0
  24. package/api/resources/individual/types/PatientCreate.d.ts +1 -0
  25. package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +21 -0
  26. package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
  27. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
  28. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
  29. package/api/resources/individual/types/PatientUpdate.d.ts +2 -0
  30. package/api/resources/individual/types/index.d.ts +2 -0
  31. package/api/resources/individual/types/index.js +2 -0
  32. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  33. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  34. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  35. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  36. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  37. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  38. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
  39. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
  40. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  41. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
  42. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
  43. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
  44. package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  45. package/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  46. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  47. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  48. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  49. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  50. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  51. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  52. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
  53. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
  54. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  55. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  56. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +34 -2
  57. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +42 -10
  58. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
  59. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  60. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +16 -2
  61. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -10
  62. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +8 -1
  63. package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  64. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  65. package/api/resources/serviceFacility/client/Client.js +1 -1
  66. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +15 -1
  67. package/api/resources/serviceLines/resources/v2/client/Client.js +18 -4
  68. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +3 -0
  69. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  70. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  71. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  72. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  73. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  74. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  75. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  76. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  77. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  78. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +15 -4
  79. package/dist/api/resources/encounters/resources/v4/client/Client.js +20 -9
  80. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -1
  81. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
  82. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
  83. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -0
  84. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  85. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -0
  86. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  87. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  88. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  89. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  90. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  91. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  92. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  93. package/dist/api/resources/individual/types/Patient.d.ts +11 -0
  94. package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -0
  95. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +21 -0
  96. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
  97. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
  98. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
  99. package/dist/api/resources/individual/types/PatientUpdate.d.ts +2 -0
  100. package/dist/api/resources/individual/types/index.d.ts +2 -0
  101. package/dist/api/resources/individual/types/index.js +2 -0
  102. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  103. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  104. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  105. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  106. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  107. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  108. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
  109. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
  110. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  111. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
  112. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
  113. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
  114. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  115. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  116. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  117. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  118. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  119. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  120. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  121. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  122. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
  123. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
  124. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  125. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  126. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +34 -2
  127. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +42 -10
  128. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
  129. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  130. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +16 -2
  131. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -10
  132. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +8 -1
  133. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  134. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  135. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  136. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +15 -1
  137. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +18 -4
  138. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +3 -0
  139. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  140. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  141. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  142. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  143. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  144. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  145. package/dist/serialization/resources/individual/types/Patient.d.ts +2 -0
  146. package/dist/serialization/resources/individual/types/Patient.js +2 -0
  147. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
  148. package/dist/serialization/resources/individual/types/PatientCreate.js +2 -0
  149. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
  150. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
  151. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
  152. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
  153. package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
  154. package/dist/serialization/resources/individual/types/PatientUpdate.js +2 -0
  155. package/dist/serialization/resources/individual/types/index.d.ts +2 -0
  156. package/dist/serialization/resources/individual/types/index.js +2 -0
  157. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  158. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  159. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
  160. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
  161. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
  162. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
  163. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  164. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  165. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
  166. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
  167. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  168. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  169. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
  170. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
  171. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  172. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  173. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
  174. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
  175. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -0
  176. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +4 -0
  177. package/package.json +1 -1
  178. package/reference.md +5555 -0
  179. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  180. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  181. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  182. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  183. package/serialization/resources/individual/types/Patient.d.ts +2 -0
  184. package/serialization/resources/individual/types/Patient.js +2 -0
  185. package/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
  186. package/serialization/resources/individual/types/PatientCreate.js +2 -0
  187. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
  188. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
  189. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
  190. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
  191. package/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
  192. package/serialization/resources/individual/types/PatientUpdate.js +2 -0
  193. package/serialization/resources/individual/types/index.d.ts +2 -0
  194. package/serialization/resources/individual/types/index.js +2 -0
  195. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  196. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  197. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
  198. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
  199. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
  200. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
  201. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  202. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  203. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
  204. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
  205. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  206. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  207. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
  208. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
  209. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  210. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  211. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
  212. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
  213. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -0
  214. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +4 -0
@@ -13,6 +13,10 @@ import * as CandidApi from "../../../../../../index";
13
13
  * phoneConsent: true,
14
14
  * email: CandidApi.Email("johndoe@joincandidhealth.com"),
15
15
  * nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
16
+ * nonInsurancePayersInfo: [{
17
+ * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
18
+ * memberId: "string"
19
+ * }],
16
20
  * emailConsent: true,
17
21
  * externalId: "string",
18
22
  * dateOfBirth: "2023-01-15",
@@ -355,7 +359,8 @@ import * as CandidApi from "../../../../../../index";
355
359
  * dischargeDate: "2023-01-15",
356
360
  * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
357
361
  * lastMenstrualPeriodDate: "2023-01-15",
358
- * delayReasonCode: CandidApi.DelayReasonCode.C1
362
+ * delayReasonCode: CandidApi.DelayReasonCode.C1,
363
+ * referralNumber: "string"
359
364
  * }
360
365
  */
361
366
  export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
@@ -238,7 +238,8 @@ import * as CandidApi from "../../../../../../index";
238
238
  * dischargeDate: "2023-01-15",
239
239
  * onsetOfCurrentIllnessOrSymptomDate: "2023-01-15",
240
240
  * lastMenstrualPeriodDate: "2023-01-15",
241
- * delayReasonCode: CandidApi.DelayReasonCode.C1
241
+ * delayReasonCode: CandidApi.DelayReasonCode.C1,
242
+ * referralNumber: "string"
242
243
  * }
243
244
  */
244
245
  export interface EncounterCreateFromPreEncounter extends CandidApi.encounters.v4.EncounterBase {
@@ -122,7 +122,11 @@ import * as CandidApi from "../../../../../../index";
122
122
  * phoneConsent: true,
123
123
  * email: CandidApi.Email("johndoe@joincandidhealth.com"),
124
124
  * emailConsent: true,
125
- * nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
125
+ * nonInsurancePayers: [CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")],
126
+ * nonInsurancePayersInfo: [{
127
+ * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
128
+ * memberId: "string"
129
+ * }]
126
130
  * },
127
131
  * patientAuthorizedRelease: true,
128
132
  * schemaInstances: [{
@@ -259,7 +263,8 @@ import * as CandidApi from "../../../../../../index";
259
263
  * firstName: "string",
260
264
  * lastName: "string",
261
265
  * organizationName: "string"
262
- * }
266
+ * },
267
+ * referralNumber: "string"
263
268
  * }
264
269
  */
265
270
  export interface EncounterUpdate {
@@ -466,4 +471,9 @@ export interface EncounterUpdate {
466
471
  *
467
472
  */
468
473
  initialReferringProvider?: CandidApi.encounterProviders.v2.InitialReferringProviderUpdate;
474
+ /**
475
+ * Refers to REF*9F on the 837p. Value cannot be greater than 50 characters.
476
+ *
477
+ */
478
+ referralNumber?: string;
469
479
  }
@@ -98,6 +98,16 @@ import * as CandidApi from "../../../../../index";
98
98
  * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
99
99
  * enabled: true
100
100
  * }],
101
+ * nonInsurancePayersInfo: [{
102
+ * nonInsurancePayer: {
103
+ * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("EB7623AB-D5BC-4B25-B257-2B8FCEC578DE"),
104
+ * name: "Sunrise Foundation",
105
+ * category: "Foundation",
106
+ * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
107
+ * enabled: true
108
+ * },
109
+ * memberId: "123456789"
110
+ * }],
101
111
  * phoneConsent: true,
102
112
  * email: CandidApi.Email("johndoe@joincandidhealth.com"),
103
113
  * emailConsent: true,
@@ -106,4 +106,6 @@ export interface EncounterBase {
106
106
  * Code indicating the reason why a request was delayed
107
107
  */
108
108
  delayReasonCode?: CandidApi.DelayReasonCode;
109
+ /** Refers to REF\*9F on the 837p. Value cannot be greater than 50 characters. */
110
+ referralNumber?: string;
109
111
  }
@@ -99,6 +99,16 @@ import * as CandidApi from "../../../../../index";
99
99
  * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
100
100
  * enabled: true
101
101
  * }],
102
+ * nonInsurancePayersInfo: [{
103
+ * nonInsurancePayer: {
104
+ * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("EB7623AB-D5BC-4B25-B257-2B8FCEC578DE"),
105
+ * name: "Sunrise Foundation",
106
+ * category: "Foundation",
107
+ * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
108
+ * enabled: true
109
+ * },
110
+ * memberId: "123456789"
111
+ * }],
102
112
  * phoneConsent: true,
103
113
  * email: CandidApi.Email("johndoe@joincandidhealth.com"),
104
114
  * emailConsent: true,
@@ -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.34.6",
82
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
99
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
192
+ "X-Fern-SDK-Version": "0.34.9",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -86,7 +86,7 @@ class V3 {
86
86
  Authorization: yield this._getAuthorizationHeader(),
87
87
  "X-Fern-Language": "JavaScript",
88
88
  "X-Fern-SDK-Name": "candidhealth",
89
- "X-Fern-SDK-Version": "0.34.6",
89
+ "X-Fern-SDK-Version": "0.34.9",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.34.6",
85
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
71
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
134
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
277
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
404
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
452
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
534
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
599
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
655
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
712
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
765
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
92
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
155
+ "X-Fern-SDK-Version": "0.34.9",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -220,7 +220,7 @@ class V1 {
220
220
  Authorization: yield this._getAuthorizationHeader(),
221
221
  "X-Fern-Language": "JavaScript",
222
222
  "X-Fern-SDK-Name": "candidhealth",
223
- "X-Fern-SDK-Version": "0.34.6",
223
+ "X-Fern-SDK-Version": "0.34.9",
224
224
  "X-Fern-Runtime": core.RUNTIME.type,
225
225
  "X-Fern-Runtime-Version": core.RUNTIME.version,
226
226
  },
@@ -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.34.6",
87
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
200
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
248
+ "X-Fern-SDK-Version": "0.34.9",
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.34.6",
325
+ "X-Fern-SDK-Version": "0.34.9",
326
326
  "X-Fern-Runtime": core.RUNTIME.type,
327
327
  "X-Fern-Runtime-Version": core.RUNTIME.version,
328
328
  },
@@ -17,6 +17,16 @@ import * as CandidApi from "../../../index";
17
17
  * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
18
18
  * enabled: true
19
19
  * }],
20
+ * nonInsurancePayersInfo: [{
21
+ * nonInsurancePayer: {
22
+ * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("EB7623AB-D5BC-4B25-B257-2B8FCEC578DE"),
23
+ * name: "Sunrise Foundation",
24
+ * category: "Foundation",
25
+ * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
26
+ * enabled: true
27
+ * },
28
+ * memberId: "123456789"
29
+ * }],
20
30
  * phoneConsent: true,
21
31
  * email: CandidApi.Email("johndoe@joincandidhealth.com"),
22
32
  * emailConsent: true,
@@ -42,4 +52,5 @@ export interface Patient extends CandidApi.PatientBase {
42
52
  email?: CandidApi.Email;
43
53
  emailConsent: boolean;
44
54
  nonInsurancePayers: CandidApi.nonInsurancePayers.v1.NonInsurancePayer[];
55
+ nonInsurancePayersInfo: CandidApi.PatientNonInsurancePayerInfo[];
45
56
  }
@@ -8,6 +8,7 @@ export interface PatientCreate extends CandidApi.PatientBase {
8
8
  phoneConsent?: boolean;
9
9
  email?: CandidApi.Email;
10
10
  nonInsurancePayers?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId[];
11
+ nonInsurancePayersInfo?: CandidApi.PatientNonInsurancePayerInfoCreate[];
11
12
  /** Defaults to false */
12
13
  emailConsent?: boolean;
13
14
  }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../index";
5
+ /**
6
+ * @example
7
+ * {
8
+ * nonInsurancePayer: {
9
+ * nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId("EB7623AB-D5BC-4B25-B257-2B8FCEC578DE"),
10
+ * name: "Sunrise Foundation",
11
+ * category: "Foundation",
12
+ * description: "Sunrise Foundation is a non-profit organization that provides financial assistance to patients in need.",
13
+ * enabled: true
14
+ * },
15
+ * memberId: "123456789"
16
+ * }
17
+ */
18
+ export interface PatientNonInsurancePayerInfo {
19
+ nonInsurancePayer: CandidApi.nonInsurancePayers.v1.NonInsurancePayer;
20
+ memberId?: string;
21
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../index";
5
+ export interface PatientNonInsurancePayerInfoCreate {
6
+ nonInsurancePayerId: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId;
7
+ memberId?: string;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -18,4 +18,6 @@ export interface PatientUpdate {
18
18
  emailConsent?: boolean;
19
19
  /** On update, we will replace the existing list of non-insurance payers with the new list if populated. */
20
20
  nonInsurancePayers?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerId[];
21
+ /** On update, we will replace the existing list of non-insurance payers with the new list if populated. */
22
+ nonInsurancePayersInfo?: CandidApi.PatientNonInsurancePayerInfoCreate[];
21
23
  }
@@ -3,6 +3,8 @@ export * from "./IndividualBase";
3
3
  export * from "./SubscriberBase";
4
4
  export * from "./SubscriberCreate";
5
5
  export * from "./Subscriber";
6
+ export * from "./PatientNonInsurancePayerInfoCreate";
7
+ export * from "./PatientNonInsurancePayerInfo";
6
8
  export * from "./PatientCreate";
7
9
  export * from "./PatientUpdate";
8
10
  export * from "./PatientBase";
@@ -19,6 +19,8 @@ __exportStar(require("./IndividualBase"), exports);
19
19
  __exportStar(require("./SubscriberBase"), exports);
20
20
  __exportStar(require("./SubscriberCreate"), exports);
21
21
  __exportStar(require("./Subscriber"), exports);
22
+ __exportStar(require("./PatientNonInsurancePayerInfoCreate"), exports);
23
+ __exportStar(require("./PatientNonInsurancePayerInfo"), exports);
22
24
  __exportStar(require("./PatientCreate"), exports);
23
25
  __exportStar(require("./PatientUpdate"), exports);
24
26
  __exportStar(require("./PatientBase"), exports);
@@ -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.34.6",
71
+ "X-Fern-SDK-Version": "0.34.9",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -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.34.6",
155
+ "X-Fern-SDK-Version": "0.34.9",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -216,7 +216,7 @@ class V1 {
216
216
  Authorization: yield this._getAuthorizationHeader(),
217
217
  "X-Fern-Language": "JavaScript",
218
218
  "X-Fern-SDK-Name": "candidhealth",
219
- "X-Fern-SDK-Version": "0.34.6",
219
+ "X-Fern-SDK-Version": "0.34.9",
220
220
  "X-Fern-Runtime": core.RUNTIME.type,
221
221
  "X-Fern-Runtime-Version": core.RUNTIME.version,
222
222
  },
@@ -103,7 +103,7 @@ class V1 {
103
103
  Authorization: yield this._getAuthorizationHeader(),
104
104
  "X-Fern-Language": "JavaScript",
105
105
  "X-Fern-SDK-Name": "candidhealth",
106
- "X-Fern-SDK-Version": "0.34.6",
106
+ "X-Fern-SDK-Version": "0.34.9",
107
107
  "X-Fern-Runtime": core.RUNTIME.type,
108
108
  "X-Fern-Runtime-Version": core.RUNTIME.version,
109
109
  },
@@ -167,7 +167,7 @@ class V1 {
167
167
  Authorization: yield this._getAuthorizationHeader(),
168
168
  "X-Fern-Language": "JavaScript",
169
169
  "X-Fern-SDK-Name": "candidhealth",
170
- "X-Fern-SDK-Version": "0.34.6",
170
+ "X-Fern-SDK-Version": "0.34.9",
171
171
  "X-Fern-Runtime": core.RUNTIME.type,
172
172
  "X-Fern-Runtime-Version": core.RUNTIME.version,
173
173
  },
@@ -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.34.6",
248
+ "X-Fern-SDK-Version": "0.34.9",
249
249
  "X-Fern-Runtime": core.RUNTIME.type,
250
250
  "X-Fern-Runtime-Version": core.RUNTIME.version,
251
251
  },
@@ -319,7 +319,7 @@ class V1 {
319
319
  Authorization: yield this._getAuthorizationHeader(),
320
320
  "X-Fern-Language": "JavaScript",
321
321
  "X-Fern-SDK-Name": "candidhealth",
322
- "X-Fern-SDK-Version": "0.34.6",
322
+ "X-Fern-SDK-Version": "0.34.9",
323
323
  "X-Fern-Runtime": core.RUNTIME.type,
324
324
  "X-Fern-Runtime-Version": core.RUNTIME.version,
325
325
  },
@@ -387,7 +387,7 @@ class V1 {
387
387
  Authorization: yield this._getAuthorizationHeader(),
388
388
  "X-Fern-Language": "JavaScript",
389
389
  "X-Fern-SDK-Name": "candidhealth",
390
- "X-Fern-SDK-Version": "0.34.6",
390
+ "X-Fern-SDK-Version": "0.34.9",
391
391
  "X-Fern-Runtime": core.RUNTIME.type,
392
392
  "X-Fern-Runtime-Version": core.RUNTIME.version,
393
393
  },
@@ -104,7 +104,7 @@ class V1 {
104
104
  Authorization: yield this._getAuthorizationHeader(),
105
105
  "X-Fern-Language": "JavaScript",
106
106
  "X-Fern-SDK-Name": "candidhealth",
107
- "X-Fern-SDK-Version": "0.34.6",
107
+ "X-Fern-SDK-Version": "0.34.9",
108
108
  "X-Fern-Runtime": core.RUNTIME.type,
109
109
  "X-Fern-Runtime-Version": core.RUNTIME.version,
110
110
  },
@@ -168,7 +168,7 @@ class V1 {
168
168
  Authorization: yield this._getAuthorizationHeader(),
169
169
  "X-Fern-Language": "JavaScript",
170
170
  "X-Fern-SDK-Name": "candidhealth",
171
- "X-Fern-SDK-Version": "0.34.6",
171
+ "X-Fern-SDK-Version": "0.34.9",
172
172
  "X-Fern-Runtime": core.RUNTIME.type,
173
173
  "X-Fern-Runtime-Version": core.RUNTIME.version,
174
174
  },
@@ -247,7 +247,7 @@ class V1 {
247
247
  Authorization: yield this._getAuthorizationHeader(),
248
248
  "X-Fern-Language": "JavaScript",
249
249
  "X-Fern-SDK-Name": "candidhealth",
250
- "X-Fern-SDK-Version": "0.34.6",
250
+ "X-Fern-SDK-Version": "0.34.9",
251
251
  "X-Fern-Runtime": core.RUNTIME.type,
252
252
  "X-Fern-Runtime-Version": core.RUNTIME.version,
253
253
  },
@@ -325,7 +325,7 @@ class V1 {
325
325
  Authorization: yield this._getAuthorizationHeader(),
326
326
  "X-Fern-Language": "JavaScript",
327
327
  "X-Fern-SDK-Name": "candidhealth",
328
- "X-Fern-SDK-Version": "0.34.6",
328
+ "X-Fern-SDK-Version": "0.34.9",
329
329
  "X-Fern-Runtime": core.RUNTIME.type,
330
330
  "X-Fern-Runtime-Version": core.RUNTIME.version,
331
331
  },
@@ -393,7 +393,7 @@ class V1 {
393
393
  Authorization: yield this._getAuthorizationHeader(),
394
394
  "X-Fern-Language": "JavaScript",
395
395
  "X-Fern-SDK-Name": "candidhealth",
396
- "X-Fern-SDK-Version": "0.34.6",
396
+ "X-Fern-SDK-Version": "0.34.9",
397
397
  "X-Fern-Runtime": core.RUNTIME.type,
398
398
  "X-Fern-Runtime-Version": core.RUNTIME.version,
399
399
  },
@@ -85,7 +85,7 @@ class V1 {
85
85
  Authorization: yield this._getAuthorizationHeader(),
86
86
  "X-Fern-Language": "JavaScript",
87
87
  "X-Fern-SDK-Name": "candidhealth",
88
- "X-Fern-SDK-Version": "0.34.6",
88
+ "X-Fern-SDK-Version": "0.34.9",
89
89
  "X-Fern-Runtime": core.RUNTIME.type,
90
90
  "X-Fern-Runtime-Version": core.RUNTIME.version,
91
91
  },
@@ -104,7 +104,7 @@ class V1 {
104
104
  Authorization: yield this._getAuthorizationHeader(),
105
105
  "X-Fern-Language": "JavaScript",
106
106
  "X-Fern-SDK-Name": "candidhealth",
107
- "X-Fern-SDK-Version": "0.34.6",
107
+ "X-Fern-SDK-Version": "0.34.9",
108
108
  "X-Fern-Runtime": core.RUNTIME.type,
109
109
  "X-Fern-Runtime-Version": core.RUNTIME.version,
110
110
  },
@@ -166,7 +166,7 @@ class V1 {
166
166
  Authorization: yield this._getAuthorizationHeader(),
167
167
  "X-Fern-Language": "JavaScript",
168
168
  "X-Fern-SDK-Name": "candidhealth",
169
- "X-Fern-SDK-Version": "0.34.6",
169
+ "X-Fern-SDK-Version": "0.34.9",
170
170
  "X-Fern-Runtime": core.RUNTIME.type,
171
171
  "X-Fern-Runtime-Version": core.RUNTIME.version,
172
172
  },
@@ -239,7 +239,7 @@ class V1 {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "candidhealth",
242
- "X-Fern-SDK-Version": "0.34.6",
242
+ "X-Fern-SDK-Version": "0.34.9",
243
243
  "X-Fern-Runtime": core.RUNTIME.type,
244
244
  "X-Fern-Runtime-Version": core.RUNTIME.version,
245
245
  },
@@ -313,7 +313,7 @@ class V1 {
313
313
  Authorization: yield this._getAuthorizationHeader(),
314
314
  "X-Fern-Language": "JavaScript",
315
315
  "X-Fern-SDK-Name": "candidhealth",
316
- "X-Fern-SDK-Version": "0.34.6",
316
+ "X-Fern-SDK-Version": "0.34.9",
317
317
  "X-Fern-Runtime": core.RUNTIME.type,
318
318
  "X-Fern-Runtime-Version": core.RUNTIME.version,
319
319
  },
@@ -378,7 +378,7 @@ class V1 {
378
378
  Authorization: yield this._getAuthorizationHeader(),
379
379
  "X-Fern-Language": "JavaScript",
380
380
  "X-Fern-SDK-Name": "candidhealth",
381
- "X-Fern-SDK-Version": "0.34.6",
381
+ "X-Fern-SDK-Version": "0.34.9",
382
382
  "X-Fern-Runtime": core.RUNTIME.type,
383
383
  "X-Fern-Runtime-Version": core.RUNTIME.version,
384
384
  },