candidhealth 0.39.2 → 0.39.3

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 (194) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  4. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  5. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  6. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
  7. package/api/resources/commons/types/index.d.ts +1 -0
  8. package/api/resources/commons/types/index.js +1 -0
  9. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  10. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  11. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  12. package/api/resources/diagnoses/client/Client.js +3 -3
  13. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  14. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  15. package/api/resources/encounters/resources/v4/client/Client.d.ts +231 -83
  16. package/api/resources/encounters/resources/v4/client/Client.js +297 -89
  17. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
  18. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
  19. package/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
  20. package/api/resources/encounters/resources/v4/client/index.js +2 -1
  21. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
  22. package/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  23. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  24. package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
  25. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  26. package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
  27. package/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
  28. package/api/resources/encounters/resources/v4/types/index.js +2 -0
  29. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  30. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  31. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  32. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  33. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  34. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  35. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  36. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  37. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  38. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  39. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  40. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  41. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  42. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  43. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  44. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  45. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  46. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  47. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  48. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  49. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  50. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  51. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  52. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  53. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  54. package/api/resources/serviceFacility/client/Client.js +1 -1
  55. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -2
  56. package/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
  57. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
  58. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
  59. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
  60. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
  61. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  62. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  63. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  64. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  65. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  66. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  67. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  68. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
  69. package/dist/api/resources/commons/types/index.d.ts +1 -0
  70. package/dist/api/resources/commons/types/index.js +1 -0
  71. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  72. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  73. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  74. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  75. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  76. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  77. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +231 -83
  78. package/dist/api/resources/encounters/resources/v4/client/Client.js +297 -89
  79. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
  80. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
  81. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
  82. package/dist/api/resources/encounters/resources/v4/client/index.js +2 -1
  83. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
  84. package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  85. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  86. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
  87. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +5 -0
  88. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  89. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
  90. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +5 -0
  91. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
  92. package/dist/api/resources/encounters/resources/v4/types/index.js +2 -0
  93. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  94. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  95. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  96. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  97. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  98. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  99. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  100. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  101. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  102. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  103. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  104. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  105. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  106. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  107. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  108. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  109. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  110. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  111. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  112. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  113. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  114. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  115. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  116. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  117. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  118. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  119. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -2
  120. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
  121. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
  122. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
  123. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
  124. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
  125. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  126. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  127. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  128. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
  129. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  130. package/dist/serialization/resources/commons/types/index.js +1 -0
  131. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
  132. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
  133. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
  134. package/dist/serialization/resources/encounters/resources/v4/client/index.js +2 -1
  135. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  136. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  137. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  138. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
  139. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  140. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  141. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
  142. package/dist/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
  143. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  144. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  145. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
  146. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
  147. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
  148. package/dist/serialization/resources/encounters/resources/v4/types/index.js +2 -0
  149. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  150. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  151. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  152. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  153. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  154. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  155. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  156. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  157. package/package.json +1 -1
  158. package/reference.md +2177 -4574
  159. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  160. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
  161. package/serialization/resources/commons/types/index.d.ts +1 -0
  162. package/serialization/resources/commons/types/index.js +1 -0
  163. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
  164. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
  165. package/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
  166. package/serialization/resources/encounters/resources/v4/client/index.js +2 -1
  167. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  168. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  169. package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  170. package/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
  171. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  172. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  173. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
  174. package/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
  175. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  176. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  177. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
  178. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
  179. package/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
  180. package/serialization/resources/encounters/resources/v4/types/index.js +2 -0
  181. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  182. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  183. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  184. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  185. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  186. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  187. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  188. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  189. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
  190. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
  191. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
  192. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
  193. /package/api/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +0 -0
  194. /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js → api/resources/encounters/resources/v4/types/EpsdtReferral.js} +0 -0
