candidhealth 0.34.5 → 0.34.6

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 (216) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +7 -2
  3. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  5. package/api/resources/claims/types/Claim.d.ts +4 -4
  6. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  7. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  8. package/api/resources/diagnoses/client/Client.d.ts +65 -0
  9. package/api/resources/diagnoses/client/Client.js +237 -0
  10. package/api/resources/diagnoses/client/create.d.ts +22 -0
  11. package/api/resources/diagnoses/client/create.js +47 -0
  12. package/api/resources/diagnoses/client/delete.d.ts +28 -0
  13. package/api/resources/diagnoses/client/delete.js +58 -0
  14. package/api/resources/diagnoses/client/index.d.ts +4 -0
  15. package/api/resources/diagnoses/client/index.js +33 -0
  16. package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +33 -0
  17. package/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +5 -0
  18. package/api/resources/diagnoses/client/requests/index.d.ts +1 -0
  19. package/api/resources/diagnoses/client/requests/index.js +2 -0
  20. package/api/resources/diagnoses/client/update.d.ts +28 -0
  21. package/api/resources/diagnoses/client/update.js +58 -0
  22. package/api/resources/diagnoses/index.d.ts +1 -0
  23. package/api/resources/diagnoses/index.js +1 -0
  24. package/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +8 -0
  25. package/api/resources/diagnoses/types/DiagnosisNotFoundError.js +5 -0
  26. package/api/resources/diagnoses/types/index.d.ts +1 -0
  27. package/api/resources/diagnoses/types/index.js +1 -0
  28. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  29. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  30. package/api/resources/encounters/resources/v4/client/Client.d.ts +12 -10
  31. package/api/resources/encounters/resources/v4/client/Client.js +17 -15
  32. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -5
  33. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -5
  34. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +4 -4
  35. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +4 -4
  36. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  37. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  38. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  39. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  40. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  41. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  42. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  43. package/api/resources/index.d.ts +1 -0
  44. package/api/resources/index.js +1 -0
  45. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  46. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  47. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  48. package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +2 -1
  49. package/api/resources/medicationDispense/resources/v1/client/Client.js +3 -2
  50. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  51. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  52. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  53. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  54. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  55. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  56. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  57. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  58. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  59. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  60. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  61. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  62. package/api/resources/serviceFacility/client/Client.js +1 -1
  63. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -5
  64. package/api/resources/serviceLines/resources/v2/client/Client.js +9 -8
  65. package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
  66. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +6 -6
  67. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -2
  68. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +6 -2
  69. package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +3 -10
  70. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +8 -0
  71. package/api/resources/serviceLines/resources/v2/types/TestResultType.js +10 -0
  72. package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  73. package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  74. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  75. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  76. package/dist/Client.d.ts +3 -0
  77. package/dist/Client.js +7 -2
  78. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  79. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  80. package/dist/api/resources/claims/types/Claim.d.ts +4 -4
  81. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  82. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  83. package/dist/api/resources/diagnoses/client/Client.d.ts +65 -0
  84. package/dist/api/resources/diagnoses/client/Client.js +237 -0
  85. package/dist/api/resources/diagnoses/client/create.d.ts +22 -0
  86. package/dist/api/resources/diagnoses/client/create.js +47 -0
  87. package/dist/api/resources/diagnoses/client/delete.d.ts +28 -0
  88. package/dist/api/resources/diagnoses/client/delete.js +58 -0
  89. package/dist/api/resources/diagnoses/client/index.d.ts +4 -0
  90. package/dist/api/resources/diagnoses/client/index.js +33 -0
  91. package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +33 -0
  92. package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +5 -0
  93. package/dist/api/resources/diagnoses/client/requests/index.d.ts +1 -0
  94. package/dist/api/resources/diagnoses/client/requests/index.js +2 -0
  95. package/dist/api/resources/diagnoses/client/update.d.ts +28 -0
  96. package/dist/api/resources/diagnoses/client/update.js +58 -0
  97. package/dist/api/resources/diagnoses/index.d.ts +1 -0
  98. package/dist/api/resources/diagnoses/index.js +1 -0
  99. package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +8 -0
  100. package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.js +5 -0
  101. package/dist/api/resources/diagnoses/types/index.d.ts +1 -0
  102. package/dist/api/resources/diagnoses/types/index.js +1 -0
  103. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  104. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  105. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +12 -10
  106. package/dist/api/resources/encounters/resources/v4/client/Client.js +17 -15
  107. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -5
  108. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +6 -5
  109. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +4 -4
  110. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +4 -4
  111. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  112. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  113. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  114. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  115. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  116. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  117. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  118. package/dist/api/resources/index.d.ts +1 -0
  119. package/dist/api/resources/index.js +1 -0
  120. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  121. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  122. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  123. package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +2 -1
  124. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +3 -2
  125. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  126. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  127. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  128. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  129. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  130. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  131. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  132. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  133. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  134. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  135. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  136. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
  137. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  138. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -5
  139. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +9 -8
  140. package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
  141. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +6 -6
  142. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -2
  143. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +6 -2
  144. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +3 -10
  145. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +8 -0
  146. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +10 -0
  147. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  148. package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
  149. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  150. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  151. package/dist/serialization/resources/diagnoses/client/delete.d.ts +15 -0
  152. package/dist/serialization/resources/diagnoses/client/delete.js +61 -0
  153. package/dist/serialization/resources/diagnoses/client/index.d.ts +3 -0
  154. package/dist/serialization/resources/diagnoses/client/index.js +32 -0
  155. package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +15 -0
  156. package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +36 -0
  157. package/dist/serialization/resources/diagnoses/client/requests/index.d.ts +1 -0
  158. package/dist/serialization/resources/diagnoses/client/requests/index.js +5 -0
  159. package/dist/serialization/resources/diagnoses/client/update.d.ts +15 -0
  160. package/dist/serialization/resources/diagnoses/client/update.js +61 -0
  161. package/dist/serialization/resources/diagnoses/index.d.ts +1 -0
  162. package/dist/serialization/resources/diagnoses/index.js +1 -0
  163. package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +14 -0
  164. package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +35 -0
  165. package/dist/serialization/resources/diagnoses/types/index.d.ts +1 -0
  166. package/dist/serialization/resources/diagnoses/types/index.js +1 -0
  167. package/dist/serialization/resources/index.d.ts +1 -0
  168. package/dist/serialization/resources/index.js +1 -0
  169. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
  170. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -0
  171. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -1
  172. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -1
  173. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -1
  174. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -1
  175. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -1
  176. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -1
  177. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +4 -8
  178. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +4 -12
  179. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +10 -0
  180. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +31 -0
  181. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  182. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
  183. package/package.json +1 -1
  184. package/reference.md +15 -5260
  185. package/serialization/resources/diagnoses/client/delete.d.ts +15 -0
  186. package/serialization/resources/diagnoses/client/delete.js +61 -0
  187. package/serialization/resources/diagnoses/client/index.d.ts +3 -0
  188. package/serialization/resources/diagnoses/client/index.js +32 -0
  189. package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +15 -0
  190. package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +36 -0
  191. package/serialization/resources/diagnoses/client/requests/index.d.ts +1 -0
  192. package/serialization/resources/diagnoses/client/requests/index.js +5 -0
  193. package/serialization/resources/diagnoses/client/update.d.ts +15 -0
  194. package/serialization/resources/diagnoses/client/update.js +61 -0
  195. package/serialization/resources/diagnoses/index.d.ts +1 -0
  196. package/serialization/resources/diagnoses/index.js +1 -0
  197. package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +14 -0
  198. package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +35 -0
  199. package/serialization/resources/diagnoses/types/index.d.ts +1 -0
  200. package/serialization/resources/diagnoses/types/index.js +1 -0
  201. package/serialization/resources/index.d.ts +1 -0
  202. package/serialization/resources/index.js +1 -0
  203. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
  204. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -0
  205. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -1
  206. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -1
  207. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -1
  208. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -1
  209. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -1
  210. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -1
  211. package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +4 -8
  212. package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +4 -12
  213. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +10 -0
  214. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +31 -0
  215. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
  216. package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -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.5",
