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
@@ -122,7 +122,7 @@ class V1 {
122
122
  Authorization: yield this._getAuthorizationHeader(),
123
123
  "X-Fern-Language": "JavaScript",
124
124
  "X-Fern-SDK-Name": "candidhealth",
125
- "X-Fern-SDK-Version": "0.38.0",
125
+ "X-Fern-SDK-Version": "0.38.2",
126
126
  "X-Fern-Runtime": core.RUNTIME.type,
127
127
  "X-Fern-Runtime-Version": core.RUNTIME.version,
128
128
  },
@@ -228,7 +228,7 @@ class V1 {
228
228
  Authorization: yield this._getAuthorizationHeader(),
229
229
  "X-Fern-Language": "JavaScript",
230
230
  "X-Fern-SDK-Name": "candidhealth",
231
- "X-Fern-SDK-Version": "0.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
  },
@@ -293,7 +293,7 @@ class V1 {
293
293
  Authorization: yield this._getAuthorizationHeader(),
294
294
  "X-Fern-Language": "JavaScript",
295
295
  "X-Fern-SDK-Name": "candidhealth",
296
- "X-Fern-SDK-Version": "0.38.0",
296
+ "X-Fern-SDK-Version": "0.38.2",
297
297
  "X-Fern-Runtime": core.RUNTIME.type,
298
298
  "X-Fern-Runtime-Version": core.RUNTIME.version,
299
299
  },
@@ -340,7 +340,7 @@ class V1 {
340
340
  Authorization: yield this._getAuthorizationHeader(),
341
341
  "X-Fern-Language": "JavaScript",
342
342
  "X-Fern-SDK-Name": "candidhealth",
343
- "X-Fern-SDK-Version": "0.38.0",
343
+ "X-Fern-SDK-Version": "0.38.2",
344
344
  "X-Fern-Runtime": core.RUNTIME.type,
345
345
  "X-Fern-Runtime-Version": core.RUNTIME.version,
346
346
  },
@@ -408,7 +408,7 @@ class V1 {
408
408
  Authorization: yield this._getAuthorizationHeader(),
409
409
  "X-Fern-Language": "JavaScript",
410
410
  "X-Fern-SDK-Name": "candidhealth",
411
- "X-Fern-SDK-Version": "0.38.0",
411
+ "X-Fern-SDK-Version": "0.38.2",
412
412
  "X-Fern-Runtime": core.RUNTIME.type,
413
413
  "X-Fern-Runtime-Version": core.RUNTIME.version,
414
414
  },
@@ -461,7 +461,7 @@ class V1 {
461
461
  Authorization: yield this._getAuthorizationHeader(),
462
462
  "X-Fern-Language": "JavaScript",
463
463
  "X-Fern-SDK-Name": "candidhealth",
464
- "X-Fern-SDK-Version": "0.38.0",
464
+ "X-Fern-SDK-Version": "0.38.2",
465
465
  "X-Fern-Runtime": core.RUNTIME.type,
466
466
  "X-Fern-Runtime-Version": core.RUNTIME.version,
467
467
  },
@@ -514,7 +514,7 @@ class V1 {
514
514
  Authorization: yield this._getAuthorizationHeader(),
515
515
  "X-Fern-Language": "JavaScript",
516
516
  "X-Fern-SDK-Name": "candidhealth",
517
- "X-Fern-SDK-Version": "0.38.0",
517
+ "X-Fern-SDK-Version": "0.38.2",
518
518
  "X-Fern-Runtime": core.RUNTIME.type,
519
519
  "X-Fern-Runtime-Version": core.RUNTIME.version,
520
520
  },
@@ -565,7 +565,7 @@ class V1 {
565
565
  Authorization: yield this._getAuthorizationHeader(),
566
566
  "X-Fern-Language": "JavaScript",
567
567
  "X-Fern-SDK-Name": "candidhealth",
568
- "X-Fern-SDK-Version": "0.38.0",
568
+ "X-Fern-SDK-Version": "0.38.2",
569
569
  "X-Fern-Runtime": core.RUNTIME.type,
570
570
  "X-Fern-Runtime-Version": core.RUNTIME.version,
571
571
  },
