candidhealth 0.38.0 → 0.38.2

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 (190) 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.d.ts +7 -4
  4. package/api/resources/chargeCapture/resources/v1/client/Client.js +18 -12
  5. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  6. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  7. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  8. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  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.js +7 -5
  16. package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  17. package/api/resources/encounters/resources/v4/client/create.js +11 -0
  18. package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  19. package/api/resources/encounters/resources/v4/client/update.js +11 -0
  20. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  21. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
  22. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
  23. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  24. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  25. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  26. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  27. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  28. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  29. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  30. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  31. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  32. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  33. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  34. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  35. package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  36. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  37. package/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  38. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  39. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  40. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  41. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  42. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  43. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  44. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  45. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  46. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  47. package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  48. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  49. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  51. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  52. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  53. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  54. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  55. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  56. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  57. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  58. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  59. package/api/resources/serviceFacility/client/Client.js +1 -1
  60. package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  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/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  64. package/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  65. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  66. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  67. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
  68. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +18 -12
  69. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  70. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  71. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  72. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  73. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  74. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  75. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  76. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  77. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  78. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  79. package/dist/api/resources/encounters/resources/v4/client/Client.js +7 -5
  80. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  81. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  82. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  83. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  84. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  85. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
  86. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
  87. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  88. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  89. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  90. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  91. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  92. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  93. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  94. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  95. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  96. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  97. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  98. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  99. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  100. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  101. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  102. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  103. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  104. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  105. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  106. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  107. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  108. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  109. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  110. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  111. package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  112. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  113. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  114. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  115. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  116. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  117. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  118. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  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.js +9 -9
  122. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  123. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  124. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  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/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  128. package/dist/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  129. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  130. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  131. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  132. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  133. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  134. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  135. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  136. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  137. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  138. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  139. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  140. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  141. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  142. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +33 -0
  143. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  144. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  145. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  146. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  147. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  148. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  149. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  150. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  151. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  152. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  153. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  154. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  155. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  156. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  157. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  158. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
  159. package/package.json +1 -1
  160. package/reference.md +6 -3
  161. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  162. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  163. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  164. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  165. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  166. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  167. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  168. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  169. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  170. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  171. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
  172. package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
  173. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  174. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +33 -0
  175. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  176. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  177. package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  178. package/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  179. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  180. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  181. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  182. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  183. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  184. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  185. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  186. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  187. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  188. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  189. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  190. package/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
@@ -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.38.0",
81
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
144
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
231
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
294
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
361
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
70
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
131
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
210
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
280
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
76
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
129
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
191
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
86
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
159
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
230
+ "X-Fern-SDK-Version": "0.38.2",
231
231
  "X-Fern-Runtime": core.RUNTIME.type,
232
232
  "X-Fern-Runtime-Version": core.RUNTIME.version,
233
233
  },
