candidhealth 0.34.3 → 0.34.5
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/claims/types/Claim.d.ts +5 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +20 -19
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +7 -2
- package/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +11 -0
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +6 -9
- package/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +4 -4
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +21 -0
- package/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +5 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +24 -0
- package/api/resources/encounters/resources/v4/client/Client.js +29 -5
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +4 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +21 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
- 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.js +10 -10
- 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.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- 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 +6 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
- package/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/claims/types/Claim.d.ts +5 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +20 -19
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +7 -2
- package/dist/api/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +11 -0
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/createReferringProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +6 -9
- package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +4 -4
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +21 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +5 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +24 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +29 -5
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +4 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +4 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +21 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +5 -1
- 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.js +10 -10
- 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.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- 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 +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +8 -8
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +8 -8
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +5 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +8 -4
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +7 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.d.ts +15 -0
- package/dist/api/resources/serviceLines/resources/v2/types/TestResult.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- 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/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +6 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +6 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +5 -5
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +17 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +40 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +28 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.d.ts +6 -1
- package/serialization/resources/encounterProviders/resources/v2/client/createInitialReferringProvider.js +6 -0
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createOrderingProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createReferringProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/createSupervisingProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateInitialReferringProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateOrderingProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateReferringProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts +5 -5
- package/serialization/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js +5 -5
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.d.ts +17 -0
- package/serialization/resources/encounterProviders/resources/v2/types/BillingProviderUpdate.js +40 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.d.ts +18 -0
- package/serialization/resources/serviceLines/resources/v2/types/TestResult.js +43 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.d.ts
CHANGED
|
@@ -3,17 +3,14 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../../index";
|
|
5
5
|
import * as core from "../../../../../../core";
|
|
6
|
-
export declare type Error =
|
|
7
|
-
/**
|
|
8
|
-
* Cannot set first/last name without also unsetting organization_name. */
|
|
9
|
-
CandidApi.encounterProviders.v2.updateSupervisingProvider.Error.UnprocessableEntityError
|
|
6
|
+
export declare type Error = CandidApi.encounterProviders.v2.updateSupervisingProvider.Error.HttpRequestValidationsError
|
|
10
7
|
/**
|
|
11
8
|
* The encounter could not be found or has no supervising provider. */
|
|
12
9
|
| CandidApi.encounterProviders.v2.updateSupervisingProvider.Error.EntityNotFoundError | CandidApi.encounterProviders.v2.updateSupervisingProvider.Error._Unknown;
|
|
13
10
|
export declare namespace Error {
|
|
14
|
-
interface
|
|
15
|
-
errorName: "
|
|
16
|
-
content: CandidApi.
|
|
11
|
+
interface HttpRequestValidationsError extends _Utils {
|
|
12
|
+
errorName: "HttpRequestValidationsError";
|
|
13
|
+
content: CandidApi.RequestValidationError[];
|
|
17
14
|
}
|
|
18
15
|
interface EntityNotFoundError extends _Utils {
|
|
19
16
|
errorName: "EntityNotFoundError";
|
|
@@ -27,13 +24,13 @@ export declare namespace Error {
|
|
|
27
24
|
_visit: <_Result>(visitor: CandidApi.encounterProviders.v2.updateSupervisingProvider.Error._Visitor<_Result>) => _Result;
|
|
28
25
|
}
|
|
29
26
|
interface _Visitor<_Result> {
|
|
30
|
-
|
|
27
|
+
httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => _Result;
|
|
31
28
|
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
32
29
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
33
30
|
}
|
|
34
31
|
}
|
|
35
32
|
export declare const Error: {
|
|
36
|
-
readonly
|
|
33
|
+
readonly httpRequestValidationsError: (value: CandidApi.RequestValidationError[]) => CandidApi.encounterProviders.v2.updateSupervisingProvider.Error.HttpRequestValidationsError;
|
|
37
34
|
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.encounterProviders.v2.updateSupervisingProvider.Error.EntityNotFoundError;
|
|
38
35
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.encounterProviders.v2.updateSupervisingProvider.Error._Unknown;
|
|
39
36
|
readonly _visit: <_Result>(value: CandidApi.encounterProviders.v2.updateSupervisingProvider.Error, visitor: CandidApi.encounterProviders.v2.updateSupervisingProvider.Error._Visitor<_Result>) => _Result;
|
package/dist/api/resources/encounterProviders/resources/v2/client/updateSupervisingProvider.js
CHANGED
|
@@ -29,10 +29,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.Error = void 0;
|
|
30
30
|
const CandidApi = __importStar(require("../../../../../index"));
|
|
31
31
|
exports.Error = {
|
|
32
|
-
|
|
32
|
+
httpRequestValidationsError: (value) => {
|
|
33
33
|
return {
|
|
34
34
|
content: value,
|
|
35
|
-
errorName: "
|
|
35
|
+
errorName: "HttpRequestValidationsError",
|
|
36
36
|
_visit: function (visitor) {
|
|
37
37
|
return CandidApi.encounterProviders.v2.updateSupervisingProvider.Error._visit(this, visitor);
|
|
38
38
|
},
|
|
@@ -58,8 +58,8 @@ exports.Error = {
|
|
|
58
58
|
},
|
|
59
59
|
_visit: (value, visitor) => {
|
|
60
60
|
switch (value.errorName) {
|
|
61
|
-
case "
|
|
62
|
-
return visitor.
|
|
61
|
+
case "HttpRequestValidationsError":
|
|
62
|
+
return visitor.httpRequestValidationsError(value.content);
|
|
63
63
|
case "EntityNotFoundError":
|
|
64
64
|
return visitor.entityNotFoundError(value.content);
|
|
65
65
|
default:
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* The billing provider is the provider or business entity submitting the claim.
|
|
7
|
+
* Billing provider may be, but is not necessarily, the same person/NPI as the rendering provider.
|
|
8
|
+
* From a payer's perspective, this represents the person or entity being reimbursed.
|
|
9
|
+
* When a contract exists with the target payer, the billing provider should be the entity contracted with the payer.
|
|
10
|
+
* In some circumstances, this will be an individual provider. In that case, submit that provider's NPI and the
|
|
11
|
+
* tax ID (TIN) that the provider gave to the payer during contracting.
|
|
12
|
+
* In other cases, the billing entity will be a medical group. If so, submit the group NPI and the group's tax ID.
|
|
13
|
+
* Box 33 on the CMS-1500 claim form.
|
|
14
|
+
*/
|
|
15
|
+
export interface BillingProviderUpdate extends CandidApi.encounterProviders.v2.EncounterProviderBase {
|
|
16
|
+
address?: CandidApi.StreetAddressLongZip;
|
|
17
|
+
/** If the provider has a contract with insurance, this must be the same tax ID given to the payer on an IRS W-9 form completed during contracting. */
|
|
18
|
+
taxId?: string;
|
|
19
|
+
npi?: string;
|
|
20
|
+
taxonomyCode?: string;
|
|
21
|
+
}
|
|
@@ -10,5 +10,6 @@ export * from "./SupervisingProviderUpdate";
|
|
|
10
10
|
export * from "./OrderingProvider";
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./BillingProvider";
|
|
13
|
+
export * from "./BillingProviderUpdate";
|
|
13
14
|
export * from "./ProviderId";
|
|
14
15
|
export * from "./EncounterProvider";
|
|
@@ -26,5 +26,6 @@ __exportStar(require("./SupervisingProviderUpdate"), exports);
|
|
|
26
26
|
__exportStar(require("./OrderingProvider"), exports);
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./BillingProvider"), exports);
|
|
29
|
+
__exportStar(require("./BillingProviderUpdate"), exports);
|
|
29
30
|
__exportStar(require("./ProviderId"), exports);
|
|
30
31
|
__exportStar(require("./EncounterProvider"), exports);
|
|
@@ -293,6 +293,10 @@ export declare class V4 {
|
|
|
293
293
|
* firstName: "string",
|
|
294
294
|
* lastName: "string",
|
|
295
295
|
* organizationName: "string"
|
|
296
|
+
* },
|
|
297
|
+
* testResult: {
|
|
298
|
+
* type: "hematocrit",
|
|
299
|
+
* value: 1.1
|
|
296
300
|
* }
|
|
297
301
|
* }],
|
|
298
302
|
* guarantor: {
|
|
@@ -570,6 +574,10 @@ export declare class V4 {
|
|
|
570
574
|
* firstName: "string",
|
|
571
575
|
* lastName: "string",
|
|
572
576
|
* organizationName: "string"
|
|
577
|
+
* },
|
|
578
|
+
* testResult: {
|
|
579
|
+
* type: "hematocrit",
|
|
580
|
+
* value: 1.1
|
|
573
581
|
* }
|
|
574
582
|
* }],
|
|
575
583
|
* externalClaimSubmission: {
|
|
@@ -859,6 +867,22 @@ export declare class V4 {
|
|
|
859
867
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
860
868
|
* emailConsent: true
|
|
861
869
|
* },
|
|
870
|
+
* billingProvider: {
|
|
871
|
+
* address: {
|
|
872
|
+
* address1: "123 Main St",
|
|
873
|
+
* address2: "Apt 1",
|
|
874
|
+
* city: "New York",
|
|
875
|
+
* state: CandidApi.State.Ny,
|
|
876
|
+
* zipCode: "10001",
|
|
877
|
+
* zipPlusFourCode: "1234"
|
|
878
|
+
* },
|
|
879
|
+
* taxId: "string",
|
|
880
|
+
* npi: "string",
|
|
881
|
+
* taxonomyCode: "string",
|
|
882
|
+
* firstName: "string",
|
|
883
|
+
* lastName: "string",
|
|
884
|
+
* organizationName: "string"
|
|
885
|
+
* },
|
|
862
886
|
* supervisingProvider: {
|
|
863
887
|
* npi: "string",
|
|
864
888
|
* taxonomyCode: "string",
|
|
@@ -132,7 +132,7 @@ class V4 {
|
|
|
132
132
|
Authorization: yield this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.34.
|
|
135
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
136
136
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
137
137
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
138
138
|
},
|
|
@@ -178,7 +178,7 @@ class V4 {
|
|
|
178
178
|
Authorization: yield this._getAuthorizationHeader(),
|
|
179
179
|
"X-Fern-Language": "JavaScript",
|
|
180
180
|
"X-Fern-SDK-Name": "candidhealth",
|
|
181
|
-
"X-Fern-SDK-Version": "0.34.
|
|
181
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
182
182
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
183
183
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
184
184
|
},
|
|
@@ -450,6 +450,10 @@ class V4 {
|
|
|
450
450
|
* firstName: "string",
|
|
451
451
|
* lastName: "string",
|
|
452
452
|
* organizationName: "string"
|
|
453
|
+
* },
|
|
454
|
+
* testResult: {
|
|
455
|
+
* type: "hematocrit",
|
|
456
|
+
* value: 1.1
|
|
453
457
|
* }
|
|
454
458
|
* }],
|
|
455
459
|
* guarantor: {
|
|
@@ -570,7 +574,7 @@ class V4 {
|
|
|
570
574
|
Authorization: yield this._getAuthorizationHeader(),
|
|
571
575
|
"X-Fern-Language": "JavaScript",
|
|
572
576
|
"X-Fern-SDK-Name": "candidhealth",
|
|
573
|
-
"X-Fern-SDK-Version": "0.34.
|
|
577
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
574
578
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
575
579
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
576
580
|
},
|
|
@@ -785,6 +789,10 @@ class V4 {
|
|
|
785
789
|
* firstName: "string",
|
|
786
790
|
* lastName: "string",
|
|
787
791
|
* organizationName: "string"
|
|
792
|
+
* },
|
|
793
|
+
* testResult: {
|
|
794
|
+
* type: "hematocrit",
|
|
795
|
+
* value: 1.1
|
|
788
796
|
* }
|
|
789
797
|
* }],
|
|
790
798
|
* externalClaimSubmission: {
|
|
@@ -884,7 +892,7 @@ class V4 {
|
|
|
884
892
|
Authorization: yield this._getAuthorizationHeader(),
|
|
885
893
|
"X-Fern-Language": "JavaScript",
|
|
886
894
|
"X-Fern-SDK-Name": "candidhealth",
|
|
887
|
-
"X-Fern-SDK-Version": "0.34.
|
|
895
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
888
896
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
889
897
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
890
898
|
},
|
|
@@ -1133,6 +1141,22 @@ class V4 {
|
|
|
1133
1141
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
1134
1142
|
* emailConsent: true
|
|
1135
1143
|
* },
|
|
1144
|
+
* billingProvider: {
|
|
1145
|
+
* address: {
|
|
1146
|
+
* address1: "123 Main St",
|
|
1147
|
+
* address2: "Apt 1",
|
|
1148
|
+
* city: "New York",
|
|
1149
|
+
* state: CandidApi.State.Ny,
|
|
1150
|
+
* zipCode: "10001",
|
|
1151
|
+
* zipPlusFourCode: "1234"
|
|
1152
|
+
* },
|
|
1153
|
+
* taxId: "string",
|
|
1154
|
+
* npi: "string",
|
|
1155
|
+
* taxonomyCode: "string",
|
|
1156
|
+
* firstName: "string",
|
|
1157
|
+
* lastName: "string",
|
|
1158
|
+
* organizationName: "string"
|
|
1159
|
+
* },
|
|
1136
1160
|
* supervisingProvider: {
|
|
1137
1161
|
* npi: "string",
|
|
1138
1162
|
* taxonomyCode: "string",
|
|
@@ -1192,7 +1216,7 @@ class V4 {
|
|
|
1192
1216
|
Authorization: yield this._getAuthorizationHeader(),
|
|
1193
1217
|
"X-Fern-Language": "JavaScript",
|
|
1194
1218
|
"X-Fern-SDK-Name": "candidhealth",
|
|
1195
|
-
"X-Fern-SDK-Version": "0.34.
|
|
1219
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
1196
1220
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
1197
1221
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
1198
1222
|
},
|
|
@@ -244,6 +244,10 @@ import * as CandidApi from "../../../../../../index";
|
|
|
244
244
|
* firstName: "string",
|
|
245
245
|
* lastName: "string",
|
|
246
246
|
* organizationName: "string"
|
|
247
|
+
* },
|
|
248
|
+
* testResult: {
|
|
249
|
+
* type: "hematocrit",
|
|
250
|
+
* value: 1.1
|
|
247
251
|
* }
|
|
248
252
|
* }],
|
|
249
253
|
* guarantor: {
|
|
@@ -148,6 +148,10 @@ import * as CandidApi from "../../../../../../index";
|
|
|
148
148
|
* firstName: "string",
|
|
149
149
|
* lastName: "string",
|
|
150
150
|
* organizationName: "string"
|
|
151
|
+
* },
|
|
152
|
+
* testResult: {
|
|
153
|
+
* type: "hematocrit",
|
|
154
|
+
* value: 1.1
|
|
151
155
|
* }
|
|
152
156
|
* }],
|
|
153
157
|
* externalClaimSubmission: {
|
|
@@ -198,6 +198,22 @@ import * as CandidApi from "../../../../../../index";
|
|
|
198
198
|
* email: CandidApi.Email("johndoe@joincandidhealth.com"),
|
|
199
199
|
* emailConsent: true
|
|
200
200
|
* },
|
|
201
|
+
* billingProvider: {
|
|
202
|
+
* address: {
|
|
203
|
+
* address1: "123 Main St",
|
|
204
|
+
* address2: "Apt 1",
|
|
205
|
+
* city: "New York",
|
|
206
|
+
* state: CandidApi.State.Ny,
|
|
207
|
+
* zipCode: "10001",
|
|
208
|
+
* zipPlusFourCode: "1234"
|
|
209
|
+
* },
|
|
210
|
+
* taxId: "string",
|
|
211
|
+
* npi: "string",
|
|
212
|
+
* taxonomyCode: "string",
|
|
213
|
+
* firstName: "string",
|
|
214
|
+
* lastName: "string",
|
|
215
|
+
* organizationName: "string"
|
|
216
|
+
* },
|
|
201
217
|
* supervisingProvider: {
|
|
202
218
|
* npi: "string",
|
|
203
219
|
* taxonomyCode: "string",
|
|
@@ -427,6 +443,11 @@ export interface EncounterUpdate {
|
|
|
427
443
|
*
|
|
428
444
|
*/
|
|
429
445
|
guarantor?: CandidApi.guarantor.v1.GuarantorUpdate;
|
|
446
|
+
/**
|
|
447
|
+
* The billing provider is the provider or business entity submitting the claim. Billing provider may be, but is not necessarily, the same person/NPI as the rendering provider. From a payer's perspective, this represents the person or entity being reimbursed. When a contract exists with the target payer, the billing provider should be the entity contracted with the payer. In some circumstances, this will be an individual provider. In that case, submit that provider's NPI and the tax ID (TIN) that the provider gave to the payer during contracting. In other cases, the billing entity will be a medical group. If so, submit the group NPI and the group's tax ID. Box 33 on the CMS-1500 claim form.
|
|
448
|
+
*
|
|
449
|
+
*/
|
|
450
|
+
billingProvider?: CandidApi.encounterProviders.v2.BillingProviderUpdate;
|
|
430
451
|
/**
|
|
431
452
|
* Required when the rendering provider is supervised by a physician. If not required by this implementation guide, do not send.
|
|
432
453
|
*
|
|
@@ -73,7 +73,11 @@ import * as CandidApi from "../../../../../index";
|
|
|
73
73
|
* endDate: CandidApi.Date_("2023-01-03")
|
|
74
74
|
* },
|
|
75
75
|
* dateOfService: "2023-01-01",
|
|
76
|
-
* endDateOfService: "2023-01-03"
|
|
76
|
+
* endDateOfService: "2023-01-03",
|
|
77
|
+
* testResult: {
|
|
78
|
+
* type: "hemoglobin",
|
|
79
|
+
* value: 2.4
|
|
80
|
+
* }
|
|
77
81
|
* }],
|
|
78
82
|
* eras: [{
|
|
79
83
|
* eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
|
|
@@ -74,7 +74,11 @@ import * as CandidApi from "../../../../../index";
|
|
|
74
74
|
* endDate: CandidApi.Date_("2023-01-03")
|
|
75
75
|
* },
|
|
76
76
|
* dateOfService: "2023-01-01",
|
|
77
|
-
* endDateOfService: "2023-01-03"
|
|
77
|
+
* endDateOfService: "2023-01-03",
|
|
78
|
+
* testResult: {
|
|
79
|
+
* type: "hemoglobin",
|
|
80
|
+
* value: 2.4
|
|
81
|
+
* }
|
|
78
82
|
* }],
|
|
79
83
|
* eras: [{
|
|
80
84
|
* eraId: CandidApi.EraId("4D844EF1-2253-43CD-A4F1-6DB7E65CB54B"),
|
|
@@ -79,7 +79,7 @@ class V1 {
|
|
|
79
79
|
Authorization: yield this._getAuthorizationHeader(),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "candidhealth",
|
|
82
|
-
"X-Fern-SDK-Version": "0.34.
|
|
82
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
83
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
85
|
},
|
|
@@ -96,7 +96,7 @@ class V2 {
|
|
|
96
96
|
Authorization: yield this._getAuthorizationHeader(),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "candidhealth",
|
|
99
|
-
"X-Fern-SDK-Version": "0.34.
|
|
99
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
100
100
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
101
101
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
102
102
|
},
|
|
@@ -189,7 +189,7 @@ class V2 {
|
|
|
189
189
|
Authorization: yield this._getAuthorizationHeader(),
|
|
190
190
|
"X-Fern-Language": "JavaScript",
|
|
191
191
|
"X-Fern-SDK-Name": "candidhealth",
|
|
192
|
-
"X-Fern-SDK-Version": "0.34.
|
|
192
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
193
193
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
194
194
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
195
195
|
},
|
|
@@ -86,7 +86,7 @@ class V3 {
|
|
|
86
86
|
Authorization: yield this._getAuthorizationHeader(),
|
|
87
87
|
"X-Fern-Language": "JavaScript",
|
|
88
88
|
"X-Fern-SDK-Name": "candidhealth",
|
|
89
|
-
"X-Fern-SDK-Version": "0.34.
|
|
89
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
90
90
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
91
91
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
92
92
|
},
|
|
@@ -82,7 +82,7 @@ class V1 {
|
|
|
82
82
|
Authorization: yield this._getAuthorizationHeader(),
|
|
83
83
|
"X-Fern-Language": "JavaScript",
|
|
84
84
|
"X-Fern-SDK-Name": "candidhealth",
|
|
85
|
-
"X-Fern-SDK-Version": "0.34.
|
|
85
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
86
86
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
87
87
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
88
88
|
},
|
|
@@ -68,7 +68,7 @@ class V3 {
|
|
|
68
68
|
Authorization: yield this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.34.
|
|
71
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -131,7 +131,7 @@ class V3 {
|
|
|
131
131
|
Authorization: yield this._getAuthorizationHeader(),
|
|
132
132
|
"X-Fern-Language": "JavaScript",
|
|
133
133
|
"X-Fern-SDK-Name": "candidhealth",
|
|
134
|
-
"X-Fern-SDK-Version": "0.34.
|
|
134
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
135
135
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
136
136
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
137
137
|
},
|
|
@@ -274,7 +274,7 @@ class V3 {
|
|
|
274
274
|
Authorization: yield this._getAuthorizationHeader(),
|
|
275
275
|
"X-Fern-Language": "JavaScript",
|
|
276
276
|
"X-Fern-SDK-Name": "candidhealth",
|
|
277
|
-
"X-Fern-SDK-Version": "0.34.
|
|
277
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
278
278
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
279
279
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
280
280
|
},
|
|
@@ -401,7 +401,7 @@ class V3 {
|
|
|
401
401
|
Authorization: yield this._getAuthorizationHeader(),
|
|
402
402
|
"X-Fern-Language": "JavaScript",
|
|
403
403
|
"X-Fern-SDK-Name": "candidhealth",
|
|
404
|
-
"X-Fern-SDK-Version": "0.34.
|
|
404
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
405
405
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
406
406
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
407
407
|
},
|
|
@@ -449,7 +449,7 @@ class V3 {
|
|
|
449
449
|
Authorization: yield this._getAuthorizationHeader(),
|
|
450
450
|
"X-Fern-Language": "JavaScript",
|
|
451
451
|
"X-Fern-SDK-Name": "candidhealth",
|
|
452
|
-
"X-Fern-SDK-Version": "0.34.
|
|
452
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
453
453
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
454
454
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
455
455
|
},
|
|
@@ -531,7 +531,7 @@ class V3 {
|
|
|
531
531
|
Authorization: yield this._getAuthorizationHeader(),
|
|
532
532
|
"X-Fern-Language": "JavaScript",
|
|
533
533
|
"X-Fern-SDK-Name": "candidhealth",
|
|
534
|
-
"X-Fern-SDK-Version": "0.34.
|
|
534
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
535
535
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
536
536
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
537
537
|
},
|
|
@@ -596,7 +596,7 @@ class V3 {
|
|
|
596
596
|
Authorization: yield this._getAuthorizationHeader(),
|
|
597
597
|
"X-Fern-Language": "JavaScript",
|
|
598
598
|
"X-Fern-SDK-Name": "candidhealth",
|
|
599
|
-
"X-Fern-SDK-Version": "0.34.
|
|
599
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
600
600
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
601
601
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
602
602
|
},
|
|
@@ -652,7 +652,7 @@ class V3 {
|
|
|
652
652
|
Authorization: yield this._getAuthorizationHeader(),
|
|
653
653
|
"X-Fern-Language": "JavaScript",
|
|
654
654
|
"X-Fern-SDK-Name": "candidhealth",
|
|
655
|
-
"X-Fern-SDK-Version": "0.34.
|
|
655
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
656
656
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
657
657
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
658
658
|
},
|
|
@@ -709,7 +709,7 @@ class V3 {
|
|
|
709
709
|
Authorization: yield this._getAuthorizationHeader(),
|
|
710
710
|
"X-Fern-Language": "JavaScript",
|
|
711
711
|
"X-Fern-SDK-Name": "candidhealth",
|
|
712
|
-
"X-Fern-SDK-Version": "0.34.
|
|
712
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
713
713
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
714
714
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
715
715
|
},
|
|
@@ -762,7 +762,7 @@ class V3 {
|
|
|
762
762
|
Authorization: yield this._getAuthorizationHeader(),
|
|
763
763
|
"X-Fern-Language": "JavaScript",
|
|
764
764
|
"X-Fern-SDK-Name": "candidhealth",
|
|
765
|
-
"X-Fern-SDK-Version": "0.34.
|
|
765
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
766
766
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
767
767
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
768
768
|
},
|
|
@@ -89,7 +89,7 @@ class V1 {
|
|
|
89
89
|
Authorization: yield this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.34.
|
|
92
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
93
93
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
94
94
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
95
95
|
},
|
|
@@ -152,7 +152,7 @@ class V1 {
|
|
|
152
152
|
Authorization: yield this._getAuthorizationHeader(),
|
|
153
153
|
"X-Fern-Language": "JavaScript",
|
|
154
154
|
"X-Fern-SDK-Name": "candidhealth",
|
|
155
|
-
"X-Fern-SDK-Version": "0.34.
|
|
155
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
156
156
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
157
157
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
158
158
|
},
|
|
@@ -220,7 +220,7 @@ class V1 {
|
|
|
220
220
|
Authorization: yield this._getAuthorizationHeader(),
|
|
221
221
|
"X-Fern-Language": "JavaScript",
|
|
222
222
|
"X-Fern-SDK-Name": "candidhealth",
|
|
223
|
-
"X-Fern-SDK-Version": "0.34.
|
|
223
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
224
224
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
225
225
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
226
226
|
},
|
|
@@ -84,7 +84,7 @@ class V1 {
|
|
|
84
84
|
Authorization: yield this._getAuthorizationHeader(),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "candidhealth",
|
|
87
|
-
"X-Fern-SDK-Version": "0.34.
|
|
87
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -197,7 +197,7 @@ class V1 {
|
|
|
197
197
|
Authorization: yield this._getAuthorizationHeader(),
|
|
198
198
|
"X-Fern-Language": "JavaScript",
|
|
199
199
|
"X-Fern-SDK-Name": "candidhealth",
|
|
200
|
-
"X-Fern-SDK-Version": "0.34.
|
|
200
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
201
201
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
202
202
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
203
203
|
},
|
|
@@ -245,7 +245,7 @@ class V1 {
|
|
|
245
245
|
Authorization: yield this._getAuthorizationHeader(),
|
|
246
246
|
"X-Fern-Language": "JavaScript",
|
|
247
247
|
"X-Fern-SDK-Name": "candidhealth",
|
|
248
|
-
"X-Fern-SDK-Version": "0.34.
|
|
248
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
249
249
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
250
250
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
251
251
|
},
|
|
@@ -322,7 +322,7 @@ class V1 {
|
|
|
322
322
|
Authorization: yield this._getAuthorizationHeader(),
|
|
323
323
|
"X-Fern-Language": "JavaScript",
|
|
324
324
|
"X-Fern-SDK-Name": "candidhealth",
|
|
325
|
-
"X-Fern-SDK-Version": "0.34.
|
|
325
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
326
326
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
327
327
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
328
328
|
},
|
|
@@ -68,7 +68,7 @@ class V1 {
|
|
|
68
68
|
Authorization: yield this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.34.
|
|
71
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -152,7 +152,7 @@ class V1 {
|
|
|
152
152
|
Authorization: yield this._getAuthorizationHeader(),
|
|
153
153
|
"X-Fern-Language": "JavaScript",
|
|
154
154
|
"X-Fern-SDK-Name": "candidhealth",
|
|
155
|
-
"X-Fern-SDK-Version": "0.34.
|
|
155
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
156
156
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
157
157
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
158
158
|
},
|
|
@@ -216,7 +216,7 @@ class V1 {
|
|
|
216
216
|
Authorization: yield this._getAuthorizationHeader(),
|
|
217
217
|
"X-Fern-Language": "JavaScript",
|
|
218
218
|
"X-Fern-SDK-Name": "candidhealth",
|
|
219
|
-
"X-Fern-SDK-Version": "0.34.
|
|
219
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
220
220
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
221
221
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
222
222
|
},
|
|
@@ -103,7 +103,7 @@ class V1 {
|
|
|
103
103
|
Authorization: yield this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.34.
|
|
106
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
107
107
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
108
108
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
109
109
|
},
|
|
@@ -167,7 +167,7 @@ class V1 {
|
|
|
167
167
|
Authorization: yield this._getAuthorizationHeader(),
|
|
168
168
|
"X-Fern-Language": "JavaScript",
|
|
169
169
|
"X-Fern-SDK-Name": "candidhealth",
|
|
170
|
-
"X-Fern-SDK-Version": "0.34.
|
|
170
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
171
171
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
172
172
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
173
173
|
},
|
|
@@ -245,7 +245,7 @@ class V1 {
|
|
|
245
245
|
Authorization: yield this._getAuthorizationHeader(),
|
|
246
246
|
"X-Fern-Language": "JavaScript",
|
|
247
247
|
"X-Fern-SDK-Name": "candidhealth",
|
|
248
|
-
"X-Fern-SDK-Version": "0.34.
|
|
248
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
249
249
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
250
250
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
251
251
|
},
|
|
@@ -319,7 +319,7 @@ class V1 {
|
|
|
319
319
|
Authorization: yield this._getAuthorizationHeader(),
|
|
320
320
|
"X-Fern-Language": "JavaScript",
|
|
321
321
|
"X-Fern-SDK-Name": "candidhealth",
|
|
322
|
-
"X-Fern-SDK-Version": "0.34.
|
|
322
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
323
323
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
324
324
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
325
325
|
},
|
|
@@ -387,7 +387,7 @@ class V1 {
|
|
|
387
387
|
Authorization: yield this._getAuthorizationHeader(),
|
|
388
388
|
"X-Fern-Language": "JavaScript",
|
|
389
389
|
"X-Fern-SDK-Name": "candidhealth",
|
|
390
|
-
"X-Fern-SDK-Version": "0.34.
|
|
390
|
+
"X-Fern-SDK-Version": "0.34.5",
|
|
391
391
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
392
392
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
393
393
|
},
|