candidhealth 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.js +6 -3
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -3
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +6 -3
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +6 -3
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -3
- 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/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +6 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -3
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/package.json +1 -1
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as CandidApi from "../../../../..";
|
|
5
5
|
import * as core from "../../../../../../core";
|
|
6
|
-
export declare type Error = CandidApi.organizationProviders.v3.update.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.update.Error.EntityNotFoundError | CandidApi.organizationProviders.v3.update.Error._Unknown;
|
|
6
|
+
export declare type Error = CandidApi.organizationProviders.v3.update.Error.HttpRequestValidationError | CandidApi.organizationProviders.v3.update.Error.EntityNotFoundError | CandidApi.organizationProviders.v3.update.Error.UpdatesDisabledDueToExternalSystemIntegrationError | CandidApi.organizationProviders.v3.update.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface HttpRequestValidationError extends _Utils {
|
|
9
9
|
errorName: "HttpRequestValidationError";
|
|
@@ -13,6 +13,10 @@ export declare namespace Error {
|
|
|
13
13
|
errorName: "EntityNotFoundError";
|
|
14
14
|
content: CandidApi.EntityNotFoundErrorMessage;
|
|
15
15
|
}
|
|
16
|
+
interface UpdatesDisabledDueToExternalSystemIntegrationError extends _Utils {
|
|
17
|
+
errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
|
|
18
|
+
content: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage;
|
|
19
|
+
}
|
|
16
20
|
interface _Unknown extends _Utils {
|
|
17
21
|
errorName: void;
|
|
18
22
|
content: core.Fetcher.Error;
|
|
@@ -23,12 +27,14 @@ export declare namespace Error {
|
|
|
23
27
|
interface _Visitor<_Result> {
|
|
24
28
|
httpRequestValidationError: (value: CandidApi.RequestValidationError) => _Result;
|
|
25
29
|
entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => _Result;
|
|
30
|
+
updatesDisabledDueToExternalSystemIntegrationError: (value: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage) => _Result;
|
|
26
31
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
27
32
|
}
|
|
28
33
|
}
|
|
29
34
|
export declare const Error: {
|
|
30
35
|
readonly httpRequestValidationError: (value: CandidApi.RequestValidationError) => CandidApi.organizationProviders.v3.update.Error.HttpRequestValidationError;
|
|
31
36
|
readonly entityNotFoundError: (value: CandidApi.EntityNotFoundErrorMessage) => CandidApi.organizationProviders.v3.update.Error.EntityNotFoundError;
|
|
37
|
+
readonly updatesDisabledDueToExternalSystemIntegrationError: (value: CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage) => CandidApi.organizationProviders.v3.update.Error.UpdatesDisabledDueToExternalSystemIntegrationError;
|
|
32
38
|
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.organizationProviders.v3.update.Error._Unknown;
|
|
33
39
|
readonly _visit: <_Result>(value: CandidApi.organizationProviders.v3.update.Error, visitor: CandidApi.organizationProviders.v3.update.Error._Visitor<_Result>) => _Result;
|
|
34
40
|
};
|
|
@@ -47,6 +47,15 @@ exports.Error = {
|
|
|
47
47
|
},
|
|
48
48
|
};
|
|
49
49
|
},
|
|
50
|
+
updatesDisabledDueToExternalSystemIntegrationError: (value) => {
|
|
51
|
+
return {
|
|
52
|
+
content: value,
|
|
53
|
+
errorName: "UpdatesDisabledDueToExternalSystemIntegrationError",
|
|
54
|
+
_visit: function (visitor) {
|
|
55
|
+
return CandidApi.organizationProviders.v3.update.Error._visit(this, visitor);
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
},
|
|
50
59
|
_unknown: (fetcherError) => {
|
|
51
60
|
return {
|
|
52
61
|
errorName: undefined,
|
|
@@ -62,6 +71,8 @@ exports.Error = {
|
|
|
62
71
|
return visitor.httpRequestValidationError(value.content);
|
|
63
72
|
case "EntityNotFoundError":
|
|
64
73
|
return visitor.entityNotFoundError(value.content);
|
|
74
|
+
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
75
|
+
return visitor.updatesDisabledDueToExternalSystemIntegrationError(value.content);
|
|
65
76
|
default:
|
|
66
77
|
return visitor._other(value);
|
|
67
78
|
}
|
|
@@ -14,11 +14,13 @@ export declare class V4 {
|
|
|
14
14
|
protected readonly options: V4.Options;
|
|
15
15
|
constructor(options: V4.Options);
|
|
16
16
|
/**
|
|
17
|
+
* **This endpoint is incubating.**
|
|
17
18
|
* Retrieves a previously created patient payment by its `patient_payment_id`.
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
get(patientPaymentId: CandidApi.patientPayments.v4.PatientPaymentId): Promise<core.APIResponse<CandidApi.patientPayments.v4.PatientPayment, CandidApi.patientPayments.v4.get.Error>>;
|
|
21
22
|
/**
|
|
23
|
+
* **This endpoint is incubating.**
|
|
22
24
|
* Creates a new patient payment record and returns the newly created PatientPayment object.
|
|
23
25
|
* The allocations can describe whether the payment is being applied toward a specific service line,
|
|
24
26
|
* claim, or billing provider.
|
|
@@ -26,6 +28,7 @@ export declare class V4 {
|
|
|
26
28
|
*/
|
|
27
29
|
create(request: CandidApi.patientPayments.v4.PatientPaymentCreate): Promise<core.APIResponse<CandidApi.patientPayments.v4.PatientPayment, CandidApi.patientPayments.v4.create.Error>>;
|
|
28
30
|
/**
|
|
31
|
+
* **This endpoint is incubating.**
|
|
29
32
|
* Deletes the patient payment record matching the provided patient_payment_id.
|
|
30
33
|
*
|
|
31
34
|
*/
|
|
@@ -41,6 +41,7 @@ class V4 {
|
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
+
* **This endpoint is incubating.**
|
|
44
45
|
* Retrieves a previously created patient payment by its `patient_payment_id`.
|
|
45
46
|
*
|
|
46
47
|
*/
|
|
@@ -52,7 +53,7 @@ class V4 {
|
|
|
52
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
53
54
|
"X-Fern-Language": "JavaScript",
|
|
54
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
55
|
-
"X-Fern-SDK-Version": "0.7.
|
|
56
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
56
57
|
},
|
|
57
58
|
contentType: "application/json",
|
|
58
59
|
timeoutMs: 60000,
|
|
@@ -74,6 +75,7 @@ class V4 {
|
|
|
74
75
|
};
|
|
75
76
|
}
|
|
76
77
|
/**
|
|
78
|
+
* **This endpoint is incubating.**
|
|
77
79
|
* Creates a new patient payment record and returns the newly created PatientPayment object.
|
|
78
80
|
* The allocations can describe whether the payment is being applied toward a specific service line,
|
|
79
81
|
* claim, or billing provider.
|
|
@@ -87,7 +89,7 @@ class V4 {
|
|
|
87
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
88
90
|
"X-Fern-Language": "JavaScript",
|
|
89
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
90
|
-
"X-Fern-SDK-Version": "0.7.
|
|
92
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
91
93
|
},
|
|
92
94
|
contentType: "application/json",
|
|
93
95
|
body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
|
|
@@ -112,6 +114,7 @@ class V4 {
|
|
|
112
114
|
};
|
|
113
115
|
}
|
|
114
116
|
/**
|
|
117
|
+
* **This endpoint is incubating.**
|
|
115
118
|
* Deletes the patient payment record matching the provided patient_payment_id.
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
@@ -123,7 +126,7 @@ class V4 {
|
|
|
123
126
|
Authorization: await this._getAuthorizationHeader(),
|
|
124
127
|
"X-Fern-Language": "JavaScript",
|
|
125
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
126
|
-
"X-Fern-SDK-Version": "0.7.
|
|
129
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
127
130
|
},
|
|
128
131
|
contentType: "application/json",
|
|
129
132
|
timeoutMs: 60000,
|
|
@@ -14,11 +14,13 @@ export declare class V1 {
|
|
|
14
14
|
protected readonly options: V1.Options;
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
16
|
/**
|
|
17
|
+
* **This endpoint is incubating.**
|
|
17
18
|
* Retrieves a previously created patient refund by its `patient_refund_id`.
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
get(patientRefundId: CandidApi.patientRefunds.v1.PatientRefundId): Promise<core.APIResponse<CandidApi.patientRefunds.v1.PatientRefund, CandidApi.patientRefunds.v1.get.Error>>;
|
|
21
22
|
/**
|
|
23
|
+
* **This endpoint is incubating.**
|
|
22
24
|
* Creates a new patient refund record and returns the newly created PatientRefund object.
|
|
23
25
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
24
26
|
* claim, or billing provider.
|
|
@@ -26,6 +28,7 @@ export declare class V1 {
|
|
|
26
28
|
*/
|
|
27
29
|
create(request: CandidApi.patientRefunds.v1.PatientRefundCreate): Promise<core.APIResponse<CandidApi.patientRefunds.v1.PatientRefund, CandidApi.patientRefunds.v1.create.Error>>;
|
|
28
30
|
/**
|
|
31
|
+
* **This endpoint is incubating.**
|
|
29
32
|
* Deletes the patient refund record matching the provided patient_refund_id.
|
|
30
33
|
*
|
|
31
34
|
*/
|
|
@@ -41,6 +41,7 @@ class V1 {
|
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
+
* **This endpoint is incubating.**
|
|
44
45
|
* Retrieves a previously created patient refund by its `patient_refund_id`.
|
|
45
46
|
*
|
|
46
47
|
*/
|
|
@@ -52,7 +53,7 @@ class V1 {
|
|
|
52
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
53
54
|
"X-Fern-Language": "JavaScript",
|
|
54
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
55
|
-
"X-Fern-SDK-Version": "0.7.
|
|
56
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
56
57
|
},
|
|
57
58
|
contentType: "application/json",
|
|
58
59
|
timeoutMs: 60000,
|
|
@@ -74,6 +75,7 @@ class V1 {
|
|
|
74
75
|
};
|
|
75
76
|
}
|
|
76
77
|
/**
|
|
78
|
+
* **This endpoint is incubating.**
|
|
77
79
|
* Creates a new patient refund record and returns the newly created PatientRefund object.
|
|
78
80
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
79
81
|
* claim, or billing provider.
|
|
@@ -87,7 +89,7 @@ class V1 {
|
|
|
87
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
88
90
|
"X-Fern-Language": "JavaScript",
|
|
89
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
90
|
-
"X-Fern-SDK-Version": "0.7.
|
|
92
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
91
93
|
},
|
|
92
94
|
contentType: "application/json",
|
|
93
95
|
body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
|
|
@@ -112,6 +114,7 @@ class V1 {
|
|
|
112
114
|
};
|
|
113
115
|
}
|
|
114
116
|
/**
|
|
117
|
+
* **This endpoint is incubating.**
|
|
115
118
|
* Deletes the patient refund record matching the provided patient_refund_id.
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
@@ -123,7 +126,7 @@ class V1 {
|
|
|
123
126
|
Authorization: await this._getAuthorizationHeader(),
|
|
124
127
|
"X-Fern-Language": "JavaScript",
|
|
125
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
126
|
-
"X-Fern-SDK-Version": "0.7.
|
|
129
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
127
130
|
},
|
|
128
131
|
contentType: "application/json",
|
|
129
132
|
timeoutMs: 60000,
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
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.7.
|
|
52
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -89,7 +89,7 @@ class V3 {
|
|
|
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.7.
|
|
92
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
93
93
|
},
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
@@ -14,11 +14,13 @@ export declare class V1 {
|
|
|
14
14
|
protected readonly options: V1.Options;
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
16
|
/**
|
|
17
|
+
* **This endpoint is incubating.**
|
|
17
18
|
* Retrieves a previously created write off by its `write_off_id`.
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
get(writeOffId: CandidApi.writeOffs.v1.WriteOffId): Promise<core.APIResponse<CandidApi.writeOffs.v1.WriteOff, CandidApi.writeOffs.v1.get.Error>>;
|
|
21
22
|
/**
|
|
23
|
+
* **This endpoint is incubating.**
|
|
22
24
|
* Creates one or many write-offs given a specific set of allocations.
|
|
23
25
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
24
26
|
* claim, or billing provider.
|
|
@@ -26,6 +28,7 @@ export declare class V1 {
|
|
|
26
28
|
*/
|
|
27
29
|
create(request: CandidApi.writeOffs.v1.CreateWriteOffsRequest): Promise<core.APIResponse<CandidApi.writeOffs.v1.WriteOff[], CandidApi.writeOffs.v1.create.Error>>;
|
|
28
30
|
/**
|
|
31
|
+
* **This endpoint is incubating.**
|
|
29
32
|
* Reverts a write off given a `write_off_id`.
|
|
30
33
|
*
|
|
31
34
|
*/
|
|
@@ -41,6 +41,7 @@ class V1 {
|
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
+
* **This endpoint is incubating.**
|
|
44
45
|
* Retrieves a previously created write off by its `write_off_id`.
|
|
45
46
|
*
|
|
46
47
|
*/
|
|
@@ -52,7 +53,7 @@ class V1 {
|
|
|
52
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
53
54
|
"X-Fern-Language": "JavaScript",
|
|
54
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
55
|
-
"X-Fern-SDK-Version": "0.7.
|
|
56
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
56
57
|
},
|
|
57
58
|
contentType: "application/json",
|
|
58
59
|
timeoutMs: 60000,
|
|
@@ -74,6 +75,7 @@ class V1 {
|
|
|
74
75
|
};
|
|
75
76
|
}
|
|
76
77
|
/**
|
|
78
|
+
* **This endpoint is incubating.**
|
|
77
79
|
* Creates one or many write-offs given a specific set of allocations.
|
|
78
80
|
* The allocations can describe whether the refund is being applied toward a specific service line,
|
|
79
81
|
* claim, or billing provider.
|
|
@@ -87,7 +89,7 @@ class V1 {
|
|
|
87
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
88
90
|
"X-Fern-Language": "JavaScript",
|
|
89
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
90
|
-
"X-Fern-SDK-Version": "0.7.
|
|
92
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
91
93
|
},
|
|
92
94
|
contentType: "application/json",
|
|
93
95
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -112,6 +114,7 @@ class V1 {
|
|
|
112
114
|
};
|
|
113
115
|
}
|
|
114
116
|
/**
|
|
117
|
+
* **This endpoint is incubating.**
|
|
115
118
|
* Reverts a write off given a `write_off_id`.
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
@@ -123,7 +126,7 @@ class V1 {
|
|
|
123
126
|
Authorization: await this._getAuthorizationHeader(),
|
|
124
127
|
"X-Fern-Language": "JavaScript",
|
|
125
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
126
|
-
"X-Fern-SDK-Version": "0.7.
|
|
129
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
127
130
|
},
|
|
128
131
|
contentType: "application/json",
|
|
129
132
|
timeoutMs: 60000,
|
|
@@ -0,0 +1,12 @@
|
|
|
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 UpdatesDisabledDueToExternalSystemIntegrationErrorMessage: core.serialization.ObjectSchema<serializers.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.Raw, CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage>;
|
|
8
|
+
export declare namespace UpdatesDisabledDueToExternalSystemIntegrationErrorMessage {
|
|
9
|
+
interface Raw {
|
|
10
|
+
message?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage = core.serialization.object({
|
|
32
|
+
message: core.serialization.string().optional(),
|
|
33
|
+
});
|
|
@@ -33,6 +33,7 @@ export * from "./EntityNotFoundErrorMessage";
|
|
|
33
33
|
export * from "./UnauthorizedErrorMessage";
|
|
34
34
|
export * from "./HttpServiceUnavailableErrorMessage";
|
|
35
35
|
export * from "./RequestValidationError";
|
|
36
|
+
export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
|
|
36
37
|
export * from "./PhoneNumber";
|
|
37
38
|
export * from "./PhoneNumberType";
|
|
38
39
|
export * from "./Email";
|
|
@@ -49,6 +49,7 @@ __exportStar(require("./EntityNotFoundErrorMessage"), exports);
|
|
|
49
49
|
__exportStar(require("./UnauthorizedErrorMessage"), exports);
|
|
50
50
|
__exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
|
|
51
51
|
__exportStar(require("./RequestValidationError"), exports);
|
|
52
|
+
__exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
|
|
52
53
|
__exportStar(require("./PhoneNumber"), exports);
|
|
53
54
|
__exportStar(require("./PhoneNumberType"), exports);
|
|
54
55
|
__exportStar(require("./Email"), exports);
|
|
@@ -6,9 +6,13 @@ import * as CandidApi from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const Error: core.serialization.Schema<serializers.organizationProviders.v3.create.Error.Raw, CandidApi.organizationProviders.v3.create.Error>;
|
|
8
8
|
export declare namespace Error {
|
|
9
|
-
type Raw = Error.HttpRequestValidationError;
|
|
9
|
+
type Raw = Error.HttpRequestValidationError | Error.UpdatesDisabledDueToExternalSystemIntegrationError;
|
|
10
10
|
interface HttpRequestValidationError {
|
|
11
11
|
errorName: "HttpRequestValidationError";
|
|
12
12
|
content: serializers.RequestValidationError.Raw;
|
|
13
13
|
}
|
|
14
|
+
interface UpdatesDisabledDueToExternalSystemIntegrationError {
|
|
15
|
+
errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
|
|
16
|
+
content: serializers.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.Raw;
|
|
17
|
+
}
|
|
14
18
|
}
|
|
@@ -34,12 +34,17 @@ exports.Error = core.serialization
|
|
|
34
34
|
HttpRequestValidationError: core.serialization.object({
|
|
35
35
|
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RequestValidationError),
|
|
36
36
|
}),
|
|
37
|
+
UpdatesDisabledDueToExternalSystemIntegrationError: core.serialization.object({
|
|
38
|
+
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UpdatesDisabledDueToExternalSystemIntegrationErrorMessage),
|
|
39
|
+
}),
|
|
37
40
|
})
|
|
38
41
|
.transform({
|
|
39
42
|
transform: (value) => {
|
|
40
43
|
switch (value.errorName) {
|
|
41
44
|
case "HttpRequestValidationError":
|
|
42
45
|
return CandidApi.organizationProviders.v3.create.Error.httpRequestValidationError(value.content);
|
|
46
|
+
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
47
|
+
return CandidApi.organizationProviders.v3.create.Error.updatesDisabledDueToExternalSystemIntegrationError(value.content);
|
|
43
48
|
}
|
|
44
49
|
},
|
|
45
50
|
untransform: ({ _visit, ...value }) => value,
|
|
@@ -6,7 +6,7 @@ import * as CandidApi from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const Error: core.serialization.Schema<serializers.organizationProviders.v3.update.Error.Raw, CandidApi.organizationProviders.v3.update.Error>;
|
|
8
8
|
export declare namespace Error {
|
|
9
|
-
type Raw = Error.HttpRequestValidationError | Error.EntityNotFoundError;
|
|
9
|
+
type Raw = Error.HttpRequestValidationError | Error.EntityNotFoundError | Error.UpdatesDisabledDueToExternalSystemIntegrationError;
|
|
10
10
|
interface HttpRequestValidationError {
|
|
11
11
|
errorName: "HttpRequestValidationError";
|
|
12
12
|
content: serializers.RequestValidationError.Raw;
|
|
@@ -15,4 +15,8 @@ export declare namespace Error {
|
|
|
15
15
|
errorName: "EntityNotFoundError";
|
|
16
16
|
content: serializers.EntityNotFoundErrorMessage.Raw;
|
|
17
17
|
}
|
|
18
|
+
interface UpdatesDisabledDueToExternalSystemIntegrationError {
|
|
19
|
+
errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
|
|
20
|
+
content: serializers.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.Raw;
|
|
21
|
+
}
|
|
18
22
|
}
|
|
@@ -37,6 +37,9 @@ exports.Error = core.serialization
|
|
|
37
37
|
EntityNotFoundError: core.serialization.object({
|
|
38
38
|
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EntityNotFoundErrorMessage),
|
|
39
39
|
}),
|
|
40
|
+
UpdatesDisabledDueToExternalSystemIntegrationError: core.serialization.object({
|
|
41
|
+
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UpdatesDisabledDueToExternalSystemIntegrationErrorMessage),
|
|
42
|
+
}),
|
|
40
43
|
})
|
|
41
44
|
.transform({
|
|
42
45
|
transform: (value) => {
|
|
@@ -45,6 +48,8 @@ exports.Error = core.serialization
|
|
|
45
48
|
return CandidApi.organizationProviders.v3.update.Error.httpRequestValidationError(value.content);
|
|
46
49
|
case "EntityNotFoundError":
|
|
47
50
|
return CandidApi.organizationProviders.v3.update.Error.entityNotFoundError(value.content);
|
|
51
|
+
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
52
|
+
return CandidApi.organizationProviders.v3.update.Error.updatesDisabledDueToExternalSystemIntegrationError(value.content);
|
|
48
53
|
}
|
|
49
54
|
},
|
|
50
55
|
untransform: ({ _visit, ...value }) => value,
|
package/package.json
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
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 UpdatesDisabledDueToExternalSystemIntegrationErrorMessage: core.serialization.ObjectSchema<serializers.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.Raw, CandidApi.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage>;
|
|
8
|
+
export declare namespace UpdatesDisabledDueToExternalSystemIntegrationErrorMessage {
|
|
9
|
+
interface Raw {
|
|
10
|
+
message?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage = core.serialization.object({
|
|
32
|
+
message: core.serialization.string().optional(),
|
|
33
|
+
});
|
|
@@ -33,6 +33,7 @@ export * from "./EntityNotFoundErrorMessage";
|
|
|
33
33
|
export * from "./UnauthorizedErrorMessage";
|
|
34
34
|
export * from "./HttpServiceUnavailableErrorMessage";
|
|
35
35
|
export * from "./RequestValidationError";
|
|
36
|
+
export * from "./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage";
|
|
36
37
|
export * from "./PhoneNumber";
|
|
37
38
|
export * from "./PhoneNumberType";
|
|
38
39
|
export * from "./Email";
|
|
@@ -49,6 +49,7 @@ __exportStar(require("./EntityNotFoundErrorMessage"), exports);
|
|
|
49
49
|
__exportStar(require("./UnauthorizedErrorMessage"), exports);
|
|
50
50
|
__exportStar(require("./HttpServiceUnavailableErrorMessage"), exports);
|
|
51
51
|
__exportStar(require("./RequestValidationError"), exports);
|
|
52
|
+
__exportStar(require("./UpdatesDisabledDueToExternalSystemIntegrationErrorMessage"), exports);
|
|
52
53
|
__exportStar(require("./PhoneNumber"), exports);
|
|
53
54
|
__exportStar(require("./PhoneNumberType"), exports);
|
|
54
55
|
__exportStar(require("./Email"), exports);
|
|
@@ -6,9 +6,13 @@ import * as CandidApi from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const Error: core.serialization.Schema<serializers.organizationProviders.v3.create.Error.Raw, CandidApi.organizationProviders.v3.create.Error>;
|
|
8
8
|
export declare namespace Error {
|
|
9
|
-
type Raw = Error.HttpRequestValidationError;
|
|
9
|
+
type Raw = Error.HttpRequestValidationError | Error.UpdatesDisabledDueToExternalSystemIntegrationError;
|
|
10
10
|
interface HttpRequestValidationError {
|
|
11
11
|
errorName: "HttpRequestValidationError";
|
|
12
12
|
content: serializers.RequestValidationError.Raw;
|
|
13
13
|
}
|
|
14
|
+
interface UpdatesDisabledDueToExternalSystemIntegrationError {
|
|
15
|
+
errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
|
|
16
|
+
content: serializers.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.Raw;
|
|
17
|
+
}
|
|
14
18
|
}
|
|
@@ -34,12 +34,17 @@ exports.Error = core.serialization
|
|
|
34
34
|
HttpRequestValidationError: core.serialization.object({
|
|
35
35
|
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).RequestValidationError),
|
|
36
36
|
}),
|
|
37
|
+
UpdatesDisabledDueToExternalSystemIntegrationError: core.serialization.object({
|
|
38
|
+
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UpdatesDisabledDueToExternalSystemIntegrationErrorMessage),
|
|
39
|
+
}),
|
|
37
40
|
})
|
|
38
41
|
.transform({
|
|
39
42
|
transform: (value) => {
|
|
40
43
|
switch (value.errorName) {
|
|
41
44
|
case "HttpRequestValidationError":
|
|
42
45
|
return CandidApi.organizationProviders.v3.create.Error.httpRequestValidationError(value.content);
|
|
46
|
+
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
47
|
+
return CandidApi.organizationProviders.v3.create.Error.updatesDisabledDueToExternalSystemIntegrationError(value.content);
|
|
43
48
|
}
|
|
44
49
|
},
|
|
45
50
|
untransform: ({ _visit, ...value }) => value,
|
|
@@ -6,7 +6,7 @@ import * as CandidApi from "../../../../../../api";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const Error: core.serialization.Schema<serializers.organizationProviders.v3.update.Error.Raw, CandidApi.organizationProviders.v3.update.Error>;
|
|
8
8
|
export declare namespace Error {
|
|
9
|
-
type Raw = Error.HttpRequestValidationError | Error.EntityNotFoundError;
|
|
9
|
+
type Raw = Error.HttpRequestValidationError | Error.EntityNotFoundError | Error.UpdatesDisabledDueToExternalSystemIntegrationError;
|
|
10
10
|
interface HttpRequestValidationError {
|
|
11
11
|
errorName: "HttpRequestValidationError";
|
|
12
12
|
content: serializers.RequestValidationError.Raw;
|
|
@@ -15,4 +15,8 @@ export declare namespace Error {
|
|
|
15
15
|
errorName: "EntityNotFoundError";
|
|
16
16
|
content: serializers.EntityNotFoundErrorMessage.Raw;
|
|
17
17
|
}
|
|
18
|
+
interface UpdatesDisabledDueToExternalSystemIntegrationError {
|
|
19
|
+
errorName: "UpdatesDisabledDueToExternalSystemIntegrationError";
|
|
20
|
+
content: serializers.UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.Raw;
|
|
21
|
+
}
|
|
18
22
|
}
|
|
@@ -37,6 +37,9 @@ exports.Error = core.serialization
|
|
|
37
37
|
EntityNotFoundError: core.serialization.object({
|
|
38
38
|
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).EntityNotFoundErrorMessage),
|
|
39
39
|
}),
|
|
40
|
+
UpdatesDisabledDueToExternalSystemIntegrationError: core.serialization.object({
|
|
41
|
+
content: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("../../../../..")))).UpdatesDisabledDueToExternalSystemIntegrationErrorMessage),
|
|
42
|
+
}),
|
|
40
43
|
})
|
|
41
44
|
.transform({
|
|
42
45
|
transform: (value) => {
|
|
@@ -45,6 +48,8 @@ exports.Error = core.serialization
|
|
|
45
48
|
return CandidApi.organizationProviders.v3.update.Error.httpRequestValidationError(value.content);
|
|
46
49
|
case "EntityNotFoundError":
|
|
47
50
|
return CandidApi.organizationProviders.v3.update.Error.entityNotFoundError(value.content);
|
|
51
|
+
case "UpdatesDisabledDueToExternalSystemIntegrationError":
|
|
52
|
+
return CandidApi.organizationProviders.v3.update.Error.updatesDisabledDueToExternalSystemIntegrationError(value.content);
|
|
48
53
|
}
|
|
49
54
|
},
|
|
50
55
|
untransform: ({ _visit, ...value }) => value,
|