@tryvital/vital-node 3.1.426 → 3.1.428
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/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 -1
- package/api/resources/index.js +3 -2
- package/api/resources/insurance/client/Client.js +3 -3
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.js +41 -41
- package/api/resources/link/client/Client.js +19 -19
- 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.js +1 -1
- 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 +3 -3
- 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.d.ts +54 -43
- package/api/resources/user/client/Client.js +222 -159
- package/api/resources/user/client/requests/CreateUserPortalUrlBody.d.ts +24 -0
- package/api/resources/user/client/requests/CreateUserPortalUrlBody.js +5 -0
- package/api/resources/user/client/requests/index.d.ts +2 -1
- package/api/resources/user/index.d.ts +1 -0
- package/api/resources/user/index.js +1 -0
- package/api/resources/user/types/CreateUserPortalUrlBodyContext.d.ts +17 -0
- package/api/resources/user/types/CreateUserPortalUrlBodyContext.js +10 -0
- package/api/resources/user/types/index.d.ts +1 -0
- package/api/resources/user/types/index.js +17 -0
- package/api/resources/vitals/client/Client.js +78 -78
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/types/CreateUserPortalUrlResponse.d.ts +7 -0
- package/api/types/CreateUserPortalUrlResponse.js +5 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- 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 -1
- package/dist/api/resources/index.js +3 -2
- 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.js +41 -41
- package/dist/api/resources/link/client/Client.js +19 -19
- 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.js +1 -1
- 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 +3 -3
- 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.d.ts +54 -43
- package/dist/api/resources/user/client/Client.js +222 -159
- package/dist/api/resources/user/client/requests/CreateUserPortalUrlBody.d.ts +24 -0
- package/dist/api/resources/user/client/requests/CreateUserPortalUrlBody.js +5 -0
- package/dist/api/resources/user/client/requests/index.d.ts +2 -1
- package/dist/api/resources/user/index.d.ts +1 -0
- package/dist/api/resources/user/index.js +1 -0
- package/dist/api/resources/user/types/CreateUserPortalUrlBodyContext.d.ts +17 -0
- package/dist/api/resources/user/types/CreateUserPortalUrlBodyContext.js +10 -0
- package/dist/api/resources/user/types/index.d.ts +1 -0
- package/dist/api/resources/user/types/index.js +17 -0
- package/dist/api/resources/vitals/client/Client.js +78 -78
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/types/CreateUserPortalUrlResponse.d.ts +7 -0
- package/dist/api/types/CreateUserPortalUrlResponse.js +5 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +2 -1
- package/dist/serialization/resources/index.js +3 -2
- package/dist/serialization/resources/user/client/requests/CreateUserPortalUrlBody.d.ts +14 -0
- package/dist/serialization/resources/user/client/requests/CreateUserPortalUrlBody.js +35 -0
- package/dist/serialization/resources/user/client/requests/index.d.ts +2 -1
- package/dist/serialization/resources/user/client/requests/index.js +5 -3
- package/dist/serialization/resources/user/index.d.ts +1 -0
- package/dist/serialization/resources/user/index.js +1 -0
- package/dist/serialization/resources/user/types/CreateUserPortalUrlBodyContext.d.ts +10 -0
- package/dist/serialization/resources/user/types/CreateUserPortalUrlBodyContext.js +31 -0
- package/dist/serialization/resources/user/types/index.d.ts +1 -0
- package/dist/serialization/resources/user/types/index.js +17 -0
- package/dist/serialization/types/CreateUserPortalUrlResponse.d.ts +13 -0
- package/dist/serialization/types/CreateUserPortalUrlResponse.js +34 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +164 -121
- package/serialization/resources/index.d.ts +2 -1
- package/serialization/resources/index.js +3 -2
- package/serialization/resources/user/client/requests/CreateUserPortalUrlBody.d.ts +14 -0
- package/serialization/resources/user/client/requests/CreateUserPortalUrlBody.js +35 -0
- package/serialization/resources/user/client/requests/index.d.ts +2 -1
- package/serialization/resources/user/client/requests/index.js +5 -3
- package/serialization/resources/user/index.d.ts +1 -0
- package/serialization/resources/user/index.js +1 -0
- package/serialization/resources/user/types/CreateUserPortalUrlBodyContext.d.ts +10 -0
- package/serialization/resources/user/types/CreateUserPortalUrlBodyContext.js +31 -0
- package/serialization/resources/user/types/index.d.ts +1 -0
- package/serialization/resources/user/types/index.js +17 -0
- package/serialization/types/CreateUserPortalUrlResponse.d.ts +13 -0
- package/serialization/types/CreateUserPortalUrlResponse.js +34 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -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.428", "User-Agent": "@tryvital/vital-node/3.1.428", "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.428", "User-Agent": "@tryvital/vital-node/3.1.428", "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.428", "User-Agent": "@tryvital/vital-node/3.1.428", "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,
|
|
@@ -202,6 +202,7 @@ export * from "./ContinuousQueryTaskHistoryResponse";
|
|
|
202
202
|
export * from "./ContinuousQueryTaskStatus";
|
|
203
203
|
export * from "./ContraceptiveEntryType";
|
|
204
204
|
export * from "./ContraceptiveEntry";
|
|
205
|
+
export * from "./CreateUserPortalUrlResponse";
|
|
205
206
|
export * from "./DatePartExprArg";
|
|
206
207
|
export * from "./DatePartExprDatePart";
|
|
207
208
|
export * from "./DatePartExpr";
|
package/dist/api/types/index.js
CHANGED
|
@@ -218,6 +218,7 @@ __exportStar(require("./ContinuousQueryTaskHistoryResponse"), exports);
|
|
|
218
218
|
__exportStar(require("./ContinuousQueryTaskStatus"), exports);
|
|
219
219
|
__exportStar(require("./ContraceptiveEntryType"), exports);
|
|
220
220
|
__exportStar(require("./ContraceptiveEntry"), exports);
|
|
221
|
+
__exportStar(require("./CreateUserPortalUrlResponse"), exports);
|
|
221
222
|
__exportStar(require("./DatePartExprArg"), exports);
|
|
222
223
|
__exportStar(require("./DatePartExprDatePart"), exports);
|
|
223
224
|
__exportStar(require("./DatePartExpr"), exports);
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export * as link from "./link";
|
|
2
2
|
export * from "./link/types";
|
|
3
|
+
export * as user from "./user";
|
|
4
|
+
export * from "./user/types";
|
|
3
5
|
export * as labTests from "./labTests";
|
|
4
6
|
export * from "./labTests/types";
|
|
5
7
|
export * as aggregate from "./aggregate";
|
|
6
8
|
export * from "./aggregate/types";
|
|
7
9
|
export * as vitals from "./vitals";
|
|
8
|
-
export * as user from "./user";
|
|
9
10
|
export * as team from "./team";
|
|
10
11
|
export * as providers from "./providers";
|
|
11
12
|
export * as insurance from "./insurance";
|
|
@@ -26,15 +26,16 @@ 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.payor = exports.order = exports.testkit = exports.insurance = exports.providers = exports.team = exports.
|
|
29
|
+
exports.payor = exports.order = exports.testkit = exports.insurance = exports.providers = exports.team = exports.vitals = exports.aggregate = exports.labTests = exports.user = exports.link = void 0;
|
|
30
30
|
exports.link = __importStar(require("./link"));
|
|
31
31
|
__exportStar(require("./link/types"), exports);
|
|
32
|
+
exports.user = __importStar(require("./user"));
|
|
33
|
+
__exportStar(require("./user/types"), exports);
|
|
32
34
|
exports.labTests = __importStar(require("./labTests"));
|
|
33
35
|
__exportStar(require("./labTests/types"), exports);
|
|
34
36
|
exports.aggregate = __importStar(require("./aggregate"));
|
|
35
37
|
__exportStar(require("./aggregate/types"), exports);
|
|
36
38
|
exports.vitals = __importStar(require("./vitals"));
|
|
37
|
-
exports.user = __importStar(require("./user"));
|
|
38
39
|
exports.team = __importStar(require("./team"));
|
|
39
40
|
exports.providers = __importStar(require("./providers"));
|
|
40
41
|
exports.insurance = __importStar(require("./insurance"));
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { CreateUserPortalUrlBodyContext } from "../../types/CreateUserPortalUrlBodyContext";
|
|
8
|
+
export declare const CreateUserPortalUrlBody: core.serialization.Schema<serializers.CreateUserPortalUrlBody.Raw, Vital.CreateUserPortalUrlBody>;
|
|
9
|
+
export declare namespace CreateUserPortalUrlBody {
|
|
10
|
+
interface Raw {
|
|
11
|
+
context: CreateUserPortalUrlBodyContext.Raw;
|
|
12
|
+
order_id?: string | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.CreateUserPortalUrlBody = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
const CreateUserPortalUrlBodyContext_1 = require("../../types/CreateUserPortalUrlBodyContext");
|
|
32
|
+
exports.CreateUserPortalUrlBody = core.serialization.object({
|
|
33
|
+
context: CreateUserPortalUrlBodyContext_1.CreateUserPortalUrlBodyContext,
|
|
34
|
+
orderId: core.serialization.property("order_id", core.serialization.string().optional()),
|
|
35
|
+
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { UserCreateBody } from "./UserCreateBody";
|
|
2
|
-
export { UserPatchBody } from "./UserPatchBody";
|
|
3
2
|
export { CreateInsuranceRequest } from "./CreateInsuranceRequest";
|
|
4
3
|
export { UserInfoCreateRequest } from "./UserInfoCreateRequest";
|
|
4
|
+
export { UserPatchBody } from "./UserPatchBody";
|
|
5
|
+
export { CreateUserPortalUrlBody } from "./CreateUserPortalUrlBody";
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CreateUserPortalUrlBody = exports.UserPatchBody = exports.UserInfoCreateRequest = exports.CreateInsuranceRequest = exports.UserCreateBody = void 0;
|
|
4
4
|
var UserCreateBody_1 = require("./UserCreateBody");
|
|
5
5
|
Object.defineProperty(exports, "UserCreateBody", { enumerable: true, get: function () { return UserCreateBody_1.UserCreateBody; } });
|
|
6
|
-
var UserPatchBody_1 = require("./UserPatchBody");
|
|
7
|
-
Object.defineProperty(exports, "UserPatchBody", { enumerable: true, get: function () { return UserPatchBody_1.UserPatchBody; } });
|
|
8
6
|
var CreateInsuranceRequest_1 = require("./CreateInsuranceRequest");
|
|
9
7
|
Object.defineProperty(exports, "CreateInsuranceRequest", { enumerable: true, get: function () { return CreateInsuranceRequest_1.CreateInsuranceRequest; } });
|
|
10
8
|
var UserInfoCreateRequest_1 = require("./UserInfoCreateRequest");
|
|
11
9
|
Object.defineProperty(exports, "UserInfoCreateRequest", { enumerable: true, get: function () { return UserInfoCreateRequest_1.UserInfoCreateRequest; } });
|
|
10
|
+
var UserPatchBody_1 = require("./UserPatchBody");
|
|
11
|
+
Object.defineProperty(exports, "UserPatchBody", { enumerable: true, get: function () { return UserPatchBody_1.UserPatchBody; } });
|
|
12
|
+
var CreateUserPortalUrlBody_1 = require("./CreateUserPortalUrlBody");
|
|
13
|
+
Object.defineProperty(exports, "CreateUserPortalUrlBody", { enumerable: true, get: function () { return CreateUserPortalUrlBody_1.CreateUserPortalUrlBody; } });
|
|
@@ -14,4 +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("./types"), exports);
|
|
17
18
|
__exportStar(require("./client"), exports);
|
|
@@ -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 CreateUserPortalUrlBodyContext: core.serialization.Schema<serializers.CreateUserPortalUrlBodyContext.Raw, Vital.CreateUserPortalUrlBodyContext>;
|
|
8
|
+
export declare namespace CreateUserPortalUrlBodyContext {
|
|
9
|
+
type Raw = "launch" | "communications";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CreateUserPortalUrlBodyContext = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.CreateUserPortalUrlBodyContext = core.serialization.enum_(["launch", "communications"]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./CreateUserPortalUrlBodyContext";
|
|
@@ -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("./CreateUserPortalUrlBodyContext"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
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 CreateUserPortalUrlResponse: core.serialization.ObjectSchema<serializers.CreateUserPortalUrlResponse.Raw, Vital.CreateUserPortalUrlResponse>;
|
|
8
|
+
export declare namespace CreateUserPortalUrlResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
url: string;
|
|
11
|
+
expires_in: number;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.CreateUserPortalUrlResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.CreateUserPortalUrlResponse = core.serialization.object({
|
|
32
|
+
url: core.serialization.string(),
|
|
33
|
+
expiresIn: core.serialization.property("expires_in", core.serialization.number()),
|
|
34
|
+
});
|
|
@@ -202,6 +202,7 @@ export * from "./ContinuousQueryTaskHistoryResponse";
|
|
|
202
202
|
export * from "./ContinuousQueryTaskStatus";
|
|
203
203
|
export * from "./ContraceptiveEntryType";
|
|
204
204
|
export * from "./ContraceptiveEntry";
|
|
205
|
+
export * from "./CreateUserPortalUrlResponse";
|
|
205
206
|
export * from "./DatePartExprArg";
|
|
206
207
|
export * from "./DatePartExprDatePart";
|
|
207
208
|
export * from "./DatePartExpr";
|
|
@@ -218,6 +218,7 @@ __exportStar(require("./ContinuousQueryTaskHistoryResponse"), exports);
|
|
|
218
218
|
__exportStar(require("./ContinuousQueryTaskStatus"), exports);
|
|
219
219
|
__exportStar(require("./ContraceptiveEntryType"), exports);
|
|
220
220
|
__exportStar(require("./ContraceptiveEntry"), exports);
|
|
221
|
+
__exportStar(require("./CreateUserPortalUrlResponse"), exports);
|
|
221
222
|
__exportStar(require("./DatePartExprArg"), exports);
|
|
222
223
|
__exportStar(require("./DatePartExprDatePart"), exports);
|
|
223
224
|
__exportStar(require("./DatePartExpr"), 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.428";
|
package/dist/version.js
CHANGED