@@ -78,7 +78,7 @@ class V1 {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "candidhealth",
81
- "X-Fern-SDK-Version": "0.39.2",
81
+ "X-Fern-SDK-Version": "0.39.3",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -144,7 +144,7 @@ class V1 {
144
144
  Authorization: yield this._getAuthorizationHeader(),
145
145
  "X-Fern-Language": "JavaScript",
146
146
  "X-Fern-SDK-Name": "candidhealth",
147
- "X-Fern-SDK-Version": "0.39.2",
147
+ "X-Fern-SDK-Version": "0.39.3",
148
148
  "X-Fern-Runtime": core.RUNTIME.type,
149
149
  "X-Fern-Runtime-Version": core.RUNTIME.version,
150
150
  },
@@ -237,7 +237,7 @@ class V1 {
237
237
  Authorization: yield this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.39.2",
240
+ "X-Fern-SDK-Version": "0.39.3",
241
241
  "X-Fern-Runtime": core.RUNTIME.type,
242
242
  "X-Fern-Runtime-Version": core.RUNTIME.version,
243
243
  },
@@ -297,7 +297,7 @@ class V1 {
297
297
  Authorization: yield this._getAuthorizationHeader(),
298
298
  "X-Fern-Language": "JavaScript",
299
299
  "X-Fern-SDK-Name": "candidhealth",
300
- "X-Fern-SDK-Version": "0.39.2",
300
+ "X-Fern-SDK-Version": "0.39.3",
301
301
  "X-Fern-Runtime": core.RUNTIME.type,
302
302
  "X-Fern-Runtime-Version": core.RUNTIME.version,
303
303
  },
@@ -368,7 +368,7 @@ class V1 {
368
368
  Authorization: yield this._getAuthorizationHeader(),
369
369
  "X-Fern-Language": "JavaScript",
370
370
  "X-Fern-SDK-Name": "candidhealth",
371
- "X-Fern-SDK-Version": "0.39.2",
371
+ "X-Fern-SDK-Version": "0.39.3",
372
372
  "X-Fern-Runtime": core.RUNTIME.type,
373
373
  "X-Fern-Runtime-Version": core.RUNTIME.version,
374
374
  },
@@ -431,7 +431,7 @@ class V1 {
431
431
  Authorization: yield this._getAuthorizationHeader(),
432
432
  "X-Fern-Language": "JavaScript",
433
433
  "X-Fern-SDK-Name": "candidhealth",
434
- "X-Fern-SDK-Version": "0.39.2",
434
+ "X-Fern-SDK-Version": "0.39.3",
435
435
  "X-Fern-Runtime": core.RUNTIME.type,
436
436
  "X-Fern-Runtime-Version": core.RUNTIME.version,
437
437
  },
@@ -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.39.2",
69
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
159
+ "X-Fern-SDK-Version": "0.39.3",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -235,7 +235,7 @@ class V3 {
235
235
  Authorization: yield this._getAuthorizationHeader(),
236
236
  "X-Fern-Language": "JavaScript",
237
237
  "X-Fern-SDK-Name": "candidhealth",
238
- "X-Fern-SDK-Version": "0.39.2",
238
+ "X-Fern-SDK-Version": "0.39.3",
239
239
  "X-Fern-Runtime": core.RUNTIME.type,
240
240
  "X-Fern-Runtime-Version": core.RUNTIME.version,
241
241
  },
@@ -333,7 +333,7 @@ class V3 {
333
333
  Authorization: yield this._getAuthorizationHeader(),
334
334
  "X-Fern-Language": "JavaScript",
335
335
  "X-Fern-SDK-Name": "candidhealth",
336
- "X-Fern-SDK-Version": "0.39.2",
336
+ "X-Fern-SDK-Version": "0.39.3",
337
337
  "X-Fern-Runtime": core.RUNTIME.type,
338
338
  "X-Fern-Runtime-Version": core.RUNTIME.version,
339
339
  },
@@ -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.39.2",
69
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
143
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
207
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
288
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
351
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
124
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
187
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
264
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
341
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
407
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
124
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
187
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
265
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
346
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
412
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
69
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
129
+ "X-Fern-SDK-Version": "0.39.3",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -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.39.2",
106
+ "X-Fern-SDK-Version": "0.39.3",
107
107
  "X-Fern-Runtime": core.RUNTIME.type,
108
108
  "X-Fern-Runtime-Version": core.RUNTIME.version,
109
109
  },
