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
@@ -21,5 +21,6 @@ __exportStar(require("./NonInsurancePayerPage"), exports);
21
21
  __exportStar(require("./NonInsurancePayerSortField"), exports);
22
22
  __exportStar(require("./NonInsurancePayerDescriptionUpdate"), exports);
23
23
  __exportStar(require("./NonInsurancePayerCategoryUpdate"), exports);
24
+ __exportStar(require("./NonInsurancePayerAddressUpdate"), exports);
24
25
  __exportStar(require("./ToggleNonInsurancePayerEnablementRequest"), exports);
25
26
  __exportStar(require("./NonInsurancePayerUpdateRequest"), exports);
@@ -66,7 +66,7 @@ class V3 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.34.6",
69
+ "X-Fern-SDK-Version": "0.34.9",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -156,7 +156,7 @@ class V3 {
156
156
  Authorization: yield this._getAuthorizationHeader(),
157
157
  "X-Fern-Language": "JavaScript",
158
158
  "X-Fern-SDK-Name": "candidhealth",
159
- "X-Fern-SDK-Version": "0.34.6",
159
+ "X-Fern-SDK-Version": "0.34.9",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -238,7 +238,7 @@ class V3 {
238
238
  Authorization: yield this._getAuthorizationHeader(),
239
239
  "X-Fern-Language": "JavaScript",
240
240
  "X-Fern-SDK-Name": "candidhealth",
241
- "X-Fern-SDK-Version": "0.34.6",
241
+ "X-Fern-SDK-Version": "0.34.9",
242
242
  "X-Fern-Runtime": core.RUNTIME.type,
243
243
  "X-Fern-Runtime-Version": core.RUNTIME.version,
244
244
  },
@@ -339,7 +339,7 @@ class V3 {
339
339
  Authorization: yield this._getAuthorizationHeader(),
340
340
  "X-Fern-Language": "JavaScript",
341
341
  "X-Fern-SDK-Name": "candidhealth",
342
- "X-Fern-SDK-Version": "0.34.6",
342
+ "X-Fern-SDK-Version": "0.34.9",
343
343
  "X-Fern-Runtime": core.RUNTIME.type,
344
344
  "X-Fern-Runtime-Version": core.RUNTIME.version,
345
345
  },
@@ -66,7 +66,7 @@ class V2 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.34.6",
69
+ "X-Fern-SDK-Version": "0.34.9",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -140,7 +140,7 @@ class V2 {
140
140
  Authorization: yield this._getAuthorizationHeader(),
141
141
  "X-Fern-Language": "JavaScript",
142
142
  "X-Fern-SDK-Name": "candidhealth",
143
- "X-Fern-SDK-Version": "0.34.6",
143
+ "X-Fern-SDK-Version": "0.34.9",
144
144
  "X-Fern-Runtime": core.RUNTIME.type,
145
145
  "X-Fern-Runtime-Version": core.RUNTIME.version,
146
146
  },
@@ -204,7 +204,7 @@ class V2 {
204
204
  Authorization: yield this._getAuthorizationHeader(),
205
205
  "X-Fern-Language": "JavaScript",
206
206
  "X-Fern-SDK-Name": "candidhealth",
207
- "X-Fern-SDK-Version": "0.34.6",
207
+ "X-Fern-SDK-Version": "0.34.9",
208
208
  "X-Fern-Runtime": core.RUNTIME.type,
209
209
  "X-Fern-Runtime-Version": core.RUNTIME.version,
210
210
  },
@@ -285,7 +285,7 @@ class V2 {
285
285
  Authorization: yield this._getAuthorizationHeader(),
286
286
  "X-Fern-Language": "JavaScript",
287
287
  "X-Fern-SDK-Name": "candidhealth",
288
- "X-Fern-SDK-Version": "0.34.6",
288
+ "X-Fern-SDK-Version": "0.34.9",
289
289
  "X-Fern-Runtime": core.RUNTIME.type,
290
290
  "X-Fern-Runtime-Version": core.RUNTIME.version,
291
291
  },
@@ -348,7 +348,7 @@ class V2 {
348
348
  Authorization: yield this._getAuthorizationHeader(),
349
349
  "X-Fern-Language": "JavaScript",
350
350
  "X-Fern-SDK-Name": "candidhealth",
351
- "X-Fern-SDK-Version": "0.34.6",
351
+ "X-Fern-SDK-Version": "0.34.9",
352
352
  "X-Fern-Runtime": core.RUNTIME.type,
353
353
  "X-Fern-Runtime-Version": core.RUNTIME.version,
354
354
  },
@@ -121,7 +121,7 @@ class V4 {
121
121
  Authorization: yield this._getAuthorizationHeader(),
122
122
  "X-Fern-Language": "JavaScript",
123
123
  "X-Fern-SDK-Name": "candidhealth",
124
- "X-Fern-SDK-Version": "0.34.6",
124
+ "X-Fern-SDK-Version": "0.34.9",
125
125
  "X-Fern-Runtime": core.RUNTIME.type,
126
126
  "X-Fern-Runtime-Version": core.RUNTIME.version,
127
127
  },
@@ -184,7 +184,7 @@ class V4 {
184
184
  Authorization: yield this._getAuthorizationHeader(),
185
185
  "X-Fern-Language": "JavaScript",
186
186
  "X-Fern-SDK-Name": "candidhealth",
187
- "X-Fern-SDK-Version": "0.34.6",
187
+ "X-Fern-SDK-Version": "0.34.9",
188
188
  "X-Fern-Runtime": core.RUNTIME.type,
189
189
  "X-Fern-Runtime-Version": core.RUNTIME.version,
190
190
  },
@@ -261,7 +261,7 @@ class V4 {
261
261
  Authorization: yield this._getAuthorizationHeader(),
262
262
  "X-Fern-Language": "JavaScript",
263
263
  "X-Fern-SDK-Name": "candidhealth",
264
- "X-Fern-SDK-Version": "0.34.6",
264
+ "X-Fern-SDK-Version": "0.34.9",
265
265
  "X-Fern-Runtime": core.RUNTIME.type,
266
266
  "X-Fern-Runtime-Version": core.RUNTIME.version,
267
267
  },
@@ -338,7 +338,7 @@ class V4 {
338
338
  Authorization: yield this._getAuthorizationHeader(),
339
339
  "X-Fern-Language": "JavaScript",
340
340
  "X-Fern-SDK-Name": "candidhealth",
341
- "X-Fern-SDK-Version": "0.34.6",
341
+ "X-Fern-SDK-Version": "0.34.9",
342
342
  "X-Fern-Runtime": core.RUNTIME.type,
343
343
  "X-Fern-Runtime-Version": core.RUNTIME.version,
344
344
  },
@@ -404,7 +404,7 @@ class V4 {
404
404
  Authorization: yield this._getAuthorizationHeader(),
405
405
  "X-Fern-Language": "JavaScript",
406
406
  "X-Fern-SDK-Name": "candidhealth",
407
- "X-Fern-SDK-Version": "0.34.6",
407
+ "X-Fern-SDK-Version": "0.34.9",
408
408
  "X-Fern-Runtime": core.RUNTIME.type,
409
409
  "X-Fern-Runtime-Version": core.RUNTIME.version,
410
410
  },
@@ -121,7 +121,7 @@ class V1 {
121
121
  Authorization: yield this._getAuthorizationHeader(),
122
122
  "X-Fern-Language": "JavaScript",
123
123
  "X-Fern-SDK-Name": "candidhealth",
124
- "X-Fern-SDK-Version": "0.34.6",
124
+ "X-Fern-SDK-Version": "0.34.9",
125
125
  "X-Fern-Runtime": core.RUNTIME.type,
126
126
  "X-Fern-Runtime-Version": core.RUNTIME.version,
127
127
  },
@@ -184,7 +184,7 @@ class V1 {
184
184
  Authorization: yield this._getAuthorizationHeader(),
185
185
  "X-Fern-Language": "JavaScript",
186
186
  "X-Fern-SDK-Name": "candidhealth",
187
- "X-Fern-SDK-Version": "0.34.6",
187
+ "X-Fern-SDK-Version": "0.34.9",
188
188
  "X-Fern-Runtime": core.RUNTIME.type,
189
189
  "X-Fern-Runtime-Version": core.RUNTIME.version,
190
190
  },
@@ -262,7 +262,7 @@ class V1 {
262
262
  Authorization: yield this._getAuthorizationHeader(),
263
263
  "X-Fern-Language": "JavaScript",
264
264
  "X-Fern-SDK-Name": "candidhealth",
265
- "X-Fern-SDK-Version": "0.34.6",
265
+ "X-Fern-SDK-Version": "0.34.9",
266
266
  "X-Fern-Runtime": core.RUNTIME.type,
267
267
  "X-Fern-Runtime-Version": core.RUNTIME.version,
268
268
  },
@@ -343,7 +343,7 @@ class V1 {
343
343
  Authorization: yield this._getAuthorizationHeader(),
344
344
  "X-Fern-Language": "JavaScript",
345
345
  "X-Fern-SDK-Name": "candidhealth",
346
- "X-Fern-SDK-Version": "0.34.6",
346
+ "X-Fern-SDK-Version": "0.34.9",
347
347
  "X-Fern-Runtime": core.RUNTIME.type,
348
348
  "X-Fern-Runtime-Version": core.RUNTIME.version,
349
349
  },
@@ -409,7 +409,7 @@ class V1 {
409
409
  Authorization: yield this._getAuthorizationHeader(),
410
410
  "X-Fern-Language": "JavaScript",
411
411
  "X-Fern-SDK-Name": "candidhealth",
412
- "X-Fern-SDK-Version": "0.34.6",
412
+ "X-Fern-SDK-Version": "0.34.9",
413
413
  "X-Fern-Runtime": core.RUNTIME.type,
414
414
  "X-Fern-Runtime-Version": core.RUNTIME.version,
415
415
  },
@@ -66,7 +66,7 @@ class V3 {
66
66
  Authorization: yield this._getAuthorizationHeader(),
67
67
  "X-Fern-Language": "JavaScript",
68
68
  "X-Fern-SDK-Name": "candidhealth",
69
- "X-Fern-SDK-Version": "0.34.6",
69
+ "X-Fern-SDK-Version": "0.34.9",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -126,7 +126,7 @@ class V3 {
126
126
  Authorization: yield this._getAuthorizationHeader(),
127
127
  "X-Fern-Language": "JavaScript",
128
128
  "X-Fern-SDK-Name": "candidhealth",
129
- "X-Fern-SDK-Version": "0.34.6",
129
+ "X-Fern-SDK-Version": "0.34.9",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -122,7 +122,7 @@ class V1 {
122
122
  Authorization: yield this._getAuthorizationHeader(),
123
123
  "X-Fern-Language": "JavaScript",
124
124
  "X-Fern-SDK-Name": "candidhealth",
125
- "X-Fern-SDK-Version": "0.34.6",
125
+ "X-Fern-SDK-Version": "0.34.9",
126
126
  "X-Fern-Runtime": core.RUNTIME.type,
127
127
  "X-Fern-Runtime-Version": core.RUNTIME.version,
128
128
  },
@@ -187,7 +187,7 @@ class V1 {
187
187
  Authorization: yield this._getAuthorizationHeader(),
188
188
  "X-Fern-Language": "JavaScript",
189
189
  "X-Fern-SDK-Name": "candidhealth",
190
- "X-Fern-SDK-Version": "0.34.6",
190
+ "X-Fern-SDK-Version": "0.34.9",
191
191
  "X-Fern-Runtime": core.RUNTIME.type,
192
192
  "X-Fern-Runtime-Version": core.RUNTIME.version,
193
193
  },
@@ -248,7 +248,7 @@ class V1 {
248
248
  Authorization: yield this._getAuthorizationHeader(),
249
249
  "X-Fern-Language": "JavaScript",
250
250
  "X-Fern-SDK-Name": "candidhealth",
251
- "X-Fern-SDK-Version": "0.34.6",
251
+ "X-Fern-SDK-Version": "0.34.9",
252
252
  "X-Fern-Runtime": core.RUNTIME.type,
253
253
  "X-Fern-Runtime-Version": core.RUNTIME.version,
254
254
  },
@@ -365,7 +365,7 @@ class V1 {
365
365
  Authorization: yield this._getAuthorizationHeader(),
366
366
  "X-Fern-Language": "JavaScript",
367
367
  "X-Fern-SDK-Name": "candidhealth",
368
- "X-Fern-SDK-Version": "0.34.6",
368
+ "X-Fern-SDK-Version": "0.34.9",
369
369
  "X-Fern-Runtime": core.RUNTIME.type,
370
370
  "X-Fern-Runtime-Version": core.RUNTIME.version,
371
371
  },
@@ -435,7 +435,7 @@ class V1 {
435
435
  Authorization: yield this._getAuthorizationHeader(),
436
436
  "X-Fern-Language": "JavaScript",
437
437
  "X-Fern-SDK-Name": "candidhealth",
438
- "X-Fern-SDK-Version": "0.34.6",
438
+ "X-Fern-SDK-Version": "0.34.9",
439
439
  "X-Fern-Runtime": core.RUNTIME.type,
440
440
  "X-Fern-Runtime-Version": core.RUNTIME.version,
441
441
  },
@@ -484,7 +484,7 @@ class V1 {
484
484
  Authorization: yield this._getAuthorizationHeader(),
485
485
  "X-Fern-Language": "JavaScript",
486
486
  "X-Fern-SDK-Name": "candidhealth",
487
- "X-Fern-SDK-Version": "0.34.6",
487
+ "X-Fern-SDK-Version": "0.34.9",
488
488
  "X-Fern-Runtime": core.RUNTIME.type,
489
489
  "X-Fern-Runtime-Version": core.RUNTIME.version,
490
490
  },
@@ -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 CanonicalNonInsurancePayerAssociation {
6
+ id: CandidApi.preEncounter.CanonicalNonInsurancePayerId;
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 });
@@ -5,6 +5,7 @@ export * from "./PatientId";
5
5
  export * from "./CoverageId";
6
6
  export * from "./AppointmentId";
7
7
  export * from "./CanonicalProviderId";
8
+ export * from "./CanonicalNonInsurancePayerAssociation";
8
9
  export * from "./CanonicalNonInsurancePayerId";
9
10
  export * from "./Relationship";
10
11
  export * from "./Gender";
@@ -21,6 +21,7 @@ __exportStar(require("./PatientId"), exports);
21
21
  __exportStar(require("./CoverageId"), exports);
22
22
  __exportStar(require("./AppointmentId"), exports);
23
23
  __exportStar(require("./CanonicalProviderId"), exports);
24
+ __exportStar(require("./CanonicalNonInsurancePayerAssociation"), exports);
24
25
  __exportStar(require("./CanonicalNonInsurancePayerId"), exports);
25
26
  __exportStar(require("./Relationship"), exports);
26
27
  __exportStar(require("./Gender"), exports);
@@ -45,7 +45,23 @@ export declare class V1 {
45
45
  * }
46
46
  * },
47
47
  * dateOfBirth: "2023-01-15",
48
- * biologicalSex: CandidApi.preEncounter.Sex.Female
48
+ * biologicalSex: CandidApi.preEncounter.Sex.Female,
49
+ * address: {
50
+ * use: CandidApi.preEncounter.AddressUse.Home,
51
+ * line: ["string"],
52
+ * city: "string",
53
+ * state: "string",
54
+ * postalCode: "string",
55
+ * country: "string",
56
+ * period: {
57
+ * start: {
58
+ * "key": "value"
59
+ * },
60
+ * end: {
61
+ * "key": "value"
62
+ * }
63
+ * }
64
+ * }
49
65
  * },
