candidhealth 1.11.0 → 1.12.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 (9850) hide show
  1. package/BaseClient.d.ts +25 -0
  2. package/BaseClient.js +3 -0
  3. package/Client.d.ts +8 -26
  4. package/Client.js +77 -79
  5. package/README.md +7 -4
  6. package/api/resources/auth/client/Client.d.ts +3 -11
  7. package/api/resources/auth/client/Client.js +1 -3
  8. package/api/resources/auth/index.d.ts +1 -1
  9. package/api/resources/auth/index.js +1 -1
  10. package/api/resources/auth/resources/default/client/Client.d.ts +3 -21
  11. package/api/resources/auth/resources/default/client/Client.js +8 -10
  12. package/api/resources/auth/resources/default/client/getToken.d.ts +1 -4
  13. package/api/resources/auth/resources/default/client/getToken.js +1 -3
  14. package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +0 -3
  15. package/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
  16. package/api/resources/auth/resources/default/client/requests/index.d.ts +1 -1
  17. package/api/resources/auth/resources/default/index.d.ts +1 -1
  18. package/api/resources/auth/resources/default/index.js +1 -1
  19. package/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +0 -3
  20. package/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
  21. package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +0 -3
  22. package/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
  23. package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +0 -3
  24. package/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
  25. package/api/resources/auth/resources/default/types/index.d.ts +1 -1
  26. package/api/resources/auth/resources/default/types/index.js +1 -1
  27. package/api/resources/billingNotes/client/Client.d.ts +3 -11
  28. package/api/resources/billingNotes/client/Client.js +1 -3
  29. package/api/resources/billingNotes/index.d.ts +1 -1
  30. package/api/resources/billingNotes/index.js +1 -1
  31. package/api/resources/billingNotes/resources/v2/client/Client.d.ts +3 -21
  32. package/api/resources/billingNotes/resources/v2/client/Client.js +19 -21
  33. package/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -4
  34. package/api/resources/billingNotes/resources/v2/client/create.js +1 -3
  35. package/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
  36. package/api/resources/billingNotes/resources/v2/client/delete.js +1 -3
  37. package/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
  38. package/api/resources/billingNotes/resources/v2/client/index.js +1 -1
  39. package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +0 -3
  40. package/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
  41. package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -4
  42. package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
  43. package/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -2
  44. package/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
  45. package/api/resources/billingNotes/resources/v2/client/update.js +1 -3
  46. package/api/resources/billingNotes/resources/v2/index.d.ts +1 -1
  47. package/api/resources/billingNotes/resources/v2/index.js +1 -1
  48. package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -4
  49. package/api/resources/billingNotes/resources/v2/types/BillingNote.js +1 -3
  50. package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +0 -3
  51. package/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
  52. package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +0 -3
  53. package/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
  54. package/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
  55. package/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
  56. package/api/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
  57. package/api/resources/billingNotes/resources/v2/types/index.js +3 -3
  58. package/api/resources/chargeCapture/client/Client.d.ts +3 -11
  59. package/api/resources/chargeCapture/client/Client.js +1 -3
  60. package/api/resources/chargeCapture/index.d.ts +1 -1
  61. package/api/resources/chargeCapture/index.js +1 -1
  62. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +3 -21
  63. package/api/resources/chargeCapture/resources/v1/client/Client.js +102 -104
  64. package/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -4
  65. package/api/resources/chargeCapture/resources/v1/client/create.js +1 -3
  66. package/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +1 -4
  67. package/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +1 -3
  68. package/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -4
  69. package/api/resources/chargeCapture/resources/v1/client/get.js +1 -3
  70. package/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -4
  71. package/api/resources/chargeCapture/resources/v1/client/getAll.js +1 -3
  72. package/api/resources/chargeCapture/resources/v1/client/index.d.ts +2 -2
  73. package/api/resources/chargeCapture/resources/v1/client/index.js +3 -3
  74. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -4
  75. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
  76. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -4
  77. package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
  78. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +1 -4
  79. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +1 -3
  80. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -4
  81. package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
  82. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -4
  83. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +1 -3
  84. package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +5 -5
  85. package/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -4
  86. package/api/resources/chargeCapture/resources/v1/client/update.js +1 -3
  87. package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +1 -4
  88. package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +1 -3
  89. package/api/resources/chargeCapture/resources/v1/index.d.ts +1 -1
  90. package/api/resources/chargeCapture/resources/v1/index.js +1 -1
  91. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -4
  92. package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +1 -3
  93. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -4
  94. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
  95. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +1 -4
  96. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +1 -3
  97. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +1 -4
  98. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +1 -3
  99. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +1 -4
  100. package/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
  101. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +1 -4
  102. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
  103. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -4
  104. package/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
  105. package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +0 -3
  106. package/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
  107. package/api/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
  108. package/api/resources/chargeCapture/resources/v1/types/index.js +3 -3
  109. package/api/resources/chargeCaptureBundles/client/Client.d.ts +3 -11
  110. package/api/resources/chargeCaptureBundles/client/Client.js +1 -3
  111. package/api/resources/chargeCaptureBundles/index.d.ts +1 -1
  112. package/api/resources/chargeCaptureBundles/index.js +1 -1
  113. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +3 -21
  114. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +59 -61
  115. package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -4
  116. package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +1 -3
  117. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -4
  118. package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +1 -3
  119. package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +1 -4
  120. package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +1 -3
  121. package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -2
  122. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +3 -3
  123. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +0 -3
  124. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
  125. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -4
  126. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +1 -3
  127. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -2
  128. package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
  129. package/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
  130. package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
  131. package/api/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
  132. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +1 -4
  133. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +1 -3
  134. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +1 -4
  135. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +1 -3
  136. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +1 -4
  137. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
  138. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +3 -7
  139. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +3 -3
  140. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +0 -3
  141. package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
  142. package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
  143. package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
  144. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +1 -4
  145. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +1 -3
  146. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +1 -4
  147. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +1 -3
  148. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +1 -4
  149. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
  150. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +1 -4
  151. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
  152. package/api/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
  153. package/api/resources/claimSubmission/resources/v1/types/index.js +2 -2
  154. package/api/resources/claims/types/Claim.d.ts +1 -4
  155. package/api/resources/claims/types/Claim.js +1 -3
  156. package/api/resources/claims/types/ClaimStatus.d.ts +1 -4
  157. package/api/resources/claims/types/ClaimStatus.js +1 -3
  158. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +1 -4
  159. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
  160. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +1 -4
  161. package/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
  162. package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +1 -4
  163. package/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
  164. package/api/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
  165. package/api/resources/clinicalTrials/resources/v1/types/index.js +1 -1
  166. package/api/resources/commons/types/AdjustmentId.d.ts +1 -4
  167. package/api/resources/commons/types/AdjustmentId.js +1 -3
  168. package/api/resources/commons/types/AppointmentId.d.ts +1 -4
  169. package/api/resources/commons/types/AppointmentId.js +1 -3
  170. package/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -4
  171. package/api/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
  172. package/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
  173. package/api/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
  174. package/api/resources/commons/types/ChargeCaptureId.d.ts +1 -4
  175. package/api/resources/commons/types/ChargeCaptureId.js +1 -3
  176. package/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
  177. package/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
  178. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -4
  179. package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
  180. package/api/resources/commons/types/ClaimId.d.ts +1 -4
  181. package/api/resources/commons/types/ClaimId.js +1 -3
  182. package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -4
  183. package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
  184. package/api/resources/commons/types/Clearinghouse.d.ts +1 -4
  185. package/api/resources/commons/types/Clearinghouse.js +1 -3
  186. package/api/resources/commons/types/ClinicalTrialId.d.ts +1 -4
  187. package/api/resources/commons/types/ClinicalTrialId.js +1 -3
  188. package/api/resources/commons/types/DateRangeOptionalEnd.d.ts +1 -4
  189. package/api/resources/commons/types/DateRangeOptionalEnd.js +1 -3
  190. package/api/resources/commons/types/Date_.d.ts +1 -4
  191. package/api/resources/commons/types/Date_.js +1 -3
  192. package/api/resources/commons/types/Decimal.d.ts +1 -4
  193. package/api/resources/commons/types/Decimal.js +1 -3
  194. package/api/resources/commons/types/DelayReasonCode.d.ts +30 -49
  195. package/api/resources/commons/types/DelayReasonCode.js +30 -3
  196. package/api/resources/commons/types/Email.d.ts +1 -4
  197. package/api/resources/commons/types/Email.js +1 -3
  198. package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -4
  199. package/api/resources/commons/types/EmrPayerCrosswalk.js +1 -3
  200. package/api/resources/commons/types/EncounterExternalId.d.ts +1 -4
  201. package/api/resources/commons/types/EncounterExternalId.js +1 -3
  202. package/api/resources/commons/types/EncounterId.d.ts +1 -4
  203. package/api/resources/commons/types/EncounterId.js +1 -3
  204. package/api/resources/commons/types/EntityConflictErrorMessage.d.ts +0 -3
  205. package/api/resources/commons/types/EntityConflictErrorMessage.js +1 -3
  206. package/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +0 -3
  207. package/api/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
  208. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -4
  209. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
  210. package/api/resources/commons/types/ErrorMessage.d.ts +1 -4
  211. package/api/resources/commons/types/ErrorMessage.js +1 -3
  212. package/api/resources/commons/types/FacilityTypeCode.d.ts +101 -154
  213. package/api/resources/commons/types/FacilityTypeCode.js +106 -3
  214. package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
  215. package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
  216. package/api/resources/commons/types/InsuranceTypeCode.d.ts +142 -217
  217. package/api/resources/commons/types/InsuranceTypeCode.js +142 -3
  218. package/api/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -7
  219. package/api/resources/commons/types/IntendedSubmissionMedium.js +2 -3
  220. package/api/resources/commons/types/InvoiceId.d.ts +1 -4
  221. package/api/resources/commons/types/InvoiceId.js +1 -3
  222. package/api/resources/commons/types/LinkUrl.d.ts +1 -4
  223. package/api/resources/commons/types/LinkUrl.js +1 -3
  224. package/api/resources/commons/types/NetworkType.d.ts +43 -67
  225. package/api/resources/commons/types/NetworkType.js +43 -3
  226. package/api/resources/commons/types/NextResponsibleParty.d.ts +1 -4
  227. package/api/resources/commons/types/NextResponsibleParty.js +1 -3
  228. package/api/resources/commons/types/Npi.d.ts +1 -4
  229. package/api/resources/commons/types/Npi.js +1 -3
  230. package/api/resources/commons/types/OrganizationId.d.ts +1 -4
  231. package/api/resources/commons/types/OrganizationId.js +1 -3
  232. package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +0 -3
  233. package/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
  234. package/api/resources/commons/types/PageToken.d.ts +1 -4
  235. package/api/resources/commons/types/PageToken.js +1 -3
  236. package/api/resources/commons/types/PatientExternalId.d.ts +1 -4
  237. package/api/resources/commons/types/PatientExternalId.js +1 -3
  238. package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +49 -76
  239. package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +49 -3
  240. package/api/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
  241. package/api/resources/commons/types/PayerPlanGroupId.js +1 -3
  242. package/api/resources/commons/types/PhoneNumber.d.ts +1 -4
  243. package/api/resources/commons/types/PhoneNumber.js +1 -3
  244. package/api/resources/commons/types/PhoneNumberOptional.d.ts +1 -4
  245. package/api/resources/commons/types/PhoneNumberOptional.js +1 -3
  246. package/api/resources/commons/types/PhoneNumberType.d.ts +1 -4
  247. package/api/resources/commons/types/PhoneNumberType.js +1 -3
  248. package/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
  249. package/api/resources/commons/types/PreEncounterAppointmentId.js +1 -3
  250. package/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
  251. package/api/resources/commons/types/PreEncounterPatientId.js +1 -3
  252. package/api/resources/commons/types/Primitive.d.ts +1 -4
  253. package/api/resources/commons/types/Primitive.js +5 -3
  254. package/api/resources/commons/types/ProcedureModifier.d.ts +799 -1201
  255. package/api/resources/commons/types/ProcedureModifier.js +799 -3
  256. package/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
  257. package/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
  258. package/api/resources/commons/types/ProviderId.d.ts +1 -4
  259. package/api/resources/commons/types/ProviderId.js +1 -3
  260. package/api/resources/commons/types/QualifierCode.d.ts +1 -4
  261. package/api/resources/commons/types/QualifierCode.js +5 -3
  262. package/api/resources/commons/types/RateId.d.ts +1 -4
  263. package/api/resources/commons/types/RateId.js +1 -3
  264. package/api/resources/commons/types/RegionNational.d.ts +1 -5
  265. package/api/resources/commons/types/RegionNational.js +1 -3
  266. package/api/resources/commons/types/RegionStates.d.ts +1 -4
  267. package/api/resources/commons/types/RegionStates.js +1 -3
  268. package/api/resources/commons/types/Regions.d.ts +1 -4
  269. package/api/resources/commons/types/Regions.js +1 -3
  270. package/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -4
  271. package/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
  272. package/api/resources/commons/types/RequestValidationError.d.ts +0 -3
  273. package/api/resources/commons/types/RequestValidationError.js +1 -3
  274. package/api/resources/commons/types/ResourcePage.d.ts +1 -4
  275. package/api/resources/commons/types/ResourcePage.js +1 -3
  276. package/api/resources/commons/types/SchemaId.d.ts +1 -4
  277. package/api/resources/commons/types/SchemaId.js +1 -3
  278. package/api/resources/commons/types/ServiceLineId.d.ts +1 -4
  279. package/api/resources/commons/types/ServiceLineId.js +1 -3
  280. package/api/resources/commons/types/ServiceLineUnits.d.ts +1 -4
  281. package/api/resources/commons/types/ServiceLineUnits.js +1 -3
  282. package/api/resources/commons/types/SortDirection.d.ts +1 -4
  283. package/api/resources/commons/types/SortDirection.js +5 -3
  284. package/api/resources/commons/types/SourceOfPaymentCode.d.ts +49 -76
  285. package/api/resources/commons/types/SourceOfPaymentCode.js +49 -3
  286. package/api/resources/commons/types/State.d.ts +1 -4
  287. package/api/resources/commons/types/State.js +1 -3
  288. package/api/resources/commons/types/StreetAddressBase.d.ts +1 -4
  289. package/api/resources/commons/types/StreetAddressBase.js +1 -3
  290. package/api/resources/commons/types/StreetAddressLongZip.d.ts +1 -4
  291. package/api/resources/commons/types/StreetAddressLongZip.js +1 -3
  292. package/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +1 -4
  293. package/api/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
  294. package/api/resources/commons/types/StreetAddressOptionalBase.d.ts +1 -4
  295. package/api/resources/commons/types/StreetAddressOptionalBase.js +1 -3
  296. package/api/resources/commons/types/StreetAddressShortZip.d.ts +1 -4
  297. package/api/resources/commons/types/StreetAddressShortZip.js +1 -3
  298. package/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +1 -4
  299. package/api/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
  300. package/api/resources/commons/types/TaskAssignmentId.d.ts +1 -4
  301. package/api/resources/commons/types/TaskAssignmentId.js +1 -3
  302. package/api/resources/commons/types/TaskId.d.ts +1 -4
  303. package/api/resources/commons/types/TaskId.js +1 -3
  304. package/api/resources/commons/types/TaskNoteId.d.ts +1 -4
  305. package/api/resources/commons/types/TaskNoteId.js +1 -3
  306. package/api/resources/commons/types/TaxId.d.ts +1 -4
  307. package/api/resources/commons/types/TaxId.js +1 -3
  308. package/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +0 -3
  309. package/api/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
  310. package/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +0 -3
  311. package/api/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
  312. package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +0 -3
  313. package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
  314. package/api/resources/commons/types/UserId.d.ts +1 -4
  315. package/api/resources/commons/types/UserId.js +1 -3
  316. package/api/resources/commons/types/WorkQueueId.d.ts +1 -4
  317. package/api/resources/commons/types/WorkQueueId.js +1 -3
  318. package/api/resources/commons/types/index.d.ts +60 -60
  319. package/api/resources/commons/types/index.js +60 -60
  320. package/api/resources/contracts/client/Client.d.ts +3 -11
  321. package/api/resources/contracts/client/Client.js +1 -3
  322. package/api/resources/contracts/index.d.ts +1 -1
  323. package/api/resources/contracts/index.js +1 -1
  324. package/api/resources/contracts/resources/v2/client/Client.d.ts +3 -21
  325. package/api/resources/contracts/resources/v2/client/Client.js +41 -43
  326. package/api/resources/contracts/resources/v2/client/create.d.ts +1 -4
  327. package/api/resources/contracts/resources/v2/client/create.js +1 -3
  328. package/api/resources/contracts/resources/v2/client/delete.d.ts +1 -4
  329. package/api/resources/contracts/resources/v2/client/delete.js +1 -3
  330. package/api/resources/contracts/resources/v2/client/get.d.ts +1 -4
  331. package/api/resources/contracts/resources/v2/client/get.js +1 -3
  332. package/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -4
  333. package/api/resources/contracts/resources/v2/client/getMulti.js +1 -3
  334. package/api/resources/contracts/resources/v2/client/index.d.ts +3 -3
  335. package/api/resources/contracts/resources/v2/client/index.js +4 -4
  336. package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -4
  337. package/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +1 -3
  338. package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -4
  339. package/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +1 -3
  340. package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +1 -4
  341. package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +1 -3
  342. package/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -3
  343. package/api/resources/contracts/resources/v2/client/update.d.ts +1 -4
  344. package/api/resources/contracts/resources/v2/client/update.js +1 -3
  345. package/api/resources/contracts/resources/v2/index.d.ts +1 -1
  346. package/api/resources/contracts/resources/v2/index.js +1 -1
  347. package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +0 -3
  348. package/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
  349. package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -4
  350. package/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
  351. package/api/resources/contracts/resources/v2/types/Contract.d.ts +1 -4
  352. package/api/resources/contracts/resources/v2/types/Contract.js +1 -3
  353. package/api/resources/contracts/resources/v2/types/ContractBase.d.ts +1 -4
  354. package/api/resources/contracts/resources/v2/types/ContractBase.js +1 -3
  355. package/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
  356. package/api/resources/contracts/resources/v2/types/ContractId.js +1 -3
  357. package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +0 -3
  358. package/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
  359. package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +0 -3
  360. package/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
  361. package/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +1 -4
  362. package/api/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
  363. package/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +8 -14
  364. package/api/resources/contracts/resources/v2/types/ContractStatus.js +8 -3
  365. package/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +1 -4
  366. package/api/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
  367. package/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
  368. package/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
  369. package/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +1 -4
  370. package/api/resources/contracts/resources/v2/types/ContractsPage.js +1 -3
  371. package/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -4
  372. package/api/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
  373. package/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -4
  374. package/api/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
  375. package/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -4
  376. package/api/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
  377. package/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
  378. package/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
  379. package/api/resources/contracts/resources/v2/types/index.d.ts +12 -12
  380. package/api/resources/contracts/resources/v2/types/index.js +12 -12
  381. package/api/resources/credentialing/client/Client.d.ts +3 -11
  382. package/api/resources/credentialing/client/Client.js +1 -3
  383. package/api/resources/credentialing/index.d.ts +1 -1
  384. package/api/resources/credentialing/index.js +1 -1
  385. package/api/resources/credentialing/resources/v2/client/Client.d.ts +3 -21
  386. package/api/resources/credentialing/resources/v2/client/Client.js +70 -72
  387. package/api/resources/credentialing/resources/v2/client/create.d.ts +1 -4
  388. package/api/resources/credentialing/resources/v2/client/create.js +1 -3
  389. package/api/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
  390. package/api/resources/credentialing/resources/v2/client/createFacility.js +1 -3
  391. package/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
  392. package/api/resources/credentialing/resources/v2/client/delete.js +1 -3
  393. package/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
  394. package/api/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
  395. package/api/resources/credentialing/resources/v2/client/get.d.ts +1 -4
  396. package/api/resources/credentialing/resources/v2/client/get.js +1 -3
  397. package/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
  398. package/api/resources/credentialing/resources/v2/client/getAll.js +1 -3
  399. package/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
  400. package/api/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
  401. package/api/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
  402. package/api/resources/credentialing/resources/v2/client/getFacility.js +1 -3
  403. package/api/resources/credentialing/resources/v2/client/index.d.ts +6 -6
  404. package/api/resources/credentialing/resources/v2/client/index.js +7 -7
  405. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +0 -3
  406. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
  407. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +1 -4
  408. package/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
  409. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +1 -4
  410. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +1 -3
  411. package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -4
  412. package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +1 -3
  413. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -4
  414. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
  415. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -4
  416. package/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
  417. package/api/resources/credentialing/resources/v2/client/requests/index.d.ts +6 -6
  418. package/api/resources/credentialing/resources/v2/client/update.d.ts +1 -4
  419. package/api/resources/credentialing/resources/v2/client/update.js +1 -3
  420. package/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
  421. package/api/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
  422. package/api/resources/credentialing/resources/v2/index.d.ts +1 -1
  423. package/api/resources/credentialing/resources/v2/index.js +1 -1
  424. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +1 -4
  425. package/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
  426. package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -7
  427. package/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +2 -3
  428. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +1 -4
  429. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +1 -3
  430. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
  431. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
  432. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +1 -4
  433. package/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +1 -3
  434. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +1 -4
  435. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +1 -3
  436. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
  437. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
  438. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +1 -4
  439. package/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +1 -3
  440. package/api/resources/credentialing/resources/v2/types/index.d.ts +5 -5
  441. package/api/resources/credentialing/resources/v2/types/index.js +5 -5
  442. package/api/resources/customSchemas/client/Client.d.ts +3 -11
  443. package/api/resources/customSchemas/client/Client.js +1 -3
  444. package/api/resources/customSchemas/index.d.ts +1 -1
  445. package/api/resources/customSchemas/index.js +1 -1
  446. package/api/resources/customSchemas/resources/v1/client/Client.d.ts +3 -21
  447. package/api/resources/customSchemas/resources/v1/client/Client.js +25 -27
  448. package/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
  449. package/api/resources/customSchemas/resources/v1/client/create.js +1 -3
  450. package/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
  451. package/api/resources/customSchemas/resources/v1/client/get.js +1 -3
  452. package/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
  453. package/api/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
  454. package/api/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
  455. package/api/resources/customSchemas/resources/v1/client/index.js +4 -4
  456. package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +1 -4
  457. package/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
  458. package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -4
  459. package/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
  460. package/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -2
  461. package/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
  462. package/api/resources/customSchemas/resources/v1/client/update.js +1 -3
  463. package/api/resources/customSchemas/resources/v1/index.d.ts +1 -1
  464. package/api/resources/customSchemas/resources/v1/index.js +1 -1
  465. package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +1 -4
  466. package/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
  467. package/api/resources/customSchemas/resources/v1/types/Schema.d.ts +1 -4
  468. package/api/resources/customSchemas/resources/v1/types/Schema.js +1 -3
  469. package/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +1 -4
  470. package/api/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
  471. package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +1 -4
  472. package/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
  473. package/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +1 -4
  474. package/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
  475. package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +1 -4
  476. package/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
  477. package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -4
  478. package/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +1 -3
  479. package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +1 -4
  480. package/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
  481. package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +1 -4
  482. package/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
  483. package/api/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
  484. package/api/resources/customSchemas/resources/v1/types/index.js +5 -5
  485. package/api/resources/diagnoses/client/Client.d.ts +3 -21
  486. package/api/resources/diagnoses/client/Client.js +19 -21
  487. package/api/resources/diagnoses/client/create.d.ts +1 -4
  488. package/api/resources/diagnoses/client/create.js +1 -3
  489. package/api/resources/diagnoses/client/delete.d.ts +1 -4
  490. package/api/resources/diagnoses/client/delete.js +1 -3
  491. package/api/resources/diagnoses/client/index.d.ts +1 -1
  492. package/api/resources/diagnoses/client/index.js +2 -2
  493. package/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -4
  494. package/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +1 -3
  495. package/api/resources/diagnoses/client/requests/index.d.ts +1 -1
  496. package/api/resources/diagnoses/client/update.d.ts +1 -4
  497. package/api/resources/diagnoses/client/update.js +1 -3
  498. package/api/resources/diagnoses/index.d.ts +1 -1
  499. package/api/resources/diagnoses/index.js +1 -1
  500. package/api/resources/diagnoses/types/Diagnosis.d.ts +1 -4
  501. package/api/resources/diagnoses/types/Diagnosis.js +1 -3
  502. package/api/resources/diagnoses/types/DiagnosisCreate.d.ts +1 -4
  503. package/api/resources/diagnoses/types/DiagnosisCreate.js +1 -3
  504. package/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +1 -4
  505. package/api/resources/diagnoses/types/DiagnosisCreateOptional.js +1 -3
  506. package/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
  507. package/api/resources/diagnoses/types/DiagnosisId.js +1 -3
  508. package/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +1 -4
  509. package/api/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
  510. package/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +21 -34
  511. package/api/resources/diagnoses/types/DiagnosisTypeCode.js +21 -3
  512. package/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +1 -4
  513. package/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
  514. package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +1 -4
  515. package/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +1 -3
  516. package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +1 -4
  517. package/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
  518. package/api/resources/diagnoses/types/index.d.ts +6 -6
  519. package/api/resources/diagnoses/types/index.js +6 -6
  520. package/api/resources/eligibility/client/Client.d.ts +3 -11
  521. package/api/resources/eligibility/client/Client.js +1 -3
  522. package/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -21
  523. package/api/resources/eligibility/resources/v2/client/Client.js +18 -20
  524. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
  525. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
  526. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
  527. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
  528. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
  529. package/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
  530. package/api/resources/encounterAttachments/client/Client.d.ts +3 -11
  531. package/api/resources/encounterAttachments/client/Client.js +1 -3
  532. package/api/resources/encounterAttachments/index.d.ts +1 -1
  533. package/api/resources/encounterAttachments/index.js +1 -1
  534. package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +5 -23
  535. package/api/resources/encounterAttachments/resources/v1/client/Client.js +18 -20
  536. package/api/resources/encounterAttachments/resources/v1/client/create.d.ts +1 -4
  537. package/api/resources/encounterAttachments/resources/v1/client/create.js +1 -3
  538. package/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +1 -4
  539. package/api/resources/encounterAttachments/resources/v1/client/delete.js +1 -3
  540. package/api/resources/encounterAttachments/resources/v1/client/get.d.ts +1 -4
  541. package/api/resources/encounterAttachments/resources/v1/client/get.js +1 -3
  542. package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
  543. package/api/resources/encounterAttachments/resources/v1/client/index.js +2 -2
  544. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +1 -4
  545. package/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +1 -3
  546. package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +1 -4
  547. package/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
  548. package/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -2
  549. package/api/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
  550. package/api/resources/encounterAttachments/resources/v1/index.js +1 -1
  551. package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
  552. package/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
  553. package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +1 -4
  554. package/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +1 -3
  555. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +1 -4
  556. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +1 -3
  557. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -4
  558. package/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
  559. package/api/resources/encounterProviders/client/Client.d.ts +3 -11
  560. package/api/resources/encounterProviders/client/Client.js +1 -3
  561. package/api/resources/encounterProviders/index.d.ts +1 -1
  562. package/api/resources/encounterProviders/index.js +1 -1
  563. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +3 -21
  564. package/api/resources/encounterProviders/resources/v2/client/Client.js +75 -77
  565. package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -4
  566. package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +1 -3
  567. package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -4
  568. package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +1 -3
  569. package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -4
  570. package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +1 -3
  571. package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -4
  572. package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +1 -3
  573. package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
  574. package/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
  575. package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
  576. package/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
  577. package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -4
  578. package/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +1 -3
  579. package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
  580. package/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
  581. package/api/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
  582. package/api/resources/encounterProviders/resources/v2/client/index.js +9 -9
  583. package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -4
  584. package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +1 -3
  585. package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -4
  586. package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +1 -3
  587. package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -4
  588. package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +1 -3
  589. package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -4
  590. package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +1 -3
  591. package/api/resources/encounterProviders/resources/v2/index.d.ts +1 -1
  592. package/api/resources/encounterProviders/resources/v2/index.js +1 -1
  593. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -4
  594. package/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +1 -3
  595. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -4
  596. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +1 -3
  597. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -4
  598. package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +1 -3
  599. package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +1 -4
  600. package/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +1 -3
  601. package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +0 -3
  602. package/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
  603. package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +1 -4
  604. package/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +1 -3
  605. package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +1 -4
  606. package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +1 -3
  607. package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
  608. package/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +1 -3
  609. package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +1 -4
  610. package/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
  611. package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +1 -4
  612. package/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
  613. package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +1 -4
  614. package/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
  615. package/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
  616. package/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
  617. package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +1 -4
  618. package/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
  619. package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +1 -4
  620. package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
  621. package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
  622. package/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
  623. package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -4
  624. package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
  625. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +1 -4
  626. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
  627. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +1 -4
  628. package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
  629. package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +1 -4
  630. package/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
  631. package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +1 -4
  632. package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
  633. package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +1 -4
  634. package/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
  635. package/api/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
  636. package/api/resources/encounterProviders/resources/v2/types/index.js +13 -13
  637. package/api/resources/encounters/client/Client.d.ts +3 -11
  638. package/api/resources/encounters/client/Client.js +1 -3
  639. package/api/resources/encounters/index.d.ts +1 -1
  640. package/api/resources/encounters/index.js +1 -1
  641. package/api/resources/encounters/resources/v4/client/Client.d.ts +3 -21
  642. package/api/resources/encounters/resources/v4/client/Client.js +46 -48
  643. package/api/resources/encounters/resources/v4/client/create.d.ts +1 -4
  644. package/api/resources/encounters/resources/v4/client/create.js +1 -3
  645. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -4
  646. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +1 -3
  647. package/api/resources/encounters/resources/v4/client/get.d.ts +1 -4
  648. package/api/resources/encounters/resources/v4/client/get.js +1 -3
  649. package/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -4
  650. package/api/resources/encounters/resources/v4/client/getAll.js +1 -3
  651. package/api/resources/encounters/resources/v4/client/index.d.ts +3 -3
  652. package/api/resources/encounters/resources/v4/client/index.js +4 -4
  653. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -4
  654. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +1 -3
  655. package/api/resources/encounters/resources/v4/client/requests/index.d.ts +1 -1
  656. package/api/resources/encounters/resources/v4/client/update.d.ts +1 -4
  657. package/api/resources/encounters/resources/v4/client/update.js +1 -3
  658. package/api/resources/encounters/resources/v4/index.d.ts +1 -1
  659. package/api/resources/encounters/resources/v4/index.js +1 -1
  660. package/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -4
  661. package/api/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
  662. package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +0 -3
  663. package/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
  664. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +1 -4
  665. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
  666. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +1 -4
  667. package/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +1 -3
  668. package/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +1 -4
  669. package/api/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
  670. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -4
  671. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +1 -3
  672. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +1 -4
  673. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +1 -3
  674. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +1 -4
  675. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +1 -3
  676. package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +1 -4
  677. package/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
  678. package/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -4
  679. package/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
  680. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -4
  681. package/api/resources/encounters/resources/v4/types/Encounter.js +1 -3
  682. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -4
  683. package/api/resources/encounters/resources/v4/types/EncounterBase.js +1 -3
  684. package/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +1 -4
  685. package/api/resources/encounters/resources/v4/types/EncounterCreate.js +1 -3
  686. package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +1 -4
  687. package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +1 -3
  688. package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +1 -4
  689. package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +1 -3
  690. package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +1 -4
  691. package/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
  692. package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +0 -3
  693. package/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
  694. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -4
  695. package/api/resources/encounters/resources/v4/types/EncounterOptional.js +1 -3
  696. package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -4
  697. package/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
  698. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -4
  699. package/api/resources/encounters/resources/v4/types/EncounterPage.js +1 -3
  700. package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +0 -3
  701. package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
  702. package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +1 -5
  703. package/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
  704. package/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -4
  705. package/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
  706. package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +5 -10
  707. package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +11 -3
  708. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -4
  709. package/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
  710. package/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +1 -4
  711. package/api/resources/encounters/resources/v4/types/EncounterUpdate.js +1 -3
  712. package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +1 -4
  713. package/api/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
  714. package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +1 -4
  715. package/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
  716. package/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +1 -4
  717. package/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
  718. package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
  719. package/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
  720. package/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +1 -4
  721. package/api/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
  722. package/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
  723. package/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
  724. package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +1 -4
  725. package/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
  726. package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +1 -4
  727. package/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
  728. package/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
  729. package/api/resources/encounters/resources/v4/types/Intervention.js +1 -3
  730. package/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -4
  731. package/api/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
  732. package/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +1 -4
  733. package/api/resources/encounters/resources/v4/types/InterventionOptional.js +1 -3
  734. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +0 -3
  735. package/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
  736. package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +1 -4
  737. package/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
  738. package/api/resources/encounters/resources/v4/types/Lab.d.ts +1 -4
  739. package/api/resources/encounters/resources/v4/types/Lab.js +1 -3
  740. package/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -4
  741. package/api/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
  742. package/api/resources/encounters/resources/v4/types/LabOptional.d.ts +1 -4
  743. package/api/resources/encounters/resources/v4/types/LabOptional.js +1 -3
  744. package/api/resources/encounters/resources/v4/types/Medication.d.ts +1 -4
  745. package/api/resources/encounters/resources/v4/types/Medication.js +1 -3
  746. package/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +1 -4
  747. package/api/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
  748. package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +1 -4
  749. package/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
  750. package/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -4
  751. package/api/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
  752. package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +1 -4
  753. package/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +1 -3
  754. package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -4
  755. package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
  756. package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +1 -4
  757. package/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +1 -3
  758. package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +1 -4
  759. package/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
  760. package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
  761. package/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
  762. package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +7 -13
  763. package/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +7 -3
  764. package/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +123 -187
  765. package/api/resources/encounters/resources/v4/types/ReportTypeCode.js +123 -3
  766. package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -4
  767. package/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
  768. package/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
  769. package/api/resources/encounters/resources/v4/types/RxCui.js +1 -3
  770. package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +1 -4
  771. package/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
  772. package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -4
  773. package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +1 -3
  774. package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +1 -4
  775. package/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
  776. package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +1 -4
  777. package/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
  778. package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +15 -25
  779. package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +19 -3
  780. package/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -4
  781. package/api/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
  782. package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +1 -4
  783. package/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +1 -3
  784. package/api/resources/encounters/resources/v4/types/Vitals.d.ts +0 -3
  785. package/api/resources/encounters/resources/v4/types/Vitals.js +1 -3
  786. package/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +0 -3
  787. package/api/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
  788. package/api/resources/encounters/resources/v4/types/index.d.ts +47 -47
  789. package/api/resources/encounters/resources/v4/types/index.js +47 -47
  790. package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +1 -4
  791. package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +1 -3
  792. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +1 -4
  793. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +1 -3
  794. package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +1 -4
  795. package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +1 -3
  796. package/api/resources/encountersUniversal/types/index.d.ts +1 -1
  797. package/api/resources/encountersUniversal/types/index.js +1 -1
  798. package/api/resources/era/types/Era.d.ts +1 -4
  799. package/api/resources/era/types/Era.js +1 -3
  800. package/api/resources/era/types/EraBase.d.ts +1 -4
  801. package/api/resources/era/types/EraBase.js +1 -3
  802. package/api/resources/era/types/EraId.d.ts +1 -4
  803. package/api/resources/era/types/EraId.js +1 -3
  804. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +1 -4
  805. package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
  806. package/api/resources/era/types/index.d.ts +2 -2
  807. package/api/resources/era/types/index.js +2 -2
  808. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -7
  809. package/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +2 -3
  810. package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -11
  811. package/api/resources/expectedNetworkStatus/client/Client.js +1 -3
  812. package/api/resources/expectedNetworkStatus/index.d.ts +1 -1
  813. package/api/resources/expectedNetworkStatus/index.js +1 -1
  814. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +3 -21
  815. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -9
  816. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -4
  817. package/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +1 -3
  818. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -4
  819. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +1 -3
  820. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -1
  821. package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
  822. package/api/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
  823. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -4
  824. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
  825. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -4
  826. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +1 -3
  827. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +3 -21
  828. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -16
  829. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -4
  830. package/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +1 -3
  831. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -4
  832. package/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +1 -3
  833. package/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
  834. package/api/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
  835. package/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
  836. package/api/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
  837. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -4
  838. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +1 -3
  839. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +1 -4
  840. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
  841. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -4
  842. package/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +1 -3
  843. package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +1 -5
  844. package/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
  845. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
  846. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
  847. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -4
  848. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +1 -3
  849. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +1 -4
  850. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +1 -3
  851. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +1 -4
  852. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
  853. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -4
  854. package/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +1 -3
  855. package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -4
  856. package/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
  857. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +1 -4
  858. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
  859. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +1 -4
  860. package/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +1 -3
  861. package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +1 -4
  862. package/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +1 -3
  863. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -4
  864. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -3
  865. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -4
  866. package/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
  867. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -4
  868. package/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
  869. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
  870. package/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
  871. package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -4
  872. package/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -3
  873. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -4
  874. package/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
  875. package/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
  876. package/api/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
  877. package/api/resources/exports/client/Client.d.ts +3 -11
  878. package/api/resources/exports/client/Client.js +1 -3
  879. package/api/resources/exports/index.d.ts +1 -1
  880. package/api/resources/exports/index.js +1 -1
  881. package/api/resources/exports/resources/v3/client/Client.d.ts +3 -21
  882. package/api/resources/exports/resources/v3/client/Client.js +10 -12
  883. package/api/resources/exports/resources/v3/client/getExports.d.ts +1 -4
  884. package/api/resources/exports/resources/v3/client/getExports.js +1 -3
  885. package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -3
  886. package/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +1 -3
  887. package/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -1
  888. package/api/resources/exports/resources/v3/index.d.ts +1 -1
  889. package/api/resources/exports/resources/v3/index.js +1 -1
  890. package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +0 -3
  891. package/api/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
  892. package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +3 -11
  893. package/api/resources/externalPaymentAccountConfig/client/Client.js +1 -3
  894. package/api/resources/externalPaymentAccountConfig/index.d.ts +1 -1
  895. package/api/resources/externalPaymentAccountConfig/index.js +1 -1
  896. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +3 -21
  897. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +9 -11
  898. package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -4
  899. package/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +1 -3
  900. package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
  901. package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +1 -3
  902. package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -1
  903. package/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -1
  904. package/api/resources/externalPaymentAccountConfig/resources/v1/index.js +1 -1
  905. package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +1 -4
  906. package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
  907. package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +1 -4
  908. package/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +1 -3
  909. package/api/resources/feeSchedules/client/Client.d.ts +3 -11
  910. package/api/resources/feeSchedules/client/Client.js +1 -3
  911. package/api/resources/feeSchedules/index.d.ts +1 -1
  912. package/api/resources/feeSchedules/index.js +1 -1
  913. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -21
  914. package/api/resources/feeSchedules/resources/v3/client/Client.js +104 -106
  915. package/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -4
  916. package/api/resources/feeSchedules/resources/v3/client/deleteRate.js +1 -3
  917. package/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -4
  918. package/api/resources/feeSchedules/resources/v3/client/getMatch.js +1 -3
  919. package/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -4
  920. package/api/resources/feeSchedules/resources/v3/client/getMulti.js +1 -3
  921. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -4
  922. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +1 -3
  923. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -4
  924. package/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +1 -3
  925. package/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -4
  926. package/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +1 -3
  927. package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -4
  928. package/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +1 -3
  929. package/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
  930. package/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
  931. package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
  932. package/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
  933. package/api/resources/feeSchedules/resources/v3/client/index.d.ts +7 -7
  934. package/api/resources/feeSchedules/resources/v3/client/index.js +8 -8
  935. package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -4
  936. package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
  937. package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -4
  938. package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +1 -3
  939. package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -4
  940. package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +1 -3
  941. package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +1 -4
  942. package/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
  943. package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +1 -4
  944. package/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +1 -3
  945. package/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +5 -5
  946. package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
  947. package/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
  948. package/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
  949. package/api/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
  950. package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
  951. package/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
  952. package/api/resources/feeSchedules/resources/v3/index.d.ts +1 -1
  953. package/api/resources/feeSchedules/resources/v3/index.js +1 -1
  954. package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -4
  955. package/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +1 -3
  956. package/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -7
  957. package/api/resources/feeSchedules/resources/v3/types/DimensionName.js +2 -3
  958. package/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +1 -4
  959. package/api/resources/feeSchedules/resources/v3/types/Dimensions.js +1 -3
  960. package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +1 -4
  961. package/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +1 -3
  962. package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +0 -3
  963. package/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
  964. package/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +0 -3
  965. package/api/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
  966. package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +1 -4
  967. package/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
  968. package/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +1 -4
  969. package/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
  970. package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +1 -4
  971. package/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
  972. package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +1 -4
  973. package/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
  974. package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +1 -4
  975. package/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
  976. package/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +1 -4
  977. package/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
  978. package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +1 -4
  979. package/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
  980. package/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +1 -4
  981. package/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
  982. package/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +1 -4
  983. package/api/resources/feeSchedules/resources/v3/types/MatchResult.js +1 -3
  984. package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +1 -4
  985. package/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
  986. package/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +1 -4
  987. package/api/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
  988. package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +1 -4
  989. package/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
  990. package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -4
  991. package/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +1 -3
  992. package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +1 -4
  993. package/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
  994. package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +1 -4
  995. package/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
  996. package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +0 -3
  997. package/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
  998. package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +1 -4
  999. package/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +1 -3
  1000. package/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -4
  1001. package/api/resources/feeSchedules/resources/v3/types/Rate.js +1 -3
  1002. package/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +0 -3
  1003. package/api/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
  1004. package/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -4
  1005. package/api/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
  1006. package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +1 -4
  1007. package/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +1 -3
  1008. package/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +1 -4
  1009. package/api/resources/feeSchedules/resources/v3/types/RatesPage.js +1 -3
  1010. package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +1 -4
  1011. package/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
  1012. package/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -4
  1013. package/api/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -3
  1014. package/api/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
  1015. package/api/resources/feeSchedules/resources/v3/types/index.js +17 -17
  1016. package/api/resources/financials/types/AccountType.d.ts +1 -4
  1017. package/api/resources/financials/types/AccountType.js +1 -3
  1018. package/api/resources/financials/types/Allocation.d.ts +1 -4
  1019. package/api/resources/financials/types/Allocation.js +1 -3
  1020. package/api/resources/financials/types/AllocationCreate.d.ts +1 -4
  1021. package/api/resources/financials/types/AllocationCreate.js +1 -3
  1022. package/api/resources/financials/types/AllocationTarget.d.ts +1 -4
  1023. package/api/resources/financials/types/AllocationTarget.js +1 -3
  1024. package/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -4
  1025. package/api/resources/financials/types/AllocationTargetCreate.js +1 -3
  1026. package/api/resources/financials/types/AppointmentAllocationTarget.d.ts +1 -4
  1027. package/api/resources/financials/types/AppointmentAllocationTarget.js +1 -3
  1028. package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +1 -4
  1029. package/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
  1030. package/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +1 -4
  1031. package/api/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
  1032. package/api/resources/financials/types/ClaimAllocationTarget.d.ts +1 -4
  1033. package/api/resources/financials/types/ClaimAllocationTarget.js +1 -3
  1034. package/api/resources/financials/types/InvoiceUpdate.d.ts +1 -4
  1035. package/api/resources/financials/types/InvoiceUpdate.js +1 -3
  1036. package/api/resources/financials/types/NoteUpdate.d.ts +1 -4
  1037. package/api/resources/financials/types/NoteUpdate.js +1 -3
  1038. package/api/resources/financials/types/PatientTransactionSource.d.ts +1 -4
  1039. package/api/resources/financials/types/PatientTransactionSource.js +1 -3
  1040. package/api/resources/financials/types/RefundReason.d.ts +1 -4
  1041. package/api/resources/financials/types/RefundReason.js +1 -3
  1042. package/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -4
  1043. package/api/resources/financials/types/RefundReasonUpdate.js +1 -3
  1044. package/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +1 -4
  1045. package/api/resources/financials/types/ServiceLineAllocationTarget.js +1 -3
  1046. package/api/resources/financials/types/index.d.ts +9 -9
  1047. package/api/resources/financials/types/index.js +9 -9
  1048. package/api/resources/guarantor/client/Client.d.ts +3 -11
  1049. package/api/resources/guarantor/client/Client.js +1 -3
  1050. package/api/resources/guarantor/index.d.ts +1 -1
  1051. package/api/resources/guarantor/index.js +1 -1
  1052. package/api/resources/guarantor/resources/v1/client/Client.d.ts +3 -21
  1053. package/api/resources/guarantor/resources/v1/client/Client.js +19 -21
  1054. package/api/resources/guarantor/resources/v1/client/create.d.ts +1 -4
  1055. package/api/resources/guarantor/resources/v1/client/create.js +1 -3
  1056. package/api/resources/guarantor/resources/v1/client/get.d.ts +1 -4
  1057. package/api/resources/guarantor/resources/v1/client/get.js +1 -3
  1058. package/api/resources/guarantor/resources/v1/client/update.d.ts +1 -4
  1059. package/api/resources/guarantor/resources/v1/client/update.js +1 -3
  1060. package/api/resources/guarantor/resources/v1/index.d.ts +1 -1
  1061. package/api/resources/guarantor/resources/v1/index.js +1 -1
  1062. package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +0 -3
  1063. package/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
  1064. package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -4
  1065. package/api/resources/guarantor/resources/v1/types/Guarantor.js +1 -3
  1066. package/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -4
  1067. package/api/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
  1068. package/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -4
  1069. package/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -3
  1070. package/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
  1071. package/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
  1072. package/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -4
  1073. package/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -3
  1074. package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -4
  1075. package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -3
  1076. package/api/resources/guarantor/resources/v1/types/index.d.ts +4 -4
  1077. package/api/resources/guarantor/resources/v1/types/index.js +4 -4
  1078. package/api/resources/healthCareCodeInformation/client/Client.d.ts +3 -11
  1079. package/api/resources/healthCareCodeInformation/client/Client.js +1 -3
  1080. package/api/resources/healthCareCodeInformation/index.d.ts +1 -1
  1081. package/api/resources/healthCareCodeInformation/index.js +1 -1
  1082. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +3 -21
  1083. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +15 -17
  1084. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
  1085. package/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
  1086. package/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
  1087. package/api/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
  1088. package/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
  1089. package/api/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
  1090. package/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
  1091. package/api/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
  1092. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +1 -4
  1093. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +1 -3
  1094. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +5 -10
  1095. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +5 -3
  1096. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +316 -473
  1097. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +323 -3
  1098. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +1 -4
  1099. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +1 -3
  1100. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +3 -7
  1101. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +3 -3
  1102. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +0 -3
  1103. package/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
  1104. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +1 -4
  1105. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +1 -3
  1106. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +3 -7
  1107. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +3 -3
  1108. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +1 -4
  1109. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +1 -3
  1110. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +5 -10
  1111. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +5 -3
  1112. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +1 -4
  1113. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
  1114. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +1 -4
  1115. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +1 -3
  1116. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +1 -5
  1117. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
  1118. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +1 -4
  1119. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +1 -3
  1120. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
  1121. package/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
  1122. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
  1123. package/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
  1124. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +120 -184
  1125. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +120 -3
  1126. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +1 -4
  1127. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +1 -3
  1128. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +3 -7
  1129. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +3 -3
  1130. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +36 -58
  1131. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +36 -3
  1132. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +3 -7
  1133. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +3 -3
  1134. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +1 -4
  1135. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +1 -3
  1136. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +1 -4
  1137. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +1 -3
  1138. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +5 -10
  1139. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +5 -3
  1140. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +1 -4
  1141. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +1 -3
  1142. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +5 -10
  1143. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +5 -3
  1144. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +1 -4
  1145. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +1 -3
  1146. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +5 -10
  1147. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +5 -3
  1148. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +11 -19
  1149. package/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +11 -3
  1150. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +1 -4
  1151. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +1 -3
  1152. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +5 -10
  1153. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +5 -3
  1154. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +1 -4
  1155. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +1 -3
  1156. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +7 -13
  1157. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +7 -3
  1158. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +0 -3
  1159. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
  1160. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +1 -4
  1161. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
  1162. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +1 -4
  1163. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
  1164. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +1 -4
  1165. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
  1166. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +1 -4
  1167. package/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
  1168. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
  1169. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
  1170. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +1 -4
  1171. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +1 -3
  1172. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +3 -7
  1173. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +3 -3
  1174. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +322 -432
  1175. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +322 -3
  1176. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +3 -7
  1177. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +3 -3
  1178. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +1 -4
  1179. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +1 -3
  1180. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
  1181. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
  1182. package/api/resources/identifiers/types/Identifier.d.ts +1 -4
  1183. package/api/resources/identifiers/types/Identifier.js +1 -3
  1184. package/api/resources/identifiers/types/IdentifierBase.d.ts +1 -4
  1185. package/api/resources/identifiers/types/IdentifierBase.js +1 -3
  1186. package/api/resources/identifiers/types/IdentifierCode.d.ts +1 -4
  1187. package/api/resources/identifiers/types/IdentifierCode.js +1 -3
  1188. package/api/resources/identifiers/types/IdentifierCreate.d.ts +1 -4
  1189. package/api/resources/identifiers/types/IdentifierCreate.js +1 -3
  1190. package/api/resources/identifiers/types/IdentifierId.d.ts +1 -4
  1191. package/api/resources/identifiers/types/IdentifierId.js +1 -3
  1192. package/api/resources/identifiers/types/IdentifierUpdate.d.ts +1 -4
  1193. package/api/resources/identifiers/types/IdentifierUpdate.js +1 -3
  1194. package/api/resources/identifiers/types/IdentifierValue.d.ts +1 -4
  1195. package/api/resources/identifiers/types/IdentifierValue.js +1 -3
  1196. package/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +1 -4
  1197. package/api/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
  1198. package/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +1 -4
  1199. package/api/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
  1200. package/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -4
  1201. package/api/resources/identifiers/types/UpdatableIdentifier.js +1 -3
  1202. package/api/resources/identifiers/types/index.d.ts +6 -6
  1203. package/api/resources/identifiers/types/index.js +6 -6
  1204. package/api/resources/importInvoice/client/Client.d.ts +3 -11
  1205. package/api/resources/importInvoice/client/Client.js +1 -3
  1206. package/api/resources/importInvoice/index.d.ts +1 -1
  1207. package/api/resources/importInvoice/index.js +1 -1
  1208. package/api/resources/importInvoice/resources/v1/client/Client.d.ts +3 -21
  1209. package/api/resources/importInvoice/resources/v1/client/Client.js +35 -37
  1210. package/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
  1211. package/api/resources/importInvoice/resources/v1/client/get.js +1 -3
  1212. package/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -4
  1213. package/api/resources/importInvoice/resources/v1/client/getMulti.js +1 -3
  1214. package/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -4
  1215. package/api/resources/importInvoice/resources/v1/client/importInvoice.js +1 -3
  1216. package/api/resources/importInvoice/resources/v1/client/index.d.ts +3 -3
  1217. package/api/resources/importInvoice/resources/v1/client/index.js +4 -4
  1218. package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -4
  1219. package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +1 -3
  1220. package/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -1
  1221. package/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
  1222. package/api/resources/importInvoice/resources/v1/client/update.js +1 -3
  1223. package/api/resources/importInvoice/resources/v1/index.d.ts +1 -1
  1224. package/api/resources/importInvoice/resources/v1/index.js +1 -1
  1225. package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +1 -4
  1226. package/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +1 -3
  1227. package/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +1 -4
  1228. package/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +1 -3
  1229. package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +1 -4
  1230. package/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
  1231. package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +1 -4
  1232. package/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +1 -3
  1233. package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +1 -4
  1234. package/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +1 -3
  1235. package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -4
  1236. package/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
  1237. package/api/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
  1238. package/api/resources/importInvoice/resources/v1/types/index.js +3 -3
  1239. package/api/resources/index.d.ts +29 -29
  1240. package/api/resources/index.js +31 -31
  1241. package/api/resources/individual/types/Gender.d.ts +1 -4
  1242. package/api/resources/individual/types/Gender.js +1 -3
  1243. package/api/resources/individual/types/IndividualBase.d.ts +1 -4
  1244. package/api/resources/individual/types/IndividualBase.js +1 -3
  1245. package/api/resources/individual/types/IndividualBaseOptional.d.ts +1 -4
  1246. package/api/resources/individual/types/IndividualBaseOptional.js +1 -3
  1247. package/api/resources/individual/types/IndividualId.d.ts +1 -4
  1248. package/api/resources/individual/types/IndividualId.js +1 -3
  1249. package/api/resources/individual/types/Patient.d.ts +1 -4
  1250. package/api/resources/individual/types/Patient.js +1 -3
  1251. package/api/resources/individual/types/PatientBase.d.ts +1 -4
  1252. package/api/resources/individual/types/PatientBase.js +1 -3
  1253. package/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +1 -4
  1254. package/api/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
  1255. package/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +1 -4
  1256. package/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
  1257. package/api/resources/individual/types/PatientCreate.d.ts +1 -4
  1258. package/api/resources/individual/types/PatientCreate.js +1 -3
  1259. package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +1 -4
  1260. package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
  1261. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -4
  1262. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
  1263. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +1 -4
  1264. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
  1265. package/api/resources/individual/types/PatientUpdate.d.ts +1 -4
  1266. package/api/resources/individual/types/PatientUpdate.js +1 -3
  1267. package/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -4
  1268. package/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -3
  1269. package/api/resources/individual/types/Subscriber.d.ts +1 -4
  1270. package/api/resources/individual/types/Subscriber.js +1 -3
  1271. package/api/resources/individual/types/SubscriberBase.d.ts +1 -4
  1272. package/api/resources/individual/types/SubscriberBase.js +1 -3
  1273. package/api/resources/individual/types/SubscriberBaseOptional.d.ts +1 -4
  1274. package/api/resources/individual/types/SubscriberBaseOptional.js +1 -3
  1275. package/api/resources/individual/types/SubscriberCreate.d.ts +1 -4
  1276. package/api/resources/individual/types/SubscriberCreate.js +1 -3
  1277. package/api/resources/individual/types/SubscriberCreateOptional.d.ts +1 -4
  1278. package/api/resources/individual/types/SubscriberCreateOptional.js +1 -3
  1279. package/api/resources/individual/types/index.d.ts +13 -13
  1280. package/api/resources/individual/types/index.js +13 -13
  1281. package/api/resources/insuranceAdjudications/client/Client.d.ts +3 -11
  1282. package/api/resources/insuranceAdjudications/client/Client.js +1 -3
  1283. package/api/resources/insuranceAdjudications/index.d.ts +1 -1
  1284. package/api/resources/insuranceAdjudications/index.js +1 -1
  1285. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +3 -21
  1286. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +18 -20
  1287. package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
  1288. package/api/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
  1289. package/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -4
  1290. package/api/resources/insuranceAdjudications/resources/v1/client/delete.js +1 -3
  1291. package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -4
  1292. package/api/resources/insuranceAdjudications/resources/v1/client/get.js +1 -3
  1293. package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -1
  1294. package/api/resources/insuranceAdjudications/resources/v1/client/index.js +2 -2
  1295. package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
  1296. package/api/resources/insuranceAdjudications/resources/v1/index.js +1 -1
  1297. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +1 -4
  1298. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +1 -3
  1299. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +1 -4
  1300. package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +1 -3
  1301. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -4
  1302. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -3
  1303. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -4
  1304. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +1 -3
  1305. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
  1306. package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
  1307. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +1 -4
  1308. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +1 -3
  1309. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +1 -4
  1310. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
  1311. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
  1312. package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
  1313. package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
  1314. package/api/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
  1315. package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +1 -4
  1316. package/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +1 -3
  1317. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -4
  1318. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +1 -3
  1319. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +1 -4
  1320. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
  1321. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +1 -4
  1322. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
  1323. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
  1324. package/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
  1325. package/api/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
  1326. package/api/resources/insuranceCards/resources/v2/types/index.js +2 -2
  1327. package/api/resources/insurancePayments/client/Client.d.ts +3 -11
  1328. package/api/resources/insurancePayments/client/Client.js +1 -3
  1329. package/api/resources/insurancePayments/index.d.ts +1 -1
  1330. package/api/resources/insurancePayments/index.js +1 -1
  1331. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +3 -21
  1332. package/api/resources/insurancePayments/resources/v1/client/Client.js +23 -25
  1333. package/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
  1334. package/api/resources/insurancePayments/resources/v1/client/get.js +1 -3
  1335. package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
  1336. package/api/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
  1337. package/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
  1338. package/api/resources/insurancePayments/resources/v1/client/index.js +2 -2
  1339. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -4
  1340. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +1 -3
  1341. package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -1
  1342. package/api/resources/insurancePayments/resources/v1/index.d.ts +1 -1
  1343. package/api/resources/insurancePayments/resources/v1/index.js +1 -1
  1344. package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +1 -4
  1345. package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +1 -3
  1346. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
  1347. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
  1348. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -4
  1349. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
  1350. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +1 -4
  1351. package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +1 -3
  1352. package/api/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
  1353. package/api/resources/insurancePayments/resources/v1/types/index.js +2 -2
  1354. package/api/resources/insuranceRefunds/client/Client.d.ts +3 -11
  1355. package/api/resources/insuranceRefunds/client/Client.js +1 -3
  1356. package/api/resources/insuranceRefunds/index.d.ts +1 -1
  1357. package/api/resources/insuranceRefunds/index.js +1 -1
  1358. package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -21
  1359. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +40 -42
  1360. package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
  1361. package/api/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
  1362. package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
  1363. package/api/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
  1364. package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
  1365. package/api/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
  1366. package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
  1367. package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
  1368. package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
  1369. package/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
  1370. package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -4
  1371. package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +1 -3
  1372. package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -4
  1373. package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
  1374. package/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -2
  1375. package/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
  1376. package/api/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
  1377. package/api/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
  1378. package/api/resources/insuranceRefunds/resources/v1/index.js +1 -1
  1379. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -4
  1380. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -3
  1381. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -4
  1382. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -3
  1383. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
  1384. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
  1385. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -4
  1386. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
  1387. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +1 -4
  1388. package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +1 -3
  1389. package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
  1390. package/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
  1391. package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +1 -4
  1392. package/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
  1393. package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +1 -4
  1394. package/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +1 -3
  1395. package/api/resources/invoices/resources/v2/types/Invoice.d.ts +1 -4
  1396. package/api/resources/invoices/resources/v2/types/Invoice.js +1 -3
  1397. package/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -4
  1398. package/api/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
  1399. package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +1 -4
  1400. package/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
  1401. package/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +1 -4
  1402. package/api/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
  1403. package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -4
  1404. package/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +1 -3
  1405. package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +1 -4
  1406. package/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
  1407. package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +1 -4
  1408. package/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
  1409. package/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -4
  1410. package/api/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
  1411. package/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -4
  1412. package/api/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
  1413. package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +1 -4
  1414. package/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
  1415. package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +0 -3
  1416. package/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
  1417. package/api/resources/invoices/resources/v2/types/index.d.ts +6 -6
  1418. package/api/resources/invoices/resources/v2/types/index.js +6 -6
  1419. package/api/resources/invoices/types/Invoice.d.ts +1 -4
  1420. package/api/resources/invoices/types/Invoice.js +1 -3
  1421. package/api/resources/invoices/types/InvoiceItem.d.ts +1 -4
  1422. package/api/resources/invoices/types/InvoiceItem.js +1 -3
  1423. package/api/resources/invoices/types/InvoiceStatus.d.ts +1 -4
  1424. package/api/resources/invoices/types/InvoiceStatus.js +1 -3
  1425. package/api/resources/medicationDispense/client/Client.d.ts +3 -11
  1426. package/api/resources/medicationDispense/client/Client.js +1 -3
  1427. package/api/resources/medicationDispense/index.d.ts +1 -1
  1428. package/api/resources/medicationDispense/index.js +1 -1
  1429. package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +3 -21
  1430. package/api/resources/medicationDispense/resources/v1/client/Client.js +8 -10
  1431. package/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -4
  1432. package/api/resources/medicationDispense/resources/v1/client/create.js +1 -3
  1433. package/api/resources/medicationDispense/resources/v1/index.d.ts +1 -1
  1434. package/api/resources/medicationDispense/resources/v1/index.js +1 -1
  1435. package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +1 -4
  1436. package/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +1 -3
  1437. package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +3 -11
  1438. package/api/resources/nonInsurancePayerPayments/client/Client.js +1 -3
  1439. package/api/resources/nonInsurancePayerPayments/index.d.ts +1 -1
  1440. package/api/resources/nonInsurancePayerPayments/index.js +1 -1
  1441. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +3 -21
  1442. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +40 -45
  1443. package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
  1444. package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
  1445. package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
  1446. package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
  1447. package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
  1448. package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
  1449. package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
  1450. package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
  1451. package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
  1452. package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
  1453. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -4
  1454. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +1 -3
  1455. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -4
  1456. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +1 -3
  1457. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -2
  1458. package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
  1459. package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
  1460. package/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
  1461. package/api/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
  1462. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +1 -4
  1463. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +1 -3
  1464. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +1 -4
  1465. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +1 -3
  1466. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
  1467. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
  1468. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -4
  1469. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
  1470. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +1 -4
  1471. package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +1 -3
  1472. package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
  1473. package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
  1474. package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +3 -11
  1475. package/api/resources/nonInsurancePayerRefunds/client/Client.js +1 -3
  1476. package/api/resources/nonInsurancePayerRefunds/index.d.ts +1 -1
  1477. package/api/resources/nonInsurancePayerRefunds/index.js +1 -1
  1478. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +3 -21
  1479. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +40 -42
  1480. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
  1481. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
  1482. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
  1483. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
  1484. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
  1485. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
  1486. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
  1487. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
  1488. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
  1489. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
  1490. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -4
  1491. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +1 -3
  1492. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -4
  1493. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +1 -3
  1494. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -2
  1495. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
  1496. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
  1497. package/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
  1498. package/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
  1499. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -4
  1500. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -3
  1501. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -4
  1502. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -3
  1503. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
  1504. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
  1505. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -4
  1506. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
  1507. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +1 -4
  1508. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +1 -3
  1509. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
  1510. package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
  1511. package/api/resources/nonInsurancePayers/client/Client.d.ts +3 -11
  1512. package/api/resources/nonInsurancePayers/client/Client.js +1 -3
  1513. package/api/resources/nonInsurancePayers/index.d.ts +1 -1
  1514. package/api/resources/nonInsurancePayers/index.js +1 -1
  1515. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -21
  1516. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +55 -57
  1517. package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -4
  1518. package/api/resources/nonInsurancePayers/resources/v1/client/create.js +1 -3
  1519. package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
  1520. package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
  1521. package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
  1522. package/api/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
  1523. package/api/resources/nonInsurancePayers/resources/v1/client/getCategories.d.ts +1 -4
  1524. package/api/resources/nonInsurancePayers/resources/v1/client/getCategories.js +1 -3
  1525. package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
  1526. package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
  1527. package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +5 -5
  1528. package/api/resources/nonInsurancePayers/resources/v1/client/index.js +6 -6
  1529. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -4
  1530. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +1 -3
  1531. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +1 -4
  1532. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.js +1 -3
  1533. package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +2 -2
  1534. package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
  1535. package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
  1536. package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -4
  1537. package/api/resources/nonInsurancePayers/resources/v1/client/update.js +1 -3
  1538. package/api/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
  1539. package/api/resources/nonInsurancePayers/resources/v1/index.js +1 -1
  1540. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +1 -4
  1541. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +1 -3
  1542. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +1 -4
  1543. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +1 -3
  1544. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -4
  1545. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
  1546. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +1 -4
  1547. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
  1548. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -4
  1549. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
  1550. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -4
  1551. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
  1552. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
  1553. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
  1554. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +1 -4
  1555. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +1 -3
  1556. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -4
  1557. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
  1558. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -4
  1559. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +1 -3
  1560. package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +0 -3
  1561. package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
  1562. package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
  1563. package/api/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
  1564. package/api/resources/organizationProviders/client/Client.d.ts +3 -11
  1565. package/api/resources/organizationProviders/client/Client.js +1 -3
  1566. package/api/resources/organizationProviders/index.d.ts +1 -1
  1567. package/api/resources/organizationProviders/index.js +1 -1
  1568. package/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -4
  1569. package/api/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
  1570. package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -4
  1571. package/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
  1572. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -4
  1573. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
  1574. package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +1 -4
  1575. package/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +1 -3
  1576. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +1 -4
  1577. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
  1578. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +1 -4
  1579. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +1 -3
  1580. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
  1581. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
  1582. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -4
  1583. package/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
  1584. package/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -4
  1585. package/api/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
  1586. package/api/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
  1587. package/api/resources/organizationProviders/resources/v2/types/index.js +6 -6
  1588. package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +3 -21
  1589. package/api/resources/organizationProviders/resources/v3/client/Client.js +35 -35
  1590. package/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
  1591. package/api/resources/organizationProviders/resources/v3/client/create.js +1 -3
  1592. package/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
  1593. package/api/resources/organizationProviders/resources/v3/client/get.js +1 -3
  1594. package/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -4
  1595. package/api/resources/organizationProviders/resources/v3/client/getMulti.js +1 -3
  1596. package/api/resources/organizationProviders/resources/v3/client/index.d.ts +2 -2
  1597. package/api/resources/organizationProviders/resources/v3/client/index.js +3 -3
  1598. package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -4
  1599. package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +1 -3
  1600. package/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -1
  1601. package/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -4
  1602. package/api/resources/organizationProviders/resources/v3/client/update.js +1 -3
  1603. package/api/resources/organizationProviders/resources/v3/index.d.ts +1 -1
  1604. package/api/resources/organizationProviders/resources/v3/index.js +1 -1
  1605. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +1 -4
  1606. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +1 -3
  1607. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +1 -4
  1608. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +1 -3
  1609. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +1 -4
  1610. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +1 -3
  1611. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +1 -4
  1612. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +1 -3
  1613. package/api/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
  1614. package/api/resources/organizationProviders/resources/v3/types/index.js +2 -2
  1615. package/api/resources/organizationServiceFacilities/client/Client.d.ts +3 -11
  1616. package/api/resources/organizationServiceFacilities/client/Client.js +1 -3
  1617. package/api/resources/organizationServiceFacilities/index.d.ts +1 -1
  1618. package/api/resources/organizationServiceFacilities/index.js +1 -1
  1619. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +3 -21
  1620. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +44 -46
  1621. package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
  1622. package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
  1623. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
  1624. package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
  1625. package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
  1626. package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
  1627. package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
  1628. package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
  1629. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -4
  1630. package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +1 -3
  1631. package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -4
  1632. package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +5 -5
  1633. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +1 -4
  1634. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +1 -3
  1635. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -1
  1636. package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -4
  1637. package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +1 -3
  1638. package/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
  1639. package/api/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
  1640. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -4
  1641. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
  1642. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -4
  1643. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -3
  1644. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
  1645. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
  1646. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +1 -4
  1647. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +1 -3
  1648. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -4
  1649. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -3
  1650. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +5 -10
  1651. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +9 -3
  1652. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +13 -22
  1653. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -3
  1654. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +29 -46
  1655. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +33 -3
  1656. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +7 -13
  1657. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -3
  1658. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +247 -373
  1659. package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +251 -3
  1660. package/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
  1661. package/api/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
  1662. package/api/resources/patientAr/client/Client.d.ts +3 -11
  1663. package/api/resources/patientAr/client/Client.js +1 -3
  1664. package/api/resources/patientAr/index.d.ts +1 -1
  1665. package/api/resources/patientAr/index.js +1 -1
  1666. package/api/resources/patientAr/resources/v1/client/Client.d.ts +3 -21
  1667. package/api/resources/patientAr/resources/v1/client/Client.js +17 -19
  1668. package/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
  1669. package/api/resources/patientAr/resources/v1/client/index.js +2 -2
  1670. package/api/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
  1671. package/api/resources/patientAr/resources/v1/client/itemize.js +1 -3
  1672. package/api/resources/patientAr/resources/v1/client/listInventory.d.ts +1 -4
  1673. package/api/resources/patientAr/resources/v1/client/listInventory.js +1 -3
  1674. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +1 -4
  1675. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +1 -3
  1676. package/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -1
  1677. package/api/resources/patientAr/resources/v1/index.d.ts +1 -1
  1678. package/api/resources/patientAr/resources/v1/index.js +1 -1
  1679. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +0 -3
  1680. package/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
  1681. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +0 -3
  1682. package/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
  1683. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +0 -3
  1684. package/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
  1685. package/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +1 -4
  1686. package/api/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
  1687. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +1 -4
  1688. package/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
  1689. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +1 -4
  1690. package/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +1 -3
  1691. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +0 -3
  1692. package/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
  1693. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +0 -3
  1694. package/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
  1695. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +0 -3
  1696. package/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
  1697. package/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +1 -4
  1698. package/api/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
  1699. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +0 -3
  1700. package/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
  1701. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +1 -4
  1702. package/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
  1703. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +1 -4
  1704. package/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
  1705. package/api/resources/patientAr/resources/v1/types/index.d.ts +7 -7
  1706. package/api/resources/patientAr/resources/v1/types/index.js +7 -7
  1707. package/api/resources/patientPayments/client/Client.d.ts +3 -11
  1708. package/api/resources/patientPayments/client/Client.js +1 -3
  1709. package/api/resources/patientPayments/index.d.ts +1 -1
  1710. package/api/resources/patientPayments/index.js +1 -1
  1711. package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -4
  1712. package/api/resources/patientPayments/resources/v3/types/PatientPayment.js +1 -3
  1713. package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
  1714. package/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
  1715. package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -4
  1716. package/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
  1717. package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -4
  1718. package/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
  1719. package/api/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
  1720. package/api/resources/patientPayments/resources/v3/types/index.js +1 -1
  1721. package/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -21
  1722. package/api/resources/patientPayments/resources/v4/client/Client.js +44 -46
  1723. package/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
  1724. package/api/resources/patientPayments/resources/v4/client/create.js +1 -3
  1725. package/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
  1726. package/api/resources/patientPayments/resources/v4/client/delete.js +1 -3
  1727. package/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
  1728. package/api/resources/patientPayments/resources/v4/client/get.js +1 -3
  1729. package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
  1730. package/api/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
  1731. package/api/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
  1732. package/api/resources/patientPayments/resources/v4/client/index.js +4 -4
  1733. package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -4
  1734. package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +1 -3
  1735. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -4
  1736. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +1 -3
  1737. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -4
  1738. package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +1 -3
  1739. package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -3
  1740. package/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
  1741. package/api/resources/patientPayments/resources/v4/client/update.js +1 -3
  1742. package/api/resources/patientPayments/resources/v4/index.d.ts +1 -1
  1743. package/api/resources/patientPayments/resources/v4/index.js +1 -1
  1744. package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -4
  1745. package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -3
  1746. package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
  1747. package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
  1748. package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -4
  1749. package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
  1750. package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +1 -4
  1751. package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +1 -3
  1752. package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
  1753. package/api/resources/patientPayments/resources/v4/types/index.js +2 -2
  1754. package/api/resources/patientRefunds/client/Client.d.ts +3 -11
  1755. package/api/resources/patientRefunds/client/Client.js +1 -3
  1756. package/api/resources/patientRefunds/index.d.ts +1 -1
  1757. package/api/resources/patientRefunds/index.js +1 -1
  1758. package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -21
  1759. package/api/resources/patientRefunds/resources/v1/client/Client.js +44 -46
  1760. package/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
  1761. package/api/resources/patientRefunds/resources/v1/client/create.js +1 -3
  1762. package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
  1763. package/api/resources/patientRefunds/resources/v1/client/delete.js +1 -3
  1764. package/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
  1765. package/api/resources/patientRefunds/resources/v1/client/get.js +1 -3
  1766. package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
  1767. package/api/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
  1768. package/api/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
  1769. package/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
  1770. package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -4
  1771. package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +1 -3
  1772. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +1 -4
  1773. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +1 -3
  1774. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -4
  1775. package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +1 -3
  1776. package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -3
  1777. package/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
  1778. package/api/resources/patientRefunds/resources/v1/client/update.js +1 -3
  1779. package/api/resources/patientRefunds/resources/v1/index.d.ts +1 -1
  1780. package/api/resources/patientRefunds/resources/v1/index.js +1 -1
  1781. package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +1 -4
  1782. package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +1 -3
  1783. package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
  1784. package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
  1785. package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -4
  1786. package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
  1787. package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +1 -4
  1788. package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +1 -3
  1789. package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
  1790. package/api/resources/patientRefunds/resources/v1/types/index.js +2 -2
  1791. package/api/resources/payerPlanGroups/client/Client.d.ts +3 -11
  1792. package/api/resources/payerPlanGroups/client/Client.js +1 -3
  1793. package/api/resources/payerPlanGroups/index.d.ts +1 -1
  1794. package/api/resources/payerPlanGroups/index.js +1 -1
  1795. package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -21
  1796. package/api/resources/payerPlanGroups/resources/v1/client/Client.js +48 -50
  1797. package/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
  1798. package/api/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
  1799. package/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
  1800. package/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
  1801. package/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
  1802. package/api/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
  1803. package/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
  1804. package/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
  1805. package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
  1806. package/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
  1807. package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -4
  1808. package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +1 -3
  1809. package/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -1
  1810. package/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
  1811. package/api/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
  1812. package/api/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
  1813. package/api/resources/payerPlanGroups/resources/v1/index.js +1 -1
  1814. package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +1 -4
  1815. package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +1 -3
  1816. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +1 -4
  1817. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
  1818. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +1 -4
  1819. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
  1820. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +1 -4
  1821. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +1 -3
  1822. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +1 -4
  1823. package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
  1824. package/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
  1825. package/api/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
  1826. package/api/resources/payers/client/Client.d.ts +3 -11
  1827. package/api/resources/payers/client/Client.js +1 -3
  1828. package/api/resources/payers/index.d.ts +1 -1
  1829. package/api/resources/payers/index.js +1 -1
  1830. package/api/resources/payers/resources/v3/client/Client.d.ts +3 -21
  1831. package/api/resources/payers/resources/v3/client/Client.js +15 -17
  1832. package/api/resources/payers/resources/v3/client/get.d.ts +1 -4
  1833. package/api/resources/payers/resources/v3/client/get.js +1 -3
  1834. package/api/resources/payers/resources/v3/client/getAll.d.ts +1 -4
  1835. package/api/resources/payers/resources/v3/client/getAll.js +1 -3
  1836. package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -4
  1837. package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +1 -3
  1838. package/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -1
  1839. package/api/resources/payers/resources/v3/index.d.ts +1 -1
  1840. package/api/resources/payers/resources/v3/index.js +1 -1
  1841. package/api/resources/payers/resources/v3/types/Payer.d.ts +1 -4
  1842. package/api/resources/payers/resources/v3/types/Payer.js +1 -3
  1843. package/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
  1844. package/api/resources/payers/resources/v3/types/PayerId.js +1 -3
  1845. package/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -4
  1846. package/api/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
  1847. package/api/resources/payers/resources/v3/types/PayerInfo.d.ts +1 -4
  1848. package/api/resources/payers/resources/v3/types/PayerInfo.js +1 -3
  1849. package/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
  1850. package/api/resources/payers/resources/v3/types/PayerName.js +1 -3
  1851. package/api/resources/payers/resources/v3/types/PayerPage.d.ts +1 -4
  1852. package/api/resources/payers/resources/v3/types/PayerPage.js +1 -3
  1853. package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
  1854. package/api/resources/payers/resources/v3/types/PayerUuid.js +1 -3
  1855. package/api/resources/payers/resources/v3/types/index.d.ts +4 -4
  1856. package/api/resources/payers/resources/v3/types/index.js +4 -4
  1857. package/api/resources/payers/resources/v4/client/Client.d.ts +3 -21
  1858. package/api/resources/payers/resources/v4/client/Client.js +15 -17
  1859. package/api/resources/payers/resources/v4/client/get.d.ts +1 -4
  1860. package/api/resources/payers/resources/v4/client/get.js +1 -3
  1861. package/api/resources/payers/resources/v4/client/getAll.d.ts +1 -4
  1862. package/api/resources/payers/resources/v4/client/getAll.js +1 -3
  1863. package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -4
  1864. package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +1 -3
  1865. package/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -1
  1866. package/api/resources/payers/resources/v4/index.d.ts +1 -1
  1867. package/api/resources/payers/resources/v4/index.js +1 -1
  1868. package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +1 -4
  1869. package/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
  1870. package/api/resources/payers/resources/v4/types/Payer.d.ts +1 -4
  1871. package/api/resources/payers/resources/v4/types/Payer.js +1 -3
  1872. package/api/resources/payers/resources/v4/types/PayerIds.d.ts +0 -3
  1873. package/api/resources/payers/resources/v4/types/PayerIds.js +1 -3
  1874. package/api/resources/payers/resources/v4/types/PayerPage.d.ts +1 -4
  1875. package/api/resources/payers/resources/v4/types/PayerPage.js +1 -3
  1876. package/api/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
  1877. package/api/resources/payers/resources/v4/types/PayerUuid.js +1 -3
  1878. package/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +0 -3
  1879. package/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
  1880. package/api/resources/payers/resources/v4/types/SupportState.d.ts +1 -4
  1881. package/api/resources/payers/resources/v4/types/SupportState.js +1 -3
  1882. package/api/resources/payers/resources/v4/types/index.d.ts +5 -5
  1883. package/api/resources/payers/resources/v4/types/index.js +5 -5
  1884. package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
  1885. package/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
  1886. package/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
  1887. package/api/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
  1888. package/api/resources/preEncounter/client/Client.d.ts +3 -11
  1889. package/api/resources/preEncounter/client/Client.js +1 -3
  1890. package/api/resources/preEncounter/index.d.ts +1 -1
  1891. package/api/resources/preEncounter/index.js +1 -1
  1892. package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +3 -11
  1893. package/api/resources/preEncounter/resources/appointments/client/Client.js +1 -3
  1894. package/api/resources/preEncounter/resources/appointments/index.d.ts +1 -1
  1895. package/api/resources/preEncounter/resources/appointments/index.js +1 -1
  1896. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +3 -21
  1897. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +47 -49
  1898. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -4
  1899. package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +1 -3
  1900. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
  1901. package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
  1902. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
  1903. package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
  1904. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -4
  1905. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +1 -3
  1906. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
  1907. package/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
  1908. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +4 -4
  1909. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +5 -5
  1910. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +0 -3
  1911. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +1 -3
  1912. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -4
  1913. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +1 -3
  1914. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -2
  1915. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -4
  1916. package/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
  1917. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
  1918. package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
  1919. package/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
  1920. package/api/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
  1921. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -4
  1922. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
  1923. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -4
  1924. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
  1925. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -4
  1926. package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
  1927. package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -4
  1928. package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +1 -3
  1929. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +1 -4
  1930. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
  1931. package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -4
  1932. package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
  1933. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -4
  1934. package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -3
  1935. package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +1 -4
  1936. package/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +1 -3
  1937. package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
  1938. package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
  1939. package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +0 -3
  1940. package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
  1941. package/api/resources/preEncounter/resources/common/types/Address.d.ts +1 -4
  1942. package/api/resources/preEncounter/resources/common/types/Address.js +1 -3
  1943. package/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -4
  1944. package/api/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
  1945. package/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
  1946. package/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
  1947. package/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +1 -4
  1948. package/api/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
  1949. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +1 -4
  1950. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
  1951. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
  1952. package/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
  1953. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +1 -4
  1954. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +1 -3
  1955. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
  1956. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
  1957. package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
  1958. package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
  1959. package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
  1960. package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
  1961. package/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +1 -4
  1962. package/api/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
  1963. package/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -4
  1964. package/api/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
  1965. package/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
  1966. package/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
  1967. package/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -4
  1968. package/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
  1969. package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +0 -3
  1970. package/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
  1971. package/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -4
  1972. package/api/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
  1973. package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +1 -4
  1974. package/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
  1975. package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -4
  1976. package/api/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -3
  1977. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -4
  1978. package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
  1979. package/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
  1980. package/api/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
  1981. package/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -4
  1982. package/api/resources/preEncounter/resources/common/types/Gender.js +1 -3
  1983. package/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -4
  1984. package/api/resources/preEncounter/resources/common/types/HumanName.js +1 -3
  1985. package/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -4
  1986. package/api/resources/preEncounter/resources/common/types/NameUse.js +1 -3
  1987. package/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
  1988. package/api/resources/preEncounter/resources/common/types/NoteId.js +1 -3
  1989. package/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
  1990. package/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
  1991. package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
  1992. package/api/resources/preEncounter/resources/common/types/PageToken.js +1 -3
  1993. package/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
  1994. package/api/resources/preEncounter/resources/common/types/PatientId.js +1 -3
  1995. package/api/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +1 -4
  1996. package/api/resources/preEncounter/resources/common/types/PatientServiceFacility.js +1 -3
  1997. package/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
  1998. package/api/resources/preEncounter/resources/common/types/PayerId.js +1 -3
  1999. package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
  2000. package/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
  2001. package/api/resources/preEncounter/resources/common/types/Period.d.ts +0 -3
  2002. package/api/resources/preEncounter/resources/common/types/Period.js +1 -3
  2003. package/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -4
  2004. package/api/resources/preEncounter/resources/common/types/Race.js +1 -3
  2005. package/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -4
  2006. package/api/resources/preEncounter/resources/common/types/Relationship.js +1 -3
  2007. package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -4
  2008. package/api/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
  2009. package/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -4
  2010. package/api/resources/preEncounter/resources/common/types/Sex.js +1 -3
  2011. package/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -4
  2012. package/api/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
  2013. package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -4
  2014. package/api/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
  2015. package/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
  2016. package/api/resources/preEncounter/resources/common/types/TagId.js +1 -3
  2017. package/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
  2018. package/api/resources/preEncounter/resources/common/types/UserId.js +1 -3
  2019. package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +1 -4
  2020. package/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
  2021. package/api/resources/preEncounter/resources/common/types/index.d.ts +32 -32
  2022. package/api/resources/preEncounter/resources/common/types/index.js +32 -32
  2023. package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +3 -11
  2024. package/api/resources/preEncounter/resources/coverages/client/Client.js +1 -3
  2025. package/api/resources/preEncounter/resources/coverages/index.d.ts +1 -1
  2026. package/api/resources/preEncounter/resources/coverages/index.js +1 -1
  2027. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +17 -22
  2028. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +72 -61
  2029. package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +1 -4
  2030. package/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +1 -3
  2031. package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -4
  2032. package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +1 -3
  2033. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -4
  2034. package/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +1 -3
  2035. package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -4
  2036. package/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +1 -3
  2037. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -4
  2038. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +1 -3
  2039. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -4
  2040. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +1 -3
  2041. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -4
  2042. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
  2043. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
  2044. package/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
  2045. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -6
  2046. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +7 -7
  2047. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -4
  2048. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
  2049. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -4
  2050. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +1 -3
  2051. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +0 -3
  2052. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +1 -3
  2053. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +0 -3
  2054. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +1 -3
  2055. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -4
  2056. package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -4
  2057. package/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
  2058. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
  2059. package/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
  2060. package/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  2061. package/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  2062. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +0 -3
  2063. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
  2064. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -4
  2065. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
  2066. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -4
  2067. package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
  2068. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -4
  2069. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +1 -3
  2070. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -4
  2071. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -3
  2072. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +1 -4
  2073. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
  2074. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +1 -4
  2075. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +1 -3
  2076. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -4
  2077. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
  2078. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -7
  2079. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +2 -3
  2080. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +0 -3
  2081. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
  2082. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -4
  2083. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
  2084. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +1 -4
  2085. package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +1 -3
  2086. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +1 -4
  2087. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
  2088. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -4
  2089. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +1 -3
  2090. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +142 -217
  2091. package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +142 -3
  2092. package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +1 -4
  2093. package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
  2094. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +0 -3
  2095. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
  2096. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -4
  2097. package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +1 -3
  2098. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +49 -76
  2099. package/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +49 -3
  2100. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +1 -4
  2101. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +1 -3
  2102. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +1 -4
  2103. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +1 -3
  2104. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +1 -4
  2105. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
  2106. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +0 -3
  2107. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
  2108. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +1 -4
  2109. package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +1 -3
  2110. package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +0 -3
  2111. package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
  2112. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +1 -4
  2113. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +1 -3
  2114. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +1 -4
  2115. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
  2116. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +376 -568
  2117. package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +376 -3
  2118. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -4
  2119. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -3
  2120. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
  2121. package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
  2122. package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +3 -11
  2123. package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +1 -3
  2124. package/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -1
  2125. package/api/resources/preEncounter/resources/eligibilityChecks/index.js +1 -1
  2126. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +3 -21
  2127. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +33 -35
  2128. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +1 -4
  2129. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
  2130. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +1 -4
  2131. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +1 -3
  2132. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +3 -3
  2133. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
  2134. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +1 -4
  2135. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +1 -3
  2136. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +1 -4
  2137. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +1 -3
  2138. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +1 -4
  2139. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +1 -3
  2140. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +1 -4
  2141. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
  2142. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +1 -4
  2143. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +1 -3
  2144. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +1 -4
  2145. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +1 -3
  2146. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +1 -4
  2147. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +1 -3
  2148. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -3
  2149. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
  2150. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
  2151. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +0 -3
  2152. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
  2153. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +0 -3
  2154. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
  2155. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +1 -4
  2156. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
  2157. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +1 -4
  2158. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +1 -3
  2159. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +0 -3
  2160. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
  2161. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -7
  2162. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +2 -3
  2163. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +1 -4
  2164. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +1 -3
  2165. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +1 -4
  2166. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +1 -3
  2167. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -7
  2168. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +2 -3
  2169. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +1 -4
  2170. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +1 -3
  2171. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +1 -4
  2172. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +1 -3
  2173. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +1 -4
  2174. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +1 -3
  2175. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +1 -4
  2176. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +1 -3
  2177. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +1 -4
  2178. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
  2179. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -7
  2180. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +2 -3
  2181. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +0 -3
  2182. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
  2183. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +0 -3
  2184. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
  2185. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +1 -4
  2186. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
  2187. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +0 -3
  2188. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
  2189. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +0 -3
  2190. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
  2191. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +1 -4
  2192. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +1 -3
  2193. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +1 -4
  2194. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +1 -3
  2195. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +1 -4
  2196. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
  2197. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +1 -4
  2198. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
  2199. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +0 -3
  2200. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
  2201. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +0 -3
  2202. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
  2203. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +1 -4
  2204. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
  2205. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
  2206. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
  2207. package/api/resources/preEncounter/resources/images/client/Client.d.ts +3 -11
  2208. package/api/resources/preEncounter/resources/images/client/Client.js +1 -3
  2209. package/api/resources/preEncounter/resources/images/index.d.ts +1 -1
  2210. package/api/resources/preEncounter/resources/images/index.js +1 -1
  2211. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +3 -21
  2212. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +32 -34
  2213. package/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
  2214. package/api/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
  2215. package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
  2216. package/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
  2217. package/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
  2218. package/api/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
  2219. package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +1 -4
  2220. package/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
  2221. package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
  2222. package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
  2223. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +0 -3
  2224. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +1 -3
  2225. package/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -1
  2226. package/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
  2227. package/api/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
  2228. package/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
  2229. package/api/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
  2230. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +1 -4
  2231. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
  2232. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +1 -4
  2233. package/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
  2234. package/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -4
  2235. package/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +1 -3
  2236. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
  2237. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
  2238. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +1 -4
  2239. package/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
  2240. package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +1 -4
  2241. package/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +1 -3
  2242. package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +1 -4
  2243. package/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
  2244. package/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
  2245. package/api/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
  2246. package/api/resources/preEncounter/resources/index.d.ts +2 -2
  2247. package/api/resources/preEncounter/resources/index.js +3 -3
  2248. package/api/resources/preEncounter/resources/lists/client/Client.d.ts +3 -11
  2249. package/api/resources/preEncounter/resources/lists/client/Client.js +1 -3
  2250. package/api/resources/preEncounter/resources/lists/index.d.ts +1 -1
  2251. package/api/resources/preEncounter/resources/lists/index.js +1 -1
  2252. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +3 -21
  2253. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +23 -25
  2254. package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -4
  2255. package/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +1 -3
  2256. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
  2257. package/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
  2258. package/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
  2259. package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +2 -2
  2260. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -4
  2261. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +1 -3
  2262. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -4
  2263. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +1 -3
  2264. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -2
  2265. package/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
  2266. package/api/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
  2267. package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -4
  2268. package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -3
  2269. package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +1 -4
  2270. package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +1 -3
  2271. package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +1 -4
  2272. package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +1 -3
  2273. package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +1 -4
  2274. package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +1 -3
  2275. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
  2276. package/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
  2277. package/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
  2278. package/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
  2279. package/api/resources/preEncounter/resources/notes/client/Client.d.ts +3 -11
  2280. package/api/resources/preEncounter/resources/notes/client/Client.js +1 -3
  2281. package/api/resources/preEncounter/resources/notes/index.d.ts +1 -1
  2282. package/api/resources/preEncounter/resources/notes/index.js +1 -1
  2283. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +3 -21
  2284. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +22 -24
  2285. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -4
  2286. package/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +1 -3
  2287. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -4
  2288. package/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +1 -3
  2289. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -4
  2290. package/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +1 -3
  2291. package/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +2 -2
  2292. package/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +3 -3
  2293. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -4
  2294. package/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +1 -3
  2295. package/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -1
  2296. package/api/resources/preEncounter/resources/notes/resources/v1/index.js +1 -1
  2297. package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +0 -3
  2298. package/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
  2299. package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +1 -4
  2300. package/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +1 -3
  2301. package/api/resources/preEncounter/resources/patients/client/Client.d.ts +3 -11
  2302. package/api/resources/preEncounter/resources/patients/client/Client.js +1 -3
  2303. package/api/resources/preEncounter/resources/patients/index.d.ts +1 -1
  2304. package/api/resources/preEncounter/resources/patients/index.js +1 -1
  2305. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +17 -22
  2306. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -79
  2307. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
  2308. package/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
  2309. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -4
  2310. package/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +1 -3
  2311. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
  2312. package/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
  2313. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
  2314. package/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
  2315. package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
  2316. package/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
  2317. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -4
  2318. package/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +1 -3
  2319. package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -4
  2320. package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +1 -3
  2321. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +6 -6
  2322. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +7 -7
  2323. package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
  2324. package/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
  2325. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +1 -4
  2326. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +1 -3
  2327. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +1 -4
  2328. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +1 -3
  2329. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +0 -3
  2330. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +1 -3
  2331. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +0 -3
  2332. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +1 -3
  2333. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -4
  2334. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +1 -3
  2335. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +0 -3
  2336. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +1 -3
  2337. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -6
  2338. package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -4
  2339. package/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
  2340. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -4
  2341. package/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
  2342. package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +1 -4
  2343. package/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
  2344. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
  2345. package/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
  2346. package/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  2347. package/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  2348. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -4
  2349. package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -3
  2350. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -4
  2351. package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
  2352. package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -4
  2353. package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -3
  2354. package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -4
  2355. package/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -3
  2356. package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +0 -3
  2357. package/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
  2358. package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +1 -4
  2359. package/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
  2360. package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -4
  2361. package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -3
  2362. package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +0 -3
  2363. package/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
  2364. package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -4
  2365. package/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
  2366. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -4
  2367. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +1 -3
  2368. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +1 -4
  2369. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
  2370. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +1 -4
  2371. package/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +1 -3
  2372. package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -4
  2373. package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +1 -3
  2374. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +1 -4
  2375. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +1 -3
  2376. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
  2377. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
  2378. package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +1 -4
  2379. package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +1 -3
  2380. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +1 -4
  2381. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
  2382. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -4
  2383. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
  2384. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +1 -4
  2385. package/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
  2386. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +1 -4
  2387. package/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
  2388. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
  2389. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
  2390. package/api/resources/preEncounter/resources/tags/client/Client.d.ts +3 -11
  2391. package/api/resources/preEncounter/resources/tags/client/Client.js +1 -3
  2392. package/api/resources/preEncounter/resources/tags/index.d.ts +1 -1
  2393. package/api/resources/preEncounter/resources/tags/index.js +1 -1
  2394. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +3 -21
  2395. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +28 -30
  2396. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -4
  2397. package/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +1 -3
  2398. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -4
  2399. package/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +1 -3
  2400. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -4
  2401. package/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +1 -3
  2402. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -4
  2403. package/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +1 -3
  2404. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +3 -3
  2405. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
  2406. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
  2407. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +1 -3
  2408. package/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -1
  2409. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -4
  2410. package/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +1 -3
  2411. package/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -1
  2412. package/api/resources/preEncounter/resources/tags/resources/v1/index.js +1 -1
  2413. package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +0 -3
  2414. package/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
  2415. package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +1 -4
  2416. package/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +1 -3
  2417. package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +1 -4
  2418. package/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +1 -3
  2419. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
  2420. package/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
  2421. package/api/resources/remits/resources/v1/types/Payee.d.ts +1 -4
  2422. package/api/resources/remits/resources/v1/types/Payee.js +1 -3
  2423. package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -4
  2424. package/api/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
  2425. package/api/resources/remits/resources/v1/types/index.d.ts +1 -1
  2426. package/api/resources/remits/resources/v1/types/index.js +1 -1
  2427. package/api/resources/serviceFacility/client/Client.d.ts +3 -21
  2428. package/api/resources/serviceFacility/client/Client.js +8 -10
  2429. package/api/resources/serviceFacility/client/update.d.ts +1 -4
  2430. package/api/resources/serviceFacility/client/update.js +1 -3
  2431. package/api/resources/serviceFacility/index.d.ts +1 -1
  2432. package/api/resources/serviceFacility/index.js +1 -1
  2433. package/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -4
  2434. package/api/resources/serviceFacility/types/EncounterServiceFacility.js +1 -3
  2435. package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -4
  2436. package/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
  2437. package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -4
  2438. package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
  2439. package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +1 -4
  2440. package/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
  2441. package/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
  2442. package/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
  2443. package/api/resources/serviceFacility/types/index.d.ts +3 -3
  2444. package/api/resources/serviceFacility/types/index.js +3 -3
  2445. package/api/resources/serviceLines/client/Client.d.ts +3 -11
  2446. package/api/resources/serviceLines/client/Client.js +1 -3
  2447. package/api/resources/serviceLines/index.d.ts +1 -1
  2448. package/api/resources/serviceLines/index.js +1 -1
  2449. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +3 -21
  2450. package/api/resources/serviceLines/resources/v2/client/Client.js +31 -33
  2451. package/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
  2452. package/api/resources/serviceLines/resources/v2/client/create.js +1 -3
  2453. package/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
  2454. package/api/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
  2455. package/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
  2456. package/api/resources/serviceLines/resources/v2/client/delete.js +1 -3
  2457. package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
  2458. package/api/resources/serviceLines/resources/v2/client/index.js +3 -3
  2459. package/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -4
  2460. package/api/resources/serviceLines/resources/v2/client/update.js +1 -3
  2461. package/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +1 -4
  2462. package/api/resources/serviceLines/resources/v2/client/updateUniversal.js +1 -3
  2463. package/api/resources/serviceLines/resources/v2/index.d.ts +1 -1
  2464. package/api/resources/serviceLines/resources/v2/index.js +1 -1
  2465. package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -4
  2466. package/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
  2467. package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -4
  2468. package/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -3
  2469. package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +1 -4
  2470. package/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +1 -3
  2471. package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -4
  2472. package/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
  2473. package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +15 -25
  2474. package/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -3
  2475. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -4
  2476. package/api/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -3
  2477. package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +0 -3
  2478. package/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
  2479. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -4
  2480. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
  2481. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +1 -4
  2482. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
  2483. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -4
  2484. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -3
  2485. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -4
  2486. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -3
  2487. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -4
  2488. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
  2489. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +1 -4
  2490. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
  2491. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +1 -4
  2492. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +1 -3
  2493. package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +1 -4
  2494. package/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
  2495. package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +1 -4
  2496. package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
  2497. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -4
  2498. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
  2499. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -4
  2500. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -3
  2501. package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +1 -4
  2502. package/api/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
  2503. package/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +1 -4
  2504. package/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
  2505. package/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -4
  2506. package/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
  2507. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -4
  2508. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
  2509. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +1 -4
  2510. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
  2511. package/api/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
  2512. package/api/resources/serviceLines/resources/v2/types/index.js +13 -13
  2513. package/api/resources/superbills/client/Client.d.ts +3 -11
  2514. package/api/resources/superbills/client/Client.js +1 -3
  2515. package/api/resources/superbills/index.d.ts +1 -1
  2516. package/api/resources/superbills/index.js +1 -1
  2517. package/api/resources/superbills/resources/v1/client/Client.d.ts +3 -21
  2518. package/api/resources/superbills/resources/v1/client/Client.js +8 -10
  2519. package/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
  2520. package/api/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
  2521. package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +1 -4
  2522. package/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
  2523. package/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -1
  2524. package/api/resources/superbills/resources/v1/index.d.ts +1 -1
  2525. package/api/resources/superbills/resources/v1/index.js +1 -1
  2526. package/api/resources/superbills/resources/v1/types/Superbill.d.ts +1 -4
  2527. package/api/resources/superbills/resources/v1/types/Superbill.js +1 -3
  2528. package/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +1 -4
  2529. package/api/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
  2530. package/api/resources/tags/types/Tag.d.ts +1 -4
  2531. package/api/resources/tags/types/Tag.js +1 -3
  2532. package/api/resources/tags/types/TagColorEnum.d.ts +1 -4
  2533. package/api/resources/tags/types/TagColorEnum.js +1 -3
  2534. package/api/resources/tags/types/TagCreate.d.ts +1 -4
  2535. package/api/resources/tags/types/TagCreate.js +1 -3
  2536. package/api/resources/tags/types/TagId.d.ts +1 -4
  2537. package/api/resources/tags/types/TagId.js +1 -3
  2538. package/api/resources/tags/types/index.d.ts +2 -2
  2539. package/api/resources/tags/types/index.js +2 -2
  2540. package/api/resources/tasks/client/Client.d.ts +3 -11
  2541. package/api/resources/tasks/client/Client.js +1 -3
  2542. package/api/resources/tasks/index.d.ts +1 -1
  2543. package/api/resources/tasks/index.js +1 -1
  2544. package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -4
  2545. package/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
  2546. package/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -4
  2547. package/api/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
  2548. package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -4
  2549. package/api/resources/tasks/resources/commons/types/TaskType.js +1 -3
  2550. package/api/resources/tasks/resources/commons/types/index.d.ts +1 -1
  2551. package/api/resources/tasks/resources/commons/types/index.js +1 -1
  2552. package/api/resources/tasks/resources/index.d.ts +1 -1
  2553. package/api/resources/tasks/resources/index.js +2 -2
  2554. package/api/resources/tasks/resources/v3/client/Client.d.ts +3 -21
  2555. package/api/resources/tasks/resources/v3/client/Client.js +42 -46
  2556. package/api/resources/tasks/resources/v3/client/create.d.ts +1 -4
  2557. package/api/resources/tasks/resources/v3/client/create.js +1 -3
  2558. package/api/resources/tasks/resources/v3/client/get.d.ts +1 -4
  2559. package/api/resources/tasks/resources/v3/client/get.js +1 -3
  2560. package/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -4
  2561. package/api/resources/tasks/resources/v3/client/getActions.js +1 -3
  2562. package/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
  2563. package/api/resources/tasks/resources/v3/client/getMulti.js +1 -3
  2564. package/api/resources/tasks/resources/v3/client/index.d.ts +3 -3
  2565. package/api/resources/tasks/resources/v3/client/index.js +4 -4
  2566. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -4
  2567. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +1 -3
  2568. package/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -1
  2569. package/api/resources/tasks/resources/v3/client/update.d.ts +1 -4
  2570. package/api/resources/tasks/resources/v3/client/update.js +1 -3
  2571. package/api/resources/tasks/resources/v3/index.d.ts +1 -1
  2572. package/api/resources/tasks/resources/v3/index.js +1 -1
  2573. package/api/resources/tasks/resources/v3/types/Task.d.ts +1 -4
  2574. package/api/resources/tasks/resources/v3/types/Task.js +1 -3
  2575. package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -4
  2576. package/api/resources/tasks/resources/v3/types/TaskAction.js +1 -3
  2577. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -4
  2578. package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
  2579. package/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -4
  2580. package/api/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
  2581. package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +1 -4
  2582. package/api/resources/tasks/resources/v3/types/TaskActions.js +1 -3
  2583. package/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +1 -4
  2584. package/api/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
  2585. package/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +1 -4
  2586. package/api/resources/tasks/resources/v3/types/TaskCreateV3.js +1 -3
  2587. package/api/resources/tasks/resources/v3/types/TaskNote.d.ts +1 -4
  2588. package/api/resources/tasks/resources/v3/types/TaskNote.js +1 -3
  2589. package/api/resources/tasks/resources/v3/types/TaskPage.d.ts +1 -4
  2590. package/api/resources/tasks/resources/v3/types/TaskPage.js +1 -3
  2591. package/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -4
  2592. package/api/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
  2593. package/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +1 -4
  2594. package/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +1 -3
  2595. package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +1 -4
  2596. package/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
  2597. package/api/resources/tasks/resources/v3/types/index.d.ts +6 -6
  2598. package/api/resources/tasks/resources/v3/types/index.js +6 -6
  2599. package/api/resources/writeOffs/client/Client.d.ts +3 -11
  2600. package/api/resources/writeOffs/client/Client.js +1 -3
  2601. package/api/resources/writeOffs/index.d.ts +1 -1
  2602. package/api/resources/writeOffs/index.js +1 -1
  2603. package/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -21
  2604. package/api/resources/writeOffs/resources/v1/client/Client.js +43 -45
  2605. package/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -4
  2606. package/api/resources/writeOffs/resources/v1/client/create.js +1 -3
  2607. package/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -4
  2608. package/api/resources/writeOffs/resources/v1/client/get.js +1 -3
  2609. package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -4
  2610. package/api/resources/writeOffs/resources/v1/client/getMulti.js +1 -3
  2611. package/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -4
  2612. package/api/resources/writeOffs/resources/v1/client/index.js +5 -5
  2613. package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +1 -4
  2614. package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
  2615. package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -4
  2616. package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +1 -3
  2617. package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -2
  2618. package/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -4
  2619. package/api/resources/writeOffs/resources/v1/client/revert.js +1 -3
  2620. package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +1 -4
  2621. package/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +1 -3
  2622. package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +1 -4
  2623. package/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +1 -3
  2624. package/api/resources/writeOffs/resources/v1/index.d.ts +1 -1
  2625. package/api/resources/writeOffs/resources/v1/index.js +1 -1
  2626. package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +1 -4
  2627. package/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
  2628. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +1 -4
  2629. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +1 -3
  2630. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -4
  2631. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -3
  2632. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -4
  2633. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
  2634. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -4
  2635. package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +1 -3
  2636. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +1 -4
  2637. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +1 -3
  2638. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +1 -4
  2639. package/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +1 -3
  2640. package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +1 -4
  2641. package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +1 -3
  2642. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -4
  2643. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -3
  2644. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -4
  2645. package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
  2646. package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -4
  2647. package/api/resources/writeOffs/resources/v1/types/WriteOff.js +1 -3
  2648. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -4
  2649. package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -3
  2650. package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
  2651. package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
  2652. package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -4
  2653. package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
  2654. package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +1 -4
  2655. package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +1 -3
  2656. package/api/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
  2657. package/api/resources/writeOffs/resources/v1/types/index.js +10 -10
  2658. package/api/resources/x12/resources/v1/types/Carc.d.ts +1 -4
  2659. package/api/resources/x12/resources/v1/types/Carc.js +1 -3
  2660. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -4
  2661. package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
  2662. package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +81 -124
  2663. package/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +81 -3
  2664. package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +23 -37
  2665. package/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +23 -3
  2666. package/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -4
  2667. package/api/resources/x12/resources/v1/types/Rarc.js +1 -3
  2668. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -4
  2669. package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
  2670. package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +13 -22
  2671. package/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +13 -3
  2672. package/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -4
  2673. package/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
  2674. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +1 -4
  2675. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +1 -3
  2676. package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +55 -85
  2677. package/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +55 -3
  2678. package/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +19 -31
  2679. package/api/resources/x12/resources/v1/types/TypeOfCareCode.js +19 -3
  2680. package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +15 -25
  2681. package/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -3
  2682. package/api/resources/x12/resources/v1/types/index.d.ts +8 -8
  2683. package/api/resources/x12/resources/v1/types/index.js +8 -8
  2684. package/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +1 -4
  2685. package/api/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
  2686. package/core/auth/AuthProvider.d.ts +1 -1
  2687. package/core/auth/BasicAuth.js +2 -1
  2688. package/core/auth/OAuthTokenProvider.d.ts +1 -4
  2689. package/core/auth/OAuthTokenProvider.js +1 -3
  2690. package/core/exports.d.ts +1 -0
  2691. package/core/exports.js +17 -0
  2692. package/core/fetcher/APIResponse.d.ts +1 -1
  2693. package/core/fetcher/BinaryResponse.d.ts +1 -1
  2694. package/core/fetcher/EndpointMetadata.d.ts +13 -0
  2695. package/core/fetcher/EndpointMetadata.js +2 -0
  2696. package/core/fetcher/EndpointSupplier.d.ts +12 -0
  2697. package/core/fetcher/EndpointSupplier.js +22 -0
  2698. package/core/fetcher/Fetcher.d.ts +5 -3
  2699. package/core/fetcher/Fetcher.js +5 -3
  2700. package/core/fetcher/HttpResponsePromise.d.ts +1 -1
  2701. package/core/fetcher/getErrorResponseBody.js +2 -1
  2702. package/core/fetcher/getFetchFn.js +1 -1
  2703. package/core/fetcher/getResponseBody.js +3 -3
  2704. package/core/fetcher/index.d.ts +2 -0
  2705. package/core/fetcher/index.js +3 -1
  2706. package/core/fetcher/makeRequest.js +2 -2
  2707. package/core/fetcher/requestWithRetries.js +3 -3
  2708. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +1 -1
  2709. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +1 -1
  2710. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
  2711. package/core/file/exports.d.ts +1 -0
  2712. package/core/file/exports.js +2 -0
  2713. package/core/file/file.d.ts +10 -0
  2714. package/core/file/file.js +221 -0
  2715. package/core/file/index.d.ts +2 -0
  2716. package/core/file/index.js +18 -0
  2717. package/core/file/types.d.ts +66 -0
  2718. package/core/file/types.js +2 -0
  2719. package/core/form-data-utils/FormDataWrapper.d.ts +7 -9
  2720. package/core/form-data-utils/FormDataWrapper.js +126 -72
  2721. package/core/headers.d.ts +2 -3
  2722. package/core/index.d.ts +4 -3
  2723. package/core/index.js +5 -4
  2724. package/core/schemas/Schema.d.ts +1 -1
  2725. package/core/schemas/builders/bigint/bigint.d.ts +1 -1
  2726. package/core/schemas/builders/bigint/bigint.js +2 -2
  2727. package/core/schemas/builders/date/date.d.ts +1 -1
  2728. package/core/schemas/builders/date/date.js +2 -2
  2729. package/core/schemas/builders/enum/enum.d.ts +1 -1
  2730. package/core/schemas/builders/index.d.ts +14 -14
  2731. package/core/schemas/builders/index.js +14 -14
  2732. package/core/schemas/builders/lazy/lazy.d.ts +1 -1
  2733. package/core/schemas/builders/lazy/lazy.js +2 -2
  2734. package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  2735. package/core/schemas/builders/lazy/lazyObject.js +4 -4
  2736. package/core/schemas/builders/list/list.d.ts +1 -1
  2737. package/core/schemas/builders/list/list.js +2 -2
  2738. package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  2739. package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  2740. package/core/schemas/builders/object/object.d.ts +1 -1
  2741. package/core/schemas/builders/object/object.js +5 -5
  2742. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  2743. package/core/schemas/builders/object/property.d.ts +1 -1
  2744. package/core/schemas/builders/object/types.d.ts +5 -5
  2745. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  2746. package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  2747. package/core/schemas/builders/object-like/types.d.ts +1 -1
  2748. package/core/schemas/builders/primitives/any.d.ts +2 -1
  2749. package/core/schemas/builders/primitives/any.js +4 -1
  2750. package/core/schemas/builders/primitives/boolean.d.ts +2 -1
  2751. package/core/schemas/builders/primitives/number.d.ts +2 -1
  2752. package/core/schemas/builders/primitives/string.d.ts +2 -1
  2753. package/core/schemas/builders/primitives/unknown.d.ts +2 -1
  2754. package/core/schemas/builders/record/record.d.ts +2 -2
  2755. package/core/schemas/builders/record/record.js +3 -3
  2756. package/core/schemas/builders/record/types.d.ts +2 -2
  2757. package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  2758. package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  2759. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  2760. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  2761. package/core/schemas/builders/set/set.d.ts +1 -1
  2762. package/core/schemas/builders/set/set.js +4 -4
  2763. package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  2764. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  2765. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
  2766. package/core/schemas/builders/union/types.d.ts +2 -2
  2767. package/core/schemas/builders/union/union.d.ts +3 -3
  2768. package/core/schemas/builders/union/union.js +4 -4
  2769. package/core/schemas/index.d.ts +1 -1
  2770. package/core/schemas/index.js +1 -1
  2771. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  2772. package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
  2773. package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  2774. package/core/url/encodePathParam.d.ts +1 -0
  2775. package/core/url/encodePathParam.js +21 -0
  2776. package/core/url/index.d.ts +1 -0
  2777. package/core/url/index.js +3 -1
  2778. package/core/url/join.js +3 -3
  2779. package/dist/BaseClient.d.ts +25 -0
  2780. package/dist/BaseClient.js +3 -0
  2781. package/dist/Client.d.ts +8 -26
  2782. package/dist/Client.js +77 -79
  2783. package/dist/api/resources/auth/client/Client.d.ts +3 -11
  2784. package/dist/api/resources/auth/client/Client.js +1 -3
  2785. package/dist/api/resources/auth/index.d.ts +1 -1
  2786. package/dist/api/resources/auth/index.js +1 -1
  2787. package/dist/api/resources/auth/resources/default/client/Client.d.ts +3 -21
  2788. package/dist/api/resources/auth/resources/default/client/Client.js +8 -10
  2789. package/dist/api/resources/auth/resources/default/client/getToken.d.ts +1 -4
  2790. package/dist/api/resources/auth/resources/default/client/getToken.js +1 -3
  2791. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +0 -3
  2792. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
  2793. package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +1 -1
  2794. package/dist/api/resources/auth/resources/default/index.d.ts +1 -1
  2795. package/dist/api/resources/auth/resources/default/index.js +1 -1
  2796. package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +0 -3
  2797. package/dist/api/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
  2798. package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +0 -3
  2799. package/dist/api/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
  2800. package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +0 -3
  2801. package/dist/api/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
  2802. package/dist/api/resources/auth/resources/default/types/index.d.ts +1 -1
  2803. package/dist/api/resources/auth/resources/default/types/index.js +1 -1
  2804. package/dist/api/resources/billingNotes/client/Client.d.ts +3 -11
  2805. package/dist/api/resources/billingNotes/client/Client.js +1 -3
  2806. package/dist/api/resources/billingNotes/index.d.ts +1 -1
  2807. package/dist/api/resources/billingNotes/index.js +1 -1
  2808. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +3 -21
  2809. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +19 -21
  2810. package/dist/api/resources/billingNotes/resources/v2/client/create.d.ts +1 -4
  2811. package/dist/api/resources/billingNotes/resources/v2/client/create.js +1 -3
  2812. package/dist/api/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
  2813. package/dist/api/resources/billingNotes/resources/v2/client/delete.js +1 -3
  2814. package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
  2815. package/dist/api/resources/billingNotes/resources/v2/client/index.js +1 -1
  2816. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +0 -3
  2817. package/dist/api/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
  2818. package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +1 -4
  2819. package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
  2820. package/dist/api/resources/billingNotes/resources/v2/client/requests/index.d.ts +2 -2
  2821. package/dist/api/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
  2822. package/dist/api/resources/billingNotes/resources/v2/client/update.js +1 -3
  2823. package/dist/api/resources/billingNotes/resources/v2/index.d.ts +1 -1
  2824. package/dist/api/resources/billingNotes/resources/v2/index.js +1 -1
  2825. package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -4
  2826. package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.js +1 -3
  2827. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +0 -3
  2828. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
  2829. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +0 -3
  2830. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
  2831. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
  2832. package/dist/api/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
  2833. package/dist/api/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
  2834. package/dist/api/resources/billingNotes/resources/v2/types/index.js +3 -3
  2835. package/dist/api/resources/chargeCapture/client/Client.d.ts +3 -11
  2836. package/dist/api/resources/chargeCapture/client/Client.js +1 -3
  2837. package/dist/api/resources/chargeCapture/index.d.ts +1 -1
  2838. package/dist/api/resources/chargeCapture/index.js +1 -1
  2839. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +3 -21
  2840. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +102 -104
  2841. package/dist/api/resources/chargeCapture/resources/v1/client/create.d.ts +1 -4
  2842. package/dist/api/resources/chargeCapture/resources/v1/client/create.js +1 -3
  2843. package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +1 -4
  2844. package/dist/api/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +1 -3
  2845. package/dist/api/resources/chargeCapture/resources/v1/client/get.d.ts +1 -4
  2846. package/dist/api/resources/chargeCapture/resources/v1/client/get.js +1 -3
  2847. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.d.ts +1 -4
  2848. package/dist/api/resources/chargeCapture/resources/v1/client/getAll.js +1 -3
  2849. package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +2 -2
  2850. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +3 -3
  2851. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +1 -4
  2852. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
  2853. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -4
  2854. package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
  2855. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +1 -4
  2856. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +1 -3
  2857. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -4
  2858. package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
  2859. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +1 -4
  2860. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.js +1 -3
  2861. package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +5 -5
  2862. package/dist/api/resources/chargeCapture/resources/v1/client/update.d.ts +1 -4
  2863. package/dist/api/resources/chargeCapture/resources/v1/client/update.js +1 -3
  2864. package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +1 -4
  2865. package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +1 -3
  2866. package/dist/api/resources/chargeCapture/resources/v1/index.d.ts +1 -1
  2867. package/dist/api/resources/chargeCapture/resources/v1/index.js +1 -1
  2868. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -4
  2869. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.js +1 -3
  2870. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +1 -4
  2871. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
  2872. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +1 -4
  2873. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +1 -3
  2874. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +1 -4
  2875. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +1 -3
  2876. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +1 -4
  2877. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
  2878. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +1 -4
  2879. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
  2880. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +1 -4
  2881. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
  2882. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +0 -3
  2883. package/dist/api/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
  2884. package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
  2885. package/dist/api/resources/chargeCapture/resources/v1/types/index.js +3 -3
  2886. package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +3 -11
  2887. package/dist/api/resources/chargeCaptureBundles/client/Client.js +1 -3
  2888. package/dist/api/resources/chargeCaptureBundles/index.d.ts +1 -1
  2889. package/dist/api/resources/chargeCaptureBundles/index.js +1 -1
  2890. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +3 -21
  2891. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +59 -61
  2892. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -4
  2893. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +1 -3
  2894. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -4
  2895. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +1 -3
  2896. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +1 -4
  2897. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js +1 -3
  2898. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +2 -2
  2899. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +3 -3
  2900. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +0 -3
  2901. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
  2902. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +1 -4
  2903. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.js +1 -3
  2904. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +2 -2
  2905. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
  2906. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
  2907. package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
  2908. package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
  2909. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +1 -4
  2910. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +1 -3
  2911. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +1 -4
  2912. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +1 -3
  2913. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +1 -4
  2914. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
  2915. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +3 -7
  2916. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +3 -3
  2917. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +0 -3
  2918. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
  2919. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
  2920. package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
  2921. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +1 -4
  2922. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +1 -3
  2923. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +1 -4
  2924. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +1 -3
  2925. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +1 -4
  2926. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
  2927. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +1 -4
  2928. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
  2929. package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
  2930. package/dist/api/resources/claimSubmission/resources/v1/types/index.js +2 -2
  2931. package/dist/api/resources/claims/types/Claim.d.ts +1 -4
  2932. package/dist/api/resources/claims/types/Claim.js +1 -3
  2933. package/dist/api/resources/claims/types/ClaimStatus.d.ts +1 -4
  2934. package/dist/api/resources/claims/types/ClaimStatus.js +1 -3
  2935. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +1 -4
  2936. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
  2937. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +1 -4
  2938. package/dist/api/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
  2939. package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +1 -4
  2940. package/dist/api/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
  2941. package/dist/api/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
  2942. package/dist/api/resources/clinicalTrials/resources/v1/types/index.js +1 -1
  2943. package/dist/api/resources/commons/types/AdjustmentId.d.ts +1 -4
  2944. package/dist/api/resources/commons/types/AdjustmentId.js +1 -3
  2945. package/dist/api/resources/commons/types/AppointmentId.d.ts +1 -4
  2946. package/dist/api/resources/commons/types/AppointmentId.js +1 -3
  2947. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +1 -4
  2948. package/dist/api/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
  2949. package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
  2950. package/dist/api/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
  2951. package/dist/api/resources/commons/types/ChargeCaptureId.d.ts +1 -4
  2952. package/dist/api/resources/commons/types/ChargeCaptureId.js +1 -3
  2953. package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
  2954. package/dist/api/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
  2955. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +1 -4
  2956. package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
  2957. package/dist/api/resources/commons/types/ClaimId.d.ts +1 -4
  2958. package/dist/api/resources/commons/types/ClaimId.js +1 -3
  2959. package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +1 -4
  2960. package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
  2961. package/dist/api/resources/commons/types/Clearinghouse.d.ts +1 -4
  2962. package/dist/api/resources/commons/types/Clearinghouse.js +1 -3
  2963. package/dist/api/resources/commons/types/ClinicalTrialId.d.ts +1 -4
  2964. package/dist/api/resources/commons/types/ClinicalTrialId.js +1 -3
  2965. package/dist/api/resources/commons/types/DateRangeOptionalEnd.d.ts +1 -4
  2966. package/dist/api/resources/commons/types/DateRangeOptionalEnd.js +1 -3
  2967. package/dist/api/resources/commons/types/Date_.d.ts +1 -4
  2968. package/dist/api/resources/commons/types/Date_.js +1 -3
  2969. package/dist/api/resources/commons/types/Decimal.d.ts +1 -4
  2970. package/dist/api/resources/commons/types/Decimal.js +1 -3
  2971. package/dist/api/resources/commons/types/DelayReasonCode.d.ts +30 -49
  2972. package/dist/api/resources/commons/types/DelayReasonCode.js +30 -3
  2973. package/dist/api/resources/commons/types/Email.d.ts +1 -4
  2974. package/dist/api/resources/commons/types/Email.js +1 -3
  2975. package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -4
  2976. package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +1 -3
  2977. package/dist/api/resources/commons/types/EncounterExternalId.d.ts +1 -4
  2978. package/dist/api/resources/commons/types/EncounterExternalId.js +1 -3
  2979. package/dist/api/resources/commons/types/EncounterId.d.ts +1 -4
  2980. package/dist/api/resources/commons/types/EncounterId.js +1 -3
  2981. package/dist/api/resources/commons/types/EntityConflictErrorMessage.d.ts +0 -3
  2982. package/dist/api/resources/commons/types/EntityConflictErrorMessage.js +1 -3
  2983. package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.d.ts +0 -3
  2984. package/dist/api/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
  2985. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +1 -4
  2986. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
  2987. package/dist/api/resources/commons/types/ErrorMessage.d.ts +1 -4
  2988. package/dist/api/resources/commons/types/ErrorMessage.js +1 -3
  2989. package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +101 -154
  2990. package/dist/api/resources/commons/types/FacilityTypeCode.js +106 -3
  2991. package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +0 -3
  2992. package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
  2993. package/dist/api/resources/commons/types/InsuranceTypeCode.d.ts +142 -217
  2994. package/dist/api/resources/commons/types/InsuranceTypeCode.js +142 -3
  2995. package/dist/api/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -7
  2996. package/dist/api/resources/commons/types/IntendedSubmissionMedium.js +2 -3
  2997. package/dist/api/resources/commons/types/InvoiceId.d.ts +1 -4
  2998. package/dist/api/resources/commons/types/InvoiceId.js +1 -3
  2999. package/dist/api/resources/commons/types/LinkUrl.d.ts +1 -4
  3000. package/dist/api/resources/commons/types/LinkUrl.js +1 -3
  3001. package/dist/api/resources/commons/types/NetworkType.d.ts +43 -67
  3002. package/dist/api/resources/commons/types/NetworkType.js +43 -3
  3003. package/dist/api/resources/commons/types/NextResponsibleParty.d.ts +1 -4
  3004. package/dist/api/resources/commons/types/NextResponsibleParty.js +1 -3
  3005. package/dist/api/resources/commons/types/Npi.d.ts +1 -4
  3006. package/dist/api/resources/commons/types/Npi.js +1 -3
  3007. package/dist/api/resources/commons/types/OrganizationId.d.ts +1 -4
  3008. package/dist/api/resources/commons/types/OrganizationId.js +1 -3
  3009. package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +0 -3
  3010. package/dist/api/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
  3011. package/dist/api/resources/commons/types/PageToken.d.ts +1 -4
  3012. package/dist/api/resources/commons/types/PageToken.js +1 -3
  3013. package/dist/api/resources/commons/types/PatientExternalId.d.ts +1 -4
  3014. package/dist/api/resources/commons/types/PatientExternalId.js +1 -3
  3015. package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +49 -76
  3016. package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +49 -3
  3017. package/dist/api/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
  3018. package/dist/api/resources/commons/types/PayerPlanGroupId.js +1 -3
  3019. package/dist/api/resources/commons/types/PhoneNumber.d.ts +1 -4
  3020. package/dist/api/resources/commons/types/PhoneNumber.js +1 -3
  3021. package/dist/api/resources/commons/types/PhoneNumberOptional.d.ts +1 -4
  3022. package/dist/api/resources/commons/types/PhoneNumberOptional.js +1 -3
  3023. package/dist/api/resources/commons/types/PhoneNumberType.d.ts +1 -4
  3024. package/dist/api/resources/commons/types/PhoneNumberType.js +1 -3
  3025. package/dist/api/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
  3026. package/dist/api/resources/commons/types/PreEncounterAppointmentId.js +1 -3
  3027. package/dist/api/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
  3028. package/dist/api/resources/commons/types/PreEncounterPatientId.js +1 -3
  3029. package/dist/api/resources/commons/types/Primitive.d.ts +1 -4
  3030. package/dist/api/resources/commons/types/Primitive.js +5 -3
  3031. package/dist/api/resources/commons/types/ProcedureModifier.d.ts +799 -1201
  3032. package/dist/api/resources/commons/types/ProcedureModifier.js +799 -3
  3033. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
  3034. package/dist/api/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
  3035. package/dist/api/resources/commons/types/ProviderId.d.ts +1 -4
  3036. package/dist/api/resources/commons/types/ProviderId.js +1 -3
  3037. package/dist/api/resources/commons/types/QualifierCode.d.ts +1 -4
  3038. package/dist/api/resources/commons/types/QualifierCode.js +5 -3
  3039. package/dist/api/resources/commons/types/RateId.d.ts +1 -4
  3040. package/dist/api/resources/commons/types/RateId.js +1 -3
  3041. package/dist/api/resources/commons/types/RegionNational.d.ts +1 -5
  3042. package/dist/api/resources/commons/types/RegionNational.js +1 -3
  3043. package/dist/api/resources/commons/types/RegionStates.d.ts +1 -4
  3044. package/dist/api/resources/commons/types/RegionStates.js +1 -3
  3045. package/dist/api/resources/commons/types/Regions.d.ts +1 -4
  3046. package/dist/api/resources/commons/types/Regions.js +1 -3
  3047. package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +1 -4
  3048. package/dist/api/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
  3049. package/dist/api/resources/commons/types/RequestValidationError.d.ts +0 -3
  3050. package/dist/api/resources/commons/types/RequestValidationError.js +1 -3
  3051. package/dist/api/resources/commons/types/ResourcePage.d.ts +1 -4
  3052. package/dist/api/resources/commons/types/ResourcePage.js +1 -3
  3053. package/dist/api/resources/commons/types/SchemaId.d.ts +1 -4
  3054. package/dist/api/resources/commons/types/SchemaId.js +1 -3
  3055. package/dist/api/resources/commons/types/ServiceLineId.d.ts +1 -4
  3056. package/dist/api/resources/commons/types/ServiceLineId.js +1 -3
  3057. package/dist/api/resources/commons/types/ServiceLineUnits.d.ts +1 -4
  3058. package/dist/api/resources/commons/types/ServiceLineUnits.js +1 -3
  3059. package/dist/api/resources/commons/types/SortDirection.d.ts +1 -4
  3060. package/dist/api/resources/commons/types/SortDirection.js +5 -3
  3061. package/dist/api/resources/commons/types/SourceOfPaymentCode.d.ts +49 -76
  3062. package/dist/api/resources/commons/types/SourceOfPaymentCode.js +49 -3
  3063. package/dist/api/resources/commons/types/State.d.ts +1 -4
  3064. package/dist/api/resources/commons/types/State.js +1 -3
  3065. package/dist/api/resources/commons/types/StreetAddressBase.d.ts +1 -4
  3066. package/dist/api/resources/commons/types/StreetAddressBase.js +1 -3
  3067. package/dist/api/resources/commons/types/StreetAddressLongZip.d.ts +1 -4
  3068. package/dist/api/resources/commons/types/StreetAddressLongZip.js +1 -3
  3069. package/dist/api/resources/commons/types/StreetAddressLongZipOptional.d.ts +1 -4
  3070. package/dist/api/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
  3071. package/dist/api/resources/commons/types/StreetAddressOptionalBase.d.ts +1 -4
  3072. package/dist/api/resources/commons/types/StreetAddressOptionalBase.js +1 -3
  3073. package/dist/api/resources/commons/types/StreetAddressShortZip.d.ts +1 -4
  3074. package/dist/api/resources/commons/types/StreetAddressShortZip.js +1 -3
  3075. package/dist/api/resources/commons/types/StreetAddressShortZipOptional.d.ts +1 -4
  3076. package/dist/api/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
  3077. package/dist/api/resources/commons/types/TaskAssignmentId.d.ts +1 -4
  3078. package/dist/api/resources/commons/types/TaskAssignmentId.js +1 -3
  3079. package/dist/api/resources/commons/types/TaskId.d.ts +1 -4
  3080. package/dist/api/resources/commons/types/TaskId.js +1 -3
  3081. package/dist/api/resources/commons/types/TaskNoteId.d.ts +1 -4
  3082. package/dist/api/resources/commons/types/TaskNoteId.js +1 -3
  3083. package/dist/api/resources/commons/types/TaxId.d.ts +1 -4
  3084. package/dist/api/resources/commons/types/TaxId.js +1 -3
  3085. package/dist/api/resources/commons/types/UnauthorizedErrorMessage.d.ts +0 -3
  3086. package/dist/api/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
  3087. package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +0 -3
  3088. package/dist/api/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
  3089. package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +0 -3
  3090. package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
  3091. package/dist/api/resources/commons/types/UserId.d.ts +1 -4
  3092. package/dist/api/resources/commons/types/UserId.js +1 -3
  3093. package/dist/api/resources/commons/types/WorkQueueId.d.ts +1 -4
  3094. package/dist/api/resources/commons/types/WorkQueueId.js +1 -3
  3095. package/dist/api/resources/commons/types/index.d.ts +60 -60
  3096. package/dist/api/resources/commons/types/index.js +60 -60
  3097. package/dist/api/resources/contracts/client/Client.d.ts +3 -11
  3098. package/dist/api/resources/contracts/client/Client.js +1 -3
  3099. package/dist/api/resources/contracts/index.d.ts +1 -1
  3100. package/dist/api/resources/contracts/index.js +1 -1
  3101. package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +3 -21
  3102. package/dist/api/resources/contracts/resources/v2/client/Client.js +41 -43
  3103. package/dist/api/resources/contracts/resources/v2/client/create.d.ts +1 -4
  3104. package/dist/api/resources/contracts/resources/v2/client/create.js +1 -3
  3105. package/dist/api/resources/contracts/resources/v2/client/delete.d.ts +1 -4
  3106. package/dist/api/resources/contracts/resources/v2/client/delete.js +1 -3
  3107. package/dist/api/resources/contracts/resources/v2/client/get.d.ts +1 -4
  3108. package/dist/api/resources/contracts/resources/v2/client/get.js +1 -3
  3109. package/dist/api/resources/contracts/resources/v2/client/getMulti.d.ts +1 -4
  3110. package/dist/api/resources/contracts/resources/v2/client/getMulti.js +1 -3
  3111. package/dist/api/resources/contracts/resources/v2/client/index.d.ts +3 -3
  3112. package/dist/api/resources/contracts/resources/v2/client/index.js +4 -4
  3113. package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +1 -4
  3114. package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.js +1 -3
  3115. package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +1 -4
  3116. package/dist/api/resources/contracts/resources/v2/client/requests/ContractUpdate.js +1 -3
  3117. package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +1 -4
  3118. package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.js +1 -3
  3119. package/dist/api/resources/contracts/resources/v2/client/requests/index.d.ts +3 -3
  3120. package/dist/api/resources/contracts/resources/v2/client/update.d.ts +1 -4
  3121. package/dist/api/resources/contracts/resources/v2/client/update.js +1 -3
  3122. package/dist/api/resources/contracts/resources/v2/index.d.ts +1 -1
  3123. package/dist/api/resources/contracts/resources/v2/index.js +1 -1
  3124. package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +0 -3
  3125. package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
  3126. package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +1 -4
  3127. package/dist/api/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
  3128. package/dist/api/resources/contracts/resources/v2/types/Contract.d.ts +1 -4
  3129. package/dist/api/resources/contracts/resources/v2/types/Contract.js +1 -3
  3130. package/dist/api/resources/contracts/resources/v2/types/ContractBase.d.ts +1 -4
  3131. package/dist/api/resources/contracts/resources/v2/types/ContractBase.js +1 -3
  3132. package/dist/api/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
  3133. package/dist/api/resources/contracts/resources/v2/types/ContractId.js +1 -3
  3134. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +0 -3
  3135. package/dist/api/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
  3136. package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +0 -3
  3137. package/dist/api/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
  3138. package/dist/api/resources/contracts/resources/v2/types/ContractSortField.d.ts +1 -4
  3139. package/dist/api/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
  3140. package/dist/api/resources/contracts/resources/v2/types/ContractStatus.d.ts +8 -14
  3141. package/dist/api/resources/contracts/resources/v2/types/ContractStatus.js +8 -3
  3142. package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +1 -4
  3143. package/dist/api/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
  3144. package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
  3145. package/dist/api/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
  3146. package/dist/api/resources/contracts/resources/v2/types/ContractsPage.d.ts +1 -4
  3147. package/dist/api/resources/contracts/resources/v2/types/ContractsPage.js +1 -3
  3148. package/dist/api/resources/contracts/resources/v2/types/DateUpdate.d.ts +1 -4
  3149. package/dist/api/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
  3150. package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +1 -4
  3151. package/dist/api/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
  3152. package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +1 -4
  3153. package/dist/api/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
  3154. package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
  3155. package/dist/api/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
  3156. package/dist/api/resources/contracts/resources/v2/types/index.d.ts +12 -12
  3157. package/dist/api/resources/contracts/resources/v2/types/index.js +12 -12
  3158. package/dist/api/resources/credentialing/client/Client.d.ts +3 -11
  3159. package/dist/api/resources/credentialing/client/Client.js +1 -3
  3160. package/dist/api/resources/credentialing/index.d.ts +1 -1
  3161. package/dist/api/resources/credentialing/index.js +1 -1
  3162. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +3 -21
  3163. package/dist/api/resources/credentialing/resources/v2/client/Client.js +70 -72
  3164. package/dist/api/resources/credentialing/resources/v2/client/create.d.ts +1 -4
  3165. package/dist/api/resources/credentialing/resources/v2/client/create.js +1 -3
  3166. package/dist/api/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
  3167. package/dist/api/resources/credentialing/resources/v2/client/createFacility.js +1 -3
  3168. package/dist/api/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
  3169. package/dist/api/resources/credentialing/resources/v2/client/delete.js +1 -3
  3170. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
  3171. package/dist/api/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
  3172. package/dist/api/resources/credentialing/resources/v2/client/get.d.ts +1 -4
  3173. package/dist/api/resources/credentialing/resources/v2/client/get.js +1 -3
  3174. package/dist/api/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
  3175. package/dist/api/resources/credentialing/resources/v2/client/getAll.js +1 -3
  3176. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
  3177. package/dist/api/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
  3178. package/dist/api/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
  3179. package/dist/api/resources/credentialing/resources/v2/client/getFacility.js +1 -3
  3180. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +6 -6
  3181. package/dist/api/resources/credentialing/resources/v2/client/index.js +7 -7
  3182. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +0 -3
  3183. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
  3184. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +1 -4
  3185. package/dist/api/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
  3186. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +1 -4
  3187. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.js +1 -3
  3188. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +1 -4
  3189. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.js +1 -3
  3190. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +1 -4
  3191. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
  3192. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +1 -4
  3193. package/dist/api/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
  3194. package/dist/api/resources/credentialing/resources/v2/client/requests/index.d.ts +6 -6
  3195. package/dist/api/resources/credentialing/resources/v2/client/update.d.ts +1 -4
  3196. package/dist/api/resources/credentialing/resources/v2/client/update.js +1 -3
  3197. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
  3198. package/dist/api/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
  3199. package/dist/api/resources/credentialing/resources/v2/index.d.ts +1 -1
  3200. package/dist/api/resources/credentialing/resources/v2/index.js +1 -1
  3201. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +1 -4
  3202. package/dist/api/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
  3203. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -7
  3204. package/dist/api/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +2 -3
  3205. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +1 -4
  3206. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +1 -3
  3207. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
  3208. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
  3209. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +1 -4
  3210. package/dist/api/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +1 -3
  3211. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +1 -4
  3212. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +1 -3
  3213. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
  3214. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
  3215. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +1 -4
  3216. package/dist/api/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +1 -3
  3217. package/dist/api/resources/credentialing/resources/v2/types/index.d.ts +5 -5
  3218. package/dist/api/resources/credentialing/resources/v2/types/index.js +5 -5
  3219. package/dist/api/resources/customSchemas/client/Client.d.ts +3 -11
  3220. package/dist/api/resources/customSchemas/client/Client.js +1 -3
  3221. package/dist/api/resources/customSchemas/index.d.ts +1 -1
  3222. package/dist/api/resources/customSchemas/index.js +1 -1
  3223. package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +3 -21
  3224. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +25 -27
  3225. package/dist/api/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
  3226. package/dist/api/resources/customSchemas/resources/v1/client/create.js +1 -3
  3227. package/dist/api/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
  3228. package/dist/api/resources/customSchemas/resources/v1/client/get.js +1 -3
  3229. package/dist/api/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
  3230. package/dist/api/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
  3231. package/dist/api/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
  3232. package/dist/api/resources/customSchemas/resources/v1/client/index.js +4 -4
  3233. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +1 -4
  3234. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
  3235. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +1 -4
  3236. package/dist/api/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
  3237. package/dist/api/resources/customSchemas/resources/v1/client/requests/index.d.ts +2 -2
  3238. package/dist/api/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
  3239. package/dist/api/resources/customSchemas/resources/v1/client/update.js +1 -3
  3240. package/dist/api/resources/customSchemas/resources/v1/index.d.ts +1 -1
  3241. package/dist/api/resources/customSchemas/resources/v1/index.js +1 -1
  3242. package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +1 -4
  3243. package/dist/api/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
  3244. package/dist/api/resources/customSchemas/resources/v1/types/Schema.d.ts +1 -4
  3245. package/dist/api/resources/customSchemas/resources/v1/types/Schema.js +1 -3
  3246. package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.d.ts +1 -4
  3247. package/dist/api/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
  3248. package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +1 -4
  3249. package/dist/api/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
  3250. package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +1 -4
  3251. package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
  3252. package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +1 -4
  3253. package/dist/api/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
  3254. package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +1 -4
  3255. package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationError.js +1 -3
  3256. package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +1 -4
  3257. package/dist/api/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
  3258. package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +1 -4
  3259. package/dist/api/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
  3260. package/dist/api/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
  3261. package/dist/api/resources/customSchemas/resources/v1/types/index.js +5 -5
  3262. package/dist/api/resources/diagnoses/client/Client.d.ts +3 -21
  3263. package/dist/api/resources/diagnoses/client/Client.js +19 -21
  3264. package/dist/api/resources/diagnoses/client/create.d.ts +1 -4
  3265. package/dist/api/resources/diagnoses/client/create.js +1 -3
  3266. package/dist/api/resources/diagnoses/client/delete.d.ts +1 -4
  3267. package/dist/api/resources/diagnoses/client/delete.js +1 -3
  3268. package/dist/api/resources/diagnoses/client/index.d.ts +1 -1
  3269. package/dist/api/resources/diagnoses/client/index.js +2 -2
  3270. package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +1 -4
  3271. package/dist/api/resources/diagnoses/client/requests/DiagnosisUpdate.js +1 -3
  3272. package/dist/api/resources/diagnoses/client/requests/index.d.ts +1 -1
  3273. package/dist/api/resources/diagnoses/client/update.d.ts +1 -4
  3274. package/dist/api/resources/diagnoses/client/update.js +1 -3
  3275. package/dist/api/resources/diagnoses/index.d.ts +1 -1
  3276. package/dist/api/resources/diagnoses/index.js +1 -1
  3277. package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +1 -4
  3278. package/dist/api/resources/diagnoses/types/Diagnosis.js +1 -3
  3279. package/dist/api/resources/diagnoses/types/DiagnosisCreate.d.ts +1 -4
  3280. package/dist/api/resources/diagnoses/types/DiagnosisCreate.js +1 -3
  3281. package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +1 -4
  3282. package/dist/api/resources/diagnoses/types/DiagnosisCreateOptional.js +1 -3
  3283. package/dist/api/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
  3284. package/dist/api/resources/diagnoses/types/DiagnosisId.js +1 -3
  3285. package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +1 -4
  3286. package/dist/api/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
  3287. package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.d.ts +21 -34
  3288. package/dist/api/resources/diagnoses/types/DiagnosisTypeCode.js +21 -3
  3289. package/dist/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +1 -4
  3290. package/dist/api/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
  3291. package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +1 -4
  3292. package/dist/api/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +1 -3
  3293. package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +1 -4
  3294. package/dist/api/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
  3295. package/dist/api/resources/diagnoses/types/index.d.ts +6 -6
  3296. package/dist/api/resources/diagnoses/types/index.js +6 -6
  3297. package/dist/api/resources/eligibility/client/Client.d.ts +3 -11
  3298. package/dist/api/resources/eligibility/client/Client.js +1 -3
  3299. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +3 -21
  3300. package/dist/api/resources/eligibility/resources/v2/client/Client.js +18 -20
  3301. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
  3302. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
  3303. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
  3304. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
  3305. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
  3306. package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
  3307. package/dist/api/resources/encounterAttachments/client/Client.d.ts +3 -11
  3308. package/dist/api/resources/encounterAttachments/client/Client.js +1 -3
  3309. package/dist/api/resources/encounterAttachments/index.d.ts +1 -1
  3310. package/dist/api/resources/encounterAttachments/index.js +1 -1
  3311. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +5 -23
  3312. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +18 -20
  3313. package/dist/api/resources/encounterAttachments/resources/v1/client/create.d.ts +1 -4
  3314. package/dist/api/resources/encounterAttachments/resources/v1/client/create.js +1 -3
  3315. package/dist/api/resources/encounterAttachments/resources/v1/client/delete.d.ts +1 -4
  3316. package/dist/api/resources/encounterAttachments/resources/v1/client/delete.js +1 -3
  3317. package/dist/api/resources/encounterAttachments/resources/v1/client/get.d.ts +1 -4
  3318. package/dist/api/resources/encounterAttachments/resources/v1/client/get.js +1 -3
  3319. package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
  3320. package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +2 -2
  3321. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.d.ts +1 -4
  3322. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/CreateAttachmentRequest.js +1 -3
  3323. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +1 -4
  3324. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
  3325. package/dist/api/resources/encounterAttachments/resources/v1/client/requests/index.d.ts +2 -2
  3326. package/dist/api/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
  3327. package/dist/api/resources/encounterAttachments/resources/v1/index.js +1 -1
  3328. package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
  3329. package/dist/api/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
  3330. package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +1 -4
  3331. package/dist/api/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +1 -3
  3332. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +1 -4
  3333. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +1 -3
  3334. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +1 -4
  3335. package/dist/api/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
  3336. package/dist/api/resources/encounterProviders/client/Client.d.ts +3 -11
  3337. package/dist/api/resources/encounterProviders/client/Client.js +1 -3
  3338. package/dist/api/resources/encounterProviders/index.d.ts +1 -1
  3339. package/dist/api/resources/encounterProviders/index.js +1 -1
  3340. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +3 -21
  3341. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +75 -77
  3342. package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +1 -4
  3343. package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +1 -3
  3344. package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +1 -4
  3345. package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +1 -3
  3346. package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +1 -4
  3347. package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +1 -3
  3348. package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +1 -4
  3349. package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +1 -3
  3350. package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
  3351. package/dist/api/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
  3352. package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
  3353. package/dist/api/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
  3354. package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +1 -4
  3355. package/dist/api/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +1 -3
  3356. package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
  3357. package/dist/api/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
  3358. package/dist/api/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
  3359. package/dist/api/resources/encounterProviders/resources/v2/client/index.js +9 -9
  3360. package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +1 -4
  3361. package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +1 -3
  3362. package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +1 -4
  3363. package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +1 -3
  3364. package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +1 -4
  3365. package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +1 -3
  3366. package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +1 -4
  3367. package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +1 -3
  3368. package/dist/api/resources/encounterProviders/resources/v2/index.d.ts +1 -1
  3369. package/dist/api/resources/encounterProviders/resources/v2/index.js +1 -1
  3370. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +1 -4
  3371. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProvider.js +1 -3
  3372. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +1 -4
  3373. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +1 -3
  3374. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +1 -4
  3375. package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +1 -3
  3376. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +1 -4
  3377. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProvider.js +1 -3
  3378. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +0 -3
  3379. package/dist/api/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
  3380. package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +1 -4
  3381. package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +1 -3
  3382. package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +1 -4
  3383. package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +1 -3
  3384. package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
  3385. package/dist/api/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +1 -3
  3386. package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +1 -4
  3387. package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
  3388. package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +1 -4
  3389. package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
  3390. package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +1 -4
  3391. package/dist/api/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
  3392. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
  3393. package/dist/api/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
  3394. package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +1 -4
  3395. package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
  3396. package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +1 -4
  3397. package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
  3398. package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +1 -4
  3399. package/dist/api/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
  3400. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -4
  3401. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
  3402. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +1 -4
  3403. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
  3404. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +1 -4
  3405. package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
  3406. package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +1 -4
  3407. package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
  3408. package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +1 -4
  3409. package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
  3410. package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +1 -4
  3411. package/dist/api/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
  3412. package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
  3413. package/dist/api/resources/encounterProviders/resources/v2/types/index.js +13 -13
  3414. package/dist/api/resources/encounters/client/Client.d.ts +3 -11
  3415. package/dist/api/resources/encounters/client/Client.js +1 -3
  3416. package/dist/api/resources/encounters/index.d.ts +1 -1
  3417. package/dist/api/resources/encounters/index.js +1 -1
  3418. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +3 -21
  3419. package/dist/api/resources/encounters/resources/v4/client/Client.js +46 -48
  3420. package/dist/api/resources/encounters/resources/v4/client/create.d.ts +1 -4
  3421. package/dist/api/resources/encounters/resources/v4/client/create.js +1 -3
  3422. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +1 -4
  3423. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +1 -3
  3424. package/dist/api/resources/encounters/resources/v4/client/get.d.ts +1 -4
  3425. package/dist/api/resources/encounters/resources/v4/client/get.js +1 -3
  3426. package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +1 -4
  3427. package/dist/api/resources/encounters/resources/v4/client/getAll.js +1 -3
  3428. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +3 -3
  3429. package/dist/api/resources/encounters/resources/v4/client/index.js +4 -4
  3430. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +1 -4
  3431. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.js +1 -3
  3432. package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +1 -1
  3433. package/dist/api/resources/encounters/resources/v4/client/update.d.ts +1 -4
  3434. package/dist/api/resources/encounters/resources/v4/client/update.js +1 -3
  3435. package/dist/api/resources/encounters/resources/v4/index.d.ts +1 -1
  3436. package/dist/api/resources/encounters/resources/v4/index.js +1 -1
  3437. package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.d.ts +1 -4
  3438. package/dist/api/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
  3439. package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +0 -3
  3440. package/dist/api/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
  3441. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +1 -4
  3442. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +1 -3
  3443. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +1 -4
  3444. package/dist/api/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +1 -3
  3445. package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.d.ts +1 -4
  3446. package/dist/api/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
  3447. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -4
  3448. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +1 -3
  3449. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +1 -4
  3450. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +1 -3
  3451. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +1 -4
  3452. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +1 -3
  3453. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +1 -4
  3454. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
  3455. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +1 -4
  3456. package/dist/api/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
  3457. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -4
  3458. package/dist/api/resources/encounters/resources/v4/types/Encounter.js +1 -3
  3459. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -4
  3460. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.js +1 -3
  3461. package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.d.ts +1 -4
  3462. package/dist/api/resources/encounters/resources/v4/types/EncounterCreate.js +1 -3
  3463. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +1 -4
  3464. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +1 -3
  3465. package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +1 -4
  3466. package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.js +1 -3
  3467. package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +1 -4
  3468. package/dist/api/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
  3469. package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +0 -3
  3470. package/dist/api/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
  3471. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +1 -4
  3472. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.js +1 -3
  3473. package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +1 -4
  3474. package/dist/api/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
  3475. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +1 -4
  3476. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.js +1 -3
  3477. package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +0 -3
  3478. package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
  3479. package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +1 -5
  3480. package/dist/api/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
  3481. package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +1 -4
  3482. package/dist/api/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
  3483. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +5 -10
  3484. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +11 -3
  3485. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +1 -4
  3486. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
  3487. package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +1 -4
  3488. package/dist/api/resources/encounters/resources/v4/types/EncounterUpdate.js +1 -3
  3489. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +1 -4
  3490. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
  3491. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +1 -4
  3492. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
  3493. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +1 -4
  3494. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
  3495. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
  3496. package/dist/api/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
  3497. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +1 -4
  3498. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
  3499. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
  3500. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
  3501. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +1 -4
  3502. package/dist/api/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
  3503. package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +1 -4
  3504. package/dist/api/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
  3505. package/dist/api/resources/encounters/resources/v4/types/Intervention.d.ts +1 -4
  3506. package/dist/api/resources/encounters/resources/v4/types/Intervention.js +1 -3
  3507. package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.d.ts +1 -4
  3508. package/dist/api/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
  3509. package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.d.ts +1 -4
  3510. package/dist/api/resources/encounters/resources/v4/types/InterventionOptional.js +1 -3
  3511. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +0 -3
  3512. package/dist/api/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
  3513. package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +1 -4
  3514. package/dist/api/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
  3515. package/dist/api/resources/encounters/resources/v4/types/Lab.d.ts +1 -4
  3516. package/dist/api/resources/encounters/resources/v4/types/Lab.js +1 -3
  3517. package/dist/api/resources/encounters/resources/v4/types/LabCodeType.d.ts +1 -4
  3518. package/dist/api/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
  3519. package/dist/api/resources/encounters/resources/v4/types/LabOptional.d.ts +1 -4
  3520. package/dist/api/resources/encounters/resources/v4/types/LabOptional.js +1 -3
  3521. package/dist/api/resources/encounters/resources/v4/types/Medication.d.ts +1 -4
  3522. package/dist/api/resources/encounters/resources/v4/types/Medication.js +1 -3
  3523. package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.d.ts +1 -4
  3524. package/dist/api/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
  3525. package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +1 -4
  3526. package/dist/api/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
  3527. package/dist/api/resources/encounters/resources/v4/types/NoteCategory.d.ts +1 -4
  3528. package/dist/api/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
  3529. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +1 -4
  3530. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategory.js +1 -3
  3531. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +1 -4
  3532. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
  3533. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +1 -4
  3534. package/dist/api/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +1 -3
  3535. package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +1 -4
  3536. package/dist/api/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
  3537. package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
  3538. package/dist/api/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
  3539. package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +7 -13
  3540. package/dist/api/resources/encounters/resources/v4/types/ReportTransmissionCode.js +7 -3
  3541. package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +123 -187
  3542. package/dist/api/resources/encounters/resources/v4/types/ReportTypeCode.js +123 -3
  3543. package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +1 -4
  3544. package/dist/api/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
  3545. package/dist/api/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
  3546. package/dist/api/resources/encounters/resources/v4/types/RxCui.js +1 -3
  3547. package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +1 -4
  3548. package/dist/api/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
  3549. package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +1 -4
  3550. package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +1 -3
  3551. package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +1 -4
  3552. package/dist/api/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
  3553. package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +1 -4
  3554. package/dist/api/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
  3555. package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +15 -25
  3556. package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +19 -3
  3557. package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.d.ts +1 -4
  3558. package/dist/api/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
  3559. package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +1 -4
  3560. package/dist/api/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +1 -3
  3561. package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +0 -3
  3562. package/dist/api/resources/encounters/resources/v4/types/Vitals.js +1 -3
  3563. package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +0 -3
  3564. package/dist/api/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
  3565. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +47 -47
  3566. package/dist/api/resources/encounters/resources/v4/types/index.js +47 -47
  3567. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +1 -4
  3568. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +1 -3
  3569. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +1 -4
  3570. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +1 -3
  3571. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +1 -4
  3572. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +1 -3
  3573. package/dist/api/resources/encountersUniversal/types/index.d.ts +1 -1
  3574. package/dist/api/resources/encountersUniversal/types/index.js +1 -1
  3575. package/dist/api/resources/era/types/Era.d.ts +1 -4
  3576. package/dist/api/resources/era/types/Era.js +1 -3
  3577. package/dist/api/resources/era/types/EraBase.d.ts +1 -4
  3578. package/dist/api/resources/era/types/EraBase.js +1 -3
  3579. package/dist/api/resources/era/types/EraId.d.ts +1 -4
  3580. package/dist/api/resources/era/types/EraId.js +1 -3
  3581. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +1 -4
  3582. package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
  3583. package/dist/api/resources/era/types/index.d.ts +2 -2
  3584. package/dist/api/resources/era/types/index.js +2 -2
  3585. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -7
  3586. package/dist/api/resources/eraCommons/types/ClaimStatusCodeCreate.js +2 -3
  3587. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -11
  3588. package/dist/api/resources/expectedNetworkStatus/client/Client.js +1 -3
  3589. package/dist/api/resources/expectedNetworkStatus/index.d.ts +1 -1
  3590. package/dist/api/resources/expectedNetworkStatus/index.js +1 -1
  3591. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +3 -21
  3592. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +7 -9
  3593. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.d.ts +1 -4
  3594. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/compute.js +1 -3
  3595. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -4
  3596. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +1 -3
  3597. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/index.d.ts +1 -1
  3598. package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
  3599. package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
  3600. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +1 -4
  3601. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
  3602. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -4
  3603. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +1 -3
  3604. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +3 -21
  3605. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +14 -16
  3606. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +1 -4
  3607. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +1 -3
  3608. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +1 -4
  3609. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +1 -3
  3610. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
  3611. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
  3612. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
  3613. package/dist/api/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
  3614. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +1 -4
  3615. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +1 -3
  3616. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +1 -4
  3617. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
  3618. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +1 -4
  3619. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +1 -3
  3620. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +1 -5
  3621. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
  3622. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +0 -3
  3623. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
  3624. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +1 -4
  3625. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +1 -3
  3626. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +1 -4
  3627. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +1 -3
  3628. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +1 -4
  3629. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
  3630. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +1 -4
  3631. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +1 -3
  3632. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +1 -4
  3633. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
  3634. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +1 -4
  3635. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
  3636. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +1 -4
  3637. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +1 -3
  3638. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +1 -4
  3639. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +1 -3
  3640. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +1 -4
  3641. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +1 -3
  3642. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +1 -4
  3643. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
  3644. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +1 -4
  3645. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
  3646. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
  3647. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
  3648. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +1 -4
  3649. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +1 -3
  3650. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +1 -4
  3651. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
  3652. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
  3653. package/dist/api/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
  3654. package/dist/api/resources/exports/client/Client.d.ts +3 -11
  3655. package/dist/api/resources/exports/client/Client.js +1 -3
  3656. package/dist/api/resources/exports/index.d.ts +1 -1
  3657. package/dist/api/resources/exports/index.js +1 -1
  3658. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +3 -21
  3659. package/dist/api/resources/exports/resources/v3/client/Client.js +10 -12
  3660. package/dist/api/resources/exports/resources/v3/client/getExports.d.ts +1 -4
  3661. package/dist/api/resources/exports/resources/v3/client/getExports.js +1 -3
  3662. package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.d.ts +0 -3
  3663. package/dist/api/resources/exports/resources/v3/client/requests/GetExportsRequest.js +1 -3
  3664. package/dist/api/resources/exports/resources/v3/client/requests/index.d.ts +1 -1
  3665. package/dist/api/resources/exports/resources/v3/index.d.ts +1 -1
  3666. package/dist/api/resources/exports/resources/v3/index.js +1 -1
  3667. package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +0 -3
  3668. package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
  3669. package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +3 -11
  3670. package/dist/api/resources/externalPaymentAccountConfig/client/Client.js +1 -3
  3671. package/dist/api/resources/externalPaymentAccountConfig/index.d.ts +1 -1
  3672. package/dist/api/resources/externalPaymentAccountConfig/index.js +1 -1
  3673. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +3 -21
  3674. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +9 -11
  3675. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.d.ts +1 -4
  3676. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/getMulti.js +1 -3
  3677. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -4
  3678. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.js +1 -3
  3679. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/index.d.ts +1 -1
  3680. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.d.ts +1 -1
  3681. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/index.js +1 -1
  3682. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +1 -4
  3683. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
  3684. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +1 -4
  3685. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +1 -3
  3686. package/dist/api/resources/feeSchedules/client/Client.d.ts +3 -11
  3687. package/dist/api/resources/feeSchedules/client/Client.js +1 -3
  3688. package/dist/api/resources/feeSchedules/index.d.ts +1 -1
  3689. package/dist/api/resources/feeSchedules/index.js +1 -1
  3690. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -21
  3691. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +104 -106
  3692. package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +1 -4
  3693. package/dist/api/resources/feeSchedules/resources/v3/client/deleteRate.js +1 -3
  3694. package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.d.ts +1 -4
  3695. package/dist/api/resources/feeSchedules/resources/v3/client/getMatch.js +1 -3
  3696. package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.d.ts +1 -4
  3697. package/dist/api/resources/feeSchedules/resources/v3/client/getMulti.js +1 -3
  3698. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.d.ts +1 -4
  3699. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholds.js +1 -3
  3700. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.d.ts +1 -4
  3701. package/dist/api/resources/feeSchedules/resources/v3/client/getPayerThresholdsDefault.js +1 -3
  3702. package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +1 -4
  3703. package/dist/api/resources/feeSchedules/resources/v3/client/getRateHistory.js +1 -3
  3704. package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.d.ts +1 -4
  3705. package/dist/api/resources/feeSchedules/resources/v3/client/getUniqueValuesForDimension.js +1 -3
  3706. package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
  3707. package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
  3708. package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
  3709. package/dist/api/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
  3710. package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +7 -7
  3711. package/dist/api/resources/feeSchedules/resources/v3/client/index.js +8 -8
  3712. package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -4
  3713. package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
  3714. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -4
  3715. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.js +1 -3
  3716. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -4
  3717. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.js +1 -3
  3718. package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +1 -4
  3719. package/dist/api/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
  3720. package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.d.ts +1 -4
  3721. package/dist/api/resources/feeSchedules/resources/v3/client/requests/PayerThresholdGetRequest.js +1 -3
  3722. package/dist/api/resources/feeSchedules/resources/v3/client/requests/index.d.ts +5 -5
  3723. package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
  3724. package/dist/api/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
  3725. package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
  3726. package/dist/api/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
  3727. package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
  3728. package/dist/api/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
  3729. package/dist/api/resources/feeSchedules/resources/v3/index.d.ts +1 -1
  3730. package/dist/api/resources/feeSchedules/resources/v3/index.js +1 -1
  3731. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +1 -4
  3732. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionMatch.js +1 -3
  3733. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -7
  3734. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionName.js +2 -3
  3735. package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +1 -4
  3736. package/dist/api/resources/feeSchedules/resources/v3/types/Dimensions.js +1 -3
  3737. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +1 -4
  3738. package/dist/api/resources/feeSchedules/resources/v3/types/DimensionsPage.js +1 -3
  3739. package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +0 -3
  3740. package/dist/api/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
  3741. package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +0 -3
  3742. package/dist/api/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
  3743. package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +1 -4
  3744. package/dist/api/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
  3745. package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +1 -4
  3746. package/dist/api/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
  3747. package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +1 -4
  3748. package/dist/api/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
  3749. package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +1 -4
  3750. package/dist/api/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
  3751. package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +1 -4
  3752. package/dist/api/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
  3753. package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +1 -4
  3754. package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
  3755. package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +1 -4
  3756. package/dist/api/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
  3757. package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +1 -4
  3758. package/dist/api/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
  3759. package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +1 -4
  3760. package/dist/api/resources/feeSchedules/resources/v3/types/MatchResult.js +1 -3
  3761. package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +1 -4
  3762. package/dist/api/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
  3763. package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.d.ts +1 -4
  3764. package/dist/api/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
  3765. package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +1 -4
  3766. package/dist/api/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
  3767. package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +1 -4
  3768. package/dist/api/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +1 -3
  3769. package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +1 -4
  3770. package/dist/api/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
  3771. package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +1 -4
  3772. package/dist/api/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
  3773. package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +0 -3
  3774. package/dist/api/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
  3775. package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +1 -4
  3776. package/dist/api/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +1 -3
  3777. package/dist/api/resources/feeSchedules/resources/v3/types/Rate.d.ts +1 -4
  3778. package/dist/api/resources/feeSchedules/resources/v3/types/Rate.js +1 -3
  3779. package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +0 -3
  3780. package/dist/api/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
  3781. package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +1 -4
  3782. package/dist/api/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
  3783. package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +1 -4
  3784. package/dist/api/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +1 -3
  3785. package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +1 -4
  3786. package/dist/api/resources/feeSchedules/resources/v3/types/RatesPage.js +1 -3
  3787. package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +1 -4
  3788. package/dist/api/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
  3789. package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +1 -4
  3790. package/dist/api/resources/feeSchedules/resources/v3/types/ValidationError.js +1 -3
  3791. package/dist/api/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
  3792. package/dist/api/resources/feeSchedules/resources/v3/types/index.js +17 -17
  3793. package/dist/api/resources/financials/types/AccountType.d.ts +1 -4
  3794. package/dist/api/resources/financials/types/AccountType.js +1 -3
  3795. package/dist/api/resources/financials/types/Allocation.d.ts +1 -4
  3796. package/dist/api/resources/financials/types/Allocation.js +1 -3
  3797. package/dist/api/resources/financials/types/AllocationCreate.d.ts +1 -4
  3798. package/dist/api/resources/financials/types/AllocationCreate.js +1 -3
  3799. package/dist/api/resources/financials/types/AllocationTarget.d.ts +1 -4
  3800. package/dist/api/resources/financials/types/AllocationTarget.js +1 -3
  3801. package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +1 -4
  3802. package/dist/api/resources/financials/types/AllocationTargetCreate.js +1 -3
  3803. package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +1 -4
  3804. package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +1 -3
  3805. package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +1 -4
  3806. package/dist/api/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
  3807. package/dist/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +1 -4
  3808. package/dist/api/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
  3809. package/dist/api/resources/financials/types/ClaimAllocationTarget.d.ts +1 -4
  3810. package/dist/api/resources/financials/types/ClaimAllocationTarget.js +1 -3
  3811. package/dist/api/resources/financials/types/InvoiceUpdate.d.ts +1 -4
  3812. package/dist/api/resources/financials/types/InvoiceUpdate.js +1 -3
  3813. package/dist/api/resources/financials/types/NoteUpdate.d.ts +1 -4
  3814. package/dist/api/resources/financials/types/NoteUpdate.js +1 -3
  3815. package/dist/api/resources/financials/types/PatientTransactionSource.d.ts +1 -4
  3816. package/dist/api/resources/financials/types/PatientTransactionSource.js +1 -3
  3817. package/dist/api/resources/financials/types/RefundReason.d.ts +1 -4
  3818. package/dist/api/resources/financials/types/RefundReason.js +1 -3
  3819. package/dist/api/resources/financials/types/RefundReasonUpdate.d.ts +1 -4
  3820. package/dist/api/resources/financials/types/RefundReasonUpdate.js +1 -3
  3821. package/dist/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +1 -4
  3822. package/dist/api/resources/financials/types/ServiceLineAllocationTarget.js +1 -3
  3823. package/dist/api/resources/financials/types/index.d.ts +9 -9
  3824. package/dist/api/resources/financials/types/index.js +9 -9
  3825. package/dist/api/resources/guarantor/client/Client.d.ts +3 -11
  3826. package/dist/api/resources/guarantor/client/Client.js +1 -3
  3827. package/dist/api/resources/guarantor/index.d.ts +1 -1
  3828. package/dist/api/resources/guarantor/index.js +1 -1
  3829. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +3 -21
  3830. package/dist/api/resources/guarantor/resources/v1/client/Client.js +19 -21
  3831. package/dist/api/resources/guarantor/resources/v1/client/create.d.ts +1 -4
  3832. package/dist/api/resources/guarantor/resources/v1/client/create.js +1 -3
  3833. package/dist/api/resources/guarantor/resources/v1/client/get.d.ts +1 -4
  3834. package/dist/api/resources/guarantor/resources/v1/client/get.js +1 -3
  3835. package/dist/api/resources/guarantor/resources/v1/client/update.d.ts +1 -4
  3836. package/dist/api/resources/guarantor/resources/v1/client/update.js +1 -3
  3837. package/dist/api/resources/guarantor/resources/v1/index.d.ts +1 -1
  3838. package/dist/api/resources/guarantor/resources/v1/index.js +1 -1
  3839. package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +0 -3
  3840. package/dist/api/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
  3841. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -4
  3842. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.js +1 -3
  3843. package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +1 -4
  3844. package/dist/api/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
  3845. package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +1 -4
  3846. package/dist/api/resources/guarantor/resources/v1/types/GuarantorCreate.js +1 -3
  3847. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
  3848. package/dist/api/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
  3849. package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +1 -4
  3850. package/dist/api/resources/guarantor/resources/v1/types/GuarantorOptional.js +1 -3
  3851. package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +1 -4
  3852. package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js +1 -3
  3853. package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +4 -4
  3854. package/dist/api/resources/guarantor/resources/v1/types/index.js +4 -4
  3855. package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +3 -11
  3856. package/dist/api/resources/healthCareCodeInformation/client/Client.js +1 -3
  3857. package/dist/api/resources/healthCareCodeInformation/index.d.ts +1 -1
  3858. package/dist/api/resources/healthCareCodeInformation/index.js +1 -1
  3859. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +3 -21
  3860. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +15 -17
  3861. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
  3862. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
  3863. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
  3864. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
  3865. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
  3866. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
  3867. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
  3868. package/dist/api/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
  3869. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +1 -4
  3870. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +1 -3
  3871. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +5 -10
  3872. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +5 -3
  3873. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +316 -473
  3874. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +323 -3
  3875. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +1 -4
  3876. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +1 -3
  3877. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +3 -7
  3878. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +3 -3
  3879. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +0 -3
  3880. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
  3881. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +1 -4
  3882. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +1 -3
  3883. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +3 -7
  3884. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +3 -3
  3885. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +1 -4
  3886. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +1 -3
  3887. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +5 -10
  3888. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +5 -3
  3889. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +1 -4
  3890. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
  3891. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +1 -4
  3892. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +1 -3
  3893. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +1 -5
  3894. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
  3895. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +1 -4
  3896. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +1 -3
  3897. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
  3898. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
  3899. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
  3900. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
  3901. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +120 -184
  3902. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +120 -3
  3903. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +1 -4
  3904. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +1 -3
  3905. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +3 -7
  3906. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +3 -3
  3907. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +36 -58
  3908. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +36 -3
  3909. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +3 -7
  3910. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +3 -3
  3911. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +1 -4
  3912. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +1 -3
  3913. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +1 -4
  3914. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +1 -3
  3915. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +5 -10
  3916. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +5 -3
  3917. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +1 -4
  3918. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +1 -3
  3919. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +5 -10
  3920. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +5 -3
  3921. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +1 -4
  3922. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +1 -3
  3923. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +5 -10
  3924. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +5 -3
  3925. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +11 -19
  3926. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +11 -3
  3927. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +1 -4
  3928. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +1 -3
  3929. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +5 -10
  3930. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +5 -3
  3931. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +1 -4
  3932. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +1 -3
  3933. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +7 -13
  3934. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +7 -3
  3935. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +0 -3
  3936. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
  3937. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +1 -4
  3938. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
  3939. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +1 -4
  3940. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
  3941. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +1 -4
  3942. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
  3943. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +1 -4
  3944. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
  3945. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
  3946. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
  3947. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +1 -4
  3948. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +1 -3
  3949. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +3 -7
  3950. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +3 -3
  3951. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +322 -432
  3952. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +322 -3
  3953. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +3 -7
  3954. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +3 -3
  3955. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +1 -4
  3956. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +1 -3
  3957. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
  3958. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
  3959. package/dist/api/resources/identifiers/types/Identifier.d.ts +1 -4
  3960. package/dist/api/resources/identifiers/types/Identifier.js +1 -3
  3961. package/dist/api/resources/identifiers/types/IdentifierBase.d.ts +1 -4
  3962. package/dist/api/resources/identifiers/types/IdentifierBase.js +1 -3
  3963. package/dist/api/resources/identifiers/types/IdentifierCode.d.ts +1 -4
  3964. package/dist/api/resources/identifiers/types/IdentifierCode.js +1 -3
  3965. package/dist/api/resources/identifiers/types/IdentifierCreate.d.ts +1 -4
  3966. package/dist/api/resources/identifiers/types/IdentifierCreate.js +1 -3
  3967. package/dist/api/resources/identifiers/types/IdentifierId.d.ts +1 -4
  3968. package/dist/api/resources/identifiers/types/IdentifierId.js +1 -3
  3969. package/dist/api/resources/identifiers/types/IdentifierUpdate.d.ts +1 -4
  3970. package/dist/api/resources/identifiers/types/IdentifierUpdate.js +1 -3
  3971. package/dist/api/resources/identifiers/types/IdentifierValue.d.ts +1 -4
  3972. package/dist/api/resources/identifiers/types/IdentifierValue.js +1 -3
  3973. package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +1 -4
  3974. package/dist/api/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
  3975. package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.d.ts +1 -4
  3976. package/dist/api/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
  3977. package/dist/api/resources/identifiers/types/UpdatableIdentifier.d.ts +1 -4
  3978. package/dist/api/resources/identifiers/types/UpdatableIdentifier.js +1 -3
  3979. package/dist/api/resources/identifiers/types/index.d.ts +6 -6
  3980. package/dist/api/resources/identifiers/types/index.js +6 -6
  3981. package/dist/api/resources/importInvoice/client/Client.d.ts +3 -11
  3982. package/dist/api/resources/importInvoice/client/Client.js +1 -3
  3983. package/dist/api/resources/importInvoice/index.d.ts +1 -1
  3984. package/dist/api/resources/importInvoice/index.js +1 -1
  3985. package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +3 -21
  3986. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +35 -37
  3987. package/dist/api/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
  3988. package/dist/api/resources/importInvoice/resources/v1/client/get.js +1 -3
  3989. package/dist/api/resources/importInvoice/resources/v1/client/getMulti.d.ts +1 -4
  3990. package/dist/api/resources/importInvoice/resources/v1/client/getMulti.js +1 -3
  3991. package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.d.ts +1 -4
  3992. package/dist/api/resources/importInvoice/resources/v1/client/importInvoice.js +1 -3
  3993. package/dist/api/resources/importInvoice/resources/v1/client/index.d.ts +3 -3
  3994. package/dist/api/resources/importInvoice/resources/v1/client/index.js +4 -4
  3995. package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +1 -4
  3996. package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.js +1 -3
  3997. package/dist/api/resources/importInvoice/resources/v1/client/requests/index.d.ts +1 -1
  3998. package/dist/api/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
  3999. package/dist/api/resources/importInvoice/resources/v1/client/update.js +1 -3
  4000. package/dist/api/resources/importInvoice/resources/v1/index.d.ts +1 -1
  4001. package/dist/api/resources/importInvoice/resources/v1/index.js +1 -1
  4002. package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +1 -4
  4003. package/dist/api/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +1 -3
  4004. package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +1 -4
  4005. package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoice.js +1 -3
  4006. package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +1 -4
  4007. package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
  4008. package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +1 -4
  4009. package/dist/api/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +1 -3
  4010. package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +1 -4
  4011. package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +1 -3
  4012. package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +1 -4
  4013. package/dist/api/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
  4014. package/dist/api/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
  4015. package/dist/api/resources/importInvoice/resources/v1/types/index.js +3 -3
  4016. package/dist/api/resources/index.d.ts +29 -29
  4017. package/dist/api/resources/index.js +31 -31
  4018. package/dist/api/resources/individual/types/Gender.d.ts +1 -4
  4019. package/dist/api/resources/individual/types/Gender.js +1 -3
  4020. package/dist/api/resources/individual/types/IndividualBase.d.ts +1 -4
  4021. package/dist/api/resources/individual/types/IndividualBase.js +1 -3
  4022. package/dist/api/resources/individual/types/IndividualBaseOptional.d.ts +1 -4
  4023. package/dist/api/resources/individual/types/IndividualBaseOptional.js +1 -3
  4024. package/dist/api/resources/individual/types/IndividualId.d.ts +1 -4
  4025. package/dist/api/resources/individual/types/IndividualId.js +1 -3
  4026. package/dist/api/resources/individual/types/Patient.d.ts +1 -4
  4027. package/dist/api/resources/individual/types/Patient.js +1 -3
  4028. package/dist/api/resources/individual/types/PatientBase.d.ts +1 -4
  4029. package/dist/api/resources/individual/types/PatientBase.js +1 -3
  4030. package/dist/api/resources/individual/types/PatientClinicalTrialInfo.d.ts +1 -4
  4031. package/dist/api/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
  4032. package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +1 -4
  4033. package/dist/api/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
  4034. package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -4
  4035. package/dist/api/resources/individual/types/PatientCreate.js +1 -3
  4036. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +1 -4
  4037. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
  4038. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +1 -4
  4039. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
  4040. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +1 -4
  4041. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
  4042. package/dist/api/resources/individual/types/PatientUpdate.d.ts +1 -4
  4043. package/dist/api/resources/individual/types/PatientUpdate.js +1 -3
  4044. package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +1 -4
  4045. package/dist/api/resources/individual/types/PatientUpdateWithOptionalAddress.js +1 -3
  4046. package/dist/api/resources/individual/types/Subscriber.d.ts +1 -4
  4047. package/dist/api/resources/individual/types/Subscriber.js +1 -3
  4048. package/dist/api/resources/individual/types/SubscriberBase.d.ts +1 -4
  4049. package/dist/api/resources/individual/types/SubscriberBase.js +1 -3
  4050. package/dist/api/resources/individual/types/SubscriberBaseOptional.d.ts +1 -4
  4051. package/dist/api/resources/individual/types/SubscriberBaseOptional.js +1 -3
  4052. package/dist/api/resources/individual/types/SubscriberCreate.d.ts +1 -4
  4053. package/dist/api/resources/individual/types/SubscriberCreate.js +1 -3
  4054. package/dist/api/resources/individual/types/SubscriberCreateOptional.d.ts +1 -4
  4055. package/dist/api/resources/individual/types/SubscriberCreateOptional.js +1 -3
  4056. package/dist/api/resources/individual/types/index.d.ts +13 -13
  4057. package/dist/api/resources/individual/types/index.js +13 -13
  4058. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +3 -11
  4059. package/dist/api/resources/insuranceAdjudications/client/Client.js +1 -3
  4060. package/dist/api/resources/insuranceAdjudications/index.d.ts +1 -1
  4061. package/dist/api/resources/insuranceAdjudications/index.js +1 -1
  4062. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +3 -21
  4063. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +18 -20
  4064. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
  4065. package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
  4066. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.d.ts +1 -4
  4067. package/dist/api/resources/insuranceAdjudications/resources/v1/client/delete.js +1 -3
  4068. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +1 -4
  4069. package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +1 -3
  4070. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -1
  4071. package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +2 -2
  4072. package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
  4073. package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +1 -1
  4074. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +1 -4
  4075. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +1 -3
  4076. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +1 -4
  4077. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +1 -3
  4078. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -4
  4079. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -3
  4080. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +1 -4
  4081. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +1 -3
  4082. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
  4083. package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
  4084. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +1 -4
  4085. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +1 -3
  4086. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +1 -4
  4087. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
  4088. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
  4089. package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
  4090. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
  4091. package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
  4092. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +1 -4
  4093. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCard.js +1 -3
  4094. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -4
  4095. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +1 -3
  4096. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +1 -4
  4097. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
  4098. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +1 -4
  4099. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
  4100. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
  4101. package/dist/api/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
  4102. package/dist/api/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
  4103. package/dist/api/resources/insuranceCards/resources/v2/types/index.js +2 -2
  4104. package/dist/api/resources/insurancePayments/client/Client.d.ts +3 -11
  4105. package/dist/api/resources/insurancePayments/client/Client.js +1 -3
  4106. package/dist/api/resources/insurancePayments/index.d.ts +1 -1
  4107. package/dist/api/resources/insurancePayments/index.js +1 -1
  4108. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +3 -21
  4109. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +23 -25
  4110. package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
  4111. package/dist/api/resources/insurancePayments/resources/v1/client/get.js +1 -3
  4112. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
  4113. package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
  4114. package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
  4115. package/dist/api/resources/insurancePayments/resources/v1/client/index.js +2 -2
  4116. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +1 -4
  4117. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +1 -3
  4118. package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -1
  4119. package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +1 -1
  4120. package/dist/api/resources/insurancePayments/resources/v1/index.js +1 -1
  4121. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +1 -4
  4122. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +1 -3
  4123. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
  4124. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
  4125. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +1 -4
  4126. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
  4127. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +1 -4
  4128. package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +1 -3
  4129. package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
  4130. package/dist/api/resources/insurancePayments/resources/v1/types/index.js +2 -2
  4131. package/dist/api/resources/insuranceRefunds/client/Client.d.ts +3 -11
  4132. package/dist/api/resources/insuranceRefunds/client/Client.js +1 -3
  4133. package/dist/api/resources/insuranceRefunds/index.d.ts +1 -1
  4134. package/dist/api/resources/insuranceRefunds/index.js +1 -1
  4135. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -21
  4136. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +40 -42
  4137. package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
  4138. package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
  4139. package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
  4140. package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
  4141. package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
  4142. package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
  4143. package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
  4144. package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
  4145. package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
  4146. package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
  4147. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +1 -4
  4148. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js +1 -3
  4149. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -4
  4150. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
  4151. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +2 -2
  4152. package/dist/api/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
  4153. package/dist/api/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
  4154. package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
  4155. package/dist/api/resources/insuranceRefunds/resources/v1/index.js +1 -1
  4156. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +1 -4
  4157. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +1 -3
  4158. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +1 -4
  4159. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +1 -3
  4160. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
  4161. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
  4162. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +1 -4
  4163. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
  4164. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +1 -4
  4165. package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +1 -3
  4166. package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
  4167. package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
  4168. package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +1 -4
  4169. package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
  4170. package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +1 -4
  4171. package/dist/api/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +1 -3
  4172. package/dist/api/resources/invoices/resources/v2/types/Invoice.d.ts +1 -4
  4173. package/dist/api/resources/invoices/resources/v2/types/Invoice.js +1 -3
  4174. package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +1 -4
  4175. package/dist/api/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
  4176. package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +1 -4
  4177. package/dist/api/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
  4178. package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +1 -4
  4179. package/dist/api/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
  4180. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +1 -4
  4181. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +1 -3
  4182. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +1 -4
  4183. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
  4184. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +1 -4
  4185. package/dist/api/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
  4186. package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +1 -4
  4187. package/dist/api/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
  4188. package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +1 -4
  4189. package/dist/api/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
  4190. package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +1 -4
  4191. package/dist/api/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
  4192. package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +0 -3
  4193. package/dist/api/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
  4194. package/dist/api/resources/invoices/resources/v2/types/index.d.ts +6 -6
  4195. package/dist/api/resources/invoices/resources/v2/types/index.js +6 -6
  4196. package/dist/api/resources/invoices/types/Invoice.d.ts +1 -4
  4197. package/dist/api/resources/invoices/types/Invoice.js +1 -3
  4198. package/dist/api/resources/invoices/types/InvoiceItem.d.ts +1 -4
  4199. package/dist/api/resources/invoices/types/InvoiceItem.js +1 -3
  4200. package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +1 -4
  4201. package/dist/api/resources/invoices/types/InvoiceStatus.js +1 -3
  4202. package/dist/api/resources/medicationDispense/client/Client.d.ts +3 -11
  4203. package/dist/api/resources/medicationDispense/client/Client.js +1 -3
  4204. package/dist/api/resources/medicationDispense/index.d.ts +1 -1
  4205. package/dist/api/resources/medicationDispense/index.js +1 -1
  4206. package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +3 -21
  4207. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +8 -10
  4208. package/dist/api/resources/medicationDispense/resources/v1/client/create.d.ts +1 -4
  4209. package/dist/api/resources/medicationDispense/resources/v1/client/create.js +1 -3
  4210. package/dist/api/resources/medicationDispense/resources/v1/index.d.ts +1 -1
  4211. package/dist/api/resources/medicationDispense/resources/v1/index.js +1 -1
  4212. package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +1 -4
  4213. package/dist/api/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +1 -3
  4214. package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +3 -11
  4215. package/dist/api/resources/nonInsurancePayerPayments/client/Client.js +1 -3
  4216. package/dist/api/resources/nonInsurancePayerPayments/index.d.ts +1 -1
  4217. package/dist/api/resources/nonInsurancePayerPayments/index.js +1 -1
  4218. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +3 -21
  4219. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +40 -45
  4220. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
  4221. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
  4222. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
  4223. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
  4224. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
  4225. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
  4226. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
  4227. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
  4228. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
  4229. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
  4230. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +1 -4
  4231. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +1 -3
  4232. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +1 -4
  4233. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +1 -3
  4234. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -2
  4235. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
  4236. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
  4237. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
  4238. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
  4239. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +1 -4
  4240. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +1 -3
  4241. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +1 -4
  4242. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +1 -3
  4243. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
  4244. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
  4245. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +1 -4
  4246. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
  4247. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +1 -4
  4248. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +1 -3
  4249. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
  4250. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
  4251. package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +3 -11
  4252. package/dist/api/resources/nonInsurancePayerRefunds/client/Client.js +1 -3
  4253. package/dist/api/resources/nonInsurancePayerRefunds/index.d.ts +1 -1
  4254. package/dist/api/resources/nonInsurancePayerRefunds/index.js +1 -1
  4255. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +3 -21
  4256. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +40 -42
  4257. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
  4258. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
  4259. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
  4260. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
  4261. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
  4262. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
  4263. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
  4264. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
  4265. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
  4266. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
  4267. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +1 -4
  4268. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +1 -3
  4269. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +1 -4
  4270. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +1 -3
  4271. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -2
  4272. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
  4273. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
  4274. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
  4275. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
  4276. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +1 -4
  4277. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +1 -3
  4278. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +1 -4
  4279. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +1 -3
  4280. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
  4281. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
  4282. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +1 -4
  4283. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
  4284. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +1 -4
  4285. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +1 -3
  4286. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
  4287. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
  4288. package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +3 -11
  4289. package/dist/api/resources/nonInsurancePayers/client/Client.js +1 -3
  4290. package/dist/api/resources/nonInsurancePayers/index.d.ts +1 -1
  4291. package/dist/api/resources/nonInsurancePayers/index.js +1 -1
  4292. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +3 -21
  4293. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +55 -57
  4294. package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +1 -4
  4295. package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +1 -3
  4296. package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
  4297. package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
  4298. package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
  4299. package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
  4300. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getCategories.d.ts +1 -4
  4301. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getCategories.js +1 -3
  4302. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
  4303. package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
  4304. package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +5 -5
  4305. package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +6 -6
  4306. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +1 -4
  4307. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +1 -3
  4308. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +1 -4
  4309. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.js +1 -3
  4310. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +2 -2
  4311. package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
  4312. package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
  4313. package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +1 -4
  4314. package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +1 -3
  4315. package/dist/api/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
  4316. package/dist/api/resources/nonInsurancePayers/resources/v1/index.js +1 -1
  4317. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +1 -4
  4318. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +1 -3
  4319. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +1 -4
  4320. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +1 -3
  4321. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +1 -4
  4322. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
  4323. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +1 -4
  4324. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
  4325. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +1 -4
  4326. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
  4327. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +1 -4
  4328. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
  4329. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
  4330. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
  4331. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +1 -4
  4332. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +1 -3
  4333. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +1 -4
  4334. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
  4335. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -4
  4336. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +1 -3
  4337. package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +0 -3
  4338. package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
  4339. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
  4340. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
  4341. package/dist/api/resources/organizationProviders/client/Client.d.ts +3 -11
  4342. package/dist/api/resources/organizationProviders/client/Client.js +1 -3
  4343. package/dist/api/resources/organizationProviders/index.d.ts +1 -1
  4344. package/dist/api/resources/organizationProviders/index.js +1 -1
  4345. package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.d.ts +1 -4
  4346. package/dist/api/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
  4347. package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +1 -4
  4348. package/dist/api/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
  4349. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -4
  4350. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
  4351. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +1 -4
  4352. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +1 -3
  4353. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +1 -4
  4354. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
  4355. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +1 -4
  4356. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +1 -3
  4357. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
  4358. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
  4359. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +1 -4
  4360. package/dist/api/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
  4361. package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +1 -4
  4362. package/dist/api/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
  4363. package/dist/api/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
  4364. package/dist/api/resources/organizationProviders/resources/v2/types/index.js +6 -6
  4365. package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +3 -21
  4366. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +35 -35
  4367. package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
  4368. package/dist/api/resources/organizationProviders/resources/v3/client/create.js +1 -3
  4369. package/dist/api/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
  4370. package/dist/api/resources/organizationProviders/resources/v3/client/get.js +1 -3
  4371. package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.d.ts +1 -4
  4372. package/dist/api/resources/organizationProviders/resources/v3/client/getMulti.js +1 -3
  4373. package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +2 -2
  4374. package/dist/api/resources/organizationProviders/resources/v3/client/index.js +3 -3
  4375. package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +1 -4
  4376. package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.js +1 -3
  4377. package/dist/api/resources/organizationProviders/resources/v3/client/requests/index.d.ts +1 -1
  4378. package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +1 -4
  4379. package/dist/api/resources/organizationProviders/resources/v3/client/update.js +1 -3
  4380. package/dist/api/resources/organizationProviders/resources/v3/index.d.ts +1 -1
  4381. package/dist/api/resources/organizationProviders/resources/v3/index.js +1 -1
  4382. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +1 -4
  4383. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +1 -3
  4384. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +1 -4
  4385. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +1 -3
  4386. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +1 -4
  4387. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +1 -3
  4388. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +1 -4
  4389. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +1 -3
  4390. package/dist/api/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
  4391. package/dist/api/resources/organizationProviders/resources/v3/types/index.js +2 -2
  4392. package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +3 -11
  4393. package/dist/api/resources/organizationServiceFacilities/client/Client.js +1 -3
  4394. package/dist/api/resources/organizationServiceFacilities/index.d.ts +1 -1
  4395. package/dist/api/resources/organizationServiceFacilities/index.js +1 -1
  4396. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +3 -21
  4397. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +44 -46
  4398. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
  4399. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
  4400. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
  4401. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
  4402. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
  4403. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
  4404. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
  4405. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
  4406. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +1 -4
  4407. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +1 -3
  4408. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -4
  4409. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +5 -5
  4410. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +1 -4
  4411. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +1 -3
  4412. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -1
  4413. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +1 -4
  4414. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +1 -3
  4415. package/dist/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
  4416. package/dist/api/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
  4417. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +1 -4
  4418. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +1 -3
  4419. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +1 -4
  4420. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +1 -3
  4421. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
  4422. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
  4423. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +1 -4
  4424. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +1 -3
  4425. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +1 -4
  4426. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +1 -3
  4427. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +5 -10
  4428. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +9 -3
  4429. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +13 -22
  4430. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +17 -3
  4431. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +29 -46
  4432. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +33 -3
  4433. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +7 -13
  4434. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -3
  4435. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +247 -373
  4436. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +251 -3
  4437. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
  4438. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
  4439. package/dist/api/resources/patientAr/client/Client.d.ts +3 -11
  4440. package/dist/api/resources/patientAr/client/Client.js +1 -3
  4441. package/dist/api/resources/patientAr/index.d.ts +1 -1
  4442. package/dist/api/resources/patientAr/index.js +1 -1
  4443. package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +3 -21
  4444. package/dist/api/resources/patientAr/resources/v1/client/Client.js +17 -19
  4445. package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
  4446. package/dist/api/resources/patientAr/resources/v1/client/index.js +2 -2
  4447. package/dist/api/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
  4448. package/dist/api/resources/patientAr/resources/v1/client/itemize.js +1 -3
  4449. package/dist/api/resources/patientAr/resources/v1/client/listInventory.d.ts +1 -4
  4450. package/dist/api/resources/patientAr/resources/v1/client/listInventory.js +1 -3
  4451. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +1 -4
  4452. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.js +1 -3
  4453. package/dist/api/resources/patientAr/resources/v1/client/requests/index.d.ts +1 -1
  4454. package/dist/api/resources/patientAr/resources/v1/index.d.ts +1 -1
  4455. package/dist/api/resources/patientAr/resources/v1/index.js +1 -1
  4456. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +0 -3
  4457. package/dist/api/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
  4458. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +0 -3
  4459. package/dist/api/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
  4460. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +0 -3
  4461. package/dist/api/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
  4462. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +1 -4
  4463. package/dist/api/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
  4464. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +1 -4
  4465. package/dist/api/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
  4466. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +1 -4
  4467. package/dist/api/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +1 -3
  4468. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +0 -3
  4469. package/dist/api/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
  4470. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +0 -3
  4471. package/dist/api/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
  4472. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +0 -3
  4473. package/dist/api/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
  4474. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +1 -4
  4475. package/dist/api/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
  4476. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +0 -3
  4477. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
  4478. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +1 -4
  4479. package/dist/api/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
  4480. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +1 -4
  4481. package/dist/api/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
  4482. package/dist/api/resources/patientAr/resources/v1/types/index.d.ts +7 -7
  4483. package/dist/api/resources/patientAr/resources/v1/types/index.js +7 -7
  4484. package/dist/api/resources/patientPayments/client/Client.d.ts +3 -11
  4485. package/dist/api/resources/patientPayments/client/Client.js +1 -3
  4486. package/dist/api/resources/patientPayments/index.d.ts +1 -1
  4487. package/dist/api/resources/patientPayments/index.js +1 -1
  4488. package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -4
  4489. package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.js +1 -3
  4490. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
  4491. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
  4492. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +1 -4
  4493. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
  4494. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +1 -4
  4495. package/dist/api/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
  4496. package/dist/api/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
  4497. package/dist/api/resources/patientPayments/resources/v3/types/index.js +1 -1
  4498. package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -21
  4499. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +44 -46
  4500. package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
  4501. package/dist/api/resources/patientPayments/resources/v4/client/create.js +1 -3
  4502. package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
  4503. package/dist/api/resources/patientPayments/resources/v4/client/delete.js +1 -3
  4504. package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
  4505. package/dist/api/resources/patientPayments/resources/v4/client/get.js +1 -3
  4506. package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
  4507. package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
  4508. package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
  4509. package/dist/api/resources/patientPayments/resources/v4/client/index.js +4 -4
  4510. package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +1 -4
  4511. package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js +1 -3
  4512. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +1 -4
  4513. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +1 -3
  4514. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +1 -4
  4515. package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +1 -3
  4516. package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +3 -3
  4517. package/dist/api/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
  4518. package/dist/api/resources/patientPayments/resources/v4/client/update.js +1 -3
  4519. package/dist/api/resources/patientPayments/resources/v4/index.d.ts +1 -1
  4520. package/dist/api/resources/patientPayments/resources/v4/index.js +1 -1
  4521. package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -4
  4522. package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +1 -3
  4523. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
  4524. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
  4525. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +1 -4
  4526. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
  4527. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +1 -4
  4528. package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +1 -3
  4529. package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
  4530. package/dist/api/resources/patientPayments/resources/v4/types/index.js +2 -2
  4531. package/dist/api/resources/patientRefunds/client/Client.d.ts +3 -11
  4532. package/dist/api/resources/patientRefunds/client/Client.js +1 -3
  4533. package/dist/api/resources/patientRefunds/index.d.ts +1 -1
  4534. package/dist/api/resources/patientRefunds/index.js +1 -1
  4535. package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -21
  4536. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +44 -46
  4537. package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
  4538. package/dist/api/resources/patientRefunds/resources/v1/client/create.js +1 -3
  4539. package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
  4540. package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +1 -3
  4541. package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
  4542. package/dist/api/resources/patientRefunds/resources/v1/client/get.js +1 -3
  4543. package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
  4544. package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
  4545. package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
  4546. package/dist/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
  4547. package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +1 -4
  4548. package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js +1 -3
  4549. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +1 -4
  4550. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +1 -3
  4551. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +1 -4
  4552. package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +1 -3
  4553. package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +3 -3
  4554. package/dist/api/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
  4555. package/dist/api/resources/patientRefunds/resources/v1/client/update.js +1 -3
  4556. package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +1 -1
  4557. package/dist/api/resources/patientRefunds/resources/v1/index.js +1 -1
  4558. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +1 -4
  4559. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +1 -3
  4560. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
  4561. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
  4562. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +1 -4
  4563. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
  4564. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +1 -4
  4565. package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +1 -3
  4566. package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
  4567. package/dist/api/resources/patientRefunds/resources/v1/types/index.js +2 -2
  4568. package/dist/api/resources/payerPlanGroups/client/Client.d.ts +3 -11
  4569. package/dist/api/resources/payerPlanGroups/client/Client.js +1 -3
  4570. package/dist/api/resources/payerPlanGroups/index.d.ts +1 -1
  4571. package/dist/api/resources/payerPlanGroups/index.js +1 -1
  4572. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +3 -21
  4573. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +48 -50
  4574. package/dist/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
  4575. package/dist/api/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
  4576. package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
  4577. package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
  4578. package/dist/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
  4579. package/dist/api/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
  4580. package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
  4581. package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
  4582. package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
  4583. package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
  4584. package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +1 -4
  4585. package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +1 -3
  4586. package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -1
  4587. package/dist/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
  4588. package/dist/api/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
  4589. package/dist/api/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
  4590. package/dist/api/resources/payerPlanGroups/resources/v1/index.js +1 -1
  4591. package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +1 -4
  4592. package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +1 -3
  4593. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +1 -4
  4594. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
  4595. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +1 -4
  4596. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
  4597. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +1 -4
  4598. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +1 -3
  4599. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +1 -4
  4600. package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
  4601. package/dist/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
  4602. package/dist/api/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
  4603. package/dist/api/resources/payers/client/Client.d.ts +3 -11
  4604. package/dist/api/resources/payers/client/Client.js +1 -3
  4605. package/dist/api/resources/payers/index.d.ts +1 -1
  4606. package/dist/api/resources/payers/index.js +1 -1
  4607. package/dist/api/resources/payers/resources/v3/client/Client.d.ts +3 -21
  4608. package/dist/api/resources/payers/resources/v3/client/Client.js +15 -17
  4609. package/dist/api/resources/payers/resources/v3/client/get.d.ts +1 -4
  4610. package/dist/api/resources/payers/resources/v3/client/get.js +1 -3
  4611. package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +1 -4
  4612. package/dist/api/resources/payers/resources/v3/client/getAll.js +1 -3
  4613. package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -4
  4614. package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js +1 -3
  4615. package/dist/api/resources/payers/resources/v3/client/requests/index.d.ts +1 -1
  4616. package/dist/api/resources/payers/resources/v3/index.d.ts +1 -1
  4617. package/dist/api/resources/payers/resources/v3/index.js +1 -1
  4618. package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +1 -4
  4619. package/dist/api/resources/payers/resources/v3/types/Payer.js +1 -3
  4620. package/dist/api/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
  4621. package/dist/api/resources/payers/resources/v3/types/PayerId.js +1 -3
  4622. package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.d.ts +1 -4
  4623. package/dist/api/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
  4624. package/dist/api/resources/payers/resources/v3/types/PayerInfo.d.ts +1 -4
  4625. package/dist/api/resources/payers/resources/v3/types/PayerInfo.js +1 -3
  4626. package/dist/api/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
  4627. package/dist/api/resources/payers/resources/v3/types/PayerName.js +1 -3
  4628. package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +1 -4
  4629. package/dist/api/resources/payers/resources/v3/types/PayerPage.js +1 -3
  4630. package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
  4631. package/dist/api/resources/payers/resources/v3/types/PayerUuid.js +1 -3
  4632. package/dist/api/resources/payers/resources/v3/types/index.d.ts +4 -4
  4633. package/dist/api/resources/payers/resources/v3/types/index.js +4 -4
  4634. package/dist/api/resources/payers/resources/v4/client/Client.d.ts +3 -21
  4635. package/dist/api/resources/payers/resources/v4/client/Client.js +15 -17
  4636. package/dist/api/resources/payers/resources/v4/client/get.d.ts +1 -4
  4637. package/dist/api/resources/payers/resources/v4/client/get.js +1 -3
  4638. package/dist/api/resources/payers/resources/v4/client/getAll.d.ts +1 -4
  4639. package/dist/api/resources/payers/resources/v4/client/getAll.js +1 -3
  4640. package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -4
  4641. package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.js +1 -3
  4642. package/dist/api/resources/payers/resources/v4/client/requests/index.d.ts +1 -1
  4643. package/dist/api/resources/payers/resources/v4/index.d.ts +1 -1
  4644. package/dist/api/resources/payers/resources/v4/index.js +1 -1
  4645. package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +1 -4
  4646. package/dist/api/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
  4647. package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +1 -4
  4648. package/dist/api/resources/payers/resources/v4/types/Payer.js +1 -3
  4649. package/dist/api/resources/payers/resources/v4/types/PayerIds.d.ts +0 -3
  4650. package/dist/api/resources/payers/resources/v4/types/PayerIds.js +1 -3
  4651. package/dist/api/resources/payers/resources/v4/types/PayerPage.d.ts +1 -4
  4652. package/dist/api/resources/payers/resources/v4/types/PayerPage.js +1 -3
  4653. package/dist/api/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
  4654. package/dist/api/resources/payers/resources/v4/types/PayerUuid.js +1 -3
  4655. package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +0 -3
  4656. package/dist/api/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
  4657. package/dist/api/resources/payers/resources/v4/types/SupportState.d.ts +1 -4
  4658. package/dist/api/resources/payers/resources/v4/types/SupportState.js +1 -3
  4659. package/dist/api/resources/payers/resources/v4/types/index.d.ts +5 -5
  4660. package/dist/api/resources/payers/resources/v4/types/index.js +5 -5
  4661. package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
  4662. package/dist/api/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
  4663. package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
  4664. package/dist/api/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
  4665. package/dist/api/resources/preEncounter/client/Client.d.ts +3 -11
  4666. package/dist/api/resources/preEncounter/client/Client.js +1 -3
  4667. package/dist/api/resources/preEncounter/index.d.ts +1 -1
  4668. package/dist/api/resources/preEncounter/index.js +1 -1
  4669. package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +3 -11
  4670. package/dist/api/resources/preEncounter/resources/appointments/client/Client.js +1 -3
  4671. package/dist/api/resources/preEncounter/resources/appointments/index.d.ts +1 -1
  4672. package/dist/api/resources/preEncounter/resources/appointments/index.js +1 -1
  4673. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +3 -21
  4674. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +47 -49
  4675. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +1 -4
  4676. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +1 -3
  4677. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
  4678. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
  4679. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
  4680. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
  4681. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +1 -4
  4682. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +1 -3
  4683. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
  4684. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
  4685. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +4 -4
  4686. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +5 -5
  4687. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +0 -3
  4688. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.js +1 -3
  4689. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +1 -4
  4690. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.js +1 -3
  4691. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +2 -2
  4692. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +1 -4
  4693. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
  4694. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
  4695. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
  4696. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
  4697. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
  4698. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +1 -4
  4699. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
  4700. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +1 -4
  4701. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
  4702. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +1 -4
  4703. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
  4704. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +1 -4
  4705. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +1 -3
  4706. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +1 -4
  4707. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
  4708. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +1 -4
  4709. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
  4710. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -4
  4711. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -3
  4712. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +1 -4
  4713. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +1 -3
  4714. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
  4715. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
  4716. package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +0 -3
  4717. package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
  4718. package/dist/api/resources/preEncounter/resources/common/types/Address.d.ts +1 -4
  4719. package/dist/api/resources/preEncounter/resources/common/types/Address.js +1 -3
  4720. package/dist/api/resources/preEncounter/resources/common/types/AddressUse.d.ts +1 -4
  4721. package/dist/api/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
  4722. package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
  4723. package/dist/api/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
  4724. package/dist/api/resources/preEncounter/resources/common/types/BaseModel.d.ts +1 -4
  4725. package/dist/api/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
  4726. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +1 -4
  4727. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
  4728. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
  4729. package/dist/api/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
  4730. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +1 -4
  4731. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +1 -3
  4732. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
  4733. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
  4734. package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
  4735. package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
  4736. package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
  4737. package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
  4738. package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.d.ts +1 -4
  4739. package/dist/api/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
  4740. package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +1 -4
  4741. package/dist/api/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
  4742. package/dist/api/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
  4743. package/dist/api/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
  4744. package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +1 -4
  4745. package/dist/api/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
  4746. package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +0 -3
  4747. package/dist/api/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
  4748. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.d.ts +1 -4
  4749. package/dist/api/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
  4750. package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +1 -4
  4751. package/dist/api/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
  4752. package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -4
  4753. package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -3
  4754. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -4
  4755. package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
  4756. package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
  4757. package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
  4758. package/dist/api/resources/preEncounter/resources/common/types/Gender.d.ts +1 -4
  4759. package/dist/api/resources/preEncounter/resources/common/types/Gender.js +1 -3
  4760. package/dist/api/resources/preEncounter/resources/common/types/HumanName.d.ts +1 -4
  4761. package/dist/api/resources/preEncounter/resources/common/types/HumanName.js +1 -3
  4762. package/dist/api/resources/preEncounter/resources/common/types/NameUse.d.ts +1 -4
  4763. package/dist/api/resources/preEncounter/resources/common/types/NameUse.js +1 -3
  4764. package/dist/api/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
  4765. package/dist/api/resources/preEncounter/resources/common/types/NoteId.js +1 -3
  4766. package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
  4767. package/dist/api/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
  4768. package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
  4769. package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +1 -3
  4770. package/dist/api/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
  4771. package/dist/api/resources/preEncounter/resources/common/types/PatientId.js +1 -3
  4772. package/dist/api/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +1 -4
  4773. package/dist/api/resources/preEncounter/resources/common/types/PatientServiceFacility.js +1 -3
  4774. package/dist/api/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
  4775. package/dist/api/resources/preEncounter/resources/common/types/PayerId.js +1 -3
  4776. package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
  4777. package/dist/api/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
  4778. package/dist/api/resources/preEncounter/resources/common/types/Period.d.ts +0 -3
  4779. package/dist/api/resources/preEncounter/resources/common/types/Period.js +1 -3
  4780. package/dist/api/resources/preEncounter/resources/common/types/Race.d.ts +1 -4
  4781. package/dist/api/resources/preEncounter/resources/common/types/Race.js +1 -3
  4782. package/dist/api/resources/preEncounter/resources/common/types/Relationship.d.ts +1 -4
  4783. package/dist/api/resources/preEncounter/resources/common/types/Relationship.js +1 -3
  4784. package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +1 -4
  4785. package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
  4786. package/dist/api/resources/preEncounter/resources/common/types/Sex.d.ts +1 -4
  4787. package/dist/api/resources/preEncounter/resources/common/types/Sex.js +1 -3
  4788. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +1 -4
  4789. package/dist/api/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
  4790. package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +1 -4
  4791. package/dist/api/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
  4792. package/dist/api/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
  4793. package/dist/api/resources/preEncounter/resources/common/types/TagId.js +1 -3
  4794. package/dist/api/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
  4795. package/dist/api/resources/preEncounter/resources/common/types/UserId.js +1 -3
  4796. package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +1 -4
  4797. package/dist/api/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
  4798. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +32 -32
  4799. package/dist/api/resources/preEncounter/resources/common/types/index.js +32 -32
  4800. package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +3 -11
  4801. package/dist/api/resources/preEncounter/resources/coverages/client/Client.js +1 -3
  4802. package/dist/api/resources/preEncounter/resources/coverages/index.d.ts +1 -1
  4803. package/dist/api/resources/preEncounter/resources/coverages/index.js +1 -1
  4804. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +17 -22
  4805. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +72 -61
  4806. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.d.ts +1 -4
  4807. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/batchUpdatePpg.js +1 -3
  4808. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +1 -4
  4809. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +1 -3
  4810. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.d.ts +1 -4
  4811. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/create.js +1 -3
  4812. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.d.ts +1 -4
  4813. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/get.js +1 -3
  4814. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +1 -4
  4815. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +1 -3
  4816. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +1 -4
  4817. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +1 -3
  4818. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +1 -4
  4819. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
  4820. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
  4821. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
  4822. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +6 -6
  4823. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +7 -7
  4824. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +1 -4
  4825. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
  4826. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -4
  4827. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.js +1 -3
  4828. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.d.ts +0 -3
  4829. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +1 -3
  4830. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +0 -3
  4831. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.js +1 -3
  4832. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +4 -4
  4833. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +1 -4
  4834. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
  4835. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
  4836. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
  4837. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  4838. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  4839. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +0 -3
  4840. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
  4841. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -4
  4842. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
  4843. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +1 -4
  4844. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
  4845. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +1 -4
  4846. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +1 -3
  4847. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -4
  4848. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -3
  4849. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +1 -4
  4850. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
  4851. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +1 -4
  4852. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +1 -3
  4853. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -4
  4854. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
  4855. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -7
  4856. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +2 -3
  4857. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +0 -3
  4858. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
  4859. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +1 -4
  4860. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
  4861. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +1 -4
  4862. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +1 -3
  4863. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +1 -4
  4864. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
  4865. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -4
  4866. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +1 -3
  4867. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +142 -217
  4868. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +142 -3
  4869. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +1 -4
  4870. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
  4871. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +0 -3
  4872. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
  4873. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -4
  4874. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +1 -3
  4875. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +49 -76
  4876. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +49 -3
  4877. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +1 -4
  4878. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +1 -3
  4879. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +1 -4
  4880. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +1 -3
  4881. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +1 -4
  4882. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
  4883. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +0 -3
  4884. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
  4885. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +1 -4
  4886. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +1 -3
  4887. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +0 -3
  4888. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
  4889. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +1 -4
  4890. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +1 -3
  4891. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +1 -4
  4892. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
  4893. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +376 -568
  4894. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +376 -3
  4895. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -4
  4896. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +1 -3
  4897. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
  4898. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
  4899. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +3 -11
  4900. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.js +1 -3
  4901. package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.d.ts +1 -1
  4902. package/dist/api/resources/preEncounter/resources/eligibilityChecks/index.js +1 -1
  4903. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +3 -21
  4904. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +33 -35
  4905. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +1 -4
  4906. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
  4907. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.d.ts +1 -4
  4908. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/createRecommendation.js +1 -3
  4909. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +3 -3
  4910. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
  4911. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.d.ts +1 -4
  4912. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/payerSearch.js +1 -3
  4913. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.d.ts +1 -4
  4914. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/pollBatch.js +1 -3
  4915. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.d.ts +1 -4
  4916. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/post.js +1 -3
  4917. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +1 -4
  4918. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
  4919. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.d.ts +1 -4
  4920. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/BatchEligibilityPollRequest.js +1 -3
  4921. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.d.ts +1 -4
  4922. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/EligibilityRecommendationRequest.js +1 -3
  4923. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.d.ts +1 -4
  4924. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/PayerSearchRequest.js +1 -3
  4925. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/requests/index.d.ts +3 -3
  4926. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
  4927. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
  4928. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +0 -3
  4929. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
  4930. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +0 -3
  4931. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
  4932. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +1 -4
  4933. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
  4934. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +1 -4
  4935. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +1 -3
  4936. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +0 -3
  4937. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
  4938. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -7
  4939. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +2 -3
  4940. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +1 -4
  4941. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +1 -3
  4942. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +1 -4
  4943. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +1 -3
  4944. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -7
  4945. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +2 -3
  4946. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +1 -4
  4947. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +1 -3
  4948. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +1 -4
  4949. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +1 -3
  4950. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +1 -4
  4951. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +1 -3
  4952. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +1 -4
  4953. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +1 -3
  4954. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +1 -4
  4955. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
  4956. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -7
  4957. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +2 -3
  4958. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +0 -3
  4959. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
  4960. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +0 -3
  4961. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
  4962. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +1 -4
  4963. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
  4964. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +0 -3
  4965. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
  4966. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +0 -3
  4967. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
  4968. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +1 -4
  4969. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +1 -3
  4970. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +1 -4
  4971. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +1 -3
  4972. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +1 -4
  4973. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
  4974. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +1 -4
  4975. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
  4976. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +0 -3
  4977. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
  4978. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +0 -3
  4979. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
  4980. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +1 -4
  4981. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
  4982. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
  4983. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
  4984. package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +3 -11
  4985. package/dist/api/resources/preEncounter/resources/images/client/Client.js +1 -3
  4986. package/dist/api/resources/preEncounter/resources/images/index.d.ts +1 -1
  4987. package/dist/api/resources/preEncounter/resources/images/index.js +1 -1
  4988. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +3 -21
  4989. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +32 -34
  4990. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
  4991. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
  4992. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
  4993. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
  4994. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
  4995. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
  4996. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +1 -4
  4997. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
  4998. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
  4999. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
  5000. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.d.ts +0 -3
  5001. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/ImageGetMultiRequest.js +1 -3
  5002. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/requests/index.d.ts +1 -1
  5003. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
  5004. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
  5005. package/dist/api/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
  5006. package/dist/api/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
  5007. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +1 -4
  5008. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
  5009. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +1 -4
  5010. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
  5011. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +1 -4
  5012. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/Image.js +1 -3
  5013. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
  5014. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
  5015. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +1 -4
  5016. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
  5017. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +1 -4
  5018. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +1 -3
  5019. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +1 -4
  5020. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
  5021. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
  5022. package/dist/api/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
  5023. package/dist/api/resources/preEncounter/resources/index.d.ts +2 -2
  5024. package/dist/api/resources/preEncounter/resources/index.js +3 -3
  5025. package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +3 -11
  5026. package/dist/api/resources/preEncounter/resources/lists/client/Client.js +1 -3
  5027. package/dist/api/resources/preEncounter/resources/lists/index.d.ts +1 -1
  5028. package/dist/api/resources/preEncounter/resources/lists/index.js +1 -1
  5029. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +3 -21
  5030. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +23 -25
  5031. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.d.ts +1 -4
  5032. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getAppointmentList.js +1 -3
  5033. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
  5034. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
  5035. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
  5036. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +2 -2
  5037. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +1 -4
  5038. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.js +1 -3
  5039. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +1 -4
  5040. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.js +1 -3
  5041. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/index.d.ts +2 -2
  5042. package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
  5043. package/dist/api/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
  5044. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -4
  5045. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -3
  5046. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +1 -4
  5047. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +1 -3
  5048. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +1 -4
  5049. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +1 -3
  5050. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +1 -4
  5051. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +1 -3
  5052. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
  5053. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
  5054. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
  5055. package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
  5056. package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +3 -11
  5057. package/dist/api/resources/preEncounter/resources/notes/client/Client.js +1 -3
  5058. package/dist/api/resources/preEncounter/resources/notes/index.d.ts +1 -1
  5059. package/dist/api/resources/preEncounter/resources/notes/index.js +1 -1
  5060. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +3 -21
  5061. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +22 -24
  5062. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.d.ts +1 -4
  5063. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/create.js +1 -3
  5064. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.d.ts +1 -4
  5065. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/deactivate.js +1 -3
  5066. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.d.ts +1 -4
  5067. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/get.js +1 -3
  5068. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.d.ts +2 -2
  5069. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/index.js +3 -3
  5070. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.d.ts +1 -4
  5071. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/update.js +1 -3
  5072. package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.d.ts +1 -1
  5073. package/dist/api/resources/preEncounter/resources/notes/resources/v1/index.js +1 -1
  5074. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +0 -3
  5075. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
  5076. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +1 -4
  5077. package/dist/api/resources/preEncounter/resources/notes/resources/v1/types/Note.js +1 -3
  5078. package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +3 -11
  5079. package/dist/api/resources/preEncounter/resources/patients/client/Client.js +1 -3
  5080. package/dist/api/resources/preEncounter/resources/patients/index.d.ts +1 -1
  5081. package/dist/api/resources/preEncounter/resources/patients/index.js +1 -1
  5082. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +17 -22
  5083. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -79
  5084. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
  5085. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
  5086. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +1 -4
  5087. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +1 -3
  5088. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
  5089. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
  5090. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
  5091. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
  5092. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
  5093. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
  5094. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +1 -4
  5095. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +1 -3
  5096. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +1 -4
  5097. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +1 -3
  5098. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +6 -6
  5099. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +7 -7
  5100. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
  5101. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
  5102. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +1 -4
  5103. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.js +1 -3
  5104. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +1 -4
  5105. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.js +1 -3
  5106. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +0 -3
  5107. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +1 -3
  5108. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +0 -3
  5109. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.js +1 -3
  5110. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -4
  5111. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +1 -3
  5112. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.d.ts +0 -3
  5113. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/SearchProvidersRequest.js +1 -3
  5114. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +6 -6
  5115. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +1 -4
  5116. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
  5117. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +1 -4
  5118. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
  5119. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +1 -4
  5120. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
  5121. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
  5122. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
  5123. package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  5124. package/dist/api/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  5125. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -4
  5126. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -3
  5127. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +1 -4
  5128. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
  5129. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -4
  5130. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -3
  5131. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +1 -4
  5132. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -3
  5133. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +0 -3
  5134. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
  5135. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +1 -4
  5136. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
  5137. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -4
  5138. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -3
  5139. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +0 -3
  5140. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
  5141. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +1 -4
  5142. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
  5143. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -4
  5144. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +1 -3
  5145. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +1 -4
  5146. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
  5147. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +1 -4
  5148. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +1 -3
  5149. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -4
  5150. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +1 -3
  5151. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +1 -4
  5152. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +1 -3
  5153. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
  5154. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
  5155. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +1 -4
  5156. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +1 -3
  5157. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +1 -4
  5158. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
  5159. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +1 -4
  5160. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
  5161. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +1 -4
  5162. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
  5163. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +1 -4
  5164. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
  5165. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
  5166. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
  5167. package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +3 -11
  5168. package/dist/api/resources/preEncounter/resources/tags/client/Client.js +1 -3
  5169. package/dist/api/resources/preEncounter/resources/tags/index.d.ts +1 -1
  5170. package/dist/api/resources/preEncounter/resources/tags/index.js +1 -1
  5171. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +3 -21
  5172. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +28 -30
  5173. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.d.ts +1 -4
  5174. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/create.js +1 -3
  5175. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.d.ts +1 -4
  5176. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/deactivate.js +1 -3
  5177. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.d.ts +1 -4
  5178. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/get.js +1 -3
  5179. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.d.ts +1 -4
  5180. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/getAll.js +1 -3
  5181. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +3 -3
  5182. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
  5183. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.d.ts +1 -4
  5184. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/GetAllTagsRequest.js +1 -3
  5185. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/requests/index.d.ts +1 -1
  5186. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.d.ts +1 -4
  5187. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/update.js +1 -3
  5188. package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.d.ts +1 -1
  5189. package/dist/api/resources/preEncounter/resources/tags/resources/v1/index.js +1 -1
  5190. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +0 -3
  5191. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
  5192. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +1 -4
  5193. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +1 -3
  5194. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +1 -4
  5195. package/dist/api/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +1 -3
  5196. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
  5197. package/dist/api/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
  5198. package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +1 -4
  5199. package/dist/api/resources/remits/resources/v1/types/Payee.js +1 -3
  5200. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +1 -4
  5201. package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
  5202. package/dist/api/resources/remits/resources/v1/types/index.d.ts +1 -1
  5203. package/dist/api/resources/remits/resources/v1/types/index.js +1 -1
  5204. package/dist/api/resources/serviceFacility/client/Client.d.ts +3 -21
  5205. package/dist/api/resources/serviceFacility/client/Client.js +8 -10
  5206. package/dist/api/resources/serviceFacility/client/update.d.ts +1 -4
  5207. package/dist/api/resources/serviceFacility/client/update.js +1 -3
  5208. package/dist/api/resources/serviceFacility/index.d.ts +1 -1
  5209. package/dist/api/resources/serviceFacility/index.js +1 -1
  5210. package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.d.ts +1 -4
  5211. package/dist/api/resources/serviceFacility/types/EncounterServiceFacility.js +1 -3
  5212. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +1 -4
  5213. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
  5214. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +1 -4
  5215. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
  5216. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +1 -4
  5217. package/dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
  5218. package/dist/api/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
  5219. package/dist/api/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
  5220. package/dist/api/resources/serviceFacility/types/index.d.ts +3 -3
  5221. package/dist/api/resources/serviceFacility/types/index.js +3 -3
  5222. package/dist/api/resources/serviceLines/client/Client.d.ts +3 -11
  5223. package/dist/api/resources/serviceLines/client/Client.js +1 -3
  5224. package/dist/api/resources/serviceLines/index.d.ts +1 -1
  5225. package/dist/api/resources/serviceLines/index.js +1 -1
  5226. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +3 -21
  5227. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +31 -33
  5228. package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
  5229. package/dist/api/resources/serviceLines/resources/v2/client/create.js +1 -3
  5230. package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
  5231. package/dist/api/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
  5232. package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
  5233. package/dist/api/resources/serviceLines/resources/v2/client/delete.js +1 -3
  5234. package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
  5235. package/dist/api/resources/serviceLines/resources/v2/client/index.js +3 -3
  5236. package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +1 -4
  5237. package/dist/api/resources/serviceLines/resources/v2/client/update.js +1 -3
  5238. package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +1 -4
  5239. package/dist/api/resources/serviceLines/resources/v2/client/updateUniversal.js +1 -3
  5240. package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -1
  5241. package/dist/api/resources/serviceLines/resources/v2/index.js +1 -1
  5242. package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +1 -4
  5243. package/dist/api/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
  5244. package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -4
  5245. package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -3
  5246. package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +1 -4
  5247. package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +1 -3
  5248. package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +1 -4
  5249. package/dist/api/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
  5250. package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +15 -25
  5251. package/dist/api/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +15 -3
  5252. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -4
  5253. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -3
  5254. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +0 -3
  5255. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
  5256. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +1 -4
  5257. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
  5258. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +1 -4
  5259. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
  5260. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -4
  5261. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -3
  5262. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +1 -4
  5263. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +1 -3
  5264. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -4
  5265. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
  5266. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +1 -4
  5267. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
  5268. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +1 -4
  5269. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +1 -3
  5270. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +1 -4
  5271. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
  5272. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +1 -4
  5273. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
  5274. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +1 -4
  5275. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
  5276. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -4
  5277. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -3
  5278. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +1 -4
  5279. package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
  5280. package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +1 -4
  5281. package/dist/api/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
  5282. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.d.ts +1 -4
  5283. package/dist/api/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
  5284. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -4
  5285. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
  5286. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +1 -4
  5287. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
  5288. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
  5289. package/dist/api/resources/serviceLines/resources/v2/types/index.js +13 -13
  5290. package/dist/api/resources/superbills/client/Client.d.ts +3 -11
  5291. package/dist/api/resources/superbills/client/Client.js +1 -3
  5292. package/dist/api/resources/superbills/index.d.ts +1 -1
  5293. package/dist/api/resources/superbills/index.js +1 -1
  5294. package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +3 -21
  5295. package/dist/api/resources/superbills/resources/v1/client/Client.js +8 -10
  5296. package/dist/api/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
  5297. package/dist/api/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
  5298. package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +1 -4
  5299. package/dist/api/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
  5300. package/dist/api/resources/superbills/resources/v1/client/requests/index.d.ts +1 -1
  5301. package/dist/api/resources/superbills/resources/v1/index.d.ts +1 -1
  5302. package/dist/api/resources/superbills/resources/v1/index.js +1 -1
  5303. package/dist/api/resources/superbills/resources/v1/types/Superbill.d.ts +1 -4
  5304. package/dist/api/resources/superbills/resources/v1/types/Superbill.js +1 -3
  5305. package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +1 -4
  5306. package/dist/api/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
  5307. package/dist/api/resources/tags/types/Tag.d.ts +1 -4
  5308. package/dist/api/resources/tags/types/Tag.js +1 -3
  5309. package/dist/api/resources/tags/types/TagColorEnum.d.ts +1 -4
  5310. package/dist/api/resources/tags/types/TagColorEnum.js +1 -3
  5311. package/dist/api/resources/tags/types/TagCreate.d.ts +1 -4
  5312. package/dist/api/resources/tags/types/TagCreate.js +1 -3
  5313. package/dist/api/resources/tags/types/TagId.d.ts +1 -4
  5314. package/dist/api/resources/tags/types/TagId.js +1 -3
  5315. package/dist/api/resources/tags/types/index.d.ts +2 -2
  5316. package/dist/api/resources/tags/types/index.js +2 -2
  5317. package/dist/api/resources/tasks/client/Client.d.ts +3 -11
  5318. package/dist/api/resources/tasks/client/Client.js +1 -3
  5319. package/dist/api/resources/tasks/index.d.ts +1 -1
  5320. package/dist/api/resources/tasks/index.js +1 -1
  5321. package/dist/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -4
  5322. package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
  5323. package/dist/api/resources/tasks/resources/commons/types/TaskStatus.d.ts +1 -4
  5324. package/dist/api/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
  5325. package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -4
  5326. package/dist/api/resources/tasks/resources/commons/types/TaskType.js +1 -3
  5327. package/dist/api/resources/tasks/resources/commons/types/index.d.ts +1 -1
  5328. package/dist/api/resources/tasks/resources/commons/types/index.js +1 -1
  5329. package/dist/api/resources/tasks/resources/index.d.ts +1 -1
  5330. package/dist/api/resources/tasks/resources/index.js +2 -2
  5331. package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +3 -21
  5332. package/dist/api/resources/tasks/resources/v3/client/Client.js +42 -46
  5333. package/dist/api/resources/tasks/resources/v3/client/create.d.ts +1 -4
  5334. package/dist/api/resources/tasks/resources/v3/client/create.js +1 -3
  5335. package/dist/api/resources/tasks/resources/v3/client/get.d.ts +1 -4
  5336. package/dist/api/resources/tasks/resources/v3/client/get.js +1 -3
  5337. package/dist/api/resources/tasks/resources/v3/client/getActions.d.ts +1 -4
  5338. package/dist/api/resources/tasks/resources/v3/client/getActions.js +1 -3
  5339. package/dist/api/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
  5340. package/dist/api/resources/tasks/resources/v3/client/getMulti.js +1 -3
  5341. package/dist/api/resources/tasks/resources/v3/client/index.d.ts +3 -3
  5342. package/dist/api/resources/tasks/resources/v3/client/index.js +4 -4
  5343. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +1 -4
  5344. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.js +1 -3
  5345. package/dist/api/resources/tasks/resources/v3/client/requests/index.d.ts +1 -1
  5346. package/dist/api/resources/tasks/resources/v3/client/update.d.ts +1 -4
  5347. package/dist/api/resources/tasks/resources/v3/client/update.js +1 -3
  5348. package/dist/api/resources/tasks/resources/v3/index.d.ts +1 -1
  5349. package/dist/api/resources/tasks/resources/v3/index.js +1 -1
  5350. package/dist/api/resources/tasks/resources/v3/types/Task.d.ts +1 -4
  5351. package/dist/api/resources/tasks/resources/v3/types/Task.js +1 -3
  5352. package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +1 -4
  5353. package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +1 -3
  5354. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +1 -4
  5355. package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
  5356. package/dist/api/resources/tasks/resources/v3/types/TaskActionType.d.ts +1 -4
  5357. package/dist/api/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
  5358. package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +1 -4
  5359. package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +1 -3
  5360. package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.d.ts +1 -4
  5361. package/dist/api/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
  5362. package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +1 -4
  5363. package/dist/api/resources/tasks/resources/v3/types/TaskCreateV3.js +1 -3
  5364. package/dist/api/resources/tasks/resources/v3/types/TaskNote.d.ts +1 -4
  5365. package/dist/api/resources/tasks/resources/v3/types/TaskNote.js +1 -3
  5366. package/dist/api/resources/tasks/resources/v3/types/TaskPage.d.ts +1 -4
  5367. package/dist/api/resources/tasks/resources/v3/types/TaskPage.js +1 -3
  5368. package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +1 -4
  5369. package/dist/api/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
  5370. package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +1 -4
  5371. package/dist/api/resources/tasks/resources/v3/types/TaskUpdateV3.js +1 -3
  5372. package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +1 -4
  5373. package/dist/api/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
  5374. package/dist/api/resources/tasks/resources/v3/types/index.d.ts +6 -6
  5375. package/dist/api/resources/tasks/resources/v3/types/index.js +6 -6
  5376. package/dist/api/resources/writeOffs/client/Client.d.ts +3 -11
  5377. package/dist/api/resources/writeOffs/client/Client.js +1 -3
  5378. package/dist/api/resources/writeOffs/index.d.ts +1 -1
  5379. package/dist/api/resources/writeOffs/index.js +1 -1
  5380. package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -21
  5381. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +43 -45
  5382. package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +1 -4
  5383. package/dist/api/resources/writeOffs/resources/v1/client/create.js +1 -3
  5384. package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +1 -4
  5385. package/dist/api/resources/writeOffs/resources/v1/client/get.js +1 -3
  5386. package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +1 -4
  5387. package/dist/api/resources/writeOffs/resources/v1/client/getMulti.js +1 -3
  5388. package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -4
  5389. package/dist/api/resources/writeOffs/resources/v1/client/index.js +5 -5
  5390. package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +1 -4
  5391. package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
  5392. package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +1 -4
  5393. package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js +1 -3
  5394. package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +2 -2
  5395. package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +1 -4
  5396. package/dist/api/resources/writeOffs/resources/v1/client/revert.js +1 -3
  5397. package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.d.ts +1 -4
  5398. package/dist/api/resources/writeOffs/resources/v1/client/revertEraOriginatedInsuranceBalanceAdjustment.js +1 -3
  5399. package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.d.ts +1 -4
  5400. package/dist/api/resources/writeOffs/resources/v1/client/revertInsuranceBalanceAdjustment.js +1 -3
  5401. package/dist/api/resources/writeOffs/resources/v1/index.d.ts +1 -1
  5402. package/dist/api/resources/writeOffs/resources/v1/index.js +1 -1
  5403. package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +1 -4
  5404. package/dist/api/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
  5405. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +1 -4
  5406. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +1 -3
  5407. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -4
  5408. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -3
  5409. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +1 -4
  5410. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
  5411. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +1 -4
  5412. package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +1 -3
  5413. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +1 -4
  5414. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +1 -3
  5415. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +1 -4
  5416. package/dist/api/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +1 -3
  5417. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +1 -4
  5418. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.js +1 -3
  5419. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -4
  5420. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -3
  5421. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +1 -4
  5422. package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
  5423. package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +1 -4
  5424. package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +1 -3
  5425. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +1 -4
  5426. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +1 -3
  5427. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
  5428. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
  5429. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +1 -4
  5430. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
  5431. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +1 -4
  5432. package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.js +1 -3
  5433. package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
  5434. package/dist/api/resources/writeOffs/resources/v1/types/index.js +10 -10
  5435. package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +1 -4
  5436. package/dist/api/resources/x12/resources/v1/types/Carc.js +1 -3
  5437. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -4
  5438. package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
  5439. package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +81 -124
  5440. package/dist/api/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +81 -3
  5441. package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +23 -37
  5442. package/dist/api/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +23 -3
  5443. package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1 -4
  5444. package/dist/api/resources/x12/resources/v1/types/Rarc.js +1 -3
  5445. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -4
  5446. package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
  5447. package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +13 -22
  5448. package/dist/api/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +13 -3
  5449. package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +1 -4
  5450. package/dist/api/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
  5451. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +1 -4
  5452. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +1 -3
  5453. package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +55 -85
  5454. package/dist/api/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +55 -3
  5455. package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +19 -31
  5456. package/dist/api/resources/x12/resources/v1/types/TypeOfCareCode.js +19 -3
  5457. package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +15 -25
  5458. package/dist/api/resources/x12/resources/v1/types/TypeOfFacilityCode.js +15 -3
  5459. package/dist/api/resources/x12/resources/v1/types/index.d.ts +8 -8
  5460. package/dist/api/resources/x12/resources/v1/types/index.js +8 -8
  5461. package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.d.ts +1 -4
  5462. package/dist/api/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
  5463. package/dist/core/auth/AuthProvider.d.ts +1 -1
  5464. package/dist/core/auth/BasicAuth.js +2 -1
  5465. package/dist/core/auth/OAuthTokenProvider.d.ts +1 -4
  5466. package/dist/core/auth/OAuthTokenProvider.js +1 -3
  5467. package/dist/core/exports.d.ts +1 -0
  5468. package/dist/core/exports.js +17 -0
  5469. package/dist/core/fetcher/APIResponse.d.ts +1 -1
  5470. package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
  5471. package/dist/core/fetcher/EndpointMetadata.d.ts +13 -0
  5472. package/dist/core/fetcher/EndpointMetadata.js +2 -0
  5473. package/dist/core/fetcher/EndpointSupplier.d.ts +12 -0
  5474. package/dist/core/fetcher/EndpointSupplier.js +22 -0
  5475. package/dist/core/fetcher/Fetcher.d.ts +5 -3
  5476. package/dist/core/fetcher/Fetcher.js +5 -3
  5477. package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
  5478. package/dist/core/fetcher/getErrorResponseBody.js +2 -1
  5479. package/dist/core/fetcher/getFetchFn.js +1 -1
  5480. package/dist/core/fetcher/getResponseBody.js +3 -3
  5481. package/dist/core/fetcher/index.d.ts +2 -0
  5482. package/dist/core/fetcher/index.js +3 -1
  5483. package/dist/core/fetcher/makeRequest.js +2 -2
  5484. package/dist/core/fetcher/requestWithRetries.js +3 -3
  5485. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +1 -1
  5486. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +1 -1
  5487. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
  5488. package/dist/core/file/exports.d.ts +1 -0
  5489. package/dist/core/file/exports.js +2 -0
  5490. package/dist/core/file/file.d.ts +10 -0
  5491. package/dist/core/file/file.js +221 -0
  5492. package/dist/core/file/index.d.ts +2 -0
  5493. package/dist/core/file/index.js +18 -0
  5494. package/dist/core/file/types.d.ts +66 -0
  5495. package/dist/core/file/types.js +2 -0
  5496. package/dist/core/form-data-utils/FormDataWrapper.d.ts +7 -9
  5497. package/dist/core/form-data-utils/FormDataWrapper.js +126 -72
  5498. package/dist/core/headers.d.ts +2 -3
  5499. package/dist/core/index.d.ts +4 -3
  5500. package/dist/core/index.js +5 -4
  5501. package/dist/core/schemas/Schema.d.ts +1 -1
  5502. package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
  5503. package/dist/core/schemas/builders/bigint/bigint.js +2 -2
  5504. package/dist/core/schemas/builders/date/date.d.ts +1 -1
  5505. package/dist/core/schemas/builders/date/date.js +2 -2
  5506. package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
  5507. package/dist/core/schemas/builders/index.d.ts +14 -14
  5508. package/dist/core/schemas/builders/index.js +14 -14
  5509. package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
  5510. package/dist/core/schemas/builders/lazy/lazy.js +2 -2
  5511. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
  5512. package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
  5513. package/dist/core/schemas/builders/list/list.d.ts +1 -1
  5514. package/dist/core/schemas/builders/list/list.js +2 -2
  5515. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
  5516. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
  5517. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  5518. package/dist/core/schemas/builders/object/object.js +5 -5
  5519. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  5520. package/dist/core/schemas/builders/object/property.d.ts +1 -1
  5521. package/dist/core/schemas/builders/object/types.d.ts +5 -5
  5522. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
  5523. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
  5524. package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
  5525. package/dist/core/schemas/builders/primitives/any.d.ts +2 -1
  5526. package/dist/core/schemas/builders/primitives/any.js +4 -1
  5527. package/dist/core/schemas/builders/primitives/boolean.d.ts +2 -1
  5528. package/dist/core/schemas/builders/primitives/number.d.ts +2 -1
  5529. package/dist/core/schemas/builders/primitives/string.d.ts +2 -1
  5530. package/dist/core/schemas/builders/primitives/unknown.d.ts +2 -1
  5531. package/dist/core/schemas/builders/record/record.d.ts +2 -2
  5532. package/dist/core/schemas/builders/record/record.js +3 -3
  5533. package/dist/core/schemas/builders/record/types.d.ts +2 -2
  5534. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
  5535. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
  5536. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
  5537. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
  5538. package/dist/core/schemas/builders/set/set.d.ts +1 -1
  5539. package/dist/core/schemas/builders/set/set.js +4 -4
  5540. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  5541. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
  5542. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
  5543. package/dist/core/schemas/builders/union/types.d.ts +2 -2
  5544. package/dist/core/schemas/builders/union/union.d.ts +3 -3
  5545. package/dist/core/schemas/builders/union/union.js +4 -4
  5546. package/dist/core/schemas/index.d.ts +1 -1
  5547. package/dist/core/schemas/index.js +1 -1
  5548. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
  5549. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
  5550. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
  5551. package/dist/core/url/encodePathParam.d.ts +1 -0
  5552. package/dist/core/url/encodePathParam.js +21 -0
  5553. package/dist/core/url/index.d.ts +1 -0
  5554. package/dist/core/url/index.js +3 -1
  5555. package/dist/core/url/join.js +3 -3
  5556. package/dist/environments.d.ts +0 -3
  5557. package/dist/environments.js +1 -3
  5558. package/dist/errors/CandidApiError.d.ts +1 -4
  5559. package/dist/errors/CandidApiError.js +2 -4
  5560. package/dist/errors/CandidApiTimeoutError.d.ts +0 -3
  5561. package/dist/errors/CandidApiTimeoutError.js +1 -3
  5562. package/dist/exports.d.ts +1 -0
  5563. package/dist/exports.js +17 -0
  5564. package/dist/index.d.ts +4 -2
  5565. package/dist/index.js +9 -5
  5566. package/dist/serialization/resources/auth/resources/default/client/getToken.d.ts +2 -5
  5567. package/dist/serialization/resources/auth/resources/default/client/getToken.js +2 -4
  5568. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +2 -5
  5569. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
  5570. package/dist/serialization/resources/auth/resources/default/index.d.ts +1 -1
  5571. package/dist/serialization/resources/auth/resources/default/index.js +1 -1
  5572. package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +2 -5
  5573. package/dist/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
  5574. package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +2 -5
  5575. package/dist/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
  5576. package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +2 -5
  5577. package/dist/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
  5578. package/dist/serialization/resources/auth/resources/default/types/index.d.ts +1 -1
  5579. package/dist/serialization/resources/auth/resources/default/types/index.js +1 -1
  5580. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
  5581. package/dist/serialization/resources/billingNotes/resources/v2/client/delete.js +1 -3
  5582. package/dist/serialization/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
  5583. package/dist/serialization/resources/billingNotes/resources/v2/client/index.js +1 -1
  5584. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +2 -5
  5585. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
  5586. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -5
  5587. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
  5588. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -1
  5589. package/dist/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -3
  5590. package/dist/serialization/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
  5591. package/dist/serialization/resources/billingNotes/resources/v2/client/update.js +1 -3
  5592. package/dist/serialization/resources/billingNotes/resources/v2/index.d.ts +1 -1
  5593. package/dist/serialization/resources/billingNotes/resources/v2/index.js +1 -1
  5594. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +3 -6
  5595. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +2 -4
  5596. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +2 -5
  5597. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
  5598. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +2 -5
  5599. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
  5600. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
  5601. package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
  5602. package/dist/serialization/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
  5603. package/dist/serialization/resources/billingNotes/resources/v2/types/index.js +3 -3
  5604. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +3 -6
  5605. package/dist/serialization/resources/chargeCapture/resources/v1/client/create.js +3 -5
  5606. package/dist/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +3 -6
  5607. package/dist/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +3 -5
  5608. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
  5609. package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -1
  5610. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -5
  5611. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
  5612. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -5
  5613. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
  5614. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +4 -7
  5615. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +3 -5
  5616. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -5
  5617. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
  5618. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -3
  5619. package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -7
  5620. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +3 -6
  5621. package/dist/serialization/resources/chargeCapture/resources/v1/client/update.js +3 -5
  5622. package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +2 -5
  5623. package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +2 -4
  5624. package/dist/serialization/resources/chargeCapture/resources/v1/index.d.ts +1 -1
  5625. package/dist/serialization/resources/chargeCapture/resources/v1/index.js +1 -1
  5626. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +5 -8
  5627. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +4 -6
  5628. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -5
  5629. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
  5630. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +3 -6
  5631. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -4
  5632. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +3 -6
  5633. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +2 -4
  5634. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +2 -5
  5635. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
  5636. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +2 -5
  5637. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
  5638. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +2 -5
  5639. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
  5640. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +2 -5
  5641. package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
  5642. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
  5643. package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +3 -3
  5644. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
  5645. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
  5646. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +2 -5
  5647. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
  5648. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
  5649. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
  5650. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
  5651. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
  5652. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +4 -7
  5653. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -5
  5654. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +3 -6
  5655. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +2 -4
  5656. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +2 -5
  5657. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
  5658. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +2 -5
  5659. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +1 -3
  5660. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +2 -5
  5661. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
  5662. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
  5663. package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
  5664. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +3 -6
  5665. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +2 -4
  5666. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +3 -6
  5667. package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +2 -4
  5668. package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +2 -5
  5669. package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
  5670. package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +2 -5
  5671. package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
  5672. package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
  5673. package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +2 -2
  5674. package/dist/serialization/resources/claims/types/Claim.d.ts +4 -7
  5675. package/dist/serialization/resources/claims/types/Claim.js +3 -5
  5676. package/dist/serialization/resources/claims/types/ClaimStatus.d.ts +2 -5
  5677. package/dist/serialization/resources/claims/types/ClaimStatus.js +1 -3
  5678. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +2 -5
  5679. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
  5680. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +2 -5
  5681. package/dist/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
  5682. package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +2 -5
  5683. package/dist/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
  5684. package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
  5685. package/dist/serialization/resources/clinicalTrials/resources/v1/types/index.js +1 -1
  5686. package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +2 -5
  5687. package/dist/serialization/resources/commons/errors/HttpRequestValidationsError.js +1 -3
  5688. package/dist/serialization/resources/commons/types/AdjustmentId.d.ts +1 -4
  5689. package/dist/serialization/resources/commons/types/AdjustmentId.js +1 -3
  5690. package/dist/serialization/resources/commons/types/AppointmentId.d.ts +1 -4
  5691. package/dist/serialization/resources/commons/types/AppointmentId.js +1 -3
  5692. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +2 -5
  5693. package/dist/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
  5694. package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
  5695. package/dist/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
  5696. package/dist/serialization/resources/commons/types/ChargeCaptureId.d.ts +1 -4
  5697. package/dist/serialization/resources/commons/types/ChargeCaptureId.js +1 -3
  5698. package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
  5699. package/dist/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
  5700. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -5
  5701. package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
  5702. package/dist/serialization/resources/commons/types/ClaimId.d.ts +1 -4
  5703. package/dist/serialization/resources/commons/types/ClaimId.js +1 -3
  5704. package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +2 -5
  5705. package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
  5706. package/dist/serialization/resources/commons/types/Clearinghouse.d.ts +2 -5
  5707. package/dist/serialization/resources/commons/types/Clearinghouse.js +1 -3
  5708. package/dist/serialization/resources/commons/types/ClinicalTrialId.d.ts +1 -4
  5709. package/dist/serialization/resources/commons/types/ClinicalTrialId.js +1 -3
  5710. package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +2 -5
  5711. package/dist/serialization/resources/commons/types/DateRangeOptionalEnd.js +1 -3
  5712. package/dist/serialization/resources/commons/types/Date_.d.ts +1 -4
  5713. package/dist/serialization/resources/commons/types/Date_.js +1 -3
  5714. package/dist/serialization/resources/commons/types/Decimal.d.ts +1 -4
  5715. package/dist/serialization/resources/commons/types/Decimal.js +1 -3
  5716. package/dist/serialization/resources/commons/types/DelayReasonCode.d.ts +2 -5
  5717. package/dist/serialization/resources/commons/types/DelayReasonCode.js +1 -3
  5718. package/dist/serialization/resources/commons/types/Email.d.ts +1 -4
  5719. package/dist/serialization/resources/commons/types/Email.js +1 -3
  5720. package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +2 -5
  5721. package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -3
  5722. package/dist/serialization/resources/commons/types/EncounterExternalId.d.ts +1 -4
  5723. package/dist/serialization/resources/commons/types/EncounterExternalId.js +1 -3
  5724. package/dist/serialization/resources/commons/types/EncounterId.d.ts +1 -4
  5725. package/dist/serialization/resources/commons/types/EncounterId.js +1 -3
  5726. package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +2 -5
  5727. package/dist/serialization/resources/commons/types/EntityConflictErrorMessage.js +1 -3
  5728. package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +2 -5
  5729. package/dist/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
  5730. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +2 -5
  5731. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
  5732. package/dist/serialization/resources/commons/types/ErrorMessage.d.ts +1 -4
  5733. package/dist/serialization/resources/commons/types/ErrorMessage.js +1 -3
  5734. package/dist/serialization/resources/commons/types/FacilityTypeCode.d.ts +2 -5
  5735. package/dist/serialization/resources/commons/types/FacilityTypeCode.js +1 -3
  5736. package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +2 -5
  5737. package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
  5738. package/dist/serialization/resources/commons/types/InsuranceTypeCode.d.ts +2 -5
  5739. package/dist/serialization/resources/commons/types/InsuranceTypeCode.js +1 -3
  5740. package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -5
  5741. package/dist/serialization/resources/commons/types/IntendedSubmissionMedium.js +1 -3
  5742. package/dist/serialization/resources/commons/types/InvoiceId.d.ts +1 -4
  5743. package/dist/serialization/resources/commons/types/InvoiceId.js +1 -3
  5744. package/dist/serialization/resources/commons/types/LinkUrl.d.ts +1 -4
  5745. package/dist/serialization/resources/commons/types/LinkUrl.js +1 -3
  5746. package/dist/serialization/resources/commons/types/NetworkType.d.ts +2 -5
  5747. package/dist/serialization/resources/commons/types/NetworkType.js +1 -3
  5748. package/dist/serialization/resources/commons/types/NextResponsibleParty.d.ts +2 -5
  5749. package/dist/serialization/resources/commons/types/NextResponsibleParty.js +1 -3
  5750. package/dist/serialization/resources/commons/types/Npi.d.ts +1 -4
  5751. package/dist/serialization/resources/commons/types/Npi.js +1 -3
  5752. package/dist/serialization/resources/commons/types/OrganizationId.d.ts +1 -4
  5753. package/dist/serialization/resources/commons/types/OrganizationId.js +1 -3
  5754. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +2 -5
  5755. package/dist/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
  5756. package/dist/serialization/resources/commons/types/PageToken.d.ts +1 -4
  5757. package/dist/serialization/resources/commons/types/PageToken.js +1 -3
  5758. package/dist/serialization/resources/commons/types/PatientExternalId.d.ts +1 -4
  5759. package/dist/serialization/resources/commons/types/PatientExternalId.js +1 -3
  5760. package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +2 -5
  5761. package/dist/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +1 -3
  5762. package/dist/serialization/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
  5763. package/dist/serialization/resources/commons/types/PayerPlanGroupId.js +1 -3
  5764. package/dist/serialization/resources/commons/types/PhoneNumber.d.ts +2 -5
  5765. package/dist/serialization/resources/commons/types/PhoneNumber.js +1 -3
  5766. package/dist/serialization/resources/commons/types/PhoneNumberOptional.d.ts +2 -5
  5767. package/dist/serialization/resources/commons/types/PhoneNumberOptional.js +1 -3
  5768. package/dist/serialization/resources/commons/types/PhoneNumberType.d.ts +2 -5
  5769. package/dist/serialization/resources/commons/types/PhoneNumberType.js +1 -3
  5770. package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
  5771. package/dist/serialization/resources/commons/types/PreEncounterAppointmentId.js +1 -3
  5772. package/dist/serialization/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
  5773. package/dist/serialization/resources/commons/types/PreEncounterPatientId.js +1 -3
  5774. package/dist/serialization/resources/commons/types/Primitive.d.ts +2 -5
  5775. package/dist/serialization/resources/commons/types/Primitive.js +1 -3
  5776. package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +2 -5
  5777. package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -3
  5778. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
  5779. package/dist/serialization/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
  5780. package/dist/serialization/resources/commons/types/ProviderId.d.ts +1 -4
  5781. package/dist/serialization/resources/commons/types/ProviderId.js +1 -3
  5782. package/dist/serialization/resources/commons/types/QualifierCode.d.ts +2 -5
  5783. package/dist/serialization/resources/commons/types/QualifierCode.js +1 -3
  5784. package/dist/serialization/resources/commons/types/RateId.d.ts +1 -4
  5785. package/dist/serialization/resources/commons/types/RateId.js +1 -3
  5786. package/dist/serialization/resources/commons/types/RegionNational.d.ts +3 -7
  5787. package/dist/serialization/resources/commons/types/RegionNational.js +1 -3
  5788. package/dist/serialization/resources/commons/types/RegionStates.d.ts +2 -5
  5789. package/dist/serialization/resources/commons/types/RegionStates.js +1 -3
  5790. package/dist/serialization/resources/commons/types/Regions.d.ts +3 -6
  5791. package/dist/serialization/resources/commons/types/Regions.js +2 -4
  5792. package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +2 -5
  5793. package/dist/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
  5794. package/dist/serialization/resources/commons/types/RequestValidationError.d.ts +2 -5
  5795. package/dist/serialization/resources/commons/types/RequestValidationError.js +1 -3
  5796. package/dist/serialization/resources/commons/types/ResourcePage.d.ts +2 -5
  5797. package/dist/serialization/resources/commons/types/ResourcePage.js +1 -3
  5798. package/dist/serialization/resources/commons/types/SchemaId.d.ts +1 -4
  5799. package/dist/serialization/resources/commons/types/SchemaId.js +1 -3
  5800. package/dist/serialization/resources/commons/types/ServiceLineId.d.ts +1 -4
  5801. package/dist/serialization/resources/commons/types/ServiceLineId.js +1 -3
  5802. package/dist/serialization/resources/commons/types/ServiceLineUnits.d.ts +2 -5
  5803. package/dist/serialization/resources/commons/types/ServiceLineUnits.js +1 -3
  5804. package/dist/serialization/resources/commons/types/SortDirection.d.ts +2 -5
  5805. package/dist/serialization/resources/commons/types/SortDirection.js +1 -3
  5806. package/dist/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +2 -5
  5807. package/dist/serialization/resources/commons/types/SourceOfPaymentCode.js +1 -3
  5808. package/dist/serialization/resources/commons/types/State.d.ts +2 -5
  5809. package/dist/serialization/resources/commons/types/State.js +1 -3
  5810. package/dist/serialization/resources/commons/types/StreetAddressBase.d.ts +2 -5
  5811. package/dist/serialization/resources/commons/types/StreetAddressBase.js +1 -3
  5812. package/dist/serialization/resources/commons/types/StreetAddressLongZip.d.ts +2 -5
  5813. package/dist/serialization/resources/commons/types/StreetAddressLongZip.js +1 -3
  5814. package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +2 -5
  5815. package/dist/serialization/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
  5816. package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +2 -5
  5817. package/dist/serialization/resources/commons/types/StreetAddressOptionalBase.js +1 -3
  5818. package/dist/serialization/resources/commons/types/StreetAddressShortZip.d.ts +2 -5
  5819. package/dist/serialization/resources/commons/types/StreetAddressShortZip.js +1 -3
  5820. package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +2 -5
  5821. package/dist/serialization/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
  5822. package/dist/serialization/resources/commons/types/TaskAssignmentId.d.ts +1 -4
  5823. package/dist/serialization/resources/commons/types/TaskAssignmentId.js +1 -3
  5824. package/dist/serialization/resources/commons/types/TaskId.d.ts +1 -4
  5825. package/dist/serialization/resources/commons/types/TaskId.js +1 -3
  5826. package/dist/serialization/resources/commons/types/TaskNoteId.d.ts +1 -4
  5827. package/dist/serialization/resources/commons/types/TaskNoteId.js +1 -3
  5828. package/dist/serialization/resources/commons/types/TaxId.d.ts +1 -4
  5829. package/dist/serialization/resources/commons/types/TaxId.js +1 -3
  5830. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +2 -5
  5831. package/dist/serialization/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
  5832. package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +2 -5
  5833. package/dist/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
  5834. package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +2 -5
  5835. package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
  5836. package/dist/serialization/resources/commons/types/UserId.d.ts +1 -4
  5837. package/dist/serialization/resources/commons/types/UserId.js +1 -3
  5838. package/dist/serialization/resources/commons/types/WorkQueueId.d.ts +1 -4
  5839. package/dist/serialization/resources/commons/types/WorkQueueId.js +1 -3
  5840. package/dist/serialization/resources/commons/types/index.d.ts +60 -60
  5841. package/dist/serialization/resources/commons/types/index.js +60 -60
  5842. package/dist/serialization/resources/contracts/resources/v2/client/delete.d.ts +1 -4
  5843. package/dist/serialization/resources/contracts/resources/v2/client/delete.js +1 -3
  5844. package/dist/serialization/resources/contracts/resources/v2/client/get.d.ts +1 -4
  5845. package/dist/serialization/resources/contracts/resources/v2/client/get.js +1 -3
  5846. package/dist/serialization/resources/contracts/resources/v2/client/index.d.ts +2 -2
  5847. package/dist/serialization/resources/contracts/resources/v2/client/index.js +3 -3
  5848. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +3 -6
  5849. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +2 -4
  5850. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +6 -9
  5851. package/dist/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -7
  5852. package/dist/serialization/resources/contracts/resources/v2/client/update.d.ts +1 -4
  5853. package/dist/serialization/resources/contracts/resources/v2/client/update.js +1 -3
  5854. package/dist/serialization/resources/contracts/resources/v2/index.d.ts +1 -1
  5855. package/dist/serialization/resources/contracts/resources/v2/index.js +1 -1
  5856. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +2 -5
  5857. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
  5858. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +2 -5
  5859. package/dist/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
  5860. package/dist/serialization/resources/contracts/resources/v2/types/Contract.d.ts +3 -6
  5861. package/dist/serialization/resources/contracts/resources/v2/types/Contract.js +2 -4
  5862. package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -6
  5863. package/dist/serialization/resources/contracts/resources/v2/types/ContractBase.js +2 -4
  5864. package/dist/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
  5865. package/dist/serialization/resources/contracts/resources/v2/types/ContractId.js +1 -3
  5866. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +2 -5
  5867. package/dist/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
  5868. package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +2 -5
  5869. package/dist/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
  5870. package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +2 -5
  5871. package/dist/serialization/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
  5872. package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +2 -5
  5873. package/dist/serialization/resources/contracts/resources/v2/types/ContractStatus.js +1 -3
  5874. package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +2 -5
  5875. package/dist/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
  5876. package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
  5877. package/dist/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
  5878. package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +3 -6
  5879. package/dist/serialization/resources/contracts/resources/v2/types/ContractsPage.js +2 -4
  5880. package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +2 -5
  5881. package/dist/serialization/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
  5882. package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +2 -5
  5883. package/dist/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
  5884. package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +2 -5
  5885. package/dist/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
  5886. package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
  5887. package/dist/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
  5888. package/dist/serialization/resources/contracts/resources/v2/types/index.d.ts +12 -12
  5889. package/dist/serialization/resources/contracts/resources/v2/types/index.js +12 -12
  5890. package/dist/serialization/resources/credentialing/resources/v2/client/create.d.ts +1 -4
  5891. package/dist/serialization/resources/credentialing/resources/v2/client/create.js +1 -3
  5892. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
  5893. package/dist/serialization/resources/credentialing/resources/v2/client/createFacility.js +1 -3
  5894. package/dist/serialization/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
  5895. package/dist/serialization/resources/credentialing/resources/v2/client/delete.js +1 -3
  5896. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
  5897. package/dist/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
  5898. package/dist/serialization/resources/credentialing/resources/v2/client/get.d.ts +1 -4
  5899. package/dist/serialization/resources/credentialing/resources/v2/client/get.js +1 -3
  5900. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
  5901. package/dist/serialization/resources/credentialing/resources/v2/client/getAll.js +1 -3
  5902. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
  5903. package/dist/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
  5904. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
  5905. package/dist/serialization/resources/credentialing/resources/v2/client/getFacility.js +1 -3
  5906. package/dist/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -6
  5907. package/dist/serialization/resources/credentialing/resources/v2/client/index.js +7 -7
  5908. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +2 -5
  5909. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
  5910. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +2 -5
  5911. package/dist/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
  5912. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +2 -5
  5913. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
  5914. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +2 -5
  5915. package/dist/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
  5916. package/dist/serialization/resources/credentialing/resources/v2/client/update.d.ts +1 -4
  5917. package/dist/serialization/resources/credentialing/resources/v2/client/update.js +1 -3
  5918. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
  5919. package/dist/serialization/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
  5920. package/dist/serialization/resources/credentialing/resources/v2/index.d.ts +1 -1
  5921. package/dist/serialization/resources/credentialing/resources/v2/index.js +1 -1
  5922. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +2 -5
  5923. package/dist/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
  5924. package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -5
  5925. package/dist/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +1 -3
  5926. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +3 -6
  5927. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +2 -4
  5928. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
  5929. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
  5930. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +3 -6
  5931. package/dist/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +2 -4
  5932. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +4 -7
  5933. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +3 -5
  5934. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
  5935. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
  5936. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +3 -6
  5937. package/dist/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +2 -4
  5938. package/dist/serialization/resources/credentialing/resources/v2/types/index.d.ts +5 -5
  5939. package/dist/serialization/resources/credentialing/resources/v2/types/index.js +5 -5
  5940. package/dist/serialization/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
  5941. package/dist/serialization/resources/customSchemas/resources/v1/client/create.js +1 -3
  5942. package/dist/serialization/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
  5943. package/dist/serialization/resources/customSchemas/resources/v1/client/get.js +1 -3
  5944. package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
  5945. package/dist/serialization/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
  5946. package/dist/serialization/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
  5947. package/dist/serialization/resources/customSchemas/resources/v1/client/index.js +4 -4
  5948. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +2 -5
  5949. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
  5950. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +2 -5
  5951. package/dist/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
  5952. package/dist/serialization/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
  5953. package/dist/serialization/resources/customSchemas/resources/v1/client/update.js +1 -3
  5954. package/dist/serialization/resources/customSchemas/resources/v1/index.d.ts +1 -1
  5955. package/dist/serialization/resources/customSchemas/resources/v1/index.js +1 -1
  5956. package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +2 -5
  5957. package/dist/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
  5958. package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +2 -5
  5959. package/dist/serialization/resources/customSchemas/resources/v1/types/Schema.js +1 -3
  5960. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +2 -5
  5961. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
  5962. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +2 -5
  5963. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
  5964. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +2 -5
  5965. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
  5966. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +2 -5
  5967. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
  5968. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +3 -6
  5969. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +2 -4
  5970. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +2 -5
  5971. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
  5972. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +2 -5
  5973. package/dist/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
  5974. package/dist/serialization/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
  5975. package/dist/serialization/resources/customSchemas/resources/v1/types/index.js +5 -5
  5976. package/dist/serialization/resources/diagnoses/client/delete.d.ts +1 -4
  5977. package/dist/serialization/resources/diagnoses/client/delete.js +1 -3
  5978. package/dist/serialization/resources/diagnoses/client/index.d.ts +1 -1
  5979. package/dist/serialization/resources/diagnoses/client/index.js +2 -2
  5980. package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +3 -6
  5981. package/dist/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +2 -4
  5982. package/dist/serialization/resources/diagnoses/client/update.d.ts +1 -4
  5983. package/dist/serialization/resources/diagnoses/client/update.js +1 -3
  5984. package/dist/serialization/resources/diagnoses/index.d.ts +1 -1
  5985. package/dist/serialization/resources/diagnoses/index.js +1 -1
  5986. package/dist/serialization/resources/diagnoses/types/Diagnosis.d.ts +2 -5
  5987. package/dist/serialization/resources/diagnoses/types/Diagnosis.js +1 -3
  5988. package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +3 -6
  5989. package/dist/serialization/resources/diagnoses/types/DiagnosisCreate.js +2 -4
  5990. package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +3 -6
  5991. package/dist/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +2 -4
  5992. package/dist/serialization/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
  5993. package/dist/serialization/resources/diagnoses/types/DiagnosisId.js +1 -3
  5994. package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +2 -5
  5995. package/dist/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
  5996. package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +2 -5
  5997. package/dist/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +1 -3
  5998. package/dist/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +2 -5
  5999. package/dist/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
  6000. package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +3 -6
  6001. package/dist/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +2 -4
  6002. package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +2 -5
  6003. package/dist/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
  6004. package/dist/serialization/resources/diagnoses/types/index.d.ts +6 -6
  6005. package/dist/serialization/resources/diagnoses/types/index.js +6 -6
  6006. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
  6007. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
  6008. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
  6009. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
  6010. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
  6011. package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
  6012. package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +2 -5
  6013. package/dist/serialization/resources/encounterAttachments/resources/v1/client/get.js +1 -3
  6014. package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +2 -5
  6015. package/dist/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
  6016. package/dist/serialization/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
  6017. package/dist/serialization/resources/encounterAttachments/resources/v1/index.js +1 -1
  6018. package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
  6019. package/dist/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
  6020. package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +3 -6
  6021. package/dist/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +2 -4
  6022. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -6
  6023. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +2 -4
  6024. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +2 -5
  6025. package/dist/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
  6026. package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +3 -6
  6027. package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +3 -5
  6028. package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +2 -5
  6029. package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +2 -4
  6030. package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +2 -5
  6031. package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +2 -4
  6032. package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +2 -5
  6033. package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +2 -4
  6034. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
  6035. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
  6036. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
  6037. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
  6038. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +2 -5
  6039. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +2 -4
  6040. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
  6041. package/dist/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
  6042. package/dist/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
  6043. package/dist/serialization/resources/encounterProviders/resources/v2/client/index.js +9 -9
  6044. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +2 -5
  6045. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +2 -4
  6046. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +2 -5
  6047. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +2 -4
  6048. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +2 -5
  6049. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +2 -4
  6050. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +2 -5
  6051. package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +2 -4
  6052. package/dist/serialization/resources/encounterProviders/resources/v2/index.d.ts +1 -1
  6053. package/dist/serialization/resources/encounterProviders/resources/v2/index.js +1 -1
  6054. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +3 -6
  6055. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -4
  6056. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +3 -6
  6057. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -4
  6058. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +3 -6
  6059. package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -4
  6060. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -8
  6061. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +4 -6
  6062. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +2 -5
  6063. package/dist/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
  6064. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +3 -6
  6065. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +2 -4
  6066. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +3 -6
  6067. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +2 -4
  6068. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +3 -6
  6069. package/dist/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +2 -4
  6070. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +2 -5
  6071. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
  6072. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +2 -5
  6073. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
  6074. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +2 -5
  6075. package/dist/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
  6076. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
  6077. package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
  6078. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +2 -5
  6079. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
  6080. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +2 -5
  6081. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
  6082. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +2 -5
  6083. package/dist/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
  6084. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -5
  6085. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
  6086. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -5
  6087. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
  6088. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -5
  6089. package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
  6090. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +2 -5
  6091. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
  6092. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +2 -5
  6093. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
  6094. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +2 -5
  6095. package/dist/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
  6096. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
  6097. package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +13 -13
  6098. package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +7 -10
  6099. package/dist/serialization/resources/encounters/resources/v4/client/create.js +7 -9
  6100. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -8
  6101. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -7
  6102. package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +4 -7
  6103. package/dist/serialization/resources/encounters/resources/v4/client/update.js +4 -6
  6104. package/dist/serialization/resources/encounters/resources/v4/index.d.ts +1 -1
  6105. package/dist/serialization/resources/encounters/resources/v4/index.js +1 -1
  6106. package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +2 -5
  6107. package/dist/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
  6108. package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +2 -5
  6109. package/dist/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
  6110. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +3 -6
  6111. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -4
  6112. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
  6113. package/dist/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -4
  6114. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +2 -5
  6115. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
  6116. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +3 -6
  6117. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +2 -4
  6118. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +3 -6
  6119. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +2 -4
  6120. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +3 -6
  6121. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +2 -4
  6122. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +2 -5
  6123. package/dist/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
  6124. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -5
  6125. package/dist/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
  6126. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +25 -28
  6127. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +24 -26
  6128. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +7 -10
  6129. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +6 -8
  6130. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +5 -8
  6131. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +4 -6
  6132. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -7
  6133. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +3 -5
  6134. package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +20 -23
  6135. package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +19 -21
  6136. package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +2 -5
  6137. package/dist/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
  6138. package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +2 -5
  6139. package/dist/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
  6140. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +6 -9
  6141. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +5 -7
  6142. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +2 -5
  6143. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
  6144. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -6
  6145. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPage.js +2 -4
  6146. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +2 -5
  6147. package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
  6148. package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +3 -7
  6149. package/dist/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
  6150. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +2 -5
  6151. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
  6152. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -5
  6153. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +1 -3
  6154. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +2 -5
  6155. package/dist/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
  6156. package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +3 -6
  6157. package/dist/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +2 -4
  6158. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +2 -5
  6159. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
  6160. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +2 -5
  6161. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
  6162. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +2 -5
  6163. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
  6164. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
  6165. package/dist/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
  6166. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +2 -5
  6167. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
  6168. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
  6169. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
  6170. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +2 -5
  6171. package/dist/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
  6172. package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +2 -5
  6173. package/dist/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
  6174. package/dist/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +3 -6
  6175. package/dist/serialization/resources/encounters/resources/v4/types/Intervention.js +2 -4
  6176. package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +2 -5
  6177. package/dist/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
  6178. package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +3 -6
  6179. package/dist/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +2 -4
  6180. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +2 -5
  6181. package/dist/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
  6182. package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +2 -5
  6183. package/dist/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
  6184. package/dist/serialization/resources/encounters/resources/v4/types/Lab.d.ts +2 -5
  6185. package/dist/serialization/resources/encounters/resources/v4/types/Lab.js +1 -3
  6186. package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +2 -5
  6187. package/dist/serialization/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
  6188. package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +2 -5
  6189. package/dist/serialization/resources/encounters/resources/v4/types/LabOptional.js +1 -3
  6190. package/dist/serialization/resources/encounters/resources/v4/types/Medication.d.ts +2 -5
  6191. package/dist/serialization/resources/encounters/resources/v4/types/Medication.js +1 -3
  6192. package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +2 -5
  6193. package/dist/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
  6194. package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +2 -5
  6195. package/dist/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
  6196. package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +2 -5
  6197. package/dist/serialization/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
  6198. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +3 -6
  6199. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +2 -4
  6200. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +2 -5
  6201. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
  6202. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +3 -6
  6203. package/dist/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +2 -4
  6204. package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +2 -5
  6205. package/dist/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
  6206. package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
  6207. package/dist/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
  6208. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +2 -5
  6209. package/dist/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +1 -3
  6210. package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +2 -5
  6211. package/dist/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +1 -3
  6212. package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +2 -5
  6213. package/dist/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
  6214. package/dist/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
  6215. package/dist/serialization/resources/encounters/resources/v4/types/RxCui.js +1 -3
  6216. package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +2 -5
  6217. package/dist/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
  6218. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +4 -7
  6219. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +3 -5
  6220. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +2 -5
  6221. package/dist/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
  6222. package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +2 -5
  6223. package/dist/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
  6224. package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +2 -5
  6225. package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +1 -3
  6226. package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +2 -5
  6227. package/dist/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
  6228. package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +3 -6
  6229. package/dist/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +2 -4
  6230. package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -5
  6231. package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +1 -3
  6232. package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +2 -5
  6233. package/dist/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
  6234. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +47 -47
  6235. package/dist/serialization/resources/encounters/resources/v4/types/index.js +47 -47
  6236. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +14 -17
  6237. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +13 -15
  6238. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +8 -11
  6239. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +7 -9
  6240. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +13 -16
  6241. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +12 -14
  6242. package/dist/serialization/resources/encountersUniversal/types/index.d.ts +1 -1
  6243. package/dist/serialization/resources/encountersUniversal/types/index.js +1 -1
  6244. package/dist/serialization/resources/era/types/Era.d.ts +3 -6
  6245. package/dist/serialization/resources/era/types/Era.js +2 -4
  6246. package/dist/serialization/resources/era/types/EraBase.d.ts +2 -5
  6247. package/dist/serialization/resources/era/types/EraBase.js +1 -3
  6248. package/dist/serialization/resources/era/types/EraId.d.ts +1 -4
  6249. package/dist/serialization/resources/era/types/EraId.js +1 -3
  6250. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +2 -5
  6251. package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
  6252. package/dist/serialization/resources/era/types/index.d.ts +2 -2
  6253. package/dist/serialization/resources/era/types/index.js +2 -2
  6254. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -5
  6255. package/dist/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +1 -3
  6256. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +3 -6
  6257. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +2 -4
  6258. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
  6259. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
  6260. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +2 -5
  6261. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
  6262. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +3 -6
  6263. package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +2 -4
  6264. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +2 -5
  6265. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +2 -4
  6266. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +2 -5
  6267. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +2 -4
  6268. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
  6269. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
  6270. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
  6271. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
  6272. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +4 -7
  6273. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +3 -5
  6274. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +2 -5
  6275. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
  6276. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +3 -6
  6277. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +2 -4
  6278. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +3 -7
  6279. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
  6280. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +2 -5
  6281. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
  6282. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +4 -7
  6283. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +3 -5
  6284. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +3 -6
  6285. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +2 -4
  6286. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +2 -5
  6287. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
  6288. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +3 -6
  6289. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +2 -4
  6290. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +2 -5
  6291. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
  6292. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +2 -5
  6293. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
  6294. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +3 -6
  6295. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +2 -4
  6296. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +4 -7
  6297. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +3 -5
  6298. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +3 -6
  6299. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +2 -4
  6300. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +2 -5
  6301. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
  6302. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +2 -5
  6303. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
  6304. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
  6305. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
  6306. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +4 -7
  6307. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +3 -5
  6308. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +2 -5
  6309. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
  6310. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
  6311. package/dist/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
  6312. package/dist/serialization/resources/exports/resources/v3/client/getExports.d.ts +2 -5
  6313. package/dist/serialization/resources/exports/resources/v3/client/getExports.js +2 -4
  6314. package/dist/serialization/resources/exports/resources/v3/index.d.ts +1 -1
  6315. package/dist/serialization/resources/exports/resources/v3/index.js +1 -1
  6316. package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -5
  6317. package/dist/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
  6318. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +2 -5
  6319. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
  6320. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +3 -6
  6321. package/dist/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +2 -4
  6322. package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +2 -5
  6323. package/dist/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +2 -4
  6324. package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +2 -5
  6325. package/dist/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +2 -4
  6326. package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +2 -5
  6327. package/dist/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +2 -4
  6328. package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
  6329. package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
  6330. package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
  6331. package/dist/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
  6332. package/dist/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +4 -4
  6333. package/dist/serialization/resources/feeSchedules/resources/v3/client/index.js +5 -5
  6334. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +2 -5
  6335. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
  6336. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +2 -5
  6337. package/dist/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
  6338. package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
  6339. package/dist/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
  6340. package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
  6341. package/dist/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
  6342. package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
  6343. package/dist/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
  6344. package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +2 -5
  6345. package/dist/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +1 -3
  6346. package/dist/serialization/resources/feeSchedules/resources/v3/index.d.ts +1 -1
  6347. package/dist/serialization/resources/feeSchedules/resources/v3/index.js +1 -1
  6348. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +8 -11
  6349. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +7 -9
  6350. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -5
  6351. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +1 -3
  6352. package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +6 -9
  6353. package/dist/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -7
  6354. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +3 -6
  6355. package/dist/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +2 -4
  6356. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +2 -5
  6357. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
  6358. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +2 -5
  6359. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
  6360. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +2 -5
  6361. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
  6362. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +2 -5
  6363. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
  6364. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +2 -5
  6365. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
  6366. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +2 -5
  6367. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
  6368. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +2 -5
  6369. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
  6370. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +2 -5
  6371. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
  6372. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +2 -5
  6373. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
  6374. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +2 -5
  6375. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
  6376. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +3 -6
  6377. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +2 -4
  6378. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +2 -5
  6379. package/dist/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
  6380. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +2 -5
  6381. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
  6382. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +2 -5
  6383. package/dist/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
  6384. package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +6 -9
  6385. package/dist/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -7
  6386. package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +2 -5
  6387. package/dist/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
  6388. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +2 -5
  6389. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
  6390. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +2 -5
  6391. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
  6392. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +3 -6
  6393. package/dist/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +2 -4
  6394. package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +3 -6
  6395. package/dist/serialization/resources/feeSchedules/resources/v3/types/Rate.js +2 -4
  6396. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +2 -5
  6397. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
  6398. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +2 -5
  6399. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
  6400. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +3 -6
  6401. package/dist/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +2 -4
  6402. package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +3 -6
  6403. package/dist/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +2 -4
  6404. package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +2 -5
  6405. package/dist/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
  6406. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +3 -6
  6407. package/dist/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +2 -4
  6408. package/dist/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
  6409. package/dist/serialization/resources/feeSchedules/resources/v3/types/index.js +17 -17
  6410. package/dist/serialization/resources/financials/types/AccountType.d.ts +2 -5
  6411. package/dist/serialization/resources/financials/types/AccountType.js +1 -3
  6412. package/dist/serialization/resources/financials/types/Allocation.d.ts +2 -5
  6413. package/dist/serialization/resources/financials/types/Allocation.js +1 -3
  6414. package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +2 -5
  6415. package/dist/serialization/resources/financials/types/AllocationCreate.js +1 -3
  6416. package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +5 -8
  6417. package/dist/serialization/resources/financials/types/AllocationTarget.js +4 -6
  6418. package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +3 -6
  6419. package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +2 -4
  6420. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +2 -5
  6421. package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +1 -3
  6422. package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +2 -5
  6423. package/dist/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
  6424. package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +2 -5
  6425. package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
  6426. package/dist/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +2 -5
  6427. package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +1 -3
  6428. package/dist/serialization/resources/financials/types/InvoiceUpdate.d.ts +2 -5
  6429. package/dist/serialization/resources/financials/types/InvoiceUpdate.js +1 -3
  6430. package/dist/serialization/resources/financials/types/NoteUpdate.d.ts +2 -5
  6431. package/dist/serialization/resources/financials/types/NoteUpdate.js +1 -3
  6432. package/dist/serialization/resources/financials/types/PatientTransactionSource.d.ts +2 -5
  6433. package/dist/serialization/resources/financials/types/PatientTransactionSource.js +1 -3
  6434. package/dist/serialization/resources/financials/types/RefundReason.d.ts +2 -5
  6435. package/dist/serialization/resources/financials/types/RefundReason.js +1 -3
  6436. package/dist/serialization/resources/financials/types/RefundReasonUpdate.d.ts +2 -5
  6437. package/dist/serialization/resources/financials/types/RefundReasonUpdate.js +1 -3
  6438. package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +3 -6
  6439. package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +2 -4
  6440. package/dist/serialization/resources/financials/types/index.d.ts +9 -9
  6441. package/dist/serialization/resources/financials/types/index.js +9 -9
  6442. package/dist/serialization/resources/guarantor/resources/v1/client/create.d.ts +2 -5
  6443. package/dist/serialization/resources/guarantor/resources/v1/client/create.js +2 -4
  6444. package/dist/serialization/resources/guarantor/resources/v1/index.d.ts +1 -1
  6445. package/dist/serialization/resources/guarantor/resources/v1/index.js +1 -1
  6446. package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +2 -5
  6447. package/dist/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
  6448. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -7
  6449. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +3 -5
  6450. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +2 -5
  6451. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
  6452. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +3 -6
  6453. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +2 -4
  6454. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
  6455. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
  6456. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +4 -7
  6457. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +3 -5
  6458. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +4 -7
  6459. package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +3 -5
  6460. package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -4
  6461. package/dist/serialization/resources/guarantor/resources/v1/types/index.js +4 -4
  6462. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
  6463. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
  6464. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
  6465. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
  6466. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
  6467. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
  6468. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
  6469. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
  6470. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +3 -6
  6471. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +2 -4
  6472. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +2 -5
  6473. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +1 -3
  6474. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +2 -5
  6475. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +1 -3
  6476. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +3 -6
  6477. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +2 -4
  6478. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +2 -5
  6479. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +1 -3
  6480. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +2 -5
  6481. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
  6482. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +3 -6
  6483. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +2 -4
  6484. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +2 -5
  6485. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +1 -3
  6486. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +3 -6
  6487. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +2 -4
  6488. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +2 -5
  6489. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +1 -3
  6490. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +2 -5
  6491. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
  6492. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +10 -13
  6493. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +9 -11
  6494. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +3 -7
  6495. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
  6496. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +9 -12
  6497. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +8 -10
  6498. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
  6499. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
  6500. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
  6501. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
  6502. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +2 -5
  6503. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +1 -3
  6504. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +4 -7
  6505. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +3 -5
  6506. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +2 -5
  6507. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +1 -3
  6508. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +2 -5
  6509. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +1 -3
  6510. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +2 -5
  6511. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +1 -3
  6512. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +4 -7
  6513. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +3 -5
  6514. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +4 -7
  6515. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +3 -5
  6516. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +2 -5
  6517. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +1 -3
  6518. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +4 -7
  6519. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +3 -5
  6520. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +2 -5
  6521. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +1 -3
  6522. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +4 -7
  6523. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +3 -5
  6524. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +2 -5
  6525. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +1 -3
  6526. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +2 -5
  6527. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +1 -3
  6528. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +4 -7
  6529. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +3 -5
  6530. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +2 -5
  6531. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +1 -3
  6532. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +4 -7
  6533. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +3 -5
  6534. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +2 -5
  6535. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +1 -3
  6536. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -5
  6537. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
  6538. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +2 -5
  6539. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
  6540. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +2 -5
  6541. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
  6542. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +2 -5
  6543. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
  6544. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +2 -5
  6545. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
  6546. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
  6547. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
  6548. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +4 -7
  6549. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +3 -5
  6550. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +2 -5
  6551. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +1 -3
  6552. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +2 -5
  6553. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +1 -3
  6554. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +2 -5
  6555. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +1 -3
  6556. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +4 -7
  6557. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +3 -5
  6558. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
  6559. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
  6560. package/dist/serialization/resources/identifiers/types/Identifier.d.ts +3 -6
  6561. package/dist/serialization/resources/identifiers/types/Identifier.js +2 -4
  6562. package/dist/serialization/resources/identifiers/types/IdentifierBase.d.ts +2 -5
  6563. package/dist/serialization/resources/identifiers/types/IdentifierBase.js +1 -3
  6564. package/dist/serialization/resources/identifiers/types/IdentifierCode.d.ts +2 -5
  6565. package/dist/serialization/resources/identifiers/types/IdentifierCode.js +1 -3
  6566. package/dist/serialization/resources/identifiers/types/IdentifierCreate.d.ts +2 -5
  6567. package/dist/serialization/resources/identifiers/types/IdentifierCreate.js +1 -3
  6568. package/dist/serialization/resources/identifiers/types/IdentifierId.d.ts +1 -4
  6569. package/dist/serialization/resources/identifiers/types/IdentifierId.js +1 -3
  6570. package/dist/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +4 -7
  6571. package/dist/serialization/resources/identifiers/types/IdentifierUpdate.js +3 -5
  6572. package/dist/serialization/resources/identifiers/types/IdentifierValue.d.ts +3 -6
  6573. package/dist/serialization/resources/identifiers/types/IdentifierValue.js +2 -4
  6574. package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +2 -5
  6575. package/dist/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
  6576. package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +2 -5
  6577. package/dist/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
  6578. package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +3 -6
  6579. package/dist/serialization/resources/identifiers/types/UpdatableIdentifier.js +2 -4
  6580. package/dist/serialization/resources/identifiers/types/index.d.ts +6 -6
  6581. package/dist/serialization/resources/identifiers/types/index.js +6 -6
  6582. package/dist/serialization/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
  6583. package/dist/serialization/resources/importInvoice/resources/v1/client/get.js +1 -3
  6584. package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +2 -5
  6585. package/dist/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +2 -4
  6586. package/dist/serialization/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
  6587. package/dist/serialization/resources/importInvoice/resources/v1/client/index.js +2 -2
  6588. package/dist/serialization/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
  6589. package/dist/serialization/resources/importInvoice/resources/v1/client/update.js +1 -3
  6590. package/dist/serialization/resources/importInvoice/resources/v1/index.d.ts +1 -1
  6591. package/dist/serialization/resources/importInvoice/resources/v1/index.js +1 -1
  6592. package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +3 -6
  6593. package/dist/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +2 -4
  6594. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +3 -6
  6595. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +2 -4
  6596. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +2 -5
  6597. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
  6598. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +3 -6
  6599. package/dist/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +2 -4
  6600. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +3 -6
  6601. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +2 -4
  6602. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +2 -5
  6603. package/dist/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
  6604. package/dist/serialization/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
  6605. package/dist/serialization/resources/importInvoice/resources/v1/types/index.js +3 -3
  6606. package/dist/serialization/resources/index.d.ts +31 -31
  6607. package/dist/serialization/resources/index.js +33 -33
  6608. package/dist/serialization/resources/individual/types/Gender.d.ts +2 -5
  6609. package/dist/serialization/resources/individual/types/Gender.js +1 -3
  6610. package/dist/serialization/resources/individual/types/IndividualBase.d.ts +2 -5
  6611. package/dist/serialization/resources/individual/types/IndividualBase.js +1 -3
  6612. package/dist/serialization/resources/individual/types/IndividualBaseOptional.d.ts +2 -5
  6613. package/dist/serialization/resources/individual/types/IndividualBaseOptional.js +1 -3
  6614. package/dist/serialization/resources/individual/types/IndividualId.d.ts +1 -4
  6615. package/dist/serialization/resources/individual/types/IndividualId.js +1 -3
  6616. package/dist/serialization/resources/individual/types/Patient.d.ts +5 -8
  6617. package/dist/serialization/resources/individual/types/Patient.js +4 -6
  6618. package/dist/serialization/resources/individual/types/PatientBase.d.ts +2 -5
  6619. package/dist/serialization/resources/individual/types/PatientBase.js +1 -3
  6620. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +2 -5
  6621. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
  6622. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +2 -5
  6623. package/dist/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
  6624. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +4 -7
  6625. package/dist/serialization/resources/individual/types/PatientCreate.js +3 -5
  6626. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -5
  6627. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
  6628. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -5
  6629. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
  6630. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +2 -5
  6631. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
  6632. package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +5 -8
  6633. package/dist/serialization/resources/individual/types/PatientUpdate.js +4 -6
  6634. package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +5 -8
  6635. package/dist/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +4 -6
  6636. package/dist/serialization/resources/individual/types/Subscriber.d.ts +3 -6
  6637. package/dist/serialization/resources/individual/types/Subscriber.js +2 -4
  6638. package/dist/serialization/resources/individual/types/SubscriberBase.d.ts +2 -5
  6639. package/dist/serialization/resources/individual/types/SubscriberBase.js +1 -3
  6640. package/dist/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +2 -5
  6641. package/dist/serialization/resources/individual/types/SubscriberBaseOptional.js +1 -3
  6642. package/dist/serialization/resources/individual/types/SubscriberCreate.d.ts +2 -5
  6643. package/dist/serialization/resources/individual/types/SubscriberCreate.js +1 -3
  6644. package/dist/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +2 -5
  6645. package/dist/serialization/resources/individual/types/SubscriberCreateOptional.js +1 -3
  6646. package/dist/serialization/resources/individual/types/index.d.ts +13 -13
  6647. package/dist/serialization/resources/individual/types/index.js +13 -13
  6648. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
  6649. package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
  6650. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
  6651. package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -1
  6652. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +3 -6
  6653. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +2 -4
  6654. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +4 -7
  6655. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -5
  6656. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +4 -7
  6657. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -5
  6658. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +4 -7
  6659. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -5
  6660. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
  6661. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
  6662. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +3 -6
  6663. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -4
  6664. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -5
  6665. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
  6666. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
  6667. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
  6668. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
  6669. package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
  6670. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +3 -6
  6671. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +2 -4
  6672. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +3 -6
  6673. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -4
  6674. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +2 -5
  6675. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
  6676. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +2 -5
  6677. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
  6678. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
  6679. package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
  6680. package/dist/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
  6681. package/dist/serialization/resources/insuranceCards/resources/v2/types/index.js +2 -2
  6682. package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
  6683. package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +1 -3
  6684. package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
  6685. package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
  6686. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
  6687. package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +2 -2
  6688. package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +1 -1
  6689. package/dist/serialization/resources/insurancePayments/resources/v1/index.js +1 -1
  6690. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +4 -7
  6691. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +3 -5
  6692. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
  6693. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
  6694. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +2 -5
  6695. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
  6696. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +3 -6
  6697. package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +2 -4
  6698. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
  6699. package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +2 -2
  6700. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
  6701. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
  6702. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
  6703. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
  6704. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
  6705. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
  6706. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
  6707. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
  6708. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
  6709. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
  6710. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -5
  6711. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
  6712. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
  6713. package/dist/serialization/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
  6714. package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
  6715. package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +1 -1
  6716. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +4 -7
  6717. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -5
  6718. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -6
  6719. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -4
  6720. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
  6721. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
  6722. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +2 -5
  6723. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
  6724. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +3 -6
  6725. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +2 -4
  6726. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
  6727. package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
  6728. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +2 -5
  6729. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
  6730. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +3 -6
  6731. package/dist/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +2 -4
  6732. package/dist/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +4 -7
  6733. package/dist/serialization/resources/invoices/resources/v2/types/Invoice.js +3 -5
  6734. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +2 -5
  6735. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
  6736. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +2 -5
  6737. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
  6738. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +2 -5
  6739. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
  6740. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +3 -6
  6741. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +2 -4
  6742. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +2 -5
  6743. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
  6744. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +2 -5
  6745. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
  6746. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +2 -5
  6747. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
  6748. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +2 -5
  6749. package/dist/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
  6750. package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +2 -5
  6751. package/dist/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
  6752. package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +2 -5
  6753. package/dist/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
  6754. package/dist/serialization/resources/invoices/resources/v2/types/index.d.ts +6 -6
  6755. package/dist/serialization/resources/invoices/resources/v2/types/index.js +6 -6
  6756. package/dist/serialization/resources/invoices/types/Invoice.d.ts +4 -7
  6757. package/dist/serialization/resources/invoices/types/Invoice.js +3 -5
  6758. package/dist/serialization/resources/invoices/types/InvoiceItem.d.ts +2 -5
  6759. package/dist/serialization/resources/invoices/types/InvoiceItem.js +1 -3
  6760. package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +2 -5
  6761. package/dist/serialization/resources/invoices/types/InvoiceStatus.js +1 -3
  6762. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +3 -6
  6763. package/dist/serialization/resources/medicationDispense/resources/v1/client/create.js +3 -5
  6764. package/dist/serialization/resources/medicationDispense/resources/v1/index.d.ts +1 -1
  6765. package/dist/serialization/resources/medicationDispense/resources/v1/index.js +1 -1
  6766. package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +3 -6
  6767. package/dist/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +2 -4
  6768. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
  6769. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
  6770. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
  6771. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
  6772. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
  6773. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
  6774. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
  6775. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
  6776. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
  6777. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
  6778. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +3 -6
  6779. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +2 -4
  6780. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
  6781. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
  6782. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
  6783. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
  6784. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +5 -8
  6785. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +4 -6
  6786. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +4 -7
  6787. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +3 -5
  6788. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
  6789. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
  6790. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +2 -5
  6791. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
  6792. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +3 -6
  6793. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +2 -4
  6794. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
  6795. package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
  6796. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
  6797. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
  6798. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
  6799. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
  6800. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
  6801. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
  6802. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
  6803. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
  6804. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
  6805. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
  6806. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +3 -6
  6807. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +2 -4
  6808. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
  6809. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
  6810. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
  6811. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
  6812. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +5 -8
  6813. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +4 -6
  6814. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +3 -6
  6815. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +2 -4
  6816. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
  6817. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
  6818. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +2 -5
  6819. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
  6820. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +3 -6
  6821. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +2 -4
  6822. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
  6823. package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
  6824. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +2 -5
  6825. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +2 -4
  6826. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
  6827. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
  6828. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
  6829. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
  6830. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
  6831. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
  6832. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +3 -3
  6833. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
  6834. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
  6835. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
  6836. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +2 -5
  6837. package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +2 -4
  6838. package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
  6839. package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.js +1 -1
  6840. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +3 -6
  6841. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -4
  6842. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +4 -7
  6843. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +3 -5
  6844. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +2 -5
  6845. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
  6846. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +2 -5
  6847. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
  6848. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +2 -5
  6849. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
  6850. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +2 -5
  6851. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
  6852. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
  6853. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
  6854. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +3 -6
  6855. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +2 -4
  6856. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +2 -5
  6857. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
  6858. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +4 -7
  6859. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +3 -5
  6860. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +2 -5
  6861. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
  6862. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
  6863. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
  6864. package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +2 -5
  6865. package/dist/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
  6866. package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +2 -5
  6867. package/dist/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
  6868. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +2 -5
  6869. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
  6870. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +4 -7
  6871. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +3 -5
  6872. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +2 -5
  6873. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
  6874. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +3 -6
  6875. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +2 -4
  6876. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
  6877. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
  6878. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +2 -5
  6879. package/dist/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
  6880. package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +2 -5
  6881. package/dist/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
  6882. package/dist/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
  6883. package/dist/serialization/resources/organizationProviders/resources/v2/types/index.js +6 -6
  6884. package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
  6885. package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +1 -3
  6886. package/dist/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
  6887. package/dist/serialization/resources/organizationProviders/resources/v3/client/get.js +1 -3
  6888. package/dist/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
  6889. package/dist/serialization/resources/organizationProviders/resources/v3/client/index.js +2 -2
  6890. package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +2 -5
  6891. package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +2 -4
  6892. package/dist/serialization/resources/organizationProviders/resources/v3/index.d.ts +1 -1
  6893. package/dist/serialization/resources/organizationProviders/resources/v3/index.js +1 -1
  6894. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +4 -7
  6895. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +3 -5
  6896. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +3 -6
  6897. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +2 -4
  6898. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +5 -8
  6899. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +4 -6
  6900. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +4 -7
  6901. package/dist/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +3 -5
  6902. package/dist/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
  6903. package/dist/serialization/resources/organizationProviders/resources/v3/types/index.js +2 -2
  6904. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
  6905. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
  6906. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
  6907. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
  6908. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
  6909. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
  6910. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
  6911. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
  6912. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -2
  6913. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +3 -3
  6914. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +2 -5
  6915. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +2 -4
  6916. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
  6917. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
  6918. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +7 -10
  6919. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +6 -8
  6920. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -9
  6921. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -7
  6922. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
  6923. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
  6924. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +3 -6
  6925. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +2 -4
  6926. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -9
  6927. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -7
  6928. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +2 -5
  6929. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +1 -3
  6930. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +2 -5
  6931. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +1 -3
  6932. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +2 -5
  6933. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +1 -3
  6934. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +2 -5
  6935. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +1 -3
  6936. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +2 -5
  6937. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +1 -3
  6938. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
  6939. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
  6940. package/dist/serialization/resources/patientAr/resources/v1/client/index.d.ts +1 -1
  6941. package/dist/serialization/resources/patientAr/resources/v1/client/index.js +2 -2
  6942. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
  6943. package/dist/serialization/resources/patientAr/resources/v1/client/itemize.js +1 -3
  6944. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +2 -5
  6945. package/dist/serialization/resources/patientAr/resources/v1/client/listInventory.js +2 -4
  6946. package/dist/serialization/resources/patientAr/resources/v1/index.d.ts +1 -1
  6947. package/dist/serialization/resources/patientAr/resources/v1/index.js +1 -1
  6948. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +2 -5
  6949. package/dist/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
  6950. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +2 -5
  6951. package/dist/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
  6952. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +2 -5
  6953. package/dist/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
  6954. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +2 -5
  6955. package/dist/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
  6956. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +2 -5
  6957. package/dist/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
  6958. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +3 -6
  6959. package/dist/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +2 -4
  6960. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +2 -5
  6961. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
  6962. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +2 -5
  6963. package/dist/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
  6964. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +2 -5
  6965. package/dist/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
  6966. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +2 -5
  6967. package/dist/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
  6968. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +2 -5
  6969. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
  6970. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +2 -5
  6971. package/dist/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
  6972. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +2 -5
  6973. package/dist/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
  6974. package/dist/serialization/resources/patientAr/resources/v1/types/index.d.ts +7 -7
  6975. package/dist/serialization/resources/patientAr/resources/v1/types/index.js +7 -7
  6976. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +6 -9
  6977. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -7
  6978. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
  6979. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
  6980. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +2 -5
  6981. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
  6982. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +2 -5
  6983. package/dist/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
  6984. package/dist/serialization/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
  6985. package/dist/serialization/resources/patientPayments/resources/v3/types/index.js +1 -1
  6986. package/dist/serialization/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
  6987. package/dist/serialization/resources/patientPayments/resources/v4/client/create.js +1 -3
  6988. package/dist/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
  6989. package/dist/serialization/resources/patientPayments/resources/v4/client/delete.js +1 -3
  6990. package/dist/serialization/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
  6991. package/dist/serialization/resources/patientPayments/resources/v4/client/get.js +1 -3
  6992. package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
  6993. package/dist/serialization/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
  6994. package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
  6995. package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +4 -4
  6996. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +3 -6
  6997. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -4
  6998. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +3 -6
  6999. package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +2 -4
  7000. package/dist/serialization/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
  7001. package/dist/serialization/resources/patientPayments/resources/v4/client/update.js +1 -3
  7002. package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +1 -1
  7003. package/dist/serialization/resources/patientPayments/resources/v4/index.js +1 -1
  7004. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +5 -8
  7005. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +4 -6
  7006. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
  7007. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
  7008. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +2 -5
  7009. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
  7010. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +3 -6
  7011. package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +2 -4
  7012. package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
  7013. package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +2 -2
  7014. package/dist/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
  7015. package/dist/serialization/resources/patientRefunds/resources/v1/client/create.js +1 -3
  7016. package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
  7017. package/dist/serialization/resources/patientRefunds/resources/v1/client/delete.js +1 -3
  7018. package/dist/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
  7019. package/dist/serialization/resources/patientRefunds/resources/v1/client/get.js +1 -3
  7020. package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
  7021. package/dist/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
  7022. package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
  7023. package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +4 -4
  7024. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -6
  7025. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +2 -4
  7026. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +3 -6
  7027. package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +2 -4
  7028. package/dist/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
  7029. package/dist/serialization/resources/patientRefunds/resources/v1/client/update.js +1 -3
  7030. package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +1 -1
  7031. package/dist/serialization/resources/patientRefunds/resources/v1/index.js +1 -1
  7032. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +5 -8
  7033. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +4 -6
  7034. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
  7035. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
  7036. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +2 -5
  7037. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
  7038. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +3 -6
  7039. package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +2 -4
  7040. package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
  7041. package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -2
  7042. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
  7043. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
  7044. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
  7045. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
  7046. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
  7047. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
  7048. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
  7049. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
  7050. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
  7051. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
  7052. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
  7053. package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
  7054. package/dist/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
  7055. package/dist/serialization/resources/payerPlanGroups/resources/v1/index.js +1 -1
  7056. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +3 -6
  7057. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +2 -4
  7058. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +2 -5
  7059. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
  7060. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +2 -5
  7061. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
  7062. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +3 -6
  7063. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +2 -4
  7064. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +2 -5
  7065. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
  7066. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
  7067. package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
  7068. package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +3 -6
  7069. package/dist/serialization/resources/payers/resources/v3/types/Payer.js +2 -4
  7070. package/dist/serialization/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
  7071. package/dist/serialization/resources/payers/resources/v3/types/PayerId.js +1 -3
  7072. package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +2 -5
  7073. package/dist/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
  7074. package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +2 -5
  7075. package/dist/serialization/resources/payers/resources/v3/types/PayerInfo.js +1 -3
  7076. package/dist/serialization/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
  7077. package/dist/serialization/resources/payers/resources/v3/types/PayerName.js +1 -3
  7078. package/dist/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +3 -6
  7079. package/dist/serialization/resources/payers/resources/v3/types/PayerPage.js +2 -4
  7080. package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
  7081. package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.js +1 -3
  7082. package/dist/serialization/resources/payers/resources/v3/types/index.d.ts +4 -4
  7083. package/dist/serialization/resources/payers/resources/v3/types/index.js +4 -4
  7084. package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +2 -5
  7085. package/dist/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
  7086. package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +5 -8
  7087. package/dist/serialization/resources/payers/resources/v4/types/Payer.js +4 -6
  7088. package/dist/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +2 -5
  7089. package/dist/serialization/resources/payers/resources/v4/types/PayerIds.js +1 -3
  7090. package/dist/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +3 -6
  7091. package/dist/serialization/resources/payers/resources/v4/types/PayerPage.js +2 -4
  7092. package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
  7093. package/dist/serialization/resources/payers/resources/v4/types/PayerUuid.js +1 -3
  7094. package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +2 -5
  7095. package/dist/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
  7096. package/dist/serialization/resources/payers/resources/v4/types/SupportState.d.ts +2 -5
  7097. package/dist/serialization/resources/payers/resources/v4/types/SupportState.js +1 -3
  7098. package/dist/serialization/resources/payers/resources/v4/types/index.d.ts +5 -5
  7099. package/dist/serialization/resources/payers/resources/v4/types/index.js +5 -5
  7100. package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
  7101. package/dist/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
  7102. package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
  7103. package/dist/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
  7104. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -5
  7105. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -4
  7106. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
  7107. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
  7108. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
  7109. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
  7110. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -5
  7111. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -4
  7112. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
  7113. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
  7114. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +3 -3
  7115. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
  7116. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +2 -5
  7117. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
  7118. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
  7119. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
  7120. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
  7121. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
  7122. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -5
  7123. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
  7124. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +2 -5
  7125. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
  7126. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -5
  7127. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
  7128. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +4 -7
  7129. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +3 -5
  7130. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +2 -5
  7131. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
  7132. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +2 -5
  7133. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
  7134. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +3 -6
  7135. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -4
  7136. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +3 -6
  7137. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +2 -4
  7138. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
  7139. package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
  7140. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +2 -5
  7141. package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
  7142. package/dist/serialization/resources/preEncounter/resources/common/types/Address.d.ts +2 -5
  7143. package/dist/serialization/resources/preEncounter/resources/common/types/Address.js +1 -3
  7144. package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +2 -5
  7145. package/dist/serialization/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
  7146. package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
  7147. package/dist/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
  7148. package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -5
  7149. package/dist/serialization/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
  7150. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +2 -5
  7151. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
  7152. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
  7153. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
  7154. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +3 -6
  7155. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -4
  7156. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
  7157. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
  7158. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
  7159. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
  7160. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
  7161. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
  7162. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +2 -5
  7163. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
  7164. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +2 -5
  7165. package/dist/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
  7166. package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
  7167. package/dist/serialization/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
  7168. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +2 -5
  7169. package/dist/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
  7170. package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +2 -5
  7171. package/dist/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
  7172. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +2 -5
  7173. package/dist/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
  7174. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +2 -5
  7175. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
  7176. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +6 -9
  7177. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -7
  7178. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -5
  7179. package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
  7180. package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
  7181. package/dist/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
  7182. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +2 -5
  7183. package/dist/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -3
  7184. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +2 -5
  7185. package/dist/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -3
  7186. package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +2 -5
  7187. package/dist/serialization/resources/preEncounter/resources/common/types/NameUse.js +1 -3
  7188. package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
  7189. package/dist/serialization/resources/preEncounter/resources/common/types/NoteId.js +1 -3
  7190. package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
  7191. package/dist/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
  7192. package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
  7193. package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +1 -3
  7194. package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
  7195. package/dist/serialization/resources/preEncounter/resources/common/types/PatientId.js +1 -3
  7196. package/dist/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +2 -5
  7197. package/dist/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.js +1 -3
  7198. package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
  7199. package/dist/serialization/resources/preEncounter/resources/common/types/PayerId.js +1 -3
  7200. package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
  7201. package/dist/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
  7202. package/dist/serialization/resources/preEncounter/resources/common/types/Period.d.ts +2 -5
  7203. package/dist/serialization/resources/preEncounter/resources/common/types/Period.js +1 -3
  7204. package/dist/serialization/resources/preEncounter/resources/common/types/Race.d.ts +2 -5
  7205. package/dist/serialization/resources/preEncounter/resources/common/types/Race.js +1 -3
  7206. package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +2 -5
  7207. package/dist/serialization/resources/preEncounter/resources/common/types/Relationship.js +1 -3
  7208. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +2 -5
  7209. package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
  7210. package/dist/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +2 -5
  7211. package/dist/serialization/resources/preEncounter/resources/common/types/Sex.js +1 -3
  7212. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +2 -5
  7213. package/dist/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
  7214. package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +2 -5
  7215. package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
  7216. package/dist/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
  7217. package/dist/serialization/resources/preEncounter/resources/common/types/TagId.js +1 -3
  7218. package/dist/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
  7219. package/dist/serialization/resources/preEncounter/resources/common/types/UserId.js +1 -3
  7220. package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -5
  7221. package/dist/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
  7222. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +32 -32
  7223. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +32 -32
  7224. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -5
  7225. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -4
  7226. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +2 -5
  7227. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
  7228. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
  7229. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
  7230. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +3 -3
  7231. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
  7232. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +2 -5
  7233. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
  7234. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +2 -5
  7235. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
  7236. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
  7237. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
  7238. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  7239. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  7240. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +2 -5
  7241. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
  7242. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +2 -5
  7243. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
  7244. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -5
  7245. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
  7246. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +3 -6
  7247. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -4
  7248. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +3 -6
  7249. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -4
  7250. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +2 -5
  7251. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
  7252. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +3 -6
  7253. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +2 -4
  7254. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -5
  7255. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
  7256. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -5
  7257. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +1 -3
  7258. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +2 -5
  7259. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
  7260. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +2 -5
  7261. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
  7262. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +3 -6
  7263. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +2 -4
  7264. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +2 -5
  7265. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
  7266. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +6 -9
  7267. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -7
  7268. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +2 -5
  7269. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -3
  7270. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +2 -5
  7271. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
  7272. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +2 -5
  7273. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
  7274. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +8 -10
  7275. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +7 -8
  7276. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +2 -5
  7277. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +1 -3
  7278. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +3 -6
  7279. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +2 -4
  7280. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -6
  7281. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +2 -4
  7282. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -5
  7283. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
  7284. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +2 -5
  7285. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
  7286. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -6
  7287. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +2 -4
  7288. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +2 -5
  7289. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
  7290. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +4 -7
  7291. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -5
  7292. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +2 -5
  7293. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
  7294. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +2 -5
  7295. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +1 -3
  7296. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +3 -6
  7297. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -4
  7298. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
  7299. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
  7300. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +2 -5
  7301. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
  7302. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +2 -5
  7303. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
  7304. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
  7305. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
  7306. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +2 -5
  7307. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
  7308. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +2 -5
  7309. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
  7310. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +2 -5
  7311. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
  7312. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +3 -6
  7313. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +2 -4
  7314. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +2 -5
  7315. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
  7316. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -5
  7317. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +1 -3
  7318. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +3 -6
  7319. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +2 -4
  7320. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +3 -6
  7321. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +2 -4
  7322. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -5
  7323. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +1 -3
  7324. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +4 -7
  7325. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -5
  7326. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +3 -6
  7327. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +2 -4
  7328. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +3 -6
  7329. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +2 -4
  7330. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -6
  7331. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -4
  7332. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +3 -6
  7333. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
  7334. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -5
  7335. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +1 -3
  7336. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +2 -5
  7337. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
  7338. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +2 -5
  7339. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
  7340. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +2 -5
  7341. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
  7342. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +2 -5
  7343. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
  7344. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +2 -5
  7345. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
  7346. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +4 -7
  7347. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +3 -5
  7348. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +3 -6
  7349. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +2 -4
  7350. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +2 -5
  7351. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
  7352. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +2 -5
  7353. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
  7354. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +2 -5
  7355. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
  7356. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +2 -5
  7357. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
  7358. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +2 -5
  7359. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
  7360. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
  7361. package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
  7362. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
  7363. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
  7364. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
  7365. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
  7366. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
  7367. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
  7368. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +2 -5
  7369. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
  7370. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
  7371. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
  7372. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
  7373. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
  7374. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
  7375. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
  7376. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +2 -5
  7377. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
  7378. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +2 -5
  7379. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
  7380. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +3 -6
  7381. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +2 -4
  7382. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
  7383. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
  7384. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +2 -5
  7385. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
  7386. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +3 -6
  7387. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +2 -4
  7388. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +2 -5
  7389. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
  7390. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
  7391. package/dist/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
  7392. package/dist/serialization/resources/preEncounter/resources/index.d.ts +2 -2
  7393. package/dist/serialization/resources/preEncounter/resources/index.js +3 -3
  7394. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
  7395. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
  7396. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
  7397. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
  7398. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +4 -7
  7399. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +3 -5
  7400. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +3 -6
  7401. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +2 -4
  7402. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +4 -7
  7403. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +3 -5
  7404. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +3 -6
  7405. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +2 -4
  7406. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
  7407. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
  7408. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
  7409. package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
  7410. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +2 -5
  7411. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
  7412. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +3 -6
  7413. package/dist/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +2 -4
  7414. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
  7415. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
  7416. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +2 -5
  7417. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +2 -4
  7418. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
  7419. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
  7420. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
  7421. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
  7422. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
  7423. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
  7424. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -5
  7425. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -4
  7426. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +4 -4
  7427. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +5 -5
  7428. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
  7429. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
  7430. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +2 -5
  7431. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
  7432. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +2 -5
  7433. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
  7434. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +2 -5
  7435. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
  7436. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
  7437. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
  7438. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  7439. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  7440. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +4 -7
  7441. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +3 -5
  7442. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +2 -5
  7443. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
  7444. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +5 -8
  7445. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +4 -6
  7446. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +2 -5
  7447. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -3
  7448. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +2 -5
  7449. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
  7450. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +2 -5
  7451. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
  7452. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +4 -7
  7453. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +3 -5
  7454. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +2 -5
  7455. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
  7456. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +2 -5
  7457. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
  7458. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +21 -23
  7459. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +20 -21
  7460. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +2 -5
  7461. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
  7462. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +4 -7
  7463. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +3 -5
  7464. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +3 -6
  7465. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -4
  7466. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +3 -6
  7467. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +2 -4
  7468. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
  7469. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
  7470. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +3 -6
  7471. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +2 -4
  7472. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +2 -5
  7473. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
  7474. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -5
  7475. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
  7476. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +2 -5
  7477. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
  7478. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +2 -5
  7479. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
  7480. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
  7481. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
  7482. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +2 -5
  7483. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
  7484. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +3 -6
  7485. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +2 -4
  7486. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +3 -6
  7487. package/dist/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +2 -4
  7488. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
  7489. package/dist/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
  7490. package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +2 -5
  7491. package/dist/serialization/resources/remits/resources/v1/types/Payee.js +1 -3
  7492. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +2 -5
  7493. package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
  7494. package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +1 -1
  7495. package/dist/serialization/resources/remits/resources/v1/types/index.js +1 -1
  7496. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +3 -6
  7497. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +2 -4
  7498. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +2 -5
  7499. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
  7500. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +2 -5
  7501. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
  7502. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +2 -5
  7503. package/dist/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
  7504. package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
  7505. package/dist/serialization/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
  7506. package/dist/serialization/resources/serviceFacility/types/index.d.ts +3 -3
  7507. package/dist/serialization/resources/serviceFacility/types/index.js +3 -3
  7508. package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
  7509. package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +1 -3
  7510. package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
  7511. package/dist/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
  7512. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
  7513. package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +1 -3
  7514. package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
  7515. package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +3 -3
  7516. package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +2 -5
  7517. package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +2 -4
  7518. package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +2 -5
  7519. package/dist/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +2 -4
  7520. package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -1
  7521. package/dist/serialization/resources/serviceLines/resources/v2/index.js +1 -1
  7522. package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -5
  7523. package/dist/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
  7524. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +3 -6
  7525. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +2 -4
  7526. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +3 -6
  7527. package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +2 -4
  7528. package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +2 -5
  7529. package/dist/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
  7530. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +2 -5
  7531. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +1 -3
  7532. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -15
  7533. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +11 -13
  7534. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +2 -5
  7535. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
  7536. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -5
  7537. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
  7538. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +2 -5
  7539. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
  7540. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -8
  7541. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +4 -6
  7542. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -8
  7543. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +4 -6
  7544. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -5
  7545. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
  7546. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +2 -5
  7547. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
  7548. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +7 -10
  7549. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +6 -8
  7550. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +2 -5
  7551. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
  7552. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +2 -5
  7553. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
  7554. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -5
  7555. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
  7556. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -8
  7557. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +4 -6
  7558. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +2 -5
  7559. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
  7560. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +2 -5
  7561. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
  7562. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -5
  7563. package/dist/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
  7564. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -5
  7565. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
  7566. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +2 -5
  7567. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
  7568. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
  7569. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +13 -13
  7570. package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
  7571. package/dist/serialization/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
  7572. package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +2 -5
  7573. package/dist/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
  7574. package/dist/serialization/resources/superbills/resources/v1/index.d.ts +1 -1
  7575. package/dist/serialization/resources/superbills/resources/v1/index.js +1 -1
  7576. package/dist/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +2 -5
  7577. package/dist/serialization/resources/superbills/resources/v1/types/Superbill.js +1 -3
  7578. package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +2 -5
  7579. package/dist/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
  7580. package/dist/serialization/resources/tags/types/Tag.d.ts +2 -5
  7581. package/dist/serialization/resources/tags/types/Tag.js +1 -3
  7582. package/dist/serialization/resources/tags/types/TagColorEnum.d.ts +2 -5
  7583. package/dist/serialization/resources/tags/types/TagColorEnum.js +1 -3
  7584. package/dist/serialization/resources/tags/types/TagCreate.d.ts +3 -6
  7585. package/dist/serialization/resources/tags/types/TagCreate.js +2 -4
  7586. package/dist/serialization/resources/tags/types/TagId.d.ts +1 -4
  7587. package/dist/serialization/resources/tags/types/TagId.js +1 -3
  7588. package/dist/serialization/resources/tags/types/index.d.ts +2 -2
  7589. package/dist/serialization/resources/tags/types/index.js +2 -2
  7590. package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -5
  7591. package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
  7592. package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +2 -5
  7593. package/dist/serialization/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
  7594. package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +2 -5
  7595. package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -3
  7596. package/dist/serialization/resources/tasks/resources/commons/types/index.d.ts +1 -1
  7597. package/dist/serialization/resources/tasks/resources/commons/types/index.js +1 -1
  7598. package/dist/serialization/resources/tasks/resources/index.d.ts +1 -1
  7599. package/dist/serialization/resources/tasks/resources/index.js +2 -2
  7600. package/dist/serialization/resources/tasks/resources/v3/client/get.d.ts +1 -4
  7601. package/dist/serialization/resources/tasks/resources/v3/client/get.js +1 -3
  7602. package/dist/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
  7603. package/dist/serialization/resources/tasks/resources/v3/client/getMulti.js +1 -3
  7604. package/dist/serialization/resources/tasks/resources/v3/client/index.d.ts +1 -1
  7605. package/dist/serialization/resources/tasks/resources/v3/client/index.js +2 -2
  7606. package/dist/serialization/resources/tasks/resources/v3/client/update.d.ts +1 -4
  7607. package/dist/serialization/resources/tasks/resources/v3/client/update.js +1 -3
  7608. package/dist/serialization/resources/tasks/resources/v3/index.d.ts +1 -1
  7609. package/dist/serialization/resources/tasks/resources/v3/index.js +1 -1
  7610. package/dist/serialization/resources/tasks/resources/v3/types/Task.d.ts +7 -10
  7611. package/dist/serialization/resources/tasks/resources/v3/types/Task.js +6 -8
  7612. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +2 -5
  7613. package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -3
  7614. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +2 -5
  7615. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
  7616. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +2 -5
  7617. package/dist/serialization/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
  7618. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +2 -5
  7619. package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +1 -3
  7620. package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +2 -5
  7621. package/dist/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
  7622. package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +4 -7
  7623. package/dist/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +3 -5
  7624. package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +2 -5
  7625. package/dist/serialization/resources/tasks/resources/v3/types/TaskNote.js +1 -3
  7626. package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +3 -6
  7627. package/dist/serialization/resources/tasks/resources/v3/types/TaskPage.js +2 -4
  7628. package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +2 -5
  7629. package/dist/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
  7630. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +3 -6
  7631. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +2 -4
  7632. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +2 -5
  7633. package/dist/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
  7634. package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +6 -6
  7635. package/dist/serialization/resources/tasks/resources/v3/types/index.js +6 -6
  7636. package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -5
  7637. package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
  7638. package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +1 -1
  7639. package/dist/serialization/resources/writeOffs/resources/v1/index.js +1 -1
  7640. package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +2 -5
  7641. package/dist/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
  7642. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +4 -7
  7643. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -5
  7644. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +3 -6
  7645. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +2 -4
  7646. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +2 -5
  7647. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
  7648. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +3 -6
  7649. package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +2 -4
  7650. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +4 -7
  7651. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +3 -5
  7652. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +3 -6
  7653. package/dist/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +2 -4
  7654. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +5 -8
  7655. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -6
  7656. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +3 -6
  7657. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +2 -4
  7658. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -5
  7659. package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
  7660. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +3 -6
  7661. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -4
  7662. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +3 -6
  7663. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -4
  7664. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
  7665. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
  7666. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +2 -5
  7667. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
  7668. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +3 -6
  7669. package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +2 -4
  7670. package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
  7671. package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +10 -10
  7672. package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +2 -5
  7673. package/dist/serialization/resources/x12/resources/v1/types/Carc.js +1 -3
  7674. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +2 -5
  7675. package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
  7676. package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +2 -5
  7677. package/dist/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +1 -3
  7678. package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +2 -5
  7679. package/dist/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +1 -3
  7680. package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +2 -5
  7681. package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1 -3
  7682. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +2 -5
  7683. package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
  7684. package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +2 -5
  7685. package/dist/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +1 -3
  7686. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -5
  7687. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
  7688. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +4 -7
  7689. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +3 -5
  7690. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +2 -5
  7691. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +1 -3
  7692. package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +2 -5
  7693. package/dist/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +1 -3
  7694. package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +2 -5
  7695. package/dist/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +1 -3
  7696. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +8 -8
  7697. package/dist/serialization/resources/x12/resources/v1/types/index.js +8 -8
  7698. package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +2 -5
  7699. package/dist/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
  7700. package/dist/version.d.ts +1 -1
  7701. package/dist/version.js +1 -1
  7702. package/environments.d.ts +0 -3
  7703. package/environments.js +1 -3
  7704. package/errors/CandidApiError.d.ts +1 -4
  7705. package/errors/CandidApiError.js +2 -4
  7706. package/errors/CandidApiTimeoutError.d.ts +0 -3
  7707. package/errors/CandidApiTimeoutError.js +1 -3
  7708. package/exports.d.ts +1 -0
  7709. package/exports.js +17 -0
  7710. package/index.d.ts +4 -2
  7711. package/index.js +9 -5
  7712. package/jest.config.mjs +1 -13
  7713. package/package.json +6 -5
  7714. package/reference.md +1978 -2220
  7715. package/serialization/resources/auth/resources/default/client/getToken.d.ts +2 -5
  7716. package/serialization/resources/auth/resources/default/client/getToken.js +2 -4
  7717. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.d.ts +2 -5
  7718. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenRequest.js +1 -3
  7719. package/serialization/resources/auth/resources/default/index.d.ts +1 -1
  7720. package/serialization/resources/auth/resources/default/index.js +1 -1
  7721. package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.d.ts +2 -5
  7722. package/serialization/resources/auth/resources/default/types/AuthGetTokenResponse.js +1 -3
  7723. package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.d.ts +2 -5
  7724. package/serialization/resources/auth/resources/default/types/InvalidContentTypeErrorType.js +1 -3
  7725. package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.d.ts +2 -5
  7726. package/serialization/resources/auth/resources/default/types/TooManyRequestsErrorType.js +1 -3
  7727. package/serialization/resources/auth/resources/default/types/index.d.ts +1 -1
  7728. package/serialization/resources/auth/resources/default/types/index.js +1 -1
  7729. package/serialization/resources/billingNotes/resources/v2/client/delete.d.ts +1 -4
  7730. package/serialization/resources/billingNotes/resources/v2/client/delete.js +1 -3
  7731. package/serialization/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
  7732. package/serialization/resources/billingNotes/resources/v2/client/index.js +1 -1
  7733. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.d.ts +2 -5
  7734. package/serialization/resources/billingNotes/resources/v2/client/requests/BillingNoteUpdate.js +1 -3
  7735. package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -5
  7736. package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.js +1 -3
  7737. package/serialization/resources/billingNotes/resources/v2/client/requests/index.d.ts +1 -1
  7738. package/serialization/resources/billingNotes/resources/v2/client/requests/index.js +3 -3
  7739. package/serialization/resources/billingNotes/resources/v2/client/update.d.ts +1 -4
  7740. package/serialization/resources/billingNotes/resources/v2/client/update.js +1 -3
  7741. package/serialization/resources/billingNotes/resources/v2/index.d.ts +1 -1
  7742. package/serialization/resources/billingNotes/resources/v2/index.js +1 -1
  7743. package/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +3 -6
  7744. package/serialization/resources/billingNotes/resources/v2/types/BillingNote.js +2 -4
  7745. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts +2 -5
  7746. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.js +1 -3
  7747. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.d.ts +2 -5
  7748. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteBaseOptional.js +1 -3
  7749. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +1 -4
  7750. package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.js +1 -3
  7751. package/serialization/resources/billingNotes/resources/v2/types/index.d.ts +3 -3
  7752. package/serialization/resources/billingNotes/resources/v2/types/index.js +3 -3
  7753. package/serialization/resources/chargeCapture/resources/v1/client/create.d.ts +3 -6
  7754. package/serialization/resources/chargeCapture/resources/v1/client/create.js +3 -5
  7755. package/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.d.ts +3 -6
  7756. package/serialization/resources/chargeCapture/resources/v1/client/createFromPreEncounterPatient.js +3 -5
  7757. package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
  7758. package/serialization/resources/chargeCapture/resources/v1/client/index.js +1 -1
  7759. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +2 -5
  7760. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +1 -3
  7761. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +2 -5
  7762. package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.js +1 -3
  7763. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.d.ts +4 -7
  7764. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureFromPreEncounterRequest.js +3 -5
  7765. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +2 -5
  7766. package/serialization/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.js +1 -3
  7767. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +3 -3
  7768. package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +7 -7
  7769. package/serialization/resources/chargeCapture/resources/v1/client/update.d.ts +3 -6
  7770. package/serialization/resources/chargeCapture/resources/v1/client/update.js +3 -5
  7771. package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.d.ts +2 -5
  7772. package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChanges.js +2 -4
  7773. package/serialization/resources/chargeCapture/resources/v1/index.d.ts +1 -1
  7774. package/serialization/resources/chargeCapture/resources/v1/index.js +1 -1
  7775. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +5 -8
  7776. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +4 -6
  7777. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.d.ts +2 -5
  7778. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureData.js +1 -3
  7779. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.d.ts +3 -6
  7780. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +2 -4
  7781. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.d.ts +3 -6
  7782. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePage.js +2 -4
  7783. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.d.ts +2 -5
  7784. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapturePostBilledChange.js +1 -3
  7785. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.d.ts +2 -5
  7786. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureSortField.js +1 -3
  7787. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.d.ts +2 -5
  7788. package/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureStatus.js +1 -3
  7789. package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.d.ts +2 -5
  7790. package/serialization/resources/chargeCapture/resources/v1/types/ChargeExternalIdConflictErrorMessage.js +1 -3
  7791. package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +3 -3
  7792. package/serialization/resources/chargeCapture/resources/v1/types/index.js +3 -3
  7793. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
  7794. package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
  7795. package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.d.ts +2 -5
  7796. package/serialization/resources/chargeCaptureBundles/resources/v1/client/requests/ChargeCaptureBundleErrorResolution.js +1 -3
  7797. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.d.ts +1 -4
  7798. package/serialization/resources/chargeCaptureBundles/resources/v1/client/resolveChargeCreationError.js +1 -3
  7799. package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +1 -1
  7800. package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +1 -1
  7801. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.d.ts +4 -7
  7802. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreation.js +3 -5
  7803. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.d.ts +3 -6
  7804. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationPage.js +2 -4
  7805. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.d.ts +2 -5
  7806. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSortField.js +1 -3
  7807. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.d.ts +2 -5
  7808. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationStatus.js +1 -3
  7809. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.d.ts +2 -5
  7810. package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureClaimCreationSummary.js +1 -3
  7811. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +3 -3
  7812. package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +3 -3
  7813. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +3 -6
  7814. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +2 -4
  7815. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +3 -6
  7816. package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.js +2 -4
  7817. package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +2 -5
  7818. package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +1 -3
  7819. package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +2 -5
  7820. package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.js +1 -3
  7821. package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +2 -2
  7822. package/serialization/resources/claimSubmission/resources/v1/types/index.js +2 -2
  7823. package/serialization/resources/claims/types/Claim.d.ts +4 -7
  7824. package/serialization/resources/claims/types/Claim.js +3 -5
  7825. package/serialization/resources/claims/types/ClaimStatus.d.ts +2 -5
  7826. package/serialization/resources/claims/types/ClaimStatus.js +1 -3
  7827. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.d.ts +2 -5
  7828. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrial.js +1 -3
  7829. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.d.ts +2 -5
  7830. package/serialization/resources/clinicalTrials/resources/v1/types/ClinicalTrialPhase.js +1 -3
  7831. package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.d.ts +2 -5
  7832. package/serialization/resources/clinicalTrials/resources/v1/types/MutableClinicalTrial.js +1 -3
  7833. package/serialization/resources/clinicalTrials/resources/v1/types/index.d.ts +1 -1
  7834. package/serialization/resources/clinicalTrials/resources/v1/types/index.js +1 -1
  7835. package/serialization/resources/commons/errors/HttpRequestValidationsError.d.ts +2 -5
  7836. package/serialization/resources/commons/errors/HttpRequestValidationsError.js +1 -3
  7837. package/serialization/resources/commons/types/AdjustmentId.d.ts +1 -4
  7838. package/serialization/resources/commons/types/AdjustmentId.js +1 -3
  7839. package/serialization/resources/commons/types/AppointmentId.d.ts +1 -4
  7840. package/serialization/resources/commons/types/AppointmentId.js +1 -3
  7841. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.d.ts +2 -5
  7842. package/serialization/resources/commons/types/BillingProviderCommercialLicenseType.js +1 -3
  7843. package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.d.ts +1 -4
  7844. package/serialization/resources/commons/types/ChargeCaptureClaimCreationId.js +1 -3
  7845. package/serialization/resources/commons/types/ChargeCaptureId.d.ts +1 -4
  7846. package/serialization/resources/commons/types/ChargeCaptureId.js +1 -3
  7847. package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.d.ts +1 -4
  7848. package/serialization/resources/commons/types/ChargeCapturePostBilledChangeId.js +1 -3
  7849. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +2 -5
  7850. package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +1 -3
  7851. package/serialization/resources/commons/types/ClaimId.d.ts +1 -4
  7852. package/serialization/resources/commons/types/ClaimId.js +1 -3
  7853. package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +2 -5
  7854. package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +1 -3
  7855. package/serialization/resources/commons/types/Clearinghouse.d.ts +2 -5
  7856. package/serialization/resources/commons/types/Clearinghouse.js +1 -3
  7857. package/serialization/resources/commons/types/ClinicalTrialId.d.ts +1 -4
  7858. package/serialization/resources/commons/types/ClinicalTrialId.js +1 -3
  7859. package/serialization/resources/commons/types/DateRangeOptionalEnd.d.ts +2 -5
  7860. package/serialization/resources/commons/types/DateRangeOptionalEnd.js +1 -3
  7861. package/serialization/resources/commons/types/Date_.d.ts +1 -4
  7862. package/serialization/resources/commons/types/Date_.js +1 -3
  7863. package/serialization/resources/commons/types/Decimal.d.ts +1 -4
  7864. package/serialization/resources/commons/types/Decimal.js +1 -3
  7865. package/serialization/resources/commons/types/DelayReasonCode.d.ts +2 -5
  7866. package/serialization/resources/commons/types/DelayReasonCode.js +1 -3
  7867. package/serialization/resources/commons/types/Email.d.ts +1 -4
  7868. package/serialization/resources/commons/types/Email.js +1 -3
  7869. package/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +2 -5
  7870. package/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -3
  7871. package/serialization/resources/commons/types/EncounterExternalId.d.ts +1 -4
  7872. package/serialization/resources/commons/types/EncounterExternalId.js +1 -3
  7873. package/serialization/resources/commons/types/EncounterId.d.ts +1 -4
  7874. package/serialization/resources/commons/types/EncounterId.js +1 -3
  7875. package/serialization/resources/commons/types/EntityConflictErrorMessage.d.ts +2 -5
  7876. package/serialization/resources/commons/types/EntityConflictErrorMessage.js +1 -3
  7877. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.d.ts +2 -5
  7878. package/serialization/resources/commons/types/EntityNotFoundErrorMessage.js +1 -3
  7879. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +2 -5
  7880. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +1 -3
  7881. package/serialization/resources/commons/types/ErrorMessage.d.ts +1 -4
  7882. package/serialization/resources/commons/types/ErrorMessage.js +1 -3
  7883. package/serialization/resources/commons/types/FacilityTypeCode.d.ts +2 -5
  7884. package/serialization/resources/commons/types/FacilityTypeCode.js +1 -3
  7885. package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +2 -5
  7886. package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.js +1 -3
  7887. package/serialization/resources/commons/types/InsuranceTypeCode.d.ts +2 -5
  7888. package/serialization/resources/commons/types/InsuranceTypeCode.js +1 -3
  7889. package/serialization/resources/commons/types/IntendedSubmissionMedium.d.ts +2 -5
  7890. package/serialization/resources/commons/types/IntendedSubmissionMedium.js +1 -3
  7891. package/serialization/resources/commons/types/InvoiceId.d.ts +1 -4
  7892. package/serialization/resources/commons/types/InvoiceId.js +1 -3
  7893. package/serialization/resources/commons/types/LinkUrl.d.ts +1 -4
  7894. package/serialization/resources/commons/types/LinkUrl.js +1 -3
  7895. package/serialization/resources/commons/types/NetworkType.d.ts +2 -5
  7896. package/serialization/resources/commons/types/NetworkType.js +1 -3
  7897. package/serialization/resources/commons/types/NextResponsibleParty.d.ts +2 -5
  7898. package/serialization/resources/commons/types/NextResponsibleParty.js +1 -3
  7899. package/serialization/resources/commons/types/Npi.d.ts +1 -4
  7900. package/serialization/resources/commons/types/Npi.js +1 -3
  7901. package/serialization/resources/commons/types/OrganizationId.d.ts +1 -4
  7902. package/serialization/resources/commons/types/OrganizationId.js +1 -3
  7903. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.d.ts +2 -5
  7904. package/serialization/resources/commons/types/OrganizationNotAuthorizedErrorMessage.js +1 -3
  7905. package/serialization/resources/commons/types/PageToken.d.ts +1 -4
  7906. package/serialization/resources/commons/types/PageToken.js +1 -3
  7907. package/serialization/resources/commons/types/PatientExternalId.d.ts +1 -4
  7908. package/serialization/resources/commons/types/PatientExternalId.js +1 -3
  7909. package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +2 -5
  7910. package/serialization/resources/commons/types/PatientRelationshipToInsuredCodeAll.js +1 -3
  7911. package/serialization/resources/commons/types/PayerPlanGroupId.d.ts +1 -4
  7912. package/serialization/resources/commons/types/PayerPlanGroupId.js +1 -3
  7913. package/serialization/resources/commons/types/PhoneNumber.d.ts +2 -5
  7914. package/serialization/resources/commons/types/PhoneNumber.js +1 -3
  7915. package/serialization/resources/commons/types/PhoneNumberOptional.d.ts +2 -5
  7916. package/serialization/resources/commons/types/PhoneNumberOptional.js +1 -3
  7917. package/serialization/resources/commons/types/PhoneNumberType.d.ts +2 -5
  7918. package/serialization/resources/commons/types/PhoneNumberType.js +1 -3
  7919. package/serialization/resources/commons/types/PreEncounterAppointmentId.d.ts +1 -4
  7920. package/serialization/resources/commons/types/PreEncounterAppointmentId.js +1 -3
  7921. package/serialization/resources/commons/types/PreEncounterPatientId.d.ts +1 -4
  7922. package/serialization/resources/commons/types/PreEncounterPatientId.js +1 -3
  7923. package/serialization/resources/commons/types/Primitive.d.ts +2 -5
  7924. package/serialization/resources/commons/types/Primitive.js +1 -3
  7925. package/serialization/resources/commons/types/ProcedureModifier.d.ts +2 -5
  7926. package/serialization/resources/commons/types/ProcedureModifier.js +1 -3
  7927. package/serialization/resources/commons/types/ProviderCredentialingSpanId.d.ts +1 -4
  7928. package/serialization/resources/commons/types/ProviderCredentialingSpanId.js +1 -3
  7929. package/serialization/resources/commons/types/ProviderId.d.ts +1 -4
  7930. package/serialization/resources/commons/types/ProviderId.js +1 -3
  7931. package/serialization/resources/commons/types/QualifierCode.d.ts +2 -5
  7932. package/serialization/resources/commons/types/QualifierCode.js +1 -3
  7933. package/serialization/resources/commons/types/RateId.d.ts +1 -4
  7934. package/serialization/resources/commons/types/RateId.js +1 -3
  7935. package/serialization/resources/commons/types/RegionNational.d.ts +3 -7
  7936. package/serialization/resources/commons/types/RegionNational.js +1 -3
  7937. package/serialization/resources/commons/types/RegionStates.d.ts +2 -5
  7938. package/serialization/resources/commons/types/RegionStates.js +1 -3
  7939. package/serialization/resources/commons/types/Regions.d.ts +3 -6
  7940. package/serialization/resources/commons/types/Regions.js +2 -4
  7941. package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.d.ts +2 -5
  7942. package/serialization/resources/commons/types/RemovableDateRangeOptionalEnd.js +1 -3
  7943. package/serialization/resources/commons/types/RequestValidationError.d.ts +2 -5
  7944. package/serialization/resources/commons/types/RequestValidationError.js +1 -3
  7945. package/serialization/resources/commons/types/ResourcePage.d.ts +2 -5
  7946. package/serialization/resources/commons/types/ResourcePage.js +1 -3
  7947. package/serialization/resources/commons/types/SchemaId.d.ts +1 -4
  7948. package/serialization/resources/commons/types/SchemaId.js +1 -3
  7949. package/serialization/resources/commons/types/ServiceLineId.d.ts +1 -4
  7950. package/serialization/resources/commons/types/ServiceLineId.js +1 -3
  7951. package/serialization/resources/commons/types/ServiceLineUnits.d.ts +2 -5
  7952. package/serialization/resources/commons/types/ServiceLineUnits.js +1 -3
  7953. package/serialization/resources/commons/types/SortDirection.d.ts +2 -5
  7954. package/serialization/resources/commons/types/SortDirection.js +1 -3
  7955. package/serialization/resources/commons/types/SourceOfPaymentCode.d.ts +2 -5
  7956. package/serialization/resources/commons/types/SourceOfPaymentCode.js +1 -3
  7957. package/serialization/resources/commons/types/State.d.ts +2 -5
  7958. package/serialization/resources/commons/types/State.js +1 -3
  7959. package/serialization/resources/commons/types/StreetAddressBase.d.ts +2 -5
  7960. package/serialization/resources/commons/types/StreetAddressBase.js +1 -3
  7961. package/serialization/resources/commons/types/StreetAddressLongZip.d.ts +2 -5
  7962. package/serialization/resources/commons/types/StreetAddressLongZip.js +1 -3
  7963. package/serialization/resources/commons/types/StreetAddressLongZipOptional.d.ts +2 -5
  7964. package/serialization/resources/commons/types/StreetAddressLongZipOptional.js +1 -3
  7965. package/serialization/resources/commons/types/StreetAddressOptionalBase.d.ts +2 -5
  7966. package/serialization/resources/commons/types/StreetAddressOptionalBase.js +1 -3
  7967. package/serialization/resources/commons/types/StreetAddressShortZip.d.ts +2 -5
  7968. package/serialization/resources/commons/types/StreetAddressShortZip.js +1 -3
  7969. package/serialization/resources/commons/types/StreetAddressShortZipOptional.d.ts +2 -5
  7970. package/serialization/resources/commons/types/StreetAddressShortZipOptional.js +1 -3
  7971. package/serialization/resources/commons/types/TaskAssignmentId.d.ts +1 -4
  7972. package/serialization/resources/commons/types/TaskAssignmentId.js +1 -3
  7973. package/serialization/resources/commons/types/TaskId.d.ts +1 -4
  7974. package/serialization/resources/commons/types/TaskId.js +1 -3
  7975. package/serialization/resources/commons/types/TaskNoteId.d.ts +1 -4
  7976. package/serialization/resources/commons/types/TaskNoteId.js +1 -3
  7977. package/serialization/resources/commons/types/TaxId.d.ts +1 -4
  7978. package/serialization/resources/commons/types/TaxId.js +1 -3
  7979. package/serialization/resources/commons/types/UnauthorizedErrorMessage.d.ts +2 -5
  7980. package/serialization/resources/commons/types/UnauthorizedErrorMessage.js +1 -3
  7981. package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.d.ts +2 -5
  7982. package/serialization/resources/commons/types/UnprocessableEntityErrorMessage.js +1 -3
  7983. package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +2 -5
  7984. package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +1 -3
  7985. package/serialization/resources/commons/types/UserId.d.ts +1 -4
  7986. package/serialization/resources/commons/types/UserId.js +1 -3
  7987. package/serialization/resources/commons/types/WorkQueueId.d.ts +1 -4
  7988. package/serialization/resources/commons/types/WorkQueueId.js +1 -3
  7989. package/serialization/resources/commons/types/index.d.ts +60 -60
  7990. package/serialization/resources/commons/types/index.js +60 -60
  7991. package/serialization/resources/contracts/resources/v2/client/delete.d.ts +1 -4
  7992. package/serialization/resources/contracts/resources/v2/client/delete.js +1 -3
  7993. package/serialization/resources/contracts/resources/v2/client/get.d.ts +1 -4
  7994. package/serialization/resources/contracts/resources/v2/client/get.js +1 -3
  7995. package/serialization/resources/contracts/resources/v2/client/index.d.ts +2 -2
  7996. package/serialization/resources/contracts/resources/v2/client/index.js +3 -3
  7997. package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +3 -6
  7998. package/serialization/resources/contracts/resources/v2/client/requests/ContractCreate.js +2 -4
  7999. package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.d.ts +6 -9
  8000. package/serialization/resources/contracts/resources/v2/client/requests/ContractUpdate.js +5 -7
  8001. package/serialization/resources/contracts/resources/v2/client/update.d.ts +1 -4
  8002. package/serialization/resources/contracts/resources/v2/client/update.js +1 -3
  8003. package/serialization/resources/contracts/resources/v2/index.d.ts +1 -1
  8004. package/serialization/resources/contracts/resources/v2/index.js +1 -1
  8005. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.d.ts +2 -5
  8006. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatory.js +1 -3
  8007. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.d.ts +2 -5
  8008. package/serialization/resources/contracts/resources/v2/types/AuthorizedSignatoryUpdate.js +1 -3
  8009. package/serialization/resources/contracts/resources/v2/types/Contract.d.ts +3 -6
  8010. package/serialization/resources/contracts/resources/v2/types/Contract.js +2 -4
  8011. package/serialization/resources/contracts/resources/v2/types/ContractBase.d.ts +3 -6
  8012. package/serialization/resources/contracts/resources/v2/types/ContractBase.js +2 -4
  8013. package/serialization/resources/contracts/resources/v2/types/ContractId.d.ts +1 -4
  8014. package/serialization/resources/contracts/resources/v2/types/ContractId.js +1 -3
  8015. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.d.ts +2 -5
  8016. package/serialization/resources/contracts/resources/v2/types/ContractInvalidExpirationDateError.js +1 -3
  8017. package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.d.ts +2 -5
  8018. package/serialization/resources/contracts/resources/v2/types/ContractIsLinkedToFeeScheduleError.js +1 -3
  8019. package/serialization/resources/contracts/resources/v2/types/ContractSortField.d.ts +2 -5
  8020. package/serialization/resources/contracts/resources/v2/types/ContractSortField.js +1 -3
  8021. package/serialization/resources/contracts/resources/v2/types/ContractStatus.d.ts +2 -5
  8022. package/serialization/resources/contracts/resources/v2/types/ContractStatus.js +1 -3
  8023. package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.d.ts +2 -5
  8024. package/serialization/resources/contracts/resources/v2/types/ContractWithProviders.js +1 -3
  8025. package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.d.ts +1 -4
  8026. package/serialization/resources/contracts/resources/v2/types/ContractingProviderId.js +1 -3
  8027. package/serialization/resources/contracts/resources/v2/types/ContractsPage.d.ts +3 -6
  8028. package/serialization/resources/contracts/resources/v2/types/ContractsPage.js +2 -4
  8029. package/serialization/resources/contracts/resources/v2/types/DateUpdate.d.ts +2 -5
  8030. package/serialization/resources/contracts/resources/v2/types/DateUpdate.js +1 -3
  8031. package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.d.ts +2 -5
  8032. package/serialization/resources/contracts/resources/v2/types/InsuranceTypes.js +1 -3
  8033. package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.d.ts +2 -5
  8034. package/serialization/resources/contracts/resources/v2/types/RegionsUpdate.js +1 -3
  8035. package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.d.ts +1 -4
  8036. package/serialization/resources/contracts/resources/v2/types/RenderingProviderid.js +1 -3
  8037. package/serialization/resources/contracts/resources/v2/types/index.d.ts +12 -12
  8038. package/serialization/resources/contracts/resources/v2/types/index.js +12 -12
  8039. package/serialization/resources/credentialing/resources/v2/client/create.d.ts +1 -4
  8040. package/serialization/resources/credentialing/resources/v2/client/create.js +1 -3
  8041. package/serialization/resources/credentialing/resources/v2/client/createFacility.d.ts +1 -4
  8042. package/serialization/resources/credentialing/resources/v2/client/createFacility.js +1 -3
  8043. package/serialization/resources/credentialing/resources/v2/client/delete.d.ts +1 -4
  8044. package/serialization/resources/credentialing/resources/v2/client/delete.js +1 -3
  8045. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.d.ts +1 -4
  8046. package/serialization/resources/credentialing/resources/v2/client/deleteFacility.js +1 -3
  8047. package/serialization/resources/credentialing/resources/v2/client/get.d.ts +1 -4
  8048. package/serialization/resources/credentialing/resources/v2/client/get.js +1 -3
  8049. package/serialization/resources/credentialing/resources/v2/client/getAll.d.ts +1 -4
  8050. package/serialization/resources/credentialing/resources/v2/client/getAll.js +1 -3
  8051. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.d.ts +1 -4
  8052. package/serialization/resources/credentialing/resources/v2/client/getAllFacilities.js +1 -3
  8053. package/serialization/resources/credentialing/resources/v2/client/getFacility.d.ts +1 -4
  8054. package/serialization/resources/credentialing/resources/v2/client/getFacility.js +1 -3
  8055. package/serialization/resources/credentialing/resources/v2/client/index.d.ts +6 -6
  8056. package/serialization/resources/credentialing/resources/v2/client/index.js +7 -7
  8057. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.d.ts +2 -5
  8058. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanCreate.js +1 -3
  8059. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.d.ts +2 -5
  8060. package/serialization/resources/credentialing/resources/v2/client/requests/FacilityCredentialingSpanUpdate.js +1 -3
  8061. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.d.ts +2 -5
  8062. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanCreate.js +1 -3
  8063. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.d.ts +2 -5
  8064. package/serialization/resources/credentialing/resources/v2/client/requests/ProviderCredentialingSpanUpdate.js +1 -3
  8065. package/serialization/resources/credentialing/resources/v2/client/update.d.ts +1 -4
  8066. package/serialization/resources/credentialing/resources/v2/client/update.js +1 -3
  8067. package/serialization/resources/credentialing/resources/v2/client/updateFacility.d.ts +1 -4
  8068. package/serialization/resources/credentialing/resources/v2/client/updateFacility.js +1 -3
  8069. package/serialization/resources/credentialing/resources/v2/index.d.ts +1 -1
  8070. package/serialization/resources/credentialing/resources/v2/index.js +1 -1
  8071. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.d.ts +2 -5
  8072. package/serialization/resources/credentialing/resources/v2/types/BaseCredentialingSpan.js +1 -3
  8073. package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.d.ts +2 -5
  8074. package/serialization/resources/credentialing/resources/v2/types/CredentialingSpanStatus.js +1 -3
  8075. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.d.ts +3 -6
  8076. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpan.js +2 -4
  8077. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.d.ts +1 -4
  8078. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanId.js +1 -3
  8079. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.d.ts +3 -6
  8080. package/serialization/resources/credentialing/resources/v2/types/FacilityCredentialingSpanPage.js +2 -4
  8081. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.d.ts +4 -7
  8082. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpan.js +3 -5
  8083. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.d.ts +1 -4
  8084. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanId.js +1 -3
  8085. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.d.ts +3 -6
  8086. package/serialization/resources/credentialing/resources/v2/types/ProviderCredentialingSpanPage.js +2 -4
  8087. package/serialization/resources/credentialing/resources/v2/types/index.d.ts +5 -5
  8088. package/serialization/resources/credentialing/resources/v2/types/index.js +5 -5
  8089. package/serialization/resources/customSchemas/resources/v1/client/create.d.ts +1 -4
  8090. package/serialization/resources/customSchemas/resources/v1/client/create.js +1 -3
  8091. package/serialization/resources/customSchemas/resources/v1/client/get.d.ts +1 -4
  8092. package/serialization/resources/customSchemas/resources/v1/client/get.js +1 -3
  8093. package/serialization/resources/customSchemas/resources/v1/client/getMulti.d.ts +1 -4
  8094. package/serialization/resources/customSchemas/resources/v1/client/getMulti.js +1 -3
  8095. package/serialization/resources/customSchemas/resources/v1/client/index.d.ts +3 -3
  8096. package/serialization/resources/customSchemas/resources/v1/client/index.js +4 -4
  8097. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.d.ts +2 -5
  8098. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaCreate.js +1 -3
  8099. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.d.ts +2 -5
  8100. package/serialization/resources/customSchemas/resources/v1/client/requests/SchemaUpdate.js +1 -3
  8101. package/serialization/resources/customSchemas/resources/v1/client/update.d.ts +1 -4
  8102. package/serialization/resources/customSchemas/resources/v1/client/update.js +1 -3
  8103. package/serialization/resources/customSchemas/resources/v1/index.d.ts +1 -1
  8104. package/serialization/resources/customSchemas/resources/v1/index.js +1 -1
  8105. package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.d.ts +2 -5
  8106. package/serialization/resources/customSchemas/resources/v1/types/KeyWithNameAlreadyExistsError.js +1 -3
  8107. package/serialization/resources/customSchemas/resources/v1/types/Schema.d.ts +2 -5
  8108. package/serialization/resources/customSchemas/resources/v1/types/Schema.js +1 -3
  8109. package/serialization/resources/customSchemas/resources/v1/types/SchemaField.d.ts +2 -5
  8110. package/serialization/resources/customSchemas/resources/v1/types/SchemaField.js +1 -3
  8111. package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.d.ts +2 -5
  8112. package/serialization/resources/customSchemas/resources/v1/types/SchemaGetMultiResponse.js +1 -3
  8113. package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.d.ts +2 -5
  8114. package/serialization/resources/customSchemas/resources/v1/types/SchemaInstance.js +1 -3
  8115. package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.d.ts +2 -5
  8116. package/serialization/resources/customSchemas/resources/v1/types/SchemaInstanceOptional.js +1 -3
  8117. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.d.ts +3 -6
  8118. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationError.js +2 -4
  8119. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.d.ts +2 -5
  8120. package/serialization/resources/customSchemas/resources/v1/types/SchemaValidationFailure.js +1 -3
  8121. package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.d.ts +2 -5
  8122. package/serialization/resources/customSchemas/resources/v1/types/SchemaWithNameAlreadyExistsError.js +1 -3
  8123. package/serialization/resources/customSchemas/resources/v1/types/index.d.ts +5 -5
  8124. package/serialization/resources/customSchemas/resources/v1/types/index.js +5 -5
  8125. package/serialization/resources/diagnoses/client/delete.d.ts +1 -4
  8126. package/serialization/resources/diagnoses/client/delete.js +1 -3
  8127. package/serialization/resources/diagnoses/client/index.d.ts +1 -1
  8128. package/serialization/resources/diagnoses/client/index.js +2 -2
  8129. package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.d.ts +3 -6
  8130. package/serialization/resources/diagnoses/client/requests/DiagnosisUpdate.js +2 -4
  8131. package/serialization/resources/diagnoses/client/update.d.ts +1 -4
  8132. package/serialization/resources/diagnoses/client/update.js +1 -3
  8133. package/serialization/resources/diagnoses/index.d.ts +1 -1
  8134. package/serialization/resources/diagnoses/index.js +1 -1
  8135. package/serialization/resources/diagnoses/types/Diagnosis.d.ts +2 -5
  8136. package/serialization/resources/diagnoses/types/Diagnosis.js +1 -3
  8137. package/serialization/resources/diagnoses/types/DiagnosisCreate.d.ts +3 -6
  8138. package/serialization/resources/diagnoses/types/DiagnosisCreate.js +2 -4
  8139. package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.d.ts +3 -6
  8140. package/serialization/resources/diagnoses/types/DiagnosisCreateOptional.js +2 -4
  8141. package/serialization/resources/diagnoses/types/DiagnosisId.d.ts +1 -4
  8142. package/serialization/resources/diagnoses/types/DiagnosisId.js +1 -3
  8143. package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.d.ts +2 -5
  8144. package/serialization/resources/diagnoses/types/DiagnosisNotFoundError.js +1 -3
  8145. package/serialization/resources/diagnoses/types/DiagnosisTypeCode.d.ts +2 -5
  8146. package/serialization/resources/diagnoses/types/DiagnosisTypeCode.js +1 -3
  8147. package/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.d.ts +2 -5
  8148. package/serialization/resources/diagnoses/types/DisallowMultiplePrimaryDiagnosisError.js +1 -3
  8149. package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.d.ts +3 -6
  8150. package/serialization/resources/diagnoses/types/ServiceLinesMustHaveAtLeastOneDiagnosisError.js +2 -4
  8151. package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.d.ts +2 -5
  8152. package/serialization/resources/diagnoses/types/StandaloneDiagnosisCreate.js +1 -3
  8153. package/serialization/resources/diagnoses/types/index.d.ts +6 -6
  8154. package/serialization/resources/diagnoses/types/index.js +6 -6
  8155. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +1 -4
  8156. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +1 -3
  8157. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.d.ts +1 -4
  8158. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvaility.js +1 -3
  8159. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.d.ts +1 -4
  8160. package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheckAvailityPost.js +1 -3
  8161. package/serialization/resources/encounterAttachments/resources/v1/client/get.d.ts +2 -5
  8162. package/serialization/resources/encounterAttachments/resources/v1/client/get.js +1 -3
  8163. package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.d.ts +2 -5
  8164. package/serialization/resources/encounterAttachments/resources/v1/client/requests/DeleteAttachmentRequest.js +1 -3
  8165. package/serialization/resources/encounterAttachments/resources/v1/index.d.ts +1 -1
  8166. package/serialization/resources/encounterAttachments/resources/v1/index.js +1 -1
  8167. package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.d.ts +1 -4
  8168. package/serialization/resources/encounterAttachments/resources/v1/types/AttachmentId.js +1 -3
  8169. package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.d.ts +3 -6
  8170. package/serialization/resources/encounterAttachments/resources/v1/types/BaseAttachment.js +2 -4
  8171. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.d.ts +3 -6
  8172. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachment.js +2 -4
  8173. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.d.ts +2 -5
  8174. package/serialization/resources/encounterAttachments/resources/v1/types/EncounterAttachmentType.js +1 -3
  8175. package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +3 -6
  8176. package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +3 -5
  8177. package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +2 -5
  8178. package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +2 -4
  8179. package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +2 -5
  8180. package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +2 -4
  8181. package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +2 -5
  8182. package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +2 -4
  8183. package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.d.ts +1 -4
  8184. package/serialization/resources/encounterProviders/resources/v2/client/deleteInitialReferringProvider.js +1 -3
  8185. package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.d.ts +1 -4
  8186. package/serialization/resources/encounterProviders/resources/v2/client/deleteOrderingProvider.js +1 -3
  8187. package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.d.ts +2 -5
  8188. package/serialization/resources/encounterProviders/resources/v2/client/deleteReferringProvider.js +2 -4
  8189. package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.d.ts +1 -4
  8190. package/serialization/resources/encounterProviders/resources/v2/client/deleteSupervisingProvider.js +1 -3
  8191. package/serialization/resources/encounterProviders/resources/v2/client/index.d.ts +8 -8
  8192. package/serialization/resources/encounterProviders/resources/v2/client/index.js +9 -9
  8193. package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +2 -5
  8194. package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +2 -4
  8195. package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +2 -5
  8196. package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +2 -4
  8197. package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +2 -5
  8198. package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +2 -4
  8199. package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +2 -5
  8200. package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +2 -4
  8201. package/serialization/resources/encounterProviders/resources/v2/index.d.ts +1 -1
  8202. package/serialization/resources/encounterProviders/resources/v2/index.js +1 -1
  8203. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.d.ts +3 -6
  8204. package/serialization/resources/encounterProviders/resources/v2/types/BillingProvider.js +2 -4
  8205. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +3 -6
  8206. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +2 -4
  8207. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.d.ts +3 -6
  8208. package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdateWithOptionalAddress.js +2 -4
  8209. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.d.ts +5 -8
  8210. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProvider.js +4 -6
  8211. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.d.ts +2 -5
  8212. package/serialization/resources/encounterProviders/resources/v2/types/EncounterProviderBase.js +1 -3
  8213. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.d.ts +3 -6
  8214. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProvider.js +2 -4
  8215. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.d.ts +3 -6
  8216. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdate.js +2 -4
  8217. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.d.ts +3 -6
  8218. package/serialization/resources/encounterProviders/resources/v2/types/InitialReferringProviderUpdateWithOptionalAddress.js +2 -4
  8219. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.d.ts +2 -5
  8220. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProvider.js +1 -3
  8221. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.d.ts +2 -5
  8222. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderOptional.js +1 -3
  8223. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.d.ts +2 -5
  8224. package/serialization/resources/encounterProviders/resources/v2/types/OrderingProviderUpdate.js +1 -3
  8225. package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.d.ts +1 -4
  8226. package/serialization/resources/encounterProviders/resources/v2/types/ProviderId.js +1 -3
  8227. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.d.ts +2 -5
  8228. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProvider.js +1 -3
  8229. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.d.ts +2 -5
  8230. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdate.js +1 -3
  8231. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.d.ts +2 -5
  8232. package/serialization/resources/encounterProviders/resources/v2/types/ReferringProviderUpdateWithOptionalAddress.js +1 -3
  8233. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +2 -5
  8234. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -3
  8235. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +2 -5
  8236. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js +1 -3
  8237. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.d.ts +2 -5
  8238. package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdateWithOptionalAddress.js +1 -3
  8239. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.d.ts +2 -5
  8240. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProvider.js +1 -3
  8241. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.d.ts +2 -5
  8242. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdate.js +1 -3
  8243. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.d.ts +2 -5
  8244. package/serialization/resources/encounterProviders/resources/v2/types/SupervisingProviderUpdateWithOptionalAddress.js +1 -3
  8245. package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +13 -13
  8246. package/serialization/resources/encounterProviders/resources/v2/types/index.js +13 -13
  8247. package/serialization/resources/encounters/resources/v4/client/create.d.ts +7 -10
  8248. package/serialization/resources/encounters/resources/v4/client/create.js +7 -9
  8249. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -8
  8250. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -7
  8251. package/serialization/resources/encounters/resources/v4/client/update.d.ts +4 -7
  8252. package/serialization/resources/encounters/resources/v4/client/update.js +4 -6
  8253. package/serialization/resources/encounters/resources/v4/index.d.ts +1 -1
  8254. package/serialization/resources/encounters/resources/v4/index.js +1 -1
  8255. package/serialization/resources/encounters/resources/v4/types/BillableStatusType.d.ts +2 -5
  8256. package/serialization/resources/encounters/resources/v4/types/BillableStatusType.js +1 -3
  8257. package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.d.ts +2 -5
  8258. package/serialization/resources/encounters/resources/v4/types/CashPayPayerErrorMessage.js +1 -3
  8259. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.d.ts +3 -6
  8260. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformation.js +2 -4
  8261. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.d.ts +3 -6
  8262. package/serialization/resources/encounters/resources/v4/types/ClaimSupplementalInformationOptional.js +2 -4
  8263. package/serialization/resources/encounters/resources/v4/types/ClinicalNote.d.ts +2 -5
  8264. package/serialization/resources/encounters/resources/v4/types/ClinicalNote.js +1 -3
  8265. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +3 -6
  8266. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategory.js +2 -4
  8267. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.d.ts +3 -6
  8268. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreate.js +2 -4
  8269. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.d.ts +3 -6
  8270. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteCategoryCreateOptional.js +2 -4
  8271. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.d.ts +2 -5
  8272. package/serialization/resources/encounters/resources/v4/types/ClinicalNoteOptional.js +1 -3
  8273. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.d.ts +2 -5
  8274. package/serialization/resources/encounters/resources/v4/types/CodingAttributionType.js +1 -3
  8275. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +25 -28
  8276. package/serialization/resources/encounters/resources/v4/types/Encounter.js +24 -26
  8277. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +7 -10
  8278. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +6 -8
  8279. package/serialization/resources/encounters/resources/v4/types/EncounterCreate.d.ts +5 -8
  8280. package/serialization/resources/encounters/resources/v4/types/EncounterCreate.js +4 -6
  8281. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +4 -7
  8282. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +3 -5
  8283. package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +20 -23
  8284. package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +19 -21
  8285. package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.d.ts +2 -5
  8286. package/serialization/resources/encounters/resources/v4/types/EncounterExternalIdUniquenessErrorType.js +1 -3
  8287. package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.d.ts +2 -5
  8288. package/serialization/resources/encounters/resources/v4/types/EncounterGuarantorMissingContactInfoErrorType.js +1 -3
  8289. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +6 -9
  8290. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +5 -7
  8291. package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.d.ts +2 -5
  8292. package/serialization/resources/encounters/resources/v4/types/EncounterOwnerOfNextActionType.js +1 -3
  8293. package/serialization/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -6
  8294. package/serialization/resources/encounters/resources/v4/types/EncounterPage.js +2 -4
  8295. package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +2 -5
  8296. package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js +1 -3
  8297. package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.d.ts +3 -7
  8298. package/serialization/resources/encounters/resources/v4/types/EncounterRenderingOrAttendingProviderRequiredError.js +1 -3
  8299. package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.d.ts +2 -5
  8300. package/serialization/resources/encounters/resources/v4/types/EncounterSortOptions.js +1 -3
  8301. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -5
  8302. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.js +1 -3
  8303. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.d.ts +2 -5
  8304. package/serialization/resources/encounters/resources/v4/types/EncounterSubmissionOriginType.js +1 -3
  8305. package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.d.ts +3 -6
  8306. package/serialization/resources/encounters/resources/v4/types/EncounterUpdate.js +2 -4
  8307. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +2 -5
  8308. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +1 -3
  8309. package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.d.ts +2 -5
  8310. package/serialization/resources/encounters/resources/v4/types/EpsdtReferralOptional.js +1 -3
  8311. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.d.ts +2 -5
  8312. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUp.js +1 -3
  8313. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.d.ts +1 -4
  8314. package/serialization/resources/encounters/resources/v4/types/IntakeFollowUpId.js +1 -3
  8315. package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.d.ts +2 -5
  8316. package/serialization/resources/encounters/resources/v4/types/IntakeQuestion.js +1 -3
  8317. package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.d.ts +1 -4
  8318. package/serialization/resources/encounters/resources/v4/types/IntakeQuestionId.js +1 -3
  8319. package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.d.ts +2 -5
  8320. package/serialization/resources/encounters/resources/v4/types/IntakeQuestionOptional.js +1 -3
  8321. package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.d.ts +2 -5
  8322. package/serialization/resources/encounters/resources/v4/types/IntakeResponseAndFollowUps.js +1 -3
  8323. package/serialization/resources/encounters/resources/v4/types/Intervention.d.ts +3 -6
  8324. package/serialization/resources/encounters/resources/v4/types/Intervention.js +2 -4
  8325. package/serialization/resources/encounters/resources/v4/types/InterventionCategory.d.ts +2 -5
  8326. package/serialization/resources/encounters/resources/v4/types/InterventionCategory.js +1 -3
  8327. package/serialization/resources/encounters/resources/v4/types/InterventionOptional.d.ts +3 -6
  8328. package/serialization/resources/encounters/resources/v4/types/InterventionOptional.js +2 -4
  8329. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.d.ts +2 -5
  8330. package/serialization/resources/encounters/resources/v4/types/InvalidTagNamesErrorType.js +1 -3
  8331. package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.d.ts +2 -5
  8332. package/serialization/resources/encounters/resources/v4/types/KeyDoesNotExistError.js +1 -3
  8333. package/serialization/resources/encounters/resources/v4/types/Lab.d.ts +2 -5
  8334. package/serialization/resources/encounters/resources/v4/types/Lab.js +1 -3
  8335. package/serialization/resources/encounters/resources/v4/types/LabCodeType.d.ts +2 -5
  8336. package/serialization/resources/encounters/resources/v4/types/LabCodeType.js +1 -3
  8337. package/serialization/resources/encounters/resources/v4/types/LabOptional.d.ts +2 -5
  8338. package/serialization/resources/encounters/resources/v4/types/LabOptional.js +1 -3
  8339. package/serialization/resources/encounters/resources/v4/types/Medication.d.ts +2 -5
  8340. package/serialization/resources/encounters/resources/v4/types/Medication.js +1 -3
  8341. package/serialization/resources/encounters/resources/v4/types/MedicationOptional.d.ts +2 -5
  8342. package/serialization/resources/encounters/resources/v4/types/MedicationOptional.js +1 -3
  8343. package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.d.ts +2 -5
  8344. package/serialization/resources/encounters/resources/v4/types/MultipleInstancesForSchemaError.js +1 -3
  8345. package/serialization/resources/encounters/resources/v4/types/NoteCategory.d.ts +2 -5
  8346. package/serialization/resources/encounters/resources/v4/types/NoteCategory.js +1 -3
  8347. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.d.ts +3 -6
  8348. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategory.js +2 -4
  8349. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.d.ts +2 -5
  8350. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryEnum.js +1 -3
  8351. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.d.ts +3 -6
  8352. package/serialization/resources/encounters/resources/v4/types/PatientHistoryCategoryOptional.js +2 -4
  8353. package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.d.ts +2 -5
  8354. package/serialization/resources/encounters/resources/v4/types/PayerPlanGroupPayerDoesNotMatchInsuranceCardError.js +1 -3
  8355. package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.d.ts +1 -4
  8356. package/serialization/resources/encounters/resources/v4/types/PriorAuthorizationNumber.js +1 -3
  8357. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.d.ts +2 -5
  8358. package/serialization/resources/encounters/resources/v4/types/ReportTransmissionCode.js +1 -3
  8359. package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.d.ts +2 -5
  8360. package/serialization/resources/encounters/resources/v4/types/ReportTypeCode.js +1 -3
  8361. package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.d.ts +2 -5
  8362. package/serialization/resources/encounters/resources/v4/types/ResponsiblePartyType.js +1 -3
  8363. package/serialization/resources/encounters/resources/v4/types/RxCui.d.ts +1 -4
  8364. package/serialization/resources/encounters/resources/v4/types/RxCui.js +1 -3
  8365. package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.d.ts +2 -5
  8366. package/serialization/resources/encounters/resources/v4/types/SchemaDoesNotExistError.js +1 -3
  8367. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.d.ts +4 -7
  8368. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationError.js +3 -5
  8369. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.d.ts +2 -5
  8370. package/serialization/resources/encounters/resources/v4/types/SchemaInstanceValidationFailure.js +1 -3
  8371. package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.d.ts +2 -5
  8372. package/serialization/resources/encounters/resources/v4/types/SchemaUnauthorizedAccessError.js +1 -3
  8373. package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +2 -5
  8374. package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +1 -3
  8375. package/serialization/resources/encounters/resources/v4/types/SynchronicityType.d.ts +2 -5
  8376. package/serialization/resources/encounters/resources/v4/types/SynchronicityType.js +1 -3
  8377. package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.d.ts +3 -6
  8378. package/serialization/resources/encounters/resources/v4/types/ValueDoesNotMatchKeyTypeError.js +2 -4
  8379. package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -5
  8380. package/serialization/resources/encounters/resources/v4/types/Vitals.js +1 -3
  8381. package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.d.ts +2 -5
  8382. package/serialization/resources/encounters/resources/v4/types/VitalsUpdate.js +1 -3
  8383. package/serialization/resources/encounters/resources/v4/types/index.d.ts +47 -47
  8384. package/serialization/resources/encounters/resources/v4/types/index.js +47 -47
  8385. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +14 -17
  8386. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +13 -15
  8387. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +8 -11
  8388. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +7 -9
  8389. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +13 -16
  8390. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +12 -14
  8391. package/serialization/resources/encountersUniversal/types/index.d.ts +1 -1
  8392. package/serialization/resources/encountersUniversal/types/index.js +1 -1
  8393. package/serialization/resources/era/types/Era.d.ts +3 -6
  8394. package/serialization/resources/era/types/Era.js +2 -4
  8395. package/serialization/resources/era/types/EraBase.d.ts +2 -5
  8396. package/serialization/resources/era/types/EraBase.js +1 -3
  8397. package/serialization/resources/era/types/EraId.d.ts +1 -4
  8398. package/serialization/resources/era/types/EraId.js +1 -3
  8399. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +2 -5
  8400. package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +1 -3
  8401. package/serialization/resources/era/types/index.d.ts +2 -2
  8402. package/serialization/resources/era/types/index.js +2 -2
  8403. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.d.ts +2 -5
  8404. package/serialization/resources/eraCommons/types/ClaimStatusCodeCreate.js +1 -3
  8405. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +3 -6
  8406. package/serialization/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.js +2 -4
  8407. package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +1 -1
  8408. package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +1 -1
  8409. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +2 -5
  8410. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.js +1 -3
  8411. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +3 -6
  8412. package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.js +2 -4
  8413. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.d.ts +2 -5
  8414. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeAllInNetworkProviders.js +2 -4
  8415. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.d.ts +2 -5
  8416. package/serialization/resources/expectedNetworkStatus/resources/v2/client/computeForRenderingProvider.js +2 -4
  8417. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.d.ts +1 -1
  8418. package/serialization/resources/expectedNetworkStatus/resources/v2/client/index.js +2 -2
  8419. package/serialization/resources/expectedNetworkStatus/resources/v2/index.d.ts +1 -1
  8420. package/serialization/resources/expectedNetworkStatus/resources/v2/index.js +1 -1
  8421. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.d.ts +4 -7
  8422. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersRequest.js +3 -5
  8423. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.d.ts +2 -5
  8424. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkProvidersResponse.js +1 -3
  8425. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.d.ts +3 -6
  8426. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ComputeAllInNetworkRenderingProvidersResult.js +2 -4
  8427. package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.d.ts +3 -7
  8428. package/serialization/resources/expectedNetworkStatus/resources/v2/types/EmptyObject.js +1 -3
  8429. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.d.ts +2 -5
  8430. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusCheckErrorMessage.js +1 -3
  8431. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.d.ts +4 -7
  8432. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusRequestV2.js +3 -5
  8433. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.d.ts +3 -6
  8434. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusResponseV2.js +2 -4
  8435. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.d.ts +2 -5
  8436. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusSubscriberInformation.js +1 -3
  8437. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.d.ts +3 -6
  8438. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ExpectedNetworkStatusV2.js +2 -4
  8439. package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.d.ts +2 -5
  8440. package/serialization/resources/expectedNetworkStatus/resources/v2/types/Explanation.js +1 -3
  8441. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.d.ts +2 -5
  8442. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkRenderingProvidersDetail.js +1 -3
  8443. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.d.ts +3 -6
  8444. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InNetworkStatus.js +2 -4
  8445. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.d.ts +4 -7
  8446. package/serialization/resources/expectedNetworkStatus/resources/v2/types/IndeterminateNetworkStatus.js +3 -5
  8447. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.d.ts +3 -6
  8448. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceType.js +2 -4
  8449. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.d.ts +2 -5
  8450. package/serialization/resources/expectedNetworkStatus/resources/v2/types/InsuranceTypeCodes.js +1 -3
  8451. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.d.ts +2 -5
  8452. package/serialization/resources/expectedNetworkStatus/resources/v2/types/LineOfBusiness.js +1 -3
  8453. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.d.ts +1 -4
  8454. package/serialization/resources/expectedNetworkStatus/resources/v2/types/NetworkStatusCheckId.js +1 -3
  8455. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.d.ts +4 -7
  8456. package/serialization/resources/expectedNetworkStatus/resources/v2/types/OutOfNetworkStatus.js +3 -5
  8457. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.d.ts +2 -5
  8458. package/serialization/resources/expectedNetworkStatus/resources/v2/types/ServiceType.js +1 -3
  8459. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.d.ts +13 -13
  8460. package/serialization/resources/expectedNetworkStatus/resources/v2/types/index.js +13 -13
  8461. package/serialization/resources/exports/resources/v3/client/getExports.d.ts +2 -5
  8462. package/serialization/resources/exports/resources/v3/client/getExports.js +2 -4
  8463. package/serialization/resources/exports/resources/v3/index.d.ts +1 -1
  8464. package/serialization/resources/exports/resources/v3/index.js +1 -1
  8465. package/serialization/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -5
  8466. package/serialization/resources/exports/resources/v3/types/GetExportsResponse.js +1 -3
  8467. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.d.ts +2 -5
  8468. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfig.js +1 -3
  8469. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.d.ts +3 -6
  8470. package/serialization/resources/externalPaymentAccountConfig/resources/v1/types/ExternalPaymentAccountConfigPage.js +2 -4
  8471. package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.d.ts +2 -5
  8472. package/serialization/resources/feeSchedules/resources/v3/client/deleteRate.js +2 -4
  8473. package/serialization/resources/feeSchedules/resources/v3/client/getMatch.d.ts +2 -5
  8474. package/serialization/resources/feeSchedules/resources/v3/client/getMatch.js +2 -4
  8475. package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.d.ts +2 -5
  8476. package/serialization/resources/feeSchedules/resources/v3/client/getRateHistory.js +2 -4
  8477. package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.d.ts +1 -4
  8478. package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRates.js +1 -3
  8479. package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.d.ts +1 -4
  8480. package/serialization/resources/feeSchedules/resources/v3/client/hardDeleteRatesByIds.js +1 -3
  8481. package/serialization/resources/feeSchedules/resources/v3/client/index.d.ts +4 -4
  8482. package/serialization/resources/feeSchedules/resources/v3/client/index.js +5 -5
  8483. package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +2 -5
  8484. package/serialization/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.js +1 -3
  8485. package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.d.ts +2 -5
  8486. package/serialization/resources/feeSchedules/resources/v3/client/requests/HardDeleteRatesByIdsRequest.js +1 -3
  8487. package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.d.ts +1 -4
  8488. package/serialization/resources/feeSchedules/resources/v3/client/setPayerThreshold.js +1 -3
  8489. package/serialization/resources/feeSchedules/resources/v3/client/testMatch.d.ts +1 -4
  8490. package/serialization/resources/feeSchedules/resources/v3/client/testMatch.js +1 -3
  8491. package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.d.ts +1 -4
  8492. package/serialization/resources/feeSchedules/resources/v3/client/uploadFeeSchedule.js +1 -3
  8493. package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.d.ts +2 -5
  8494. package/serialization/resources/feeSchedules/resources/v3/errors/FeeScheduleValidationHttpError.js +1 -3
  8495. package/serialization/resources/feeSchedules/resources/v3/index.d.ts +1 -1
  8496. package/serialization/resources/feeSchedules/resources/v3/index.js +1 -1
  8497. package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.d.ts +8 -11
  8498. package/serialization/resources/feeSchedules/resources/v3/types/DimensionMatch.js +7 -9
  8499. package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.d.ts +2 -5
  8500. package/serialization/resources/feeSchedules/resources/v3/types/DimensionName.js +1 -3
  8501. package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.d.ts +6 -9
  8502. package/serialization/resources/feeSchedules/resources/v3/types/Dimensions.js +5 -7
  8503. package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.d.ts +3 -6
  8504. package/serialization/resources/feeSchedules/resources/v3/types/DimensionsPage.js +2 -4
  8505. package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.d.ts +2 -5
  8506. package/serialization/resources/feeSchedules/resources/v3/types/MatchCptCode.js +1 -3
  8507. package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.d.ts +2 -5
  8508. package/serialization/resources/feeSchedules/resources/v3/types/MatchDate.js +1 -3
  8509. package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.d.ts +2 -5
  8510. package/serialization/resources/feeSchedules/resources/v3/types/MatchFacilityTypeCode.js +1 -3
  8511. package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.d.ts +2 -5
  8512. package/serialization/resources/feeSchedules/resources/v3/types/MatchGeo.js +1 -3
  8513. package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.d.ts +2 -5
  8514. package/serialization/resources/feeSchedules/resources/v3/types/MatchLicenseType.js +1 -3
  8515. package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.d.ts +2 -5
  8516. package/serialization/resources/feeSchedules/resources/v3/types/MatchModifiers.js +1 -3
  8517. package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.d.ts +2 -5
  8518. package/serialization/resources/feeSchedules/resources/v3/types/MatchNetworkTypes.js +1 -3
  8519. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.d.ts +2 -5
  8520. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayer.js +1 -3
  8521. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.d.ts +2 -5
  8522. package/serialization/resources/feeSchedules/resources/v3/types/MatchPayerPlanGroups.js +1 -3
  8523. package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.d.ts +2 -5
  8524. package/serialization/resources/feeSchedules/resources/v3/types/MatchProvider.js +1 -3
  8525. package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.d.ts +3 -6
  8526. package/serialization/resources/feeSchedules/resources/v3/types/MatchResult.js +2 -4
  8527. package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.d.ts +2 -5
  8528. package/serialization/resources/feeSchedules/resources/v3/types/MatchTestResult.js +1 -3
  8529. package/serialization/resources/feeSchedules/resources/v3/types/NewRate.d.ts +2 -5
  8530. package/serialization/resources/feeSchedules/resources/v3/types/NewRate.js +1 -3
  8531. package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.d.ts +2 -5
  8532. package/serialization/resources/feeSchedules/resources/v3/types/NewRateVersion.js +1 -3
  8533. package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.d.ts +6 -9
  8534. package/serialization/resources/feeSchedules/resources/v3/types/OptionalDimensions.js +5 -7
  8535. package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.d.ts +2 -5
  8536. package/serialization/resources/feeSchedules/resources/v3/types/OverlappingRateEntriesError.js +1 -3
  8537. package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.d.ts +2 -5
  8538. package/serialization/resources/feeSchedules/resources/v3/types/PayerPlanGroupDoesNotMatchRatePayerError.js +1 -3
  8539. package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.d.ts +2 -5
  8540. package/serialization/resources/feeSchedules/resources/v3/types/PayerThreshold.js +1 -3
  8541. package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.d.ts +3 -6
  8542. package/serialization/resources/feeSchedules/resources/v3/types/PayerThresholdsPage.js +2 -4
  8543. package/serialization/resources/feeSchedules/resources/v3/types/Rate.d.ts +3 -6
  8544. package/serialization/resources/feeSchedules/resources/v3/types/Rate.js +2 -4
  8545. package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.d.ts +2 -5
  8546. package/serialization/resources/feeSchedules/resources/v3/types/RateEntry.js +1 -3
  8547. package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.d.ts +2 -5
  8548. package/serialization/resources/feeSchedules/resources/v3/types/RateUpload.js +1 -3
  8549. package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.d.ts +3 -6
  8550. package/serialization/resources/feeSchedules/resources/v3/types/RateUploadWithPossibleErrors.js +2 -4
  8551. package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.d.ts +3 -6
  8552. package/serialization/resources/feeSchedules/resources/v3/types/RatesPage.js +2 -4
  8553. package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.d.ts +2 -5
  8554. package/serialization/resources/feeSchedules/resources/v3/types/ThresholdMatch.js +1 -3
  8555. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.d.ts +3 -6
  8556. package/serialization/resources/feeSchedules/resources/v3/types/ValidationError.js +2 -4
  8557. package/serialization/resources/feeSchedules/resources/v3/types/index.d.ts +17 -17
  8558. package/serialization/resources/feeSchedules/resources/v3/types/index.js +17 -17
  8559. package/serialization/resources/financials/types/AccountType.d.ts +2 -5
  8560. package/serialization/resources/financials/types/AccountType.js +1 -3
  8561. package/serialization/resources/financials/types/Allocation.d.ts +2 -5
  8562. package/serialization/resources/financials/types/Allocation.js +1 -3
  8563. package/serialization/resources/financials/types/AllocationCreate.d.ts +2 -5
  8564. package/serialization/resources/financials/types/AllocationCreate.js +1 -3
  8565. package/serialization/resources/financials/types/AllocationTarget.d.ts +5 -8
  8566. package/serialization/resources/financials/types/AllocationTarget.js +4 -6
  8567. package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +3 -6
  8568. package/serialization/resources/financials/types/AllocationTargetCreate.js +2 -4
  8569. package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +2 -5
  8570. package/serialization/resources/financials/types/AppointmentAllocationTarget.js +1 -3
  8571. package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.d.ts +2 -5
  8572. package/serialization/resources/financials/types/AppointmentByIdAndPatientExternalId.js +1 -3
  8573. package/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +2 -5
  8574. package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +1 -3
  8575. package/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +2 -5
  8576. package/serialization/resources/financials/types/ClaimAllocationTarget.js +1 -3
  8577. package/serialization/resources/financials/types/InvoiceUpdate.d.ts +2 -5
  8578. package/serialization/resources/financials/types/InvoiceUpdate.js +1 -3
  8579. package/serialization/resources/financials/types/NoteUpdate.d.ts +2 -5
  8580. package/serialization/resources/financials/types/NoteUpdate.js +1 -3
  8581. package/serialization/resources/financials/types/PatientTransactionSource.d.ts +2 -5
  8582. package/serialization/resources/financials/types/PatientTransactionSource.js +1 -3
  8583. package/serialization/resources/financials/types/RefundReason.d.ts +2 -5
  8584. package/serialization/resources/financials/types/RefundReason.js +1 -3
  8585. package/serialization/resources/financials/types/RefundReasonUpdate.d.ts +2 -5
  8586. package/serialization/resources/financials/types/RefundReasonUpdate.js +1 -3
  8587. package/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +3 -6
  8588. package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +2 -4
  8589. package/serialization/resources/financials/types/index.d.ts +9 -9
  8590. package/serialization/resources/financials/types/index.js +9 -9
  8591. package/serialization/resources/guarantor/resources/v1/client/create.d.ts +2 -5
  8592. package/serialization/resources/guarantor/resources/v1/client/create.js +2 -4
  8593. package/serialization/resources/guarantor/resources/v1/index.d.ts +1 -1
  8594. package/serialization/resources/guarantor/resources/v1/index.js +1 -1
  8595. package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.d.ts +2 -5
  8596. package/serialization/resources/guarantor/resources/v1/types/EncounterHasExistingGuarantorErrorType.js +1 -3
  8597. package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +4 -7
  8598. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +3 -5
  8599. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.d.ts +2 -5
  8600. package/serialization/resources/guarantor/resources/v1/types/GuarantorBase.js +1 -3
  8601. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.d.ts +3 -6
  8602. package/serialization/resources/guarantor/resources/v1/types/GuarantorCreate.js +2 -4
  8603. package/serialization/resources/guarantor/resources/v1/types/GuarantorId.d.ts +1 -4
  8604. package/serialization/resources/guarantor/resources/v1/types/GuarantorId.js +1 -3
  8605. package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.d.ts +4 -7
  8606. package/serialization/resources/guarantor/resources/v1/types/GuarantorOptional.js +3 -5
  8607. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +4 -7
  8608. package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.js +3 -5
  8609. package/serialization/resources/guarantor/resources/v1/types/index.d.ts +4 -4
  8610. package/serialization/resources/guarantor/resources/v1/types/index.js +4 -4
  8611. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.d.ts +1 -4
  8612. package/serialization/resources/healthCareCodeInformation/resources/v1/client/getAllForEncounter.js +1 -3
  8613. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.d.ts +1 -1
  8614. package/serialization/resources/healthCareCodeInformation/resources/v1/client/index.js +2 -2
  8615. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.d.ts +1 -4
  8616. package/serialization/resources/healthCareCodeInformation/resources/v1/client/update.js +1 -3
  8617. package/serialization/resources/healthCareCodeInformation/resources/v1/index.d.ts +1 -1
  8618. package/serialization/resources/healthCareCodeInformation/resources/v1/index.js +1 -1
  8619. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.d.ts +3 -6
  8620. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosis.js +2 -4
  8621. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.d.ts +2 -5
  8622. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisCodeQualifier.js +1 -3
  8623. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +2 -5
  8624. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +1 -3
  8625. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.d.ts +3 -6
  8626. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformation.js +2 -4
  8627. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.d.ts +2 -5
  8628. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationCodeQualifier.js +1 -3
  8629. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.d.ts +2 -5
  8630. package/serialization/resources/healthCareCodeInformation/resources/v1/types/D8Date.js +1 -3
  8631. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.d.ts +3 -6
  8632. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroup.js +2 -4
  8633. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.d.ts +2 -5
  8634. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupCodeQualifier.js +1 -3
  8635. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.d.ts +3 -6
  8636. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjury.js +2 -4
  8637. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.d.ts +2 -5
  8638. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryCodeQualifier.js +1 -3
  8639. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.d.ts +2 -5
  8640. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformation.js +1 -3
  8641. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +10 -13
  8642. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +9 -11
  8643. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +3 -7
  8644. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -3
  8645. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +9 -12
  8646. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +8 -10
  8647. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.d.ts +1 -4
  8648. package/serialization/resources/healthCareCodeInformation/resources/v1/types/IcdCode.js +1 -3
  8649. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.d.ts +1 -4
  8650. package/serialization/resources/healthCareCodeInformation/resources/v1/types/MsdrgCode.js +1 -3
  8651. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +2 -5
  8652. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +1 -3
  8653. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +4 -7
  8654. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.js +3 -5
  8655. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.d.ts +2 -5
  8656. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationCodeQualifier.js +1 -3
  8657. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +2 -5
  8658. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +1 -3
  8659. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.d.ts +2 -5
  8660. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCodeQualifier.js +1 -3
  8661. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.d.ts +4 -7
  8662. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformation.js +3 -5
  8663. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.d.ts +4 -7
  8664. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformation.js +3 -5
  8665. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.d.ts +2 -5
  8666. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationCodeQualifier.js +1 -3
  8667. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +4 -7
  8668. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.js +3 -5
  8669. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.d.ts +2 -5
  8670. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationCodeQualifier.js +1 -3
  8671. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.d.ts +4 -7
  8672. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisit.js +3 -5
  8673. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.d.ts +2 -5
  8674. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitCodeQualifier.js +1 -3
  8675. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.d.ts +2 -5
  8676. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PresentOnAdmissionIndicatorCode.js +1 -3
  8677. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.d.ts +4 -7
  8678. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosis.js +3 -5
  8679. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.d.ts +2 -5
  8680. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisCodeQualifier.js +1 -3
  8681. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +4 -7
  8682. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.js +3 -5
  8683. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.d.ts +2 -5
  8684. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationCodeQualifier.js +1 -3
  8685. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +2 -5
  8686. package/serialization/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.js +1 -3
  8687. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.d.ts +2 -5
  8688. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearAdmittingDiagnosis.js +1 -3
  8689. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.d.ts +2 -5
  8690. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearDiagnosisRelatedGroup.js +1 -3
  8691. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.d.ts +2 -5
  8692. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalDiagnosis.js +1 -3
  8693. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.d.ts +2 -5
  8694. package/serialization/resources/healthCareCodeInformation/resources/v1/types/SetOrClearPrincipalProcedureInformation.js +1 -3
  8695. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.d.ts +1 -4
  8696. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCode.js +1 -3
  8697. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.d.ts +4 -7
  8698. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformation.js +3 -5
  8699. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.d.ts +2 -5
  8700. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeQualifier.js +1 -3
  8701. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.d.ts +2 -5
  8702. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCode.js +1 -3
  8703. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.d.ts +2 -5
  8704. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueCodeQualifier.js +1 -3
  8705. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.d.ts +4 -7
  8706. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformation.js +3 -5
  8707. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +36 -36
  8708. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +36 -36
  8709. package/serialization/resources/identifiers/types/Identifier.d.ts +3 -6
  8710. package/serialization/resources/identifiers/types/Identifier.js +2 -4
  8711. package/serialization/resources/identifiers/types/IdentifierBase.d.ts +2 -5
  8712. package/serialization/resources/identifiers/types/IdentifierBase.js +1 -3
  8713. package/serialization/resources/identifiers/types/IdentifierCode.d.ts +2 -5
  8714. package/serialization/resources/identifiers/types/IdentifierCode.js +1 -3
  8715. package/serialization/resources/identifiers/types/IdentifierCreate.d.ts +2 -5
  8716. package/serialization/resources/identifiers/types/IdentifierCreate.js +1 -3
  8717. package/serialization/resources/identifiers/types/IdentifierId.d.ts +1 -4
  8718. package/serialization/resources/identifiers/types/IdentifierId.js +1 -3
  8719. package/serialization/resources/identifiers/types/IdentifierUpdate.d.ts +4 -7
  8720. package/serialization/resources/identifiers/types/IdentifierUpdate.js +3 -5
  8721. package/serialization/resources/identifiers/types/IdentifierValue.d.ts +3 -6
  8722. package/serialization/resources/identifiers/types/IdentifierValue.js +2 -4
  8723. package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.d.ts +2 -5
  8724. package/serialization/resources/identifiers/types/MedicaidProviderIdentifier.js +1 -3
  8725. package/serialization/resources/identifiers/types/MedicareProviderIdentifier.d.ts +2 -5
  8726. package/serialization/resources/identifiers/types/MedicareProviderIdentifier.js +1 -3
  8727. package/serialization/resources/identifiers/types/UpdatableIdentifier.d.ts +3 -6
  8728. package/serialization/resources/identifiers/types/UpdatableIdentifier.js +2 -4
  8729. package/serialization/resources/identifiers/types/index.d.ts +6 -6
  8730. package/serialization/resources/identifiers/types/index.js +6 -6
  8731. package/serialization/resources/importInvoice/resources/v1/client/get.d.ts +1 -4
  8732. package/serialization/resources/importInvoice/resources/v1/client/get.js +1 -3
  8733. package/serialization/resources/importInvoice/resources/v1/client/importInvoice.d.ts +2 -5
  8734. package/serialization/resources/importInvoice/resources/v1/client/importInvoice.js +2 -4
  8735. package/serialization/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
  8736. package/serialization/resources/importInvoice/resources/v1/client/index.js +2 -2
  8737. package/serialization/resources/importInvoice/resources/v1/client/update.d.ts +1 -4
  8738. package/serialization/resources/importInvoice/resources/v1/client/update.js +1 -3
  8739. package/serialization/resources/importInvoice/resources/v1/index.d.ts +1 -1
  8740. package/serialization/resources/importInvoice/resources/v1/index.js +1 -1
  8741. package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.d.ts +3 -6
  8742. package/serialization/resources/importInvoice/resources/v1/types/CreateImportInvoiceRequest.js +2 -4
  8743. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.d.ts +3 -6
  8744. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoice.js +2 -4
  8745. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.d.ts +2 -5
  8746. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoiceUpdateRequest.js +1 -3
  8747. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.d.ts +3 -6
  8748. package/serialization/resources/importInvoice/resources/v1/types/ImportInvoicesPage.js +2 -4
  8749. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.d.ts +3 -6
  8750. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemInfoUpdate.js +2 -4
  8751. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.d.ts +2 -5
  8752. package/serialization/resources/importInvoice/resources/v1/types/InvoiceItemUpdateType.js +1 -3
  8753. package/serialization/resources/importInvoice/resources/v1/types/index.d.ts +3 -3
  8754. package/serialization/resources/importInvoice/resources/v1/types/index.js +3 -3
  8755. package/serialization/resources/index.d.ts +31 -31
  8756. package/serialization/resources/index.js +33 -33
  8757. package/serialization/resources/individual/types/Gender.d.ts +2 -5
  8758. package/serialization/resources/individual/types/Gender.js +1 -3
  8759. package/serialization/resources/individual/types/IndividualBase.d.ts +2 -5
  8760. package/serialization/resources/individual/types/IndividualBase.js +1 -3
  8761. package/serialization/resources/individual/types/IndividualBaseOptional.d.ts +2 -5
  8762. package/serialization/resources/individual/types/IndividualBaseOptional.js +1 -3
  8763. package/serialization/resources/individual/types/IndividualId.d.ts +1 -4
  8764. package/serialization/resources/individual/types/IndividualId.js +1 -3
  8765. package/serialization/resources/individual/types/Patient.d.ts +5 -8
  8766. package/serialization/resources/individual/types/Patient.js +4 -6
  8767. package/serialization/resources/individual/types/PatientBase.d.ts +2 -5
  8768. package/serialization/resources/individual/types/PatientBase.js +1 -3
  8769. package/serialization/resources/individual/types/PatientClinicalTrialInfo.d.ts +2 -5
  8770. package/serialization/resources/individual/types/PatientClinicalTrialInfo.js +1 -3
  8771. package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.d.ts +2 -5
  8772. package/serialization/resources/individual/types/PatientClinicalTrialInfoCreate.js +1 -3
  8773. package/serialization/resources/individual/types/PatientCreate.d.ts +4 -7
  8774. package/serialization/resources/individual/types/PatientCreate.js +3 -5
  8775. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +2 -5
  8776. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +1 -3
  8777. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +2 -5
  8778. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +1 -3
  8779. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.d.ts +2 -5
  8780. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreateOptional.js +1 -3
  8781. package/serialization/resources/individual/types/PatientUpdate.d.ts +5 -8
  8782. package/serialization/resources/individual/types/PatientUpdate.js +4 -6
  8783. package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.d.ts +5 -8
  8784. package/serialization/resources/individual/types/PatientUpdateWithOptionalAddress.js +4 -6
  8785. package/serialization/resources/individual/types/Subscriber.d.ts +3 -6
  8786. package/serialization/resources/individual/types/Subscriber.js +2 -4
  8787. package/serialization/resources/individual/types/SubscriberBase.d.ts +2 -5
  8788. package/serialization/resources/individual/types/SubscriberBase.js +1 -3
  8789. package/serialization/resources/individual/types/SubscriberBaseOptional.d.ts +2 -5
  8790. package/serialization/resources/individual/types/SubscriberBaseOptional.js +1 -3
  8791. package/serialization/resources/individual/types/SubscriberCreate.d.ts +2 -5
  8792. package/serialization/resources/individual/types/SubscriberCreate.js +1 -3
  8793. package/serialization/resources/individual/types/SubscriberCreateOptional.d.ts +2 -5
  8794. package/serialization/resources/individual/types/SubscriberCreateOptional.js +1 -3
  8795. package/serialization/resources/individual/types/index.d.ts +13 -13
  8796. package/serialization/resources/individual/types/index.js +13 -13
  8797. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +1 -4
  8798. package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +1 -3
  8799. package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -1
  8800. package/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -1
  8801. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +3 -6
  8802. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +2 -4
  8803. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +4 -7
  8804. package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -5
  8805. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +4 -7
  8806. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -5
  8807. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +4 -7
  8808. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -5
  8809. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +1 -4
  8810. package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +1 -3
  8811. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +3 -6
  8812. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -4
  8813. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -5
  8814. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +1 -3
  8815. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +1 -4
  8816. package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +1 -3
  8817. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +6 -6
  8818. package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +6 -6
  8819. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.d.ts +3 -6
  8820. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCard.js +2 -4
  8821. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +3 -6
  8822. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -4
  8823. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.d.ts +2 -5
  8824. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreate.js +1 -3
  8825. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.d.ts +2 -5
  8826. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardCreateOptional.js +1 -3
  8827. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.d.ts +1 -4
  8828. package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardId.js +1 -3
  8829. package/serialization/resources/insuranceCards/resources/v2/types/index.d.ts +2 -2
  8830. package/serialization/resources/insuranceCards/resources/v2/types/index.js +2 -2
  8831. package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +1 -4
  8832. package/serialization/resources/insurancePayments/resources/v1/client/get.js +1 -3
  8833. package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +1 -4
  8834. package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +1 -3
  8835. package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
  8836. package/serialization/resources/insurancePayments/resources/v1/client/index.js +2 -2
  8837. package/serialization/resources/insurancePayments/resources/v1/index.d.ts +1 -1
  8838. package/serialization/resources/insurancePayments/resources/v1/index.js +1 -1
  8839. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +4 -7
  8840. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +3 -5
  8841. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +1 -4
  8842. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +1 -3
  8843. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +2 -5
  8844. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +1 -3
  8845. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +3 -6
  8846. package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +2 -4
  8847. package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +2 -2
  8848. package/serialization/resources/insurancePayments/resources/v1/types/index.js +2 -2
  8849. package/serialization/resources/insuranceRefunds/resources/v1/client/create.d.ts +1 -4
  8850. package/serialization/resources/insuranceRefunds/resources/v1/client/create.js +1 -3
  8851. package/serialization/resources/insuranceRefunds/resources/v1/client/delete.d.ts +1 -4
  8852. package/serialization/resources/insuranceRefunds/resources/v1/client/delete.js +1 -3
  8853. package/serialization/resources/insuranceRefunds/resources/v1/client/get.d.ts +1 -4
  8854. package/serialization/resources/insuranceRefunds/resources/v1/client/get.js +1 -3
  8855. package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +1 -4
  8856. package/serialization/resources/insuranceRefunds/resources/v1/client/getMulti.js +1 -3
  8857. package/serialization/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -3
  8858. package/serialization/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
  8859. package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +2 -5
  8860. package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -3
  8861. package/serialization/resources/insuranceRefunds/resources/v1/client/update.d.ts +1 -4
  8862. package/serialization/resources/insuranceRefunds/resources/v1/client/update.js +1 -3
  8863. package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -1
  8864. package/serialization/resources/insuranceRefunds/resources/v1/index.js +1 -1
  8865. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +4 -7
  8866. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +3 -5
  8867. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +3 -6
  8868. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +2 -4
  8869. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +1 -4
  8870. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +1 -3
  8871. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +2 -5
  8872. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +1 -3
  8873. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +3 -6
  8874. package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +2 -4
  8875. package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -2
  8876. package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -2
  8877. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.d.ts +2 -5
  8878. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItem.js +1 -3
  8879. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.d.ts +3 -6
  8880. package/serialization/resources/invoices/resources/v2/types/ClaimInvoiceItemInfo.js +2 -4
  8881. package/serialization/resources/invoices/resources/v2/types/Invoice.d.ts +4 -7
  8882. package/serialization/resources/invoices/resources/v2/types/Invoice.js +3 -5
  8883. package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.d.ts +2 -5
  8884. package/serialization/resources/invoices/resources/v2/types/InvoiceDestination.js +1 -3
  8885. package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.d.ts +2 -5
  8886. package/serialization/resources/invoices/resources/v2/types/InvoiceDestinationMetadata.js +1 -3
  8887. package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.d.ts +2 -5
  8888. package/serialization/resources/invoices/resources/v2/types/InvoiceInfo.js +1 -3
  8889. package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.d.ts +3 -6
  8890. package/serialization/resources/invoices/resources/v2/types/InvoiceItemAttributionCreate.js +2 -4
  8891. package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.d.ts +2 -5
  8892. package/serialization/resources/invoices/resources/v2/types/InvoiceItemCreate.js +1 -3
  8893. package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.d.ts +2 -5
  8894. package/serialization/resources/invoices/resources/v2/types/InvoiceItemInfo.js +1 -3
  8895. package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.d.ts +2 -5
  8896. package/serialization/resources/invoices/resources/v2/types/InvoiceSortField.js +1 -3
  8897. package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.d.ts +2 -5
  8898. package/serialization/resources/invoices/resources/v2/types/InvoiceStatus.js +1 -3
  8899. package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.d.ts +2 -5
  8900. package/serialization/resources/invoices/resources/v2/types/ServiceLineInvoiceItem.js +1 -3
  8901. package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.d.ts +2 -5
  8902. package/serialization/resources/invoices/resources/v2/types/UnattributedInvoiceItem.js +1 -3
  8903. package/serialization/resources/invoices/resources/v2/types/index.d.ts +6 -6
  8904. package/serialization/resources/invoices/resources/v2/types/index.js +6 -6
  8905. package/serialization/resources/invoices/types/Invoice.d.ts +4 -7
  8906. package/serialization/resources/invoices/types/Invoice.js +3 -5
  8907. package/serialization/resources/invoices/types/InvoiceItem.d.ts +2 -5
  8908. package/serialization/resources/invoices/types/InvoiceItem.js +1 -3
  8909. package/serialization/resources/invoices/types/InvoiceStatus.d.ts +2 -5
  8910. package/serialization/resources/invoices/types/InvoiceStatus.js +1 -3
  8911. package/serialization/resources/medicationDispense/resources/v1/client/create.d.ts +3 -6
  8912. package/serialization/resources/medicationDispense/resources/v1/client/create.js +3 -5
  8913. package/serialization/resources/medicationDispense/resources/v1/index.d.ts +1 -1
  8914. package/serialization/resources/medicationDispense/resources/v1/index.js +1 -1
  8915. package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.d.ts +3 -6
  8916. package/serialization/resources/medicationDispense/resources/v1/types/MedicationDispenseCreate.js +2 -4
  8917. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +1 -4
  8918. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +1 -3
  8919. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +1 -4
  8920. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +1 -3
  8921. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +1 -4
  8922. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +1 -3
  8923. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +1 -4
  8924. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +1 -3
  8925. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +3 -3
  8926. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
  8927. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +3 -6
  8928. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +2 -4
  8929. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +1 -4
  8930. package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +1 -3
  8931. package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +1 -1
  8932. package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +1 -1
  8933. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +5 -8
  8934. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +4 -6
  8935. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +4 -7
  8936. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +3 -5
  8937. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +1 -4
  8938. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +1 -3
  8939. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +2 -5
  8940. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +1 -3
  8941. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +3 -6
  8942. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +2 -4
  8943. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +2 -2
  8944. package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +2 -2
  8945. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +1 -4
  8946. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +1 -3
  8947. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +1 -4
  8948. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +1 -3
  8949. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +1 -4
  8950. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +1 -3
  8951. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +1 -4
  8952. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +1 -3
  8953. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +3 -3
  8954. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
  8955. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +3 -6
  8956. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +2 -4
  8957. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +1 -4
  8958. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +1 -3
  8959. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +1 -1
  8960. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +1 -1
  8961. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +5 -8
  8962. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +4 -6
  8963. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +3 -6
  8964. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +2 -4
  8965. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +1 -4
  8966. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +1 -3
  8967. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +2 -5
  8968. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +1 -3
  8969. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +3 -6
  8970. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +2 -4
  8971. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +2 -2
  8972. package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +2 -2
  8973. package/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +2 -5
  8974. package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +2 -4
  8975. package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +1 -4
  8976. package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +1 -3
  8977. package/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +1 -4
  8978. package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +1 -3
  8979. package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +1 -4
  8980. package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +1 -3
  8981. package/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +3 -3
  8982. package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
  8983. package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +1 -4
  8984. package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +1 -3
  8985. package/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +2 -5
  8986. package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +2 -4
  8987. package/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +1 -1
  8988. package/serialization/resources/nonInsurancePayers/resources/v1/index.js +1 -1
  8989. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +3 -6
  8990. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -4
  8991. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +4 -7
  8992. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +3 -5
  8993. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +2 -5
  8994. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +1 -3
  8995. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.d.ts +2 -5
  8996. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoriesPage.js +1 -3
  8997. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +2 -5
  8998. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +1 -3
  8999. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +2 -5
  9000. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +1 -3
  9001. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +1 -4
  9002. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +1 -3
  9003. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +3 -6
  9004. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +2 -4
  9005. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +2 -5
  9006. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +1 -3
  9007. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +4 -7
  9008. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +3 -5
  9009. package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +2 -5
  9010. package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +1 -3
  9011. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +7 -7
  9012. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +7 -7
  9013. package/serialization/resources/organizationProviders/resources/v2/types/AddressType.d.ts +2 -5
  9014. package/serialization/resources/organizationProviders/resources/v2/types/AddressType.js +1 -3
  9015. package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.d.ts +2 -5
  9016. package/serialization/resources/organizationProviders/resources/v2/types/EmploymentStatus.js +1 -3
  9017. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +2 -5
  9018. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +1 -3
  9019. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.d.ts +4 -7
  9020. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProvider.js +3 -5
  9021. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.d.ts +2 -5
  9022. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderAddress.js +1 -3
  9023. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.d.ts +3 -6
  9024. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderBase.js +2 -4
  9025. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.d.ts +1 -4
  9026. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderId.js +1 -3
  9027. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.d.ts +2 -5
  9028. package/serialization/resources/organizationProviders/resources/v2/types/OrganizationProviderSortOptions.js +1 -3
  9029. package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.d.ts +2 -5
  9030. package/serialization/resources/organizationProviders/resources/v2/types/ProviderType.js +1 -3
  9031. package/serialization/resources/organizationProviders/resources/v2/types/index.d.ts +6 -6
  9032. package/serialization/resources/organizationProviders/resources/v2/types/index.js +6 -6
  9033. package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +1 -4
  9034. package/serialization/resources/organizationProviders/resources/v3/client/create.js +1 -3
  9035. package/serialization/resources/organizationProviders/resources/v3/client/get.d.ts +1 -4
  9036. package/serialization/resources/organizationProviders/resources/v3/client/get.js +1 -3
  9037. package/serialization/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
  9038. package/serialization/resources/organizationProviders/resources/v3/client/index.js +2 -2
  9039. package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +2 -5
  9040. package/serialization/resources/organizationProviders/resources/v3/client/update.js +2 -4
  9041. package/serialization/resources/organizationProviders/resources/v3/index.d.ts +1 -1
  9042. package/serialization/resources/organizationProviders/resources/v3/index.js +1 -1
  9043. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.d.ts +4 -7
  9044. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderCreateV2.js +3 -5
  9045. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.d.ts +3 -6
  9046. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderPageV2.js +2 -4
  9047. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.d.ts +5 -8
  9048. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderUpdateV2.js +4 -6
  9049. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +4 -7
  9050. package/serialization/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.js +3 -5
  9051. package/serialization/resources/organizationProviders/resources/v3/types/index.d.ts +2 -2
  9052. package/serialization/resources/organizationProviders/resources/v3/types/index.js +2 -2
  9053. package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +1 -4
  9054. package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +1 -3
  9055. package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +1 -4
  9056. package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +1 -3
  9057. package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +1 -4
  9058. package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +1 -3
  9059. package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +1 -4
  9060. package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +1 -3
  9061. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -2
  9062. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +3 -3
  9063. package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +2 -5
  9064. package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +2 -4
  9065. package/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +1 -1
  9066. package/serialization/resources/organizationServiceFacilities/resources/v2/index.js +1 -1
  9067. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +7 -10
  9068. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +6 -8
  9069. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +6 -9
  9070. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -7
  9071. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +1 -4
  9072. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +1 -3
  9073. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +3 -6
  9074. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +2 -4
  9075. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +6 -9
  9076. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -7
  9077. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +2 -5
  9078. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +1 -3
  9079. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +2 -5
  9080. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +1 -3
  9081. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +2 -5
  9082. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +1 -3
  9083. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +2 -5
  9084. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +1 -3
  9085. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +2 -5
  9086. package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +1 -3
  9087. package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +7 -7
  9088. package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +7 -7
  9089. package/serialization/resources/patientAr/resources/v1/client/index.d.ts +1 -1
  9090. package/serialization/resources/patientAr/resources/v1/client/index.js +2 -2
  9091. package/serialization/resources/patientAr/resources/v1/client/itemize.d.ts +1 -4
  9092. package/serialization/resources/patientAr/resources/v1/client/itemize.js +1 -3
  9093. package/serialization/resources/patientAr/resources/v1/client/listInventory.d.ts +2 -5
  9094. package/serialization/resources/patientAr/resources/v1/client/listInventory.js +2 -4
  9095. package/serialization/resources/patientAr/resources/v1/index.d.ts +1 -1
  9096. package/serialization/resources/patientAr/resources/v1/index.js +1 -1
  9097. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.d.ts +2 -5
  9098. package/serialization/resources/patientAr/resources/v1/types/InsuranceAdjustmentInfo.js +1 -3
  9099. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.d.ts +2 -5
  9100. package/serialization/resources/patientAr/resources/v1/types/InsurancePaymentInfo.js +1 -3
  9101. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.d.ts +2 -5
  9102. package/serialization/resources/patientAr/resources/v1/types/InvalidFiltersErrorType.js +1 -3
  9103. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.d.ts +2 -5
  9104. package/serialization/resources/patientAr/resources/v1/types/InventoryRecord.js +1 -3
  9105. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.d.ts +2 -5
  9106. package/serialization/resources/patientAr/resources/v1/types/InvoiceItemizationResponse.js +1 -3
  9107. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.d.ts +3 -6
  9108. package/serialization/resources/patientAr/resources/v1/types/ListInventoryPagedResponse.js +2 -4
  9109. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.d.ts +2 -5
  9110. package/serialization/resources/patientAr/resources/v1/types/NonInsuranceAdjustmentInfo.js +1 -3
  9111. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.d.ts +2 -5
  9112. package/serialization/resources/patientAr/resources/v1/types/NonInsurancePaymentInfo.js +1 -3
  9113. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.d.ts +2 -5
  9114. package/serialization/resources/patientAr/resources/v1/types/PatientAdjustmentInfo.js +1 -3
  9115. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.d.ts +2 -5
  9116. package/serialization/resources/patientAr/resources/v1/types/PatientArStatus.js +1 -3
  9117. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.d.ts +2 -5
  9118. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentAllocation.js +1 -3
  9119. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.d.ts +2 -5
  9120. package/serialization/resources/patientAr/resources/v1/types/PatientPaymentInfo.js +1 -3
  9121. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.d.ts +2 -5
  9122. package/serialization/resources/patientAr/resources/v1/types/ServiceLineItemization.js +1 -3
  9123. package/serialization/resources/patientAr/resources/v1/types/index.d.ts +7 -7
  9124. package/serialization/resources/patientAr/resources/v1/types/index.js +7 -7
  9125. package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +6 -9
  9126. package/serialization/resources/patientPayments/resources/v3/types/PatientPayment.js +5 -7
  9127. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.d.ts +1 -4
  9128. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentId.js +1 -3
  9129. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.d.ts +2 -5
  9130. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentSource.js +1 -3
  9131. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.d.ts +2 -5
  9132. package/serialization/resources/patientPayments/resources/v3/types/PatientPaymentStatus.js +1 -3
  9133. package/serialization/resources/patientPayments/resources/v3/types/index.d.ts +1 -1
  9134. package/serialization/resources/patientPayments/resources/v3/types/index.js +1 -1
  9135. package/serialization/resources/patientPayments/resources/v4/client/create.d.ts +1 -4
  9136. package/serialization/resources/patientPayments/resources/v4/client/create.js +1 -3
  9137. package/serialization/resources/patientPayments/resources/v4/client/delete.d.ts +1 -4
  9138. package/serialization/resources/patientPayments/resources/v4/client/delete.js +1 -3
  9139. package/serialization/resources/patientPayments/resources/v4/client/get.d.ts +1 -4
  9140. package/serialization/resources/patientPayments/resources/v4/client/get.js +1 -3
  9141. package/serialization/resources/patientPayments/resources/v4/client/getMulti.d.ts +1 -4
  9142. package/serialization/resources/patientPayments/resources/v4/client/getMulti.js +1 -3
  9143. package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +3 -3
  9144. package/serialization/resources/patientPayments/resources/v4/client/index.js +4 -4
  9145. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +3 -6
  9146. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +2 -4
  9147. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.d.ts +3 -6
  9148. package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentUpdate.js +2 -4
  9149. package/serialization/resources/patientPayments/resources/v4/client/update.d.ts +1 -4
  9150. package/serialization/resources/patientPayments/resources/v4/client/update.js +1 -3
  9151. package/serialization/resources/patientPayments/resources/v4/index.d.ts +1 -1
  9152. package/serialization/resources/patientPayments/resources/v4/index.js +1 -1
  9153. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +5 -8
  9154. package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +4 -6
  9155. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +1 -4
  9156. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +1 -3
  9157. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +2 -5
  9158. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +1 -3
  9159. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +3 -6
  9160. package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +2 -4
  9161. package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -2
  9162. package/serialization/resources/patientPayments/resources/v4/types/index.js +2 -2
  9163. package/serialization/resources/patientRefunds/resources/v1/client/create.d.ts +1 -4
  9164. package/serialization/resources/patientRefunds/resources/v1/client/create.js +1 -3
  9165. package/serialization/resources/patientRefunds/resources/v1/client/delete.d.ts +1 -4
  9166. package/serialization/resources/patientRefunds/resources/v1/client/delete.js +1 -3
  9167. package/serialization/resources/patientRefunds/resources/v1/client/get.d.ts +1 -4
  9168. package/serialization/resources/patientRefunds/resources/v1/client/get.js +1 -3
  9169. package/serialization/resources/patientRefunds/resources/v1/client/getMulti.d.ts +1 -4
  9170. package/serialization/resources/patientRefunds/resources/v1/client/getMulti.js +1 -3
  9171. package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +3 -3
  9172. package/serialization/resources/patientRefunds/resources/v1/client/index.js +4 -4
  9173. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +3 -6
  9174. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +2 -4
  9175. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.d.ts +3 -6
  9176. package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundUpdate.js +2 -4
  9177. package/serialization/resources/patientRefunds/resources/v1/client/update.d.ts +1 -4
  9178. package/serialization/resources/patientRefunds/resources/v1/client/update.js +1 -3
  9179. package/serialization/resources/patientRefunds/resources/v1/index.d.ts +1 -1
  9180. package/serialization/resources/patientRefunds/resources/v1/index.js +1 -1
  9181. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +5 -8
  9182. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +4 -6
  9183. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +1 -4
  9184. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +1 -3
  9185. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +2 -5
  9186. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +1 -3
  9187. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +3 -6
  9188. package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +2 -4
  9189. package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -2
  9190. package/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -2
  9191. package/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +1 -4
  9192. package/serialization/resources/payerPlanGroups/resources/v1/client/create.js +1 -3
  9193. package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +1 -4
  9194. package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +1 -3
  9195. package/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +1 -4
  9196. package/serialization/resources/payerPlanGroups/resources/v1/client/get.js +1 -3
  9197. package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +1 -4
  9198. package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js +1 -3
  9199. package/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +3 -3
  9200. package/serialization/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
  9201. package/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +1 -4
  9202. package/serialization/resources/payerPlanGroups/resources/v1/client/update.js +1 -3
  9203. package/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +1 -1
  9204. package/serialization/resources/payerPlanGroups/resources/v1/index.js +1 -1
  9205. package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +3 -6
  9206. package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +2 -4
  9207. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +2 -5
  9208. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +1 -3
  9209. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +2 -5
  9210. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +1 -3
  9211. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +3 -6
  9212. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +2 -4
  9213. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +2 -5
  9214. package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +1 -3
  9215. package/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +1 -1
  9216. package/serialization/resources/payerPlanGroups/resources/v1/types/index.js +1 -1
  9217. package/serialization/resources/payers/resources/v3/types/Payer.d.ts +3 -6
  9218. package/serialization/resources/payers/resources/v3/types/Payer.js +2 -4
  9219. package/serialization/resources/payers/resources/v3/types/PayerId.d.ts +1 -4
  9220. package/serialization/resources/payers/resources/v3/types/PayerId.js +1 -3
  9221. package/serialization/resources/payers/resources/v3/types/PayerIdentifier.d.ts +2 -5
  9222. package/serialization/resources/payers/resources/v3/types/PayerIdentifier.js +1 -3
  9223. package/serialization/resources/payers/resources/v3/types/PayerInfo.d.ts +2 -5
  9224. package/serialization/resources/payers/resources/v3/types/PayerInfo.js +1 -3
  9225. package/serialization/resources/payers/resources/v3/types/PayerName.d.ts +1 -4
  9226. package/serialization/resources/payers/resources/v3/types/PayerName.js +1 -3
  9227. package/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +3 -6
  9228. package/serialization/resources/payers/resources/v3/types/PayerPage.js +2 -4
  9229. package/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +1 -4
  9230. package/serialization/resources/payers/resources/v3/types/PayerUuid.js +1 -3
  9231. package/serialization/resources/payers/resources/v3/types/index.d.ts +4 -4
  9232. package/serialization/resources/payers/resources/v3/types/index.js +4 -4
  9233. package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.d.ts +2 -5
  9234. package/serialization/resources/payers/resources/v4/types/ClearinghousePayerInfo.js +1 -3
  9235. package/serialization/resources/payers/resources/v4/types/Payer.d.ts +5 -8
  9236. package/serialization/resources/payers/resources/v4/types/Payer.js +4 -6
  9237. package/serialization/resources/payers/resources/v4/types/PayerIds.d.ts +2 -5
  9238. package/serialization/resources/payers/resources/v4/types/PayerIds.js +1 -3
  9239. package/serialization/resources/payers/resources/v4/types/PayerPage.d.ts +3 -6
  9240. package/serialization/resources/payers/resources/v4/types/PayerPage.js +2 -4
  9241. package/serialization/resources/payers/resources/v4/types/PayerUuid.d.ts +1 -4
  9242. package/serialization/resources/payers/resources/v4/types/PayerUuid.js +1 -3
  9243. package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.d.ts +2 -5
  9244. package/serialization/resources/payers/resources/v4/types/PrimaryPayerIds.js +1 -3
  9245. package/serialization/resources/payers/resources/v4/types/SupportState.d.ts +2 -5
  9246. package/serialization/resources/payers/resources/v4/types/SupportState.js +1 -3
  9247. package/serialization/resources/payers/resources/v4/types/index.d.ts +5 -5
  9248. package/serialization/resources/payers/resources/v4/types/index.js +5 -5
  9249. package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.d.ts +1 -4
  9250. package/serialization/resources/paymentAccountConfigs/types/PaymentAccountConfigId.js +1 -3
  9251. package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.d.ts +1 -4
  9252. package/serialization/resources/pipelineCommons/types/ConfigurableRuleId.js +1 -3
  9253. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +2 -5
  9254. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +2 -4
  9255. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +1 -4
  9256. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +1 -3
  9257. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +1 -4
  9258. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +1 -3
  9259. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +2 -5
  9260. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +2 -4
  9261. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.d.ts +1 -4
  9262. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getVisits.js +1 -3
  9263. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +3 -3
  9264. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
  9265. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.d.ts +2 -5
  9266. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/scan.js +1 -3
  9267. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +1 -4
  9268. package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +1 -3
  9269. package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +1 -1
  9270. package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +1 -1
  9271. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +2 -5
  9272. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +1 -3
  9273. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.d.ts +2 -5
  9274. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentStatus.js +1 -3
  9275. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +2 -5
  9276. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +1 -3
  9277. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +4 -7
  9278. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +3 -5
  9279. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +2 -5
  9280. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +1 -3
  9281. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +2 -5
  9282. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +1 -3
  9283. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +3 -6
  9284. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +2 -4
  9285. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.d.ts +3 -6
  9286. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/VisitsPage.js +2 -4
  9287. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +4 -4
  9288. package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +4 -4
  9289. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +2 -5
  9290. package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +1 -3
  9291. package/serialization/resources/preEncounter/resources/common/types/Address.d.ts +2 -5
  9292. package/serialization/resources/preEncounter/resources/common/types/Address.js +1 -3
  9293. package/serialization/resources/preEncounter/resources/common/types/AddressUse.d.ts +2 -5
  9294. package/serialization/resources/preEncounter/resources/common/types/AddressUse.js +1 -3
  9295. package/serialization/resources/preEncounter/resources/common/types/AppointmentId.d.ts +1 -4
  9296. package/serialization/resources/preEncounter/resources/common/types/AppointmentId.js +1 -3
  9297. package/serialization/resources/preEncounter/resources/common/types/BaseModel.d.ts +2 -5
  9298. package/serialization/resources/preEncounter/resources/common/types/BaseModel.js +1 -3
  9299. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.d.ts +2 -5
  9300. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialAssociation.js +1 -3
  9301. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.d.ts +1 -4
  9302. package/serialization/resources/preEncounter/resources/common/types/CanonicalClinicalTrialId.js +1 -3
  9303. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +3 -6
  9304. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +2 -4
  9305. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.d.ts +1 -4
  9306. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerId.js +1 -3
  9307. package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +1 -4
  9308. package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +1 -3
  9309. package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +1 -4
  9310. package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js +1 -3
  9311. package/serialization/resources/preEncounter/resources/common/types/ContactPoint.d.ts +2 -5
  9312. package/serialization/resources/preEncounter/resources/common/types/ContactPoint.js +1 -3
  9313. package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.d.ts +2 -5
  9314. package/serialization/resources/preEncounter/resources/common/types/ContactPointUse.js +1 -3
  9315. package/serialization/resources/preEncounter/resources/common/types/CoverageId.d.ts +1 -4
  9316. package/serialization/resources/preEncounter/resources/common/types/CoverageId.js +1 -3
  9317. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.d.ts +2 -5
  9318. package/serialization/resources/preEncounter/resources/common/types/DisabilityStatus.js +1 -3
  9319. package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.d.ts +2 -5
  9320. package/serialization/resources/preEncounter/resources/common/types/ErrorBase4Xx.js +1 -3
  9321. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.d.ts +2 -5
  9322. package/serialization/resources/preEncounter/resources/common/types/Ethnicity.js +1 -3
  9323. package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.d.ts +2 -5
  9324. package/serialization/resources/preEncounter/resources/common/types/ExternalIdentifier.js +1 -3
  9325. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +6 -9
  9326. package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +5 -7
  9327. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -5
  9328. package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -3
  9329. package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -4
  9330. package/serialization/resources/preEncounter/resources/common/types/FilterQueryString.js +1 -3
  9331. package/serialization/resources/preEncounter/resources/common/types/Gender.d.ts +2 -5
  9332. package/serialization/resources/preEncounter/resources/common/types/Gender.js +1 -3
  9333. package/serialization/resources/preEncounter/resources/common/types/HumanName.d.ts +2 -5
  9334. package/serialization/resources/preEncounter/resources/common/types/HumanName.js +1 -3
  9335. package/serialization/resources/preEncounter/resources/common/types/NameUse.d.ts +2 -5
  9336. package/serialization/resources/preEncounter/resources/common/types/NameUse.js +1 -3
  9337. package/serialization/resources/preEncounter/resources/common/types/NoteId.d.ts +1 -4
  9338. package/serialization/resources/preEncounter/resources/common/types/NoteId.js +1 -3
  9339. package/serialization/resources/preEncounter/resources/common/types/OrganizationId.d.ts +1 -4
  9340. package/serialization/resources/preEncounter/resources/common/types/OrganizationId.js +1 -3
  9341. package/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +1 -4
  9342. package/serialization/resources/preEncounter/resources/common/types/PageToken.js +1 -3
  9343. package/serialization/resources/preEncounter/resources/common/types/PatientId.d.ts +1 -4
  9344. package/serialization/resources/preEncounter/resources/common/types/PatientId.js +1 -3
  9345. package/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.d.ts +2 -5
  9346. package/serialization/resources/preEncounter/resources/common/types/PatientServiceFacility.js +1 -3
  9347. package/serialization/resources/preEncounter/resources/common/types/PayerId.d.ts +1 -4
  9348. package/serialization/resources/preEncounter/resources/common/types/PayerId.js +1 -3
  9349. package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.d.ts +1 -4
  9350. package/serialization/resources/preEncounter/resources/common/types/PayerPlanGroupId.js +1 -3
  9351. package/serialization/resources/preEncounter/resources/common/types/Period.d.ts +2 -5
  9352. package/serialization/resources/preEncounter/resources/common/types/Period.js +1 -3
  9353. package/serialization/resources/preEncounter/resources/common/types/Race.d.ts +2 -5
  9354. package/serialization/resources/preEncounter/resources/common/types/Race.js +1 -3
  9355. package/serialization/resources/preEncounter/resources/common/types/Relationship.d.ts +2 -5
  9356. package/serialization/resources/preEncounter/resources/common/types/Relationship.js +1 -3
  9357. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +2 -5
  9358. package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +1 -3
  9359. package/serialization/resources/preEncounter/resources/common/types/Sex.d.ts +2 -5
  9360. package/serialization/resources/preEncounter/resources/common/types/Sex.js +1 -3
  9361. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.d.ts +2 -5
  9362. package/serialization/resources/preEncounter/resources/common/types/SexualOrientation.js +1 -3
  9363. package/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +2 -5
  9364. package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +1 -3
  9365. package/serialization/resources/preEncounter/resources/common/types/TagId.d.ts +1 -4
  9366. package/serialization/resources/preEncounter/resources/common/types/TagId.js +1 -3
  9367. package/serialization/resources/preEncounter/resources/common/types/UserId.d.ts +1 -4
  9368. package/serialization/resources/preEncounter/resources/common/types/UserId.js +1 -3
  9369. package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.d.ts +2 -5
  9370. package/serialization/resources/preEncounter/resources/common/types/VersionConflictErrorBody.js +1 -3
  9371. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +32 -32
  9372. package/serialization/resources/preEncounter/resources/common/types/index.js +32 -32
  9373. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +2 -5
  9374. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +2 -4
  9375. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.d.ts +2 -5
  9376. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMulti.js +1 -3
  9377. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.d.ts +1 -4
  9378. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getMultiPaginated.js +1 -3
  9379. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +3 -3
  9380. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
  9381. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +2 -5
  9382. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +1 -3
  9383. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.d.ts +2 -5
  9384. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/scan.js +1 -3
  9385. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.d.ts +1 -4
  9386. package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/update.js +1 -3
  9387. package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.d.ts +1 -1
  9388. package/serialization/resources/preEncounter/resources/coverages/resources/v1/index.js +1 -1
  9389. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.d.ts +2 -5
  9390. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Address.js +1 -3
  9391. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +2 -5
  9392. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +1 -3
  9393. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +2 -5
  9394. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +1 -3
  9395. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.d.ts +3 -6
  9396. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Coverage.js +2 -4
  9397. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +3 -6
  9398. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -4
  9399. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +2 -5
  9400. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +1 -3
  9401. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +3 -6
  9402. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +2 -4
  9403. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +2 -5
  9404. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -3
  9405. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.d.ts +2 -5
  9406. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageStatus.js +1 -3
  9407. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +2 -5
  9408. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -3
  9409. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +2 -5
  9410. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +1 -3
  9411. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.d.ts +3 -6
  9412. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoveragesPage.js +2 -4
  9413. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.d.ts +2 -5
  9414. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ExpandedMemberInfo.js +1 -3
  9415. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +6 -9
  9416. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +5 -7
  9417. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +2 -5
  9418. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +1 -3
  9419. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +2 -5
  9420. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js +1 -3
  9421. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.d.ts +2 -5
  9422. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MemberInfo.js +1 -3
  9423. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +8 -10
  9424. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +7 -8
  9425. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.d.ts +2 -5
  9426. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/NetworkType.js +1 -3
  9427. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.d.ts +3 -6
  9428. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PayerPlanGroupFields.js +2 -4
  9429. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -6
  9430. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +2 -4
  9431. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +2 -5
  9432. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +1 -3
  9433. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.d.ts +2 -5
  9434. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanDate.js +1 -3
  9435. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +3 -6
  9436. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +2 -4
  9437. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +2 -5
  9438. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +1 -3
  9439. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +4 -7
  9440. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -5
  9441. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +2 -5
  9442. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +1 -3
  9443. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +2 -5
  9444. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +1 -3
  9445. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +3 -6
  9446. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -4
  9447. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +19 -19
  9448. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +19 -19
  9449. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.d.ts +2 -5
  9450. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/batch.js +1 -3
  9451. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.d.ts +2 -5
  9452. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/recommendation.js +1 -3
  9453. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.d.ts +1 -1
  9454. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/index.js +1 -1
  9455. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.d.ts +2 -5
  9456. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/BatchEligibilityResponse.js +1 -3
  9457. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.d.ts +2 -5
  9458. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CoordinationOfBenefitsRecommendation.js +1 -3
  9459. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.d.ts +2 -5
  9460. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheck.js +1 -3
  9461. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.d.ts +3 -6
  9462. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckError.js +2 -4
  9463. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.d.ts +2 -5
  9464. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorDetails.js +1 -3
  9465. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.d.ts +2 -5
  9466. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckErrorSource.js +1 -3
  9467. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.d.ts +3 -6
  9468. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckMetadata.js +2 -4
  9469. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.d.ts +3 -6
  9470. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckPage.js +2 -4
  9471. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.d.ts +2 -5
  9472. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityCheckStatus.js +1 -3
  9473. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +4 -7
  9474. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -5
  9475. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.d.ts +3 -6
  9476. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPatientInfo.js +2 -4
  9477. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +3 -6
  9478. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +2 -4
  9479. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -6
  9480. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -4
  9481. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.d.ts +3 -6
  9482. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityResponse.js +1 -3
  9483. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.d.ts +2 -5
  9484. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityStatus.js +1 -3
  9485. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.d.ts +2 -5
  9486. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Encounter.js +1 -3
  9487. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.d.ts +2 -5
  9488. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/IndividualProvider.js +1 -3
  9489. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.d.ts +2 -5
  9490. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendation.js +1 -3
  9491. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.d.ts +2 -5
  9492. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/MedicareAdvantageRecommendationPayload.js +1 -3
  9493. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.d.ts +2 -5
  9494. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/OrganizationProvider.js +1 -3
  9495. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.d.ts +4 -7
  9496. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/ParsedResponse.js +3 -5
  9497. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.d.ts +3 -6
  9498. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PayerSearchResponse.js +2 -4
  9499. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.d.ts +2 -5
  9500. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/PostEligibilityRecommendationRequest.js +1 -3
  9501. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.d.ts +2 -5
  9502. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Provider.js +1 -3
  9503. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.d.ts +2 -5
  9504. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/RequestCorrection.js +1 -3
  9505. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.d.ts +2 -5
  9506. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayer.js +1 -3
  9507. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.d.ts +2 -5
  9508. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/StediPayerItem.js +1 -3
  9509. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +20 -20
  9510. package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +20 -20
  9511. package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.d.ts +1 -4
  9512. package/serialization/resources/preEncounter/resources/images/resources/v1/client/create.js +1 -3
  9513. package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.d.ts +1 -4
  9514. package/serialization/resources/preEncounter/resources/images/resources/v1/client/deactivate.js +1 -3
  9515. package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.d.ts +1 -4
  9516. package/serialization/resources/preEncounter/resources/images/resources/v1/client/get.js +1 -3
  9517. package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.d.ts +2 -5
  9518. package/serialization/resources/preEncounter/resources/images/resources/v1/client/getMulti.js +1 -3
  9519. package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +2 -2
  9520. package/serialization/resources/preEncounter/resources/images/resources/v1/client/index.js +3 -3
  9521. package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.d.ts +1 -4
  9522. package/serialization/resources/preEncounter/resources/images/resources/v1/client/update.js +1 -3
  9523. package/serialization/resources/preEncounter/resources/images/resources/v1/index.d.ts +1 -1
  9524. package/serialization/resources/preEncounter/resources/images/resources/v1/index.js +1 -1
  9525. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.d.ts +2 -5
  9526. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageAssociation.js +1 -3
  9527. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.d.ts +2 -5
  9528. package/serialization/resources/preEncounter/resources/images/resources/v1/types/CoverageImageSide.js +1 -3
  9529. package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.d.ts +3 -6
  9530. package/serialization/resources/preEncounter/resources/images/resources/v1/types/Image.js +2 -4
  9531. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.d.ts +1 -4
  9532. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageId.js +1 -3
  9533. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.d.ts +2 -5
  9534. package/serialization/resources/preEncounter/resources/images/resources/v1/types/ImageStatus.js +1 -3
  9535. package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.d.ts +3 -6
  9536. package/serialization/resources/preEncounter/resources/images/resources/v1/types/MutableImage.js +2 -4
  9537. package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.d.ts +2 -5
  9538. package/serialization/resources/preEncounter/resources/images/resources/v1/types/PatientAssociation.js +1 -3
  9539. package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.d.ts +4 -4
  9540. package/serialization/resources/preEncounter/resources/images/resources/v1/types/index.js +4 -4
  9541. package/serialization/resources/preEncounter/resources/index.d.ts +2 -2
  9542. package/serialization/resources/preEncounter/resources/index.js +3 -3
  9543. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.d.ts +1 -4
  9544. package/serialization/resources/preEncounter/resources/lists/resources/v1/client/getPatientList.js +1 -3
  9545. package/serialization/resources/preEncounter/resources/lists/resources/v1/index.d.ts +1 -1
  9546. package/serialization/resources/preEncounter/resources/lists/resources/v1/index.js +1 -1
  9547. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +4 -7
  9548. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +3 -5
  9549. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.d.ts +3 -6
  9550. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListPage.js +2 -4
  9551. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +4 -7
  9552. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +3 -5
  9553. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.d.ts +3 -6
  9554. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListPage.js +2 -4
  9555. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.d.ts +1 -4
  9556. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/SortFieldString.js +1 -3
  9557. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.d.ts +3 -3
  9558. package/serialization/resources/preEncounter/resources/lists/resources/v1/types/index.js +3 -3
  9559. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.d.ts +2 -5
  9560. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/MutableNote.js +1 -3
  9561. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.d.ts +3 -6
  9562. package/serialization/resources/preEncounter/resources/notes/resources/v1/types/Note.js +2 -4
  9563. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.d.ts +1 -4
  9564. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/create.js +1 -3
  9565. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.d.ts +2 -5
  9566. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createWithMrn.js +2 -4
  9567. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.d.ts +1 -4
  9568. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/deactivate.js +1 -3
  9569. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.d.ts +1 -4
  9570. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/get.js +1 -3
  9571. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.d.ts +1 -4
  9572. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getByMrn.js +1 -3
  9573. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.d.ts +2 -5
  9574. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getHistory.js +2 -4
  9575. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +4 -4
  9576. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +5 -5
  9577. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.d.ts +1 -4
  9578. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/reactivate.js +1 -3
  9579. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.d.ts +2 -5
  9580. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/scan.js +1 -3
  9581. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.d.ts +2 -5
  9582. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/search.js +1 -3
  9583. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.d.ts +2 -5
  9584. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/searchProviders.js +1 -3
  9585. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.d.ts +1 -4
  9586. package/serialization/resources/preEncounter/resources/patients/resources/v1/client/update.js +1 -3
  9587. package/serialization/resources/preEncounter/resources/patients/resources/v1/index.d.ts +1 -1
  9588. package/serialization/resources/preEncounter/resources/patients/resources/v1/index.js +1 -1
  9589. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +4 -7
  9590. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +3 -5
  9591. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +2 -5
  9592. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +1 -3
  9593. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +5 -8
  9594. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +4 -6
  9595. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.d.ts +2 -5
  9596. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/DoNotInvoiceReason.js +1 -3
  9597. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.d.ts +2 -5
  9598. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ExternalProvenance.js +1 -3
  9599. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.d.ts +2 -5
  9600. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/FilingOrder.js +1 -3
  9601. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +4 -7
  9602. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +3 -5
  9603. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.d.ts +2 -5
  9604. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/InferredPatientMetadata.js +1 -3
  9605. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.d.ts +2 -5
  9606. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MaritalStatus.js +1 -3
  9607. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +21 -23
  9608. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +20 -21
  9609. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.d.ts +2 -5
  9610. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatientWithMrn.js +1 -3
  9611. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.d.ts +4 -7
  9612. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/OriginationDetail.js +3 -5
  9613. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +3 -6
  9614. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Patient.js +2 -4
  9615. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +3 -6
  9616. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +2 -4
  9617. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +1 -4
  9618. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +1 -3
  9619. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +3 -6
  9620. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +2 -4
  9621. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.d.ts +2 -5
  9622. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralSource.js +1 -3
  9623. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.d.ts +2 -5
  9624. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralType.js +1 -3
  9625. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.d.ts +2 -5
  9626. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/ReferralUnit.js +1 -3
  9627. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.d.ts +2 -5
  9628. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/SpecializationCategory.js +1 -3
  9629. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +10 -10
  9630. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +10 -10
  9631. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.d.ts +2 -5
  9632. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/MutableTag.js +1 -3
  9633. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.d.ts +3 -6
  9634. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/Tag.js +2 -4
  9635. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.d.ts +3 -6
  9636. package/serialization/resources/preEncounter/resources/tags/resources/v1/types/TagPage.js +2 -4
  9637. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.d.ts +1 -4
  9638. package/serialization/resources/remitDrafts/resources/v1/types/RemitDraftId.js +1 -3
  9639. package/serialization/resources/remits/resources/v1/types/Payee.d.ts +2 -5
  9640. package/serialization/resources/remits/resources/v1/types/Payee.js +1 -3
  9641. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +2 -5
  9642. package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.js +1 -3
  9643. package/serialization/resources/remits/resources/v1/types/index.d.ts +1 -1
  9644. package/serialization/resources/remits/resources/v1/types/index.js +1 -1
  9645. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.d.ts +3 -6
  9646. package/serialization/resources/serviceFacility/types/EncounterServiceFacility.js +2 -4
  9647. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.d.ts +2 -5
  9648. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityBase.js +1 -3
  9649. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.d.ts +2 -5
  9650. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js +1 -3
  9651. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.d.ts +2 -5
  9652. package/serialization/resources/serviceFacility/types/EncounterServiceFacilityUpdateWithOptionalAddress.js +1 -3
  9653. package/serialization/resources/serviceFacility/types/ServiceFacilityId.d.ts +1 -4
  9654. package/serialization/resources/serviceFacility/types/ServiceFacilityId.js +1 -3
  9655. package/serialization/resources/serviceFacility/types/index.d.ts +3 -3
  9656. package/serialization/resources/serviceFacility/types/index.js +3 -3
  9657. package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +1 -4
  9658. package/serialization/resources/serviceLines/resources/v2/client/create.js +1 -3
  9659. package/serialization/resources/serviceLines/resources/v2/client/createUniversal.d.ts +1 -4
  9660. package/serialization/resources/serviceLines/resources/v2/client/createUniversal.js +1 -3
  9661. package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +1 -4
  9662. package/serialization/resources/serviceLines/resources/v2/client/delete.js +1 -3
  9663. package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -2
  9664. package/serialization/resources/serviceLines/resources/v2/client/index.js +3 -3
  9665. package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +2 -5
  9666. package/serialization/resources/serviceLines/resources/v2/client/update.js +2 -4
  9667. package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.d.ts +2 -5
  9668. package/serialization/resources/serviceLines/resources/v2/client/updateUniversal.js +2 -4
  9669. package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -1
  9670. package/serialization/resources/serviceLines/resources/v2/index.js +1 -1
  9671. package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.d.ts +2 -5
  9672. package/serialization/resources/serviceLines/resources/v2/types/DenialReasonContent.js +1 -3
  9673. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +3 -6
  9674. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +2 -4
  9675. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.d.ts +3 -6
  9676. package/serialization/resources/serviceLines/resources/v2/types/DrugIdentificationOptional.js +2 -4
  9677. package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.d.ts +2 -5
  9678. package/serialization/resources/serviceLines/resources/v2/types/MeasurementUnitCode.js +1 -3
  9679. package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.d.ts +2 -5
  9680. package/serialization/resources/serviceLines/resources/v2/types/ServiceIdQualifier.js +1 -3
  9681. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +12 -15
  9682. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +11 -13
  9683. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.d.ts +2 -5
  9684. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineAdjustment.js +1 -3
  9685. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -5
  9686. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +1 -3
  9687. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.d.ts +2 -5
  9688. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBase.js +1 -3
  9689. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +5 -8
  9690. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +4 -6
  9691. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.d.ts +5 -8
  9692. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateOptional.js +4 -6
  9693. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -5
  9694. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -3
  9695. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.d.ts +2 -5
  9696. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBase.js +1 -3
  9697. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.d.ts +7 -10
  9698. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandaloneBaseBase.js +6 -8
  9699. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.d.ts +2 -5
  9700. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineDenialReason.js +1 -3
  9701. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +2 -5
  9702. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +1 -3
  9703. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -5
  9704. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +1 -3
  9705. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +5 -8
  9706. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +4 -6
  9707. package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +2 -5
  9708. package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +1 -3
  9709. package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.d.ts +2 -5
  9710. package/serialization/resources/serviceLines/resources/v2/types/TestResultOptional.js +1 -3
  9711. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.d.ts +2 -5
  9712. package/serialization/resources/serviceLines/resources/v2/types/TestResultType.js +1 -3
  9713. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -5
  9714. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -3
  9715. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.d.ts +2 -5
  9716. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineUpdate.js +1 -3
  9717. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +13 -13
  9718. package/serialization/resources/serviceLines/resources/v2/types/index.js +13 -13
  9719. package/serialization/resources/superbills/resources/v1/client/createSuperbill.d.ts +1 -4
  9720. package/serialization/resources/superbills/resources/v1/client/createSuperbill.js +1 -3
  9721. package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.d.ts +2 -5
  9722. package/serialization/resources/superbills/resources/v1/client/requests/CreateSuperbillRequest.js +1 -3
  9723. package/serialization/resources/superbills/resources/v1/index.d.ts +1 -1
  9724. package/serialization/resources/superbills/resources/v1/index.js +1 -1
  9725. package/serialization/resources/superbills/resources/v1/types/Superbill.d.ts +2 -5
  9726. package/serialization/resources/superbills/resources/v1/types/Superbill.js +1 -3
  9727. package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.d.ts +2 -5
  9728. package/serialization/resources/superbills/resources/v1/types/SuperbillResponse.js +1 -3
  9729. package/serialization/resources/tags/types/Tag.d.ts +2 -5
  9730. package/serialization/resources/tags/types/Tag.js +1 -3
  9731. package/serialization/resources/tags/types/TagColorEnum.d.ts +2 -5
  9732. package/serialization/resources/tags/types/TagColorEnum.js +1 -3
  9733. package/serialization/resources/tags/types/TagCreate.d.ts +3 -6
  9734. package/serialization/resources/tags/types/TagCreate.js +2 -4
  9735. package/serialization/resources/tags/types/TagId.d.ts +1 -4
  9736. package/serialization/resources/tags/types/TagId.js +1 -3
  9737. package/serialization/resources/tags/types/index.d.ts +2 -2
  9738. package/serialization/resources/tags/types/index.js +2 -2
  9739. package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -5
  9740. package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -3
  9741. package/serialization/resources/tasks/resources/commons/types/TaskStatus.d.ts +2 -5
  9742. package/serialization/resources/tasks/resources/commons/types/TaskStatus.js +1 -3
  9743. package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +2 -5
  9744. package/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -3
  9745. package/serialization/resources/tasks/resources/commons/types/index.d.ts +1 -1
  9746. package/serialization/resources/tasks/resources/commons/types/index.js +1 -1
  9747. package/serialization/resources/tasks/resources/index.d.ts +1 -1
  9748. package/serialization/resources/tasks/resources/index.js +2 -2
  9749. package/serialization/resources/tasks/resources/v3/client/get.d.ts +1 -4
  9750. package/serialization/resources/tasks/resources/v3/client/get.js +1 -3
  9751. package/serialization/resources/tasks/resources/v3/client/getMulti.d.ts +1 -4
  9752. package/serialization/resources/tasks/resources/v3/client/getMulti.js +1 -3
  9753. package/serialization/resources/tasks/resources/v3/client/index.d.ts +1 -1
  9754. package/serialization/resources/tasks/resources/v3/client/index.js +2 -2
  9755. package/serialization/resources/tasks/resources/v3/client/update.d.ts +1 -4
  9756. package/serialization/resources/tasks/resources/v3/client/update.js +1 -3
  9757. package/serialization/resources/tasks/resources/v3/index.d.ts +1 -1
  9758. package/serialization/resources/tasks/resources/v3/index.js +1 -1
  9759. package/serialization/resources/tasks/resources/v3/types/Task.d.ts +7 -10
  9760. package/serialization/resources/tasks/resources/v3/types/Task.js +6 -8
  9761. package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +2 -5
  9762. package/serialization/resources/tasks/resources/v3/types/TaskAction.js +1 -3
  9763. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +2 -5
  9764. package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +1 -3
  9765. package/serialization/resources/tasks/resources/v3/types/TaskActionType.d.ts +2 -5
  9766. package/serialization/resources/tasks/resources/v3/types/TaskActionType.js +1 -3
  9767. package/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts +2 -5
  9768. package/serialization/resources/tasks/resources/v3/types/TaskActions.js +1 -3
  9769. package/serialization/resources/tasks/resources/v3/types/TaskAssignment.d.ts +2 -5
  9770. package/serialization/resources/tasks/resources/v3/types/TaskAssignment.js +1 -3
  9771. package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.d.ts +4 -7
  9772. package/serialization/resources/tasks/resources/v3/types/TaskCreateV3.js +3 -5
  9773. package/serialization/resources/tasks/resources/v3/types/TaskNote.d.ts +2 -5
  9774. package/serialization/resources/tasks/resources/v3/types/TaskNote.js +1 -3
  9775. package/serialization/resources/tasks/resources/v3/types/TaskPage.d.ts +3 -6
  9776. package/serialization/resources/tasks/resources/v3/types/TaskPage.js +2 -4
  9777. package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.d.ts +2 -5
  9778. package/serialization/resources/tasks/resources/v3/types/TaskSortOptions.js +1 -3
  9779. package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.d.ts +3 -6
  9780. package/serialization/resources/tasks/resources/v3/types/TaskUpdateV3.js +2 -4
  9781. package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.d.ts +2 -5
  9782. package/serialization/resources/tasks/resources/v3/types/TaskUpdatedToDeprecatedStatusErrorType.js +1 -3
  9783. package/serialization/resources/tasks/resources/v3/types/index.d.ts +6 -6
  9784. package/serialization/resources/tasks/resources/v3/types/index.js +6 -6
  9785. package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -5
  9786. package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +1 -3
  9787. package/serialization/resources/writeOffs/resources/v1/index.d.ts +1 -1
  9788. package/serialization/resources/writeOffs/resources/v1/index.js +1 -1
  9789. package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.d.ts +2 -5
  9790. package/serialization/resources/writeOffs/resources/v1/types/CreateWriteOffsResponse.js +1 -3
  9791. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +4 -7
  9792. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -5
  9793. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +3 -6
  9794. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +2 -4
  9795. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +2 -5
  9796. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +1 -3
  9797. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.d.ts +3 -6
  9798. package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffTarget.js +2 -4
  9799. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.d.ts +4 -7
  9800. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOff.js +3 -5
  9801. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.d.ts +3 -6
  9802. package/serialization/resources/writeOffs/resources/v1/types/NonInsurancePayerWriteOffCreate.js +2 -4
  9803. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +5 -8
  9804. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -6
  9805. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +3 -6
  9806. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +2 -4
  9807. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +2 -5
  9808. package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +1 -3
  9809. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +3 -6
  9810. package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +2 -4
  9811. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +3 -6
  9812. package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +2 -4
  9813. package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +1 -4
  9814. package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +1 -3
  9815. package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +2 -5
  9816. package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js +1 -3
  9817. package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +3 -6
  9818. package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js +2 -4
  9819. package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +10 -10
  9820. package/serialization/resources/writeOffs/resources/v1/types/index.js +10 -10
  9821. package/serialization/resources/x12/resources/v1/types/Carc.d.ts +2 -5
  9822. package/serialization/resources/x12/resources/v1/types/Carc.js +1 -3
  9823. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +2 -5
  9824. package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +1 -3
  9825. package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.d.ts +2 -5
  9826. package/serialization/resources/x12/resources/v1/types/PatientDischargeStatusCode.js +1 -3
  9827. package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.d.ts +2 -5
  9828. package/serialization/resources/x12/resources/v1/types/PointOfOriginForAdmissionOrVisitCode.js +1 -3
  9829. package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +2 -5
  9830. package/serialization/resources/x12/resources/v1/types/Rarc.js +1 -3
  9831. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +2 -5
  9832. package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +1 -3
  9833. package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.d.ts +2 -5
  9834. package/serialization/resources/x12/resources/v1/types/TypeOfAdmissionOrVisitCode.js +1 -3
  9835. package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.d.ts +2 -5
  9836. package/serialization/resources/x12/resources/v1/types/TypeOfBillComposite.js +1 -3
  9837. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.d.ts +4 -7
  9838. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeBase.js +3 -5
  9839. package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.d.ts +2 -5
  9840. package/serialization/resources/x12/resources/v1/types/TypeOfBillFrequencyCode.js +1 -3
  9841. package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.d.ts +2 -5
  9842. package/serialization/resources/x12/resources/v1/types/TypeOfCareCode.js +1 -3
  9843. package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.d.ts +2 -5
  9844. package/serialization/resources/x12/resources/v1/types/TypeOfFacilityCode.js +1 -3
  9845. package/serialization/resources/x12/resources/v1/types/index.d.ts +8 -8
  9846. package/serialization/resources/x12/resources/v1/types/index.js +8 -8
  9847. package/serialization/resources/yesNoIndicator/types/YesNoIndicator.d.ts +2 -5
  9848. package/serialization/resources/yesNoIndicator/types/YesNoIndicator.js +1 -3
  9849. package/version.d.ts +1 -1
  9850. package/version.js +1 -1
@@ -14,47 +14,47 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./SetOrClearPrincipalDiagnosis"), exports);
18
- __exportStar(require("./SetOrClearAdmittingDiagnosis"), exports);
19
- __exportStar(require("./SetOrClearDiagnosisRelatedGroup"), exports);
20
- __exportStar(require("./SetOrClearPrincipalProcedureInformation"), exports);
21
- __exportStar(require("./HealthCareCodeInformationUpdate"), exports);
17
+ __exportStar(require("./AdmittingDiagnosis"), exports);
18
+ __exportStar(require("./AdmittingDiagnosisCodeQualifier"), exports);
19
+ __exportStar(require("./ConditionCode"), exports);
20
+ __exportStar(require("./ConditionInformation"), exports);
21
+ __exportStar(require("./ConditionInformationCodeQualifier"), exports);
22
+ __exportStar(require("./D8Date"), exports);
23
+ __exportStar(require("./DiagnosisRelatedGroup"), exports);
24
+ __exportStar(require("./DiagnosisRelatedGroupCodeQualifier"), exports);
25
+ __exportStar(require("./ExternalCauseOfInjury"), exports);
26
+ __exportStar(require("./ExternalCauseOfInjuryCodeQualifier"), exports);
27
+ __exportStar(require("./HealthCareCodeInformation"), exports);
22
28
  __exportStar(require("./HealthCareCodeInformationGetAllResponse"), exports);
23
- __exportStar(require("./PrincipalDiagnosisCodeQualifier"), exports);
29
+ __exportStar(require("./HealthCareCodeInformationNew"), exports);
30
+ __exportStar(require("./HealthCareCodeInformationUpdate"), exports);
24
31
  __exportStar(require("./IcdCode"), exports);
25
32
  __exportStar(require("./MsdrgCode"), exports);
26
- __exportStar(require("./TreatmentCode"), exports);
27
- __exportStar(require("./D8Date"), exports);
28
- __exportStar(require("./Rd8Date"), exports);
29
- __exportStar(require("./PrincipalDiagnosis"), exports);
30
- __exportStar(require("./AdmittingDiagnosisCodeQualifier"), exports);
31
- __exportStar(require("./AdmittingDiagnosis"), exports);
32
- __exportStar(require("./PatientReasonForVisitCodeQualifier"), exports);
33
- __exportStar(require("./PatientReasonForVisit"), exports);
34
- __exportStar(require("./ExternalCauseOfInjuryCodeQualifier"), exports);
35
- __exportStar(require("./ExternalCauseOfInjury"), exports);
36
- __exportStar(require("./DiagnosisRelatedGroupCodeQualifier"), exports);
37
- __exportStar(require("./DiagnosisRelatedGroup"), exports);
38
- __exportStar(require("./OtherDiagnosisInformationCodeQualifier"), exports);
39
- __exportStar(require("./OtherDiagnosisInformation"), exports);
40
- __exportStar(require("./PrincipalProcedureInformationCodeQualifier"), exports);
41
- __exportStar(require("./PrincipalProcedureInformation"), exports);
42
- __exportStar(require("./OtherProcedureInformationCodeQualifier"), exports);
43
- __exportStar(require("./OtherProcedureInformation"), exports);
33
+ __exportStar(require("./OccurrenceCode"), exports);
34
+ __exportStar(require("./OccurrenceInformation"), exports);
35
+ __exportStar(require("./OccurrenceInformationCodeQualifier"), exports);
36
+ __exportStar(require("./OccurrenceSpanCode"), exports);
44
37
  __exportStar(require("./OccurrenceSpanCodeQualifier"), exports);
45
38
  __exportStar(require("./OccurrenceSpanInformation"), exports);
46
- __exportStar(require("./OccurrenceInformationCodeQualifier"), exports);
47
- __exportStar(require("./OccurrenceInformation"), exports);
48
- __exportStar(require("./TreatmentCodeQualifier"), exports);
39
+ __exportStar(require("./OtherDiagnosisInformation"), exports);
40
+ __exportStar(require("./OtherDiagnosisInformationCodeQualifier"), exports);
41
+ __exportStar(require("./OtherProcedureInformation"), exports);
42
+ __exportStar(require("./OtherProcedureInformationCodeQualifier"), exports);
43
+ __exportStar(require("./PatientReasonForVisit"), exports);
44
+ __exportStar(require("./PatientReasonForVisitCodeQualifier"), exports);
45
+ __exportStar(require("./PresentOnAdmissionIndicatorCode"), exports);
46
+ __exportStar(require("./PrincipalDiagnosis"), exports);
47
+ __exportStar(require("./PrincipalDiagnosisCodeQualifier"), exports);
48
+ __exportStar(require("./PrincipalProcedureInformation"), exports);
49
+ __exportStar(require("./PrincipalProcedureInformationCodeQualifier"), exports);
50
+ __exportStar(require("./Rd8Date"), exports);
51
+ __exportStar(require("./SetOrClearAdmittingDiagnosis"), exports);
52
+ __exportStar(require("./SetOrClearDiagnosisRelatedGroup"), exports);
53
+ __exportStar(require("./SetOrClearPrincipalDiagnosis"), exports);
54
+ __exportStar(require("./SetOrClearPrincipalProcedureInformation"), exports);
55
+ __exportStar(require("./TreatmentCode"), exports);
49
56
  __exportStar(require("./TreatmentCodeInformation"), exports);
57
+ __exportStar(require("./TreatmentCodeQualifier"), exports);
58
+ __exportStar(require("./ValueCode"), exports);
50
59
  __exportStar(require("./ValueCodeQualifier"), exports);
51
60
  __exportStar(require("./ValueInformation"), exports);
52
- __exportStar(require("./ConditionInformationCodeQualifier"), exports);
53
- __exportStar(require("./ConditionInformation"), exports);
54
- __exportStar(require("./ConditionCode"), exports);
55
- __exportStar(require("./OccurrenceSpanCode"), exports);
56
- __exportStar(require("./OccurrenceCode"), exports);
57
- __exportStar(require("./PresentOnAdmissionIndicatorCode"), exports);
58
- __exportStar(require("./HealthCareCodeInformation"), exports);
59
- __exportStar(require("./HealthCareCodeInformationNew"), exports);
60
- __exportStar(require("./ValueCode"), exports);
@@ -1,11 +1,8 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
7
- import { IdentifierId } from "./IdentifierId";
3
+ import type * as serializers from "../../../index";
8
4
  import { IdentifierBase } from "./IdentifierBase";
5
+ import { IdentifierId } from "./IdentifierId";
9
6
  export declare const Identifier: core.serialization.ObjectSchema<serializers.Identifier.Raw, CandidApi.Identifier>;
10
7
  export declare namespace Identifier {
11
8
  interface Raw extends IdentifierBase.Raw {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -38,8 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
38
36
  Object.defineProperty(exports, "__esModule", { value: true });
39
37
  exports.Identifier = void 0;
40
38
  const core = __importStar(require("../../../../core"));
41
- const IdentifierId_1 = require("./IdentifierId");
42
39
  const IdentifierBase_1 = require("./IdentifierBase");
40
+ const IdentifierId_1 = require("./IdentifierId");
43
41
  exports.Identifier = core.serialization
44
42
  .object({
45
43
  identifierId: core.serialization.property("identifier_id", IdentifierId_1.IdentifierId),
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  import { DateRangeOptionalEnd } from "../../commons/types/DateRangeOptionalEnd";
8
5
  import { IdentifierCode } from "./IdentifierCode";
9
6
  import { IdentifierValue } from "./IdentifierValue";
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  export declare const IdentifierCode: core.serialization.Schema<serializers.IdentifierCode.Raw, CandidApi.IdentifierCode>;
8
5
  export declare namespace IdentifierCode {
9
6
  type Raw = "MCR" | "MCD";
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  import { IdentifierBase } from "./IdentifierBase";
8
5
  export declare const IdentifierCreate: core.serialization.ObjectSchema<serializers.IdentifierCreate.Raw, CandidApi.IdentifierCreate>;
9
6
  export declare namespace IdentifierCreate {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
1
  import * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  export declare const IdentifierId: core.serialization.Schema<serializers.IdentifierId.Raw, CandidApi.IdentifierId>;
8
5
  export declare namespace IdentifierId {
9
6
  type Raw = string;
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,13 +1,10 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
7
- import { IdentifierId } from "./IdentifierId";
3
+ import type * as serializers from "../../../index";
4
+ import { RemovableDateRangeOptionalEnd } from "../../commons/types/RemovableDateRangeOptionalEnd";
8
5
  import { IdentifierCode } from "./IdentifierCode";
6
+ import { IdentifierId } from "./IdentifierId";
9
7
  import { IdentifierValue } from "./IdentifierValue";
10
- import { RemovableDateRangeOptionalEnd } from "../../commons/types/RemovableDateRangeOptionalEnd";
11
8
  export declare const IdentifierUpdate: core.serialization.ObjectSchema<serializers.IdentifierUpdate.Raw, CandidApi.IdentifierUpdate>;
12
9
  export declare namespace IdentifierUpdate {
13
10
  interface Raw {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -38,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
38
36
  Object.defineProperty(exports, "__esModule", { value: true });
39
37
  exports.IdentifierUpdate = void 0;
40
38
  const core = __importStar(require("../../../../core"));
41
- const IdentifierId_1 = require("./IdentifierId");
39
+ const RemovableDateRangeOptionalEnd_1 = require("../../commons/types/RemovableDateRangeOptionalEnd");
42
40
  const IdentifierCode_1 = require("./IdentifierCode");
41
+ const IdentifierId_1 = require("./IdentifierId");
43
42
  const IdentifierValue_1 = require("./IdentifierValue");
44
- const RemovableDateRangeOptionalEnd_1 = require("../../commons/types/RemovableDateRangeOptionalEnd");
45
43
  exports.IdentifierUpdate = core.serialization.object({
46
44
  identifierId: core.serialization.property("identifier_id", IdentifierId_1.IdentifierId),
47
45
  identifierCode: core.serialization.property("identifier_code", IdentifierCode_1.IdentifierCode.optional()),
@@ -1,11 +1,8 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
7
- import { MedicareProviderIdentifier } from "./MedicareProviderIdentifier";
3
+ import type * as serializers from "../../../index";
8
4
  import { MedicaidProviderIdentifier } from "./MedicaidProviderIdentifier";
5
+ import { MedicareProviderIdentifier } from "./MedicareProviderIdentifier";
9
6
  export declare const IdentifierValue: core.serialization.Schema<serializers.IdentifierValue.Raw, CandidApi.IdentifierValue>;
10
7
  export declare namespace IdentifierValue {
11
8
  type Raw = IdentifierValue.MedicareProviderIdentifier | IdentifierValue.MedicaidProviderIdentifier;
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -38,8 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
38
36
  Object.defineProperty(exports, "__esModule", { value: true });
39
37
  exports.IdentifierValue = void 0;
40
38
  const core = __importStar(require("../../../../core"));
41
- const MedicareProviderIdentifier_1 = require("./MedicareProviderIdentifier");
42
39
  const MedicaidProviderIdentifier_1 = require("./MedicaidProviderIdentifier");
40
+ const MedicareProviderIdentifier_1 = require("./MedicareProviderIdentifier");
43
41
  exports.IdentifierValue = core.serialization
44
42
  .union("type", {
45
43
  medicare_provider_identifier: MedicareProviderIdentifier_1.MedicareProviderIdentifier,
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  import { State } from "../../commons/types/State";
8
5
  export declare const MedicaidProviderIdentifier: core.serialization.ObjectSchema<serializers.MedicaidProviderIdentifier.Raw, CandidApi.MedicaidProviderIdentifier>;
9
6
  export declare namespace MedicaidProviderIdentifier {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  import { State } from "../../commons/types/State";
8
5
  export declare const MedicareProviderIdentifier: core.serialization.ObjectSchema<serializers.MedicareProviderIdentifier.Raw, CandidApi.MedicareProviderIdentifier>;
9
6
  export declare namespace MedicareProviderIdentifier {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,12 +1,9 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as CandidApi from "../../../../api/index";
1
+ import type * as CandidApi from "../../../../api/index";
6
2
  import * as core from "../../../../core";
3
+ import type * as serializers from "../../../index";
7
4
  import { IdentifierCreate } from "./IdentifierCreate";
8
- import { IdentifierUpdate } from "./IdentifierUpdate";
9
5
  import { IdentifierId } from "./IdentifierId";
6
+ import { IdentifierUpdate } from "./IdentifierUpdate";
10
7
  export declare const UpdatableIdentifier: core.serialization.Schema<serializers.UpdatableIdentifier.Raw, CandidApi.UpdatableIdentifier>;
11
8
  export declare namespace UpdatableIdentifier {
12
9
  type Raw = UpdatableIdentifier.Add | UpdatableIdentifier.Update | UpdatableIdentifier.Remove;
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -39,8 +37,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
37
  exports.UpdatableIdentifier = void 0;
40
38
  const core = __importStar(require("../../../../core"));
41
39
  const IdentifierCreate_1 = require("./IdentifierCreate");
42
- const IdentifierUpdate_1 = require("./IdentifierUpdate");
43
40
  const IdentifierId_1 = require("./IdentifierId");
41
+ const IdentifierUpdate_1 = require("./IdentifierUpdate");
44
42
  exports.UpdatableIdentifier = core.serialization
45
43
  .union("type", {
46
44
  add: IdentifierCreate_1.IdentifierCreate,
@@ -1,10 +1,10 @@
1
- export * from "./IdentifierCode";
2
- export * from "./IdentifierId";
3
- export * from "./MedicareProviderIdentifier";
4
- export * from "./MedicaidProviderIdentifier";
5
- export * from "./IdentifierValue";
6
- export * from "./IdentifierBase";
7
1
  export * from "./Identifier";
2
+ export * from "./IdentifierBase";
3
+ export * from "./IdentifierCode";
8
4
  export * from "./IdentifierCreate";
5
+ export * from "./IdentifierId";
9
6
  export * from "./IdentifierUpdate";
7
+ export * from "./IdentifierValue";
8
+ export * from "./MedicaidProviderIdentifier";
9
+ export * from "./MedicareProviderIdentifier";
10
10
  export * from "./UpdatableIdentifier";
@@ -14,13 +14,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./IdentifierCode"), exports);
18
- __exportStar(require("./IdentifierId"), exports);
19
- __exportStar(require("./MedicareProviderIdentifier"), exports);
20
- __exportStar(require("./MedicaidProviderIdentifier"), exports);
21
- __exportStar(require("./IdentifierValue"), exports);
22
- __exportStar(require("./IdentifierBase"), exports);
23
17
  __exportStar(require("./Identifier"), exports);
18
+ __exportStar(require("./IdentifierBase"), exports);
19
+ __exportStar(require("./IdentifierCode"), exports);
24
20
  __exportStar(require("./IdentifierCreate"), exports);
21
+ __exportStar(require("./IdentifierId"), exports);
25
22
  __exportStar(require("./IdentifierUpdate"), exports);
23
+ __exportStar(require("./IdentifierValue"), exports);
24
+ __exportStar(require("./MedicaidProviderIdentifier"), exports);
25
+ __exportStar(require("./MedicareProviderIdentifier"), exports);
26
26
  __exportStar(require("./UpdatableIdentifier"), exports);
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../index";
5
1
  import * as CandidApi from "../../../../../../api/index";
6
2
  import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
7
4
  import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
8
5
  export declare const Error: core.serialization.Schema<serializers.importInvoice.v1.get.Error.Raw, CandidApi.importInvoice.v1.get.Error>;
9
6
  export declare namespace Error {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,11 +1,8 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../index";
5
1
  import * as CandidApi from "../../../../../../api/index";
6
2
  import * as core from "../../../../../../core";
7
- import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
3
+ import type * as serializers from "../../../../../index";
8
4
  import { EntityConflictErrorMessage } from "../../../../commons/types/EntityConflictErrorMessage";
5
+ import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
9
6
  export declare const Error: core.serialization.Schema<serializers.importInvoice.v1.importInvoice.Error.Raw, CandidApi.importInvoice.v1.importInvoice.Error>;
10
7
  export declare namespace Error {
11
8
  type Raw = Error.UnprocessableEntityError | Error.EntityConflictError;
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -50,8 +48,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
50
48
  exports.Error = void 0;
51
49
  const CandidApi = __importStar(require("../../../../../../api/index"));
52
50
  const core = __importStar(require("../../../../../../core"));
53
- const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
54
51
  const EntityConflictErrorMessage_1 = require("../../../../commons/types/EntityConflictErrorMessage");
52
+ const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
55
53
  exports.Error = core.serialization
56
54
  .union("errorName", {
57
55
  UnprocessableEntityError: core.serialization.object({
@@ -1,3 +1,3 @@
1
- export * as importInvoice from "./importInvoice";
2
1
  export * as get from "./get";
2
+ export * as importInvoice from "./importInvoice";
3
3
  export * as update from "./update";
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.update = exports.get = exports.importInvoice = void 0;
37
- exports.importInvoice = __importStar(require("./importInvoice"));
36
+ exports.update = exports.importInvoice = exports.get = void 0;
38
37
  exports.get = __importStar(require("./get"));
38
+ exports.importInvoice = __importStar(require("./importInvoice"));
39
39
  exports.update = __importStar(require("./update"));
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../index";
5
1
  import * as CandidApi from "../../../../../../api/index";
6
2
  import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
7
4
  import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
8
5
  export declare const Error: core.serialization.Schema<serializers.importInvoice.v1.update.Error.Raw, CandidApi.importInvoice.v1.update.Error>;
9
6
  export declare namespace Error {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,2 +1,2 @@
1
- export * from "./types";
2
1
  export * from "./client";
2
+ export * from "./types";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
18
17
  __exportStar(require("./client"), exports);
18
+ __exportStar(require("./types"), exports);
@@ -1,13 +1,10 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../index";
5
- import * as CandidApi from "../../../../../../api/index";
1
+ import type * as CandidApi from "../../../../../../api/index";
6
2
  import * as core from "../../../../../../core";
7
- import { PaymentAccountConfigId } from "../../../../paymentAccountConfigs/types/PaymentAccountConfigId";
3
+ import type * as serializers from "../../../../../index";
8
4
  import { PatientExternalId } from "../../../../commons/types/PatientExternalId";
9
5
  import { InvoiceItemCreate } from "../../../../invoices/resources/v2/types/InvoiceItemCreate";
10
6
  import { InvoiceStatus } from "../../../../invoices/resources/v2/types/InvoiceStatus";
7
+ import { PaymentAccountConfigId } from "../../../../paymentAccountConfigs/types/PaymentAccountConfigId";
11
8
  export declare const CreateImportInvoiceRequest: core.serialization.ObjectSchema<serializers.importInvoice.v1.CreateImportInvoiceRequest.Raw, CandidApi.importInvoice.v1.CreateImportInvoiceRequest>;
12
9
  export declare namespace CreateImportInvoiceRequest {
13
10
  interface Raw {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -38,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
38
36
  Object.defineProperty(exports, "__esModule", { value: true });
39
37
  exports.CreateImportInvoiceRequest = void 0;
40
38
  const core = __importStar(require("../../../../../../core"));
41
- const PaymentAccountConfigId_1 = require("../../../../paymentAccountConfigs/types/PaymentAccountConfigId");
42
39
  const PatientExternalId_1 = require("../../../../commons/types/PatientExternalId");
43
40
  const InvoiceItemCreate_1 = require("../../../../invoices/resources/v2/types/InvoiceItemCreate");
44
41
  const InvoiceStatus_1 = require("../../../../invoices/resources/v2/types/InvoiceStatus");
42
+ const PaymentAccountConfigId_1 = require("../../../../paymentAccountConfigs/types/PaymentAccountConfigId");
45
43
  exports.CreateImportInvoiceRequest = core.serialization.object({
46
44
  externalPaymentAccountConfigId: core.serialization.property("external_payment_account_config_id", PaymentAccountConfigId_1.PaymentAccountConfigId),
47
45
  patientExternalId: core.serialization.property("patient_external_id", PatientExternalId_1.PatientExternalId),
@@ -1,12 +1,9 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../index";
5
- import * as CandidApi from "../../../../../../api/index";
1
+ import type * as CandidApi from "../../../../../../api/index";
6
2
  import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
7
4
  import { InvoiceId } from "../../../../commons/types/InvoiceId";
8
- import { InvoiceItemInfo } from "../../../../invoices/resources/v2/types/InvoiceItemInfo";
9
5
  import { PatientExternalId } from "../../../../commons/types/PatientExternalId";
6
+ import { InvoiceItemInfo } from "../../../../invoices/resources/v2/types/InvoiceItemInfo";
10
7
  import { InvoiceStatus } from "../../../../invoices/resources/v2/types/InvoiceStatus";
11
8
  export declare const ImportInvoice: core.serialization.ObjectSchema<serializers.importInvoice.v1.ImportInvoice.Raw, CandidApi.importInvoice.v1.ImportInvoice>;
12
9
  export declare namespace ImportInvoice {
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -39,8 +37,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
37
  exports.ImportInvoice = void 0;
40
38
  const core = __importStar(require("../../../../../../core"));
41
39
  const InvoiceId_1 = require("../../../../commons/types/InvoiceId");
42
- const InvoiceItemInfo_1 = require("../../../../invoices/resources/v2/types/InvoiceItemInfo");
43
40
  const PatientExternalId_1 = require("../../../../commons/types/PatientExternalId");
41
+ const InvoiceItemInfo_1 = require("../../../../invoices/resources/v2/types/InvoiceItemInfo");
44
42
  const InvoiceStatus_1 = require("../../../../invoices/resources/v2/types/InvoiceStatus");
45
43
  exports.ImportInvoice = core.serialization.object({
46
44
  id: InvoiceId_1.InvoiceId,
@@ -1,9 +1,6 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../../index";
5
- import * as CandidApi from "../../../../../../api/index";
1
+ import type * as CandidApi from "../../../../../../api/index";
6
2
  import * as core from "../../../../../../core";
3
+ import type * as serializers from "../../../../../index";
7
4
  import { InvoiceStatus } from "../../../../invoices/resources/v2/types/InvoiceStatus";
8
5
  import { InvoiceItemInfoUpdate } from "./InvoiceItemInfoUpdate";
9
6
  export declare const ImportInvoiceUpdateRequest: core.serialization.ObjectSchema<serializers.importInvoice.v1.ImportInvoiceUpdateRequest.Raw, CandidApi.importInvoice.v1.ImportInvoiceUpdateRequest>;