candidhealth 0.38.0 → 0.38.1

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 (184) 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/InvalidTagNamesErrorType.d.ts +6 -0
  21. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
  22. package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  23. package/api/resources/encounters/resources/v4/types/index.js +1 -0
  24. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  25. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  26. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  27. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  28. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  29. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  30. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  31. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  32. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  33. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  34. package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  35. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  36. package/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  37. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  38. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  39. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  40. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  41. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  42. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  43. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  44. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  45. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  46. package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  47. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  48. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  49. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  51. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  52. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  53. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  54. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  55. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  56. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  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.js +3 -3
  60. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  61. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  62. package/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  63. package/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  64. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  65. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  66. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +7 -4
  67. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +18 -12
  68. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +10 -3
  69. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +9 -2
  70. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +8 -2
  71. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +6 -1
  72. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  73. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  74. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  75. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  76. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  77. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  78. package/dist/api/resources/encounters/resources/v4/client/Client.js +7 -5
  79. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
  80. package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
  81. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
  82. package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
  83. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +6 -0
  84. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +5 -0
  85. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
  86. package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
  87. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  88. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  89. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  90. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  91. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  92. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  93. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  94. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  95. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  96. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  97. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -1
  98. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +7 -1
  99. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +11 -0
  100. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  101. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  102. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  103. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  104. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  105. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  106. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  107. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  108. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  109. package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  110. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
  111. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +3 -1
  112. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  113. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -1
  114. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -0
  115. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  116. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  117. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  118. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  119. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +9 -9
  120. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  121. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  122. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
  123. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  124. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  125. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +4 -1
  126. package/dist/api/resources/x12/resources/v1/types/Rarc.js +3 -0
  127. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  128. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  129. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  130. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  131. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  132. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  133. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  134. package/dist/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  135. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  136. package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  137. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  138. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +33 -0
  139. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  140. package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  141. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  142. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  143. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  144. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  145. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  146. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  147. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  148. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  149. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  150. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  151. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  152. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  153. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  154. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
  155. package/package.json +1 -1
  156. package/reference.md +6 -3
  157. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -2
  158. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +2 -2
  159. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -2
  160. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +2 -2
  161. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -2
  162. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -2
  163. package/serialization/resources/encounters/resources/v4/client/create.d.ts +6 -1
  164. package/serialization/resources/encounters/resources/v4/client/create.js +6 -0
  165. package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
  166. package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
  167. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +12 -0
  168. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +33 -0
  169. package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
  170. package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
  171. package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +6 -1
  172. package/serialization/resources/medicationDispense/resources/v1/client/create.js +6 -0
  173. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -0
  174. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -0
  175. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
  176. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +2 -0
  177. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
  178. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
  179. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
  180. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
  181. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -0
  182. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +2 -0
  183. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
  184. package/serialization/resources/x12/resources/v1/types/Rarc.js +3 -0
@@ -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.38.0",
71
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
129
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
179
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
231
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
280
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
80
+ "X-Fern-SDK-Version": "0.38.1",
81
81
  "X-Fern-Runtime": core.RUNTIME.type,
82
82
  "X-Fern-Runtime-Version": core.RUNTIME.version,
83
83
  },
@@ -110,7 +110,7 @@ class V2 {
110
110
  Authorization: yield this._getAuthorizationHeader(),
111
111
  "X-Fern-Language": "JavaScript",
112
112
  "X-Fern-SDK-Name": "candidhealth",
113
- "X-Fern-SDK-Version": "0.38.0",
113
+ "X-Fern-SDK-Version": "0.38.1",
114
114
  "X-Fern-Runtime": core.RUNTIME.type,
115
115
  "X-Fern-Runtime-Version": core.RUNTIME.version,
116
116
  },
@@ -205,7 +205,7 @@ class V2 {
205
205
  Authorization: yield this._getAuthorizationHeader(),
206
206
  "X-Fern-Language": "JavaScript",
207
207
  "X-Fern-SDK-Name": "candidhealth",
208
- "X-Fern-SDK-Version": "0.38.0",
208
+ "X-Fern-SDK-Version": "0.38.1",
209
209
  "X-Fern-Runtime": core.RUNTIME.type,
210
210
  "X-Fern-Runtime-Version": core.RUNTIME.version,
211
211
  },
@@ -269,7 +269,7 @@ class V2 {
269
269
  Authorization: yield this._getAuthorizationHeader(),
270
270
  "X-Fern-Language": "JavaScript",
271
271
  "X-Fern-SDK-Name": "candidhealth",
272
- "X-Fern-SDK-Version": "0.38.0",
272
+ "X-Fern-SDK-Version": "0.38.1",
273
273
  "X-Fern-Runtime": core.RUNTIME.type,
274
274
  "X-Fern-Runtime-Version": core.RUNTIME.version,
275
275
  },
@@ -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.38.0",
69
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
169
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
229
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
297
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
348
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
119
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
167
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
224
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
274
+ "X-Fern-SDK-Version": "0.38.1",
275
275
  "X-Fern-Runtime": core.RUNTIME.type,
276
276
  "X-Fern-Runtime-Version": core.RUNTIME.version,
277
277
  },
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type Rarc = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M44" | "M45" | "M46" | "M47" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M59" | "M60" | "M61" | "M62" | "M64" | "M65" | "M66" | "M67" | "M69" | "M70" | "M71" | "M73" | "M74" | "M75" | "M76" | "M77" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M89" | "M90" | "M91" | "M93" | "M94" | "M95" | "M96" | "M97" | "M99" | "M100" | "M102" | "M103" | "M104" | "M105" | "M107" | "M109" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M119" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA04" | "MA07" | "MA08" | "MA09" | "MA10" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA50" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA79" | "MA80" | "MA81" | "MA83" | "MA84" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA96" | "MA97" | "MA99" | "MA100" | "MA102" | "MA103" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA120" | "MA121" | "MA122" | "MA123" | "MA125" | "MA126" | "MA128" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N14" | "N15" | "N16" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N39" | "N40" | "N42" | "N43" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N61" | "N62" | "N63" | "N64" | "N65" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N102" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N167" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N362" | "N363" | "N364" | "N365" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860" | "N880" | "N887" | "N891";
4
+ export declare type Rarc = "M1" | "M2" | "M3" | "M4" | "M5" | "M6" | "M7" | "M8" | "M9" | "M10" | "M11" | "M12" | "M13" | "M14" | "M15" | "M16" | "M17" | "M18" | "M19" | "M20" | "M21" | "M22" | "M23" | "M24" | "M25" | "M26" | "M27" | "M28" | "M29" | "M30" | "M31" | "M32" | "M34" | "M36" | "M37" | "M38" | "M39" | "M40" | "M41" | "M42" | "M44" | "M45" | "M46" | "M47" | "M49" | "M50" | "M51" | "M52" | "M53" | "M54" | "M55" | "M56" | "M59" | "M60" | "M61" | "M62" | "M64" | "M65" | "M66" | "M67" | "M69" | "M70" | "M71" | "M73" | "M74" | "M75" | "M76" | "M77" | "M79" | "M80" | "M81" | "M82" | "M83" | "M84" | "M85" | "M86" | "M87" | "M89" | "M90" | "M91" | "M93" | "M94" | "M95" | "M96" | "M97" | "M99" | "M100" | "M102" | "M103" | "M104" | "M105" | "M107" | "M109" | "M111" | "M112" | "M113" | "M114" | "M115" | "M116" | "M117" | "M119" | "M121" | "M122" | "M123" | "M124" | "M125" | "M126" | "M127" | "M129" | "M130" | "M131" | "M132" | "M133" | "M134" | "M135" | "M136" | "M137" | "M138" | "M139" | "M141" | "M142" | "M143" | "M144" | "MA01" | "MA02" | "MA04" | "MA07" | "MA08" | "MA09" | "MA10" | "MA12" | "MA13" | "MA14" | "MA15" | "MA16" | "MA17" | "MA18" | "MA19" | "MA20" | "MA21" | "MA22" | "MA23" | "MA24" | "MA25" | "MA26" | "MA27" | "MA28" | "MA30" | "MA31" | "MA32" | "MA33" | "MA34" | "MA35" | "MA36" | "MA37" | "MA39" | "MA40" | "MA41" | "MA42" | "MA43" | "MA44" | "MA45" | "MA46" | "MA47" | "MA48" | "MA50" | "MA53" | "MA54" | "MA55" | "MA56" | "MA57" | "MA58" | "MA59" | "MA60" | "MA61" | "MA62" | "MA63" | "MA64" | "MA65" | "MA66" | "MA67" | "MA68" | "MA69" | "MA70" | "MA71" | "MA72" | "MA73" | "MA74" | "MA75" | "MA76" | "MA77" | "MA79" | "MA80" | "MA81" | "MA83" | "MA84" | "MA88" | "MA89" | "MA90" | "MA91" | "MA92" | "MA93" | "MA94" | "MA96" | "MA97" | "MA99" | "MA100" | "MA102" | "MA103" | "MA106" | "MA107" | "MA108" | "MA109" | "MA110" | "MA111" | "MA112" | "MA113" | "MA114" | "MA115" | "MA116" | "MA117" | "MA118" | "MA120" | "MA121" | "MA122" | "MA123" | "MA125" | "MA126" | "MA128" | "MA130" | "MA131" | "MA132" | "MA133" | "MA134" | "N1" | "N2" | "N3" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N14" | "N15" | "N16" | "N19" | "N20" | "N21" | "N22" | "N23" | "N24" | "N25" | "N26" | "N27" | "N28" | "N29" | "N30" | "N31" | "N32" | "N33" | "N34" | "N35" | "N36" | "N37" | "N39" | "N40" | "N42" | "N43" | "N45" | "N46" | "N47" | "N48" | "N49" | "N50" | "N51" | "N52" | "N53" | "N54" | "N55" | "N56" | "N57" | "N58" | "N59" | "N61" | "N62" | "N63" | "N64" | "N65" | "N67" | "N68" | "N69" | "N70" | "N71" | "N72" | "N74" | "N75" | "N76" | "N77" | "N78" | "N79" | "N80" | "N81" | "N82" | "N83" | "N84" | "N85" | "N86" | "N87" | "N88" | "N89" | "N90" | "N91" | "N92" | "N93" | "N94" | "N95" | "N96" | "N97" | "N98" | "N99" | "N102" | "N103" | "N104" | "N105" | "N106" | "N107" | "N108" | "N109" | "N110" | "N111" | "N112" | "N113" | "N114" | "N115" | "N116" | "N117" | "N118" | "N119" | "N120" | "N121" | "N122" | "N123" | "N124" | "N125" | "N126" | "N127" | "N128" | "N129" | "N130" | "N131" | "N132" | "N133" | "N134" | "N135" | "N136" | "N137" | "N138" | "N139" | "N140" | "N141" | "N142" | "N143" | "N144" | "N146" | "N147" | "N148" | "N149" | "N150" | "N151" | "N152" | "N153" | "N154" | "N155" | "N156" | "N157" | "N158" | "N159" | "N160" | "N161" | "N162" | "N163" | "N167" | "N170" | "N171" | "N172" | "N173" | "N174" | "N175" | "N176" | "N177" | "N178" | "N179" | "N180" | "N181" | "N182" | "N183" | "N184" | "N185" | "N186" | "N187" | "N188" | "N189" | "N190" | "N191" | "N192" | "N193" | "N194" | "N195" | "N196" | "N197" | "N198" | "N199" | "N200" | "N202" | "N203" | "N204" | "N205" | "N206" | "N207" | "N208" | "N209" | "N210" | "N211" | "N212" | "N213" | "N214" | "N215" | "N216" | "N217" | "N218" | "N219" | "N220" | "N221" | "N222" | "N223" | "N224" | "N226" | "N227" | "N228" | "N229" | "N230" | "N231" | "N232" | "N233" | "N234" | "N235" | "N236" | "N237" | "N238" | "N239" | "N240" | "N241" | "N242" | "N243" | "N244" | "N245" | "N246" | "N247" | "N248" | "N249" | "N250" | "N251" | "N252" | "N253" | "N254" | "N255" | "N256" | "N257" | "N258" | "N259" | "N260" | "N261" | "N262" | "N263" | "N264" | "N265" | "N266" | "N267" | "N268" | "N269" | "N270" | "N271" | "N272" | "N273" | "N274" | "N275" | "N276" | "N277" | "N278" | "N279" | "N280" | "N281" | "N282" | "N283" | "N284" | "N285" | "N286" | "N287" | "N288" | "N289" | "N290" | "N291" | "N292" | "N293" | "N294" | "N295" | "N296" | "N297" | "N298" | "N299" | "N300" | "N301" | "N302" | "N303" | "N304" | "N305" | "N306" | "N307" | "N308" | "N309" | "N310" | "N311" | "N312" | "N313" | "N314" | "N315" | "N316" | "N317" | "N318" | "N319" | "N320" | "N321" | "N322" | "N323" | "N324" | "N325" | "N326" | "N327" | "N328" | "N329" | "N330" | "N331" | "N332" | "N333" | "N334" | "N335" | "N336" | "N337" | "N338" | "N339" | "N340" | "N341" | "N342" | "N343" | "N344" | "N345" | "N346" | "N347" | "N348" | "N349" | "N350" | "N351" | "N352" | "N353" | "N354" | "N355" | "N356" | "N357" | "N358" | "N359" | "N360" | "N362" | "N363" | "N364" | "N365" | "N366" | "N367" | "N368" | "N369" | "N370" | "N371" | "N372" | "N373" | "N374" | "N375" | "N376" | "N377" | "N378" | "N379" | "N380" | "N381" | "N382" | "N383" | "N384" | "N385" | "N386" | "N387" | "N388" | "N389" | "N390" | "N391" | "N392" | "N393" | "N394" | "N395" | "N396" | "N397" | "N398" | "N399" | "N400" | "N401" | "N402" | "N403" | "N404" | "N405" | "N406" | "N407" | "N408" | "N409" | "N410" | "N411" | "N412" | "N413" | "N414" | "N415" | "N416" | "N417" | "N418" | "N419" | "N420" | "N421" | "N422" | "N423" | "N424" | "N425" | "N426" | "N427" | "N428" | "N429" | "N430" | "N431" | "N432" | "N433" | "N434" | "N435" | "N436" | "N437" | "N438" | "N439" | "N440" | "N441" | "N442" | "N443" | "N444" | "N445" | "N446" | "N447" | "N448" | "N449" | "N450" | "N451" | "N452" | "N453" | "N454" | "N455" | "N456" | "N457" | "N458" | "N459" | "N460" | "N461" | "N462" | "N463" | "N464" | "N465" | "N466" | "N467" | "N468" | "N469" | "N470" | "N471" | "N472" | "N473" | "N474" | "N475" | "N476" | "N477" | "N478" | "N479" | "N480" | "N481" | "N482" | "N485" | "N486" | "N487" | "N488" | "N489" | "N490" | "N491" | "N492" | "N493" | "N494" | "N495" | "N496" | "N497" | "N498" | "N499" | "N500" | "N501" | "N502" | "N503" | "N504" | "N505" | "N506" | "N507" | "N508" | "N509" | "N510" | "N511" | "N512" | "N513" | "N516" | "N517" | "N518" | "N519" | "N520" | "N521" | "N522" | "N523" | "N524" | "N525" | "N526" | "N527" | "N528" | "N529" | "N530" | "N531" | "N532" | "N533" | "N534" | "N535" | "N536" | "N537" | "N538" | "N539" | "N540" | "N541" | "N542" | "N543" | "N544" | "N545" | "N546" | "N547" | "N548" | "N549" | "N550" | "N551" | "N552" | "N554" | "N555" | "N556" | "N557" | "N558" | "N559" | "N560" | "N561" | "N562" | "N563" | "N564" | "N565" | "N566" | "N567" | "N568" | "N569" | "N570" | "N571" | "N572" | "N573" | "N574" | "N575" | "N576" | "N577" | "N578" | "N579" | "N580" | "N581" | "N582" | "N583" | "N584" | "N585" | "N586" | "N587" | "N588" | "N589" | "N590" | "N591" | "N592" | "N593" | "N594" | "N595" | "N596" | "N597" | "N598" | "N599" | "N600" | "N601" | "N602" | "N603" | "N604" | "N605" | "N606" | "N607" | "N608" | "N609" | "N610" | "N611" | "N612" | "N613" | "N614" | "N615" | "N616" | "N617" | "N618" | "N619" | "N620" | "N621" | "N622" | "N623" | "N624" | "N625" | "N626" | "N628" | "N629" | "N630" | "N631" | "N632" | "N633" | "N634" | "N635" | "N636" | "N637" | "N638" | "N639" | "N640" | "N641" | "N642" | "N643" | "N644" | "N645" | "N646" | "N647" | "N648" | "N649" | "N650" | "N651" | "N652" | "N653" | "N654" | "N655" | "N656" | "N657" | "N658" | "N659" | "N660" | "N661" | "N662" | "N663" | "N664" | "N665" | "N666" | "N667" | "N668" | "N669" | "N670" | "N671" | "N672" | "N673" | "N674" | "N675" | "N676" | "N677" | "N678" | "N679" | "N680" | "N681" | "N682" | "N683" | "N684" | "N685" | "N686" | "N687" | "N688" | "N689" | "N690" | "N691" | "N692" | "N693" | "N694" | "N695" | "N696" | "N697" | "N698" | "N699" | "N700" | "N701" | "N702" | "N703" | "N704" | "N705" | "N706" | "N707" | "N708" | "N709" | "N710" | "N711" | "N712" | "N713" | "N714" | "N715" | "N716" | "N717" | "N718" | "N719" | "N720" | "N721" | "N722" | "N723" | "N724" | "N725" | "N726" | "N727" | "N728" | "N729" | "N730" | "N731" | "N732" | "N733" | "N734" | "N735" | "N736" | "N737" | "N738" | "N739" | "N740" | "N741" | "N742" | "N743" | "N744" | "N745" | "N746" | "N747" | "N748" | "N749" | "N750" | "N751" | "N752" | "N753" | "N754" | "N755" | "N756" | "N757" | "N758" | "N759" | "N760" | "N761" | "N762" | "N763" | "N764" | "N765" | "N766" | "N767" | "N768" | "N769" | "N770" | "N771" | "N772" | "N773" | "N774" | "N775" | "N776" | "N777" | "N778" | "N779" | "N780" | "N781" | "N782" | "N783" | "N784" | "N785" | "N786" | "N787" | "N788" | "N789" | "N790" | "N791" | "N792" | "N793" | "N794" | "N795" | "N796" | "N797" | "N798" | "N799" | "N800" | "N801" | "N802" | "N803" | "N804" | "N805" | "N806" | "N807" | "N808" | "N809" | "N810" | "N811" | "N812" | "N815" | "N816" | "N817" | "N818" | "N819" | "N820" | "N821" | "N822" | "N823" | "N824" | "N825" | "N826" | "N827" | "N828" | "N829" | "N830" | "N831" | "N832" | "N833" | "N834" | "N835" | "N836" | "N837" | "N838" | "N839" | "N840" | "N841" | "N842" | "N843" | "N844" | "N845" | "N846" | "N847" | "N848" | "N849" | "N850" | "N851" | "N852" | "N853" | "N854" | "N855" | "N856" | "N857" | "N858" | "N859" | "N860" | "N880" | "N887" | "N888" | "N891";
5
5
  export declare const Rarc: {
6
6
  readonly M1: "M1";
7
7
  readonly M2: "M2";
@@ -35,6 +35,7 @@ export declare const Rarc: {
35
35
  readonly M30: "M30";
36
36
  readonly M31: "M31";
37
37
  readonly M32: "M32";
38
+ readonly M34: "M34";
38
39
  readonly M36: "M36";
39
40
  readonly M37: "M37";
40
41
  readonly M38: "M38";
@@ -262,6 +263,7 @@ export declare const Rarc: {
262
263
  readonly N26: "N26";
263
264
  readonly N27: "N27";
264
265
  readonly N28: "N28";
266
+ readonly N29: "N29";
265
267
  readonly N30: "N30";
266
268
  readonly N31: "N31";
267
269
  readonly N32: "N32";
@@ -1070,5 +1072,6 @@ export declare const Rarc: {
1070
1072
  readonly N860: "N860";
1071
1073
  readonly N880: "N880";
1072
1074
  readonly N887: "N887";
1075
+ readonly N888: "N888";
1073
1076
  readonly N891: "N891";
1074
1077
  };
@@ -37,6 +37,7 @@ exports.Rarc = {
37
37
  M30: "M30",
38
38
  M31: "M31",
39
39
  M32: "M32",
40
+ M34: "M34",
40
41
  M36: "M36",
41
42
  M37: "M37",
42
43
  M38: "M38",
@@ -264,6 +265,7 @@ exports.Rarc = {
264
265
  N26: "N26",
265
266
  N27: "N27",
266
267
  N28: "N28",
268
+ N29: "N29",
267
269
  N30: "N30",
268
270
  N31: "N31",
269
271
  N32: "N32",
@@ -1072,5 +1074,6 @@ exports.Rarc = {
1072
1074
  N860: "N860",
1073
1075
  N880: "N880",
1074
1076
  N887: "N887",
1077
+ N888: "N888",
1075
1078
  N891: "N891",
1076
1079
  };
@@ -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.38.0",
90
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
72
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
120
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
179
+ "X-Fern-SDK-Version": "0.38.1",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -130,8 +130,9 @@ export declare class V1 {
130
130
  * initialReferringProvider: {},
131
131
  * referralNumber: "string"
132
132
  * },
133
- * encounterExternalId: CandidApi.EncounterExternalId("string"),
133
+ * chargeExternalId: "string",
134
134
  * ehrSourceUrl: "string",
135
+ * dateOfService: "2023-01-15",
135
136
  * patientExternalId: "string",
136
137
  * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
137
138
  * })
@@ -255,10 +256,11 @@ export declare class V1 {
255
256
  * initialReferringProvider: {},
256
257
  * referralNumber: "string"
257
258
  * },
258
- * encounterExternalId: CandidApi.EncounterExternalId("string"),
259
+ * chargeExternalId: "string",
259
260
  * ehrSourceUrl: "string",
260
261
  * patientExternalId: "string",
261
- * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
262
+ * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
263
+ * dateOfService: "2023-01-15"
262
264
  * })
263
265
  */
264
266
  update(chargeCaptureId: CandidApi.ChargeCaptureId, request?: CandidApi.chargeCapture.v1.ChargeCaptureUpdate, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.chargeCapture.v1.ChargeCapture, CandidApi.chargeCapture.v1.update.Error>>;
@@ -280,7 +282,8 @@ export declare class V1 {
280
282
  * pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
281
283
  * patientExternalId: "string",
282
284
  * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
283
- * externalId: CandidApi.EncounterExternalId("string")
285
+ * chargeExternalId: "string",
286
+ * dateOfService: "2023-01-15"
284
287
  * })
285
288
  */
286
289
  getAll(request?: CandidApi.chargeCapture.v1.GetAllChargeCapturesRequest, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.chargeCapture.v1.ChargeCapturePage, CandidApi.chargeCapture.v1.getAll.Error>>;
@@ -157,8 +157,9 @@ class V1 {
157
157
  * initialReferringProvider: {},
158
158
  * referralNumber: "string"
159
159
  * },
160
- * encounterExternalId: CandidApi.EncounterExternalId("string"),
160
+ * chargeExternalId: "string",
161
161
  * ehrSourceUrl: "string",
162
+ * dateOfService: "2023-01-15",
162
163
  * patientExternalId: "string",
163
164
  * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
164
165
  * })
@@ -174,7 +175,7 @@ class V1 {
174
175
  Authorization: yield this._getAuthorizationHeader(),
175
176
  "X-Fern-Language": "JavaScript",
176
177
  "X-Fern-SDK-Name": "candidhealth",
177
- "X-Fern-SDK-Version": "0.38.0",
178
+ "X-Fern-SDK-Version": "0.38.1",
178
179
  "X-Fern-Runtime": core.RUNTIME.type,
179
180
  "X-Fern-Runtime-Version": core.RUNTIME.version,
180
181
  },
@@ -240,7 +241,7 @@ class V1 {
240
241
  Authorization: yield this._getAuthorizationHeader(),
241
242
  "X-Fern-Language": "JavaScript",
242
243
  "X-Fern-SDK-Name": "candidhealth",
243
- "X-Fern-SDK-Version": "0.38.0",
244
+ "X-Fern-SDK-Version": "0.38.1",
244
245
  "X-Fern-Runtime": core.RUNTIME.type,
245
246
  "X-Fern-Runtime-Version": core.RUNTIME.version,
246
247
  },
@@ -387,10 +388,11 @@ class V1 {
387
388
  * initialReferringProvider: {},
388
389
  * referralNumber: "string"
389
390
  * },
390
- * encounterExternalId: CandidApi.EncounterExternalId("string"),
391
+ * chargeExternalId: "string",
391
392
  * ehrSourceUrl: "string",