50
66
  * relationship: CandidApi.preEncounter.Relationship.Self,
51
67
  * patient: CandidApi.preEncounter.PatientId("string"),
@@ -123,7 +139,23 @@ export declare class V1 {
123
139
  * }
124
140
  * },
125
141
  * dateOfBirth: "2023-01-15",
126
- * biologicalSex: CandidApi.preEncounter.Sex.Female
142
+ * biologicalSex: CandidApi.preEncounter.Sex.Female,
143
+ * address: {
144
+ * use: CandidApi.preEncounter.AddressUse.Home,
145
+ * line: ["string"],
146
+ * city: "string",
147
+ * state: "string",
148
+ * postalCode: "string",
149
+ * country: "string",
150
+ * period: {
151
+ * start: {
152
+ * "key": "value"
153
+ * },
154
+ * end: {
155
+ * "key": "value"
156
+ * }
157
+ * }
158
+ * }
127
159
  * },
128
160
  * relationship: CandidApi.preEncounter.Relationship.Self,
129
161
  * patient: CandidApi.preEncounter.PatientId("string"),
@@ -72,7 +72,23 @@ class V1 {
72
72
  * }
73
73
  * },
74
74
  * dateOfBirth: "2023-01-15",
75
- * biologicalSex: CandidApi.preEncounter.Sex.Female
75
+ * biologicalSex: CandidApi.preEncounter.Sex.Female,
76
+ * address: {
77
+ * use: CandidApi.preEncounter.AddressUse.Home,
78
+ * line: ["string"],
79
+ * city: "string",
80
+ * state: "string",
81
+ * postalCode: "string",
82
+ * country: "string",
83
+ * period: {
84
+ * start: {
85
+ * "key": "value"
86
+ * },
87
+ * end: {
88
+ * "key": "value"
89
+ * }
90
+ * }
91
+ * }
76
92
  * },
