candidhealth 0.10.1 → 0.12.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/README.md +1 -0
- 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/claims/types/Claim.d.ts +1 -37
- package/api/resources/commons/types/SortDirection.d.ts +12 -0
- package/api/resources/commons/types/SortDirection.js +10 -0
- package/api/resources/commons/types/TaxId.d.ts +8 -0
- package/api/resources/{jobs/resources/v1/types/JobId.js → commons/types/TaxId.js} +3 -3
- package/api/resources/commons/types/index.d.ts +2 -0
- package/api/resources/commons/types/index.js +2 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +5 -4
- package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +36 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +6 -37
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +36 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +6 -37
- package/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +39 -0
- package/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +15 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/index.js +2 -0
- 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/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +1 -4
- package/api/resources/index.js +2 -5
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +4 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -1
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -2
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +2 -2
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
- package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -2
- package/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -2
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +6 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +66 -4
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +6 -1
- package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +23 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +12 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +7 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -0
- 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.d.ts +6 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +79 -4
- package/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/getMulti.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/client/index.js +2 -1
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +25 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +12 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +7 -0
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/types/index.js +2 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +6 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +79 -4
- package/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +22 -0
- package/{dist/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js → api/resources/patientRefunds/resources/v1/client/getMulti.js} +19 -3
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/v1/client/index.js +2 -1
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +25 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +11 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +13 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +7 -0
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/types/index.js +2 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/remits/resources/v1/types/Payee.d.ts +8 -0
- package/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +19 -0
- package/api/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/api/resources/remits/resources/v1/types/index.js +18 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +6 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +60 -4
- package/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +22 -0
- package/{serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js → api/resources/writeOffs/resources/v1/client/getMulti.js} +19 -3
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/client/index.js +2 -1
- package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +21 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +12 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +2 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/api/resources/x12/resources/v1/types/index.js +2 -0
- 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/claims/types/Claim.d.ts +1 -37
- package/dist/api/resources/commons/types/SortDirection.d.ts +12 -0
- package/dist/api/resources/commons/types/SortDirection.js +10 -0
- package/dist/api/resources/commons/types/TaxId.d.ts +8 -0
- package/dist/api/resources/{jobs/resources/v1/types/JobId.js → commons/types/TaxId.js} +3 -3
- package/dist/api/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/commons/types/index.js +2 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -4
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +36 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +6 -37
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +36 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +6 -37
- package/dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +39 -0
- package/dist/api/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js +15 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +2 -0
- 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/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +1 -4
- package/dist/api/resources/index.js +2 -5
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +4 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -2
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +0 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +6 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +66 -4
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +6 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +23 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +12 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +7 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +2 -0
- 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.d.ts +6 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +79 -4
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/getMulti.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +2 -1
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +25 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +12 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +7 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +6 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +79 -4
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +2 -1
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +25 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +11 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +13 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +7 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +2 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/remits/resources/v1/types/Payee.d.ts +8 -0
- package/dist/api/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +19 -0
- package/dist/api/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/remits/resources/v1/types/index.js +18 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +6 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +60 -4
- package/dist/api/resources/writeOffs/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/{serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js → api/resources/writeOffs/resources/v1/client/getMulti.js} +19 -3
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +2 -1
- package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +21 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffSortField.js +12 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +2 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/claims/types/Claim.d.ts +0 -1
- package/dist/serialization/resources/claims/types/Claim.js +0 -1
- package/{serialization/resources/claimActionsCommons/types/VoidClaimAction.d.ts → dist/serialization/resources/commons/types/SortDirection.d.ts} +3 -4
- package/{serialization/resources/claimActionsCommons/types/VoidClaimAction.js → dist/serialization/resources/commons/types/SortDirection.js} +2 -2
- package/dist/serialization/resources/{claimActionsCommons/types/VoidClaimAction.d.ts → commons/types/TaxId.d.ts} +3 -4
- package/{serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js → dist/serialization/resources/commons/types/TaxId.js} +7 -3
- package/dist/serialization/resources/commons/types/index.d.ts +2 -0
- package/dist/serialization/resources/commons/types/index.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +5 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +7 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +5 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +7 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +12 -0
- package/dist/serialization/resources/{users/resources/v2/types/GoogleAppsMetadata.js → encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js} +3 -3
- package/dist/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +10 -0
- package/dist/serialization/resources/{jobs/resources/v1/types/JobStatus.js → encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js} +2 -2
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +2 -0
- package/dist/serialization/resources/index.d.ts +1 -4
- package/dist/serialization/resources/index.js +2 -5
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +4 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +4 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +3 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -3
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +2 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -2
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -2
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +31 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +12 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +35 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +31 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +12 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +35 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/{users/resources/v2/types/AuthZeroMetadata.js → patientRefunds/resources/v1/types/PatientRefundSortField.js} +2 -4
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +12 -0
- package/dist/serialization/resources/{jobs/resources/v1/types/JobId.js → patientRefunds/resources/v1/types/PatientRefundsPage.js} +6 -6
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/remits/resources/v1/types/Payee.d.ts +13 -0
- package/dist/serialization/resources/{users/resources/v2/types/HumanUserMetadata.js → remits/resources/v1/types/Payee.js} +4 -4
- package/dist/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +22 -0
- package/dist/serialization/resources/{users/resources/v2/types/UserMetadata.js → remits/resources/v1/types/PayeeIdentifier.js} +11 -4
- package/dist/serialization/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/remits/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +10 -0
- package/{serialization/resources/jobs/resources/v1/types/JobStatus.js → dist/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.js} +2 -2
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +12 -0
- package/{serialization/resources/jobs/resources/v1/types/JobMetadata.js → dist/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js} +5 -8
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/{insuranceAdjudications → x12}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
- package/{serialization/resources/insuranceAdjudications → dist/serialization/resources/x12}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +2 -0
- package/package.json +1 -1
- package/serialization/resources/claims/types/Claim.d.ts +0 -1
- package/serialization/resources/claims/types/Claim.js +0 -1
- package/serialization/resources/commons/types/SortDirection.d.ts +10 -0
- package/{dist/serialization/resources/claimActionsCommons/types/VoidClaimAction.js → serialization/resources/commons/types/SortDirection.js} +2 -2
- package/serialization/resources/commons/types/TaxId.d.ts +10 -0
- package/{dist/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js → serialization/resources/commons/types/TaxId.js} +7 -3
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -0
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +5 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +7 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +5 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +7 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.d.ts +12 -0
- package/{dist/serialization/resources/jobs/resources/v1/types/JobGroupId.js → serialization/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js} +3 -5
- package/serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.d.ts +10 -0
- package/{dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.js → serialization/resources/encounters/resources/v4/types/ServiceAuthorizationExceptionCode.js} +2 -4
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +2 -0
- package/serialization/resources/index.d.ts +1 -4
- package/serialization/resources/index.js +2 -5
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +4 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +4 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.d.ts +3 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudicationCreate.js +3 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +1 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +1 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.d.ts +3 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationCreate.js +3 -3
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +2 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +2 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +2 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationCreate.js +2 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +0 -2
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +0 -2
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.d.ts +10 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundSortField.js +31 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.d.ts +12 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js +35 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentSortField.js +31 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.d.ts +12 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js +35 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.js +2 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.d.ts +10 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundSortField.js +31 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.d.ts +12 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js +35 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +2 -0
- package/serialization/resources/remits/resources/v1/types/Payee.d.ts +13 -0
- package/serialization/resources/{users/resources/v2/types/HumanUserMetadata.js → remits/resources/v1/types/Payee.js} +4 -4
- package/serialization/resources/remits/resources/v1/types/PayeeIdentifier.d.ts +22 -0
- package/serialization/resources/{users/resources/v2/types/UserMetadata.js → remits/resources/v1/types/PayeeIdentifier.js} +11 -4
- package/serialization/resources/remits/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/remits/resources/v1/types/index.js +18 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffSortField.d.ts +10 -0
- package/serialization/resources/{users/resources/v2/types/MachineUserMetadata.js → writeOffs/resources/v1/types/WriteOffSortField.js} +2 -4
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.d.ts +12 -0
- package/{dist/serialization/resources/jobs/resources/v1/types/JobMetadata.js → serialization/resources/writeOffs/resources/v1/types/WriteOffsPage.js} +5 -8
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +2 -0
- package/serialization/resources/{insuranceAdjudications → x12}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +1 -1
- package/{dist/serialization/resources/insuranceAdjudications → serialization/resources/x12}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/x12/resources/v1/types/index.js +2 -0
- package/api/resources/claimActionsCommons/types/ClaimAction.d.ts +0 -30
- package/api/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +0 -23
- package/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +0 -8
- package/api/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +0 -21
- package/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +0 -21
- package/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +0 -14
- package/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +0 -8
- package/api/resources/claimActionsCommons/types/VoidClaimAction.d.ts +0 -8
- package/api/resources/claimActionsCommons/types/index.d.ts +0 -8
- package/api/resources/claimActionsCommons/types/index.js +0 -24
- package/api/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +0 -29
- package/api/resources/jobs/resources/v1/types/Job.d.ts +0 -53
- package/api/resources/jobs/resources/v1/types/JobGroupId.d.ts +0 -8
- package/api/resources/jobs/resources/v1/types/JobGroupId.js +0 -10
- package/api/resources/jobs/resources/v1/types/JobId.d.ts +0 -8
- package/api/resources/jobs/resources/v1/types/JobMetadata.d.ts +0 -30
- package/api/resources/jobs/resources/v1/types/JobStatus.d.ts +0 -16
- package/api/resources/jobs/resources/v1/types/JobStatus.js +0 -12
- package/api/resources/jobs/resources/v1/types/index.d.ts +0 -6
- package/api/resources/jobs/resources/v1/types/index.js +0 -22
- package/api/resources/users/resources/index.d.ts +0 -1
- package/api/resources/users/resources/index.js +0 -27
- package/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -12
- package/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -6
- package/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -14
- package/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -23
- package/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -6
- package/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -6
- package/api/resources/users/resources/v2/types/UserMetadata.d.ts +0 -21
- package/api/resources/users/resources/v2/types/UserV2.d.ts +0 -28
- package/api/resources/users/resources/v2/types/index.d.ts +0 -8
- package/api/resources/users/resources/v2/types/index.js +0 -24
- package/dist/api/resources/claimActionsCommons/types/ClaimAction.d.ts +0 -30
- package/dist/api/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +0 -23
- package/dist/api/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +0 -8
- package/dist/api/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +0 -21
- package/dist/api/resources/claimActionsCommons/types/CreateTaskConfig.js +0 -5
- package/dist/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +0 -21
- package/dist/api/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +0 -5
- package/dist/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +0 -14
- package/dist/api/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.js +0 -5
- package/dist/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +0 -8
- package/dist/api/resources/claimActionsCommons/types/ResubmitFreshClaimAction.js +0 -5
- package/dist/api/resources/claimActionsCommons/types/VoidClaimAction.d.ts +0 -8
- package/dist/api/resources/claimActionsCommons/types/VoidClaimAction.js +0 -5
- package/dist/api/resources/claimActionsCommons/types/index.d.ts +0 -8
- package/dist/api/resources/claimActionsCommons/types/index.js +0 -24
- package/dist/api/resources/jobs/resources/v1/index.d.ts +0 -1
- package/dist/api/resources/jobs/resources/v1/index.js +0 -17
- package/dist/api/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +0 -29
- package/dist/api/resources/jobs/resources/v1/types/ClaimJobMetadata.js +0 -5
- package/dist/api/resources/jobs/resources/v1/types/Job.d.ts +0 -53
- package/dist/api/resources/jobs/resources/v1/types/Job.js +0 -5
- package/dist/api/resources/jobs/resources/v1/types/JobGroupId.d.ts +0 -8
- package/dist/api/resources/jobs/resources/v1/types/JobGroupId.js +0 -10
- package/dist/api/resources/jobs/resources/v1/types/JobId.d.ts +0 -8
- package/dist/api/resources/jobs/resources/v1/types/JobMetadata.d.ts +0 -30
- package/dist/api/resources/jobs/resources/v1/types/JobMetadata.js +0 -5
- package/dist/api/resources/jobs/resources/v1/types/JobStatus.d.ts +0 -16
- package/dist/api/resources/jobs/resources/v1/types/JobStatus.js +0 -12
- package/dist/api/resources/jobs/resources/v1/types/index.d.ts +0 -6
- package/dist/api/resources/jobs/resources/v1/types/index.js +0 -22
- package/dist/api/resources/users/resources/index.d.ts +0 -1
- package/dist/api/resources/users/resources/index.js +0 -27
- package/dist/api/resources/users/resources/v2/index.d.ts +0 -1
- package/dist/api/resources/users/resources/v2/index.js +0 -17
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -12
- package/dist/api/resources/users/resources/v2/types/AuthZeroMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -6
- package/dist/api/resources/users/resources/v2/types/GoogleAppsMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -14
- package/dist/api/resources/users/resources/v2/types/HumanUserMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -23
- package/dist/api/resources/users/resources/v2/types/IdpUserMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -6
- package/dist/api/resources/users/resources/v2/types/MachineUserMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -6
- package/dist/api/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/UserMetadata.d.ts +0 -21
- package/dist/api/resources/users/resources/v2/types/UserMetadata.js +0 -5
- package/dist/api/resources/users/resources/v2/types/UserV2.d.ts +0 -28
- package/dist/api/resources/users/resources/v2/types/UserV2.js +0 -5
- package/dist/api/resources/users/resources/v2/types/index.d.ts +0 -8
- package/dist/api/resources/users/resources/v2/types/index.js +0 -24
- package/dist/serialization/resources/claimActionsCommons/index.d.ts +0 -1
- package/dist/serialization/resources/claimActionsCommons/index.js +0 -17
- package/dist/serialization/resources/claimActionsCommons/types/ClaimAction.d.ts +0 -25
- package/dist/serialization/resources/claimActionsCommons/types/ClaimAction.js +0 -42
- package/dist/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +0 -16
- package/dist/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.js +0 -37
- package/dist/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +0 -11
- package/dist/serialization/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +0 -16
- package/dist/serialization/resources/claimActionsCommons/types/CreateTaskConfig.js +0 -37
- package/dist/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +0 -13
- package/dist/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +0 -34
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +0 -12
- package/dist/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +0 -11
- package/dist/serialization/resources/claimActionsCommons/types/index.d.ts +0 -8
- package/dist/serialization/resources/claimActionsCommons/types/index.js +0 -24
- package/dist/serialization/resources/jobs/index.d.ts +0 -1
- package/dist/serialization/resources/jobs/index.js +0 -17
- package/dist/serialization/resources/jobs/resources/v1/index.d.ts +0 -1
- package/dist/serialization/resources/jobs/resources/v1/index.js +0 -17
- package/dist/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +0 -15
- package/dist/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.js +0 -36
- package/dist/serialization/resources/jobs/resources/v1/types/Job.d.ts +0 -18
- package/dist/serialization/resources/jobs/resources/v1/types/Job.js +0 -39
- package/dist/serialization/resources/jobs/resources/v1/types/JobGroupId.d.ts +0 -10
- package/dist/serialization/resources/jobs/resources/v1/types/JobId.d.ts +0 -10
- package/dist/serialization/resources/jobs/resources/v1/types/JobMetadata.d.ts +0 -13
- package/dist/serialization/resources/jobs/resources/v1/types/JobStatus.d.ts +0 -10
- package/dist/serialization/resources/jobs/resources/v1/types/index.d.ts +0 -6
- package/dist/serialization/resources/jobs/resources/v1/types/index.js +0 -22
- package/dist/serialization/resources/users/index.d.ts +0 -1
- package/dist/serialization/resources/users/index.js +0 -17
- package/dist/serialization/resources/users/resources/index.d.ts +0 -1
- package/dist/serialization/resources/users/resources/index.js +0 -27
- package/dist/serialization/resources/users/resources/v2/index.d.ts +0 -1
- package/dist/serialization/resources/users/resources/v2/index.js +0 -17
- package/dist/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -12
- package/dist/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -12
- package/dist/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -13
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -19
- package/dist/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +0 -40
- package/dist/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -12
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -12
- package/dist/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -33
- package/dist/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +0 -16
- package/dist/serialization/resources/users/resources/v2/types/UserV2.d.ts +0 -16
- package/dist/serialization/resources/users/resources/v2/types/UserV2.js +0 -37
- package/dist/serialization/resources/users/resources/v2/types/index.d.ts +0 -8
- package/dist/serialization/resources/users/resources/v2/types/index.js +0 -24
- package/serialization/resources/claimActionsCommons/index.d.ts +0 -1
- package/serialization/resources/claimActionsCommons/index.js +0 -17
- package/serialization/resources/claimActionsCommons/types/ClaimAction.d.ts +0 -25
- package/serialization/resources/claimActionsCommons/types/ClaimAction.js +0 -42
- package/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.d.ts +0 -16
- package/serialization/resources/claimActionsCommons/types/ClaimActionMetadata.js +0 -37
- package/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.d.ts +0 -11
- package/serialization/resources/claimActionsCommons/types/CloseTasksAndProcessClaimAction.js +0 -31
- package/serialization/resources/claimActionsCommons/types/CreateTaskConfig.d.ts +0 -16
- package/serialization/resources/claimActionsCommons/types/CreateTaskConfig.js +0 -37
- package/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.d.ts +0 -13
- package/serialization/resources/claimActionsCommons/types/MoveToWorkQueueClaimAction.js +0 -34
- package/serialization/resources/claimActionsCommons/types/ResubmitCorrectedClaimAction.d.ts +0 -12
- package/serialization/resources/claimActionsCommons/types/ResubmitFreshClaimAction.d.ts +0 -11
- package/serialization/resources/claimActionsCommons/types/index.d.ts +0 -8
- package/serialization/resources/claimActionsCommons/types/index.js +0 -24
- package/serialization/resources/jobs/index.d.ts +0 -1
- package/serialization/resources/jobs/index.js +0 -17
- package/serialization/resources/jobs/resources/v1/index.d.ts +0 -1
- package/serialization/resources/jobs/resources/v1/index.js +0 -17
- package/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.d.ts +0 -15
- package/serialization/resources/jobs/resources/v1/types/ClaimJobMetadata.js +0 -36
- package/serialization/resources/jobs/resources/v1/types/Job.d.ts +0 -18
- package/serialization/resources/jobs/resources/v1/types/Job.js +0 -39
- package/serialization/resources/jobs/resources/v1/types/JobGroupId.d.ts +0 -10
- package/serialization/resources/jobs/resources/v1/types/JobGroupId.js +0 -35
- package/serialization/resources/jobs/resources/v1/types/JobId.d.ts +0 -10
- package/serialization/resources/jobs/resources/v1/types/JobId.js +0 -35
- package/serialization/resources/jobs/resources/v1/types/JobMetadata.d.ts +0 -13
- package/serialization/resources/jobs/resources/v1/types/JobStatus.d.ts +0 -10
- package/serialization/resources/jobs/resources/v1/types/index.d.ts +0 -6
- package/serialization/resources/jobs/resources/v1/types/index.js +0 -22
- package/serialization/resources/users/index.d.ts +0 -1
- package/serialization/resources/users/index.js +0 -17
- package/serialization/resources/users/resources/index.d.ts +0 -1
- package/serialization/resources/users/resources/index.js +0 -27
- package/serialization/resources/users/resources/v2/index.d.ts +0 -1
- package/serialization/resources/users/resources/v2/index.js +0 -17
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.d.ts +0 -12
- package/serialization/resources/users/resources/v2/types/AuthZeroMetadata.js +0 -33
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.d.ts +0 -12
- package/serialization/resources/users/resources/v2/types/GoogleAppsMetadata.js +0 -33
- package/serialization/resources/users/resources/v2/types/HumanUserMetadata.d.ts +0 -13
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.d.ts +0 -19
- package/serialization/resources/users/resources/v2/types/IdpUserMetadata.js +0 -40
- package/serialization/resources/users/resources/v2/types/MachineUserMetadata.d.ts +0 -12
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.d.ts +0 -12
- package/serialization/resources/users/resources/v2/types/OtherIdpMetadata.js +0 -33
- package/serialization/resources/users/resources/v2/types/UserMetadata.d.ts +0 -16
- package/serialization/resources/users/resources/v2/types/UserV2.d.ts +0 -16
- package/serialization/resources/users/resources/v2/types/UserV2.js +0 -37
- package/serialization/resources/users/resources/v2/types/index.d.ts +0 -8
- package/serialization/resources/users/resources/v2/types/index.js +0 -24
- /package/api/resources/{claimActionsCommons/types/ClaimAction.js → encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js} +0 -0
- /package/api/resources/{claimActionsCommons/types/ClaimActionMetadata.js → insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js} +0 -0
- /package/api/resources/{claimActionsCommons/types/CloseTasksAndProcessClaimAction.js → insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js} +0 -0
- /package/api/resources/{claimActionsCommons/types/CreateTaskConfig.js → patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js} +0 -0
- /package/api/resources/{claimActionsCommons/types/MoveToWorkQueueClaimAction.js → patientPayments/resources/v4/types/PatientPaymentsPage.js} +0 -0
- /package/api/resources/{claimActionsCommons/types/ResubmitCorrectedClaimAction.js → patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js} +0 -0
- /package/api/resources/{claimActionsCommons/types/ResubmitFreshClaimAction.js → patientRefunds/resources/v1/types/PatientRefundsPage.js} +0 -0
- /package/api/resources/{jobs → remits}/index.d.ts +0 -0
- /package/api/resources/{jobs → remits}/index.js +0 -0
- /package/api/resources/{jobs → remits}/resources/index.d.ts +0 -0
- /package/api/resources/{jobs → remits}/resources/index.js +0 -0
- /package/api/resources/{claimActionsCommons → remits/resources/v1}/index.d.ts +0 -0
- /package/api/resources/{claimActionsCommons → remits/resources/v1}/index.js +0 -0
- /package/api/resources/{claimActionsCommons/types/VoidClaimAction.js → remits/resources/v1/types/Payee.js} +0 -0
- /package/api/resources/{insuranceAdjudications/resources/v1/types/ClaimAdjustmentReasonCode.js → remits/resources/v1/types/PayeeIdentifier.js} +0 -0
- /package/api/resources/{insuranceAdjudications/resources/v1/types/RemittanceAdviceRemarkCode.js → writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js} +0 -0
- /package/api/resources/{jobs/resources/v1/types/ClaimJobMetadata.js → writeOffs/resources/v1/types/WriteOffsPage.js} +0 -0
- /package/api/resources/{insuranceAdjudications → x12}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
- /package/{dist/api/resources/insuranceAdjudications → api/resources/x12}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
- /package/api/resources/{insuranceAdjudications → x12}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
- /package/{dist/api/resources/insuranceAdjudications → api/resources/x12}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
- /package/{api/resources/jobs/resources/v1/types/Job.js → dist/api/resources/encounters/resources/v4/types/EncounterPatientControlNumberUniquenessErrorType.js} +0 -0
- /package/{api/resources/jobs/resources/v1/types/JobMetadata.js → dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.js} +0 -0
- /package/{api/resources/users/resources/v2/types/AuthZeroMetadata.js → dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundsPage.js} +0 -0
- /package/{api/resources/users/resources/v2/types/GoogleAppsMetadata.js → dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.js} +0 -0
- /package/{api/resources/users/resources/v2/types/HumanUserMetadata.js → dist/api/resources/patientPayments/resources/v4/types/PatientPaymentsPage.js} +0 -0
- /package/{api/resources/users/resources/v2/types/IdpUserMetadata.js → dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.js} +0 -0
- /package/{api/resources/users/resources/v2/types/MachineUserMetadata.js → dist/api/resources/patientRefunds/resources/v1/types/PatientRefundsPage.js} +0 -0
- /package/{api/resources/users → dist/api/resources/remits}/index.d.ts +0 -0
- /package/{api/resources/users → dist/api/resources/remits}/index.js +0 -0
- /package/dist/api/resources/{jobs → remits}/resources/index.d.ts +0 -0
- /package/dist/api/resources/{jobs → remits}/resources/index.js +0 -0
- /package/{api/resources/jobs → dist/api/resources/remits}/resources/v1/index.d.ts +0 -0
- /package/{api/resources/jobs → dist/api/resources/remits}/resources/v1/index.js +0 -0
- /package/{api/resources/users/resources/v2/types/OtherIdpMetadata.js → dist/api/resources/remits/resources/v1/types/Payee.js} +0 -0
- /package/{api/resources/users/resources/v2/types/UserMetadata.js → dist/api/resources/remits/resources/v1/types/PayeeIdentifier.js} +0 -0
- /package/{api/resources/users/resources/v2/types/UserV2.js → dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.js} +0 -0
- /package/dist/api/resources/{claimActionsCommons/types/ClaimAction.js → writeOffs/resources/v1/types/WriteOffsPage.js} +0 -0
- /package/dist/api/resources/{insuranceAdjudications → x12}/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +0 -0
- /package/dist/api/resources/{claimActionsCommons/types/ClaimActionMetadata.js → x12/resources/v1/types/ClaimAdjustmentReasonCode.js} +0 -0
- /package/dist/api/resources/{insuranceAdjudications → x12}/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +0 -0
- /package/dist/api/resources/{claimActionsCommons/types/CloseTasksAndProcessClaimAction.js → x12/resources/v1/types/RemittanceAdviceRemarkCode.js} +0 -0
- /package/dist/{api/resources/jobs → serialization/resources/remits}/index.d.ts +0 -0
- /package/dist/{api/resources/jobs → serialization/resources/remits}/index.js +0 -0
- /package/dist/serialization/resources/{jobs → remits}/resources/index.d.ts +0 -0
- /package/dist/serialization/resources/{jobs → remits}/resources/index.js +0 -0
- /package/{api/resources/users/resources/v2 → dist/serialization/resources/remits/resources/v1}/index.d.ts +0 -0
- /package/{api/resources/users/resources/v2 → dist/serialization/resources/remits/resources/v1}/index.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudications → x12}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
- /package/dist/serialization/resources/{insuranceAdjudications → x12}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
- /package/{dist/api/resources/users → serialization/resources/remits}/index.d.ts +0 -0
- /package/{dist/api/resources/users → serialization/resources/remits}/index.js +0 -0
- /package/serialization/resources/{jobs → remits}/resources/index.d.ts +0 -0
- /package/serialization/resources/{jobs → remits}/resources/index.js +0 -0
- /package/{dist/api/resources/claimActionsCommons → serialization/resources/remits/resources/v1}/index.d.ts +0 -0
- /package/{dist/api/resources/claimActionsCommons → serialization/resources/remits/resources/v1}/index.js +0 -0
- /package/serialization/resources/{insuranceAdjudications → x12}/resources/v1/types/ClaimAdjustmentReasonCode.js +0 -0
- /package/serialization/resources/{insuranceAdjudications → x12}/resources/v1/types/RemittanceAdviceRemarkCode.js +0 -0
|
@@ -1,24 +0,0 @@
|
|
|
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("./VoidClaimAction"), exports);
|
|
18
|
-
__exportStar(require("./ResubmitFreshClaimAction"), exports);
|
|
19
|
-
__exportStar(require("./ResubmitCorrectedClaimAction"), exports);
|
|
20
|
-
__exportStar(require("./CloseTasksAndProcessClaimAction"), exports);
|
|
21
|
-
__exportStar(require("./CreateTaskConfig"), exports);
|
|
22
|
-
__exportStar(require("./MoveToWorkQueueClaimAction"), exports);
|
|
23
|
-
__exportStar(require("./ClaimAction"), exports);
|
|
24
|
-
__exportStar(require("./ClaimActionMetadata"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./resources";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./resources"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|
|
@@ -1,17 +0,0 @@
|
|
|
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);
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const ClaimJobMetadata: core.serialization.ObjectSchema<serializers.jobs.v1.ClaimJobMetadata.Raw, CandidApi.jobs.v1.ClaimJobMetadata>;
|
|
8
|
-
export declare namespace ClaimJobMetadata {
|
|
9
|
-
interface Raw {
|
|
10
|
-
action: serializers.ClaimAction.Raw;
|
|
11
|
-
work_queue_id: serializers.WorkQueueId.Raw;
|
|
12
|
-
claim_id: serializers.ClaimId.Raw;
|
|
13
|
-
claim_metadata: serializers.ClaimActionMetadata.Raw;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
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.ClaimJobMetadata = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.ClaimJobMetadata = core.serialization.object({
|
|
32
|
-
action: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimAction),
|
|
33
|
-
workQueueId: core.serialization.property("work_queue_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).WorkQueueId)),
|
|
34
|
-
claimId: core.serialization.property("claim_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimId)),
|
|
35
|
-
claimMetadata: core.serialization.property("claim_metadata", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ClaimActionMetadata)),
|
|
36
|
-
});
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const Job: core.serialization.ObjectSchema<serializers.jobs.v1.Job.Raw, CandidApi.jobs.v1.Job>;
|
|
8
|
-
export declare namespace Job {
|
|
9
|
-
interface Raw {
|
|
10
|
-
job_id: serializers.jobs.v1.JobId.Raw;
|
|
11
|
-
status: serializers.jobs.v1.JobStatus.Raw;
|
|
12
|
-
summary: string;
|
|
13
|
-
creator_user: serializers.users.v2.UserV2.Raw;
|
|
14
|
-
job_group_id?: serializers.jobs.v1.JobGroupId.Raw | null;
|
|
15
|
-
job_metadata: serializers.jobs.v1.JobMetadata.Raw;
|
|
16
|
-
created_at: string;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
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.Job = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.Job = core.serialization.object({
|
|
32
|
-
jobId: core.serialization.property("job_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobId)),
|
|
33
|
-
status: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobStatus),
|
|
34
|
-
summary: core.serialization.string(),
|
|
35
|
-
creatorUser: core.serialization.property("creator_user", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.UserV2)),
|
|
36
|
-
jobGroupId: core.serialization.property("job_group_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobGroupId).optional()),
|
|
37
|
-
jobMetadata: core.serialization.property("job_metadata", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).jobs.v1.JobMetadata)),
|
|
38
|
-
createdAt: core.serialization.property("created_at", core.serialization.date()),
|
|
39
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const JobGroupId: core.serialization.Schema<serializers.jobs.v1.JobGroupId.Raw, CandidApi.jobs.v1.JobGroupId>;
|
|
8
|
-
export declare namespace JobGroupId {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const JobId: core.serialization.Schema<serializers.jobs.v1.JobId.Raw, CandidApi.jobs.v1.JobId>;
|
|
8
|
-
export declare namespace JobId {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const JobMetadata: core.serialization.Schema<serializers.jobs.v1.JobMetadata.Raw, CandidApi.jobs.v1.JobMetadata>;
|
|
8
|
-
export declare namespace JobMetadata {
|
|
9
|
-
type Raw = JobMetadata.ClaimJobMetadata;
|
|
10
|
-
interface ClaimJobMetadata extends serializers.jobs.v1.ClaimJobMetadata.Raw {
|
|
11
|
-
type: "claim_job_metadata";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const JobStatus: core.serialization.Schema<serializers.jobs.v1.JobStatus.Raw, CandidApi.jobs.v1.JobStatus>;
|
|
8
|
-
export declare namespace JobStatus {
|
|
9
|
-
type Raw = "SUCCEEDED" | "FAILED" | "QUEUED" | "IN_PROGRESS";
|
|
10
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
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("./JobId"), exports);
|
|
18
|
-
__exportStar(require("./JobGroupId"), exports);
|
|
19
|
-
__exportStar(require("./JobStatus"), exports);
|
|
20
|
-
__exportStar(require("./ClaimJobMetadata"), exports);
|
|
21
|
-
__exportStar(require("./JobMetadata"), exports);
|
|
22
|
-
__exportStar(require("./Job"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./resources";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./resources"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as v2 from "./v2";
|
|
@@ -1,27 +0,0 @@
|
|
|
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.v2 = void 0;
|
|
27
|
-
exports.v2 = __importStar(require("./v2"));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|
|
@@ -1,17 +0,0 @@
|
|
|
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);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const AuthZeroMetadata: core.serialization.ObjectSchema<serializers.users.v2.AuthZeroMetadata.Raw, CandidApi.users.v2.AuthZeroMetadata>;
|
|
8
|
-
export declare namespace AuthZeroMetadata {
|
|
9
|
-
interface Raw {
|
|
10
|
-
auth0_id: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const GoogleAppsMetadata: core.serialization.ObjectSchema<serializers.users.v2.GoogleAppsMetadata.Raw, CandidApi.users.v2.GoogleAppsMetadata>;
|
|
8
|
-
export declare namespace GoogleAppsMetadata {
|
|
9
|
-
interface Raw {
|
|
10
|
-
google_apps_id: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const HumanUserMetadata: core.serialization.ObjectSchema<serializers.users.v2.HumanUserMetadata.Raw, CandidApi.users.v2.HumanUserMetadata>;
|
|
8
|
-
export declare namespace HumanUserMetadata {
|
|
9
|
-
interface Raw {
|
|
10
|
-
first_name: string;
|
|
11
|
-
last_name: string;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const IdpUserMetadata: core.serialization.Schema<serializers.users.v2.IdpUserMetadata.Raw, CandidApi.users.v2.IdpUserMetadata>;
|
|
8
|
-
export declare namespace IdpUserMetadata {
|
|
9
|
-
type Raw = IdpUserMetadata.AuthZeroMetadata | IdpUserMetadata.GoogleAppsMetadata | IdpUserMetadata.OtherIdpMetadata;
|
|
10
|
-
interface AuthZeroMetadata extends serializers.users.v2.AuthZeroMetadata.Raw {
|
|
11
|
-
type: "auth_zero_metadata";
|
|
12
|
-
}
|
|
13
|
-
interface GoogleAppsMetadata extends serializers.users.v2.GoogleAppsMetadata.Raw {
|
|
14
|
-
type: "google_apps_metadata";
|
|
15
|
-
}
|
|
16
|
-
interface OtherIdpMetadata extends serializers.users.v2.OtherIdpMetadata.Raw {
|
|
17
|
-
type: "other_idp_metadata";
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
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.IdpUserMetadata = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.IdpUserMetadata = core.serialization
|
|
32
|
-
.union("type", {
|
|
33
|
-
auth_zero_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.AuthZeroMetadata),
|
|
34
|
-
google_apps_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.GoogleAppsMetadata),
|
|
35
|
-
other_idp_metadata: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.OtherIdpMetadata),
|
|
36
|
-
})
|
|
37
|
-
.transform({
|
|
38
|
-
transform: (value) => value,
|
|
39
|
-
untransform: (value) => value,
|
|
40
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const MachineUserMetadata: core.serialization.ObjectSchema<serializers.users.v2.MachineUserMetadata.Raw, CandidApi.users.v2.MachineUserMetadata>;
|
|
8
|
-
export declare namespace MachineUserMetadata {
|
|
9
|
-
interface Raw {
|
|
10
|
-
name: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const OtherIdpMetadata: core.serialization.ObjectSchema<serializers.users.v2.OtherIdpMetadata.Raw, CandidApi.users.v2.OtherIdpMetadata>;
|
|
8
|
-
export declare namespace OtherIdpMetadata {
|
|
9
|
-
interface Raw {
|
|
10
|
-
idp_external_id: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
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.OtherIdpMetadata = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.OtherIdpMetadata = core.serialization.object({
|
|
32
|
-
idpExternalId: core.serialization.property("idp_external_id", core.serialization.string()),
|
|
33
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const UserMetadata: core.serialization.Schema<serializers.users.v2.UserMetadata.Raw, CandidApi.users.v2.UserMetadata>;
|
|
8
|
-
export declare namespace UserMetadata {
|
|
9
|
-
type Raw = UserMetadata.MachineUserMetadata | UserMetadata.HumanUserMetadata;
|
|
10
|
-
interface MachineUserMetadata extends serializers.users.v2.MachineUserMetadata.Raw {
|
|
11
|
-
type: "machine_user_metadata";
|
|
12
|
-
}
|
|
13
|
-
interface HumanUserMetadata extends serializers.users.v2.HumanUserMetadata.Raw {
|
|
14
|
-
type: "human_user_metadata";
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../../..";
|
|
5
|
-
import * as CandidApi from "../../../../../../api";
|
|
6
|
-
import * as core from "../../../../../../core";
|
|
7
|
-
export declare const UserV2: core.serialization.ObjectSchema<serializers.users.v2.UserV2.Raw, CandidApi.users.v2.UserV2>;
|
|
8
|
-
export declare namespace UserV2 {
|
|
9
|
-
interface Raw {
|
|
10
|
-
user_id: serializers.UserId.Raw;
|
|
11
|
-
idp_metadata: serializers.users.v2.IdpUserMetadata.Raw[];
|
|
12
|
-
primary_organization_id: serializers.OrganizationId.Raw;
|
|
13
|
-
user_metadata: serializers.users.v2.UserMetadata.Raw;
|
|
14
|
-
accessible_organization_ids: serializers.OrganizationId.Raw[];
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
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.UserV2 = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.UserV2 = core.serialization.object({
|
|
32
|
-
userId: core.serialization.property("user_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UserId)),
|
|
33
|
-
idpMetadata: core.serialization.property("idp_metadata", core.serialization.list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.IdpUserMetadata))),
|
|
34
|
-
primaryOrganizationId: core.serialization.property("primary_organization_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationId)),
|
|
35
|
-
userMetadata: core.serialization.property("user_metadata", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).users.v2.UserMetadata)),
|
|
36
|
-
accessibleOrganizationIds: core.serialization.property("accessible_organization_ids", core.serialization.list(core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).OrganizationId))),
|
|
37
|
-
});
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./HumanUserMetadata";
|
|
2
|
-
export * from "./MachineUserMetadata";
|
|
3
|
-
export * from "./UserMetadata";
|
|
4
|
-
export * from "./AuthZeroMetadata";
|
|
5
|
-
export * from "./GoogleAppsMetadata";
|
|
6
|
-
export * from "./OtherIdpMetadata";
|
|
7
|
-
export * from "./IdpUserMetadata";
|
|
8
|
-
export * from "./UserV2";
|
|
@@ -1,24 +0,0 @@
|
|
|
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("./HumanUserMetadata"), exports);
|
|
18
|
-
__exportStar(require("./MachineUserMetadata"), exports);
|
|
19
|
-
__exportStar(require("./UserMetadata"), exports);
|
|
20
|
-
__exportStar(require("./AuthZeroMetadata"), exports);
|
|
21
|
-
__exportStar(require("./GoogleAppsMetadata"), exports);
|
|
22
|
-
__exportStar(require("./OtherIdpMetadata"), exports);
|
|
23
|
-
__exportStar(require("./IdpUserMetadata"), exports);
|
|
24
|
-
__exportStar(require("./UserV2"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|