candidhealth 0.14.0 → 0.14.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/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +1 -1
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -6
- package/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
- 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/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +21 -0
- package/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +23 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +15 -0
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -0
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
- package/api/resources/writeOffs/resources/v1/types/index.js +2 -1
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
- 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/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +21 -0
- package/dist/api/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +23 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +15 -0
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOffReason.js +17 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +2 -1
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
- package/dist/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -2
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +47 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +3 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/{WriteOffReason.js → PatientWriteOffReason.js} +12 -2
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +2 -1
- package/package.json +1 -1
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.d.ts +1 -2
- package/serialization/resources/insuranceRefunds/resources/v1/client/requests/InsuranceRefundUpdate.js +1 -2
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.d.ts +3 -1
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOff.js +3 -1
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.d.ts +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffCreate.js +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/InsuranceWriteOffReason.js +47 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +3 -1
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +3 -1
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.d.ts +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffCreate.js +1 -1
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/{WriteOffReason.js → PatientWriteOffReason.js} +12 -2
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +2 -1
- package/serialization/resources/writeOffs/resources/v1/types/index.js +2 -1
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +0 -12
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +0 -12
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +0 -10
|
@@ -26,6 +26,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.PatientWriteOffReason = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.PatientWriteOffReason = core.serialization.enum_([
|
|
32
|
+
"SMALL_BALANCE",
|
|
33
|
+
"CHARITY_OR_FINANCIAL_ASSISTANCE",
|
|
34
|
+
"PATIENT_EXPERIENCE_OR_SERVICE_RECOVERY",
|
|
35
|
+
"OON_COURTESY_ADJUSTMENT",
|
|
36
|
+
"PROMPT_PAY_DISCOUNT",
|
|
37
|
+
"BAD_DEBT",
|
|
38
|
+
"COLLECTION_AGENCY",
|
|
39
|
+
"OTHER",
|
|
40
|
+
"UNKNOWN",
|
|
41
|
+
]);
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export * from "./WriteOffId";
|
|
2
2
|
export * from "./WriteOff";
|
|
3
3
|
export * from "./WriteOffCreate";
|
|
4
|
+
export * from "./PatientWriteOffReason";
|
|
4
5
|
export * from "./PatientWriteOff";
|
|
5
6
|
export * from "./PatientWriteOffCreate";
|
|
6
7
|
export * from "./InsuranceWriteOff";
|
|
7
8
|
export * from "./InsuranceWriteOffCreate";
|
|
8
9
|
export * from "./InsuranceWriteOffTarget";
|
|
9
|
-
export * from "./
|
|
10
|
+
export * from "./InsuranceWriteOffReason";
|
|
10
11
|
export * from "./CreateWriteOffsResponse";
|
|
11
12
|
export * from "./WriteOffsPage";
|
|
12
13
|
export * from "./WriteOffSortField";
|
|
@@ -17,12 +17,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./WriteOffId"), exports);
|
|
18
18
|
__exportStar(require("./WriteOff"), exports);
|
|
19
19
|
__exportStar(require("./WriteOffCreate"), exports);
|
|
20
|
+
__exportStar(require("./PatientWriteOffReason"), exports);
|
|
20
21
|
__exportStar(require("./PatientWriteOff"), exports);
|
|
21
22
|
__exportStar(require("./PatientWriteOffCreate"), exports);
|
|
22
23
|
__exportStar(require("./InsuranceWriteOff"), exports);
|
|
23
24
|
__exportStar(require("./InsuranceWriteOffCreate"), exports);
|
|
24
25
|
__exportStar(require("./InsuranceWriteOffTarget"), exports);
|
|
25
|
-
__exportStar(require("./
|
|
26
|
+
__exportStar(require("./InsuranceWriteOffReason"), exports);
|
|
26
27
|
__exportStar(require("./CreateWriteOffsResponse"), exports);
|
|
27
28
|
__exportStar(require("./WriteOffsPage"), exports);
|
|
28
29
|
__exportStar(require("./WriteOffSortField"), exports);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export declare type WriteOffReason = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
|
|
5
|
-
export declare const WriteOffReason: {
|
|
6
|
-
readonly SmallBalance: "SMALL_BALANCE";
|
|
7
|
-
readonly NoAuth: "NO_AUTH";
|
|
8
|
-
readonly Coding: "CODING";
|
|
9
|
-
readonly Credentialing: "CREDENTIALING";
|
|
10
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.WriteOffReason = void 0;
|
|
7
|
-
exports.WriteOffReason = {
|
|
8
|
-
SmallBalance: "SMALL_BALANCE",
|
|
9
|
-
NoAuth: "NO_AUTH",
|
|
10
|
-
Coding: "CODING",
|
|
11
|
-
Credentialing: "CREDENTIALING",
|
|
12
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export declare type WriteOffReason = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
|
|
5
|
-
export declare const WriteOffReason: {
|
|
6
|
-
readonly SmallBalance: "SMALL_BALANCE";
|
|
7
|
-
readonly NoAuth: "NO_AUTH";
|
|
8
|
-
readonly Coding: "CODING";
|
|
9
|
-
readonly Credentialing: "CREDENTIALING";
|
|
10
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.WriteOffReason = void 0;
|
|
7
|
-
exports.WriteOffReason = {
|
|
8
|
-
SmallBalance: "SMALL_BALANCE",
|
|
9
|
-
NoAuth: "NO_AUTH",
|
|
10
|
-
Coding: "CODING",
|
|
11
|
-
Credentialing: "CREDENTIALING",
|
|
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 WriteOffReason: core.serialization.Schema<serializers.writeOffs.v1.WriteOffReason.Raw, CandidApi.writeOffs.v1.WriteOffReason>;
|
|
8
|
-
export declare namespace WriteOffReason {
|
|
9
|
-
type Raw = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
|
|
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 WriteOffReason: core.serialization.Schema<serializers.writeOffs.v1.WriteOffReason.Raw, CandidApi.writeOffs.v1.WriteOffReason>;
|
|
8
|
-
export declare namespace WriteOffReason {
|
|
9
|
-
type Raw = "SMALL_BALANCE" | "NO_AUTH" | "CODING" | "CREDENTIALING";
|
|
10
|
-
}
|