candidhealth 0.4.7 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +11 -11
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +8 -8
- package/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -3
- package/api/resources/expectedNetworkStatus/client/Client.js +4 -69
- package/api/resources/expectedNetworkStatus/client/index.d.ts +1 -2
- package/api/resources/expectedNetworkStatus/client/index.js +0 -29
- package/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/index.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/api/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +18 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +83 -0
- package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/compute.d.ts +6 -6
- package/{dist/api/resources/expectedNetworkStatus → api/resources/expectedNetworkStatus/resources/v1}/client/compute.js +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +31 -0
- package/{dist/api/resources/expectedNetworkStatus → api/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -1
- package/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/api/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/{dist/api/resources/expectedNetworkStatus → api/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatusResponse.d.ts +2 -2
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +1 -3
- package/api/resources/index.js +2 -4
- package/api/resources/payers/client/Client.js +2 -2
- package/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +11 -11
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +8 -8
- package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +3 -3
- package/dist/api/resources/expectedNetworkStatus/client/Client.js +4 -69
- package/dist/api/resources/expectedNetworkStatus/client/index.d.ts +1 -2
- package/dist/api/resources/expectedNetworkStatus/client/index.js +0 -29
- package/dist/api/resources/expectedNetworkStatus/index.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/index.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +18 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +83 -0
- package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/compute.d.ts +6 -6
- package/{api/resources/expectedNetworkStatus → dist/api/resources/expectedNetworkStatus/resources/v1}/client/compute.js +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +31 -0
- package/{api/resources/expectedNetworkStatus → dist/api/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/{api/resources/expectedNetworkStatus → dist/api/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatusResponse.d.ts +2 -2
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +1 -3
- package/dist/api/resources/index.js +2 -4
- package/dist/api/resources/payers/client/Client.js +2 -2
- package/dist/api/resources/tasks/resources/v3/client/Client.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/index.d.ts +1 -2
- package/dist/serialization/resources/expectedNetworkStatus/index.js +1 -2
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +4 -4
- package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.js +4 -4
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +10 -0
- package/{serialization/resources/expectedNetworkStatus → dist/serialization/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatus.js +1 -1
- package/dist/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +14 -0
- package/dist/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +3 -3
- package/dist/serialization/resources/index.d.ts +1 -3
- package/dist/serialization/resources/index.js +2 -4
- package/package.json +1 -1
- package/serialization/resources/expectedNetworkStatus/index.d.ts +1 -2
- package/serialization/resources/expectedNetworkStatus/index.js +1 -2
- package/serialization/resources/expectedNetworkStatus/resources/index.d.ts +1 -0
- package/serialization/resources/expectedNetworkStatus/resources/index.js +27 -0
- package/{dist/serialization/resources/expectedNetworkStatus → serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.d.ts +4 -4
- package/{dist/serialization/resources/expectedNetworkStatus → serialization/resources/expectedNetworkStatus/resources/v1}/client/requests/ExpectedNetworkStatusRequest.js +4 -4
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.d.ts +2 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/index.js +18 -0
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatus.d.ts +10 -0
- package/{dist/serialization/resources/expectedNetworkStatus → serialization/resources/expectedNetworkStatus/resources/v1}/types/ExpectedNetworkStatus.js +1 -1
- package/serialization/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +14 -0
- package/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +3 -3
- package/serialization/resources/index.d.ts +1 -3
- package/serialization/resources/index.js +2 -4
- package/dist/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatus.d.ts +0 -10
- package/dist/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatusResponse.d.ts +0 -14
- package/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatus.d.ts +0 -10
- package/serialization/resources/expectedNetworkStatus/types/ExpectedNetworkStatusResponse.d.ts +0 -14
- /package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/ExpectedNetworkStatusRequest.js +0 -0
- /package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.d.ts +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.js +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/ExpectedNetworkStatusRequest.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.d.ts +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatus.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/ExpectedNetworkStatusResponse.js +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/dist/api/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.d.ts +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.js +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/dist/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.d.ts +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/index.js +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.d.ts +0 -0
- /package/serialization/resources/expectedNetworkStatus/{client → resources/v1/client}/requests/index.js +0 -0
- /package/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.d.ts +0 -0
- /package/serialization/resources/expectedNetworkStatus/{types → resources/v1/types}/index.js +0 -0
package/Client.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ import * as environments from "./environments";
|
|
|
5
5
|
import * as core from "./core";
|
|
6
6
|
import { Auth } from "./api/resources/auth/client/Client";
|
|
7
7
|
import { Encounters } from "./api/resources/encounters/client/Client";
|
|
8
|
+
import { ExpectedNetworkStatus } from "./api/resources/expectedNetworkStatus/client/Client";
|
|
8
9
|
import { Guarantor } from "./api/resources/guarantor/client/Client";
|
|
9
10
|
import { Tasks } from "./api/resources/tasks/client/Client";
|
|
10
11
|
import { BillingNotes } from "./api/resources/billingNotes/client/Client";
|
|
11
|
-
import { ExpectedNetworkStatus } from "./api/resources/expectedNetworkStatus/client/Client";
|
|
12
12
|
import { Payers } from "./api/resources/payers/client/Client";
|
|
13
13
|
export declare namespace CandidApiClient {
|
|
14
14
|
interface Options {
|
|
@@ -23,14 +23,14 @@ export declare class CandidApiClient {
|
|
|
23
23
|
get auth(): Auth;
|
|
24
24
|
protected _encounters: Encounters | undefined;
|
|
25
25
|
get encounters(): Encounters;
|
|
26
|
+
protected _expectedNetworkStatus: ExpectedNetworkStatus | undefined;
|
|
27
|
+
get expectedNetworkStatus(): ExpectedNetworkStatus;
|
|
26
28
|
protected _guarantor: Guarantor | undefined;
|
|
27
29
|
get guarantor(): Guarantor;
|
|
28
30
|
protected _tasks: Tasks | undefined;
|
|
29
31
|
get tasks(): Tasks;
|
|
30
32
|
protected _billingNotes: BillingNotes | undefined;
|
|
31
33
|
get billingNotes(): BillingNotes;
|
|
32
|
-
protected _expectedNetworkStatus: ExpectedNetworkStatus | undefined;
|
|
33
|
-
get expectedNetworkStatus(): ExpectedNetworkStatus;
|
|
34
34
|
protected _payers: Payers | undefined;
|
|
35
35
|
get payers(): Payers;
|
|
36
36
|
}
|
package/Client.js
CHANGED
|
@@ -6,10 +6,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.CandidApiClient = void 0;
|
|
7
7
|
const Client_1 = require("./api/resources/auth/client/Client");
|
|
8
8
|
const Client_2 = require("./api/resources/encounters/client/Client");
|
|
9
|
-
const Client_3 = require("./api/resources/
|
|
10
|
-
const Client_4 = require("./api/resources/
|
|
11
|
-
const Client_5 = require("./api/resources/
|
|
12
|
-
const Client_6 = require("./api/resources/
|
|
9
|
+
const Client_3 = require("./api/resources/expectedNetworkStatus/client/Client");
|
|
10
|
+
const Client_4 = require("./api/resources/guarantor/client/Client");
|
|
11
|
+
const Client_5 = require("./api/resources/tasks/client/Client");
|
|
12
|
+
const Client_6 = require("./api/resources/billingNotes/client/Client");
|
|
13
13
|
const Client_7 = require("./api/resources/payers/client/Client");
|
|
14
14
|
class CandidApiClient {
|
|
15
15
|
options;
|
|
@@ -24,21 +24,21 @@ class CandidApiClient {
|
|
|
24
24
|
get encounters() {
|
|
25
25
|
return (this._encounters ??= new Client_2.Encounters(this.options));
|
|
26
26
|
}
|
|
27
|
+
_expectedNetworkStatus;
|
|
28
|
+
get expectedNetworkStatus() {
|
|
29
|
+
return (this._expectedNetworkStatus ??= new Client_3.ExpectedNetworkStatus(this.options));
|
|
30
|
+
}
|
|
27
31
|
_guarantor;
|
|
28
32
|
get guarantor() {
|
|
29
|
-
return (this._guarantor ??= new
|
|
33
|
+
return (this._guarantor ??= new Client_4.Guarantor(this.options));
|
|
30
34
|
}
|
|
31
35
|
_tasks;
|
|
32
36
|
get tasks() {
|
|
33
|
-
return (this._tasks ??= new
|
|
37
|
+
return (this._tasks ??= new Client_5.Tasks(this.options));
|
|
34
38
|
}
|
|
35
39
|
_billingNotes;
|
|
36
40
|
get billingNotes() {
|
|
37
|
-
return (this._billingNotes ??= new
|
|
38
|
-
}
|
|
39
|
-
_expectedNetworkStatus;
|
|
40
|
-
get expectedNetworkStatus() {
|
|
41
|
-
return (this._expectedNetworkStatus ??= new Client_6.ExpectedNetworkStatus(this.options));
|
|
41
|
+
return (this._billingNotes ??= new Client_6.BillingNotes(this.options));
|
|
42
42
|
}
|
|
43
43
|
_payers;
|
|
44
44
|
get payers() {
|
|
@@ -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.4.
|
|
51
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.auth.v2.AuthGetTokenRequest.jsonOrThrow(request, {
|
|
@@ -48,7 +48,7 @@ class BillingNotes {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.4.
|
|
51
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.StandaloneBillingNoteCreate.jsonOrThrow(request, {
|
|
@@ -103,7 +103,7 @@ class V4 {
|
|
|
103
103
|
Authorization: await this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.4.
|
|
106
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
107
107
|
},
|
|
108
108
|
contentType: "application/json",
|
|
109
109
|
queryParameters: _queryParams,
|
|
@@ -133,7 +133,7 @@ class V4 {
|
|
|
133
133
|
Authorization: await this._getAuthorizationHeader(),
|
|
134
134
|
"X-Fern-Language": "JavaScript",
|
|
135
135
|
"X-Fern-SDK-Name": "candidhealth",
|
|
136
|
-
"X-Fern-SDK-Version": "0.4.
|
|
136
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
137
137
|
},
|
|
138
138
|
contentType: "application/json",
|
|
139
139
|
timeoutMs: 60000,
|
|
@@ -162,7 +162,7 @@ class V4 {
|
|
|
162
162
|
Authorization: await this._getAuthorizationHeader(),
|
|
163
163
|
"X-Fern-Language": "JavaScript",
|
|
164
164
|
"X-Fern-SDK-Name": "candidhealth",
|
|
165
|
-
"X-Fern-SDK-Version": "0.4.
|
|
165
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
166
166
|
},
|
|
167
167
|
contentType: "application/json",
|
|
168
168
|
body: await serializers.encounters.v4.EncounterCreate.jsonOrThrow(request, {
|
|
@@ -212,7 +212,7 @@ class V4 {
|
|
|
212
212
|
Authorization: await this._getAuthorizationHeader(),
|
|
213
213
|
"X-Fern-Language": "JavaScript",
|
|
214
214
|
"X-Fern-SDK-Name": "candidhealth",
|
|
215
|
-
"X-Fern-SDK-Version": "0.4.
|
|
215
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
216
216
|
},
|
|
217
217
|
contentType: "application/json",
|
|
218
218
|
body: await serializers.encounters.v4.EncounterUpdate.jsonOrThrow(request, {
|
|
@@ -261,7 +261,7 @@ class V4 {
|
|
|
261
261
|
Authorization: await this._getAuthorizationHeader(),
|
|
262
262
|
"X-Fern-Language": "JavaScript",
|
|
263
263
|
"X-Fern-SDK-Name": "candidhealth",
|
|
264
|
-
"X-Fern-SDK-Version": "0.4.
|
|
264
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
265
265
|
},
|
|
266
266
|
contentType: "application/json",
|
|
267
267
|
timeoutMs: 60000,
|
|
@@ -290,7 +290,7 @@ class V4 {
|
|
|
290
290
|
Authorization: await this._getAuthorizationHeader(),
|
|
291
291
|
"X-Fern-Language": "JavaScript",
|
|
292
292
|
"X-Fern-SDK-Name": "candidhealth",
|
|
293
|
-
"X-Fern-SDK-Version": "0.4.
|
|
293
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
294
294
|
},
|
|
295
295
|
contentType: "application/json",
|
|
296
296
|
timeoutMs: 60000,
|
|
@@ -322,7 +322,7 @@ class V4 {
|
|
|
322
322
|
Authorization: await this._getAuthorizationHeader(),
|
|
323
323
|
"X-Fern-Language": "JavaScript",
|
|
324
324
|
"X-Fern-SDK-Name": "candidhealth",
|
|
325
|
-
"X-Fern-SDK-Version": "0.4.
|
|
325
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
326
326
|
},
|
|
327
327
|
contentType: "application/json",
|
|
328
328
|
timeoutMs: 60000,
|
|
@@ -351,7 +351,7 @@ class V4 {
|
|
|
351
351
|
Authorization: await this._getAuthorizationHeader(),
|
|
352
352
|
"X-Fern-Language": "JavaScript",
|
|
353
353
|
"X-Fern-SDK-Name": "candidhealth",
|
|
354
|
-
"X-Fern-SDK-Version": "0.4.
|
|
354
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
355
355
|
},
|
|
356
356
|
contentType: "application/json",
|
|
357
357
|
timeoutMs: 60000,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as environments from "../../../../environments";
|
|
5
5
|
import * as core from "../../../../core";
|
|
6
|
-
import
|
|
6
|
+
import { V1 } from "../resources/v1/client/Client";
|
|
7
7
|
export declare namespace ExpectedNetworkStatus {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: environments.CandidApiEnvironment | string;
|
|
@@ -13,6 +13,6 @@ export declare namespace ExpectedNetworkStatus {
|
|
|
13
13
|
export declare class ExpectedNetworkStatus {
|
|
14
14
|
protected readonly options: ExpectedNetworkStatus.Options;
|
|
15
15
|
constructor(options: ExpectedNetworkStatus.Options);
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
protected _v1: V1 | undefined;
|
|
17
|
+
get v1(): V1;
|
|
18
18
|
}
|
|
@@ -2,82 +2,17 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* This file was auto-generated by Fern from our API Definition.
|
|
4
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
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
-
};
|
|
31
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
6
|
exports.ExpectedNetworkStatus = void 0;
|
|
33
|
-
const
|
|
34
|
-
const core = __importStar(require("../../../../core"));
|
|
35
|
-
const CandidApi = __importStar(require("../../.."));
|
|
36
|
-
const serializers = __importStar(require("../../../../serialization"));
|
|
37
|
-
const url_join_1 = __importDefault(require("url-join"));
|
|
7
|
+
const Client_1 = require("../resources/v1/client/Client");
|
|
38
8
|
class ExpectedNetworkStatus {
|
|
39
9
|
options;
|
|
40
10
|
constructor(options) {
|
|
41
11
|
this.options = options;
|
|
42
12
|
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
method: "POST",
|
|
47
|
-
headers: {
|
|
48
|
-
Authorization: await this._getAuthorizationHeader(),
|
|
49
|
-
"X-Fern-Language": "JavaScript",
|
|
50
|
-
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.4.7",
|
|
52
|
-
},
|
|
53
|
-
contentType: "application/json",
|
|
54
|
-
body: await serializers.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
55
|
-
unrecognizedObjectKeys: "strip",
|
|
56
|
-
}),
|
|
57
|
-
timeoutMs: 60000,
|
|
58
|
-
});
|
|
59
|
-
if (_response.ok) {
|
|
60
|
-
return {
|
|
61
|
-
ok: true,
|
|
62
|
-
body: await serializers.ExpectedNetworkStatusResponse.parseOrThrow(_response.body, {
|
|
63
|
-
unrecognizedObjectKeys: "passthrough",
|
|
64
|
-
allowUnrecognizedUnionMembers: true,
|
|
65
|
-
allowUnrecognizedEnumValues: true,
|
|
66
|
-
breadcrumbsPrefix: ["response"],
|
|
67
|
-
}),
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
return {
|
|
71
|
-
ok: false,
|
|
72
|
-
error: CandidApi.expectedNetworkStatus.compute.Error._unknown(_response.error),
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
async _getAuthorizationHeader() {
|
|
76
|
-
const bearer = await core.Supplier.get(this.options.token);
|
|
77
|
-
if (bearer != null) {
|
|
78
|
-
return `Bearer ${bearer}`;
|
|
79
|
-
}
|
|
80
|
-
return undefined;
|
|
13
|
+
_v1;
|
|
14
|
+
get v1() {
|
|
15
|
+
return (this._v1 ??= new Client_1.V1(this.options));
|
|
81
16
|
}
|
|
82
17
|
}
|
|
83
18
|
exports.ExpectedNetworkStatus = ExpectedNetworkStatus;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
export * as compute from "./compute";
|
|
1
|
+
export {};
|
|
@@ -1,31 +1,2 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
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
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.compute = void 0;
|
|
30
|
-
__exportStar(require("./requests"), exports);
|
|
31
|
-
exports.compute = __importStar(require("./compute"));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./resources";
|
|
2
2
|
export * from "./client";
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
18
18
|
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as CandidApi from "../../../../..";
|
|
7
|
+
export declare namespace V1 {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: environments.CandidApiEnvironment | string;
|
|
10
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export declare class V1 {
|
|
14
|
+
protected readonly options: V1.Options;
|
|
15
|
+
constructor(options: V1.Options);
|
|
16
|
+
compute(request: CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest): Promise<core.APIResponse<CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse, CandidApi.expectedNetworkStatus.v1.compute.Error>>;
|
|
17
|
+
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.V1 = void 0;
|
|
33
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
34
|
+
const core = __importStar(require("../../../../../../core"));
|
|
35
|
+
const CandidApi = __importStar(require("../../../../.."));
|
|
36
|
+
const serializers = __importStar(require("../../../../../../serialization"));
|
|
37
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
38
|
+
class V1 {
|
|
39
|
+
options;
|
|
40
|
+
constructor(options) {
|
|
41
|
+
this.options = options;
|
|
42
|
+
}
|
|
43
|
+
async compute(request) {
|
|
44
|
+
const _response = await core.fetcher({
|
|
45
|
+
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, "/api/expected-network-status/v1"),
|
|
46
|
+
method: "POST",
|
|
47
|
+
headers: {
|
|
48
|
+
Authorization: await this._getAuthorizationHeader(),
|
|
49
|
+
"X-Fern-Language": "JavaScript",
|
|
50
|
+
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
52
|
+
},
|
|
53
|
+
contentType: "application/json",
|
|
54
|
+
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
55
|
+
unrecognizedObjectKeys: "strip",
|
|
56
|
+
}),
|
|
57
|
+
timeoutMs: 60000,
|
|
58
|
+
});
|
|
59
|
+
if (_response.ok) {
|
|
60
|
+
return {
|
|
61
|
+
ok: true,
|
|
62
|
+
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusResponse.parseOrThrow(_response.body, {
|
|
63
|
+
unrecognizedObjectKeys: "passthrough",
|
|
64
|
+
allowUnrecognizedUnionMembers: true,
|
|
65
|
+
allowUnrecognizedEnumValues: true,
|
|
66
|
+
breadcrumbsPrefix: ["response"],
|
|
67
|
+
}),
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
ok: false,
|
|
72
|
+
error: CandidApi.expectedNetworkStatus.v1.compute.Error._unknown(_response.error),
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
async _getAuthorizationHeader() {
|
|
76
|
+
const bearer = await core.Supplier.get(this.options.token);
|
|
77
|
+
if (bearer != null) {
|
|
78
|
+
return `Bearer ${bearer}`;
|
|
79
|
+
}
|
|
80
|
+
return undefined;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.V1 = V1;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as CandidApi from "
|
|
5
|
-
import * as core from "
|
|
6
|
-
export declare type Error = CandidApi.expectedNetworkStatus.compute.Error._Unknown;
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
export declare type Error = CandidApi.expectedNetworkStatus.v1.compute.Error._Unknown;
|
|
7
7
|
export declare namespace Error {
|
|
8
8
|
interface _Unknown extends _Utils {
|
|
9
9
|
errorName: void;
|
|
10
10
|
content: core.Fetcher.Error;
|
|
11
11
|
}
|
|
12
12
|
interface _Utils {
|
|
13
|
-
_visit: <_Result>(visitor: CandidApi.expectedNetworkStatus.compute.Error._Visitor<_Result>) => _Result;
|
|
13
|
+
_visit: <_Result>(visitor: CandidApi.expectedNetworkStatus.v1.compute.Error._Visitor<_Result>) => _Result;
|
|
14
14
|
}
|
|
15
15
|
interface _Visitor<_Result> {
|
|
16
16
|
_other: (value: core.Fetcher.Error) => _Result;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
export declare const Error: {
|
|
20
|
-
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.expectedNetworkStatus.compute.Error._Unknown;
|
|
21
|
-
readonly _visit: <_Result>(value: CandidApi.expectedNetworkStatus.compute.Error, visitor: CandidApi.expectedNetworkStatus.compute.Error._Visitor<_Result>) => _Result;
|
|
20
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.expectedNetworkStatus.v1.compute.Error._Unknown;
|
|
21
|
+
readonly _visit: <_Result>(value: CandidApi.expectedNetworkStatus.v1.compute.Error, visitor: CandidApi.expectedNetworkStatus.v1.compute.Error._Visitor<_Result>) => _Result;
|
|
22
22
|
};
|
|
@@ -27,14 +27,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.Error = void 0;
|
|
30
|
-
const CandidApi = __importStar(require("
|
|
30
|
+
const CandidApi = __importStar(require("../../../../.."));
|
|
31
31
|
exports.Error = {
|
|
32
32
|
_unknown: (fetcherError) => {
|
|
33
33
|
return {
|
|
34
34
|
errorName: undefined,
|
|
35
35
|
content: fetcherError,
|
|
36
36
|
_visit: function (visitor) {
|
|
37
|
-
return CandidApi.expectedNetworkStatus.compute.Error._visit(this, visitor);
|
|
37
|
+
return CandidApi.expectedNetworkStatus.v1.compute.Error._visit(this, visitor);
|
|
38
38
|
},
|
|
39
39
|
};
|
|
40
40
|
},
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
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.compute = void 0;
|
|
30
|
+
__exportStar(require("./requests"), exports);
|
|
31
|
+
exports.compute = __importStar(require("./compute"));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as CandidApi from "
|
|
4
|
+
import * as CandidApi from "../../../../../..";
|
|
5
5
|
export interface ExpectedNetworkStatusRequest {
|
|
6
6
|
externalPatientId?: string;
|
|
7
7
|
subscriberPayerId: string;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as CandidApi from "
|
|
4
|
+
import * as CandidApi from "../../../../..";
|
|
5
5
|
export interface ExpectedNetworkStatusResponse {
|
|
6
|
-
expectedNetworkStatus: CandidApi.ExpectedNetworkStatus;
|
|
6
|
+
expectedNetworkStatus: CandidApi.expectedNetworkStatus.v1.ExpectedNetworkStatus;
|
|
7
7
|
explanation: string;
|
|
8
8
|
contractId?: CandidApi.ContractId;
|
|
9
9
|
}
|
|
@@ -48,7 +48,7 @@ class V1 {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.4.
|
|
51
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
|
|
@@ -94,7 +94,7 @@ class V1 {
|
|
|
94
94
|
Authorization: await this._getAuthorizationHeader(),
|
|
95
95
|
"X-Fern-Language": "JavaScript",
|
|
96
96
|
"X-Fern-SDK-Name": "candidhealth",
|
|
97
|
-
"X-Fern-SDK-Version": "0.4.
|
|
97
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
98
98
|
},
|
|
99
99
|
contentType: "application/json",
|
|
100
100
|
timeoutMs: 60000,
|
|
@@ -123,7 +123,7 @@ class V1 {
|
|
|
123
123
|
Authorization: await this._getAuthorizationHeader(),
|
|
124
124
|
"X-Fern-Language": "JavaScript",
|
|
125
125
|
"X-Fern-SDK-Name": "candidhealth",
|
|
126
|
-
"X-Fern-SDK-Version": "0.4.
|
|
126
|
+
"X-Fern-SDK-Version": "0.4.9",
|
|
127
127
|
},
|
|
128
128
|
contentType: "application/json",
|
|
129
129
|
body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
|
package/api/resources/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * as auth from "./auth";
|
|
2
2
|
export * as encounterProviders from "./encounterProviders";
|
|
3
3
|
export * as encounters from "./encounters";
|
|
4
|
+
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
4
5
|
export * as guarantor from "./guarantor";
|
|
5
6
|
export * as organizationProviders from "./organizationProviders";
|
|
6
7
|
export * as patientPayments from "./patientPayments";
|
|
@@ -20,8 +21,6 @@ export * as diagnoses from "./diagnoses";
|
|
|
20
21
|
export * from "./diagnoses/types";
|
|
21
22
|
export * as era from "./era";
|
|
22
23
|
export * from "./era/types";
|
|
23
|
-
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
24
|
-
export * from "./expectedNetworkStatus/types";
|
|
25
24
|
export * as individual from "./individual";
|
|
26
25
|
export * from "./individual/types";
|
|
27
26
|
export * as insuranceCard from "./insuranceCard";
|
|
@@ -35,5 +34,4 @@ export * from "./serviceFacility/types";
|
|
|
35
34
|
export * as tags from "./tags";
|
|
36
35
|
export * from "./tags/types";
|
|
37
36
|
export * from "./billingNotes/client/requests";
|
|
38
|
-
export * from "./expectedNetworkStatus/client/requests";
|
|
39
37
|
export * from "./payers/client/requests";
|