77
93
  * relationship: CandidApi.preEncounter.Relationship.Self,
78
94
  * patient: CandidApi.preEncounter.PatientId("string"),
@@ -134,7 +150,7 @@ class V1 {
134
150
  Authorization: yield this._getAuthorizationHeader(),
135
151
  "X-Fern-Language": "JavaScript",
136
152
  "X-Fern-SDK-Name": "candidhealth",
137
- "X-Fern-SDK-Version": "0.34.6",
153
+ "X-Fern-SDK-Version": "0.34.9",
138
154
  "X-Fern-Runtime": core.RUNTIME.type,
139
155
  "X-Fern-Runtime-Version": core.RUNTIME.version,
140
156
  },
@@ -190,7 +206,23 @@ class V1 {
190
206
  * }
191
207
  * },
192
208
  * dateOfBirth: "2023-01-15",
193
- * biologicalSex: CandidApi.preEncounter.Sex.Female
209
+ * biologicalSex: CandidApi.preEncounter.Sex.Female,
210
+ * address: {
211
+ * use: CandidApi.preEncounter.AddressUse.Home,
212
+ * line: ["string"],
213
+ * city: "string",
214
+ * state: "string",
215
+ * postalCode: "string",
216
+ * country: "string",
217
+ * period: {
218
+ * start: {
219
+ * "key": "value"
220
+ * },
221
+ * end: {
222
+ * "key": "value"
223
+ * }
224
+ * }
225
+ * }
194
226
  * },