@@ -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.39.2",
171
+ "X-Fern-SDK-Version": "0.39.3",
172
172
  "X-Fern-Runtime": core.RUNTIME.type,
173
173
  "X-Fern-Runtime-Version": core.RUNTIME.version,
174
174
  },
@@ -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.39.2",
232
+ "X-Fern-SDK-Version": "0.39.3",
233
233
  "X-Fern-Runtime": core.RUNTIME.type,
234
234
  "X-Fern-Runtime-Version": core.RUNTIME.version,
235
235
  },
@@ -327,7 +327,7 @@ class V1 {
327
327
  Authorization: yield this._getAuthorizationHeader(),
328
328
  "X-Fern-Language": "JavaScript",
329
329
  "X-Fern-SDK-Name": "candidhealth",
330
- "X-Fern-SDK-Version": "0.39.2",
330
+ "X-Fern-SDK-Version": "0.39.3",
331
331
  "X-Fern-Runtime": core.RUNTIME.type,
332
332
  "X-Fern-Runtime-Version": core.RUNTIME.version,
333
333
  },
@@ -397,7 +397,7 @@ class V1 {
397
397
  Authorization: yield this._getAuthorizationHeader(),
398
398
  "X-Fern-Language": "JavaScript",
399
399
  "X-Fern-SDK-Name": "candidhealth",
400
- "X-Fern-SDK-Version": "0.39.2",
400
+ "X-Fern-SDK-Version": "0.39.3",
401
401
  "X-Fern-Runtime": core.RUNTIME.type,
402
402
  "X-Fern-Runtime-Version": core.RUNTIME.version,
403
403
  },
@@ -446,7 +446,7 @@ class V1 {
446
446
  Authorization: yield this._getAuthorizationHeader(),
447
447
  "X-Fern-Language": "JavaScript",
448
448
  "X-Fern-SDK-Name": "candidhealth",
449
- "X-Fern-SDK-Version": "0.39.2",
449
+ "X-Fern-SDK-Version": "0.39.3",
450
450
  "X-Fern-Runtime": core.RUNTIME.type,
451
451
  "X-Fern-Runtime-Version": core.RUNTIME.version,
452
452
  },
@@ -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.39.2",
125
+ "X-Fern-SDK-Version": "0.39.3",
126
126
  "X-Fern-Runtime": core.RUNTIME.type,
127
127
  "X-Fern-Runtime-Version": core.RUNTIME.version,
128
128
  },
@@ -228,7 +228,7 @@ class V1 {
228
228
  Authorization: yield this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.39.2",
231
+ "X-Fern-SDK-Version": "0.39.3",
232
232
  "X-Fern-Runtime": core.RUNTIME.type,
233
233
  "X-Fern-Runtime-Version": core.RUNTIME.version,
234
234
  },
@@ -293,7 +293,7 @@ class V1 {
293
293
  Authorization: yield this._getAuthorizationHeader(),
294
294
  "X-Fern-Language": "JavaScript",
295
295
  "X-Fern-SDK-Name": "candidhealth",
296
- "X-Fern-SDK-Version": "0.39.2",
296
+ "X-Fern-SDK-Version": "0.39.3",
297
297
  "X-Fern-Runtime": core.RUNTIME.type,
298
298
  "X-Fern-Runtime-Version": core.RUNTIME.version,
299
299
  },
