candidhealth 0.5.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +6 -6
- package/Client.js +20 -20
- package/api/resources/auth/resources/v2/client/Client.d.ts +14 -0
- package/api/resources/auth/resources/v2/client/Client.js +15 -1
- package/api/resources/billingNotes/client/Client.d.ts +3 -3
- package/api/resources/billingNotes/client/Client.js +4 -69
- package/api/resources/billingNotes/client/index.d.ts +1 -2
- package/api/resources/billingNotes/client/index.js +0 -29
- package/api/resources/billingNotes/index.d.ts +1 -1
- package/api/resources/billingNotes/index.js +1 -1
- package/api/resources/billingNotes/resources/index.d.ts +1 -0
- package/api/resources/billingNotes/resources/index.js +27 -0
- package/api/resources/billingNotes/resources/v2/client/Client.d.ts +18 -0
- package/{dist/api/resources/tasks/resources/v3 → api/resources/billingNotes/resources/v2}/client/Client.js +12 -9
- package/{dist/api/resources/payers/client/get.d.ts → api/resources/billingNotes/resources/v2/client/create.d.ts} +6 -6
- package/{dist/api/resources/billingNotes → api/resources/billingNotes/resources/v2}/client/create.js +2 -2
- package/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
- package/api/resources/billingNotes/resources/v2/client/index.js +31 -0
- package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +7 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.d.ts +3 -3
- package/{dist/api/resources/billingNotes → api/resources/billingNotes/resources/v2}/types/BillingNoteId.d.ts +3 -3
- package/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/index.d.ts +1 -1
- package/api/resources/commons/types/index.js +1 -1
- package/api/resources/{tasks → eligibility}/client/Client.d.ts +7 -7
- package/{dist/api/resources/tasks → api/resources/eligibility}/client/Client.js +7 -7
- package/api/resources/eligibility/resources/index.d.ts +1 -0
- package/api/resources/eligibility/resources/index.js +27 -0
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +35 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +107 -0
- package/api/resources/eligibility/resources/v2/client/index.d.ts +1 -0
- package/api/resources/{tasks/resources/v3 → eligibility/resources/v2}/client/index.js +2 -2
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +28 -0
- package/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +58 -0
- package/api/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/api/resources/eligibility/resources/v2/index.js +17 -0
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/exports/resources/v3/client/Client.d.ts +15 -0
- package/api/resources/exports/resources/v3/client/Client.js +16 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +3 -7
- package/api/resources/index.js +4 -8
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/payers/client/Client.d.ts +3 -4
- package/api/resources/payers/client/Client.js +4 -108
- package/api/resources/payers/client/index.d.ts +1 -3
- package/api/resources/payers/client/index.js +0 -30
- package/api/resources/payers/index.d.ts +1 -1
- package/api/resources/payers/index.js +1 -1
- package/api/resources/{tasks → payers}/resources/v3/client/Client.d.ts +2 -1
- package/api/resources/payers/resources/v3/client/Client.js +122 -0
- package/api/resources/{tasks/resources/v3/client/getActions.d.ts → payers/resources/v3/client/get.d.ts} +4 -4
- package/api/resources/{tasks/resources/v3/client/getActions.js → payers/resources/v3/client/get.js} +1 -1
- package/{dist/api/resources/tasks/resources/v3/client/getActions.d.ts → api/resources/payers/resources/v3/client/getAll.d.ts} +4 -4
- package/{dist/api/resources/tasks/resources/v3/client/getActions.js → api/resources/payers/resources/v3/client/getAll.js} +1 -1
- package/api/resources/payers/resources/v3/client/index.d.ts +3 -0
- package/api/resources/payers/resources/v3/client/index.js +32 -0
- package/api/resources/payers/{client → resources/v3/client}/requests/GetAllPayersRequest.d.ts +1 -1
- package/api/resources/payers/{types → resources/v3/types}/Payer.d.ts +2 -2
- package/api/resources/payers/{types → resources/v3/types}/PayerPage.d.ts +2 -2
- package/api/resources/payers/resources/v3/types/PayerUuid.d.ts +8 -0
- package/dist/Client.d.ts +6 -6
- package/dist/Client.js +20 -20
- package/dist/api/resources/auth/resources/v2/client/Client.d.ts +14 -0
- package/dist/api/resources/auth/resources/v2/client/Client.js +15 -1
- package/dist/api/resources/billingNotes/client/Client.d.ts +3 -3
- package/dist/api/resources/billingNotes/client/Client.js +4 -69
- package/dist/api/resources/billingNotes/client/index.d.ts +1 -2
- package/dist/api/resources/billingNotes/client/index.js +0 -29
- package/dist/api/resources/billingNotes/index.d.ts +1 -1
- package/dist/api/resources/billingNotes/index.js +1 -1
- package/dist/api/resources/billingNotes/resources/index.d.ts +1 -0
- package/dist/api/resources/billingNotes/resources/index.js +27 -0
- package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +18 -0
- package/{api/resources/tasks/resources/v3 → dist/api/resources/billingNotes/resources/v2}/client/Client.js +12 -9
- package/{api/resources/payers/client/get.d.ts → dist/api/resources/billingNotes/resources/v2/client/create.d.ts} +6 -6
- package/{api/resources/billingNotes → dist/api/resources/billingNotes/resources/v2}/client/create.js +2 -2
- package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +2 -0
- package/dist/api/resources/billingNotes/resources/v2/client/index.js +31 -0
- package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +7 -0
- package/dist/api/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/billingNotes/resources/v2/index.js +18 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.d.ts +3 -3
- package/{api/resources/billingNotes → dist/api/resources/billingNotes/resources/v2}/types/BillingNoteId.d.ts +3 -3
- package/dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -1
- package/dist/api/resources/commons/types/index.js +1 -1
- package/dist/api/resources/{tasks → eligibility}/client/Client.d.ts +7 -7
- package/{api/resources/tasks → dist/api/resources/eligibility}/client/Client.js +7 -7
- package/dist/api/resources/eligibility/resources/index.d.ts +1 -0
- package/dist/api/resources/eligibility/resources/index.js +27 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +35 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +107 -0
- package/dist/api/resources/eligibility/resources/v2/client/index.d.ts +1 -0
- package/dist/api/resources/{tasks/resources/v3 → eligibility/resources/v2}/client/index.js +2 -2
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +28 -0
- package/dist/api/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +58 -0
- package/dist/api/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/eligibility/resources/v2/index.js +17 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/exports/resources/v3/client/Client.d.ts +15 -0
- package/dist/api/resources/exports/resources/v3/client/Client.js +16 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +3 -7
- package/dist/api/resources/index.js +4 -8
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/payers/client/Client.d.ts +3 -4
- package/dist/api/resources/payers/client/Client.js +4 -108
- package/dist/api/resources/payers/client/index.d.ts +1 -3
- package/dist/api/resources/payers/client/index.js +0 -30
- package/dist/api/resources/payers/index.d.ts +1 -1
- package/dist/api/resources/payers/index.js +1 -1
- package/dist/api/resources/{tasks → payers}/resources/v3/client/Client.d.ts +2 -1
- package/dist/api/resources/payers/resources/v3/client/Client.js +122 -0
- package/dist/api/resources/payers/{client/getAll.d.ts → resources/v3/client/get.d.ts} +6 -6
- package/{api/resources/payers/client/getAll.js → dist/api/resources/payers/resources/v3/client/get.js} +2 -2
- package/dist/api/resources/payers/resources/v3/client/getAll.d.ts +22 -0
- package/dist/api/resources/payers/{client → resources/v3/client}/getAll.js +2 -2
- package/dist/api/resources/payers/resources/v3/client/index.d.ts +3 -0
- package/dist/api/resources/payers/resources/v3/client/index.js +32 -0
- package/dist/api/resources/payers/{client → resources/v3/client}/requests/GetAllPayersRequest.d.ts +1 -1
- package/dist/api/resources/payers/resources/v3/index.d.ts +2 -0
- package/dist/api/resources/payers/resources/v3/index.js +18 -0
- package/dist/api/resources/payers/{types → resources/v3/types}/Payer.d.ts +2 -2
- package/dist/api/resources/payers/{types → resources/v3/types}/PayerPage.d.ts +2 -2
- package/dist/api/resources/payers/resources/v3/types/PayerUuid.d.ts +8 -0
- package/dist/serialization/resources/billingNotes/index.d.ts +1 -2
- package/dist/serialization/resources/billingNotes/index.js +1 -2
- package/dist/serialization/resources/billingNotes/resources/index.d.ts +1 -0
- package/dist/serialization/resources/billingNotes/resources/index.js +27 -0
- package/dist/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +12 -0
- package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +3 -3
- package/dist/serialization/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/billingNotes/resources/v2/index.js +18 -0
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +16 -0
- package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +4 -4
- package/{serialization/resources/tasks/resources/v3/types/TaskActions.d.ts → dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts} +3 -3
- package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +1 -1
- package/dist/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +10 -0
- package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +3 -3
- package/dist/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/{TaskId.js → HttpServiceUnavailableErrorMessage.js} +3 -7
- package/dist/serialization/resources/commons/types/index.d.ts +1 -1
- package/dist/serialization/resources/commons/types/index.js +1 -1
- package/dist/serialization/resources/eligibility/resources/index.d.ts +1 -0
- package/dist/serialization/resources/eligibility/resources/index.js +27 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/index.d.ts +1 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/index.js +27 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +14 -0
- package/dist/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +46 -0
- package/dist/serialization/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/eligibility/resources/v2/index.js +17 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -1
- package/dist/serialization/resources/index.d.ts +3 -6
- package/dist/serialization/resources/index.js +4 -7
- package/dist/serialization/resources/payers/index.d.ts +1 -1
- package/dist/serialization/resources/payers/index.js +1 -1
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +14 -0
- package/{serialization/resources/payers → dist/serialization/resources/payers/resources/v3}/types/Payer.js +2 -2
- package/dist/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +12 -0
- package/dist/serialization/resources/payers/{types → resources/v3/types}/PayerPage.js +3 -3
- package/dist/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +10 -0
- package/dist/serialization/resources/{tasks/resources/v3/types/TaskActionExecutionMethod.js → payers/resources/v3/types/PayerUuid.js} +4 -7
- package/package.json +1 -1
- package/serialization/resources/billingNotes/index.d.ts +1 -2
- package/serialization/resources/billingNotes/index.js +1 -2
- package/serialization/resources/billingNotes/resources/index.d.ts +1 -0
- package/serialization/resources/billingNotes/resources/index.js +27 -0
- package/serialization/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +12 -0
- package/serialization/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +3 -3
- package/serialization/resources/billingNotes/resources/v2/index.d.ts +2 -0
- package/serialization/resources/billingNotes/resources/v2/index.js +18 -0
- package/serialization/resources/billingNotes/resources/v2/types/BillingNote.d.ts +16 -0
- package/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +4 -4
- package/{dist/serialization/resources/tasks/resources/v3/types/TaskActions.d.ts → serialization/resources/billingNotes/resources/v2/types/BillingNoteBase.d.ts} +3 -3
- package/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +1 -1
- package/serialization/resources/billingNotes/resources/v2/types/BillingNoteId.d.ts +10 -0
- package/serialization/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +3 -3
- package/serialization/resources/commons/types/HttpServiceUnavailableErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/{TaskId.js → HttpServiceUnavailableErrorMessage.js} +3 -7
- package/serialization/resources/commons/types/index.d.ts +1 -1
- package/serialization/resources/commons/types/index.js +1 -1
- package/serialization/resources/eligibility/resources/index.d.ts +1 -0
- package/serialization/resources/eligibility/resources/index.js +27 -0
- package/serialization/resources/eligibility/resources/v2/client/index.d.ts +1 -0
- package/serialization/resources/eligibility/resources/v2/client/index.js +27 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.d.ts +14 -0
- package/serialization/resources/eligibility/resources/v2/client/submitEligibilityCheck.js +46 -0
- package/serialization/resources/eligibility/resources/v2/index.d.ts +1 -0
- package/serialization/resources/eligibility/resources/v2/index.js +17 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +1 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -1
- package/serialization/resources/index.d.ts +3 -6
- package/serialization/resources/index.js +4 -7
- package/serialization/resources/payers/index.d.ts +1 -1
- package/serialization/resources/payers/index.js +1 -1
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +14 -0
- package/{dist/serialization/resources/payers → serialization/resources/payers/resources/v3}/types/Payer.js +2 -2
- package/serialization/resources/payers/resources/v3/types/PayerPage.d.ts +12 -0
- package/serialization/resources/payers/{types → resources/v3/types}/PayerPage.js +3 -3
- package/serialization/resources/payers/resources/v3/types/PayerUuid.d.ts +10 -0
- package/serialization/resources/{tasks/resources/v3/types/TaskActionExecutionMethod.js → payers/resources/v3/types/PayerUuid.js} +4 -7
- package/api/resources/billingNotes/client/create.d.ts +0 -22
- package/api/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -7
- package/api/resources/commons/types/TaskId.d.ts +0 -8
- package/api/resources/commons/types/TaskId.js +0 -10
- package/api/resources/payers/client/get.js +0 -47
- package/api/resources/payers/client/getAll.d.ts +0 -22
- package/api/resources/payers/types/PayerUuid.d.ts +0 -8
- package/api/resources/tasks/resources/v3/client/index.d.ts +0 -1
- package/api/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -8
- package/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -10
- package/api/resources/tasks/resources/v3/types/TaskActions.d.ts +0 -7
- package/api/resources/tasks/resources/v3/types/TaskActions.js +0 -5
- package/api/resources/tasks/resources/v3/types/index.d.ts +0 -3
- package/api/resources/tasks/resources/v3/types/index.js +0 -19
- package/dist/api/resources/billingNotes/client/create.d.ts +0 -22
- package/dist/api/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -7
- package/dist/api/resources/commons/types/TaskId.d.ts +0 -8
- package/dist/api/resources/commons/types/TaskId.js +0 -10
- package/dist/api/resources/payers/client/get.js +0 -47
- package/dist/api/resources/payers/types/PayerUuid.d.ts +0 -8
- package/dist/api/resources/tasks/resources/v3/client/index.d.ts +0 -1
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -8
- package/dist/api/resources/tasks/resources/v3/types/TaskAction.js +0 -5
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -10
- package/dist/api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js +0 -5
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.d.ts +0 -7
- package/dist/api/resources/tasks/resources/v3/types/TaskActions.js +0 -5
- package/dist/api/resources/tasks/resources/v3/types/index.d.ts +0 -3
- package/dist/api/resources/tasks/resources/v3/types/index.js +0 -19
- package/dist/serialization/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -12
- package/dist/serialization/resources/billingNotes/types/BillingNote.d.ts +0 -16
- package/dist/serialization/resources/billingNotes/types/BillingNoteBase.d.ts +0 -12
- package/dist/serialization/resources/billingNotes/types/BillingNoteId.d.ts +0 -10
- package/dist/serialization/resources/commons/types/TaskId.d.ts +0 -10
- package/dist/serialization/resources/payers/types/Payer.d.ts +0 -14
- package/dist/serialization/resources/payers/types/PayerPage.d.ts +0 -12
- package/dist/serialization/resources/payers/types/PayerUuid.d.ts +0 -10
- package/dist/serialization/resources/payers/types/PayerUuid.js +0 -37
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -13
- package/dist/serialization/resources/tasks/resources/v3/types/TaskAction.js +0 -34
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -13
- package/dist/serialization/resources/tasks/resources/v3/types/TaskActions.js +0 -33
- package/dist/serialization/resources/tasks/resources/v3/types/index.d.ts +0 -3
- package/dist/serialization/resources/tasks/resources/v3/types/index.js +0 -19
- package/serialization/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts +0 -12
- package/serialization/resources/billingNotes/types/BillingNote.d.ts +0 -16
- package/serialization/resources/billingNotes/types/BillingNoteBase.d.ts +0 -12
- package/serialization/resources/billingNotes/types/BillingNoteId.d.ts +0 -10
- package/serialization/resources/commons/types/TaskId.d.ts +0 -10
- package/serialization/resources/payers/types/Payer.d.ts +0 -14
- package/serialization/resources/payers/types/PayerPage.d.ts +0 -12
- package/serialization/resources/payers/types/PayerUuid.d.ts +0 -10
- package/serialization/resources/payers/types/PayerUuid.js +0 -37
- package/serialization/resources/tasks/resources/v3/types/TaskAction.d.ts +0 -13
- package/serialization/resources/tasks/resources/v3/types/TaskAction.js +0 -34
- package/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts +0 -13
- package/serialization/resources/tasks/resources/v3/types/TaskActions.js +0 -33
- package/serialization/resources/tasks/resources/v3/types/index.d.ts +0 -3
- package/serialization/resources/tasks/resources/v3/types/index.js +0 -19
- package/api/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +0 -0
- package/api/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
- package/api/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
- package/api/resources/{tasks/resources/v3 → billingNotes/resources/v2}/index.d.ts +0 -0
- package/api/resources/{tasks/resources/v3 → billingNotes/resources/v2}/index.js +0 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +0 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.d.ts +0 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +0 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +0 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
- package/api/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
- package/api/resources/{payers/client/requests/GetAllPayersRequest.js → commons/types/HttpServiceUnavailableErrorMessage.js} +0 -0
- package/api/resources/{tasks → eligibility}/client/index.d.ts +0 -0
- package/api/resources/{payers/client/requests → eligibility/client}/index.js +0 -0
- package/api/resources/{tasks → eligibility}/index.d.ts +1 -1
- package/{dist/api/resources/tasks → api/resources/eligibility}/index.js +1 -1
- package/api/resources/{tasks → payers}/resources/index.d.ts +0 -0
- package/api/resources/{tasks → payers}/resources/index.js +0 -0
- package/{dist/api/resources/payers → api/resources/payers/resources/v3}/client/requests/GetAllPayersRequest.js +0 -0
- package/api/resources/payers/{client → resources/v3/client}/requests/index.d.ts +0 -0
- package/api/resources/{tasks/client → payers/resources/v3/client/requests}/index.js +0 -0
- package/{dist/api/resources/tasks → api/resources/payers}/resources/v3/index.d.ts +0 -0
- package/{dist/api/resources/tasks → api/resources/payers}/resources/v3/index.js +0 -0
- package/api/resources/payers/{types → resources/v3/types}/Payer.js +0 -0
- package/api/resources/payers/{types → resources/v3/types}/PayerPage.js +0 -0
- package/api/resources/payers/{types → resources/v3/types}/PayerUuid.js +0 -0
- package/api/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
- package/api/resources/payers/{types → resources/v3/types}/index.js +0 -0
- package/dist/api/resources/billingNotes/{client → resources/v2/client}/requests/StandaloneBillingNoteCreate.js +0 -0
- package/dist/api/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
- package/dist/api/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNote.js +0 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.d.ts +0 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteBase.js +0 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/BillingNoteId.js +0 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
- package/dist/api/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
- package/{api/resources/tasks/resources/v3/types/TaskAction.js → dist/api/resources/commons/types/HttpServiceUnavailableErrorMessage.js} +0 -0
- package/dist/api/resources/{tasks → eligibility}/client/index.d.ts +0 -0
- package/dist/api/resources/{payers/client/requests → eligibility/client}/index.js +0 -0
- package/dist/api/resources/{tasks → eligibility}/index.d.ts +1 -1
- package/{api/resources/tasks → dist/api/resources/eligibility}/index.js +1 -1
- /package/dist/api/resources/{tasks → payers}/resources/index.d.ts +0 -0
- /package/dist/api/resources/{tasks → payers}/resources/index.js +0 -0
- /package/{api/resources/tasks/resources/v3/types/TaskActionExecutionMethod.js → dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.js} +0 -0
- /package/dist/api/resources/payers/{client → resources/v3/client}/requests/index.d.ts +0 -0
- /package/dist/api/resources/{tasks/client → payers/resources/v3/client/requests}/index.js +0 -0
- /package/dist/api/resources/payers/{types → resources/v3/types}/Payer.js +0 -0
- /package/dist/api/resources/payers/{types → resources/v3/types}/PayerPage.js +0 -0
- /package/dist/api/resources/payers/{types → resources/v3/types}/PayerUuid.js +0 -0
- /package/dist/api/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
- /package/dist/api/resources/payers/{types → resources/v3/types}/index.js +0 -0
- /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/index.d.ts +0 -0
- /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/index.js +0 -0
- /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
- /package/dist/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
- /package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
- /package/dist/serialization/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
- /package/dist/serialization/resources/{tasks → eligibility}/index.d.ts +0 -0
- /package/dist/serialization/resources/{tasks → eligibility}/index.js +0 -0
- /package/dist/serialization/resources/{tasks → payers}/resources/index.d.ts +0 -0
- /package/dist/serialization/resources/{tasks → payers}/resources/index.js +0 -0
- /package/dist/serialization/resources/{tasks → payers}/resources/v3/index.d.ts +0 -0
- /package/dist/serialization/resources/{tasks → payers}/resources/v3/index.js +0 -0
- /package/dist/serialization/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
- /package/dist/serialization/resources/payers/{types → resources/v3/types}/index.js +0 -0
- /package/serialization/resources/billingNotes/{client → resources/v2/client}/index.d.ts +0 -0
- /package/serialization/resources/billingNotes/{client → resources/v2/client}/index.js +0 -0
- /package/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.d.ts +0 -0
- /package/serialization/resources/billingNotes/{client → resources/v2/client}/requests/index.js +0 -0
- /package/serialization/resources/billingNotes/{types → resources/v2/types}/index.d.ts +0 -0
- /package/serialization/resources/billingNotes/{types → resources/v2/types}/index.js +0 -0
- /package/serialization/resources/{tasks → eligibility}/index.d.ts +0 -0
- /package/serialization/resources/{tasks → eligibility}/index.js +0 -0
- /package/serialization/resources/{tasks → payers}/resources/index.d.ts +0 -0
- /package/serialization/resources/{tasks → payers}/resources/index.js +0 -0
- /package/serialization/resources/{tasks → payers}/resources/v3/index.d.ts +0 -0
- /package/serialization/resources/{tasks → payers}/resources/v3/index.js +0 -0
- /package/serialization/resources/payers/{types → resources/v3/types}/index.d.ts +0 -0
- /package/serialization/resources/payers/{types → resources/v3/types}/index.js +0 -0
|
@@ -1,47 +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.Error = void 0;
|
|
30
|
-
const CandidApi = __importStar(require("../../.."));
|
|
31
|
-
exports.Error = {
|
|
32
|
-
_unknown: (fetcherError) => {
|
|
33
|
-
return {
|
|
34
|
-
errorName: undefined,
|
|
35
|
-
content: fetcherError,
|
|
36
|
-
_visit: function (visitor) {
|
|
37
|
-
return CandidApi.payers.get.Error._visit(this, visitor);
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
},
|
|
41
|
-
_visit: (value, visitor) => {
|
|
42
|
-
switch (value.errorName) {
|
|
43
|
-
default:
|
|
44
|
-
return visitor._other(value);
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as getActions from "./getActions";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../..";
|
|
5
|
-
export declare type TaskActionExecutionMethod = CandidApi.tasks.v3.TaskActionExecutionMethod.CloseTask;
|
|
6
|
-
export declare namespace TaskActionExecutionMethod {
|
|
7
|
-
interface CloseTask {
|
|
8
|
-
type: "close_task";
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,19 +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("./TaskActionExecutionMethod"), exports);
|
|
18
|
-
__exportStar(require("./TaskActions"), exports);
|
|
19
|
-
__exportStar(require("./TaskAction"), exports);
|
package/dist/serialization/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts
DELETED
|
@@ -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 StandaloneBillingNoteCreate: core.serialization.Schema<serializers.StandaloneBillingNoteCreate.Raw, CandidApi.StandaloneBillingNoteCreate>;
|
|
8
|
-
export declare namespace StandaloneBillingNoteCreate {
|
|
9
|
-
interface Raw extends serializers.BillingNoteBase.Raw {
|
|
10
|
-
encounter_id: serializers.EncounterId.Raw;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 BillingNote: core.serialization.ObjectSchema<serializers.BillingNote.Raw, CandidApi.BillingNote>;
|
|
8
|
-
export declare namespace BillingNote {
|
|
9
|
-
interface Raw extends serializers.BillingNoteBase.Raw {
|
|
10
|
-
billing_note_id: serializers.BillingNoteId.Raw;
|
|
11
|
-
encounter_id: serializers.EncounterId.Raw;
|
|
12
|
-
created_at: string;
|
|
13
|
-
author_auth0_id?: string | null;
|
|
14
|
-
author_name?: string | null;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -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 BillingNoteBase: core.serialization.ObjectSchema<serializers.BillingNoteBase.Raw, CandidApi.BillingNoteBase>;
|
|
8
|
-
export declare namespace BillingNoteBase {
|
|
9
|
-
interface Raw {
|
|
10
|
-
text: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 BillingNoteId: core.serialization.Schema<serializers.BillingNoteId.Raw, CandidApi.BillingNoteId>;
|
|
8
|
-
export declare namespace BillingNoteId {
|
|
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 TaskId: core.serialization.Schema<serializers.TaskId.Raw, CandidApi.TaskId>;
|
|
8
|
-
export declare namespace TaskId {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -1,14 +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 Payer: core.serialization.ObjectSchema<serializers.Payer.Raw, CandidApi.Payer>;
|
|
8
|
-
export declare namespace Payer {
|
|
9
|
-
interface Raw {
|
|
10
|
-
payer_uuid: serializers.PayerUuid.Raw;
|
|
11
|
-
payer_id: string;
|
|
12
|
-
payer_name: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -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 PayerPage: core.serialization.ObjectSchema<serializers.PayerPage.Raw, CandidApi.PayerPage>;
|
|
8
|
-
export declare namespace PayerPage {
|
|
9
|
-
interface Raw extends serializers.ResourcePage.Raw {
|
|
10
|
-
items: serializers.Payer.Raw[];
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 PayerUuid: core.serialization.Schema<serializers.PayerUuid.Raw, CandidApi.PayerUuid>;
|
|
8
|
-
export declare namespace PayerUuid {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -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.PayerUuid = void 0;
|
|
30
|
-
const CandidApi = __importStar(require("../../../../api"));
|
|
31
|
-
const core = __importStar(require("../../../../core"));
|
|
32
|
-
exports.PayerUuid = core.serialization
|
|
33
|
-
.string()
|
|
34
|
-
.transform({
|
|
35
|
-
transform: CandidApi.PayerUuid,
|
|
36
|
-
untransform: (value) => value,
|
|
37
|
-
});
|
|
@@ -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 TaskAction: core.serialization.ObjectSchema<serializers.tasks.v3.TaskAction.Raw, CandidApi.tasks.v3.TaskAction>;
|
|
8
|
-
export declare namespace TaskAction {
|
|
9
|
-
interface Raw {
|
|
10
|
-
display_name: string;
|
|
11
|
-
execution_method: serializers.tasks.v3.TaskActionExecutionMethod.Raw;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,34 +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.TaskAction = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.TaskAction = core.serialization.object({
|
|
32
|
-
displayName: core.serialization.property("display_name", core.serialization.string()),
|
|
33
|
-
executionMethod: core.serialization.property("execution_method", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).tasks.v3.TaskActionExecutionMethod)),
|
|
34
|
-
});
|
package/dist/serialization/resources/tasks/resources/v3/types/TaskActionExecutionMethod.d.ts
DELETED
|
@@ -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 TaskActionExecutionMethod: core.serialization.Schema<serializers.tasks.v3.TaskActionExecutionMethod.Raw, CandidApi.tasks.v3.TaskActionExecutionMethod>;
|
|
8
|
-
export declare namespace TaskActionExecutionMethod {
|
|
9
|
-
type Raw = TaskActionExecutionMethod.CloseTask;
|
|
10
|
-
interface CloseTask {
|
|
11
|
-
type: "close_task";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -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.TaskActions = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.TaskActions = core.serialization.object({
|
|
32
|
-
actions: core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).tasks.v3.TaskAction)),
|
|
33
|
-
});
|
|
@@ -1,19 +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("./TaskActionExecutionMethod"), exports);
|
|
18
|
-
__exportStar(require("./TaskActions"), exports);
|
|
19
|
-
__exportStar(require("./TaskAction"), exports);
|
package/serialization/resources/billingNotes/client/requests/StandaloneBillingNoteCreate.d.ts
DELETED
|
@@ -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 StandaloneBillingNoteCreate: core.serialization.Schema<serializers.StandaloneBillingNoteCreate.Raw, CandidApi.StandaloneBillingNoteCreate>;
|
|
8
|
-
export declare namespace StandaloneBillingNoteCreate {
|
|
9
|
-
interface Raw extends serializers.BillingNoteBase.Raw {
|
|
10
|
-
encounter_id: serializers.EncounterId.Raw;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 BillingNote: core.serialization.ObjectSchema<serializers.BillingNote.Raw, CandidApi.BillingNote>;
|
|
8
|
-
export declare namespace BillingNote {
|
|
9
|
-
interface Raw extends serializers.BillingNoteBase.Raw {
|
|
10
|
-
billing_note_id: serializers.BillingNoteId.Raw;
|
|
11
|
-
encounter_id: serializers.EncounterId.Raw;
|
|
12
|
-
created_at: string;
|
|
13
|
-
author_auth0_id?: string | null;
|
|
14
|
-
author_name?: string | null;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -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 BillingNoteBase: core.serialization.ObjectSchema<serializers.BillingNoteBase.Raw, CandidApi.BillingNoteBase>;
|
|
8
|
-
export declare namespace BillingNoteBase {
|
|
9
|
-
interface Raw {
|
|
10
|
-
text: string;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 BillingNoteId: core.serialization.Schema<serializers.BillingNoteId.Raw, CandidApi.BillingNoteId>;
|
|
8
|
-
export declare namespace BillingNoteId {
|
|
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 TaskId: core.serialization.Schema<serializers.TaskId.Raw, CandidApi.TaskId>;
|
|
8
|
-
export declare namespace TaskId {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -1,14 +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 Payer: core.serialization.ObjectSchema<serializers.Payer.Raw, CandidApi.Payer>;
|
|
8
|
-
export declare namespace Payer {
|
|
9
|
-
interface Raw {
|
|
10
|
-
payer_uuid: serializers.PayerUuid.Raw;
|
|
11
|
-
payer_id: string;
|
|
12
|
-
payer_name: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -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 PayerPage: core.serialization.ObjectSchema<serializers.PayerPage.Raw, CandidApi.PayerPage>;
|
|
8
|
-
export declare namespace PayerPage {
|
|
9
|
-
interface Raw extends serializers.ResourcePage.Raw {
|
|
10
|
-
items: serializers.Payer.Raw[];
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -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 PayerUuid: core.serialization.Schema<serializers.PayerUuid.Raw, CandidApi.PayerUuid>;
|
|
8
|
-
export declare namespace PayerUuid {
|
|
9
|
-
type Raw = string;
|
|
10
|
-
}
|
|
@@ -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.PayerUuid = void 0;
|
|
30
|
-
const CandidApi = __importStar(require("../../../../api"));
|
|
31
|
-
const core = __importStar(require("../../../../core"));
|
|
32
|
-
exports.PayerUuid = core.serialization
|
|
33
|
-
.string()
|
|
34
|
-
.transform({
|
|
35
|
-
transform: CandidApi.PayerUuid,
|
|
36
|
-
untransform: (value) => value,
|
|
37
|
-
});
|
|
@@ -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 TaskAction: core.serialization.ObjectSchema<serializers.tasks.v3.TaskAction.Raw, CandidApi.tasks.v3.TaskAction>;
|
|
8
|
-
export declare namespace TaskAction {
|
|
9
|
-
interface Raw {
|
|
10
|
-
display_name: string;
|
|
11
|
-
execution_method: serializers.tasks.v3.TaskActionExecutionMethod.Raw;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,34 +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.TaskAction = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.TaskAction = core.serialization.object({
|
|
32
|
-
displayName: core.serialization.property("display_name", core.serialization.string()),
|
|
33
|
-
executionMethod: core.serialization.property("execution_method", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).tasks.v3.TaskActionExecutionMethod)),
|
|
34
|
-
});
|
|
@@ -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 TaskActionExecutionMethod: core.serialization.Schema<serializers.tasks.v3.TaskActionExecutionMethod.Raw, CandidApi.tasks.v3.TaskActionExecutionMethod>;
|
|
8
|
-
export declare namespace TaskActionExecutionMethod {
|
|
9
|
-
type Raw = TaskActionExecutionMethod.CloseTask;
|
|
10
|
-
interface CloseTask {
|
|
11
|
-
type: "close_task";
|
|
12
|
-
}
|
|
13
|
-
}
|