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,27 @@
|
|
|
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 __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -0,0 +1,20 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
+
import { EntityConflictErrorMessage } from "../../../../commons/types/EntityConflictErrorMessage";
|
|
9
|
+
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.create.Error.Raw, CandidApi.thirdPartyPayers.v1.create.Error>;
|
|
10
|
+
export declare namespace Error {
|
|
11
|
+
type Raw = Error.EntityNotFoundError | Error.EntityConflictError;
|
|
12
|
+
interface EntityNotFoundError {
|
|
13
|
+
errorName: "EntityNotFoundError";
|
|
14
|
+
content: EntityNotFoundErrorMessage.Raw;
|
|
15
|
+
}
|
|
16
|
+
interface EntityConflictError {
|
|
17
|
+
errorName: "EntityConflictError";
|
|
18
|
+
content: EntityConflictErrorMessage.Raw;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
+
const EntityConflictErrorMessage_1 = require("../../../../commons/types/EntityConflictErrorMessage");
|
|
45
|
+
exports.Error = core.serialization
|
|
46
|
+
.union("errorName", {
|
|
47
|
+
EntityNotFoundError: core.serialization.object({
|
|
48
|
+
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
49
|
+
}),
|
|
50
|
+
EntityConflictError: core.serialization.object({
|
|
51
|
+
content: EntityConflictErrorMessage_1.EntityConflictErrorMessage,
|
|
52
|
+
}),
|
|
53
|
+
})
|
|
54
|
+
.transform({
|
|
55
|
+
transform: (value) => {
|
|
56
|
+
switch (value.errorName) {
|
|
57
|
+
case "EntityNotFoundError":
|
|
58
|
+
return CandidApi.thirdPartyPayers.v1.create.Error.entityNotFoundError(value.content);
|
|
59
|
+
case "EntityConflictError":
|
|
60
|
+
return CandidApi.thirdPartyPayers.v1.create.Error.entityConflictError(value.content);
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
untransform: (_a) => {
|
|
64
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
65
|
+
return value;
|
|
66
|
+
},
|
|
67
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
+
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.delete.Error.Raw, CandidApi.thirdPartyPayers.v1.delete.Error>;
|
|
9
|
+
export declare namespace Error {
|
|
10
|
+
type Raw = Error.EntityNotFoundError;
|
|
11
|
+
interface EntityNotFoundError {
|
|
12
|
+
errorName: "EntityNotFoundError";
|
|
13
|
+
content: EntityNotFoundErrorMessage.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
+
exports.Error = core.serialization
|
|
45
|
+
.union("errorName", {
|
|
46
|
+
EntityNotFoundError: core.serialization.object({
|
|
47
|
+
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
48
|
+
}),
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => {
|
|
52
|
+
switch (value.errorName) {
|
|
53
|
+
case "EntityNotFoundError":
|
|
54
|
+
return CandidApi.thirdPartyPayers.v1.delete.Error.entityNotFoundError(value.content);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
untransform: (_a) => {
|
|
58
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
59
|
+
return value;
|
|
60
|
+
},
|
|
61
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
+
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.get.Error.Raw, CandidApi.thirdPartyPayers.v1.get.Error>;
|
|
9
|
+
export declare namespace Error {
|
|
10
|
+
type Raw = Error.EntityNotFoundError;
|
|
11
|
+
interface EntityNotFoundError {
|
|
12
|
+
errorName: "EntityNotFoundError";
|
|
13
|
+
content: EntityNotFoundErrorMessage.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
+
exports.Error = core.serialization
|
|
45
|
+
.union("errorName", {
|
|
46
|
+
EntityNotFoundError: core.serialization.object({
|
|
47
|
+
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
48
|
+
}),
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => {
|
|
52
|
+
switch (value.errorName) {
|
|
53
|
+
case "EntityNotFoundError":
|
|
54
|
+
return CandidApi.thirdPartyPayers.v1.get.Error.entityNotFoundError(value.content);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
untransform: (_a) => {
|
|
58
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
59
|
+
return value;
|
|
60
|
+
},
|
|
61
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
|
|
8
|
+
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.getMulti.Error.Raw, CandidApi.thirdPartyPayers.v1.getMulti.Error>;
|
|
9
|
+
export declare namespace Error {
|
|
10
|
+
type Raw = Error.UnprocessableEntityError;
|
|
11
|
+
interface UnprocessableEntityError {
|
|
12
|
+
errorName: "UnprocessableEntityError";
|
|
13
|
+
content: UnprocessableEntityErrorMessage.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
|
|
44
|
+
exports.Error = core.serialization
|
|
45
|
+
.union("errorName", {
|
|
46
|
+
UnprocessableEntityError: core.serialization.object({
|
|
47
|
+
content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
|
|
48
|
+
}),
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => {
|
|
52
|
+
switch (value.errorName) {
|
|
53
|
+
case "UnprocessableEntityError":
|
|
54
|
+
return CandidApi.thirdPartyPayers.v1.getMulti.Error.unprocessableEntityError(value.content);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
untransform: (_a) => {
|
|
58
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
59
|
+
return value;
|
|
60
|
+
},
|
|
61
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
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 __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.delete = exports.update = exports.get = exports.getMulti = exports.toggleEnablement = exports.create = void 0;
|
|
27
|
+
exports.create = __importStar(require("./create"));
|
|
28
|
+
exports.toggleEnablement = __importStar(require("./toggleEnablement"));
|
|
29
|
+
exports.getMulti = __importStar(require("./getMulti"));
|
|
30
|
+
exports.get = __importStar(require("./get"));
|
|
31
|
+
exports.update = __importStar(require("./update"));
|
|
32
|
+
exports.delete = __importStar(require("./delete"));
|
|
@@ -0,0 +1,15 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
+
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.toggleEnablement.Error.Raw, CandidApi.thirdPartyPayers.v1.toggleEnablement.Error>;
|
|
9
|
+
export declare namespace Error {
|
|
10
|
+
type Raw = Error.EntityNotFoundError;
|
|
11
|
+
interface EntityNotFoundError {
|
|
12
|
+
errorName: "EntityNotFoundError";
|
|
13
|
+
content: EntityNotFoundErrorMessage.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
+
exports.Error = core.serialization
|
|
45
|
+
.union("errorName", {
|
|
46
|
+
EntityNotFoundError: core.serialization.object({
|
|
47
|
+
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
48
|
+
}),
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => {
|
|
52
|
+
switch (value.errorName) {
|
|
53
|
+
case "EntityNotFoundError":
|
|
54
|
+
return CandidApi.thirdPartyPayers.v1.toggleEnablement.Error.entityNotFoundError(value.content);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
untransform: (_a) => {
|
|
58
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
59
|
+
return value;
|
|
60
|
+
},
|
|
61
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
+
import { EntityConflictErrorMessage } from "../../../../commons/types/EntityConflictErrorMessage";
|
|
9
|
+
export declare const Error: core.serialization.Schema<serializers.thirdPartyPayers.v1.update.Error.Raw, CandidApi.thirdPartyPayers.v1.update.Error>;
|
|
10
|
+
export declare namespace Error {
|
|
11
|
+
type Raw = Error.EntityNotFoundError | Error.EntityConflictError;
|
|
12
|
+
interface EntityNotFoundError {
|
|
13
|
+
errorName: "EntityNotFoundError";
|
|
14
|
+
content: EntityNotFoundErrorMessage.Raw;
|
|
15
|
+
}
|
|
16
|
+
interface EntityConflictError {
|
|
17
|
+
errorName: "EntityConflictError";
|
|
18
|
+
content: EntityConflictErrorMessage.Raw;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
+
const EntityConflictErrorMessage_1 = require("../../../../commons/types/EntityConflictErrorMessage");
|
|
45
|
+
exports.Error = core.serialization
|
|
46
|
+
.union("errorName", {
|
|
47
|
+
EntityNotFoundError: core.serialization.object({
|
|
48
|
+
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
49
|
+
}),
|
|
50
|
+
EntityConflictError: core.serialization.object({
|
|
51
|
+
content: EntityConflictErrorMessage_1.EntityConflictErrorMessage,
|
|
52
|
+
}),
|
|
53
|
+
})
|
|
54
|
+
.transform({
|
|
55
|
+
transform: (value) => {
|
|
56
|
+
switch (value.errorName) {
|
|
57
|
+
case "EntityNotFoundError":
|
|
58
|
+
return CandidApi.thirdPartyPayers.v1.update.Error.entityNotFoundError(value.content);
|
|
59
|
+
case "EntityConflictError":
|
|
60
|
+
return CandidApi.thirdPartyPayers.v1.update.Error.entityConflictError(value.content);
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
untransform: (_a) => {
|
|
64
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
65
|
+
return value;
|
|
66
|
+
},
|
|
67
|
+
});
|
|
@@ -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,14 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const CreateThirdPartyPayerRequest: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.CreateThirdPartyPayerRequest.Raw, CandidApi.thirdPartyPayers.v1.CreateThirdPartyPayerRequest>;
|
|
8
|
+
export declare namespace CreateThirdPartyPayerRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
name: string;
|
|
11
|
+
description?: string | null;
|
|
12
|
+
category?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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.CreateThirdPartyPayerRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.CreateThirdPartyPayerRequest = core.serialization.object({
|
|
32
|
+
name: core.serialization.string(),
|
|
33
|
+
description: core.serialization.string().optional(),
|
|
34
|
+
category: core.serialization.string().optional(),
|
|
35
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
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";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { ThirdPartyPayerId } from "./ThirdPartyPayerId";
|
|
8
|
+
export declare const ThirdPartyPayer: core.serialization.ObjectSchema<serializers.thirdPartyPayers.v1.ThirdPartyPayer.Raw, CandidApi.thirdPartyPayers.v1.ThirdPartyPayer>;
|
|
9
|
+
export declare namespace ThirdPartyPayer {
|
|
10
|
+
interface Raw {
|
|
11
|
+
third_party_payer_id: ThirdPartyPayerId.Raw;
|
|
12
|
+
name: string;
|
|
13
|
+
description?: string | null;
|
|
14
|
+
category?: string | null;
|
|
15
|
+
enabled: boolean;
|
|
16
|
+
}
|
|
17
|
+
}
|