@@ -340,7 +340,7 @@ class V1 {
340
340
  Authorization: yield this._getAuthorizationHeader(),
341
341
  "X-Fern-Language": "JavaScript",
342
342
  "X-Fern-SDK-Name": "candidhealth",
343
- "X-Fern-SDK-Version": "0.39.2",
343
+ "X-Fern-SDK-Version": "0.39.3",
344
344
  "X-Fern-Runtime": core.RUNTIME.type,
345
345
  "X-Fern-Runtime-Version": core.RUNTIME.version,
346
346
  },
@@ -408,7 +408,7 @@ class V1 {
408
408
  Authorization: yield this._getAuthorizationHeader(),
409
409
  "X-Fern-Language": "JavaScript",
410
410
  "X-Fern-SDK-Name": "candidhealth",
411
- "X-Fern-SDK-Version": "0.39.2",
411
+ "X-Fern-SDK-Version": "0.39.3",
412
412
  "X-Fern-Runtime": core.RUNTIME.type,
413
413
  "X-Fern-Runtime-Version": core.RUNTIME.version,
414
414
  },
@@ -461,7 +461,7 @@ class V1 {
461
461
  Authorization: yield this._getAuthorizationHeader(),
462
462
  "X-Fern-Language": "JavaScript",
463
463
  "X-Fern-SDK-Name": "candidhealth",
464
- "X-Fern-SDK-Version": "0.39.2",
464
+ "X-Fern-SDK-Version": "0.39.3",
465
465
  "X-Fern-Runtime": core.RUNTIME.type,
466
466
  "X-Fern-Runtime-Version": core.RUNTIME.version,
467
467
  },
@@ -514,7 +514,7 @@ class V1 {
514
514
  Authorization: yield this._getAuthorizationHeader(),
515
515
  "X-Fern-Language": "JavaScript",
516
516
  "X-Fern-SDK-Name": "candidhealth",
517
- "X-Fern-SDK-Version": "0.39.2",
517
+ "X-Fern-SDK-Version": "0.39.3",
518
518
  "X-Fern-Runtime": core.RUNTIME.type,
519
519
  "X-Fern-Runtime-Version": core.RUNTIME.version,
520
520
  },
@@ -565,7 +565,7 @@ class V1 {
565
565
  Authorization: yield this._getAuthorizationHeader(),
566
566
  "X-Fern-Language": "JavaScript",
567
567
  "X-Fern-SDK-Name": "candidhealth",
568
- "X-Fern-SDK-Version": "0.39.2",
568
+ "X-Fern-SDK-Version": "0.39.3",
569
569
  "X-Fern-Runtime": core.RUNTIME.type,
570
570
  "X-Fern-Runtime-Version": core.RUNTIME.version,
571
571
  },
@@ -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.39.2",
94
+ "X-Fern-SDK-Version": "0.39.3",
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.39.2",
179
+ "X-Fern-SDK-Version": "0.39.3",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -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.39.2",
71
+ "X-Fern-SDK-Version": "0.39.3",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -119,7 +119,7 @@ class V1 {
119
119
  Authorization: yield this._getAuthorizationHeader(),
120
120
  "X-Fern-Language": "JavaScript",
121
121
  "X-Fern-SDK-Name": "candidhealth",
122
- "X-Fern-SDK-Version": "0.39.2",
122
+ "X-Fern-SDK-Version": "0.39.3",
123
123
  "X-Fern-Runtime": core.RUNTIME.type,
124
124
  "X-Fern-Runtime-Version": core.RUNTIME.version,
125
125
  },
@@ -175,7 +175,7 @@ class V1 {
175
175
  Authorization: yield this._getAuthorizationHeader(),
176
176
  "X-Fern-Language": "JavaScript",
177
177
  "X-Fern-SDK-Name": "candidhealth",
178
- "X-Fern-SDK-Version": "0.39.2",
178
+ "X-Fern-SDK-Version": "0.39.3",
179
179
  "X-Fern-Runtime": core.RUNTIME.type,
180
180
  "X-Fern-Runtime-Version": core.RUNTIME.version,
181
181
  },
