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
@@ -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
  },
@@ -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
  },
@@ -243,7 +243,7 @@ class V1 {
243
243
  Authorization: yield this._getAuthorizationHeader(),
244
244
  "X-Fern-Language": "JavaScript",
245
245
  "X-Fern-SDK-Name": "candidhealth",
246
- "X-Fern-SDK-Version": "0.34.6",
246
+ "X-Fern-SDK-Version": "0.34.9",
247
247
  "X-Fern-Runtime": core.RUNTIME.type,
248
248
  "X-Fern-Runtime-Version": core.RUNTIME.version,
249
249
  },
@@ -324,7 +324,7 @@ class V1 {
324
324
  Authorization: yield this._getAuthorizationHeader(),
325
325
  "X-Fern-Language": "JavaScript",
326
326
  "X-Fern-SDK-Name": "candidhealth",
327
- "X-Fern-SDK-Version": "0.34.6",
327
+ "X-Fern-SDK-Version": "0.34.9",
328
328
  "X-Fern-Runtime": core.RUNTIME.type,
329
329
  "X-Fern-Runtime-Version": core.RUNTIME.version,
330
330
  },
@@ -389,7 +389,7 @@ class V1 {
389
389
  Authorization: yield this._getAuthorizationHeader(),
390
390
  "X-Fern-Language": "JavaScript",
391
391
  "X-Fern-SDK-Name": "candidhealth",
392
- "X-Fern-SDK-Version": "0.34.6",
392
+ "X-Fern-SDK-Version": "0.34.9",
393
393
  "X-Fern-Runtime": core.RUNTIME.type,
394
394
  "X-Fern-Runtime-Version": core.RUNTIME.version,
395
395
  },
@@ -29,7 +29,15 @@ export declare class V1 {
29
29
  * await client.nonInsurancePayers.v1.create({
30
30
  * name: "string",
31
31
  * description: "string",
32
- * category: "string"
32
+ * category: "string",
33
+ * address: {
34
+ * address1: "123 Main St",
35
+ * address2: "Apt 1",
36
+ * city: "New York",
37
+ * state: CandidApi.State.Ny,
38
+ * zipCode: "10001",
39
+ * zipPlusFourCode: "1234"
40
+ * }
33
41
  * })
34
42
  */
35
43
  create(request: CandidApi.nonInsurancePayers.v1.CreateNonInsurancePayerRequest, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.nonInsurancePayers.v1.NonInsurancePayer, CandidApi.nonInsurancePayers.v1.create.Error>>;
@@ -81,6 +89,9 @@ export declare class V1 {
81
89
  * },
82
90
  * category: {
83
91
  * type: "remove"
92
+ * },
93
+ * address: {
94
+ * type: "remove"
84
95
  * }
85
96
  * })
86
97
  */
@@ -56,7 +56,15 @@ class V1 {
56
56
  * await client.nonInsurancePayers.v1.create({
57
57
  * name: "string",
58
58
  * description: "string",
59
- * category: "string"
59
+ * category: "string",
60
+ * address: {
61
+ * address1: "123 Main St",
62
+ * address2: "Apt 1",
63
+ * city: "New York",
64
+ * state: CandidApi.State.Ny,
65
+ * zipCode: "10001",
66
+ * zipPlusFourCode: "1234"
67
+ * }
60
68
  * })
61
69
  */
62
70
  create(request, requestOptions) {
@@ -70,7 +78,7 @@ class V1 {
70
78
  Authorization: yield this._getAuthorizationHeader(),
71
79
  "X-Fern-Language": "JavaScript",
72
80
  "X-Fern-SDK-Name": "candidhealth",
73
- "X-Fern-SDK-Version": "0.34.6",
81
+ "X-Fern-SDK-Version": "0.34.9",
74
82
  "X-Fern-Runtime": core.RUNTIME.type,
75
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
84
  },
@@ -136,7 +144,7 @@ class V1 {
136
144
  Authorization: yield this._getAuthorizationHeader(),
137
145
  "X-Fern-Language": "JavaScript",
138
146
  "X-Fern-SDK-Name": "candidhealth",
139
- "X-Fern-SDK-Version": "0.34.6",
147
+ "X-Fern-SDK-Version": "0.34.9",
140
148
  "X-Fern-Runtime": core.RUNTIME.type,
141
149
  "X-Fern-Runtime-Version": core.RUNTIME.version,
142
150
  },
@@ -229,7 +237,7 @@ class V1 {
229
237
  Authorization: yield this._getAuthorizationHeader(),
230
238
  "X-Fern-Language": "JavaScript",
231
239
  "X-Fern-SDK-Name": "candidhealth",
232
- "X-Fern-SDK-Version": "0.34.6",
240
+ "X-Fern-SDK-Version": "0.34.9",
233
241
  "X-Fern-Runtime": core.RUNTIME.type,
234
242
  "X-Fern-Runtime-Version": core.RUNTIME.version,
235
243
  },
@@ -289,7 +297,7 @@ class V1 {
289
297
  Authorization: yield this._getAuthorizationHeader(),
290
298
  "X-Fern-Language": "JavaScript",
291
299
  "X-Fern-SDK-Name": "candidhealth",
292
- "X-Fern-SDK-Version": "0.34.6",
300
+ "X-Fern-SDK-Version": "0.34.9",
293
301
  "X-Fern-Runtime": core.RUNTIME.type,
294
302
  "X-Fern-Runtime-Version": core.RUNTIME.version,
295
303
  },
@@ -343,6 +351,9 @@ class V1 {
343
351
  * },
344
352
  * category: {
345
353
  * type: "remove"
354
+ * },
355
+ * address: {
356
+ * type: "remove"
346
357
  * }
347
358
  * })
