candidhealth 0.25.0 → 0.26.0
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.
- package/Client.d.ts +9 -0
- package/Client.js +21 -6
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +2 -2
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
- package/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
- package/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
- package/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerPayments/index.js +18 -0
- package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
- package/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
- package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
- package/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerRefunds/index.js +18 -0
- package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
- package/api/resources/thirdPartyPayers/client/Client.js +17 -0
- package/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
- package/api/resources/thirdPartyPayers/client/index.js +2 -0
- package/api/resources/thirdPartyPayers/index.d.ts +2 -0
- package/api/resources/thirdPartyPayers/index.js +18 -0
- package/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/api/resources/thirdPartyPayers/resources/index.js +27 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
- package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/Client.d.ts +9 -0
- package/dist/Client.js +21 -6
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
- package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
- package/dist/api/resources/thirdPartyPayers/client/Client.js +17 -0
- package/dist/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayers/client/index.js +2 -0
- package/dist/api/resources/thirdPartyPayers/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayers/index.js +18 -0
- package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayers/resources/index.js +27 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayers/index.js +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/package.json +1 -1
- package/reference.md +1017 -0
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayers/index.js +17 -0
- package/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare type Error = CandidApi.thirdPartyPayers.v1.get.Error.EntityNotFoundError | CandidApi.thirdPartyPayers.v1.get.Error._Unknown;
|
|
7
|
+
export declare namespace Error {
|
|
8
|
+
interface EntityNotFoundError extends _Utils {
|
|
9
|
+
errorName: "EntityNotFoundError";
|
|
10
|
+
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
+
}
|
|
12
|
+
interface _Unknown extends _Utils {
|
|
13
|
+
errorName: void;
|
|
14
|
+
content: core.Fetcher.Error;
|
|
15
|
+
}
|
|
16
|
+
interface _Utils {
|
|
17
|
+
_visit: <_Result>(visitor: CandidApi.thirdPartyPayers.v1.get.Error._Visitor<_Result>) => _Result;
|
|
18
|
+
}
|
|
19
|
+
interface _Visitor<_Result> {
|
|
20
|
+
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
21
|
+
_other: (value: core.Fetcher.Error) => _Result;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export declare const Error: {
|
|
25
|
+
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.thirdPartyPayers.v1.get.Error.EntityNotFoundError;
|
|
26
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.thirdPartyPayers.v1.get.Error._Unknown;
|
|
27
|
+
readonly _visit: <_Result>(value: CandidApi.thirdPartyPayers.v1.get.Error, visitor: CandidApi.thirdPartyPayers.v1.get.Error._Visitor<_Result>) => _Result;
|
|
28
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Error = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../index"));
|
|
31
|
+
exports.Error = {
|
|
32
|
+
entityNotFoundError: (value) => {
|
|
33
|
+
return {
|
|
34
|
+
content: value,
|
|
35
|
+
errorName: "EntityNotFoundError",
|
|
36
|
+
_visit: function (visitor) {
|
|
37
|
+
return CandidApi.thirdPartyPayers.v1.get.Error._visit(this, visitor);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
_unknown: (fetcherError) => {
|
|
42
|
+
return {
|
|
43
|
+
errorName: undefined,
|
|
44
|
+
content: fetcherError,
|
|
45
|
+
_visit: function (visitor) {
|
|
46
|
+
return CandidApi.thirdPartyPayers.v1.get.Error._visit(this, visitor);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
_visit: (value, visitor) => {
|
|
51
|
+
switch (value.errorName) {
|
|
52
|
+
case "EntityNotFoundError":
|
|
53
|
+
return visitor.entityNotFoundError(value.content);
|
|
54
|
+
default:
|
|
55
|
+
return visitor._other(value);
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare type Error = CandidApi.thirdPartyPayers.v1.getMulti.Error.UnprocessableEntityError | CandidApi.thirdPartyPayers.v1.getMulti.Error._Unknown;
|
|
7
|
+
export declare namespace Error {
|
|
8
|
+
interface UnprocessableEntityError extends _Utils {
|
|
9
|
+
errorName: "UnprocessableEntityError";
|
|
10
|
+
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
11
|
+
}
|
|
12
|
+
interface _Unknown extends _Utils {
|
|
13
|
+
errorName: void;
|
|
14
|
+
content: core.Fetcher.Error;
|
|
15
|
+
}
|
|
16
|
+
interface _Utils {
|
|
17
|
+
_visit: <_Result>(visitor: CandidApi.thirdPartyPayers.v1.getMulti.Error._Visitor<_Result>) => _Result;
|
|
18
|
+
}
|
|
19
|
+
interface _Visitor<_Result> {
|
|
20
|
+
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
21
|
+
_other: (value: core.Fetcher.Error) => _Result;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export declare const Error: {
|
|
25
|
+
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.thirdPartyPayers.v1.getMulti.Error.UnprocessableEntityError;
|
|
26
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.thirdPartyPayers.v1.getMulti.Error._Unknown;
|
|
27
|
+
readonly _visit: <_Result>(value: CandidApi.thirdPartyPayers.v1.getMulti.Error, visitor: CandidApi.thirdPartyPayers.v1.getMulti.Error._Visitor<_Result>) => _Result;
|
|
28
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Error = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../index"));
|
|
31
|
+
exports.Error = {
|
|
32
|
+
unprocessableEntityError: (value) => {
|
|
33
|
+
return {
|
|
34
|
+
content: value,
|
|
35
|
+
errorName: "UnprocessableEntityError",
|
|
36
|
+
_visit: function (visitor) {
|
|
37
|
+
return CandidApi.thirdPartyPayers.v1.getMulti.Error._visit(this, visitor);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
_unknown: (fetcherError) => {
|
|
42
|
+
return {
|
|
43
|
+
errorName: undefined,
|
|
44
|
+
content: fetcherError,
|
|
45
|
+
_visit: function (visitor) {
|
|
46
|
+
return CandidApi.thirdPartyPayers.v1.getMulti.Error._visit(this, visitor);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
_visit: (value, visitor) => {
|
|
51
|
+
switch (value.errorName) {
|
|
52
|
+
case "UnprocessableEntityError":
|
|
53
|
+
return visitor.unprocessableEntityError(value.content);
|
|
54
|
+
default:
|
|
55
|
+
return visitor._other(value);
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./requests";
|
|
2
|
+
export * as create from "./create";
|
|
3
|
+
export * as toggleEnablement from "./toggleEnablement";
|
|
4
|
+
export * as getMulti from "./getMulti";
|
|
5
|
+
export * as get from "./get";
|
|
6
|
+
export * as update from "./update";
|
|
7
|
+
export * as delete from "./delete";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
+
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.delete = exports.update = exports.get = exports.getMulti = exports.toggleEnablement = exports.create = void 0;
|
|
30
|
+
__exportStar(require("./requests"), exports);
|
|
31
|
+
exports.create = __importStar(require("./create"));
|
|
32
|
+
exports.toggleEnablement = __importStar(require("./toggleEnablement"));
|
|
33
|
+
exports.getMulti = __importStar(require("./getMulti"));
|
|
34
|
+
exports.get = __importStar(require("./get"));
|
|
35
|
+
exports.update = __importStar(require("./update"));
|
|
36
|
+
exports.delete = __importStar(require("./delete"));
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* name: "string",
|
|
9
|
+
* category: "string",
|
|
10
|
+
* enabled: true,
|
|
11
|
+
* sort: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerSortField.Name,
|
|
12
|
+
* sortDirection: CandidApi.SortDirection.Asc,
|
|
13
|
+
* limit: 1,
|
|
14
|
+
* pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9")
|
|
15
|
+
* }
|
|
16
|
+
*/
|
|
17
|
+
export interface GetMultiThirdPartyPayersRequest {
|
|
18
|
+
name?: string;
|
|
19
|
+
category?: string;
|
|
20
|
+
enabled?: boolean;
|
|
21
|
+
sort?: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerSortField;
|
|
22
|
+
sortDirection?: CandidApi.SortDirection;
|
|
23
|
+
/**
|
|
24
|
+
* Defaults to 100
|
|
25
|
+
*/
|
|
26
|
+
limit?: number;
|
|
27
|
+
pageToken?: CandidApi.PageToken;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type GetMultiThirdPartyPayersRequest } from "./GetMultiThirdPartyPayersRequest";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare type Error = CandidApi.thirdPartyPayers.v1.toggleEnablement.Error.EntityNotFoundError | CandidApi.thirdPartyPayers.v1.toggleEnablement.Error._Unknown;
|
|
7
|
+
export declare namespace Error {
|
|
8
|
+
interface EntityNotFoundError extends _Utils {
|
|
9
|
+
errorName: "EntityNotFoundError";
|
|
10
|
+
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
+
}
|
|
12
|
+
interface _Unknown extends _Utils {
|
|
13
|
+
errorName: void;
|
|
14
|
+
content: core.Fetcher.Error;
|
|
15
|
+
}
|
|
16
|
+
interface _Utils {
|
|
17
|
+
_visit: <_Result>(visitor: CandidApi.thirdPartyPayers.v1.toggleEnablement.Error._Visitor<_Result>) => _Result;
|
|
18
|
+
}
|
|
19
|
+
interface _Visitor<_Result> {
|
|
20
|
+
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
21
|
+
_other: (value: core.Fetcher.Error) => _Result;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export declare const Error: {
|
|
25
|
+
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.thirdPartyPayers.v1.toggleEnablement.Error.EntityNotFoundError;
|
|
26
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.thirdPartyPayers.v1.toggleEnablement.Error._Unknown;
|
|
27
|
+
readonly _visit: <_Result>(value: CandidApi.thirdPartyPayers.v1.toggleEnablement.Error, visitor: CandidApi.thirdPartyPayers.v1.toggleEnablement.Error._Visitor<_Result>) => _Result;
|
|
28
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Error = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../index"));
|
|
31
|
+
exports.Error = {
|
|
32
|
+
entityNotFoundError: (value) => {
|
|
33
|
+
return {
|
|
34
|
+
content: value,
|
|
35
|
+
errorName: "EntityNotFoundError",
|
|
36
|
+
_visit: function (visitor) {
|
|
37
|
+
return CandidApi.thirdPartyPayers.v1.toggleEnablement.Error._visit(this, visitor);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
_unknown: (fetcherError) => {
|
|
42
|
+
return {
|
|
43
|
+
errorName: undefined,
|
|
44
|
+
content: fetcherError,
|
|
45
|
+
_visit: function (visitor) {
|
|
46
|
+
return CandidApi.thirdPartyPayers.v1.toggleEnablement.Error._visit(this, visitor);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
_visit: (value, visitor) => {
|
|
51
|
+
switch (value.errorName) {
|
|
52
|
+
case "EntityNotFoundError":
|
|
53
|
+
return visitor.entityNotFoundError(value.content);
|
|
54
|
+
default:
|
|
55
|
+
return visitor._other(value);
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare type Error = CandidApi.thirdPartyPayers.v1.update.Error.EntityNotFoundError | CandidApi.thirdPartyPayers.v1.update.Error.EntityConflictError | CandidApi.thirdPartyPayers.v1.update.Error._Unknown;
|
|
7
|
+
export declare namespace Error {
|
|
8
|
+
interface EntityNotFoundError extends _Utils {
|
|
9
|
+
errorName: "EntityNotFoundError";
|
|
10
|
+
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
+
}
|
|
12
|
+
interface EntityConflictError extends _Utils {
|
|
13
|
+
errorName: "EntityConflictError";
|
|
14
|
+
content: CandidApi.EntityConflictErrorMessage;
|
|
15
|
+
}
|
|
16
|
+
interface _Unknown extends _Utils {
|
|
17
|
+
errorName: void;
|
|
18
|
+
content: core.Fetcher.Error;
|
|
19
|
+
}
|
|
20
|
+
interface _Utils {
|
|
21
|
+
_visit: <_Result>(visitor: CandidApi.thirdPartyPayers.v1.update.Error._Visitor<_Result>) => _Result;
|
|
22
|
+
}
|
|
23
|
+
interface _Visitor<_Result> {
|
|
24
|
+
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
25
|
+
entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => _Result;
|
|
26
|
+
_other: (value: core.Fetcher.Error) => _Result;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
export declare const Error: {
|
|
30
|
+
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.thirdPartyPayers.v1.update.Error.EntityNotFoundError;
|
|
31
|
+
readonly entityConflictError: (value: CandidApi.EntityConflictErrorMessage) => CandidApi.thirdPartyPayers.v1.update.Error.EntityConflictError;
|
|
32
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.thirdPartyPayers.v1.update.Error._Unknown;
|
|
33
|
+
readonly _visit: <_Result>(value: CandidApi.thirdPartyPayers.v1.update.Error, visitor: CandidApi.thirdPartyPayers.v1.update.Error._Visitor<_Result>) => _Result;
|
|
34
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Error = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../index"));
|
|
31
|
+
exports.Error = {
|
|
32
|
+
entityNotFoundError: (value) => {
|
|
33
|
+
return {
|
|
34
|
+
content: value,
|
|
35
|
+
errorName: "EntityNotFoundError",
|
|
36
|
+
_visit: function (visitor) {
|
|
37
|
+
return CandidApi.thirdPartyPayers.v1.update.Error._visit(this, visitor);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
entityConflictError: (value) => {
|
|
42
|
+
return {
|
|
43
|
+
content: value,
|
|
44
|
+
errorName: "EntityConflictError",
|
|
45
|
+
_visit: function (visitor) {
|
|
46
|
+
return CandidApi.thirdPartyPayers.v1.update.Error._visit(this, visitor);
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
_unknown: (fetcherError) => {
|
|
51
|
+
return {
|
|
52
|
+
errorName: undefined,
|
|
53
|
+
content: fetcherError,
|
|
54
|
+
_visit: function (visitor) {
|
|
55
|
+
return CandidApi.thirdPartyPayers.v1.update.Error._visit(this, visitor);
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
},
|
|
59
|
+
_visit: (value, visitor) => {
|
|
60
|
+
switch (value.errorName) {
|
|
61
|
+
case "EntityNotFoundError":
|
|
62
|
+
return visitor.entityNotFoundError(value.content);
|
|
63
|
+
case "EntityConflictError":
|
|
64
|
+
return visitor.entityConflictError(value.content);
|
|
65
|
+
default:
|
|
66
|
+
return visitor._other(value);
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface CreateThirdPartyPayerRequest {
|
|
5
|
+
/** Max 50 characters allowed */
|
|
6
|
+
name: string;
|
|
7
|
+
/** Max 255 characters allowed */
|
|
8
|
+
description?: string;
|
|
9
|
+
/** Max 255 characters allowed */
|
|
10
|
+
category?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export interface ThirdPartyPayer {
|
|
6
|
+
thirdPartyPayerId: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerId;
|
|
7
|
+
name: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
category?: string;
|
|
10
|
+
enabled: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export declare type ThirdPartyPayerCategoryUpdate = CandidApi.thirdPartyPayers.v1.ThirdPartyPayerCategoryUpdate.Remove
|
|
6
|
+
/**
|
|
7
|
+
* Max 255 characters allowed */
|
|
8
|
+
| CandidApi.thirdPartyPayers.v1.ThirdPartyPayerCategoryUpdate.Set;
|
|
9
|
+
export declare namespace ThirdPartyPayerCategoryUpdate {
|
|
10
|
+
interface Remove {
|
|
11
|
+
type: "remove";
|
|
12
|
+
}
|
|
13
|
+
interface Set {
|
|
14
|
+
type: "set";
|
|
15
|
+
value: string;
|
|
16
|
+
}
|
|
17
|
+
}
|
package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export declare type ThirdPartyPayerDescriptionUpdate = CandidApi.thirdPartyPayers.v1.ThirdPartyPayerDescriptionUpdate.Remove
|
|
6
|
+
/**
|
|
7
|
+
* Max 255 characters allowed */
|
|
8
|
+
| CandidApi.thirdPartyPayers.v1.ThirdPartyPayerDescriptionUpdate.Set;
|
|
9
|
+
export declare namespace ThirdPartyPayerDescriptionUpdate {
|
|
10
|
+
interface Remove {
|
|
11
|
+
type: "remove";
|
|
12
|
+
}
|
|
13
|
+
interface Set {
|
|
14
|
+
type: "set";
|
|
15
|
+
value: string;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export declare type ThirdPartyPayerId = string & {
|
|
6
|
+
thirdPartyPayers_v1_ThirdPartyPayerId: void;
|
|
7
|
+
};
|
|
8
|
+
export declare function ThirdPartyPayerId(value: string): CandidApi.thirdPartyPayers.v1.ThirdPartyPayerId;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ThirdPartyPayerId = void 0;
|
|
7
|
+
function ThirdPartyPayerId(value) {
|
|
8
|
+
return value;
|
|
9
|
+
}
|
|
10
|
+
exports.ThirdPartyPayerId = ThirdPartyPayerId;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type ThirdPartyPayerSortField = "NAME" | "CATEGORY" | "ENABLED" | "UPDATED_AT";
|
|
5
|
+
export declare const ThirdPartyPayerSortField: {
|
|
6
|
+
readonly Name: "NAME";
|
|
7
|
+
readonly Category: "CATEGORY";
|
|
8
|
+
readonly Enabled: "ENABLED";
|
|
9
|
+
readonly UpdatedAt: "UPDATED_AT";
|
|
10
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ThirdPartyPayerSortField = void 0;
|
|
7
|
+
exports.ThirdPartyPayerSortField = {
|
|
8
|
+
Name: "NAME",
|
|
9
|
+
Category: "CATEGORY",
|
|
10
|
+
Enabled: "ENABLED",
|
|
11
|
+
UpdatedAt: "UPDATED_AT",
|
|
12
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export interface ThirdPartyPayerUpdateRequest {
|
|
6
|
+
/** Max 50 characters allowed */
|
|
7
|
+
name?: string;
|
|
8
|
+
description?: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerDescriptionUpdate;
|
|
9
|
+
category?: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerCategoryUpdate;
|
|
10
|
+
}
|