@tryvital/vital-node 3.1.85 → 3.1.87
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 +1 -1
- package/api/resources/body/client/Client.js +2 -2
- package/api/resources/devices/client/Client.js +1 -1
- package/api/resources/insurance/client/Client.js +2 -2
- package/api/resources/introspect/client/Client.js +2 -2
- package/api/resources/labTests/client/Client.d.ts +60 -2
- package/api/resources/labTests/client/Client.js +359 -30
- package/{dist/api/resources/labTests/client/requests/AppointmentCancelRequest.d.ts → api/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.d.ts} +1 -1
- package/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.d.ts +32 -0
- package/api/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.d.ts +13 -0
- package/api/resources/labTests/client/requests/index.d.ts +3 -3
- package/api/resources/link/client/Client.js +14 -14
- package/api/resources/meal/client/Client.js +1 -1
- package/api/resources/menstrualCycle/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 +4 -4
- 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 +56 -56
- package/api/resources/workouts/client/Client.js +3 -3
- package/api/{resources/labTests/client/requests → types}/AppointmentBookingRequest.d.ts +0 -6
- package/api/types/AppointmentLocation.d.ts +10 -0
- package/api/types/AppointmentProvider.d.ts +2 -1
- package/api/types/AppointmentProvider.js +1 -0
- package/api/types/AppointmentPscLabs.d.ts +4 -0
- package/{dist/api/resources/labTests/client/requests → api/types}/AppointmentRescheduleRequest.d.ts +0 -6
- package/api/types/AppointmentRescheduleRequest.js +5 -0
- package/api/types/AppointmentType.d.ts +5 -1
- package/api/types/AppointmentType.js +5 -0
- package/api/types/ClientFacingWalkInTestOrder.d.ts +1 -0
- package/api/types/DaySlots.d.ts +1 -0
- package/api/types/OAuthProviders.d.ts +2 -1
- package/api/types/OAuthProviders.js +1 -0
- package/api/types/OrderStatus.d.ts +4 -1
- package/api/types/OrderStatus.js +3 -0
- package/api/types/Providers.d.ts +2 -1
- package/api/types/Providers.js +1 -0
- package/api/types/index.d.ts +4 -0
- package/api/types/index.js +4 -0
- package/dist/api/resources/activity/client/Client.js +2 -2
- package/dist/api/resources/aggregate/client/Client.js +1 -1
- package/dist/api/resources/body/client/Client.js +2 -2
- package/dist/api/resources/devices/client/Client.js +1 -1
- package/dist/api/resources/insurance/client/Client.js +2 -2
- package/dist/api/resources/introspect/client/Client.js +2 -2
- package/dist/api/resources/labTests/client/Client.d.ts +60 -2
- package/dist/api/resources/labTests/client/Client.js +359 -30
- package/{api/resources/labTests/client/requests/AppointmentCancelRequest.d.ts → dist/api/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.d.ts} +1 -1
- package/dist/api/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.js +5 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.d.ts +32 -0
- package/dist/api/resources/labTests/client/requests/LabTestsGetPscAppointmentAvailabilityRequest.js +5 -0
- package/dist/api/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.d.ts +13 -0
- package/dist/api/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.js +5 -0
- package/dist/api/resources/labTests/client/requests/index.d.ts +3 -3
- package/dist/api/resources/link/client/Client.js +14 -14
- package/dist/api/resources/meal/client/Client.js +1 -1
- package/dist/api/resources/menstrualCycle/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 +4 -4
- 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 +56 -56
- package/dist/api/resources/workouts/client/Client.js +3 -3
- package/dist/api/{resources/labTests/client/requests → types}/AppointmentBookingRequest.d.ts +0 -6
- package/dist/api/types/AppointmentBookingRequest.js +5 -0
- package/dist/api/types/AppointmentLocation.d.ts +10 -0
- package/dist/api/types/AppointmentLocation.js +5 -0
- package/dist/api/types/AppointmentProvider.d.ts +2 -1
- package/dist/api/types/AppointmentProvider.js +1 -0
- package/dist/api/types/AppointmentPscLabs.d.ts +4 -0
- package/dist/api/types/AppointmentPscLabs.js +5 -0
- package/{api/resources/labTests/client/requests → dist/api/types}/AppointmentRescheduleRequest.d.ts +0 -6
- package/dist/api/types/AppointmentRescheduleRequest.js +5 -0
- package/dist/api/types/AppointmentType.d.ts +5 -1
- package/dist/api/types/AppointmentType.js +5 -0
- package/dist/api/types/ClientFacingWalkInTestOrder.d.ts +1 -0
- package/dist/api/types/DaySlots.d.ts +1 -0
- package/dist/api/types/OAuthProviders.d.ts +2 -1
- package/dist/api/types/OAuthProviders.js +1 -0
- package/dist/api/types/OrderStatus.d.ts +4 -1
- package/dist/api/types/OrderStatus.js +3 -0
- package/dist/api/types/Providers.d.ts +2 -1
- package/dist/api/types/Providers.js +1 -0
- package/dist/api/types/index.d.ts +4 -0
- package/dist/api/types/index.js +4 -0
- package/dist/serialization/resources/labTests/client/getPscAppointmentCancellationReason.d.ts +11 -0
- package/dist/serialization/resources/labTests/client/getPscAppointmentCancellationReason.js +32 -0
- package/dist/serialization/resources/labTests/client/index.d.ts +1 -0
- package/dist/serialization/resources/labTests/client/index.js +2 -1
- package/dist/serialization/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.d.ts +13 -0
- package/{serialization/resources/labTests/client/requests/AppointmentCancelRequest.js → dist/serialization/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.js} +2 -2
- package/dist/serialization/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.d.ts +13 -0
- package/dist/serialization/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.js +34 -0
- package/dist/serialization/resources/labTests/client/requests/index.d.ts +2 -3
- package/dist/serialization/resources/labTests/client/requests/index.js +5 -7
- package/dist/serialization/{resources/labTests/client/requests → types}/AppointmentBookingRequest.d.ts +4 -4
- package/{serialization/resources/labTests/client/requests → dist/serialization/types}/AppointmentBookingRequest.js +1 -1
- package/dist/serialization/types/AppointmentLocation.d.ts +17 -0
- package/dist/serialization/types/AppointmentLocation.js +38 -0
- package/dist/serialization/types/AppointmentProvider.d.ts +1 -1
- package/dist/serialization/types/AppointmentProvider.js +1 -1
- package/dist/serialization/types/AppointmentPscLabs.d.ts +10 -0
- package/dist/serialization/types/AppointmentPscLabs.js +31 -0
- package/dist/serialization/{resources/labTests/client/requests → types}/AppointmentRescheduleRequest.d.ts +4 -4
- package/dist/serialization/{resources/labTests/client/requests → types}/AppointmentRescheduleRequest.js +1 -1
- package/dist/serialization/types/AppointmentType.d.ts +1 -1
- package/dist/serialization/types/AppointmentType.js +1 -1
- package/dist/serialization/types/ClientFacingWalkInTestOrder.d.ts +1 -0
- package/dist/serialization/types/ClientFacingWalkInTestOrder.js +1 -0
- package/dist/serialization/types/DaySlots.d.ts +2 -0
- package/dist/serialization/types/DaySlots.js +2 -0
- package/dist/serialization/types/OAuthProviders.d.ts +1 -1
- package/dist/serialization/types/OAuthProviders.js +1 -0
- package/dist/serialization/types/OrderStatus.d.ts +1 -1
- package/dist/serialization/types/OrderStatus.js +3 -0
- package/dist/serialization/types/Providers.d.ts +1 -1
- package/dist/serialization/types/Providers.js +1 -0
- package/dist/serialization/types/index.d.ts +4 -0
- package/dist/serialization/types/index.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +265 -1
- package/serialization/resources/labTests/client/getPscAppointmentCancellationReason.d.ts +11 -0
- package/serialization/resources/labTests/client/getPscAppointmentCancellationReason.js +32 -0
- package/serialization/resources/labTests/client/index.d.ts +1 -0
- package/serialization/resources/labTests/client/index.js +2 -1
- package/serialization/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.d.ts +13 -0
- package/{dist/serialization/resources/labTests/client/requests/AppointmentCancelRequest.js → serialization/resources/labTests/client/requests/ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.js} +2 -2
- package/serialization/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.d.ts +13 -0
- package/serialization/resources/labTests/client/requests/VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.js +34 -0
- package/serialization/resources/labTests/client/requests/index.d.ts +2 -3
- package/serialization/resources/labTests/client/requests/index.js +5 -7
- package/serialization/{resources/labTests/client/requests → types}/AppointmentBookingRequest.d.ts +4 -4
- package/{dist/serialization/resources/labTests/client/requests → serialization/types}/AppointmentBookingRequest.js +1 -1
- package/serialization/types/AppointmentLocation.d.ts +17 -0
- package/serialization/types/AppointmentLocation.js +38 -0
- package/serialization/types/AppointmentProvider.d.ts +1 -1
- package/serialization/types/AppointmentProvider.js +1 -1
- package/serialization/types/AppointmentPscLabs.d.ts +10 -0
- package/serialization/types/AppointmentPscLabs.js +31 -0
- package/serialization/{resources/labTests/client/requests → types}/AppointmentRescheduleRequest.d.ts +4 -4
- package/serialization/{resources/labTests/client/requests → types}/AppointmentRescheduleRequest.js +1 -1
- package/serialization/types/AppointmentType.d.ts +1 -1
- package/serialization/types/AppointmentType.js +1 -1
- package/serialization/types/ClientFacingWalkInTestOrder.d.ts +1 -0
- package/serialization/types/ClientFacingWalkInTestOrder.js +1 -0
- package/serialization/types/DaySlots.d.ts +2 -0
- package/serialization/types/DaySlots.js +2 -0
- package/serialization/types/OAuthProviders.d.ts +1 -1
- package/serialization/types/OAuthProviders.js +1 -0
- package/serialization/types/OrderStatus.d.ts +1 -1
- package/serialization/types/OrderStatus.js +3 -0
- package/serialization/types/Providers.d.ts +1 -1
- package/serialization/types/Providers.js +1 -0
- package/serialization/types/index.d.ts +4 -0
- package/serialization/types/index.js +4 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/serialization/resources/labTests/client/requests/AppointmentCancelRequest.d.ts +0 -13
- package/serialization/resources/labTests/client/requests/AppointmentCancelRequest.d.ts +0 -13
- /package/api/resources/labTests/client/requests/{AppointmentBookingRequest.js → ApiApiV1EndpointsVitalApiLabTestingOrdersHelpersAppointmentCancelRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{AppointmentCancelRequest.js → LabTestsGetPscAppointmentAvailabilityRequest.js} +0 -0
- /package/api/resources/labTests/client/requests/{AppointmentRescheduleRequest.js → VitalCoreClientsLabTestGetlabsSchemaAppointmentCancelRequest.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests → api/types}/AppointmentBookingRequest.js +0 -0
- /package/{dist/api/resources/labTests/client/requests/AppointmentCancelRequest.js → api/types/AppointmentLocation.js} +0 -0
- /package/{dist/api/resources/labTests/client/requests/AppointmentRescheduleRequest.js → api/types/AppointmentPscLabs.js} +0 -0
@@ -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.AppointmentLocation = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
const LngLat_1 = require("./LngLat");
|
32
|
+
const UsAddress_1 = require("./UsAddress");
|
33
|
+
exports.AppointmentLocation = core.serialization.object({
|
34
|
+
location: LngLat_1.LngLat,
|
35
|
+
address: UsAddress_1.UsAddress,
|
36
|
+
code: core.serialization.string(),
|
37
|
+
name: core.serialization.string(),
|
38
|
+
});
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const AppointmentProvider: core.serialization.Schema<serializers.AppointmentProvider.Raw, Vital.AppointmentProvider>;
|
8
8
|
export declare namespace AppointmentProvider {
|
9
|
-
type Raw = "getlabs" | "axlehealth" | "phlebfinders";
|
9
|
+
type Raw = "getlabs" | "axlehealth" | "phlebfinders" | "quest";
|
10
10
|
}
|
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.AppointmentProvider = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
exports.AppointmentProvider = core.serialization.enum_(["getlabs", "axlehealth", "phlebfinders"]);
|
31
|
+
exports.AppointmentProvider = core.serialization.enum_(["getlabs", "axlehealth", "phlebfinders", "quest"]);
|
@@ -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 AppointmentPscLabs: core.serialization.Schema<serializers.AppointmentPscLabs.Raw, Vital.AppointmentPscLabs>;
|
8
|
+
export declare namespace AppointmentPscLabs {
|
9
|
+
type Raw = "quest";
|
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.AppointmentPscLabs = void 0;
|
30
|
+
const core = __importStar(require("../../core"));
|
31
|
+
exports.AppointmentPscLabs = core.serialization.stringLiteral("quest");
|
package/serialization/{resources/labTests/client/requests → types}/AppointmentRescheduleRequest.d.ts
RENAMED
@@ -1,10 +1,10 @@
|
|
1
1
|
/**
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
3
3
|
*/
|
4
|
-
import * as serializers from "
|
5
|
-
import * as Vital from "
|
6
|
-
import * as core from "
|
7
|
-
export declare const AppointmentRescheduleRequest: core.serialization.
|
4
|
+
import * as serializers from "../index";
|
5
|
+
import * as Vital from "../../api/index";
|
6
|
+
import * as core from "../../core";
|
7
|
+
export declare const AppointmentRescheduleRequest: core.serialization.ObjectSchema<serializers.AppointmentRescheduleRequest.Raw, Vital.AppointmentRescheduleRequest>;
|
8
8
|
export declare namespace AppointmentRescheduleRequest {
|
9
9
|
interface Raw {
|
10
10
|
booking_key: string;
|
package/serialization/{resources/labTests/client/requests → types}/AppointmentRescheduleRequest.js
RENAMED
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
27
|
};
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.AppointmentRescheduleRequest = void 0;
|
30
|
-
const core = __importStar(require("
|
30
|
+
const core = __importStar(require("../../core"));
|
31
31
|
exports.AppointmentRescheduleRequest = core.serialization.object({
|
32
32
|
bookingKey: core.serialization.property("booking_key", core.serialization.string()),
|
33
33
|
});
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const AppointmentType: core.serialization.Schema<serializers.AppointmentType.Raw, Vital.AppointmentType>;
|
8
8
|
export declare namespace AppointmentType {
|
9
|
-
type Raw = "phlebotomy";
|
9
|
+
type Raw = "phlebotomy" | "patient_service_center";
|
10
10
|
}
|
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.AppointmentType = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
-
exports.AppointmentType = core.serialization.
|
31
|
+
exports.AppointmentType = core.serialization.enum_(["phlebotomy", "patient_service_center"]);
|
@@ -32,4 +32,5 @@ exports.ClientFacingWalkInTestOrder = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
33
33
|
createdAt: core.serialization.property("created_at", core.serialization.string()),
|
34
34
|
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
35
|
+
appointmentId: core.serialization.property("appointment_id", core.serialization.string().optional()),
|
35
36
|
});
|
@@ -4,10 +4,12 @@
|
|
4
4
|
import * as serializers from "../index";
|
5
5
|
import * as Vital from "../../api/index";
|
6
6
|
import * as core from "../../core";
|
7
|
+
import { AppointmentLocation } from "./AppointmentLocation";
|
7
8
|
import { TimeSlot } from "./TimeSlot";
|
8
9
|
export declare const DaySlots: core.serialization.ObjectSchema<serializers.DaySlots.Raw, Vital.DaySlots>;
|
9
10
|
export declare namespace DaySlots {
|
10
11
|
interface Raw {
|
12
|
+
location?: AppointmentLocation.Raw | null;
|
11
13
|
date: string;
|
12
14
|
slots: TimeSlot.Raw[];
|
13
15
|
}
|
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
29
29
|
exports.DaySlots = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
|
+
const AppointmentLocation_1 = require("./AppointmentLocation");
|
31
32
|
const TimeSlot_1 = require("./TimeSlot");
|
32
33
|
exports.DaySlots = core.serialization.object({
|
34
|
+
location: AppointmentLocation_1.AppointmentLocation.optional(),
|
33
35
|
date: core.serialization.string(),
|
34
36
|
slots: core.serialization.list(TimeSlot_1.TimeSlot),
|
35
37
|
});
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const OAuthProviders: core.serialization.Schema<serializers.OAuthProviders.Raw, Vital.OAuthProviders>;
|
8
8
|
export declare namespace OAuthProviders {
|
9
|
-
type Raw = "oura" | "fitbit" | "garmin" | "strava" | "wahoo" | "ihealth" | "withings" | "google_fit" | "dexcom_v3" | "polar" | "cronometer" | "omron" | "whoop_v2";
|
9
|
+
type Raw = "oura" | "fitbit" | "garmin" | "strava" | "wahoo" | "ihealth" | "withings" | "google_fit" | "dexcom_v3" | "polar" | "cronometer" | "omron" | "whoop_v2" | "my_fitness_pal_v2";
|
10
10
|
}
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const OrderStatus: core.serialization.Schema<serializers.OrderStatus.Raw, Vital.OrderStatus>;
|
8
8
|
export declare namespace OrderStatus {
|
9
|
-
type Raw = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
|
9
|
+
type Raw = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
|
10
10
|
}
|
@@ -35,6 +35,9 @@ exports.OrderStatus = core.serialization.enum_([
|
|
35
35
|
"sample_with_lab.walk_in_test.partial_results",
|
36
36
|
"failed.walk_in_test.sample_error",
|
37
37
|
"cancelled.walk_in_test.cancelled",
|
38
|
+
"collecting_sample.walk_in_test.appointment_pending",
|
39
|
+
"collecting_sample.walk_in_test.appointment_scheduled",
|
40
|
+
"collecting_sample.walk_in_test.appointment_cancelled",
|
38
41
|
"received.at_home_phlebotomy.ordered",
|
39
42
|
"received.at_home_phlebotomy.requisition_created",
|
40
43
|
"collecting_sample.at_home_phlebotomy.appointment_pending",
|
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
7
7
|
export declare const Providers: core.serialization.Schema<serializers.Providers.Raw, Vital.Providers>;
|
8
8
|
export declare namespace Providers {
|
9
|
-
type Raw = "oura" | "fitbit" | "garmin" | "whoop" | "strava" | "renpho" | "peloton" | "wahoo" | "zwift" | "freestyle_libre" | "abbott_libreview" | "freestyle_libre_ble" | "eight_sleep" | "withings" | "apple_health_kit" | "manual" | "ihealth" | "google_fit" | "beurer_api" | "beurer_ble" | "omron" | "omron_ble" | "onetouch_ble" | "accuchek_ble" | "contour_ble" | "dexcom" | "dexcom_v3" | "hammerhead" | "my_fitness_pal" | "health_connect" | "polar" | "cronometer" | "kardia" | "whoop_v2" | "ultrahuman";
|
9
|
+
type Raw = "oura" | "fitbit" | "garmin" | "whoop" | "strava" | "renpho" | "peloton" | "wahoo" | "zwift" | "freestyle_libre" | "abbott_libreview" | "freestyle_libre_ble" | "eight_sleep" | "withings" | "apple_health_kit" | "manual" | "ihealth" | "google_fit" | "beurer_api" | "beurer_ble" | "omron" | "omron_ble" | "onetouch_ble" | "accuchek_ble" | "contour_ble" | "dexcom" | "dexcom_v3" | "hammerhead" | "my_fitness_pal" | "health_connect" | "polar" | "cronometer" | "kardia" | "whoop_v2" | "ultrahuman" | "my_fitness_pal_v2";
|
10
10
|
}
|
@@ -11,8 +11,12 @@ export * from "./Answer";
|
|
11
11
|
export * from "./AoE";
|
12
12
|
export * from "./AoEAnswer";
|
13
13
|
export * from "./AppointmentAvailabilitySlots";
|
14
|
+
export * from "./AppointmentBookingRequest";
|
14
15
|
export * from "./AppointmentEventStatus";
|
16
|
+
export * from "./AppointmentLocation";
|
17
|
+
export * from "./AppointmentPscLabs";
|
15
18
|
export * from "./AppointmentProvider";
|
19
|
+
export * from "./AppointmentRescheduleRequest";
|
16
20
|
export * from "./AppointmentServiceType";
|
17
21
|
export * from "./AppointmentStatus";
|
18
22
|
export * from "./AppointmentType";
|
@@ -27,8 +27,12 @@ __exportStar(require("./Answer"), exports);
|
|
27
27
|
__exportStar(require("./AoE"), exports);
|
28
28
|
__exportStar(require("./AoEAnswer"), exports);
|
29
29
|
__exportStar(require("./AppointmentAvailabilitySlots"), exports);
|
30
|
+
__exportStar(require("./AppointmentBookingRequest"), exports);
|
30
31
|
__exportStar(require("./AppointmentEventStatus"), exports);
|
32
|
+
__exportStar(require("./AppointmentLocation"), exports);
|
33
|
+
__exportStar(require("./AppointmentPscLabs"), exports);
|
31
34
|
__exportStar(require("./AppointmentProvider"), exports);
|
35
|
+
__exportStar(require("./AppointmentRescheduleRequest"), exports);
|
32
36
|
__exportStar(require("./AppointmentServiceType"), exports);
|
33
37
|
__exportStar(require("./AppointmentStatus"), exports);
|
34
38
|
__exportStar(require("./AppointmentType"), exports);
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.87";
|
package/version.js
CHANGED
@@ -1,13 +0,0 @@
|
|
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 AppointmentCancelRequest: core.serialization.Schema<serializers.AppointmentCancelRequest.Raw, Vital.AppointmentCancelRequest>;
|
8
|
-
export declare namespace AppointmentCancelRequest {
|
9
|
-
interface Raw {
|
10
|
-
cancellation_reason_id: string;
|
11
|
-
notes?: string | null;
|
12
|
-
}
|
13
|
-
}
|
@@ -1,13 +0,0 @@
|
|
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 AppointmentCancelRequest: core.serialization.Schema<serializers.AppointmentCancelRequest.Raw, Vital.AppointmentCancelRequest>;
|
8
|
-
export declare namespace AppointmentCancelRequest {
|
9
|
-
interface Raw {
|
10
|
-
cancellation_reason_id: string;
|
11
|
-
notes?: string | null;
|
12
|
-
}
|
13
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
/package/{dist/api/resources/labTests/client/requests → api/types}/AppointmentBookingRequest.js
RENAMED
File without changes
|
File without changes
|