348
359
  */
@@ -357,7 +368,7 @@ class V1 {
357
368
  Authorization: yield this._getAuthorizationHeader(),
358
369
  "X-Fern-Language": "JavaScript",
359
370
  "X-Fern-SDK-Name": "candidhealth",
360
- "X-Fern-SDK-Version": "0.34.6",
371
+ "X-Fern-SDK-Version": "0.34.9",
361
372
  "X-Fern-Runtime": core.RUNTIME.type,
362
373
  "X-Fern-Runtime-Version": core.RUNTIME.version,
363
374
  },
@@ -420,7 +431,7 @@ class V1 {
420
431
  Authorization: yield this._getAuthorizationHeader(),
421
432
  "X-Fern-Language": "JavaScript",
422
433
  "X-Fern-SDK-Name": "candidhealth",
423
- "X-Fern-SDK-Version": "0.34.6",
434
+ "X-Fern-SDK-Version": "0.34.9",
424
435
  "X-Fern-Runtime": core.RUNTIME.type,
425
436
  "X-Fern-Runtime-Version": core.RUNTIME.version,
426
437
  },
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as CandidApi from "../../../../../index";
4
5
  export interface CreateNonInsurancePayerRequest {
5
6
  /** Max 50 characters allowed */
6
7
  name: string;
@@ -8,4 +9,5 @@ export interface CreateNonInsurancePayerRequest {
8
9
  description?: string;
9
10
  /** Max 255 characters allowed */
10
11
  category?: string;
12
+ address?: CandidApi.StreetAddressShortZip;
11
13
  }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as CandidApi from "../../../../../index";
5
+ export declare type NonInsurancePayerAddressUpdate = CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Remove | CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Set;
6
+ export declare namespace NonInsurancePayerAddressUpdate {
7
+ interface Remove {
8
+ type: "remove";
9
+ }
10
+ interface Set {
11
+ type: "set";
12
+ value?: CandidApi.StreetAddressShortZip;
13
+ }
14
+ }
@@ -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 });
@@ -7,4 +7,5 @@ export interface NonInsurancePayerUpdateRequest {
7
7
  name?: string;
8
8
  description?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerDescriptionUpdate;
9
9
  category?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerCategoryUpdate;
10
+ address?: CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate;
10
11
  }
@@ -5,5 +5,6 @@ export * from "./NonInsurancePayerPage";
5
5
  export * from "./NonInsurancePayerSortField";
6
6
  export * from "./NonInsurancePayerDescriptionUpdate";
7
7
  export * from "./NonInsurancePayerCategoryUpdate";
8
+ export * from "./NonInsurancePayerAddressUpdate";
8
9
  export * from "./ToggleNonInsurancePayerEnablementRequest";
9
10
  export * from "./NonInsurancePayerUpdateRequest";