@@ -226,7 +226,7 @@ class V1 {
226
226
  Authorization: yield this._getAuthorizationHeader(),
227
227
  "X-Fern-Language": "JavaScript",
228
228
  "X-Fern-SDK-Name": "candidhealth",
229
- "X-Fern-SDK-Version": "0.39.2",
229
+ "X-Fern-SDK-Version": "0.39.3",
230
230
  "X-Fern-Runtime": core.RUNTIME.type,
231
231
  "X-Fern-Runtime-Version": core.RUNTIME.version,
232
232
  },
@@ -237,7 +237,7 @@ class V1 {
237
237
  Authorization: yield this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.39.2",
240
+ "X-Fern-SDK-Version": "0.39.3",
241
241
  "X-Fern-Runtime": core.RUNTIME.type,
242
242
  "X-Fern-Runtime-Version": core.RUNTIME.version,
243
243
  },
@@ -472,7 +472,7 @@ class V1 {
472
472
  Authorization: yield this._getAuthorizationHeader(),
473
473
  "X-Fern-Language": "JavaScript",
474
474
  "X-Fern-SDK-Name": "candidhealth",
475
- "X-Fern-SDK-Version": "0.39.2",
475
+ "X-Fern-SDK-Version": "0.39.3",
476
476
  "X-Fern-Runtime": core.RUNTIME.type,
477
477
  "X-Fern-Runtime-Version": core.RUNTIME.version,
478
478
  },
@@ -561,7 +561,7 @@ class V1 {
561
561
  Authorization: yield this._getAuthorizationHeader(),
562
562
  "X-Fern-Language": "JavaScript",
563
563
  "X-Fern-SDK-Name": "candidhealth",
564
- "X-Fern-SDK-Version": "0.39.2",
564
+ "X-Fern-SDK-Version": "0.39.3",
565
565
  "X-Fern-Runtime": core.RUNTIME.type,
566
566
  "X-Fern-Runtime-Version": core.RUNTIME.version,
567
567
  },
@@ -609,7 +609,7 @@ class V1 {
609
609
  Authorization: yield this._getAuthorizationHeader(),
610
610
  "X-Fern-Language": "JavaScript",
611
611
  "X-Fern-SDK-Name": "candidhealth",
612
- "X-Fern-SDK-Version": "0.39.2",
612
+ "X-Fern-SDK-Version": "0.39.3",
613
613
  "X-Fern-Runtime": core.RUNTIME.type,
614
614
  "X-Fern-Runtime-Version": core.RUNTIME.version,
615
615
  },
@@ -670,7 +670,7 @@ class V1 {
670
670
  Authorization: yield this._getAuthorizationHeader(),
671
671
  "X-Fern-Language": "JavaScript",
672
672
  "X-Fern-SDK-Name": "candidhealth",
673
- "X-Fern-SDK-Version": "0.39.2",
673
+ "X-Fern-SDK-Version": "0.39.3",
674
674
  "X-Fern-Runtime": core.RUNTIME.type,
675
675
  "X-Fern-Runtime-Version": core.RUNTIME.version,
676
676
  },
@@ -894,7 +894,7 @@ class V1 {
894
894
  Authorization: yield this._getAuthorizationHeader(),
895
895
  "X-Fern-Language": "JavaScript",
896
896
  "X-Fern-SDK-Name": "candidhealth",
897
- "X-Fern-SDK-Version": "0.39.2",
897
+ "X-Fern-SDK-Version": "0.39.3",
898
898
  "X-Fern-Runtime": core.RUNTIME.type,
899
899
  "X-Fern-Runtime-Version": core.RUNTIME.version,
900
900
  },