195
227
  * relationship: CandidApi.preEncounter.Relationship.Self,
196
228
  * patient: CandidApi.preEncounter.PatientId("string"),
@@ -252,7 +284,7 @@ class V1 {
252
284
  Authorization: yield this._getAuthorizationHeader(),
253
285
  "X-Fern-Language": "JavaScript",
254
286
  "X-Fern-SDK-Name": "candidhealth",
255
- "X-Fern-SDK-Version": "0.34.6",
287
+ "X-Fern-SDK-Version": "0.34.9",
256
288
  "X-Fern-Runtime": core.RUNTIME.type,
257
289
  "X-Fern-Runtime-Version": core.RUNTIME.version,
258
290
  },
@@ -317,7 +349,7 @@ class V1 {
317
349
  Authorization: yield this._getAuthorizationHeader(),
318
350
  "X-Fern-Language": "JavaScript",
319
351
  "X-Fern-SDK-Name": "candidhealth",
320
- "X-Fern-SDK-Version": "0.34.6",
352
+ "X-Fern-SDK-Version": "0.34.9",
321
353
  "X-Fern-Runtime": core.RUNTIME.type,
322
354
  "X-Fern-Runtime-Version": core.RUNTIME.version,
323
355
  },
@@ -364,7 +396,7 @@ class V1 {
364
396
  Authorization: yield this._getAuthorizationHeader(),
365
397
  "X-Fern-Language": "JavaScript",
366
398
  "X-Fern-SDK-Name": "candidhealth",
367
- "X-Fern-SDK-Version": "0.34.6",
399
+ "X-Fern-SDK-Version": "0.34.9",
368
400
  "X-Fern-Runtime": core.RUNTIME.type,
369
401
  "X-Fern-Runtime-Version": core.RUNTIME.version,
370
402
  },
