candidhealth 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +6 -2
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
- 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/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- 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/serviceFacility/client/Client.js +1 -1
- 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/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +4 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +6 -2
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +8 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +5 -0
- 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/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- 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/serviceFacility/client/Client.js +1 -1
- 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/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
- package/package.json +1 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +1 -0
|
@@ -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.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.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.18.
|
|
92
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
93
93
|
},
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
@@ -48,7 +48,7 @@ class ServiceFacility {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.18.
|
|
51
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
|
|
@@ -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.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -119,7 +119,7 @@ class V3 {
|
|
|
119
119
|
Authorization: await this._getAuthorizationHeader(),
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
122
|
-
"X-Fern-SDK-Version": "0.18.
|
|
122
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
123
123
|
},
|
|
124
124
|
contentType: "application/json",
|
|
125
125
|
queryParameters: _queryParams,
|
|
@@ -163,7 +163,7 @@ class V3 {
|
|
|
163
163
|
Authorization: await this._getAuthorizationHeader(),
|
|
164
164
|
"X-Fern-Language": "JavaScript",
|
|
165
165
|
"X-Fern-SDK-Name": "candidhealth",
|
|
166
|
-
"X-Fern-SDK-Version": "0.18.
|
|
166
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
167
167
|
},
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
timeoutMs: 60000,
|
|
@@ -207,7 +207,7 @@ class V3 {
|
|
|
207
207
|
Authorization: await this._getAuthorizationHeader(),
|
|
208
208
|
"X-Fern-Language": "JavaScript",
|
|
209
209
|
"X-Fern-SDK-Name": "candidhealth",
|
|
210
|
-
"X-Fern-SDK-Version": "0.18.
|
|
210
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
211
211
|
},
|
|
212
212
|
contentType: "application/json",
|
|
213
213
|
body: await serializers.tasks.v3.TaskCreateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -237,7 +237,7 @@ class V3 {
|
|
|
237
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
238
|
"X-Fern-Language": "JavaScript",
|
|
239
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.18.
|
|
240
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -91,7 +91,7 @@ class V1 {
|
|
|
91
91
|
Authorization: await this._getAuthorizationHeader(),
|
|
92
92
|
"X-Fern-Language": "JavaScript",
|
|
93
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
94
|
-
"X-Fern-SDK-Version": "0.18.
|
|
94
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
95
95
|
},
|
|
96
96
|
contentType: "application/json",
|
|
97
97
|
queryParameters: _queryParams,
|
|
@@ -124,7 +124,7 @@ class V1 {
|
|
|
124
124
|
Authorization: await this._getAuthorizationHeader(),
|
|
125
125
|
"X-Fern-Language": "JavaScript",
|
|
126
126
|
"X-Fern-SDK-Name": "candidhealth",
|
|
127
|
-
"X-Fern-SDK-Version": "0.18.
|
|
127
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
128
128
|
},
|
|
129
129
|
contentType: "application/json",
|
|
130
130
|
timeoutMs: 60000,
|
|
@@ -158,7 +158,7 @@ class V1 {
|
|
|
158
158
|
Authorization: await this._getAuthorizationHeader(),
|
|
159
159
|
"X-Fern-Language": "JavaScript",
|
|
160
160
|
"X-Fern-SDK-Name": "candidhealth",
|
|
161
|
-
"X-Fern-SDK-Version": "0.18.
|
|
161
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
162
162
|
},
|
|
163
163
|
contentType: "application/json",
|
|
164
164
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -193,7 +193,7 @@ class V1 {
|
|
|
193
193
|
Authorization: await this._getAuthorizationHeader(),
|
|
194
194
|
"X-Fern-Language": "JavaScript",
|
|
195
195
|
"X-Fern-SDK-Name": "candidhealth",
|
|
196
|
-
"X-Fern-SDK-Version": "0.18.
|
|
196
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
197
197
|
},
|
|
198
198
|
contentType: "application/json",
|
|
199
199
|
timeoutMs: 60000,
|
|
@@ -61,7 +61,7 @@ class V2 {
|
|
|
61
61
|
Authorization: await this._getAuthorizationHeader(),
|
|
62
62
|
"X-Fern-Language": "JavaScript",
|
|
63
63
|
"X-Fern-SDK-Name": "candidhealth",
|
|
64
|
-
"X-Fern-SDK-Version": "0.18.
|
|
64
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
65
65
|
},
|
|
66
66
|
contentType: "application/json",
|
|
67
67
|
body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
|
|
@@ -48,7 +48,7 @@ class V2 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.18.
|
|
51
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.billingNotes.v2.StandaloneBillingNoteCreate.jsonOrThrow(request, {
|
|
@@ -49,7 +49,7 @@ class V2 {
|
|
|
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.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -136,7 +136,7 @@ class V2 {
|
|
|
136
136
|
Authorization: await this._getAuthorizationHeader(),
|
|
137
137
|
"X-Fern-Language": "JavaScript",
|
|
138
138
|
"X-Fern-SDK-Name": "candidhealth",
|
|
139
|
-
"X-Fern-SDK-Version": "0.18.
|
|
139
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
140
140
|
},
|
|
141
141
|
contentType: "application/json",
|
|
142
142
|
queryParameters: _queryParams,
|
|
@@ -169,7 +169,7 @@ class V2 {
|
|
|
169
169
|
Authorization: await this._getAuthorizationHeader(),
|
|
170
170
|
"X-Fern-Language": "JavaScript",
|
|
171
171
|
"X-Fern-SDK-Name": "candidhealth",
|
|
172
|
-
"X-Fern-SDK-Version": "0.18.
|
|
172
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
173
173
|
},
|
|
174
174
|
contentType: "application/json",
|
|
175
175
|
body: await serializers.contracts.v2.ContractCreate.jsonOrThrow(request, {
|
|
@@ -201,7 +201,7 @@ class V2 {
|
|
|
201
201
|
Authorization: await this._getAuthorizationHeader(),
|
|
202
202
|
"X-Fern-Language": "JavaScript",
|
|
203
203
|
"X-Fern-SDK-Name": "candidhealth",
|
|
204
|
-
"X-Fern-SDK-Version": "0.18.
|
|
204
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
205
205
|
},
|
|
206
206
|
contentType: "application/json",
|
|
207
207
|
timeoutMs: 60000,
|
|
@@ -239,7 +239,7 @@ class V2 {
|
|
|
239
239
|
Authorization: await this._getAuthorizationHeader(),
|
|
240
240
|
"X-Fern-Language": "JavaScript",
|
|
241
241
|
"X-Fern-SDK-Name": "candidhealth",
|
|
242
|
-
"X-Fern-SDK-Version": "0.18.
|
|
242
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
243
243
|
},
|
|
244
244
|
contentType: "application/json",
|
|
245
245
|
body: await serializers.contracts.v2.ContractUpdate.jsonOrThrow(request, {
|
|
@@ -41,6 +41,10 @@ export declare class V2 {
|
|
|
41
41
|
* A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
|
|
42
42
|
*
|
|
43
43
|
* - Note Availity requires a free developer account to access this documentation.
|
|
44
|
+
*
|
|
45
|
+
* Check connection status of Availity API and partners here:
|
|
46
|
+
*
|
|
47
|
+
* - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
|
|
44
48
|
*/
|
|
45
49
|
submitEligibilityCheckAvaility(): Promise<core.APIResponse<unknown, CandidApi.eligibility.v2.submitEligibilityCheckAvaility.Error>>;
|
|
46
50
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
@@ -64,7 +64,7 @@ class V2 {
|
|
|
64
64
|
Authorization: await this._getAuthorizationHeader(),
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "candidhealth",
|
|
67
|
-
"X-Fern-SDK-Version": "0.18.
|
|
67
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: request,
|
|
@@ -106,6 +106,10 @@ class V2 {
|
|
|
106
106
|
* A schema of the response object can be found here: [Availity Docs](https://developer.availity.com/partner/product/191210/api/190898#/Coverages_100/operation/%2Fcoverages%2F{id}/get)
|
|
107
107
|
*
|
|
108
108
|
* - Note Availity requires a free developer account to access this documentation.
|
|
109
|
+
*
|
|
110
|
+
* Check connection status of Availity API and partners here:
|
|
111
|
+
*
|
|
112
|
+
* - [Availity Trading Partner Connection Status](https://www.availity.com/status/)
|
|
109
113
|
*/
|
|
110
114
|
async submitEligibilityCheckAvaility() {
|
|
111
115
|
const _response = await core.fetcher({
|
|
@@ -115,7 +119,7 @@ class V2 {
|
|
|
115
119
|
Authorization: await this._getAuthorizationHeader(),
|
|
116
120
|
"X-Fern-Language": "JavaScript",
|
|
117
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.18.
|
|
122
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
119
123
|
},
|
|
120
124
|
contentType: "application/json",
|
|
121
125
|
timeoutMs: 60000,
|
|
@@ -106,7 +106,7 @@ class V4 {
|
|
|
106
106
|
Authorization: await this._getAuthorizationHeader(),
|
|
107
107
|
"X-Fern-Language": "JavaScript",
|
|
108
108
|
"X-Fern-SDK-Name": "candidhealth",
|
|
109
|
-
"X-Fern-SDK-Version": "0.18.
|
|
109
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
110
110
|
},
|
|
111
111
|
contentType: "application/json",
|
|
112
112
|
queryParameters: _queryParams,
|
|
@@ -136,7 +136,7 @@ class V4 {
|
|
|
136
136
|
Authorization: await this._getAuthorizationHeader(),
|
|
137
137
|
"X-Fern-Language": "JavaScript",
|
|
138
138
|
"X-Fern-SDK-Name": "candidhealth",
|
|
139
|
-
"X-Fern-SDK-Version": "0.18.
|
|
139
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
140
140
|
},
|
|
141
141
|
contentType: "application/json",
|
|
142
142
|
timeoutMs: 60000,
|
|
@@ -165,7 +165,7 @@ class V4 {
|
|
|
165
165
|
Authorization: await this._getAuthorizationHeader(),
|
|
166
166
|
"X-Fern-Language": "JavaScript",
|
|
167
167
|
"X-Fern-SDK-Name": "candidhealth",
|
|
168
|
-
"X-Fern-SDK-Version": "0.18.
|
|
168
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
169
169
|
},
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
|
|
@@ -216,7 +216,7 @@ class V4 {
|
|
|
216
216
|
Authorization: await this._getAuthorizationHeader(),
|
|
217
217
|
"X-Fern-Language": "JavaScript",
|
|
218
218
|
"X-Fern-SDK-Name": "candidhealth",
|
|
219
|
-
"X-Fern-SDK-Version": "0.18.
|
|
219
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
220
220
|
},
|
|
221
221
|
contentType: "application/json",
|
|
222
222
|
body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
|
|
@@ -105,4 +105,6 @@ export interface EncounterCreate extends CandidApi.encounters.v4.EncounterBase {
|
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
107
|
externalClaimSubmission?: CandidApi.claimSubmission.v1.ExternalClaimSubmissionCreate;
|
|
108
|
+
/** Names of tags that should be on the encounter. */
|
|
109
|
+
tagIds?: CandidApi.TagId[];
|
|
108
110
|
}
|
|
@@ -28,7 +28,7 @@ export interface EncounterUpdate {
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
diagnosisIds?: CandidApi.DiagnosisId[];
|
|
31
|
-
/** Names of tags that should be on the encounter. */
|
|
31
|
+
/** Names of tags that should be on the encounter. Note all tags on encounter will be overriden with this list. */
|
|
32
32
|
tagIds?: CandidApi.TagId[];
|
|
33
33
|
/** Holds a collection of clinical observations made by healthcare providers during patient encounters. */
|
|
34
34
|
clinicalNotes?: CandidApi.encounters.v4.ClinicalNoteCategoryCreate[];
|
|
@@ -130,4 +130,11 @@ export interface EncounterUpdate {
|
|
|
130
130
|
*
|
|
131
131
|
*/
|
|
132
132
|
delayReasonCode?: CandidApi.DelayReasonCode;
|
|
133
|
+
/**
|
|
134
|
+
* Whether this patient has authorized the release of medical information
|
|
135
|
+
* for billing purpose.
|
|
136
|
+
* Box 12 on the CMS-1500 claim form.
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
patientAuthorizedRelease?: boolean;
|
|
133
140
|
}
|
|
@@ -378,6 +378,11 @@ import * as CandidApi from "../../../../..";
|
|
|
378
378
|
* }
|
|
379
379
|
*/
|
|
380
380
|
export interface Encounter extends CandidApi.encounters.v4.EncounterBase {
|
|
381
|
+
/**
|
|
382
|
+
* A patient control number (PCN) is a unique identifier assigned to a patient within a healthcare system or facility.
|
|
383
|
+
* It's used to track and manage a patient's medical records, treatments, and other healthcare-related information.
|
|
384
|
+
*/
|
|
385
|
+
patientControlNumber?: string;
|
|
381
386
|
/**
|
|
382
387
|
* Date formatted as YYYY-MM-DD; eg: 2019-08-24.
|
|
383
388
|
* This date must be the local date in the timezone where the service occurred.
|
|
@@ -51,7 +51,7 @@ class V1 {
|
|
|
51
51
|
Authorization: await this._getAuthorizationHeader(),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "candidhealth",
|
|
54
|
-
"X-Fern-SDK-Version": "0.18.
|
|
54
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
55
55
|
},
|
|
56
56
|
contentType: "application/json",
|
|
57
57
|
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
@@ -53,7 +53,7 @@ class V2 {
|
|
|
53
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
54
54
|
"X-Fern-Language": "JavaScript",
|
|
55
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
56
|
-
"X-Fern-SDK-Version": "0.18.
|
|
56
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
57
57
|
},
|
|
58
58
|
contentType: "application/json",
|
|
59
59
|
body: await serializers.expectedNetworkStatus.v2.ExpectedNetworkStatusRequestV2.jsonOrThrow(request, {
|
|
@@ -107,7 +107,7 @@ class V2 {
|
|
|
107
107
|
Authorization: await this._getAuthorizationHeader(),
|
|
108
108
|
"X-Fern-Language": "JavaScript",
|
|
109
109
|
"X-Fern-SDK-Name": "candidhealth",
|
|
110
|
-
"X-Fern-SDK-Version": "0.18.
|
|
110
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
111
111
|
},
|
|
112
112
|
contentType: "application/json",
|
|
113
113
|
body: await serializers.expectedNetworkStatus.v2.ComputeAllInNetworkProvidersRequest.jsonOrThrow(request, {
|
|
@@ -67,7 +67,7 @@ class V3 {
|
|
|
67
67
|
Authorization: await this._getAuthorizationHeader(),
|
|
68
68
|
"X-Fern-Language": "JavaScript",
|
|
69
69
|
"X-Fern-SDK-Name": "candidhealth",
|
|
70
|
-
"X-Fern-SDK-Version": "0.18.
|
|
70
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
71
71
|
},
|
|
72
72
|
contentType: "application/json",
|
|
73
73
|
queryParameters: _queryParams,
|
|
@@ -52,7 +52,7 @@ class V3 {
|
|
|
52
52
|
Authorization: await this._getAuthorizationHeader(),
|
|
53
53
|
"X-Fern-Language": "JavaScript",
|
|
54
54
|
"X-Fern-SDK-Name": "candidhealth",
|
|
55
|
-
"X-Fern-SDK-Version": "0.18.
|
|
55
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
56
56
|
},
|
|
57
57
|
contentType: "application/json",
|
|
58
58
|
timeoutMs: 60000,
|
|
@@ -99,7 +99,7 @@ class V3 {
|
|
|
99
99
|
Authorization: await this._getAuthorizationHeader(),
|
|
100
100
|
"X-Fern-Language": "JavaScript",
|
|
101
101
|
"X-Fern-SDK-Name": "candidhealth",
|
|
102
|
-
"X-Fern-SDK-Version": "0.18.
|
|
102
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
103
103
|
},
|
|
104
104
|
contentType: "application/json",
|
|
105
105
|
timeoutMs: 60000,
|
|
@@ -226,7 +226,7 @@ class V3 {
|
|
|
226
226
|
Authorization: await this._getAuthorizationHeader(),
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "candidhealth",
|
|
229
|
-
"X-Fern-SDK-Version": "0.18.
|
|
229
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
230
230
|
},
|
|
231
231
|
contentType: "application/json",
|
|
232
232
|
queryParameters: _queryParams,
|
|
@@ -337,7 +337,7 @@ class V3 {
|
|
|
337
337
|
Authorization: await this._getAuthorizationHeader(),
|
|
338
338
|
"X-Fern-Language": "JavaScript",
|
|
339
339
|
"X-Fern-SDK-Name": "candidhealth",
|
|
340
|
-
"X-Fern-SDK-Version": "0.18.
|
|
340
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
341
341
|
},
|
|
342
342
|
contentType: "application/json",
|
|
343
343
|
queryParameters: _queryParams,
|
|
@@ -370,7 +370,7 @@ class V3 {
|
|
|
370
370
|
Authorization: await this._getAuthorizationHeader(),
|
|
371
371
|
"X-Fern-Language": "JavaScript",
|
|
372
372
|
"X-Fern-SDK-Name": "candidhealth",
|
|
373
|
-
"X-Fern-SDK-Version": "0.18.
|
|
373
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
374
374
|
},
|
|
375
375
|
contentType: "application/json",
|
|
376
376
|
timeoutMs: 60000,
|
|
@@ -416,7 +416,7 @@ class V3 {
|
|
|
416
416
|
Authorization: await this._getAuthorizationHeader(),
|
|
417
417
|
"X-Fern-Language": "JavaScript",
|
|
418
418
|
"X-Fern-SDK-Name": "candidhealth",
|
|
419
|
-
"X-Fern-SDK-Version": "0.18.
|
|
419
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
420
420
|
},
|
|
421
421
|
contentType: "application/json",
|
|
422
422
|
body: await serializers.feeSchedules.v3.FeeScheduleUploadRequest.jsonOrThrow(request, {
|
|
@@ -465,7 +465,7 @@ class V3 {
|
|
|
465
465
|
Authorization: await this._getAuthorizationHeader(),
|
|
466
466
|
"X-Fern-Language": "JavaScript",
|
|
467
467
|
"X-Fern-SDK-Name": "candidhealth",
|
|
468
|
-
"X-Fern-SDK-Version": "0.18.
|
|
468
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
469
469
|
},
|
|
470
470
|
contentType: "application/json",
|
|
471
471
|
timeoutMs: 60000,
|
|
@@ -507,7 +507,7 @@ class V3 {
|
|
|
507
507
|
Authorization: await this._getAuthorizationHeader(),
|
|
508
508
|
"X-Fern-Language": "JavaScript",
|
|
509
509
|
"X-Fern-SDK-Name": "candidhealth",
|
|
510
|
-
"X-Fern-SDK-Version": "0.18.
|
|
510
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
511
511
|
},
|
|
512
512
|
contentType: "application/json",
|
|
513
513
|
timeoutMs: 60000,
|
|
@@ -549,7 +549,7 @@ class V3 {
|
|
|
549
549
|
Authorization: await this._getAuthorizationHeader(),
|
|
550
550
|
"X-Fern-Language": "JavaScript",
|
|
551
551
|
"X-Fern-SDK-Name": "candidhealth",
|
|
552
|
-
"X-Fern-SDK-Version": "0.18.
|
|
552
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
553
553
|
},
|
|
554
554
|
contentType: "application/json",
|
|
555
555
|
queryParameters: _queryParams,
|
|
@@ -582,7 +582,7 @@ class V3 {
|
|
|
582
582
|
Authorization: await this._getAuthorizationHeader(),
|
|
583
583
|
"X-Fern-Language": "JavaScript",
|
|
584
584
|
"X-Fern-SDK-Name": "candidhealth",
|
|
585
|
-
"X-Fern-SDK-Version": "0.18.
|
|
585
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
586
586
|
},
|
|
587
587
|
contentType: "application/json",
|
|
588
588
|
body: await serializers.feeSchedules.v3.PayerThreshold.jsonOrThrow(request, {
|
|
@@ -51,7 +51,7 @@ class V1 {
|
|
|
51
51
|
Authorization: await this._getAuthorizationHeader(),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "candidhealth",
|
|
54
|
-
"X-Fern-SDK-Version": "0.18.
|
|
54
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
55
55
|
},
|
|
56
56
|
contentType: "application/json",
|
|
57
57
|
body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
|
|
@@ -100,7 +100,7 @@ class V1 {
|
|
|
100
100
|
Authorization: await this._getAuthorizationHeader(),
|
|
101
101
|
"X-Fern-Language": "JavaScript",
|
|
102
102
|
"X-Fern-SDK-Name": "candidhealth",
|
|
103
|
-
"X-Fern-SDK-Version": "0.18.
|
|
103
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
104
104
|
},
|
|
105
105
|
contentType: "application/json",
|
|
106
106
|
timeoutMs: 60000,
|
|
@@ -132,7 +132,7 @@ class V1 {
|
|
|
132
132
|
Authorization: await this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.18.
|
|
135
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
136
136
|
},
|
|
137
137
|
contentType: "application/json",
|
|
138
138
|
body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
|
|
@@ -51,7 +51,7 @@ class V1 {
|
|
|
51
51
|
Authorization: await this._getAuthorizationHeader(),
|
|
52
52
|
"X-Fern-Language": "JavaScript",
|
|
53
53
|
"X-Fern-SDK-Name": "candidhealth",
|
|
54
|
-
"X-Fern-SDK-Version": "0.18.
|
|
54
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
55
55
|
},
|
|
56
56
|
contentType: "application/json",
|
|
57
57
|
timeoutMs: 60000,
|
|
@@ -83,7 +83,7 @@ class V1 {
|
|
|
83
83
|
Authorization: await this._getAuthorizationHeader(),
|
|
84
84
|
"X-Fern-Language": "JavaScript",
|
|
85
85
|
"X-Fern-SDK-Name": "candidhealth",
|
|
86
|
-
"X-Fern-SDK-Version": "0.18.
|
|
86
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
87
87
|
},
|
|
88
88
|
contentType: "application/json",
|
|
89
89
|
body: await serializers.insuranceAdjudications.v1.InsuranceAdjudicationCreate.jsonOrThrow(request, {
|
|
@@ -132,7 +132,7 @@ class V1 {
|
|
|
132
132
|
Authorization: await this._getAuthorizationHeader(),
|
|
133
133
|
"X-Fern-Language": "JavaScript",
|
|
134
134
|
"X-Fern-SDK-Name": "candidhealth",
|
|
135
|
-
"X-Fern-SDK-Version": "0.18.
|
|
135
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
136
136
|
},
|
|
137
137
|
contentType: "application/json",
|
|
138
138
|
timeoutMs: 60000,
|
|
@@ -78,7 +78,7 @@ class V1 {
|
|
|
78
78
|
Authorization: await this._getAuthorizationHeader(),
|
|
79
79
|
"X-Fern-Language": "JavaScript",
|
|
80
80
|
"X-Fern-SDK-Name": "candidhealth",
|
|
81
|
-
"X-Fern-SDK-Version": "0.18.
|
|
81
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
82
82
|
},
|
|
83
83
|
contentType: "application/json",
|
|
84
84
|
queryParameters: _queryParams,
|
|
@@ -127,7 +127,7 @@ class V1 {
|
|
|
127
127
|
Authorization: await this._getAuthorizationHeader(),
|
|
128
128
|
"X-Fern-Language": "JavaScript",
|
|
129
129
|
"X-Fern-SDK-Name": "candidhealth",
|
|
130
|
-
"X-Fern-SDK-Version": "0.18.
|
|
130
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
131
131
|
},
|
|
132
132
|
contentType: "application/json",
|
|
133
133
|
timeoutMs: 60000,
|
|
@@ -176,7 +176,7 @@ class V1 {
|
|
|
176
176
|
Authorization: await this._getAuthorizationHeader(),
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "candidhealth",
|
|
179
|
-
"X-Fern-SDK-Version": "0.18.
|
|
179
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
180
180
|
},
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
body: await serializers.insurancePayments.v1.InsurancePaymentCreate.jsonOrThrow(request, {
|
|
@@ -228,7 +228,7 @@ class V1 {
|
|
|
228
228
|
Authorization: await this._getAuthorizationHeader(),
|
|
229
229
|
"X-Fern-Language": "JavaScript",
|
|
230
230
|
"X-Fern-SDK-Name": "candidhealth",
|
|
231
|
-
"X-Fern-SDK-Version": "0.18.
|
|
231
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
232
232
|
},
|
|
233
233
|
contentType: "application/json",
|
|
234
234
|
body: await serializers.insurancePayments.v1.InsurancePaymentUpdate.jsonOrThrow(request, {
|
|
@@ -281,7 +281,7 @@ class V1 {
|
|
|
281
281
|
Authorization: await this._getAuthorizationHeader(),
|
|
282
282
|
"X-Fern-Language": "JavaScript",
|
|
283
283
|
"X-Fern-SDK-Name": "candidhealth",
|
|
284
|
-
"X-Fern-SDK-Version": "0.18.
|
|
284
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
285
285
|
},
|
|
286
286
|
contentType: "application/json",
|
|
287
287
|
timeoutMs: 60000,
|
|
@@ -79,7 +79,7 @@ class V1 {
|
|
|
79
79
|
Authorization: await this._getAuthorizationHeader(),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "candidhealth",
|
|
82
|
-
"X-Fern-SDK-Version": "0.18.
|
|
82
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
83
83
|
},
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
queryParameters: _queryParams,
|
|
@@ -128,7 +128,7 @@ class V1 {
|
|
|
128
128
|
Authorization: await this._getAuthorizationHeader(),
|
|
129
129
|
"X-Fern-Language": "JavaScript",
|
|
130
130
|
"X-Fern-SDK-Name": "candidhealth",
|
|
131
|
-
"X-Fern-SDK-Version": "0.18.
|
|
131
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
132
132
|
},
|
|
133
133
|
contentType: "application/json",
|
|
134
134
|
timeoutMs: 60000,
|
|
@@ -177,7 +177,7 @@ class V1 {
|
|
|
177
177
|
Authorization: await this._getAuthorizationHeader(),
|
|
178
178
|
"X-Fern-Language": "JavaScript",
|
|
179
179
|
"X-Fern-SDK-Name": "candidhealth",
|
|
180
|
-
"X-Fern-SDK-Version": "0.18.
|
|
180
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
181
181
|
},
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
body: await serializers.insuranceRefunds.v1.InsuranceRefundCreate.jsonOrThrow(request, {
|
|
@@ -229,7 +229,7 @@ class V1 {
|
|
|
229
229
|
Authorization: await this._getAuthorizationHeader(),
|
|
230
230
|
"X-Fern-Language": "JavaScript",
|
|
231
231
|
"X-Fern-SDK-Name": "candidhealth",
|
|
232
|
-
"X-Fern-SDK-Version": "0.18.
|
|
232
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
233
233
|
},
|
|
234
234
|
contentType: "application/json",
|
|
235
235
|
body: await serializers.insuranceRefunds.v1.InsuranceRefundUpdate.jsonOrThrow(request, {
|
|
@@ -282,7 +282,7 @@ class V1 {
|
|
|
282
282
|
Authorization: await this._getAuthorizationHeader(),
|
|
283
283
|
"X-Fern-Language": "JavaScript",
|
|
284
284
|
"X-Fern-SDK-Name": "candidhealth",
|
|
285
|
-
"X-Fern-SDK-Version": "0.18.
|
|
285
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
286
286
|
},
|
|
287
287
|
contentType: "application/json",
|
|
288
288
|
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.18.
|
|
52
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -115,7 +115,7 @@ class V3 {
|
|
|
115
115
|
Authorization: await this._getAuthorizationHeader(),
|
|
116
116
|
"X-Fern-Language": "JavaScript",
|
|
117
117
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.18.
|
|
118
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
119
119
|
},
|
|
120
120
|
contentType: "application/json",
|
|
121
121
|
queryParameters: _queryParams,
|
|
@@ -145,7 +145,7 @@ class V3 {
|
|
|
145
145
|
Authorization: await this._getAuthorizationHeader(),
|
|
146
146
|
"X-Fern-Language": "JavaScript",
|
|
147
147
|
"X-Fern-SDK-Name": "candidhealth",
|
|
148
|
-
"X-Fern-SDK-Version": "0.18.
|
|
148
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
149
149
|
},
|
|
150
150
|
contentType: "application/json",
|
|
151
151
|
body: await serializers.organizationProviders.v3.OrganizationProviderCreateV2.jsonOrThrow(request, {
|
|
@@ -192,7 +192,7 @@ class V3 {
|
|
|
192
192
|
Authorization: await this._getAuthorizationHeader(),
|
|
193
193
|
"X-Fern-Language": "JavaScript",
|
|
194
194
|
"X-Fern-SDK-Name": "candidhealth",
|
|
195
|
-
"X-Fern-SDK-Version": "0.18.
|
|
195
|
+
"X-Fern-SDK-Version": "0.18.1",
|
|
196
196
|
},
|
|
197
197
|
contentType: "application/json",
|
|
198
198
|
body: await serializers.organizationProviders.v3.OrganizationProviderUpdateV2.jsonOrThrow(request, {
|