@@ -960,7 +960,7 @@ class V1 {
960
960
  Authorization: yield this._getAuthorizationHeader(),
961
961
  "X-Fern-Language": "JavaScript",
962
962
  "X-Fern-SDK-Name": "candidhealth",
963
- "X-Fern-SDK-Version": "0.39.2",
963
+ "X-Fern-SDK-Version": "0.39.3",
964
964
  "X-Fern-Runtime": core.RUNTIME.type,
965
965
  "X-Fern-Runtime-Version": core.RUNTIME.version,
966
966
  },
@@ -1028,7 +1028,7 @@ class V1 {
1028
1028
  Authorization: yield this._getAuthorizationHeader(),
1029
1029
  "X-Fern-Language": "JavaScript",
1030
1030
  "X-Fern-SDK-Name": "candidhealth",
1031
- "X-Fern-SDK-Version": "0.39.2",
1031
+ "X-Fern-SDK-Version": "0.39.3",
1032
1032
  "X-Fern-Runtime": core.RUNTIME.type,
1033
1033
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1034
1034
  },
@@ -1081,7 +1081,7 @@ class V1 {
1081
1081
  Authorization: yield this._getAuthorizationHeader(),
1082
1082
  "X-Fern-Language": "JavaScript",
1083
1083
  "X-Fern-SDK-Name": "candidhealth",
1084
- "X-Fern-SDK-Version": "0.39.2",
1084
+ "X-Fern-SDK-Version": "0.39.3",
1085
1085
  "X-Fern-Runtime": core.RUNTIME.type,
1086
1086
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1087
1087
  },
@@ -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.39.2",
71
+ "X-Fern-SDK-Version": "0.39.3",
72
72
  "X-Fern-Runtime": core.RUNTIME.type,
73
73
  "X-Fern-Runtime-Version": core.RUNTIME.version,
74
74
  },
@@ -126,7 +126,7 @@ class V1 {
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.39.2",
129
+ "X-Fern-SDK-Version": "0.39.3",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -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.39.2",
179
+ "X-Fern-SDK-Version": "0.39.3",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -228,7 +228,7 @@ class V1 {
228
228
  Authorization: yield this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.39.2",
231
+ "X-Fern-SDK-Version": "0.39.3",
232
232
  "X-Fern-Runtime": core.RUNTIME.type,
233
233
  "X-Fern-Runtime-Version": core.RUNTIME.version,
234
234
  },
@@ -277,7 +277,7 @@ class V1 {
277
277
  Authorization: yield this._getAuthorizationHeader(),
278
278
  "X-Fern-Language": "JavaScript",
279
279
  "X-Fern-SDK-Name": "candidhealth",
280
- "X-Fern-SDK-Version": "0.39.2",
280
+ "X-Fern-SDK-Version": "0.39.3",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -77,7 +77,7 @@ class ServiceFacility {
77
77
  Authorization: yield this._getAuthorizationHeader(),
78
78
  "X-Fern-Language": "JavaScript",
79
79
  "X-Fern-SDK-Name": "candidhealth",
80
- "X-Fern-SDK-Version": "0.39.2",
80
+ "X-Fern-SDK-Version": "0.39.3",
81
81
  "X-Fern-Runtime": core.RUNTIME.type,
82
82
  "X-Fern-Runtime-Version": core.RUNTIME.version,
83
83
  },
@@ -72,7 +72,9 @@ export declare class V2 {
72
72
  * testResults: [{
73
73
  * value: 1.1,
74
74
  * resultType: CandidApi.serviceLines.v2.TestResultType.Hematocrit
75
- * }]
75
+ * }],
76
+ * hasEpsdtIndicator: true,
77
+ * hasFamilyPlanningIndicator: true
76
78
  * })
77
79
  */
78
80
  create(request: CandidApi.serviceLines.v2.ServiceLineCreateStandalone, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.serviceLines.v2.ServiceLine, CandidApi.serviceLines.v2.create.Error>>;
@@ -113,7 +115,9 @@ export declare class V2 {
113
115
  * testResults: [{
114
116
  * value: 1.1,
115
117
  * resultType: CandidApi.serviceLines.v2.TestResultType.Hematocrit
116
- * }]
118
+ * }],
119
+ * hasEpsdtIndicator: true,
120
+ * hasFamilyPlanningIndicator: true
117
121
  * })