@@ -432,7 +464,7 @@ class V1 {
432
464
  Authorization: yield this._getAuthorizationHeader(),
433
465
  "X-Fern-Language": "JavaScript",
434
466
  "X-Fern-SDK-Name": "candidhealth",
435
- "X-Fern-SDK-Version": "0.34.6",
467
+ "X-Fern-SDK-Version": "0.34.9",
436
468
  "X-Fern-Runtime": core.RUNTIME.type,
437
469
  "X-Fern-Runtime-Version": core.RUNTIME.version,
438
470
  },
@@ -485,7 +517,7 @@ class V1 {
485
517
  Authorization: yield this._getAuthorizationHeader(),
486
518
  "X-Fern-Language": "JavaScript",
487
519
  "X-Fern-SDK-Name": "candidhealth",
488
- "X-Fern-SDK-Version": "0.34.6",
520
+ "X-Fern-SDK-Version": "0.34.9",
489
521
  "X-Fern-Runtime": core.RUNTIME.type,
490
522
  "X-Fern-Runtime-Version": core.RUNTIME.version,
491
523
  },
@@ -538,7 +570,7 @@ class V1 {
538
570
  Authorization: yield this._getAuthorizationHeader(),
539
571
  "X-Fern-Language": "JavaScript",
540
572
  "X-Fern-SDK-Name": "candidhealth",
541
- "X-Fern-SDK-Version": "0.34.6",
573
+ "X-Fern-SDK-Version": "0.34.9",
542
574
  "X-Fern-Runtime": core.RUNTIME.type,
543
575
  "X-Fern-Runtime-Version": core.RUNTIME.version,
544
576
  },
@@ -589,7 +621,7 @@ class V1 {
589
621
  Authorization: yield this._getAuthorizationHeader(),
590
622
  "X-Fern-Language": "JavaScript",
591
623
  "X-Fern-SDK-Name": "candidhealth",
592
- "X-Fern-SDK-Version": "0.34.6",
624
+ "X-Fern-SDK-Version": "0.34.9",
593
625
  "X-Fern-Runtime": core.RUNTIME.type,
594
626
  "X-Fern-Runtime-Version": core.RUNTIME.version,
595
627
  },
@@ -6,4 +6,5 @@ export interface Subscriber {
6
6
  name: CandidApi.preEncounter.HumanName;
7
7
  dateOfBirth: string;
8
8
  biologicalSex: CandidApi.preEncounter.Sex;
9
+ address?: CandidApi.preEncounter.Address;
9
10
  }
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: yield this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.34.6",
94
+ "X-Fern-SDK-Version": "0.34.9",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  },
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.34.6",
179
+ "X-Fern-SDK-Version": "0.34.9",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -210,6 +210,12 @@ export declare class V1 {
210
210
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
211
211
  * },
212
212
  * nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
213
+ * nonInsurancePayerAssociations: [{
214
+ * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string"),
215
+ * memberId: {
216
+ * "key": "value"
217
+ * }
218
+ * }],
213
219
  * guarantor: {
214
220
  * name: {
215
221
  * family: "string",
@@ -314,7 +320,8 @@ export declare class V1 {
314
320
  * notes: {
315
321
  * "key": "value"
316
322
  * }
317
- * }]
323
+ * }],
324
+ * primaryServiceFacilityId: "string"
318
325
  * }
