candidhealth 1.17.2 → 1.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +2 -2
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +7 -1
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +9 -0
- package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +12 -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/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -0
- package/api/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +7 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +9 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +12 -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/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.d.ts +1 -0
- package/dist/api/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +2 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +7 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +39 -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/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +219 -219
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.js +2 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.d.ts +7 -0
- package/serialization/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentificationQualifier.js +39 -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/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts +2 -0
- package/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.js +2 -0
- package/serialization/resources/tasks/resources/commons/types/TaskType.d.ts +1 -1
- package/serialization/resources/tasks/resources/commons/types/TaskType.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/Client.js
CHANGED
|
@@ -90,8 +90,8 @@ class CandidApiClient {
|
|
|
90
90
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
|
|
91
91
|
"X-Fern-Language": "JavaScript",
|
|
92
92
|
"X-Fern-SDK-Name": "candidhealth",
|
|
93
|
-
"X-Fern-SDK-Version": "1.17.
|
|
94
|
-
"User-Agent": "candidhealth/1.17.
|
|
93
|
+
"X-Fern-SDK-Version": "1.17.3",
|
|
94
|
+
"User-Agent": "candidhealth/1.17.3",
|
|
95
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
96
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
97
97
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
package/api/resources/encounterProviders/resources/v2/types/ProviderSecondaryIdentification.d.ts
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
1
2
|
export interface ProviderSecondaryIdentification {
|
|
2
|
-
/** Value cannot exceed 50 characters */
|
|
3
|
+
/** Represents REF02 on the EDI 837 Loop 2010BB Billing Provider Secondary Identification segment. Value cannot exceed 50 characters */
|
|
3
4
|
referenceIdentification: string;
|
|
5
|
+
/**
|
|
6
|
+
* Represents REF01 on the EDI 837 Loop 2010BB Billing Provider Secondary Identification segment.
|
|
7
|
+
* Valid values include G2 (Provider Commercial Number) and LU (Location Number). Defaults to G2 if not set.
|
|
8
|
+
*/
|
|
9
|
+
referenceIdentificationQualifier?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentificationQualifier;
|
|
4
10
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const ProviderSecondaryIdentificationQualifier: {
|
|
2
|
+
/**
|
|
3
|
+
* Provider Commercial Number */
|
|
4
|
+
readonly G2: "G2";
|
|
5
|
+
/**
|
|
6
|
+
* Location Number */
|
|
7
|
+
readonly Lu: "LU";
|
|
8
|
+
};
|
|
9
|
+
export type ProviderSecondaryIdentificationQualifier = (typeof ProviderSecondaryIdentificationQualifier)[keyof typeof ProviderSecondaryIdentificationQualifier];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ProviderSecondaryIdentificationQualifier = void 0;
|
|
5
|
+
exports.ProviderSecondaryIdentificationQualifier = {
|
|
6
|
+
/**
|
|
7
|
+
* Provider Commercial Number */
|
|
8
|
+
G2: "G2",
|
|
9
|
+
/**
|
|
10
|
+
* Location Number */
|
|
11
|
+
Lu: "LU",
|
|
12
|
+
};
|
|
@@ -11,6 +11,7 @@ export * from "./OrderingProviderOptional";
|
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./ProviderId";
|
|
13
13
|
export * from "./ProviderSecondaryIdentification";
|
|
14
|
+
export * from "./ProviderSecondaryIdentificationQualifier";
|
|
14
15
|
export * from "./ReferringProvider";
|
|
15
16
|
export * from "./ReferringProviderUpdate";
|
|
16
17
|
export * from "./ReferringProviderUpdateWithOptionalAddress";
|
|
@@ -27,6 +27,7 @@ __exportStar(require("./OrderingProviderOptional"), exports);
|
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./ProviderId"), exports);
|
|
29
29
|
__exportStar(require("./ProviderSecondaryIdentification"), exports);
|
|
30
|
+
__exportStar(require("./ProviderSecondaryIdentificationQualifier"), exports);
|
|
30
31
|
__exportStar(require("./ReferringProvider"), exports);
|
|
31
32
|
__exportStar(require("./ReferringProviderUpdate"), exports);
|
|
32
33
|
__exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
|
|
@@ -11,5 +11,6 @@ export declare const TaskType: {
|
|
|
11
11
|
readonly PayerConfigurationError: "PAYER_CONFIGURATION_ERROR";
|
|
12
12
|
readonly DenialResolution: "DENIAL_RESOLUTION";
|
|
13
13
|
readonly MissingEnrollment: "MISSING_ENROLLMENT";
|
|
14
|
+
readonly ChargeCaptureUpdate: "CHARGE_CAPTURE_UPDATE";
|
|
14
15
|
};
|
|
15
16
|
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
package/dist/Client.js
CHANGED
|
@@ -90,8 +90,8 @@ class CandidApiClient {
|
|
|
90
90
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
|
|
91
91
|
"X-Fern-Language": "JavaScript",
|
|
92
92
|
"X-Fern-SDK-Name": "candidhealth",
|
|
93
|
-
"X-Fern-SDK-Version": "1.17.
|
|
94
|
-
"User-Agent": "candidhealth/1.17.
|
|
93
|
+
"X-Fern-SDK-Version": "1.17.3",
|
|
94
|
+
"User-Agent": "candidhealth/1.17.3",
|
|
95
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
96
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
97
97
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../index";
|
|
1
2
|
export interface ProviderSecondaryIdentification {
|
|
2
|
-
/** Value cannot exceed 50 characters */
|
|
3
|
+
/** Represents REF02 on the EDI 837 Loop 2010BB Billing Provider Secondary Identification segment. Value cannot exceed 50 characters */
|
|
3
4
|
referenceIdentification: string;
|
|
5
|
+
/**
|
|
6
|
+
* Represents REF01 on the EDI 837 Loop 2010BB Billing Provider Secondary Identification segment.
|
|
7
|
+
* Valid values include G2 (Provider Commercial Number) and LU (Location Number). Defaults to G2 if not set.
|
|
8
|
+
*/
|
|
9
|
+
referenceIdentificationQualifier?: CandidApi.encounterProviders.v2.ProviderSecondaryIdentificationQualifier;
|
|
4
10
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const ProviderSecondaryIdentificationQualifier: {
|
|
2
|
+
/**
|
|
3
|
+
* Provider Commercial Number */
|
|
4
|
+
readonly G2: "G2";
|
|
5
|
+
/**
|
|
6
|
+
* Location Number */
|
|
7
|
+
readonly Lu: "LU";
|
|
8
|
+
};
|
|
9
|
+
export type ProviderSecondaryIdentificationQualifier = (typeof ProviderSecondaryIdentificationQualifier)[keyof typeof ProviderSecondaryIdentificationQualifier];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ProviderSecondaryIdentificationQualifier = void 0;
|
|
5
|
+
exports.ProviderSecondaryIdentificationQualifier = {
|
|
6
|
+
/**
|
|
7
|
+
* Provider Commercial Number */
|
|
8
|
+
G2: "G2",
|
|
9
|
+
/**
|
|
10
|
+
* Location Number */
|
|
11
|
+
Lu: "LU",
|
|
12
|
+
};
|
|
@@ -11,6 +11,7 @@ export * from "./OrderingProviderOptional";
|
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./ProviderId";
|
|
13
13
|
export * from "./ProviderSecondaryIdentification";
|
|
14
|
+
export * from "./ProviderSecondaryIdentificationQualifier";
|
|
14
15
|
export * from "./ReferringProvider";
|
|
15
16
|
export * from "./ReferringProviderUpdate";
|
|
16
17
|
export * from "./ReferringProviderUpdateWithOptionalAddress";
|
|
@@ -27,6 +27,7 @@ __exportStar(require("./OrderingProviderOptional"), exports);
|
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./ProviderId"), exports);
|
|
29
29
|
__exportStar(require("./ProviderSecondaryIdentification"), exports);
|
|
30
|
+
__exportStar(require("./ProviderSecondaryIdentificationQualifier"), exports);
|
|
30
31
|
__exportStar(require("./ReferringProvider"), exports);
|
|
31
32
|
__exportStar(require("./ReferringProviderUpdate"), exports);
|
|
32
33
|
__exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
|
|
@@ -11,5 +11,6 @@ export declare const TaskType: {
|
|
|
11
11
|
readonly PayerConfigurationError: "PAYER_CONFIGURATION_ERROR";
|
|
12
12
|
readonly DenialResolution: "DENIAL_RESOLUTION";
|
|
13
13
|
readonly MissingEnrollment: "MISSING_ENROLLMENT";
|
|
14
|
+
readonly ChargeCaptureUpdate: "CHARGE_CAPTURE_UPDATE";
|
|
14
15
|
};
|
|
15
16
|
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type * as CandidApi from "../../../../../../api/index";
|
|
2
2
|
import * as core from "../../../../../../core";
|
|
3
3
|
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { ProviderSecondaryIdentificationQualifier } from "./ProviderSecondaryIdentificationQualifier";
|
|
4
5
|
export declare const ProviderSecondaryIdentification: core.serialization.ObjectSchema<serializers.encounterProviders.v2.ProviderSecondaryIdentification.Raw, CandidApi.encounterProviders.v2.ProviderSecondaryIdentification>;
|
|
5
6
|
export declare namespace ProviderSecondaryIdentification {
|
|
6
7
|
interface Raw {
|
|
7
8
|
reference_identification: string;
|
|
9
|
+
reference_identification_qualifier?: ProviderSecondaryIdentificationQualifier.Raw | null;
|
|
8
10
|
}
|
|
9
11
|
}
|
|
@@ -36,6 +36,8 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ProviderSecondaryIdentification = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const ProviderSecondaryIdentificationQualifier_1 = require("./ProviderSecondaryIdentificationQualifier");
|
|
39
40
|
exports.ProviderSecondaryIdentification = core.serialization.object({
|
|
40
41
|
referenceIdentification: core.serialization.property("reference_identification", core.serialization.string()),
|
|
42
|
+
referenceIdentificationQualifier: core.serialization.property("reference_identification_qualifier", ProviderSecondaryIdentificationQualifier_1.ProviderSecondaryIdentificationQualifier.optional()),
|
|
41
43
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
export declare const ProviderSecondaryIdentificationQualifier: core.serialization.Schema<serializers.encounterProviders.v2.ProviderSecondaryIdentificationQualifier.Raw, CandidApi.encounterProviders.v2.ProviderSecondaryIdentificationQualifier>;
|
|
5
|
+
export declare namespace ProviderSecondaryIdentificationQualifier {
|
|
6
|
+
type Raw = "G2" | "LU";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ProviderSecondaryIdentificationQualifier = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
exports.ProviderSecondaryIdentificationQualifier = core.serialization.enum_(["G2", "LU"]);
|
|
@@ -11,6 +11,7 @@ export * from "./OrderingProviderOptional";
|
|
|
11
11
|
export * from "./OrderingProviderUpdate";
|
|
12
12
|
export * from "./ProviderId";
|
|
13
13
|
export * from "./ProviderSecondaryIdentification";
|
|
14
|
+
export * from "./ProviderSecondaryIdentificationQualifier";
|
|
14
15
|
export * from "./ReferringProvider";
|
|
15
16
|
export * from "./ReferringProviderUpdate";
|
|
16
17
|
export * from "./ReferringProviderUpdateWithOptionalAddress";
|
|
@@ -27,6 +27,7 @@ __exportStar(require("./OrderingProviderOptional"), exports);
|
|
|
27
27
|
__exportStar(require("./OrderingProviderUpdate"), exports);
|
|
28
28
|
__exportStar(require("./ProviderId"), exports);
|
|
29
29
|
__exportStar(require("./ProviderSecondaryIdentification"), exports);
|
|
30
|
+
__exportStar(require("./ProviderSecondaryIdentificationQualifier"), exports);
|
|
30
31
|
__exportStar(require("./ReferringProvider"), exports);
|
|
31
32
|
__exportStar(require("./ReferringProviderUpdate"), exports);
|
|
32
33
|
__exportStar(require("./ReferringProviderUpdateWithOptionalAddress"), exports);
|
package/dist/serialization/resources/insuranceCards/resources/v2/types/InsuranceCardBase.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import type * as serializers from "../../../../../index";
|
|
|
4
4
|
import { InsuranceTypeCode } from "../../../../commons/types/InsuranceTypeCode";
|
|
5
5
|
import { PayerPlanGroupId } from "../../../../commons/types/PayerPlanGroupId";
|
|
6
6
|
import { SourceOfPaymentCode } from "../../../../commons/types/SourceOfPaymentCode";
|
|
7
|
+
import { StreetAddressLongZip } from "../../../../commons/types/StreetAddressLongZip";
|
|
7
8
|
export declare const InsuranceCardBase: core.serialization.ObjectSchema<serializers.insuranceCards.v2.InsuranceCardBase.Raw, CandidApi.insuranceCards.v2.InsuranceCardBase>;
|
|
8
9
|
export declare namespace InsuranceCardBase {
|
|
9
10
|
interface Raw {
|
|
@@ -12,5 +13,6 @@ export declare namespace InsuranceCardBase {
|
|
|
12
13
|
plan_type?: SourceOfPaymentCode.Raw | null;
|
|
13
14
|
insurance_type?: InsuranceTypeCode.Raw | null;
|
|
14
15
|
payer_plan_group_id?: PayerPlanGroupId.Raw | null;
|
|
16
|
+
payer_address?: StreetAddressLongZip.Raw | null;
|
|
15
17
|
}
|
|
16
18
|
}
|
|
@@ -39,10 +39,12 @@ const core = __importStar(require("../../../../../../core"));
|
|
|
39
39
|
const InsuranceTypeCode_1 = require("../../../../commons/types/InsuranceTypeCode");
|
|
40
40
|
const PayerPlanGroupId_1 = require("../../../../commons/types/PayerPlanGroupId");
|
|
41
41
|
const SourceOfPaymentCode_1 = require("../../../../commons/types/SourceOfPaymentCode");
|
|
42
|
+
const StreetAddressLongZip_1 = require("../../../../commons/types/StreetAddressLongZip");
|
|
42
43
|
exports.InsuranceCardBase = core.serialization.object({
|
|
43
44
|
groupNumber: core.serialization.property("group_number", core.serialization.string().optional()),
|
|
44
45
|
planName: core.serialization.property("plan_name", core.serialization.string().optional()),
|
|
45
46
|
planType: core.serialization.property("plan_type", SourceOfPaymentCode_1.SourceOfPaymentCode.optional()),
|
|
46
47
|
insuranceType: core.serialization.property("insurance_type", InsuranceTypeCode_1.InsuranceTypeCode.optional()),
|
|
47
48
|
payerPlanGroupId: core.serialization.property("payer_plan_group_id", PayerPlanGroupId_1.PayerPlanGroupId.optional()),
|
|
49
|
+
payerAddress: core.serialization.property("payer_address", StreetAddressLongZip_1.StreetAddressLongZip.optional()),
|
|
48
50
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../../../core";
|
|
|
3
3
|
import type * as serializers from "../../../../../index";
|
|
4
4
|
export declare const TaskType: core.serialization.Schema<serializers.tasks.TaskType.Raw, CandidApi.tasks.TaskType>;
|
|
5
5
|
export declare namespace TaskType {
|
|
6
|
-
type Raw = "CUSTOMER_DATA_REQUEST" | "CLAIM_SUBMISSION_RUN_VALIDATIONS_FAILURE" | "CLAIM_SUBMISSION_SUBMIT_CLAIM_FAILURE" | "CLAIM_SUBMISSION_TRANSFORM_FAILURE" | "CODE_CLAIM" | "CODE_CLAIM_REVIEW" | "ELIGIBILITY" | "CLAIM_FOLLOW_UP" | "REJECTION_RESOLUTION" | "PAYER_CONFIGURATION_ERROR" | "DENIAL_RESOLUTION" | "MISSING_ENROLLMENT";
|
|
6
|
+
type Raw = "CUSTOMER_DATA_REQUEST" | "CLAIM_SUBMISSION_RUN_VALIDATIONS_FAILURE" | "CLAIM_SUBMISSION_SUBMIT_CLAIM_FAILURE" | "CLAIM_SUBMISSION_TRANSFORM_FAILURE" | "CODE_CLAIM" | "CODE_CLAIM_REVIEW" | "ELIGIBILITY" | "CLAIM_FOLLOW_UP" | "REJECTION_RESOLUTION" | "PAYER_CONFIGURATION_ERROR" | "DENIAL_RESOLUTION" | "MISSING_ENROLLMENT" | "CHARGE_CAPTURE_UPDATE";
|
|
7
7
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.17.
|
|
1
|
+
export declare const SDK_VERSION = "1.17.3";
|
package/dist/version.js
CHANGED