392
393
  * patientExternalId: "string",
393
- * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
394
+ * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
395
+ * dateOfService: "2023-01-15"
394
396
  * })
395
397
  */
396
398
  update(chargeCaptureId, request = {}, requestOptions) {
@@ -404,7 +406,7 @@ class V1 {
404
406
  Authorization: yield this._getAuthorizationHeader(),
405
407
  "X-Fern-Language": "JavaScript",
406
408
  "X-Fern-SDK-Name": "candidhealth",
407
- "X-Fern-SDK-Version": "0.38.0",
409
+ "X-Fern-SDK-Version": "0.38.1",
408
410
  "X-Fern-Runtime": core.RUNTIME.type,
409
411
  "X-Fern-Runtime-Version": core.RUNTIME.version,
410
412
  },
@@ -470,7 +472,7 @@ class V1 {
470
472
  Authorization: yield this._getAuthorizationHeader(),
471
473
  "X-Fern-Language": "JavaScript",
472
474
  "X-Fern-SDK-Name": "candidhealth",
473
- "X-Fern-SDK-Version": "0.38.0",
475
+ "X-Fern-SDK-Version": "0.38.1",
474
476
  "X-Fern-Runtime": core.RUNTIME.type,
475
477
  "X-Fern-Runtime-Version": core.RUNTIME.version,
476
478
  },
@@ -507,13 +509,14 @@ class V1 {
507
509
  * pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
508
510
  * patientExternalId: "string",
509
511
  * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
510
- * externalId: CandidApi.EncounterExternalId("string")
512
+ * chargeExternalId: "string",
513
+ * dateOfService: "2023-01-15"
511
514
  * })