319
326
  * })
320
327
  */
@@ -544,6 +551,12 @@ export declare class V1 {
544
551
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
545
552
  * },
546
553
  * nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
554
+ * nonInsurancePayerAssociations: [{
555
+ * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string"),
556
+ * memberId: {
557
+ * "key": "value"
558
+ * }
559
+ * }],
547
560
  * guarantor: {
548
561
  * name: {
549
562
  * family: "string",
@@ -648,7 +661,8 @@ export declare class V1 {
648
661
  * notes: {
649
662
  * "key": "value"
650
663
  * }
651
- * }]
664
+ * }],
665
+ * primaryServiceFacilityId: "string"
652
666
  * })
653
667
  */
654
668
  update(id: CandidApi.preEncounter.PatientId, version: string, request: CandidApi.preEncounter.patients.v1.MutablePatient, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.preEncounter.patients.v1.Patient, CandidApi.preEncounter.patients.v1.update.Error>>;
@@ -237,6 +237,12 @@ class V1 {
237
237
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
238
238
  * },
239
239
  * nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
240
+ * nonInsurancePayerAssociations: [{
241
+ * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string"),
242
+ * memberId: {
243
+ * "key": "value"
244
+ * }
245
+ * }],
240
246
  * guarantor: {
241
247
  * name: {
242
248
  * family: "string",
@@ -341,7 +347,8 @@ class V1 {
341
347
  * notes: {
342
348
  * "key": "value"
343
349
  * }
344
- * }]
350
+ * }],
351
+ * primaryServiceFacilityId: "string"
345
352
  * }
346
353
  * })
347
354
  */
@@ -361,7 +368,7 @@ class V1 {
361
368
  Authorization: yield this._getAuthorizationHeader(),
362
369
  "X-Fern-Language": "JavaScript",
363
370
  "X-Fern-SDK-Name": "candidhealth",
364
- "X-Fern-SDK-Version": "0.34.6",
371
+ "X-Fern-SDK-Version": "0.34.9",
365
372
  "X-Fern-Runtime": core.RUNTIME.type,
366
373
  "X-Fern-Runtime-Version": core.RUNTIME.version,
367
374
  },
@@ -450,7 +457,7 @@ class V1 {
450
457
  Authorization: yield this._getAuthorizationHeader(),
451
458
  "X-Fern-Language": "JavaScript",
452
459
  "X-Fern-SDK-Name": "candidhealth",
453
- "X-Fern-SDK-Version": "0.34.6",
460
+ "X-Fern-SDK-Version": "0.34.9",
454
461
  "X-Fern-Runtime": core.RUNTIME.type,
455
462
  "X-Fern-Runtime-Version": core.RUNTIME.version,
456
463
  },