@@ -67,7 +67,7 @@ class V2 {
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.38.0",
70
+ "X-Fern-SDK-Version": "0.38.2",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -131,7 +131,7 @@ class V2 {
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.38.0",
134
+ "X-Fern-SDK-Version": "0.38.2",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -196,7 +196,7 @@ class V2 {
196
196
  Authorization: yield this._getAuthorizationHeader(),
197
197
  "X-Fern-Language": "JavaScript",
198
198
  "X-Fern-SDK-Name": "candidhealth",
199
- "X-Fern-SDK-Version": "0.38.0",
199
+ "X-Fern-SDK-Version": "0.38.2",
200
200
  "X-Fern-Runtime": core.RUNTIME.type,
201
201
  "X-Fern-Runtime-Version": core.RUNTIME.version,
202
202
  },
@@ -272,7 +272,7 @@ class V2 {
272
272
  Authorization: yield this._getAuthorizationHeader(),
273
273
  "X-Fern-Language": "JavaScript",
274
274
  "X-Fern-SDK-Name": "candidhealth",
275
- "X-Fern-SDK-Version": "0.38.0",
275
+ "X-Fern-SDK-Version": "0.38.2",
276
276
  "X-Fern-Runtime": core.RUNTIME.type,
277
277
  "X-Fern-Runtime-Version": core.RUNTIME.version,
278
278
  },
@@ -347,7 +347,7 @@ class V2 {
347
347
  Authorization: yield this._getAuthorizationHeader(),
348
348
  "X-Fern-Language": "JavaScript",
349
349
  "X-Fern-SDK-Name": "candidhealth",
350
- "X-Fern-SDK-Version": "0.38.0",
350
+ "X-Fern-SDK-Version": "0.38.2",
351
351
  "X-Fern-Runtime": core.RUNTIME.type,
352
352
  "X-Fern-Runtime-Version": core.RUNTIME.version,
353
353
  },
@@ -424,7 +424,7 @@ class V2 {
424
424
  Authorization: yield this._getAuthorizationHeader(),
425
425
  "X-Fern-Language": "JavaScript",
426
426
  "X-Fern-SDK-Name": "candidhealth",
427
- "X-Fern-SDK-Version": "0.38.0",
427
+ "X-Fern-SDK-Version": "0.38.2",
428
428
  "X-Fern-Runtime": core.RUNTIME.type,
429
429
  "X-Fern-Runtime-Version": core.RUNTIME.version,
430
430
  },
@@ -502,7 +502,7 @@ class V2 {
502
502
  Authorization: yield this._getAuthorizationHeader(),
503
503
  "X-Fern-Language": "JavaScript",
504
504
  "X-Fern-SDK-Name": "candidhealth",
505
- "X-Fern-SDK-Version": "0.38.0",
505
+ "X-Fern-SDK-Version": "0.38.2",
506
506
  "X-Fern-Runtime": core.RUNTIME.type,
507
507
  "X-Fern-Runtime-Version": core.RUNTIME.version,
508
508
  },
@@ -579,7 +579,7 @@ class V2 {
579
579
  Authorization: yield this._getAuthorizationHeader(),
580
580
  "X-Fern-Language": "JavaScript",
581
581
  "X-Fern-SDK-Name": "candidhealth",
582
- "X-Fern-SDK-Version": "0.38.0",
582
+ "X-Fern-SDK-Version": "0.38.2",
583
583
  "X-Fern-Runtime": core.RUNTIME.type,
584
584
  "X-Fern-Runtime-Version": core.RUNTIME.version,
585
585
  },
@@ -643,7 +643,7 @@ class V2 {
643
643
  Authorization: yield this._getAuthorizationHeader(),
644
644
  "X-Fern-Language": "JavaScript",
645
645
  "X-Fern-SDK-Name": "candidhealth",
646
- "X-Fern-SDK-Version": "0.38.0",
646
+ "X-Fern-SDK-Version": "0.38.2",
647
647
  "X-Fern-Runtime": core.RUNTIME.type,
648
648
  "X-Fern-Runtime-Version": core.RUNTIME.version,
649
649
  },
@@ -698,7 +698,7 @@ class V2 {
698
698
  Authorization: yield this._getAuthorizationHeader(),
699
699
  "X-Fern-Language": "JavaScript",
700
700
  "X-Fern-SDK-Name": "candidhealth",
701
- "X-Fern-SDK-Version": "0.38.0",
701
+ "X-Fern-SDK-Version": "0.38.2",
702
702
  "X-Fern-Runtime": core.RUNTIME.type,
703
703
  "X-Fern-Runtime-Version": core.RUNTIME.version,
704
704
  },
@@ -753,7 +753,7 @@ class V2 {
753
753
  Authorization: yield this._getAuthorizationHeader(),
754
754
  "X-Fern-Language": "JavaScript",
755
755
  "X-Fern-SDK-Name": "candidhealth",
756
- "X-Fern-SDK-Version": "0.38.0",
756
+ "X-Fern-SDK-Version": "0.38.2",
757
757
  "X-Fern-Runtime": core.RUNTIME.type,
758
758
  "X-Fern-Runtime-Version": core.RUNTIME.version,
759
759
  },
@@ -808,7 +808,7 @@ class V2 {
808
808
  Authorization: yield this._getAuthorizationHeader(),
809
809
  "X-Fern-Language": "JavaScript",
810
810
  "X-Fern-SDK-Name": "candidhealth",
811
- "X-Fern-SDK-Version": "0.38.0",
811
+ "X-Fern-SDK-Version": "0.38.2",
812
812
  "X-Fern-Runtime": core.RUNTIME.type,
813
813
  "X-Fern-Runtime-Version": core.RUNTIME.version,
814
814
  },
@@ -132,7 +132,7 @@ class V4 {
132
132
  Authorization: yield this._getAuthorizationHeader(),
133
133
  "X-Fern-Language": "JavaScript",
134
134
  "X-Fern-SDK-Name": "candidhealth",
135
- "X-Fern-SDK-Version": "0.38.0",
135
+ "X-Fern-SDK-Version": "0.38.2",
136
136
  "X-Fern-Runtime": core.RUNTIME.type,
137
137
  "X-Fern-Runtime-Version": core.RUNTIME.version,
138
138
  },
@@ -178,7 +178,7 @@ class V4 {
178
178
  Authorization: yield this._getAuthorizationHeader(),
179
179
  "X-Fern-Language": "JavaScript",
180
180
  "X-Fern-SDK-Name": "candidhealth",
181
- "X-Fern-SDK-Version": "0.38.0",
181
+ "X-Fern-SDK-Version": "0.38.2",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -528,7 +528,7 @@ class V4 {
528
528
  Authorization: yield this._getAuthorizationHeader(),
529
529
  "X-Fern-Language": "JavaScript",
530
530
  "X-Fern-SDK-Name": "candidhealth",
531
- "X-Fern-SDK-Version": "0.38.0",
531
+ "X-Fern-SDK-Version": "0.38.2",
532
532
  "X-Fern-Runtime": core.RUNTIME.type,
533
533
  "X-Fern-Runtime-Version": core.RUNTIME.version,
534
534
  },
@@ -559,6 +559,7 @@ class V4 {
559
559
  case "HttpRequestValidationsError":
560
560
  case "CashPayPayerError":
561
561
  case "SchemaInstanceValidationHttpFailure":
562
+ case "InvalidTagNamesError":
562
563
  return {
563
564
  ok: false,
564
565
  error: serializers.encounters.v4.create.Error.parseOrThrow(_response.error.body, {
@@ -834,7 +835,7 @@ class V4 {
834
835
  Authorization: yield this._getAuthorizationHeader(),
835
836
  "X-Fern-Language": "JavaScript",
836
837
  "X-Fern-SDK-Name": "candidhealth",
837
- "X-Fern-SDK-Version": "0.38.0",
838
+ "X-Fern-SDK-Version": "0.38.2",
838
839
  "X-Fern-Runtime": core.RUNTIME.type,
839
840
  "X-Fern-Runtime-Version": core.RUNTIME.version,
840
841
  },
@@ -985,7 +986,7 @@ class V4 {
985
986
  Authorization: yield this._getAuthorizationHeader(),
986
987
  "X-Fern-Language": "JavaScript",
987
988
  "X-Fern-SDK-Name": "candidhealth",
988
- "X-Fern-SDK-Version": "0.38.0",
989
+ "X-Fern-SDK-Version": "0.38.2",
989
990
  "X-Fern-Runtime": core.RUNTIME.type,
990
991
  "X-Fern-Runtime-Version": core.RUNTIME.version,
991
992
  },
@@ -1015,6 +1016,7 @@ class V4 {
1015
1016
  case "HttpRequestValidationsError":
1016
1017
  case "SchemaInstanceValidationHttpFailure":
1017
1018
  case "UnprocessableEntityError":
1019
+ case "InvalidTagNamesError":
1018
1020
  return {
1019
1021
  ok: false,
1020
1022
  error: serializers.encounters.v4.update.Error.parseOrThrow(_response.error.body, {
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.create.Error._Unknown;
6
+ export declare type Error = CandidApi.encounters.v4.create.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.create.Error.EncounterPatientControlNumberUniquenessError | CandidApi.encounters.v4.create.Error.EntityNotFoundError | CandidApi.encounters.v4.create.Error.EncounterGuarantorMissingContactInfoError | CandidApi.encounters.v4.create.Error.HttpRequestValidationsError | CandidApi.encounters.v4.create.Error.CashPayPayerError | CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.create.Error.InvalidTagNamesError | CandidApi.encounters.v4.create.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface EncounterExternalIdUniquenessError extends _Utils {
9
9
  errorName: "EncounterExternalIdUniquenessError";
@@ -33,6 +33,10 @@ export declare namespace Error {
33
33
  errorName: "SchemaInstanceValidationHttpFailure";
34
34
  content: CandidApi.encounters.v4.SchemaInstanceValidationFailure;
35
35
  }
36
+ interface InvalidTagNamesError extends _Utils {
37
+ errorName: "InvalidTagNamesError";
38
+ content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
39
+ }
36
40
  interface _Unknown extends _Utils {
37
41
  errorName: void;
38
42
  content: core.Fetcher.Error;
@@ -48,6 +52,7 @@ export declare namespace Error {
48
52
  httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
49
53
  cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => _Result;
50
54
  schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
55
+ invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
51
56
  _other: (value: core.Fetcher.Error) => _Result;
52
57
  }
53
58
  }
@@ -59,6 +64,7 @@ export declare const Error: {
59
64
  readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.create.Error.HttpRequestValidationsError;
60
65
  readonly cashPayPayerError: (value: CandidApi.encounters.v4.CashPayPayerErrorMessage) => CandidApi.encounters.v4.create.Error.CashPayPayerError;
61
66
  readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.create.Error.SchemaInstanceValidationHttpFailure;
67
+ readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.create.Error.InvalidTagNamesError;
62
68
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.create.Error._Unknown;
63
69
  readonly _visit: <_Result>(value: CandidApi.encounters.v4.create.Error, visitor: CandidApi.encounters.v4.create.Error._Visitor<_Result>) => _Result;
64
70
  };
@@ -92,6 +92,15 @@ exports.Error = {
92
92
  },
93
93
  };
94
94
  },
95
+ invalidTagNamesError: (value) => {
96
+ return {
97
+ content: value,
98
+ errorName: "InvalidTagNamesError",
99
+ _visit: function (visitor) {
100
+ return CandidApi.encounters.v4.create.Error._visit(this, visitor);
101
+ },
102
+ };
103
+ },
95
104
  _unknown: (fetcherError) => {
96
105
  return {
97
106
  errorName: undefined,
@@ -117,6 +126,8 @@ exports.Error = {
117
126
  return visitor.cashPayPayerError(value.content);
118
127
  case "SchemaInstanceValidationHttpFailure":
119
128
  return visitor.schemaInstanceValidationHttpFailure(value.content);
129
+ case "InvalidTagNamesError":
130
+ return visitor.invalidTagNamesError(value.content);
120
131
  default:
121
132
  return visitor._other(value);
122
133
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../../index";
5
5
  import * as core from "../../../../../../core";
6
- export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error._Unknown;
6
+ export declare type Error = CandidApi.encounters.v4.update.Error.EncounterExternalIdUniquenessError | CandidApi.encounters.v4.update.Error.EntityNotFoundError | CandidApi.encounters.v4.update.Error.UnauthorizedError | CandidApi.encounters.v4.update.Error.HttpRequestValidationsError | CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure | CandidApi.encounters.v4.update.Error.UnprocessableEntityError | CandidApi.encounters.v4.update.Error.InvalidTagNamesError | CandidApi.encounters.v4.update.Error._Unknown;
7
7
  export declare namespace Error {
8
8
  interface EncounterExternalIdUniquenessError extends _Utils {
9
9
  errorName: "EncounterExternalIdUniquenessError";
@@ -29,6 +29,10 @@ export declare namespace Error {
29
29
  errorName: "UnprocessableEntityError";
30
30
  content: CandidApi.UnprocessableEntityErrorMessage;
31
31
  }
32
+ interface InvalidTagNamesError extends _Utils {
33
+ errorName: "InvalidTagNamesError";
34
+ content: CandidApi.encounters.v4.InvalidTagNamesErrorType;
35
+ }
32
36
  interface _Unknown extends _Utils {
33
37
  errorName: void;
34
38
  content: core.Fetcher.Error;
@@ -43,6 +47,7 @@ export declare namespace Error {
43
47
  httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
44
48
  schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => _Result;
45
49
  unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
50
+ invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => _Result;
46
51
  _other: (value: core.Fetcher.Error) => _Result;
47
52
  }
48
53
  }
@@ -53,6 +58,7 @@ export declare const Error: {
53
58
  readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounters.v4.update.Error.HttpRequestValidationsError;
54
59
  readonly schemaInstanceValidationHttpFailure: (value: CandidApi.encounters.v4.SchemaInstanceValidationFailure) => CandidApi.encounters.v4.update.Error.SchemaInstanceValidationHttpFailure;
55
60
  readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.encounters.v4.update.Error.UnprocessableEntityError;
61
+ readonly invalidTagNamesError: (value: CandidApi.encounters.v4.InvalidTagNamesErrorType) => CandidApi.encounters.v4.update.Error.InvalidTagNamesError;
56
62
  readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounters.v4.update.Error._Unknown;
57
63
  readonly _visit: <_Result>(value: CandidApi.encounters.v4.update.Error, visitor: CandidApi.encounters.v4.update.Error._Visitor<_Result>) => _Result;
58
64
  };
@@ -83,6 +83,15 @@ exports.Error = {
83
83
  },
84
84
  };
85
85
  },
86
+ invalidTagNamesError: (value) => {
87
+ return {
88
+ content: value,
89
+ errorName: "InvalidTagNamesError",
90
+ _visit: function (visitor) {
91
+ return CandidApi.encounters.v4.update.Error._visit(this, visitor);
92
+ },
93
+ };
94
+ },
86
95
  _unknown: (fetcherError) => {
87
96
  return {
88
97
  errorName: undefined,
@@ -106,6 +115,8 @@ exports.Error = {
106
115
  return visitor.schemaInstanceValidationHttpFailure(value.content);
107
116
  case "UnprocessableEntityError":
108
117
  return visitor.unprocessableEntityError(value.content);
118
+ case "InvalidTagNamesError":
119
+ return visitor.invalidTagNamesError(value.content);
109
120
  default:
110
121
  return visitor._other(value);
111
122
  }
@@ -495,4 +495,6 @@ export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
495
495
  schemaInstances: CandidApi.customSchemas.v1.SchemaInstance[];
496
496
  /** Refers to REF\*9F on the 837p. Value cannot be greater than 50 characters. */
497
497
  referralNumber?: string;
498
+ /** The date and time the encounter was last submitted to a payer. */
499
+ lastSubmittedAt?: Date;
498
500
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface InvalidTagNamesErrorType {
5
+ invalidTagNames: string[];
6
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -33,6 +33,7 @@ export * from "./EncounterExternalIdUniquenessErrorType";
33
33
  export * from "./EncounterPatientControlNumberUniquenessErrorType";
34
34
  export * from "./EncounterGuarantorMissingContactInfoErrorType";
35
35
  export * from "./CashPayPayerErrorMessage";
36
+ export * from "./InvalidTagNamesErrorType";
36
37
  export * from "./ServiceAuthorizationExceptionCode";
37
38
  export * from "./SchemaInstanceValidationFailure";
38
39
  export * from "./KeyDoesNotExistError";
@@ -49,6 +49,7 @@ __exportStar(require("./EncounterExternalIdUniquenessErrorType"), exports);
49
49
  __exportStar(require("./EncounterPatientControlNumberUniquenessErrorType"), exports);
50
50
  __exportStar(require("./EncounterGuarantorMissingContactInfoErrorType"), exports);
51
51
  __exportStar(require("./CashPayPayerErrorMessage"), exports);
52
+ __exportStar(require("./InvalidTagNamesErrorType"), exports);
52
53
  __exportStar(require("./ServiceAuthorizationExceptionCode"), exports);
53
54
  __exportStar(require("./SchemaInstanceValidationFailure"), exports);
54
55
  __exportStar(require("./KeyDoesNotExistError"), exports);
@@ -79,7 +79,7 @@ class V1 {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "candidhealth",
82
- "X-Fern-SDK-Version": "0.38.0",
82
+ "X-Fern-SDK-Version": "0.38.2",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -96,7 +96,7 @@ class V2 {
96
96
  Authorization: yield this._getAuthorizationHeader(),
97
97
  "X-Fern-Language": "JavaScript",
98
98
  "X-Fern-SDK-Name": "candidhealth",
99
- "X-Fern-SDK-Version": "0.38.0",
99
+ "X-Fern-SDK-Version": "0.38.2",
100
100
  "X-Fern-Runtime": core.RUNTIME.type,
101
101
  "X-Fern-Runtime-Version": core.RUNTIME.version,
102
102
  },
@@ -189,7 +189,7 @@ class V2 {
189
189
  Authorization: yield this._getAuthorizationHeader(),
190
190
  "X-Fern-Language": "JavaScript",
191
191
  "X-Fern-SDK-Name": "candidhealth",
192
- "X-Fern-SDK-Version": "0.38.0",
192
+ "X-Fern-SDK-Version": "0.38.2",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -87,7 +87,7 @@ class V3 {
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.38.0",
90
+ "X-Fern-SDK-Version": "0.38.2",
91
91
  "X-Fern-Runtime": core.RUNTIME.type,
92
92
  "X-Fern-Runtime-Version": core.RUNTIME.version,
93
93
  },
@@ -82,7 +82,7 @@ class V1 {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "candidhealth",
85
- "X-Fern-SDK-Version": "0.38.0",
85
+ "X-Fern-SDK-Version": "0.38.2",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -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.38.0",
71
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
134
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
277
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
404
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
452
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
534
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
599
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
655
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
712
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
765
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
92
+ "X-Fern-SDK-Version": "0.38.2",
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.38.0",
155
+ "X-Fern-SDK-Version": "0.38.2",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -200,7 +200,7 @@ class V1 {
200
200
  Authorization: yield this._getAuthorizationHeader(),
201
201
  "X-Fern-Language": "JavaScript",
202
202
  "X-Fern-SDK-Name": "candidhealth",
203
- "X-Fern-SDK-Version": "0.38.0",
203
+ "X-Fern-SDK-Version": "0.38.2",
204
204
  "X-Fern-Runtime": core.RUNTIME.type,
205
205
  "X-Fern-Runtime-Version": core.RUNTIME.version,
206
206
  },