71
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
134
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
277
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
404
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
452
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
534
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
599
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
655
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
712
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
765
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
92
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
155
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
223
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
87
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
200
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
248
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
325
+ "X-Fern-SDK-Version": "0.34.6",
326
326
  "X-Fern-Runtime": core.RUNTIME.type,
327
327
  "X-Fern-Runtime-Version": core.RUNTIME.version,
328
328
  },
@@ -55,3 +55,4 @@ export * from "./serviceFacility/types";
55
55
  export * as tags from "./tags";
56
56
  export * from "./tags/types";
57
57
  export * as eligibility from "./eligibility";
58
+ export * from "./diagnoses/client/requests";
@@ -84,3 +84,4 @@ __exportStar(require("./serviceFacility/types"), exports);
84
84
  exports.tags = __importStar(require("./tags"));
85
85
  __exportStar(require("./tags/types"), exports);
86
86
  exports.eligibility = __importStar(require("./eligibility"));
87
+ __exportStar(require("./diagnoses/client/requests"), 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.5",
71
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
155
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
219
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
106
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
170
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
248
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
322
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
390
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
107
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
171
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
250
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
328
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
396
+ "X-Fern-SDK-Version": "0.34.6",
397
397
  "X-Fern-Runtime": core.RUNTIME.type,
398
398
  "X-Fern-Runtime-Version": core.RUNTIME.version,
399
399
  },
@@ -40,7 +40,8 @@ export declare class V1 {
40
40
  * measurementUnitCode: CandidApi.serviceLines.v2.MeasurementUnitCode.Milliliters,
41
41
  * linkSequenceNumber: "string",
42
42
  * pharmacyPrescriptionNumber: "string",
43
- * conversionFormula: "string"
43
+ * conversionFormula: "string",
44
+ * drugDescription: "string"
44
45
  * },
45
46
  * description: "string",
46
47
  * modifiers: [CandidApi.ProcedureModifier.TwentyTwo]