@@ -498,7 +505,7 @@ class V1 {
498
505
  Authorization: yield this._getAuthorizationHeader(),
499
506
  "X-Fern-Language": "JavaScript",
500
507
  "X-Fern-SDK-Name": "candidhealth",
501
- "X-Fern-SDK-Version": "0.34.6",
508
+ "X-Fern-SDK-Version": "0.34.9",
502
509
  "X-Fern-Runtime": core.RUNTIME.type,
503
510
  "X-Fern-Runtime-Version": core.RUNTIME.version,
504
511
  },
@@ -559,7 +566,7 @@ class V1 {
559
566
  Authorization: yield this._getAuthorizationHeader(),
560
567
  "X-Fern-Language": "JavaScript",
561
568
  "X-Fern-SDK-Name": "candidhealth",
562
- "X-Fern-SDK-Version": "0.34.6",
569
+ "X-Fern-SDK-Version": "0.34.9",
563
570
  "X-Fern-Runtime": core.RUNTIME.type,
564
571
  "X-Fern-Runtime-Version": core.RUNTIME.version,
565
572
  },
@@ -789,6 +796,12 @@ class V1 {
789
796
  * coverages: [CandidApi.preEncounter.CoverageId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")]
790
797
  * },
791
798
  * nonInsurancePayers: [CandidApi.preEncounter.CanonicalNonInsurancePayerId("string")],
799
+ * nonInsurancePayerAssociations: [{
800
+ * id: CandidApi.preEncounter.CanonicalNonInsurancePayerId("string"),
801
+ * memberId: {
802
+ * "key": "value"
803
+ * }
804
+ * }],
792
805
  * guarantor: {
793
806
  * name: {
794
807
  * family: "string",
@@ -893,7 +906,8 @@ class V1 {
893
906
  * notes: {
894
907
  * "key": "value"
895
908
  * }
896
- * }]
909
+ * }],
910
+ * primaryServiceFacilityId: "string"
897
911
  * })
898
912
  */
899
913
  update(id, version, request, requestOptions) {
@@ -907,7 +921,7 @@ class V1 {
907
921
  Authorization: yield this._getAuthorizationHeader(),
908
922
  "X-Fern-Language": "JavaScript",
909
923
  "X-Fern-SDK-Name": "candidhealth",
910
- "X-Fern-SDK-Version": "0.34.6",
924
+ "X-Fern-SDK-Version": "0.34.9",
911
925
  "X-Fern-Runtime": core.RUNTIME.type,
912
926
  "X-Fern-Runtime-Version": core.RUNTIME.version,
913
927
  },
@@ -973,7 +987,7 @@ class V1 {
973
987
  Authorization: yield this._getAuthorizationHeader(),
974
988
  "X-Fern-Language": "JavaScript",
975
989
  "X-Fern-SDK-Name": "candidhealth",
976
- "X-Fern-SDK-Version": "0.34.6",
990
+ "X-Fern-SDK-Version": "0.34.9",
977
991
  "X-Fern-Runtime": core.RUNTIME.type,
978
992
  "X-Fern-Runtime-Version": core.RUNTIME.version,
979
993
  },
@@ -1041,7 +1055,7 @@ class V1 {
1041
1055
  Authorization: yield this._getAuthorizationHeader(),
1042
1056
  "X-Fern-Language": "JavaScript",
1043
1057
  "X-Fern-SDK-Name": "candidhealth",
1044
- "X-Fern-SDK-Version": "0.34.6",
1058
+ "X-Fern-SDK-Version": "0.34.9",
1045
1059
  "X-Fern-Runtime": core.RUNTIME.type,
1046
1060
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1047
1061
  },
@@ -1094,7 +1108,7 @@ class V1 {
1094
1108
  Authorization: yield this._getAuthorizationHeader(),
1095
1109
  "X-Fern-Language": "JavaScript",
1096
1110
  "X-Fern-SDK-Name": "candidhealth",
1097
- "X-Fern-SDK-Version": "0.34.6",
1111
+ "X-Fern-SDK-Version": "0.34.9",
1098
1112
  "X-Fern-Runtime": core.RUNTIME.type,
1099
1113
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1100
1114
  },