candidhealth 0.39.2 → 0.39.4

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 (202) 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.d.ts +2 -12
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -20
  51. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  52. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  53. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +15 -3
  54. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -12
  55. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +5 -1
  56. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +5 -1
  57. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  58. package/api/resources/serviceFacility/client/Client.js +1 -1
  59. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -2
  60. package/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
  61. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
  62. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
  63. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
  64. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
  65. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  66. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  67. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  68. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  69. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  70. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  71. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  72. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
  73. package/dist/api/resources/commons/types/index.d.ts +1 -0
  74. package/dist/api/resources/commons/types/index.js +1 -0
  75. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  76. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  77. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  78. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  79. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  80. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  81. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +231 -83
  82. package/dist/api/resources/encounters/resources/v4/client/Client.js +297 -89
  83. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
  84. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
  85. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
  86. package/dist/api/resources/encounters/resources/v4/client/index.js +2 -1
  87. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
  88. package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  89. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  90. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
  91. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +5 -0
  92. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  93. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
  94. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +5 -0
  95. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
  96. package/dist/api/resources/encounters/resources/v4/types/index.js +2 -0
  97. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  98. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  99. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  100. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  101. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  102. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  103. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  104. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  105. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  106. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  107. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  108. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  109. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  110. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  111. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  112. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  113. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  114. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  115. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  116. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  117. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -12
  118. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -20
  119. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  120. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  121. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +15 -3
  122. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -12
  123. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +5 -1
  124. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +5 -1
  125. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  126. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  127. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -2
  128. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
  129. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
  130. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
  131. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
  132. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
  133. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  134. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  135. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  136. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
  137. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  138. package/dist/serialization/resources/commons/types/index.js +1 -0
  139. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
  140. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
  141. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
  142. package/dist/serialization/resources/encounters/resources/v4/client/index.js +2 -1
  143. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  144. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  145. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  146. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
  147. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  148. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  149. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
  150. package/dist/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
  151. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  152. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  153. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
  154. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
  155. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
  156. package/dist/serialization/resources/encounters/resources/v4/types/index.js +2 -0
  157. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  158. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  159. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  160. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  161. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  162. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  163. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  164. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  165. package/package.json +1 -1
  166. package/reference.md +327 -100
  167. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  168. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
  169. package/serialization/resources/commons/types/index.d.ts +1 -0
  170. package/serialization/resources/commons/types/index.js +1 -0
  171. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
  172. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
  173. package/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
  174. package/serialization/resources/encounters/resources/v4/client/index.js +2 -1
  175. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  176. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  177. package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  178. package/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
  179. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  180. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  181. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
  182. package/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
  183. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  184. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  185. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
  186. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
  187. package/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
  188. package/serialization/resources/encounters/resources/v4/types/index.js +2 -0
  189. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  190. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  191. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  192. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  193. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  194. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  195. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  196. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  197. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
  198. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
  199. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
  200. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
  201. /package/api/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +0 -0
  202. /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js → api/resources/encounters/resources/v4/types/EpsdtReferral.js} +0 -0
@@ -139,9 +139,13 @@ import * as CandidApi from "../../../../../../../../index";
139
139
  * authorizations: [{
140
140
  * payerId: CandidApi.preEncounter.PayerId("string"),
141
141
  * payerName: "string",
142
+ * additionalPayerInformation: {},
142
143
  * authorizationNumber: "string",
143
144
  * cptCode: "string",
144
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
145
+ * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
146
+ * quantity: 1,
147
+ * period: {},
148
+ * notes: "string"
145
149
  * }],