@@ -1,12 +1,14 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_REMAINING" | "OOP_MAX" | "OOP_MAX_REMAINING" | "COPAY" | "COINSURANCE";
4
+ export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_REMAINING" | "DEDUCTIBLE_YEAR_TO_DATE" | "OOP_MAX" | "OOP_MAX_REMAINING" | "OOP_YEAR_TO_DATE" | "COPAY" | "COINSURANCE";
5
5
  export declare const BenefitType: {
6
6
  readonly Deductible: "DEDUCTIBLE";
7
7
  readonly DeductibleRemaining: "DEDUCTIBLE_REMAINING";
8
+ readonly DeductibleYearToDate: "DEDUCTIBLE_YEAR_TO_DATE";
8
9
  readonly OopMax: "OOP_MAX";
9
10
  readonly OopMaxRemaining: "OOP_MAX_REMAINING";
11
+ readonly OopYearToDate: "OOP_YEAR_TO_DATE";
10
12
  readonly Copay: "COPAY";
11
13
  readonly Coinsurance: "COINSURANCE";
12
14
  };
@@ -7,8 +7,10 @@ exports.BenefitType = void 0;
7
7
  exports.BenefitType = {
8
8
  Deductible: "DEDUCTIBLE",
9
9
  DeductibleRemaining: "DEDUCTIBLE_REMAINING",
10
+ DeductibleYearToDate: "DEDUCTIBLE_YEAR_TO_DATE",
10
11
  OopMax: "OOP_MAX",
11
12
  OopMaxRemaining: "OOP_MAX_REMAINING",
13
+ OopYearToDate: "OOP_YEAR_TO_DATE",
12
14
  Copay: "COPAY",
13
15
  Coinsurance: "COINSURANCE",
14
16
  };
@@ -1,9 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type CoverageLevel = "INDIVIDUAL" | "FAMILY" | "EMPLOYEE_ONLY";
4
+ export declare type CoverageLevel = "INDIVIDUAL" | "FAMILY" | "EMPLOYEE_ONLY" | "EMPLOYEE_AND_SPOUSE";
5
5
  export declare const CoverageLevel: {
6
6
  readonly Individual: "INDIVIDUAL";
7
7
  readonly Family: "FAMILY";
8
8
  readonly EmployeeOnly: "EMPLOYEE_ONLY";
9
+ readonly EmployeeAndSpouse: "EMPLOYEE_AND_SPOUSE";
9
10
  };
@@ -8,4 +8,5 @@ exports.CoverageLevel = {
8
8
  Individual: "INDIVIDUAL",
9
9
  Family: "FAMILY",
10
10
  EmployeeOnly: "EMPLOYEE_ONLY",
11
+ EmployeeAndSpouse: "EMPLOYEE_AND_SPOUSE",
11
12
  };
@@ -4,4 +4,5 @@
4
4
  export interface CoverageValue {
5
5
  family?: number;
6
6
  individual?: number;
7
+ employeeAndSpouse?: number;
7
8
  }
@@ -5,7 +5,9 @@ import * as CandidApi from "../../../../../../../index";
5
5
  export interface PlanCoverageDetails {
6
6
  deductible?: CandidApi.preEncounter.coverages.v1.CoverageValue;
7
7
  deductibleRemaining?: CandidApi.preEncounter.coverages.v1.CoverageValue;
8
+ deductibleYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
8
9
  oopMax?: CandidApi.preEncounter.coverages.v1.CoverageValue;
9
10
  oopMaxRemaining?: CandidApi.preEncounter.coverages.v1.CoverageValue;
11
+ oopYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
10
12
  additionalNotes?: string;
11
13
  }
@@ -91,7 +91,7 @@ class V1 {
91
91
  Authorization: yield this._getAuthorizationHeader(),
92
92
  "X-Fern-Language": "JavaScript",
93
93
  "X-Fern-SDK-Name": "candidhealth",
94
- "X-Fern-SDK-Version": "0.38.0",
94
+ "X-Fern-SDK-Version": "0.38.2",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  },
@@ -176,7 +176,7 @@ class V1 {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "candidhealth",
179
- "X-Fern-SDK-Version": "0.38.0",
179
+ "X-Fern-SDK-Version": "0.38.2",
180
180
  "X-Fern-Runtime": core.RUNTIME.type,
181
181
  "X-Fern-Runtime-Version": core.RUNTIME.version,
182
182
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.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
  },
@@ -119,7 +119,7 @@ class V1 {
119
119
  Authorization: yield this._getAuthorizationHeader(),
120
120
  "X-Fern-Language": "JavaScript",
121
121
  "X-Fern-SDK-Name": "candidhealth",
122
- "X-Fern-SDK-Version": "0.38.0",
122
+ "X-Fern-SDK-Version": "0.38.2",
123
123
  "X-Fern-Runtime": core.RUNTIME.type,
124
124
  "X-Fern-Runtime-Version": core.RUNTIME.version,
125
125
  },