512
515
  */
513
516
  getAll(request = {}, requestOptions) {
514
517
  var _a;
515
518
  return __awaiter(this, void 0, void 0, function* () {
516
- const { limit, pageToken, patientExternalId, status, externalId } = request;
519
+ const { limit, pageToken, patientExternalId, status, chargeExternalId, dateOfService } = request;
517
520
  const _queryParams = {};
518
521
  if (limit != null) {
519
522
  _queryParams["limit"] = limit.toString();
@@ -527,8 +530,11 @@ class V1 {
527
530
  if (status != null) {
528
531
  _queryParams["status"] = status;
529
532
  }
530
- if (externalId != null) {
531
- _queryParams["external_id"] = externalId;
533
+ if (chargeExternalId != null) {
534
+ _queryParams["charge_external_id"] = chargeExternalId;
535
+ }
536
+ if (dateOfService != null) {
537
+ _queryParams["date_of_service"] = dateOfService;
532
538
  }
533
539
  const _response = yield core.fetcher({
534
540
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.CandidApiEnvironment.Production)
@@ -538,7 +544,7 @@ class V1 {
538
544
  Authorization: yield this._getAuthorizationHeader(),
539
545
  "X-Fern-Language": "JavaScript",
540
546
  "X-Fern-SDK-Name": "candidhealth",
541
- "X-Fern-SDK-Version": "0.38.0",
547
+ "X-Fern-SDK-Version": "0.38.1",
542
548
  "X-Fern-Runtime": core.RUNTIME.type,
543
549
  "X-Fern-Runtime-Version": core.RUNTIME.version,
544
550
  },
@@ -108,10 +108,11 @@ import * as CandidApi from "../../../../../../index";
108
108
  * initialReferringProvider: {},
109
109
  * referralNumber: "string"
110
110
  * },
111
- * encounterExternalId: CandidApi.EncounterExternalId("string"),
111
+ * chargeExternalId: "string",
112
112
  * ehrSourceUrl: "string",
113
113
  * patientExternalId: "string",
114
- * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
114
+ * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
115
+ * dateOfService: "2023-01-15"
115
116
  * }
116
117
  */
117
118
  export interface ChargeCaptureUpdate {
@@ -122,7 +123,7 @@ export interface ChargeCaptureUpdate {
122
123
  * This field should not contain PHI.
123
124
  *
124
125
  */
125
- encounterExternalId?: CandidApi.EncounterExternalId;
126
+ chargeExternalId?: string;
126
127
  /**
127
128
  * External URL reference that links to Charge Capture details within the external system (e.g. the EHR visit page).
128
129
  * Send full URL format for the external link (e.g. https://emr_charge_capture_url.com/123).
@@ -133,4 +134,10 @@ export interface ChargeCaptureUpdate {
133
134
  patientExternalId?: string;
134
135
  /** the status of the charge capture */
135
136
  status?: CandidApi.chargeCapture.v1.ChargeCaptureStatus;
137
+ /**
138
+ * Date formatted as YYYY-MM-DD; eg: 2019-08-24.
139
+ * This date must be the local date in the timezone where the service occurred.
140
+ *
141
+ */
142
+ dateOfService?: string;
136
143
  }
@@ -108,8 +108,9 @@ import * as CandidApi from "../../../../../../index";
108
108
  * initialReferringProvider: {},
109
109
  * referralNumber: "string"
110
110
  * },
111
- * encounterExternalId: CandidApi.EncounterExternalId("string"),
111
+ * chargeExternalId: "string",
112
112
  * ehrSourceUrl: "string",
113
+ * dateOfService: "2023-01-15",
113
114
  * patientExternalId: "string",
114
115
  * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned
115
116
  * }
@@ -124,12 +125,18 @@ export interface CreateChargeCaptureRequest {
124
125
  * A client-specified unique ID to associate with this encounter; for example, your internal encounter ID or a Dr. Chrono encounter ID. This field should not contain PHI.
125
126
  *
126
127
  */
127
- encounterExternalId: CandidApi.EncounterExternalId;
128
+ chargeExternalId: string;
128
129
  /**
129
130
  * External URL reference that links to Charge Capture details within the external system (e.g. the EHR visit page). Send full URL format for the external link (e.g. https://emr_charge_capture_url.com/123).
130
131
  *
131
132
  */
132
133
  ehrSourceUrl?: string;
134
+ /**
135
+ * Date formatted as YYYY-MM-DD; eg: 2019-08-24.
136
+ * This date must be the local date in the timezone where the service occurred.
137
+ *
138
+ */
139
+ dateOfService?: string;
133
140
  /** The patient ID from the external EMR platform for the patient */
134
141
  patientExternalId: string;
135
142
  /** the status of the charge capture */
@@ -9,7 +9,8 @@ import * as CandidApi from "../../../../../../index";
9
9
  * pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
10
10
  * patientExternalId: "string",
11
11
  * status: CandidApi.chargeCapture.v1.ChargeCaptureStatus.Planned,
12
- * externalId: CandidApi.EncounterExternalId("string")
12
+ * chargeExternalId: "string",
13
+ * dateOfService: "2023-01-15"
13
14
  * }
14
15
  */
15
16
  export interface GetAllChargeCapturesRequest {
@@ -31,5 +32,10 @@ export interface GetAllChargeCapturesRequest {
31
32
  * for example, your internal encounter ID or a Dr. Chrono encounter ID.
32
33
  * This field should not contain PHI.
33
34
  */
34
- externalId?: CandidApi.EncounterExternalId;
35
+ chargeExternalId?: string;
36
+ /**
37
+ * Date formatted as YYYY-MM-DD; eg: 2019-08-24.
38
+ * This date must be the local date in the timezone where the service occurred.
39
+ */
40
+ dateOfService?: string;
35
41
  }
@@ -7,6 +7,11 @@ export interface ChargeCapture {
7
7
  status: CandidApi.chargeCapture.v1.ChargeCaptureStatus;
8
8
  chargeCaptureData: CandidApi.chargeCapture.v1.ChargeCaptureData;
9
9
  patientExternalId: CandidApi.PatientExternalId;
10
- encounterExternalId: CandidApi.EncounterExternalId;
10
+ chargeExternalId: string;
11
11
  ehrSourceUrl?: string;
12
+ /**
13
+ * Date formatted as YYYY-MM-DD; eg: 2019-08-24.
14
+ * This date must be the local date in the timezone where the service occurred.
15
+ */
16
+ dateOfService?: string;
12
17
  }
@@ -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.38.0",
69
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
174
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
249
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
295
+ "X-Fern-SDK-Version": "0.38.1",
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.38.0",
383
+ "X-Fern-SDK-Version": "0.38.1",
384
384
  "X-Fern-Runtime": core.RUNTIME.type,
385
385
  "X-Fern-Runtime-Version": core.RUNTIME.version,
386
386
  },