candidhealth 0.40.2 → 0.40.3
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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +1 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.js +10 -6
- package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +40 -4
- package/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
- package/{dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js} +19 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +2 -1
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +3 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +11 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
- package/api/resources/commons/types/ProcedureModifier.js +3 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.js +5 -5
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -3
- package/api/resources/feeSchedules/resources/v3/client/Client.js +13 -13
- package/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -1
- package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -56
- package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -194
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/api/resources/insurancePayments/resources/v1/client/index.js +1 -4
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/api/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +1 -1
- package/api/resources/medicationDispense/resources/v1/client/Client.js +2 -2
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +2 -2
- package/api/resources/serviceLines/resources/v2/client/Client.js +5 -5
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +10 -6
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +8 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +40 -4
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.d.ts +22 -0
- package/{serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → dist/api/resources/chargeCaptureBundles/resources/v1/client/getSummary.js} +19 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +2 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +3 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +11 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +13 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +3 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +3 -3
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +13 -13
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/FeeScheduleUploadRequest.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +0 -56
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -194
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +0 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +1 -4
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +1 -1
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +2 -2
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +14 -0
- package/dist/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentCreate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +5 -9
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +3 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -4
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +1 -8
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +48 -231
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +1 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.d.ts +14 -0
- package/serialization/resources/{insurancePayments/resources/v1/types/InsurancePaymentCreate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +5 -9
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +1 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +3 -0
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +0 -4
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +1 -8
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +0 -1
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +0 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/insurancePayments/resources/v1/client/create.d.ts +0 -40
- package/api/resources/insurancePayments/resources/v1/client/create.js +0 -90
- package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -40
- package/api/resources/insurancePayments/resources/v1/client/delete.js +0 -90
- package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -18
- package/api/resources/insurancePayments/resources/v1/client/update.d.ts +0 -40
- package/api/resources/insurancePayments/resources/v1/client/update.js +0 -90
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -11
- package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +0 -40
- package/dist/api/resources/insurancePayments/resources/v1/client/create.js +0 -90
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -40
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +0 -90
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -18
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +0 -5
- package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +0 -40
- package/dist/api/resources/insurancePayments/resources/v1/client/update.js +0 -90
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -11
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +0 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/client/create.d.ts +0 -25
- package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +0 -83
- package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -25
- package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +0 -83
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -14
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/insurancePayments/resources/v1/client/update.d.ts +0 -25
- package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +0 -83
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -18
- package/serialization/resources/insurancePayments/resources/v1/client/create.d.ts +0 -25
- package/serialization/resources/insurancePayments/resources/v1/client/create.js +0 -83
- package/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +0 -25
- package/serialization/resources/insurancePayments/resources/v1/client/delete.js +0 -83
- package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +0 -14
- package/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/insurancePayments/resources/v1/client/update.d.ts +0 -25
- package/serialization/resources/insurancePayments/resources/v1/client/update.js +0 -83
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +0 -18
- /package/api/resources/{insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js → chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +0 -0
- /package/{api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js → dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleSummary.js} +0 -0
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
|
-
export type Error = CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError | CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.delete.Error._Unknown;
|
|
7
|
-
export declare namespace Error {
|
|
8
|
-
interface EntityNotFoundError extends _Utils {
|
|
9
|
-
errorName: "EntityNotFoundError";
|
|
10
|
-
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
-
}
|
|
12
|
-
interface UnauthorizedError extends _Utils {
|
|
13
|
-
errorName: "UnauthorizedError";
|
|
14
|
-
content: CandidApi.UnauthorizedErrorMessage;
|
|
15
|
-
}
|
|
16
|
-
interface UnprocessableEntityError extends _Utils {
|
|
17
|
-
errorName: "UnprocessableEntityError";
|
|
18
|
-
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
19
|
-
}
|
|
20
|
-
interface _Unknown extends _Utils {
|
|
21
|
-
errorName: void;
|
|
22
|
-
content: core.Fetcher.Error;
|
|
23
|
-
}
|
|
24
|
-
interface _Utils {
|
|
25
|
-
_visit: <_Result>(visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
|
|
26
|
-
}
|
|
27
|
-
interface _Visitor<_Result> {
|
|
28
|
-
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
29
|
-
unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
|
|
30
|
-
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
31
|
-
_other: (value: core.Fetcher.Error) => _Result;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
export declare const Error: {
|
|
35
|
-
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError;
|
|
36
|
-
readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError;
|
|
37
|
-
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError;
|
|
38
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.delete.Error._Unknown;
|
|
39
|
-
readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.delete.Error, visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
|
|
40
|
-
};
|
|
@@ -1,90 +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 () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.Error = void 0;
|
|
40
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
41
|
-
exports.Error = {
|
|
42
|
-
entityNotFoundError: (value) => {
|
|
43
|
-
return {
|
|
44
|
-
content: value,
|
|
45
|
-
errorName: "EntityNotFoundError",
|
|
46
|
-
_visit: function (visitor) {
|
|
47
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
},
|
|
51
|
-
unauthorizedError: (value) => {
|
|
52
|
-
return {
|
|
53
|
-
content: value,
|
|
54
|
-
errorName: "UnauthorizedError",
|
|
55
|
-
_visit: function (visitor) {
|
|
56
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
unprocessableEntityError: (value) => {
|
|
61
|
-
return {
|
|
62
|
-
content: value,
|
|
63
|
-
errorName: "UnprocessableEntityError",
|
|
64
|
-
_visit: function (visitor) {
|
|
65
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
},
|
|
69
|
-
_unknown: (fetcherError) => {
|
|
70
|
-
return {
|
|
71
|
-
errorName: undefined,
|
|
72
|
-
content: fetcherError,
|
|
73
|
-
_visit: function (visitor) {
|
|
74
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
_visit: (value, visitor) => {
|
|
79
|
-
switch (value.errorName) {
|
|
80
|
-
case "EntityNotFoundError":
|
|
81
|
-
return visitor.entityNotFoundError(value.content);
|
|
82
|
-
case "UnauthorizedError":
|
|
83
|
-
return visitor.unauthorizedError(value.content);
|
|
84
|
-
case "UnprocessableEntityError":
|
|
85
|
-
return visitor.unprocessableEntityError(value.content);
|
|
86
|
-
default:
|
|
87
|
-
return visitor._other(value);
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
};
|
package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
9
|
-
* paymentNote: {
|
|
10
|
-
* type: "set",
|
|
11
|
-
* value: "string"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
15
|
-
export interface InsurancePaymentUpdate {
|
|
16
|
-
paymentTimestamp?: Date;
|
|
17
|
-
paymentNote?: CandidApi.NoteUpdate;
|
|
18
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
|
-
export type Error = CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.update.Error.UnauthorizedError | CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.update.Error._Unknown;
|
|
7
|
-
export declare namespace Error {
|
|
8
|
-
interface EntityNotFoundError extends _Utils {
|
|
9
|
-
errorName: "EntityNotFoundError";
|
|
10
|
-
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
-
}
|
|
12
|
-
interface UnauthorizedError extends _Utils {
|
|
13
|
-
errorName: "UnauthorizedError";
|
|
14
|
-
content: CandidApi.UnauthorizedErrorMessage;
|
|
15
|
-
}
|
|
16
|
-
interface UnprocessableEntityError extends _Utils {
|
|
17
|
-
errorName: "UnprocessableEntityError";
|
|
18
|
-
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
19
|
-
}
|
|
20
|
-
interface _Unknown extends _Utils {
|
|
21
|
-
errorName: void;
|
|
22
|
-
content: core.Fetcher.Error;
|
|
23
|
-
}
|
|
24
|
-
interface _Utils {
|
|
25
|
-
_visit: <_Result>(visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
|
|
26
|
-
}
|
|
27
|
-
interface _Visitor<_Result> {
|
|
28
|
-
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
29
|
-
unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
|
|
30
|
-
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
31
|
-
_other: (value: core.Fetcher.Error) => _Result;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
export declare const Error: {
|
|
35
|
-
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError;
|
|
36
|
-
readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnauthorizedError;
|
|
37
|
-
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError;
|
|
38
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.update.Error._Unknown;
|
|
39
|
-
readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.update.Error, visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
|
|
40
|
-
};
|
|
@@ -1,90 +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 () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.Error = void 0;
|
|
40
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
41
|
-
exports.Error = {
|
|
42
|
-
entityNotFoundError: (value) => {
|
|
43
|
-
return {
|
|
44
|
-
content: value,
|
|
45
|
-
errorName: "EntityNotFoundError",
|
|
46
|
-
_visit: function (visitor) {
|
|
47
|
-
return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
},
|
|
51
|
-
unauthorizedError: (value) => {
|
|
52
|
-
return {
|
|
53
|
-
content: value,
|
|
54
|
-
errorName: "UnauthorizedError",
|
|
55
|
-
_visit: function (visitor) {
|
|
56
|
-
return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
unprocessableEntityError: (value) => {
|
|
61
|
-
return {
|
|
62
|
-
content: value,
|
|
63
|
-
errorName: "UnprocessableEntityError",
|
|
64
|
-
_visit: function (visitor) {
|
|
65
|
-
return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
},
|
|
69
|
-
_unknown: (fetcherError) => {
|
|
70
|
-
return {
|
|
71
|
-
errorName: undefined,
|
|
72
|
-
content: fetcherError,
|
|
73
|
-
_visit: function (visitor) {
|
|
74
|
-
return CandidApi.insurancePayments.v1.update.Error._visit(this, visitor);
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
_visit: (value, visitor) => {
|
|
79
|
-
switch (value.errorName) {
|
|
80
|
-
case "EntityNotFoundError":
|
|
81
|
-
return visitor.entityNotFoundError(value.content);
|
|
82
|
-
case "UnauthorizedError":
|
|
83
|
-
return visitor.unauthorizedError(value.content);
|
|
84
|
-
case "UnprocessableEntityError":
|
|
85
|
-
return visitor.unprocessableEntityError(value.content);
|
|
86
|
-
default:
|
|
87
|
-
return visitor._other(value);
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
5
|
-
export interface InsurancePaymentCreate {
|
|
6
|
-
payerIdentifier: CandidApi.payers.v3.PayerIdentifier;
|
|
7
|
-
amountCents: number;
|
|
8
|
-
paymentTimestamp?: Date;
|
|
9
|
-
paymentNote?: string;
|
|
10
|
-
allocations: CandidApi.AllocationCreate[];
|
|
11
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
|
-
export type Error = CandidApi.insurancePayments.v1.create.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.create.Error.UnauthorizedError | CandidApi.insurancePayments.v1.create.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.create.Error._Unknown;
|
|
7
|
-
export declare namespace Error {
|
|
8
|
-
interface EntityNotFoundError extends _Utils {
|
|
9
|
-
errorName: "EntityNotFoundError";
|
|
10
|
-
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
-
}
|
|
12
|
-
interface UnauthorizedError extends _Utils {
|
|
13
|
-
errorName: "UnauthorizedError";
|
|
14
|
-
content: CandidApi.UnauthorizedErrorMessage;
|
|
15
|
-
}
|
|
16
|
-
interface UnprocessableEntityError extends _Utils {
|
|
17
|
-
errorName: "UnprocessableEntityError";
|
|
18
|
-
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
19
|
-
}
|
|
20
|
-
interface _Unknown extends _Utils {
|
|
21
|
-
errorName: void;
|
|
22
|
-
content: core.Fetcher.Error;
|
|
23
|
-
}
|
|
24
|
-
interface _Utils {
|
|
25
|
-
_visit: <_Result>(visitor: CandidApi.insurancePayments.v1.create.Error._Visitor<_Result>) => _Result;
|
|
26
|
-
}
|
|
27
|
-
interface _Visitor<_Result> {
|
|
28
|
-
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
29
|
-
unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
|
|
30
|
-
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
31
|
-
_other: (value: core.Fetcher.Error) => _Result;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
export declare const Error: {
|
|
35
|
-
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.create.Error.EntityNotFoundError;
|
|
36
|
-
readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.create.Error.UnauthorizedError;
|
|
37
|
-
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.create.Error.UnprocessableEntityError;
|
|
38
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.create.Error._Unknown;
|
|
39
|
-
readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.create.Error, visitor: CandidApi.insurancePayments.v1.create.Error._Visitor<_Result>) => _Result;
|
|
40
|
-
};
|
|
@@ -1,90 +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 () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.Error = void 0;
|
|
40
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
41
|
-
exports.Error = {
|
|
42
|
-
entityNotFoundError: (value) => {
|
|
43
|
-
return {
|
|
44
|
-
content: value,
|
|
45
|
-
errorName: "EntityNotFoundError",
|
|
46
|
-
_visit: function (visitor) {
|
|
47
|
-
return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
},
|
|
51
|
-
unauthorizedError: (value) => {
|
|
52
|
-
return {
|
|
53
|
-
content: value,
|
|
54
|
-
errorName: "UnauthorizedError",
|
|
55
|
-
_visit: function (visitor) {
|
|
56
|
-
return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
unprocessableEntityError: (value) => {
|
|
61
|
-
return {
|
|
62
|
-
content: value,
|
|
63
|
-
errorName: "UnprocessableEntityError",
|
|
64
|
-
_visit: function (visitor) {
|
|
65
|
-
return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
},
|
|
69
|
-
_unknown: (fetcherError) => {
|
|
70
|
-
return {
|
|
71
|
-
errorName: undefined,
|
|
72
|
-
content: fetcherError,
|
|
73
|
-
_visit: function (visitor) {
|
|
74
|
-
return CandidApi.insurancePayments.v1.create.Error._visit(this, visitor);
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
_visit: (value, visitor) => {
|
|
79
|
-
switch (value.errorName) {
|
|
80
|
-
case "EntityNotFoundError":
|
|
81
|
-
return visitor.entityNotFoundError(value.content);
|
|
82
|
-
case "UnauthorizedError":
|
|
83
|
-
return visitor.unauthorizedError(value.content);
|
|
84
|
-
case "UnprocessableEntityError":
|
|
85
|
-
return visitor.unprocessableEntityError(value.content);
|
|
86
|
-
default:
|
|
87
|
-
return visitor._other(value);
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
|
-
export type Error = CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError | CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.delete.Error._Unknown;
|
|
7
|
-
export declare namespace Error {
|
|
8
|
-
interface EntityNotFoundError extends _Utils {
|
|
9
|
-
errorName: "EntityNotFoundError";
|
|
10
|
-
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
-
}
|
|
12
|
-
interface UnauthorizedError extends _Utils {
|
|
13
|
-
errorName: "UnauthorizedError";
|
|
14
|
-
content: CandidApi.UnauthorizedErrorMessage;
|
|
15
|
-
}
|
|
16
|
-
interface UnprocessableEntityError extends _Utils {
|
|
17
|
-
errorName: "UnprocessableEntityError";
|
|
18
|
-
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
19
|
-
}
|
|
20
|
-
interface _Unknown extends _Utils {
|
|
21
|
-
errorName: void;
|
|
22
|
-
content: core.Fetcher.Error;
|
|
23
|
-
}
|
|
24
|
-
interface _Utils {
|
|
25
|
-
_visit: <_Result>(visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
|
|
26
|
-
}
|
|
27
|
-
interface _Visitor<_Result> {
|
|
28
|
-
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
29
|
-
unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
|
|
30
|
-
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
31
|
-
_other: (value: core.Fetcher.Error) => _Result;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
export declare const Error: {
|
|
35
|
-
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.EntityNotFoundError;
|
|
36
|
-
readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnauthorizedError;
|
|
37
|
-
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.delete.Error.UnprocessableEntityError;
|
|
38
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.delete.Error._Unknown;
|
|
39
|
-
readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.delete.Error, visitor: CandidApi.insurancePayments.v1.delete.Error._Visitor<_Result>) => _Result;
|
|
40
|
-
};
|
|
@@ -1,90 +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 () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.Error = void 0;
|
|
40
|
-
const CandidApi = __importStar(require("../../../../../index"));
|
|
41
|
-
exports.Error = {
|
|
42
|
-
entityNotFoundError: (value) => {
|
|
43
|
-
return {
|
|
44
|
-
content: value,
|
|
45
|
-
errorName: "EntityNotFoundError",
|
|
46
|
-
_visit: function (visitor) {
|
|
47
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
},
|
|
51
|
-
unauthorizedError: (value) => {
|
|
52
|
-
return {
|
|
53
|
-
content: value,
|
|
54
|
-
errorName: "UnauthorizedError",
|
|
55
|
-
_visit: function (visitor) {
|
|
56
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
unprocessableEntityError: (value) => {
|
|
61
|
-
return {
|
|
62
|
-
content: value,
|
|
63
|
-
errorName: "UnprocessableEntityError",
|
|
64
|
-
_visit: function (visitor) {
|
|
65
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
},
|
|
69
|
-
_unknown: (fetcherError) => {
|
|
70
|
-
return {
|
|
71
|
-
errorName: undefined,
|
|
72
|
-
content: fetcherError,
|
|
73
|
-
_visit: function (visitor) {
|
|
74
|
-
return CandidApi.insurancePayments.v1.delete.Error._visit(this, visitor);
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
_visit: (value, visitor) => {
|
|
79
|
-
switch (value.errorName) {
|
|
80
|
-
case "EntityNotFoundError":
|
|
81
|
-
return visitor.entityNotFoundError(value.content);
|
|
82
|
-
case "UnauthorizedError":
|
|
83
|
-
return visitor.unauthorizedError(value.content);
|
|
84
|
-
case "UnprocessableEntityError":
|
|
85
|
-
return visitor.unprocessableEntityError(value.content);
|
|
86
|
-
default:
|
|
87
|
-
return visitor._other(value);
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* paymentTimestamp: "2024-01-15T09:30:00Z",
|
|
9
|
-
* paymentNote: {
|
|
10
|
-
* type: "set",
|
|
11
|
-
* value: "string"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
15
|
-
export interface InsurancePaymentUpdate {
|
|
16
|
-
paymentTimestamp?: Date;
|
|
17
|
-
paymentNote?: CandidApi.NoteUpdate;
|
|
18
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as CandidApi from "../../../../../index";
|
|
5
|
-
import * as core from "../../../../../../core";
|
|
6
|
-
export type Error = CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError | CandidApi.insurancePayments.v1.update.Error.UnauthorizedError | CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError | CandidApi.insurancePayments.v1.update.Error._Unknown;
|
|
7
|
-
export declare namespace Error {
|
|
8
|
-
interface EntityNotFoundError extends _Utils {
|
|
9
|
-
errorName: "EntityNotFoundError";
|
|
10
|
-
content: CandidApi.EntityNotFoundErrorMessage;
|
|
11
|
-
}
|
|
12
|
-
interface UnauthorizedError extends _Utils {
|
|
13
|
-
errorName: "UnauthorizedError";
|
|
14
|
-
content: CandidApi.UnauthorizedErrorMessage;
|
|
15
|
-
}
|
|
16
|
-
interface UnprocessableEntityError extends _Utils {
|
|
17
|
-
errorName: "UnprocessableEntityError";
|
|
18
|
-
content: CandidApi.UnprocessableEntityErrorMessage;
|
|
19
|
-
}
|
|
20
|
-
interface _Unknown extends _Utils {
|
|
21
|
-
errorName: void;
|
|
22
|
-
content: core.Fetcher.Error;
|
|
23
|
-
}
|
|
24
|
-
interface _Utils {
|
|
25
|
-
_visit: <_Result>(visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
|
|
26
|
-
}
|
|
27
|
-
interface _Visitor<_Result> {
|
|
28
|
-
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
29
|
-
unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => _Result;
|
|
30
|
-
unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => _Result;
|
|
31
|
-
_other: (value: core.Fetcher.Error) => _Result;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
export declare const Error: {
|
|
35
|
-
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.insurancePayments.v1.update.Error.EntityNotFoundError;
|
|
36
|
-
readonly unauthorizedError: (value: CandidApi.UnauthorizedErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnauthorizedError;
|
|
37
|
-
readonly unprocessableEntityError: (value: CandidApi.UnprocessableEntityErrorMessage) => CandidApi.insurancePayments.v1.update.Error.UnprocessableEntityError;
|
|
38
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.insurancePayments.v1.update.Error._Unknown;
|
|
39
|
-
readonly _visit: <_Result>(value: CandidApi.insurancePayments.v1.update.Error, visitor: CandidApi.insurancePayments.v1.update.Error._Visitor<_Result>) => _Result;
|
|
40
|
-
};
|