@@ -175,7 +175,7 @@ class V1 {
175
175
  Authorization: yield this._getAuthorizationHeader(),
176
176
  "X-Fern-Language": "JavaScript",
177
177
  "X-Fern-SDK-Name": "candidhealth",
178
- "X-Fern-SDK-Version": "0.38.0",
178
+ "X-Fern-SDK-Version": "0.38.2",
179
179
  "X-Fern-Runtime": core.RUNTIME.type,
180
180
  "X-Fern-Runtime-Version": core.RUNTIME.version,
181
181
  },
@@ -226,7 +226,7 @@ class V1 {
226
226
  Authorization: yield this._getAuthorizationHeader(),
227
227
  "X-Fern-Language": "JavaScript",
228
228
  "X-Fern-SDK-Name": "candidhealth",
229
- "X-Fern-SDK-Version": "0.38.0",
229
+ "X-Fern-SDK-Version": "0.38.2",
230
230
  "X-Fern-Runtime": core.RUNTIME.type,
231
231
  "X-Fern-Runtime-Version": core.RUNTIME.version,
232
232
  },
@@ -237,7 +237,7 @@ class V1 {
237
237
  Authorization: yield this._getAuthorizationHeader(),
238
238
  "X-Fern-Language": "JavaScript",
239
239
  "X-Fern-SDK-Name": "candidhealth",
240
- "X-Fern-SDK-Version": "0.38.0",
240
+ "X-Fern-SDK-Version": "0.38.2",
241
241
  "X-Fern-Runtime": core.RUNTIME.type,
242
242
  "X-Fern-Runtime-Version": core.RUNTIME.version,
243
243
  },
@@ -472,7 +472,7 @@ class V1 {
472
472
  Authorization: yield this._getAuthorizationHeader(),
473
473
  "X-Fern-Language": "JavaScript",
474
474
  "X-Fern-SDK-Name": "candidhealth",
475
- "X-Fern-SDK-Version": "0.38.0",
475
+ "X-Fern-SDK-Version": "0.38.2",
476
476
  "X-Fern-Runtime": core.RUNTIME.type,
477
477
  "X-Fern-Runtime-Version": core.RUNTIME.version,
478
478
  },
@@ -561,7 +561,7 @@ class V1 {
561
561
  Authorization: yield this._getAuthorizationHeader(),
562
562
  "X-Fern-Language": "JavaScript",
563
563
  "X-Fern-SDK-Name": "candidhealth",
564
- "X-Fern-SDK-Version": "0.38.0",
564
+ "X-Fern-SDK-Version": "0.38.2",
565
565
  "X-Fern-Runtime": core.RUNTIME.type,
566
566
  "X-Fern-Runtime-Version": core.RUNTIME.version,
567
567
  },
@@ -609,7 +609,7 @@ class V1 {
609
609
  Authorization: yield this._getAuthorizationHeader(),
610
610
  "X-Fern-Language": "JavaScript",
611
611
  "X-Fern-SDK-Name": "candidhealth",
612
- "X-Fern-SDK-Version": "0.38.0",
612
+ "X-Fern-SDK-Version": "0.38.2",
613
613
  "X-Fern-Runtime": core.RUNTIME.type,
614
614
  "X-Fern-Runtime-Version": core.RUNTIME.version,
615
615
  },
@@ -670,7 +670,7 @@ class V1 {
670
670
  Authorization: yield this._getAuthorizationHeader(),
671
671
  "X-Fern-Language": "JavaScript",
672
672
  "X-Fern-SDK-Name": "candidhealth",
673
- "X-Fern-SDK-Version": "0.38.0",
673
+ "X-Fern-SDK-Version": "0.38.2",
674
674
  "X-Fern-Runtime": core.RUNTIME.type,
675
675
  "X-Fern-Runtime-Version": core.RUNTIME.version,
676
676
  },
@@ -894,7 +894,7 @@ class V1 {
894
894
  Authorization: yield this._getAuthorizationHeader(),
895
895
  "X-Fern-Language": "JavaScript",
896
896
  "X-Fern-SDK-Name": "candidhealth",
897
- "X-Fern-SDK-Version": "0.38.0",
897
+ "X-Fern-SDK-Version": "0.38.2",
898
898
  "X-Fern-Runtime": core.RUNTIME.type,
899
899
  "X-Fern-Runtime-Version": core.RUNTIME.version,
900
900
  },