146
150
  * referrals: [{
147
151
  * provider: {
@@ -140,9 +140,13 @@ import * as CandidApi from "../../../../../../../../index";
140
140
  * authorizations: [{
141
141
  * payerId: CandidApi.preEncounter.PayerId("string"),
142
142
  * payerName: "string",
143
+ * additionalPayerInformation: {},
143
144
  * authorizationNumber: "string",
144
145
  * cptCode: "string",
145
- * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit
146
+ * units: CandidApi.preEncounter.patients.v1.AuthorizationUnit.Visit,
147
+ * quantity: 1,
148
+ * period: {},
149
+ * notes: "string"
146
150
  * }],
147
151
  * referrals: [{
148
152
  * provider: {
@@ -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.4",
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.4",
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.4",
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.4",
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.4",
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.4",
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.4",
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.4",
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.4",
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
  }
@@ -4,6 +4,16 @@
4
4
  import * as CandidApi from "../../../../../index";
5
5
  export interface ServiceLineCreate {
6
6
  modifiers?: CandidApi.ProcedureModifier[];
7
+ /**
8
+ * Maps to SV1-11 on the 837-P and Box 24H on the CMS-1500.
9
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
10
+ */
11
+ hasEpsdtIndicator?: boolean;
12
+ /**
13
+ * Maps to SV1-12 on the 837-P and Box 24I on the CMS-1500.
14
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
15
+ */
16
+ hasFamilyPlanningIndicator?: boolean;
7
17
  procedureCode: string;
8
18
  /**
9
19
  * String representation of a Decimal that can be parsed by most libraries.
@@ -33,4 +33,14 @@ export interface ServiceLineCreateStandalone {
33
33
  orderingProvider?: CandidApi.encounterProviders.v2.OrderingProvider;
34
34
  /** Maps to MEA-02 on the 837-P. No more than 5 test results may be submitted per service line. */
35
35
  testResults?: CandidApi.serviceLines.v2.TestResult[];
36
+ /**
37
+ * Maps to SV1-11 on the 837-P and Box 24H on the CMS-1500.
38
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
39
+ */
40
+ hasEpsdtIndicator?: boolean;
41
+ /**
42
+ * Maps to SV1-12 on the 837-P and Box 24I on the CMS-1500.
43
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
44
+ */
45
+ hasFamilyPlanningIndicator?: boolean;
36
46
  }
@@ -33,4 +33,14 @@ export interface ServiceLineUpdate {
33
33
  * results may be submitted per service line.
34
34
  */
35
35
  testResults?: CandidApi.serviceLines.v2.TestResult[];
36
+ /**
37
+ * Maps to SV1-11 on the 837-P and Box 24H on the CMS-1500.
38
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
39
+ */
40
+ hasEpsdtIndicator?: boolean;
41
+ /**
42
+ * Maps to SV1-12 on the 837-P and Box 24I on the CMS-1500.
43
+ * If the value is true, the box will be populated with "Y". Otherwise, the box will not be populated.
44
+ */
45
+ hasFamilyPlanningIndicator?: boolean;
36
46
  }
@@ -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.4",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -166,7 +166,7 @@ class V3 {
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.39.2",
169
+ "X-Fern-SDK-Version": "0.39.4",
170
170
  "X-Fern-Runtime": core.RUNTIME.type,
171
171
  "X-Fern-Runtime-Version": core.RUNTIME.version,
172
172
  },
@@ -226,7 +226,7 @@ class V3 {
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.4",
230
230
  "X-Fern-Runtime": core.RUNTIME.type,
231
231
  "X-Fern-Runtime-Version": core.RUNTIME.version,
232
232
  },
@@ -294,7 +294,7 @@ class V3 {
294
294
  Authorization: yield this._getAuthorizationHeader(),
295
295
  "X-Fern-Language": "JavaScript",
296
296
  "X-Fern-SDK-Name": "candidhealth",
297
- "X-Fern-SDK-Version": "0.39.2",
297
+ "X-Fern-SDK-Version": "0.39.4",
298
298
  "X-Fern-Runtime": core.RUNTIME.type,
299
299
  "X-Fern-Runtime-Version": core.RUNTIME.version,
300
300
  },
@@ -345,7 +345,7 @@ class V3 {
345
345
  Authorization: yield this._getAuthorizationHeader(),
346
346
  "X-Fern-Language": "JavaScript",
347
347
  "X-Fern-SDK-Name": "candidhealth",
348
- "X-Fern-SDK-Version": "0.39.2",
348
+ "X-Fern-SDK-Version": "0.39.4",
349
349
  "X-Fern-Runtime": core.RUNTIME.type,
350
350
  "X-Fern-Runtime-Version": core.RUNTIME.version,
351
351
  },
@@ -116,7 +116,7 @@ class V1 {
116
116
  Authorization: yield this._getAuthorizationHeader(),
117
117
  "X-Fern-Language": "JavaScript",
118
118
  "X-Fern-SDK-Name": "candidhealth",
119
- "X-Fern-SDK-Version": "0.39.2",
119
+ "X-Fern-SDK-Version": "0.39.4",
120
120
  "X-Fern-Runtime": core.RUNTIME.type,
121
121
  "X-Fern-Runtime-Version": core.RUNTIME.version,
122
122
  },
@@ -164,7 +164,7 @@ class V1 {
164
164
  Authorization: yield this._getAuthorizationHeader(),
165
165
  "X-Fern-Language": "JavaScript",
166
166
  "X-Fern-SDK-Name": "candidhealth",
167
- "X-Fern-SDK-Version": "0.39.2",
167
+ "X-Fern-SDK-Version": "0.39.4",
168
168
  "X-Fern-Runtime": core.RUNTIME.type,
169
169
  "X-Fern-Runtime-Version": core.RUNTIME.version,
170
170
  },
@@ -221,7 +221,7 @@ class V1 {
221
221
  Authorization: yield this._getAuthorizationHeader(),
222
222
  "X-Fern-Language": "JavaScript",
223
223
  "X-Fern-SDK-Name": "candidhealth",
224
- "X-Fern-SDK-Version": "0.39.2",
224
+ "X-Fern-SDK-Version": "0.39.4",
225
225
  "X-Fern-Runtime": core.RUNTIME.type,
226
226
  "X-Fern-Runtime-Version": core.RUNTIME.version,
227
227
  },
@@ -271,7 +271,7 @@ class V1 {
271
271
  Authorization: yield this._getAuthorizationHeader(),
272
272
  "X-Fern-Language": "JavaScript",
273
273
  "X-Fern-SDK-Name": "candidhealth",
274
- "X-Fern-SDK-Version": "0.39.2",
274
+ "X-Fern-SDK-Version": "0.39.4",
275
275
  "X-Fern-Runtime": core.RUNTIME.type,
276
276
  "X-Fern-Runtime-Version": core.RUNTIME.version,
277
277
  },
@@ -87,7 +87,7 @@ class V2 {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "candidhealth",
90
- "X-Fern-SDK-Version": "0.39.2",
90
+ "X-Fern-SDK-Version": "0.39.4",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -69,7 +69,7 @@ class V2 {
69
69
  Authorization: yield this._getAuthorizationHeader(),
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "candidhealth",
72
- "X-Fern-SDK-Version": "0.39.2",
72
+ "X-Fern-SDK-Version": "0.39.4",
73
73
  "X-Fern-Runtime": core.RUNTIME.type,
74
74
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
75
  },
@@ -117,7 +117,7 @@ class V2 {
117
117
  Authorization: yield this._getAuthorizationHeader(),
118
118
  "X-Fern-Language": "JavaScript",
119
119
  "X-Fern-SDK-Name": "candidhealth",
120
- "X-Fern-SDK-Version": "0.39.2",
120
+ "X-Fern-SDK-Version": "0.39.4",
121
121
  "X-Fern-Runtime": core.RUNTIME.type,
122
122
  "X-Fern-Runtime-Version": core.RUNTIME.version,
123
123
  },
@@ -176,7 +176,7 @@ class V2 {
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.4",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -73,7 +73,7 @@ class V1 {
73
73
  Authorization: yield this._getAuthorizationHeader(),
74
74
  "X-Fern-Language": "JavaScript",
75
75
  "X-Fern-SDK-Name": "candidhealth",
76
- "X-Fern-SDK-Version": "0.39.2",
76
+ "X-Fern-SDK-Version": "0.39.4",
77
77
  "X-Fern-Runtime": core.RUNTIME.type,
78
78
  "X-Fern-Runtime-Version": core.RUNTIME.version,
79
79
  },
@@ -139,7 +139,7 @@ class V1 {
139
139
  Authorization: yield this._getAuthorizationHeader(),
140
140
  "X-Fern-Language": "JavaScript",
141
141
  "X-Fern-SDK-Name": "candidhealth",
142
- "X-Fern-SDK-Version": "0.39.2",
142
+ "X-Fern-SDK-Version": "0.39.4",
143
143
  "X-Fern-Runtime": core.RUNTIME.type,
144
144
  "X-Fern-Runtime-Version": core.RUNTIME.version,
145
145
  },
@@ -202,7 +202,7 @@ class V1 {
202
202
  Authorization: yield this._getAuthorizationHeader(),
203
203
  "X-Fern-Language": "JavaScript",
204
204
  "X-Fern-SDK-Name": "candidhealth",
205
- "X-Fern-SDK-Version": "0.39.2",
205
+ "X-Fern-SDK-Version": "0.39.4",
206
206
  "X-Fern-Runtime": core.RUNTIME.type,
207
207
  "X-Fern-Runtime-Version": core.RUNTIME.version,
208
208
  },
@@ -268,7 +268,7 @@ class V1 {
268
268
  Authorization: yield this._getAuthorizationHeader(),
269
269
  "X-Fern-Language": "JavaScript",
270
270
  "X-Fern-SDK-Name": "candidhealth",
271
- "X-Fern-SDK-Version": "0.39.2",
271
+ "X-Fern-SDK-Version": "0.39.4",
272
272
  "X-Fern-Runtime": core.RUNTIME.type,
273
273
  "X-Fern-Runtime-Version": core.RUNTIME.version,
274
274
  },
@@ -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.4",
344
344
  "X-Fern-Runtime": core.RUNTIME.type,
345
345
  "X-Fern-Runtime-Version": core.RUNTIME.version,
346
346
  },
@@ -66,7 +66,7 @@ class V1 {
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.4",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -125,7 +125,7 @@ class V1 {
125
125
  Authorization: yield this._getAuthorizationHeader(),
126
126
  "X-Fern-Language": "JavaScript",
127
127
  "X-Fern-SDK-Name": "candidhealth",
128
- "X-Fern-SDK-Version": "0.39.2",
128
+ "X-Fern-SDK-Version": "0.39.4",
129
129
  "X-Fern-Runtime": core.RUNTIME.type,
130
130
  "X-Fern-Runtime-Version": core.RUNTIME.version,
131
131
  },
@@ -215,7 +215,7 @@ class V1 {
215
215
  Authorization: yield this._getAuthorizationHeader(),
216
216
  "X-Fern-Language": "JavaScript",
217
217
  "X-Fern-SDK-Name": "candidhealth",
218
- "X-Fern-SDK-Version": "0.39.2",
218
+ "X-Fern-SDK-Version": "0.39.4",
219
219
  "X-Fern-Runtime": core.RUNTIME.type,
220
220
  "X-Fern-Runtime-Version": core.RUNTIME.version,
221
221
  },
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type EpsdtReferralConditionIndicatorCode = "AV" | "NU" | "S2" | "ST";
5
+ export declare const EpsdtReferralConditionIndicatorCode: {
6
+ readonly Av: "AV";
7
+ readonly Nu: "NU";
8
+ readonly S2: "S2";
9
+ readonly St: "ST";
10
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EpsdtReferralConditionIndicatorCode = void 0;
7
+ exports.EpsdtReferralConditionIndicatorCode = {
8
+ Av: "AV",
9
+ Nu: "NU",
10
+ S2: "S2",
11
+ St: "ST",
12
+ };
@@ -64,3 +64,4 @@ export * from "./Email";
64
64
  export * from "./DelayReasonCode";
65
65
  export * from "./IntendedSubmissionMedium";
66
66
  export * from "./BillingProviderCommercialLicenseType";
67
+ export * from "./EpsdtReferralConditionIndicatorCode";
@@ -80,3 +80,4 @@ __exportStar(require("./Email"), exports);
80
80
  __exportStar(require("./DelayReasonCode"), exports);
81
81
  __exportStar(require("./IntendedSubmissionMedium"), exports);
82
82
  __exportStar(require("./BillingProviderCommercialLicenseType"), exports);
83
+ __exportStar(require("./EpsdtReferralConditionIndicatorCode"), exports);
@@ -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.4",
70
70
  "X-Fern-Runtime": core.RUNTIME.type,
71
71
  "X-Fern-Runtime-Version": core.RUNTIME.version,
72
72
  },
@@ -171,7 +171,7 @@ class V2 {
171
171
  Authorization: yield this._getAuthorizationHeader(),
172
172
  "X-Fern-Language": "JavaScript",
173
173
  "X-Fern-SDK-Name": "candidhealth",
174
- "X-Fern-SDK-Version": "0.39.2",
174
+ "X-Fern-SDK-Version": "0.39.4",
175
175
  "X-Fern-Runtime": core.RUNTIME.type,
176
176
  "X-Fern-Runtime-Version": core.RUNTIME.version,
177
177
  },
@@ -246,7 +246,7 @@ class V2 {
246
246
  Authorization: yield this._getAuthorizationHeader(),
247
247
  "X-Fern-Language": "JavaScript",
248
248
  "X-Fern-SDK-Name": "candidhealth",
249
- "X-Fern-SDK-Version": "0.39.2",
249
+ "X-Fern-SDK-Version": "0.39.4",
250
250
  "X-Fern-Runtime": core.RUNTIME.type,
251
251
  "X-Fern-Runtime-Version": core.RUNTIME.version,
252
252
  },
@@ -292,7 +292,7 @@ class V2 {
292
292
  Authorization: yield this._getAuthorizationHeader(),
293
293
  "X-Fern-Language": "JavaScript",
294
294
  "X-Fern-SDK-Name": "candidhealth",
295
- "X-Fern-SDK-Version": "0.39.2",
295
+ "X-Fern-SDK-Version": "0.39.4",
296
296
  "X-Fern-Runtime": core.RUNTIME.type,
297
297
  "X-Fern-Runtime-Version": core.RUNTIME.version,
298
298
  },
@@ -380,7 +380,7 @@ class V2 {
380
380
  Authorization: yield this._getAuthorizationHeader(),
381
381
  "X-Fern-Language": "JavaScript",
382
382
  "X-Fern-SDK-Name": "candidhealth",
383
- "X-Fern-SDK-Version": "0.39.2",
383
+ "X-Fern-SDK-Version": "0.39.4",
384
384
  "X-Fern-Runtime": core.RUNTIME.type,
385
385
  "X-Fern-Runtime-Version": core.RUNTIME.version,
386
386
  },
@@ -78,7 +78,7 @@ class V2 {
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.4",
82
82
  "X-Fern-Runtime": core.RUNTIME.type,
83
83
  "X-Fern-Runtime-Version": core.RUNTIME.version,
84
84
  },
@@ -141,7 +141,7 @@ class V2 {
141
141
  Authorization: yield this._getAuthorizationHeader(),
142
142
  "X-Fern-Language": "JavaScript",
143
143
  "X-Fern-SDK-Name": "candidhealth",
144
- "X-Fern-SDK-Version": "0.39.2",
144
+ "X-Fern-SDK-Version": "0.39.4",
145
145
  "X-Fern-Runtime": core.RUNTIME.type,
146
146
  "X-Fern-Runtime-Version": core.RUNTIME.version,
147
147
  },
@@ -228,7 +228,7 @@ class V2 {
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.4",
232
232
  "X-Fern-Runtime": core.RUNTIME.type,
233
233
  "X-Fern-Runtime-Version": core.RUNTIME.version,
234
234
  },
@@ -291,7 +291,7 @@ class V2 {
291
291
  Authorization: yield this._getAuthorizationHeader(),
292
292
  "X-Fern-Language": "JavaScript",
293
293
  "X-Fern-SDK-Name": "candidhealth",
294
- "X-Fern-SDK-Version": "0.39.2",
294
+ "X-Fern-SDK-Version": "0.39.4",
295
295
  "X-Fern-Runtime": core.RUNTIME.type,
296
296
  "X-Fern-Runtime-Version": core.RUNTIME.version,
297
297
  },
@@ -358,7 +358,7 @@ class V2 {
358
358
  Authorization: yield this._getAuthorizationHeader(),
359
359
  "X-Fern-Language": "JavaScript",
360
360
  "X-Fern-SDK-Name": "candidhealth",
361
- "X-Fern-SDK-Version": "0.39.2",
361
+ "X-Fern-SDK-Version": "0.39.4",
362
362
  "X-Fern-Runtime": core.RUNTIME.type,
363
363
  "X-Fern-Runtime-Version": core.RUNTIME.version,
364
364
  },
@@ -67,7 +67,7 @@ class V1 {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "candidhealth",
70
- "X-Fern-SDK-Version": "0.39.2",
70
+ "X-Fern-SDK-Version": "0.39.4",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -128,7 +128,7 @@ class V1 {
128
128
  Authorization: yield this._getAuthorizationHeader(),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "candidhealth",
131
- "X-Fern-SDK-Version": "0.39.2",
131
+ "X-Fern-SDK-Version": "0.39.4",
132
132
  "X-Fern-Runtime": core.RUNTIME.type,
133
133
  "X-Fern-Runtime-Version": core.RUNTIME.version,
134
134
  },
@@ -207,7 +207,7 @@ class V1 {
207
207
  Authorization: yield this._getAuthorizationHeader(),
208
208
  "X-Fern-Language": "JavaScript",
209
209
  "X-Fern-SDK-Name": "candidhealth",
210
- "X-Fern-SDK-Version": "0.39.2",
210
+ "X-Fern-SDK-Version": "0.39.4",
211
211
  "X-Fern-Runtime": core.RUNTIME.type,
212
212
  "X-Fern-Runtime-Version": core.RUNTIME.version,
213
213
  },
@@ -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.4",
281
281
  "X-Fern-Runtime": core.RUNTIME.type,
282
282
  "X-Fern-Runtime-Version": core.RUNTIME.version,
283
283
  },
@@ -73,7 +73,7 @@ class Diagnoses {
73
73
  Authorization: yield this._getAuthorizationHeader(),
74
74
  "X-Fern-Language": "JavaScript",
75
75
  "X-Fern-SDK-Name": "candidhealth",
76
- "X-Fern-SDK-Version": "0.39.2",
76
+ "X-Fern-SDK-Version": "0.39.4",
77
77
  "X-Fern-Runtime": core.RUNTIME.type,
78
78
  "X-Fern-Runtime-Version": core.RUNTIME.version,
79
79
  },
@@ -126,7 +126,7 @@ class Diagnoses {
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.4",
130
130
  "X-Fern-Runtime": core.RUNTIME.type,
131
131
  "X-Fern-Runtime-Version": core.RUNTIME.version,
132
132
  },
@@ -188,7 +188,7 @@ class Diagnoses {
188
188
  Authorization: yield this._getAuthorizationHeader(),
189
189
  "X-Fern-Language": "JavaScript",
190
190
  "X-Fern-SDK-Name": "candidhealth",
191
- "X-Fern-SDK-Version": "0.39.2",
191
+ "X-Fern-SDK-Version": "0.39.4",
192
192
  "X-Fern-Runtime": core.RUNTIME.type,
193
193
  "X-Fern-Runtime-Version": core.RUNTIME.version,
194
194
  },
@@ -83,7 +83,7 @@ class V2 {
83
83
  Authorization: yield this._getAuthorizationHeader(),
84
84
  "X-Fern-Language": "JavaScript",
85
85
  "X-Fern-SDK-Name": "candidhealth",
86
- "X-Fern-SDK-Version": "0.39.2",
86
+ "X-Fern-SDK-Version": "0.39.4",
87
87
  "X-Fern-Runtime": core.RUNTIME.type,
88
88
  "X-Fern-Runtime-Version": core.RUNTIME.version,
89
89
  },
@@ -156,7 +156,7 @@ class V2 {
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.4",
160
160
  "X-Fern-Runtime": core.RUNTIME.type,
161
161
  "X-Fern-Runtime-Version": core.RUNTIME.version,
162
162
  },
@@ -227,7 +227,7 @@ class V2 {
227
227
  Authorization: yield this._getAuthorizationHeader(),
228
228
  "X-Fern-Language": "JavaScript",
229
229
  "X-Fern-SDK-Name": "candidhealth",
230
- "X-Fern-SDK-Version": "0.39.2",
230
+ "X-Fern-SDK-Version": "0.39.4",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },