@tryvital/vital-node 3.1.302 → 3.1.303
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 -0
- package/Client.js +7 -2
- package/api/resources/activity/client/Client.js +2 -2
- package/api/resources/aggregate/client/Client.js +3 -3
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/electrocardiogram/client/Client.js +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +1 -1
- package/api/resources/labTests/client/Client.js +42 -42
- package/api/resources/link/client/Client.js +19 -19
- package/api/resources/link/client/requests/IndividualProviderData.d.ts +1 -0
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/client/Client.js +1 -1
- package/api/resources/order/client/Client.js +1 -1
- package/api/resources/payor/client/Client.d.ts +46 -0
- package/api/resources/payor/client/Client.js +130 -0
- package/api/resources/payor/client/index.d.ts +1 -0
- package/api/resources/payor/client/index.js +17 -0
- package/api/resources/payor/client/requests/CreatePayorBody.d.ts +23 -0
- package/api/resources/payor/client/requests/CreatePayorBody.js +5 -0
- package/api/resources/payor/client/requests/index.d.ts +1 -0
- package/api/resources/payor/client/requests/index.js +2 -0
- package/api/resources/payor/index.d.ts +1 -0
- package/api/resources/payor/index.js +17 -0
- package/api/resources/profile/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +1 -1
- package/api/resources/sleep/client/Client.js +4 -4
- package/api/resources/sleepCycle/client/Client.js +1 -1
- package/api/resources/team/client/Client.js +7 -7
- package/api/resources/testkit/client/Client.js +2 -2
- package/api/resources/user/client/Client.js +16 -16
- package/api/resources/vitals/client/Client.js +78 -78
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/ClientFacingConnectionErrorDetailsErrorType.d.ts +2 -1
- package/api/types/ClientFacingConnectionErrorDetailsErrorType.js +1 -0
- package/api/types/ClientFacingPayor.d.ts +14 -0
- package/api/types/ClientFacingPayor.js +5 -0
- package/api/types/ClientFacingSleepCycle.d.ts +1 -0
- package/api/types/ProviderConnectionErrorErrorType.d.ts +2 -1
- package/api/types/ProviderConnectionErrorErrorType.js +1 -0
- package/api/types/ProviderLinkResponse.d.ts +5 -1
- package/api/types/ProviderLinkResponseErrorType.d.ts +18 -0
- package/api/types/ProviderLinkResponseErrorType.js +20 -0
- package/api/types/ProviderMfaRequest.d.ts +2 -1
- package/api/types/ProviderMfaRequestMethod.d.ts +1 -1
- package/api/types/index.d.ts +2 -0
- package/api/types/index.js +2 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +7 -2
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +3 -3
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/insurance/client/Client.js +3 -3
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +1 -1
- package/dist/api/resources/labTests/client/Client.js +42 -42
- package/dist/api/resources/link/client/Client.js +19 -19
- package/dist/api/resources/link/client/requests/IndividualProviderData.d.ts +1 -0
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
- package/dist/api/resources/order/client/Client.js +1 -1
- package/dist/api/resources/payor/client/Client.d.ts +46 -0
- package/dist/api/resources/payor/client/Client.js +130 -0
- package/dist/api/resources/payor/client/index.d.ts +1 -0
- package/dist/api/resources/payor/client/index.js +17 -0
- package/dist/api/resources/payor/client/requests/CreatePayorBody.d.ts +23 -0
- package/dist/api/resources/payor/client/requests/CreatePayorBody.js +5 -0
- package/dist/api/resources/payor/client/requests/index.d.ts +1 -0
- package/dist/api/resources/payor/client/requests/index.js +2 -0
- package/dist/api/resources/payor/index.d.ts +1 -0
- package/dist/api/resources/payor/index.js +17 -0
- package/dist/api/resources/profile/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +1 -1
- package/dist/api/resources/sleep/client/Client.js +4 -4
- package/dist/api/resources/sleepCycle/client/Client.js +1 -1
- package/dist/api/resources/team/client/Client.js +7 -7
- package/dist/api/resources/testkit/client/Client.js +2 -2
- package/dist/api/resources/user/client/Client.js +16 -16
- package/dist/api/resources/vitals/client/Client.js +78 -78
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/ClientFacingConnectionErrorDetailsErrorType.d.ts +2 -1
- package/dist/api/types/ClientFacingConnectionErrorDetailsErrorType.js +1 -0
- package/dist/api/types/ClientFacingPayor.d.ts +14 -0
- package/dist/api/types/ClientFacingPayor.js +5 -0
- package/dist/api/types/ClientFacingSleepCycle.d.ts +1 -0
- package/dist/api/types/ProviderConnectionErrorErrorType.d.ts +2 -1
- package/dist/api/types/ProviderConnectionErrorErrorType.js +1 -0
- package/dist/api/types/ProviderLinkResponse.d.ts +5 -1
- package/dist/api/types/ProviderLinkResponseErrorType.d.ts +18 -0
- package/dist/api/types/ProviderLinkResponseErrorType.js +20 -0
- package/dist/api/types/ProviderMfaRequest.d.ts +2 -1
- package/dist/api/types/ProviderMfaRequestMethod.d.ts +1 -1
- package/dist/api/types/index.d.ts +2 -0
- package/dist/api/types/index.js +2 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/payor/client/index.d.ts +1 -0
- package/dist/serialization/resources/payor/client/index.js +17 -0
- package/dist/serialization/resources/payor/client/requests/CreatePayorBody.d.ts +17 -0
- package/dist/serialization/resources/payor/client/requests/CreatePayorBody.js +38 -0
- package/dist/serialization/resources/payor/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/payor/client/requests/index.js +5 -0
- package/dist/serialization/resources/payor/index.d.ts +1 -0
- package/dist/serialization/resources/payor/index.js +17 -0
- package/dist/serialization/types/ClientFacingConnectionErrorDetailsErrorType.d.ts +1 -1
- package/dist/serialization/types/ClientFacingConnectionErrorDetailsErrorType.js +1 -0
- package/dist/serialization/types/ClientFacingPayor.d.ts +16 -0
- package/dist/serialization/types/ClientFacingPayor.js +37 -0
- package/dist/serialization/types/ClientFacingSleepCycle.d.ts +1 -0
- package/dist/serialization/types/ClientFacingSleepCycle.js +1 -0
- package/dist/serialization/types/ProviderConnectionErrorErrorType.d.ts +1 -1
- package/dist/serialization/types/ProviderConnectionErrorErrorType.js +1 -0
- package/dist/serialization/types/ProviderLinkResponse.d.ts +2 -1
- package/dist/serialization/types/ProviderLinkResponse.js +2 -1
- package/dist/serialization/types/ProviderLinkResponseErrorType.d.ts +10 -0
- package/dist/serialization/types/ProviderLinkResponseErrorType.js +44 -0
- package/dist/serialization/types/index.d.ts +2 -0
- package/dist/serialization/types/index.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +59 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/payor/client/index.d.ts +1 -0
- package/serialization/resources/payor/client/index.js +17 -0
- package/serialization/resources/payor/client/requests/CreatePayorBody.d.ts +17 -0
- package/serialization/resources/payor/client/requests/CreatePayorBody.js +38 -0
- package/serialization/resources/payor/client/requests/index.d.ts +1 -0
- package/serialization/resources/payor/client/requests/index.js +5 -0
- package/serialization/resources/payor/index.d.ts +1 -0
- package/serialization/resources/payor/index.js +17 -0
- package/serialization/types/ClientFacingConnectionErrorDetailsErrorType.d.ts +1 -1
- package/serialization/types/ClientFacingConnectionErrorDetailsErrorType.js +1 -0
- package/serialization/types/ClientFacingPayor.d.ts +16 -0
- package/serialization/types/ClientFacingPayor.js +37 -0
- package/serialization/types/ClientFacingSleepCycle.d.ts +1 -0
- package/serialization/types/ClientFacingSleepCycle.js +1 -0
- package/serialization/types/ProviderConnectionErrorErrorType.d.ts +1 -1
- package/serialization/types/ProviderConnectionErrorErrorType.js +1 -0
- package/serialization/types/ProviderLinkResponse.d.ts +2 -1
- package/serialization/types/ProviderLinkResponse.js +2 -1
- package/serialization/types/ProviderLinkResponseErrorType.d.ts +10 -0
- package/serialization/types/ProviderLinkResponseErrorType.js +44 -0
- package/serialization/types/index.d.ts +2 -0
- package/serialization/types/index.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -78,7 +78,7 @@ class Workouts {
|
|
78
78
|
const _response = yield core.fetcher({
|
79
79
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}`),
|
80
80
|
method: "GET",
|
81
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
81
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.303", "User-Agent": "@tryvital/vital-node/3.1.303", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
82
82
|
contentType: "application/json",
|
83
83
|
queryParameters: _queryParams,
|
84
84
|
requestType: "json",
|
@@ -154,7 +154,7 @@ class Workouts {
|
|
154
154
|
const _response = yield core.fetcher({
|
155
155
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}/raw`),
|
156
156
|
method: "GET",
|
157
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
157
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.303", "User-Agent": "@tryvital/vital-node/3.1.303", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
158
158
|
contentType: "application/json",
|
159
159
|
queryParameters: _queryParams,
|
160
160
|
requestType: "json",
|
@@ -216,7 +216,7 @@ class Workouts {
|
|
216
216
|
const _response = yield core.fetcher({
|
217
217
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${encodeURIComponent(workoutId)}/stream`),
|
218
218
|
method: "GET",
|
219
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.
|
219
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.303", "User-Agent": "@tryvital/vital-node/3.1.303", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
220
220
|
contentType: "application/json",
|
221
221
|
requestType: "json",
|
222
222
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
@@ -4,7 +4,7 @@
|
|
4
4
|
/**
|
5
5
|
* ℹ️ This enum is non-exhaustive.
|
6
6
|
*/
|
7
|
-
export declare type ClientFacingConnectionErrorDetailsErrorType = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "unknown";
|
7
|
+
export declare type ClientFacingConnectionErrorDetailsErrorType = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "provider_password_expired" | "unknown";
|
8
8
|
export declare const ClientFacingConnectionErrorDetailsErrorType: {
|
9
9
|
readonly TokenRefreshFailed: "token_refresh_failed";
|
10
10
|
readonly WebhookRegistrationFailed: "webhook_registration_failed";
|
@@ -12,5 +12,6 @@ export declare const ClientFacingConnectionErrorDetailsErrorType: {
|
|
12
12
|
readonly DeregisteredPerProvider: "deregistered_per_provider";
|
13
13
|
readonly RequiredScopesNotGranted: "required_scopes_not_granted";
|
14
14
|
readonly ProviderCredentialError: "provider_credential_error";
|
15
|
+
readonly ProviderPasswordExpired: "provider_password_expired";
|
15
16
|
readonly Unknown: "unknown";
|
16
17
|
};
|
@@ -11,5 +11,6 @@ exports.ClientFacingConnectionErrorDetailsErrorType = {
|
|
11
11
|
DeregisteredPerProvider: "deregistered_per_provider",
|
12
12
|
RequiredScopesNotGranted: "required_scopes_not_granted",
|
13
13
|
ProviderCredentialError: "provider_credential_error",
|
14
|
+
ProviderPasswordExpired: "provider_password_expired",
|
14
15
|
Unknown: "unknown",
|
15
16
|
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as Vital from "../index";
|
5
|
+
export interface ClientFacingPayor {
|
6
|
+
/** Payor code returned for the insurance information. */
|
7
|
+
payorCode: string;
|
8
|
+
/** Insurance name returned for the insurance information. */
|
9
|
+
name: string;
|
10
|
+
/** Insurance name aliases returned for the insurance information. */
|
11
|
+
aliases: string[];
|
12
|
+
/** Insurance business address returned for the insurance information. */
|
13
|
+
orgAddress: Vital.Address;
|
14
|
+
}
|
@@ -4,7 +4,7 @@
|
|
4
4
|
/**
|
5
5
|
* ℹ️ This enum is non-exhaustive.
|
6
6
|
*/
|
7
|
-
export declare type ProviderConnectionErrorErrorType = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "unknown";
|
7
|
+
export declare type ProviderConnectionErrorErrorType = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "provider_password_expired" | "unknown";
|
8
8
|
export declare const ProviderConnectionErrorErrorType: {
|
9
9
|
readonly TokenRefreshFailed: "token_refresh_failed";
|
10
10
|
readonly WebhookRegistrationFailed: "webhook_registration_failed";
|
@@ -12,5 +12,6 @@ export declare const ProviderConnectionErrorErrorType: {
|
|
12
12
|
readonly DeregisteredPerProvider: "deregistered_per_provider";
|
13
13
|
readonly RequiredScopesNotGranted: "required_scopes_not_granted";
|
14
14
|
readonly ProviderCredentialError: "provider_credential_error";
|
15
|
+
readonly ProviderPasswordExpired: "provider_password_expired";
|
15
16
|
readonly Unknown: "unknown";
|
16
17
|
};
|
@@ -11,5 +11,6 @@ exports.ProviderConnectionErrorErrorType = {
|
|
11
11
|
DeregisteredPerProvider: "deregistered_per_provider",
|
12
12
|
RequiredScopesNotGranted: "required_scopes_not_granted",
|
13
13
|
ProviderCredentialError: "provider_credential_error",
|
14
|
+
ProviderPasswordExpired: "provider_password_expired",
|
14
15
|
Unknown: "unknown",
|
15
16
|
};
|
@@ -5,9 +5,13 @@ import * as Vital from "../index";
|
|
5
5
|
export interface ProviderLinkResponse {
|
6
6
|
/** ℹ️ This enum is non-exhaustive. */
|
7
7
|
state: Vital.ProviderLinkResponseState;
|
8
|
+
/** The redirect URL you supplied when creating the Link Token (via `POST /v2/link/token`). */
|
8
9
|
redirectUrl?: string;
|
9
|
-
|
10
|
+
/** The Link Error Type. This field is populated only when state is `error`. */
|
11
|
+
errorType?: Vital.ProviderLinkResponseErrorType;
|
12
|
+
/** A developer-readable debug description of the Link Error. This field is populated only when state is `error`. */
|
10
13
|
error?: string;
|
14
|
+
/** The provider MFA request. This field is populated only when state is `pending_provider_mfa`. */
|
11
15
|
providerMfa?: Vital.ProviderMfaRequest;
|
12
16
|
provider: Vital.PasswordProviders;
|
13
17
|
connected: boolean;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
export declare type ProviderLinkResponseErrorType = "invalid_token" | "token_expired" | "token_not_validated" | "token_consumed" | "provider_credential_error" | "provider_password_expired" | "provider_api_error" | "unsupported_region" | "duplicate_connection" | "required_scopes_not_granted" | "incorrect_mfa_code" | "user_cancelled";
|
5
|
+
export declare const ProviderLinkResponseErrorType: {
|
6
|
+
readonly InvalidToken: "invalid_token";
|
7
|
+
readonly TokenExpired: "token_expired";
|
8
|
+
readonly TokenNotValidated: "token_not_validated";
|
9
|
+
readonly TokenConsumed: "token_consumed";
|
10
|
+
readonly ProviderCredentialError: "provider_credential_error";
|
11
|
+
readonly ProviderPasswordExpired: "provider_password_expired";
|
12
|
+
readonly ProviderApiError: "provider_api_error";
|
13
|
+
readonly UnsupportedRegion: "unsupported_region";
|
14
|
+
readonly DuplicateConnection: "duplicate_connection";
|
15
|
+
readonly RequiredScopesNotGranted: "required_scopes_not_granted";
|
16
|
+
readonly IncorrectMfaCode: "incorrect_mfa_code";
|
17
|
+
readonly UserCancelled: "user_cancelled";
|
18
|
+
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
4
|
+
*/
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.ProviderLinkResponseErrorType = void 0;
|
7
|
+
exports.ProviderLinkResponseErrorType = {
|
8
|
+
InvalidToken: "invalid_token",
|
9
|
+
TokenExpired: "token_expired",
|
10
|
+
TokenNotValidated: "token_not_validated",
|
11
|
+
TokenConsumed: "token_consumed",
|
12
|
+
ProviderCredentialError: "provider_credential_error",
|
13
|
+
ProviderPasswordExpired: "provider_password_expired",
|
14
|
+
ProviderApiError: "provider_api_error",
|
15
|
+
UnsupportedRegion: "unsupported_region",
|
16
|
+
DuplicateConnection: "duplicate_connection",
|
17
|
+
RequiredScopesNotGranted: "required_scopes_not_granted",
|
18
|
+
IncorrectMfaCode: "incorrect_mfa_code",
|
19
|
+
UserCancelled: "user_cancelled",
|
20
|
+
};
|
@@ -3,7 +3,8 @@
|
|
3
3
|
*/
|
4
4
|
import * as Vital from "../index";
|
5
5
|
export interface ProviderMfaRequest {
|
6
|
-
/** ℹ️ This enum is non-exhaustive. */
|
6
|
+
/** The MFA method requested by the password provider to complete authentication. ℹ️ This enum is non-exhaustive. */
|
7
7
|
method: Vital.ProviderMfaRequestMethod;
|
8
|
+
/** The MFA hint provided by the password provider, e.g., the redacted phone number. */
|
8
9
|
hint: string;
|
9
10
|
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
4
|
/**
|
5
|
-
* ℹ️ This enum is non-exhaustive.
|
5
|
+
* The MFA method requested by the password provider to complete authentication. ℹ️ This enum is non-exhaustive.
|
6
6
|
*/
|
7
7
|
export declare type ProviderMfaRequestMethod = "sms" | "email";
|
8
8
|
export declare const ProviderMfaRequestMethod: {
|
@@ -123,6 +123,7 @@ export * from "./ClientFacingOrderDetails";
|
|
123
123
|
export * from "./ClientFacingOrder";
|
124
124
|
export * from "./ClientFacingOrderEvent";
|
125
125
|
export * from "./ClientFacingPatientDetailsCompatible";
|
126
|
+
export * from "./ClientFacingPayor";
|
126
127
|
export * from "./ClientFacingPayorSearchResponse";
|
127
128
|
export * from "./ClientFacingPayorSearchResponseDeprecated";
|
128
129
|
export * from "./ClientFacingPeakExpiratoryFlowRateSample";
|
@@ -315,6 +316,7 @@ export * from "./ProviderConnectionCreated";
|
|
315
316
|
export * from "./ProviderConnectionErrorErrorType";
|
316
317
|
export * from "./ProviderConnectionError";
|
317
318
|
export * from "./ProviderLinkResponseState";
|
319
|
+
export * from "./ProviderLinkResponseErrorType";
|
318
320
|
export * from "./ProviderLinkResponse";
|
319
321
|
export * from "./ProviderMfaRequestMethod";
|
320
322
|
export * from "./ProviderMfaRequest";
|
package/dist/api/types/index.js
CHANGED
@@ -139,6 +139,7 @@ __exportStar(require("./ClientFacingOrderDetails"), exports);
|
|
139
139
|
__exportStar(require("./ClientFacingOrder"), exports);
|
140
140
|
__exportStar(require("./ClientFacingOrderEvent"), exports);
|
141
141
|
__exportStar(require("./ClientFacingPatientDetailsCompatible"), exports);
|
142
|
+
__exportStar(require("./ClientFacingPayor"), exports);
|
142
143
|
__exportStar(require("./ClientFacingPayorSearchResponse"), exports);
|
143
144
|
__exportStar(require("./ClientFacingPayorSearchResponseDeprecated"), exports);
|
144
145
|
__exportStar(require("./ClientFacingPeakExpiratoryFlowRateSample"), exports);
|
@@ -331,6 +332,7 @@ __exportStar(require("./ProviderConnectionCreated"), exports);
|
|
331
332
|
__exportStar(require("./ProviderConnectionErrorErrorType"), exports);
|
332
333
|
__exportStar(require("./ProviderConnectionError"), exports);
|
333
334
|
__exportStar(require("./ProviderLinkResponseState"), exports);
|
335
|
+
__exportStar(require("./ProviderLinkResponseErrorType"), exports);
|
334
336
|
__exportStar(require("./ProviderLinkResponse"), exports);
|
335
337
|
__exportStar(require("./ProviderMfaRequestMethod"), exports);
|
336
338
|
__exportStar(require("./ProviderMfaRequest"), exports);
|
@@ -17,4 +17,6 @@ export * from "./testkit/client/requests";
|
|
17
17
|
export * as order from "./order";
|
18
18
|
export * from "./order/client/requests";
|
19
19
|
export * from "./insurance/client/requests";
|
20
|
+
export * as payor from "./payor";
|
21
|
+
export * from "./payor/client/requests";
|
20
22
|
export * from "./aggregate/client/requests";
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
27
27
|
};
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
|
-
exports.order = exports.testkit = exports.insurance = exports.providers = exports.team = exports.user = exports.vitals = exports.aggregate = exports.labTests = exports.link = void 0;
|
29
|
+
exports.payor = exports.order = exports.testkit = exports.insurance = exports.providers = exports.team = exports.user = exports.vitals = exports.aggregate = exports.labTests = exports.link = void 0;
|
30
30
|
exports.link = __importStar(require("./link"));
|
31
31
|
__exportStar(require("./link/types"), exports);
|
32
32
|
exports.labTests = __importStar(require("./labTests"));
|
@@ -46,4 +46,6 @@ __exportStar(require("./testkit/client/requests"), exports);
|
|
46
46
|
exports.order = __importStar(require("./order"));
|
47
47
|
__exportStar(require("./order/client/requests"), exports);
|
48
48
|
__exportStar(require("./insurance/client/requests"), exports);
|
49
|
+
exports.payor = __importStar(require("./payor"));
|
50
|
+
__exportStar(require("./payor/client/requests"), exports);
|
49
51
|
__exportStar(require("./aggregate/client/requests"), exports);
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./requests";
|
@@ -0,0 +1,17 @@
|
|
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("./requests"), exports);
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../../../../index";
|
5
|
+
import * as Vital from "../../../../../api/index";
|
6
|
+
import * as core from "../../../../../core";
|
7
|
+
import { Address } from "../../../../types/Address";
|
8
|
+
import { PayorCodeExternalProvider } from "../../../../types/PayorCodeExternalProvider";
|
9
|
+
export declare const CreatePayorBody: core.serialization.Schema<serializers.CreatePayorBody.Raw, Vital.CreatePayorBody>;
|
10
|
+
export declare namespace CreatePayorBody {
|
11
|
+
interface Raw {
|
12
|
+
name: string;
|
13
|
+
address: Address.Raw;
|
14
|
+
provider?: PayorCodeExternalProvider.Raw | null;
|
15
|
+
provider_payor_id?: string | null;
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,38 @@
|
|
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.CreatePayorBody = void 0;
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
31
|
+
const Address_1 = require("../../../../types/Address");
|
32
|
+
const PayorCodeExternalProvider_1 = require("../../../../types/PayorCodeExternalProvider");
|
33
|
+
exports.CreatePayorBody = core.serialization.object({
|
34
|
+
name: core.serialization.string(),
|
35
|
+
address: Address_1.Address,
|
36
|
+
provider: PayorCodeExternalProvider_1.PayorCodeExternalProvider.optional(),
|
37
|
+
providerPayorId: core.serialization.property("provider_payor_id", core.serialization.string().optional()),
|
38
|
+
});
|
@@ -0,0 +1 @@
|
|
1
|
+
export { CreatePayorBody } from "./CreatePayorBody";
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.CreatePayorBody = void 0;
|
4
|
+
var CreatePayorBody_1 = require("./CreatePayorBody");
|
5
|
+
Object.defineProperty(exports, "CreatePayorBody", { enumerable: true, get: function () { return CreatePayorBody_1.CreatePayorBody; } });
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./client";
|
@@ -0,0 +1,17 @@
|
|
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("./client"), exports);
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const ClientFacingConnectionErrorDetailsErrorType: core.serialization.Schema<serializers.ClientFacingConnectionErrorDetailsErrorType.Raw, Vital.ClientFacingConnectionErrorDetailsErrorType>;
|
8
8
|
export declare namespace ClientFacingConnectionErrorDetailsErrorType {
|
9
|
-
type Raw = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "unknown";
|
9
|
+
type Raw = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "provider_password_expired" | "unknown";
|
10
10
|
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
import { Address } from "./Address";
|
8
|
+
export declare const ClientFacingPayor: core.serialization.ObjectSchema<serializers.ClientFacingPayor.Raw, Vital.ClientFacingPayor>;
|
9
|
+
export declare namespace ClientFacingPayor {
|
10
|
+
interface Raw {
|
11
|
+
payor_code: string;
|
12
|
+
name: string;
|
13
|
+
aliases: string[];
|
14
|
+
org_address: Address.Raw;
|
15
|
+
}
|
16
|
+
}
|
@@ -0,0 +1,37 @@
|
|
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.ClientFacingPayor = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const Address_1 = require("./Address");
|
32
|
+
exports.ClientFacingPayor = core.serialization.object({
|
33
|
+
payorCode: core.serialization.property("payor_code", core.serialization.string()),
|
34
|
+
name: core.serialization.string(),
|
35
|
+
aliases: core.serialization.list(core.serialization.string()),
|
36
|
+
orgAddress: core.serialization.property("org_address", Address_1.Address),
|
37
|
+
});
|
@@ -22,6 +22,7 @@ export declare namespace ClientFacingSleepCycle {
|
|
22
22
|
source_provider: ClientFacingSleepCycleSourceProvider.Raw;
|
23
23
|
source_type: ClientFacingSleepCycleSourceType.Raw;
|
24
24
|
source_app_id?: string | null;
|
25
|
+
source_device_id?: string | null;
|
25
26
|
created_at: string;
|
26
27
|
updated_at: string;
|
27
28
|
user_id: string;
|
@@ -44,6 +44,7 @@ exports.ClientFacingSleepCycle = core.serialization.object({
|
|
44
44
|
sourceProvider: core.serialization.property("source_provider", ClientFacingSleepCycleSourceProvider_1.ClientFacingSleepCycleSourceProvider),
|
45
45
|
sourceType: core.serialization.property("source_type", ClientFacingSleepCycleSourceType_1.ClientFacingSleepCycleSourceType),
|
46
46
|
sourceAppId: core.serialization.property("source_app_id", core.serialization.string().optional()),
|
47
|
+
sourceDeviceId: core.serialization.property("source_device_id", core.serialization.string().optional()),
|
47
48
|
createdAt: core.serialization.property("created_at", core.serialization.date()),
|
48
49
|
updatedAt: core.serialization.property("updated_at", core.serialization.date()),
|
49
50
|
userId: core.serialization.property("user_id", core.serialization.string()),
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const ProviderConnectionErrorErrorType: core.serialization.Schema<serializers.ProviderConnectionErrorErrorType.Raw, Vital.ProviderConnectionErrorErrorType>;
|
8
8
|
export declare namespace ProviderConnectionErrorErrorType {
|
9
|
-
type Raw = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "unknown";
|
9
|
+
type Raw = "token_refresh_failed" | "webhook_registration_failed" | "user_not_found" | "deregistered_per_provider" | "required_scopes_not_granted" | "provider_credential_error" | "provider_password_expired" | "unknown";
|
10
10
|
}
|
@@ -5,6 +5,7 @@ import * as serializers from "../index";
|
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
7
|
import { ProviderLinkResponseState } from "./ProviderLinkResponseState";
|
8
|
+
import { ProviderLinkResponseErrorType } from "./ProviderLinkResponseErrorType";
|
8
9
|
import { ProviderMfaRequest } from "./ProviderMfaRequest";
|
9
10
|
import { PasswordProviders } from "./PasswordProviders";
|
10
11
|
export declare const ProviderLinkResponse: core.serialization.ObjectSchema<serializers.ProviderLinkResponse.Raw, Vital.ProviderLinkResponse>;
|
@@ -12,7 +13,7 @@ export declare namespace ProviderLinkResponse {
|
|
12
13
|
interface Raw {
|
13
14
|
state: ProviderLinkResponseState.Raw;
|
14
15
|
redirect_url?: string | null;
|
15
|
-
error_type?:
|
16
|
+
error_type?: ProviderLinkResponseErrorType.Raw | null;
|
16
17
|
error?: string | null;
|
17
18
|
provider_mfa?: ProviderMfaRequest.Raw | null;
|
18
19
|
provider: PasswordProviders.Raw;
|
@@ -29,12 +29,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ProviderLinkResponse = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
const ProviderLinkResponseState_1 = require("./ProviderLinkResponseState");
|
32
|
+
const ProviderLinkResponseErrorType_1 = require("./ProviderLinkResponseErrorType");
|
32
33
|
const ProviderMfaRequest_1 = require("./ProviderMfaRequest");
|
33
34
|
const PasswordProviders_1 = require("./PasswordProviders");
|
34
35
|
exports.ProviderLinkResponse = core.serialization.object({
|
35
36
|
state: ProviderLinkResponseState_1.ProviderLinkResponseState,
|
36
37
|
redirectUrl: core.serialization.property("redirect_url", core.serialization.string().optional()),
|
37
|
-
errorType: core.serialization.property("error_type",
|
38
|
+
errorType: core.serialization.property("error_type", ProviderLinkResponseErrorType_1.ProviderLinkResponseErrorType.optional()),
|
38
39
|
error: core.serialization.string().optional(),
|
39
40
|
providerMfa: core.serialization.property("provider_mfa", ProviderMfaRequest_1.ProviderMfaRequest.optional()),
|
40
41
|
provider: PasswordProviders_1.PasswordProviders,
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
3
|
+
*/
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const ProviderLinkResponseErrorType: core.serialization.Schema<serializers.ProviderLinkResponseErrorType.Raw, Vital.ProviderLinkResponseErrorType>;
|
8
|
+
export declare namespace ProviderLinkResponseErrorType {
|
9
|
+
type Raw = "invalid_token" | "token_expired" | "token_not_validated" | "token_consumed" | "provider_credential_error" | "provider_password_expired" | "provider_api_error" | "unsupported_region" | "duplicate_connection" | "required_scopes_not_granted" | "incorrect_mfa_code" | "user_cancelled";
|
10
|
+
}
|
@@ -0,0 +1,44 @@
|
|
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.ProviderLinkResponseErrorType = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.ProviderLinkResponseErrorType = core.serialization.enum_([
|
32
|
+
"invalid_token",
|
33
|
+
"token_expired",
|
34
|
+
"token_not_validated",
|
35
|
+
"token_consumed",
|
36
|
+
"provider_credential_error",
|
37
|
+
"provider_password_expired",
|
38
|
+
"provider_api_error",
|
39
|
+
"unsupported_region",
|
40
|
+
"duplicate_connection",
|
41
|
+
"required_scopes_not_granted",
|
42
|
+
"incorrect_mfa_code",
|
43
|
+
"user_cancelled",
|
44
|
+
]);
|
@@ -123,6 +123,7 @@ export * from "./ClientFacingOrderDetails";
|
|
123
123
|
export * from "./ClientFacingOrder";
|
124
124
|
export * from "./ClientFacingOrderEvent";
|
125
125
|
export * from "./ClientFacingPatientDetailsCompatible";
|
126
|
+
export * from "./ClientFacingPayor";
|
126
127
|
export * from "./ClientFacingPayorSearchResponse";
|
127
128
|
export * from "./ClientFacingPayorSearchResponseDeprecated";
|
128
129
|
export * from "./ClientFacingPeakExpiratoryFlowRateSample";
|
@@ -315,6 +316,7 @@ export * from "./ProviderConnectionCreated";
|
|
315
316
|
export * from "./ProviderConnectionErrorErrorType";
|
316
317
|
export * from "./ProviderConnectionError";
|
317
318
|
export * from "./ProviderLinkResponseState";
|
319
|
+
export * from "./ProviderLinkResponseErrorType";
|
318
320
|
export * from "./ProviderLinkResponse";
|
319
321
|
export * from "./ProviderMfaRequestMethod";
|
320
322
|
export * from "./ProviderMfaRequest";
|
@@ -139,6 +139,7 @@ __exportStar(require("./ClientFacingOrderDetails"), exports);
|
|
139
139
|
__exportStar(require("./ClientFacingOrder"), exports);
|
140
140
|
__exportStar(require("./ClientFacingOrderEvent"), exports);
|
141
141
|
__exportStar(require("./ClientFacingPatientDetailsCompatible"), exports);
|
142
|
+
__exportStar(require("./ClientFacingPayor"), exports);
|
142
143
|
__exportStar(require("./ClientFacingPayorSearchResponse"), exports);
|
143
144
|
__exportStar(require("./ClientFacingPayorSearchResponseDeprecated"), exports);
|
144
145
|
__exportStar(require("./ClientFacingPeakExpiratoryFlowRateSample"), exports);
|
@@ -331,6 +332,7 @@ __exportStar(require("./ProviderConnectionCreated"), exports);
|
|
331
332
|
__exportStar(require("./ProviderConnectionErrorErrorType"), exports);
|
332
333
|
__exportStar(require("./ProviderConnectionError"), exports);
|
333
334
|
__exportStar(require("./ProviderLinkResponseState"), exports);
|
335
|
+
__exportStar(require("./ProviderLinkResponseErrorType"), exports);
|
334
336
|
__exportStar(require("./ProviderLinkResponse"), exports);
|
335
337
|
__exportStar(require("./ProviderMfaRequestMethod"), exports);
|
336
338
|
__exportStar(require("./ProviderMfaRequest"), exports);
|
package/dist/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.303";
|
package/dist/version.js
CHANGED