118
122
  */
119
123
  update(serviceLineId: CandidApi.ServiceLineId, request: CandidApi.serviceLines.v2.ServiceLineUpdate, requestOptions?: V2.RequestOptions): Promise<core.APIResponse<CandidApi.serviceLines.v2.ServiceLine, CandidApi.serviceLines.v2.update.Error>>;
@@ -99,7 +99,9 @@ class V2 {
99
99
  * testResults: [{
100
100
  * value: 1.1,
101
101
  * resultType: CandidApi.serviceLines.v2.TestResultType.Hematocrit
102
- * }]
102
+ * }],
103
+ * hasEpsdtIndicator: true,
104
+ * hasFamilyPlanningIndicator: true
103
105
  * })
104
106
  */
105
107
  create(request, requestOptions) {
@@ -113,7 +115,7 @@ class V2 {
113
115
  Authorization: yield this._getAuthorizationHeader(),
114
116
  "X-Fern-Language": "JavaScript",
115
117
  "X-Fern-SDK-Name": "candidhealth",
116
- "X-Fern-SDK-Version": "0.39.2",
118
+ "X-Fern-SDK-Version": "0.39.3",
117
119
  "X-Fern-Runtime": core.RUNTIME.type,
118
120
  "X-Fern-Runtime-Version": core.RUNTIME.version,
119
121
  },
@@ -194,7 +196,9 @@ class V2 {
194
196
  * testResults: [{
195
197
  * value: 1.1,
196
198
  * resultType: CandidApi.serviceLines.v2.TestResultType.Hematocrit
197
- * }]
199
+ * }],
200
+ * hasEpsdtIndicator: true,
201
+ * hasFamilyPlanningIndicator: true
198
202
  * })
199
203
  */
200
204
  update(serviceLineId, request, requestOptions) {
@@ -208,7 +212,7 @@ class V2 {
208
212
  Authorization: yield this._getAuthorizationHeader(),
209
213
  "X-Fern-Language": "JavaScript",
210
214
  "X-Fern-SDK-Name": "candidhealth",
211
- "X-Fern-SDK-Version": "0.39.2",
215
+ "X-Fern-SDK-Version": "0.39.3",
212
216
  "X-Fern-Runtime": core.RUNTIME.type,
213
217
  "X-Fern-Runtime-Version": core.RUNTIME.version,
214
218
  },
@@ -272,7 +276,7 @@ class V2 {
272
276
  Authorization: yield this._getAuthorizationHeader(),
273
277
  "X-Fern-Language": "JavaScript",
274
278
  "X-Fern-SDK-Name": "candidhealth",
275
- "X-Fern-SDK-Version": "0.39.2",
279
+ "X-Fern-SDK-Version": "0.39.3",
276
280
  "X-Fern-Runtime": core.RUNTIME.type,
277
281
  "X-Fern-Runtime-Version": core.RUNTIME.version,
278
282
  },
@@ -119,4 +119,14 @@ export interface ServiceLine {
119
119
  endDateOfService?: string;
120
120
  /** Maps to MEA-02 on the 837-P. No more than 5 test results may be submitted per service line. */
121
121
  testResults?: CandidApi.serviceLines.v2.TestResult[];
122
+ /**
123
+ * Maps to SV1-11 on the 837-P and Box 24H on the CMS-1500.
124
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
125
+ */
126
+ hasEpsdtIndicator?: boolean;
127
+ /**
128
+ * Maps to SV1-12 on the 837-P and Box 24I on the CMS-1500.
129
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
130
+ */
131
+ hasFamilyPlanningIndicator?: boolean;
122
132
  }