@@ -960,7 +960,7 @@ class V1 {
960
960
  Authorization: yield this._getAuthorizationHeader(),
961
961
  "X-Fern-Language": "JavaScript",
962
962
  "X-Fern-SDK-Name": "candidhealth",
963
- "X-Fern-SDK-Version": "0.38.0",
963
+ "X-Fern-SDK-Version": "0.38.2",
964
964
  "X-Fern-Runtime": core.RUNTIME.type,
965
965
  "X-Fern-Runtime-Version": core.RUNTIME.version,
966
966
  },
@@ -1028,7 +1028,7 @@ class V1 {
1028
1028
  Authorization: yield this._getAuthorizationHeader(),
1029
1029
  "X-Fern-Language": "JavaScript",
1030
1030
  "X-Fern-SDK-Name": "candidhealth",
1031
- "X-Fern-SDK-Version": "0.38.0",
1031
+ "X-Fern-SDK-Version": "0.38.2",
1032
1032
  "X-Fern-Runtime": core.RUNTIME.type,
1033
1033
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1034
1034
  },
@@ -1081,7 +1081,7 @@ class V1 {
1081
1081
  Authorization: yield this._getAuthorizationHeader(),
1082
1082
  "X-Fern-Language": "JavaScript",
1083
1083
  "X-Fern-SDK-Name": "candidhealth",
1084
- "X-Fern-SDK-Version": "0.38.0",
1084
+ "X-Fern-SDK-Version": "0.38.2",
1085
1085
  "X-Fern-Runtime": core.RUNTIME.type,
1086
1086
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1087
1087
  },
@@ -68,7 +68,7 @@ class V1 {
68
68
  Authorization: yield this._getAuthorizationHeader(),
69
69
  "X-Fern-Language": "JavaScript",
70
70
  "X-Fern-SDK-Name": "candidhealth",
71
- "X-Fern-SDK-Version": "0.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
  },
@@ -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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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.2",
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
  };
@@ -5,15 +5,15 @@ import * as serializers from "../../../../../../index";
5
5
  import * as CandidApi from "../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../core";
7
7
  import { ChargeCaptureData } from "../../types/ChargeCaptureData";
8
- import { EncounterExternalId } from "../../../../../commons/types/EncounterExternalId";
9
8
  import { ChargeCaptureStatus } from "../../types/ChargeCaptureStatus";
10
9
  export declare const ChargeCaptureUpdate: core.serialization.Schema<serializers.chargeCapture.v1.ChargeCaptureUpdate.Raw, CandidApi.chargeCapture.v1.ChargeCaptureUpdate>;
11
10
  export declare namespace ChargeCaptureUpdate {
12
11
  interface Raw {
13
12
  data?: ChargeCaptureData.Raw | null;
14
- encounter_external_id?: EncounterExternalId.Raw | null;
13
+ charge_external_id?: string | null;
15
14
  ehr_source_url?: string | null;
16
15
  patient_external_id?: string | null;
17
16
  status?: ChargeCaptureStatus.Raw | null;
17
+ date_of_service?: string | null;
18
18
  }
19
19
  }
@@ -29,12 +29,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ChargeCaptureUpdate = void 0;
30
30
  const core = __importStar(require("../../../../../../../core"));
31
31
  const ChargeCaptureData_1 = require("../../types/ChargeCaptureData");
32
- const EncounterExternalId_1 = require("../../../../../commons/types/EncounterExternalId");
33
32
  const ChargeCaptureStatus_1 = require("../../types/ChargeCaptureStatus");
34
33
  exports.ChargeCaptureUpdate = core.serialization.object({
35
34
  data: ChargeCaptureData_1.ChargeCaptureData.optional(),
36
- encounterExternalId: core.serialization.property("encounter_external_id", EncounterExternalId_1.EncounterExternalId.optional()),
35
+ chargeExternalId: core.serialization.property("charge_external_id", core.serialization.string().optional()),
37
36
  ehrSourceUrl: core.serialization.property("ehr_source_url", core.serialization.string().optional()),
38
37
  patientExternalId: core.serialization.property("patient_external_id", core.serialization.string().optional()),
39
38
  status: ChargeCaptureStatus_1.ChargeCaptureStatus.optional(),
39
+ dateOfService: core.serialization.property("date_of_service", core.serialization.string().optional()),
40
40
  });