candidhealth 0.4.8 → 0.4.9
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 +3 -3
- package/Client.js +11 -11
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +8 -8
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -3
- package/api/resources/expectedNetworkStatus/client/Client.js +4 -69
- package/api/resources/expectedNetworkStatus/client/index.d.ts +1 -2
- package/api/resources/expectedNetworkStatus/client/index.js +0 -29
- package/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/api/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +18 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +83 -0
- package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/compute.d.ts +6 -6
- package/{dist/api/resources/expectedNetworkStatus → api/resources/expectedNetworkStatus/resources/v1}/client/compute.js +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +31 -0
- package/{dist/api/resources/expectedNetworkStatus → api/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/{dist/api/resources/expectedNetworkStatus → api/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatusResponse.d.ts +2 -2
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +1 -3
- package/api/resources/index.js +2 -4
- package/api/resources/payers/client/Client.js +2 -2
- package/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +11 -11
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +8 -8
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -3
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +4 -69
- package/dist/api/resources/expectedNetworkStatus/client/index.d.ts +1 -2
- package/dist/api/resources/expectedNetworkStatus/client/index.js +0 -29
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +83 -0
- package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/compute.d.ts +6 -6
- package/{api/resources/expectedNetworkStatus → dist/api/resources/expectedNetworkStatus/resources/v1}/client/compute.js +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +31 -0
- package/{api/resources/expectedNetworkStatus → dist/api/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/{api/resources/expectedNetworkStatus → dist/api/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatusResponse.d.ts +2 -2
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +1 -3
- package/dist/api/resources/index.js +2 -4
- package/dist/api/resources/payers/client/Client.js +2 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/index.d.ts +1 -2
- package/dist/serialization/resources/expectedNetworkStatus/index.js +1 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +4 -4
- package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.js +4 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +10 -0
- package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatus.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +14 -0
- package/dist/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +3 -3
- package/dist/serialization/resources/index.d.ts +1 -3
- package/dist/serialization/resources/index.js +2 -4
- package/package.json +1 -1
- package/serialization/resources/expectedNetworkStatus/index.d.ts +1 -2
- package/serialization/resources/expectedNetworkStatus/index.js +1 -2
- package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/{dist/serialization/resources/expectedNetworkStatus → serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +4 -4
- package/{dist/serialization/resources/expectedNetworkStatus → serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.js +4 -4
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +10 -0
- package/{dist/serialization/resources/expectedNetworkStatus → serialization/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatus.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +14 -0
- package/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +3 -3
- package/serialization/resources/index.d.ts +1 -3
- package/serialization/resources/index.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatus.d.ts +0 -10
- package/dist/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatusResponse.d.ts +0 -14
- package/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatus.d.ts +0 -10
- package/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatusResponse.d.ts +0 -14
- /package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/ExpectedNetworkStatusRequest.js +0 -0
- /package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.d.ts +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.js +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/ExpectedNetworkStatusRequest.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.d.ts +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.d.ts +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.js +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.d.ts +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.js +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as CandidApi from "
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
5
|
export interface ExpectedNetworkStatusResponse {
|
|
6
|
-
expectedNetworkStatus: CandidApi.ExpectedNetworkStatus;
|
|
6
|
+
expectedNetworkStatus: CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatus;
|
|
7
7
|
explanation: string;
|
|
8
8
|
contractId?: CandidApi.ContractId;
|
|
9
9
|
}
|
|
@@ -48,7 +48,7 @@ class V1 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.4.
|
|
51
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
|
|
@@ -94,7 +94,7 @@ class V1 {
|
|
|
94
94
|
Authorization: await this._getAuthorizationHeader(),
|
|
95
95
|
"X-Fern-Language": "JavaScript",
|
|
96
96
|
"X-Fern-SDK-Name": "candidhealth",
|
|
97
|
-
"X-Fern-SDK-Version": "0.4.
|
|
97
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
98
98
|
},
|
|
99
99
|
contentType: "application/json",
|
|
100
100
|
timeoutMs: 60000,
|
|
@@ -123,7 +123,7 @@ class V1 {
|
|
|
123
123
|
Authorization: await this._getAuthorizationHeader(),
|
|
124
124
|
"X-Fern-Language": "JavaScript",
|
|
125
125
|
"X-Fern-SDK-Name": "candidhealth",
|
|
126
|
-
"X-Fern-SDK-Version": "0.4.
|
|
126
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
127
127
|
},
|
|
128
128
|
contentType: "application/json",
|
|
129
129
|
body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as auth from "./auth";
|
|
2
2
|
export * as encounterProviders from "./encounterProviders";
|
|
3
3
|
export * as encounters from "./encounters";
|
|
4
|
+
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
4
5
|
export * as guarantor from "./guarantor";
|
|
5
6
|
export * as organizationProviders from "./organizationProviders";
|
|
6
7
|
export * as patientPayments from "./patientPayments";
|
|
@@ -20,8 +21,6 @@ export * as diagnoses from "./diagnoses";
|
|
|
20
21
|
export * from "./diagnoses/types";
|
|
21
22
|
export * as era from "./era";
|
|
22
23
|
export * from "./era/types";
|
|
23
|
-
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
24
|
-
export * from "./expectedNetworkStatus/types";
|
|
25
24
|
export * as individual from "./individual";
|
|
26
25
|
export * from "./individual/types";
|
|
27
26
|
export * as insuranceCard from "./insuranceCard";
|
|
@@ -35,5 +34,4 @@ export * from "./serviceFacility/types";
|
|
|
35
34
|
export * as tags from "./tags";
|
|
36
35
|
export * from "./tags/types";
|
|
37
36
|
export * from "./billingNotes/client/requests";
|
|
38
|
-
export * from "./expectedNetworkStatus/client/requests";
|
|
39
37
|
export * from "./payers/client/requests";
|
|
@@ -26,10 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.
|
|
29
|
+
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.era = exports.diagnoses = exports.credentialing = exports.contracts = exports.commons = exports.claims = exports.billingNotes = exports.tasks = exports.serviceLines = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
32
32
|
exports.encounters = __importStar(require("./encounters"));
|
|
33
|
+
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
33
34
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
34
35
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
35
36
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
@@ -49,8 +50,6 @@ exports.diagnoses = __importStar(require("./diagnoses"));
|
|
|
49
50
|
__exportStar(require("./diagnoses/types"), exports);
|
|
50
51
|
exports.era = __importStar(require("./era"));
|
|
51
52
|
__exportStar(require("./era/types"), exports);
|
|
52
|
-
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
53
|
-
__exportStar(require("./expectedNetworkStatus/types"), exports);
|
|
54
53
|
exports.individual = __importStar(require("./individual"));
|
|
55
54
|
__exportStar(require("./individual/types"), exports);
|
|
56
55
|
exports.insuranceCard = __importStar(require("./insuranceCard"));
|
|
@@ -64,5 +63,4 @@ __exportStar(require("./serviceFacility/types"), exports);
|
|
|
64
63
|
exports.tags = __importStar(require("./tags"));
|
|
65
64
|
__exportStar(require("./tags/types"), exports);
|
|
66
65
|
__exportStar(require("./billingNotes/client/requests"), exports);
|
|
67
|
-
__exportStar(require("./expectedNetworkStatus/client/requests"), exports);
|
|
68
66
|
__exportStar(require("./payers/client/requests"), exports);
|
|
@@ -49,7 +49,7 @@ class Payers {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.4.
|
|
52
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -89,7 +89,7 @@ class Payers {
|
|
|
89
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.4.
|
|
92
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
93
93
|
},
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
@@ -48,7 +48,7 @@ class V3 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.4.
|
|
51
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
timeoutMs: 60000,
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./client";
|
|
1
|
+
export * from "./resources";
|
|
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./client"), exports);
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as CandidApi from "
|
|
6
|
-
import * as core from "
|
|
7
|
-
export declare const ExpectedNetworkStatusRequest: core.serialization.Schema<serializers.ExpectedNetworkStatusRequest.Raw, CandidApi.ExpectedNetworkStatusRequest>;
|
|
4
|
+
import * as serializers from "../../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../core";
|
|
7
|
+
export declare const ExpectedNetworkStatusRequest: core.serialization.Schema<serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.Raw, CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest>;
|
|
8
8
|
export declare namespace ExpectedNetworkStatusRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
external_patient_id?: string | null;
|
|
@@ -27,16 +27,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExpectedNetworkStatusRequest = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.ExpectedNetworkStatusRequest = core.serialization.object({
|
|
32
32
|
externalPatientId: core.serialization.property("external_patient_id", core.serialization.string().optional()),
|
|
33
33
|
subscriberPayerId: core.serialization.property("subscriber_payer_id", core.serialization.string()),
|
|
34
34
|
subscriberPayerName: core.serialization.property("subscriber_payer_name", core.serialization.string()),
|
|
35
|
-
subscriberInsuranceType: core.serialization.property("subscriber_insurance_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
35
|
+
subscriberInsuranceType: core.serialization.property("subscriber_insurance_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InsuranceTypeCode).optional()),
|
|
36
36
|
subscriberPlanName: core.serialization.property("subscriber_plan_name", core.serialization.string().optional()),
|
|
37
37
|
billingProviderNpi: core.serialization.property("billing_provider_npi", core.serialization.string()),
|
|
38
38
|
billingProviderTin: core.serialization.property("billing_provider_tin", core.serialization.string()),
|
|
39
39
|
renderingProviderNpi: core.serialization.property("rendering_provider_npi", core.serialization.string()),
|
|
40
|
-
contractedState: core.serialization.property("contracted_state", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
41
|
-
dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
40
|
+
contractedState: core.serialization.property("contracted_state", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).State)),
|
|
41
|
+
dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_)),
|
|
42
42
|
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ExpectedNetworkStatus: core.serialization.Schema<serializers.expectedNetworkStatus.v1.ExpectedNetworkStatus.Raw, CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatus>;
|
|
8
|
+
export declare namespace ExpectedNetworkStatus {
|
|
9
|
+
type Raw = "in_network" | "out_of_network" | "unknown";
|
|
10
|
+
}
|
|
@@ -27,5 +27,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExpectedNetworkStatus = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ExpectedNetworkStatus = core.serialization.enum_(["in_network", "out_of_network", "unknown"]);
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ExpectedNetworkStatusResponse: core.serialization.ObjectSchema<serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse.Raw, CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse>;
|
|
8
|
+
export declare namespace ExpectedNetworkStatusResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
expected_network_status: serializers.expectedNetworkStatus.v1.ExpectedNetworkStatus.Raw;
|
|
11
|
+
explanation: string;
|
|
12
|
+
contract_id?: serializers.ContractId.Raw | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -27,9 +27,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExpectedNetworkStatusResponse = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ExpectedNetworkStatusResponse = core.serialization.object({
|
|
32
|
-
expectedNetworkStatus: core.serialization.property("expected_network_status", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
32
|
+
expectedNetworkStatus: core.serialization.property("expected_network_status", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).expectedNetworkStatus.v1.ExpectedNetworkStatus)),
|
|
33
33
|
explanation: core.serialization.string(),
|
|
34
|
-
contractId: core.serialization.property("contract_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
34
|
+
contractId: core.serialization.property("contract_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ContractId).optional()),
|
|
35
35
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as auth from "./auth";
|
|
2
2
|
export * as encounterProviders from "./encounterProviders";
|
|
3
3
|
export * as encounters from "./encounters";
|
|
4
|
+
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
4
5
|
export * as guarantor from "./guarantor";
|
|
5
6
|
export * as organizationProviders from "./organizationProviders";
|
|
6
7
|
export * as patientPayments from "./patientPayments";
|
|
@@ -20,8 +21,6 @@ export * as diagnoses from "./diagnoses";
|
|
|
20
21
|
export * from "./diagnoses/types";
|
|
21
22
|
export * as era from "./era";
|
|
22
23
|
export * from "./era/types";
|
|
23
|
-
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
24
|
-
export * from "./expectedNetworkStatus/types";
|
|
25
24
|
export * as individual from "./individual";
|
|
26
25
|
export * from "./individual/types";
|
|
27
26
|
export * as insuranceCard from "./insuranceCard";
|
|
@@ -35,4 +34,3 @@ export * from "./serviceFacility/types";
|
|
|
35
34
|
export * as tags from "./tags";
|
|
36
35
|
export * from "./tags/types";
|
|
37
36
|
export * from "./billingNotes/client/requests";
|
|
38
|
-
export * from "./expectedNetworkStatus/client/requests";
|
|
@@ -26,10 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.
|
|
29
|
+
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.era = exports.diagnoses = exports.credentialing = exports.contracts = exports.commons = exports.claims = exports.billingNotes = exports.tasks = exports.serviceLines = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
32
32
|
exports.encounters = __importStar(require("./encounters"));
|
|
33
|
+
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
33
34
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
34
35
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
35
36
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
@@ -49,8 +50,6 @@ exports.diagnoses = __importStar(require("./diagnoses"));
|
|
|
49
50
|
__exportStar(require("./diagnoses/types"), exports);
|
|
50
51
|
exports.era = __importStar(require("./era"));
|
|
51
52
|
__exportStar(require("./era/types"), exports);
|
|
52
|
-
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
53
|
-
__exportStar(require("./expectedNetworkStatus/types"), exports);
|
|
54
53
|
exports.individual = __importStar(require("./individual"));
|
|
55
54
|
__exportStar(require("./individual/types"), exports);
|
|
56
55
|
exports.insuranceCard = __importStar(require("./insuranceCard"));
|
|
@@ -64,4 +63,3 @@ __exportStar(require("./serviceFacility/types"), exports);
|
|
|
64
63
|
exports.tags = __importStar(require("./tags"));
|
|
65
64
|
__exportStar(require("./tags/types"), exports);
|
|
66
65
|
__exportStar(require("./billingNotes/client/requests"), exports);
|
|
67
|
-
__exportStar(require("./expectedNetworkStatus/client/requests"), exports);
|
package/package.json
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./client";
|
|
1
|
+
export * from "./resources";
|
|
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./client"), exports);
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as CandidApi from "
|
|
6
|
-
import * as core from "
|
|
7
|
-
export declare const ExpectedNetworkStatusRequest: core.serialization.Schema<serializers.ExpectedNetworkStatusRequest.Raw, CandidApi.ExpectedNetworkStatusRequest>;
|
|
4
|
+
import * as serializers from "../../../../../..";
|
|
5
|
+
import * as CandidApi from "../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../core";
|
|
7
|
+
export declare const ExpectedNetworkStatusRequest: core.serialization.Schema<serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.Raw, CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest>;
|
|
8
8
|
export declare namespace ExpectedNetworkStatusRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
external_patient_id?: string | null;
|
|
@@ -27,16 +27,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExpectedNetworkStatusRequest = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.ExpectedNetworkStatusRequest = core.serialization.object({
|
|
32
32
|
externalPatientId: core.serialization.property("external_patient_id", core.serialization.string().optional()),
|
|
33
33
|
subscriberPayerId: core.serialization.property("subscriber_payer_id", core.serialization.string()),
|
|
34
34
|
subscriberPayerName: core.serialization.property("subscriber_payer_name", core.serialization.string()),
|
|
35
|
-
subscriberInsuranceType: core.serialization.property("subscriber_insurance_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
35
|
+
subscriberInsuranceType: core.serialization.property("subscriber_insurance_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).InsuranceTypeCode).optional()),
|
|
36
36
|
subscriberPlanName: core.serialization.property("subscriber_plan_name", core.serialization.string().optional()),
|
|
37
37
|
billingProviderNpi: core.serialization.property("billing_provider_npi", core.serialization.string()),
|
|
38
38
|
billingProviderTin: core.serialization.property("billing_provider_tin", core.serialization.string()),
|
|
39
39
|
renderingProviderNpi: core.serialization.property("rendering_provider_npi", core.serialization.string()),
|
|
40
|
-
contractedState: core.serialization.property("contracted_state", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
41
|
-
dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
40
|
+
contractedState: core.serialization.property("contracted_state", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).State)),
|
|
41
|
+
dateOfService: core.serialization.property("date_of_service", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../..")))).Date_)),
|
|
42
42
|
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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 ExpectedNetworkStatus: core.serialization.Schema<serializers.expectedNetworkStatus.v1.ExpectedNetworkStatus.Raw, CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatus>;
|
|
8
|
+
export declare namespace ExpectedNetworkStatus {
|
|
9
|
+
type Raw = "in_network" | "out_of_network" | "unknown";
|
|
10
|
+
}
|
|
@@ -27,5 +27,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExpectedNetworkStatus = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ExpectedNetworkStatus = core.serialization.enum_(["in_network", "out_of_network", "unknown"]);
|
|
@@ -0,0 +1,14 @@
|
|
|
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 ExpectedNetworkStatusResponse: core.serialization.ObjectSchema<serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse.Raw, CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse>;
|
|
8
|
+
export declare namespace ExpectedNetworkStatusResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
expected_network_status: serializers.expectedNetworkStatus.v1.ExpectedNetworkStatus.Raw;
|
|
11
|
+
explanation: string;
|
|
12
|
+
contract_id?: serializers.ContractId.Raw | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -27,9 +27,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExpectedNetworkStatusResponse = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
31
|
exports.ExpectedNetworkStatusResponse = core.serialization.object({
|
|
32
|
-
expectedNetworkStatus: core.serialization.property("expected_network_status", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
32
|
+
expectedNetworkStatus: core.serialization.property("expected_network_status", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).expectedNetworkStatus.v1.ExpectedNetworkStatus)),
|
|
33
33
|
explanation: core.serialization.string(),
|
|
34
|
-
contractId: core.serialization.property("contract_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("
|
|
34
|
+
contractId: core.serialization.property("contract_id", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).ContractId).optional()),
|
|
35
35
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as auth from "./auth";
|
|
2
2
|
export * as encounterProviders from "./encounterProviders";
|
|
3
3
|
export * as encounters from "./encounters";
|
|
4
|
+
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
4
5
|
export * as guarantor from "./guarantor";
|
|
5
6
|
export * as organizationProviders from "./organizationProviders";
|
|
6
7
|
export * as patientPayments from "./patientPayments";
|
|
@@ -20,8 +21,6 @@ export * as diagnoses from "./diagnoses";
|
|
|
20
21
|
export * from "./diagnoses/types";
|
|
21
22
|
export * as era from "./era";
|
|
22
23
|
export * from "./era/types";
|
|
23
|
-
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
24
|
-
export * from "./expectedNetworkStatus/types";
|
|
25
24
|
export * as individual from "./individual";
|
|
26
25
|
export * from "./individual/types";
|
|
27
26
|
export * as insuranceCard from "./insuranceCard";
|
|
@@ -35,4 +34,3 @@ export * from "./serviceFacility/types";
|
|
|
35
34
|
export * as tags from "./tags";
|
|
36
35
|
export * from "./tags/types";
|
|
37
36
|
export * from "./billingNotes/client/requests";
|
|
38
|
-
export * from "./expectedNetworkStatus/client/requests";
|
|
@@ -26,10 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.
|
|
29
|
+
exports.tags = exports.serviceFacility = exports.payers = exports.invoices = exports.insuranceCard = exports.individual = exports.era = exports.diagnoses = exports.credentialing = exports.contracts = exports.commons = exports.claims = exports.billingNotes = exports.tasks = exports.serviceLines = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
32
32
|
exports.encounters = __importStar(require("./encounters"));
|
|
33
|
+
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
33
34
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
34
35
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
35
36
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
@@ -49,8 +50,6 @@ exports.diagnoses = __importStar(require("./diagnoses"));
|
|
|
49
50
|
__exportStar(require("./diagnoses/types"), exports);
|
|
50
51
|
exports.era = __importStar(require("./era"));
|
|
51
52
|
__exportStar(require("./era/types"), exports);
|
|
52
|
-
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
53
|
-
__exportStar(require("./expectedNetworkStatus/types"), exports);
|
|
54
53
|
exports.individual = __importStar(require("./individual"));
|
|
55
54
|
__exportStar(require("./individual/types"), exports);
|
|
56
55
|
exports.insuranceCard = __importStar(require("./insuranceCard"));
|
|
@@ -64,4 +63,3 @@ __exportStar(require("./serviceFacility/types"), exports);
|
|
|
64
63
|
exports.tags = __importStar(require("./tags"));
|
|
65
64
|
__exportStar(require("./tags/types"), exports);
|
|
66
65
|
__exportStar(require("./billingNotes/client/requests"), exports);
|
|
67
|
-
__exportStar(require("./expectedNetworkStatus/client/requests"), exports);
|
|
@@ -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 ExpectedNetworkStatus: core.serialization.Schema<serializers.ExpectedNetworkStatus.Raw, CandidApi.ExpectedNetworkStatus>;
|
|
8
|
-
export declare namespace ExpectedNetworkStatus {
|
|
9
|
-
type Raw = "in_network" | "out_of_network" | "unknown";
|
|
10
|
-
}
|
package/dist/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatusResponse.d.ts
DELETED
|
@@ -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 ExpectedNetworkStatusResponse: core.serialization.ObjectSchema<serializers.ExpectedNetworkStatusResponse.Raw, CandidApi.ExpectedNetworkStatusResponse>;
|
|
8
|
-
export declare namespace ExpectedNetworkStatusResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
expected_network_status: serializers.ExpectedNetworkStatus.Raw;
|
|
11
|
-
explanation: string;
|
|
12
|
-
contract_id?: serializers.ContractId.Raw | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -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 ExpectedNetworkStatus: core.serialization.Schema<serializers.ExpectedNetworkStatus.Raw, CandidApi.ExpectedNetworkStatus>;
|
|
8
|
-
export declare namespace ExpectedNetworkStatus {
|
|
9
|
-
type Raw = "in_network" | "out_of_network" | "unknown";
|
|
10
|
-
}
|
package/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatusResponse.d.ts
DELETED
|
@@ -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 ExpectedNetworkStatusResponse: core.serialization.ObjectSchema<serializers.ExpectedNetworkStatusResponse.Raw, CandidApi.ExpectedNetworkStatusResponse>;
|
|
8
|
-
export declare namespace ExpectedNetworkStatusResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
expected_network_status: serializers.ExpectedNetworkStatus.Raw;
|
|
11
|
-
explanation: string;
|
|
12
|
-
contract_id?: serializers.ContractId.Raw | null;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
File without changes
|