@@ -67,7 +67,8 @@ class V1 {
67
67
  * measurementUnitCode: CandidApi.serviceLines.v2.MeasurementUnitCode.Milliliters,
68
68
  * linkSequenceNumber: "string",
69
69
  * pharmacyPrescriptionNumber: "string",
70
- * conversionFormula: "string"
70
+ * conversionFormula: "string",
71
+ * drugDescription: "string"
71
72
  * },
72
73
  * description: "string",
73
74
  * modifiers: [CandidApi.ProcedureModifier.TwentyTwo]
@@ -84,7 +85,7 @@ class V1 {
84
85
  Authorization: yield this._getAuthorizationHeader(),
85
86
  "X-Fern-Language": "JavaScript",
86
87
  "X-Fern-SDK-Name": "candidhealth",
87
- "X-Fern-SDK-Version": "0.34.5",
88
+ "X-Fern-SDK-Version": "0.34.6",
88
89
  "X-Fern-Runtime": core.RUNTIME.type,
89
90
  "X-Fern-Runtime-Version": core.RUNTIME.version,
90
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.5",
107
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
169
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
242
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
316
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
381
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
107
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
169
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
246
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
327
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
392
+ "X-Fern-SDK-Version": "0.34.6",
393
393
  "X-Fern-Runtime": core.RUNTIME.type,
394
394
  "X-Fern-Runtime-Version": core.RUNTIME.version,
395
395
  },
@@ -70,7 +70,7 @@ class V1 {
70
70
  Authorization: yield this._getAuthorizationHeader(),
71
71
  "X-Fern-Language": "JavaScript",
72
72
  "X-Fern-SDK-Name": "candidhealth",
73
- "X-Fern-SDK-Version": "0.34.5",
73
+ "X-Fern-SDK-Version": "0.34.6",
74
74
  "X-Fern-Runtime": core.RUNTIME.type,
75
75
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
76
  },
@@ -136,7 +136,7 @@ class V1 {
136
136
  Authorization: yield this._getAuthorizationHeader(),
137
137
  "X-Fern-Language": "JavaScript",
138
138
  "X-Fern-SDK-Name": "candidhealth",
139
- "X-Fern-SDK-Version": "0.34.5",
139
+ "X-Fern-SDK-Version": "0.34.6",
140
140
  "X-Fern-Runtime": core.RUNTIME.type,
141
141
  "X-Fern-Runtime-Version": core.RUNTIME.version,
142
142
  },
@@ -229,7 +229,7 @@ class V1 {
229
229
  Authorization: yield this._getAuthorizationHeader(),
230
230
  "X-Fern-Language": "JavaScript",
231
231
  "X-Fern-SDK-Name": "candidhealth",
232
- "X-Fern-SDK-Version": "0.34.5",
232
+ "X-Fern-SDK-Version": "0.34.6",
233
233
  "X-Fern-Runtime": core.RUNTIME.type,
234
234
  "X-Fern-Runtime-Version": core.RUNTIME.version,
235
235
  },
@@ -289,7 +289,7 @@ class V1 {
289
289
  Authorization: yield this._getAuthorizationHeader(),
290
290
  "X-Fern-Language": "JavaScript",
291
291
  "X-Fern-SDK-Name": "candidhealth",
292
- "X-Fern-SDK-Version": "0.34.5",
292
+ "X-Fern-SDK-Version": "0.34.6",
293
293
  "X-Fern-Runtime": core.RUNTIME.type,
294
294
  "X-Fern-Runtime-Version": core.RUNTIME.version,
295
295
  },
@@ -357,7 +357,7 @@ class V1 {
357
357
  Authorization: yield this._getAuthorizationHeader(),
358
358
  "X-Fern-Language": "JavaScript",
359
359
  "X-Fern-SDK-Name": "candidhealth",
360
- "X-Fern-SDK-Version": "0.34.5",
360
+ "X-Fern-SDK-Version": "0.34.6",
361
361
  "X-Fern-Runtime": core.RUNTIME.type,
362
362
  "X-Fern-Runtime-Version": core.RUNTIME.version,
363
363
  },
@@ -420,7 +420,7 @@ class V1 {
420
420
  Authorization: yield this._getAuthorizationHeader(),
421
421
  "X-Fern-Language": "JavaScript",
422
422
  "X-Fern-SDK-Name": "candidhealth",
423
- "X-Fern-SDK-Version": "0.34.5",
423
+ "X-Fern-SDK-Version": "0.34.6",
424
424
  "X-Fern-Runtime": core.RUNTIME.type,
425
425
  "X-Fern-Runtime-Version": core.RUNTIME.version,
426
426
  },
@@ -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.5",
69
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
159
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
241
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
342
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
69
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
143
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
207
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
288
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
351
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
124
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
187
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
264
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
341
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
407
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
124
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
187
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
265
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
346
+ "X-Fern-SDK-Version": "0.34.6",
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.5",
412
+ "X-Fern-SDK-Version": "0.34.6",
413
413
  "X-Fern-Runtime": core.RUNTIME.type,
414
414
  "X-Fern-Runtime-Version": core.RUNTIME.version,
415
415
  },