@tryvital/vital-node 3.1.87 → 3.1.89
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 +12 -0
- package/api/resources/labTests/client/Client.js +97 -34
- 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/types/ClientFacingLabLocation.d.ts +1 -0
- package/api/types/PscAreaInfoDetails.d.ts +1 -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 +12 -0
- package/dist/api/resources/labTests/client/Client.js +97 -34
- 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/types/ClientFacingLabLocation.d.ts +1 -0
- package/dist/api/types/PscAreaInfoDetails.d.ts +1 -0
- package/dist/serialization/types/ClientFacingLabLocation.d.ts +1 -0
- package/dist/serialization/types/ClientFacingLabLocation.js +1 -0
- package/dist/serialization/types/PscAreaInfoDetails.d.ts +1 -0
- package/dist/serialization/types/PscAreaInfoDetails.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +63 -0
- package/serialization/types/ClientFacingLabLocation.d.ts +1 -0
- package/serialization/types/ClientFacingLabLocation.js +1 -0
- package/serialization/types/PscAreaInfoDetails.d.ts +1 -0
- package/serialization/types/PscAreaInfoDetails.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
@@ -32,4 +32,5 @@ const LabLocationMetadata_1 = require("./LabLocationMetadata");
|
|
32
32
|
exports.ClientFacingLabLocation = core.serialization.object({
|
33
33
|
metadata: LabLocationMetadata_1.LabLocationMetadata,
|
34
34
|
distance: core.serialization.number(),
|
35
|
+
siteCode: core.serialization.property("site_code", core.serialization.string()),
|
35
36
|
});
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
7
7
|
export declare const PscAreaInfoDetails: core.serialization.ObjectSchema<serializers.PscAreaInfoDetails.Raw, Vital.PscAreaInfoDetails>;
|
8
8
|
export declare namespace PscAreaInfoDetails {
|
9
9
|
interface Raw {
|
10
|
+
appointment_with_vital: boolean;
|
10
11
|
within_radius: number;
|
11
12
|
radius: string;
|
12
13
|
}
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.PscAreaInfoDetails = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
exports.PscAreaInfoDetails = core.serialization.object({
|
32
|
+
appointmentWithVital: core.serialization.property("appointment_with_vital", core.serialization.boolean()),
|
32
33
|
withinRadius: core.serialization.property("within_radius", core.serialization.number()),
|
33
34
|
radius: core.serialization.string(),
|
34
35
|
});
|
package/dist/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.89";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
@@ -8469,6 +8469,69 @@ await client.labTests.getPscAppointmentCancellationReason();
|
|
8469
8469
|
</dl>
|
8470
8470
|
</details>
|
8471
8471
|
|
8472
|
+
<details><summary><code>client.labTests.<a href="/src/api/resources/labTests/client/Client.ts">getPscAppointment</a>(orderId) -> Vital.ClientFacingAppointment</code></summary>
|
8473
|
+
<dl>
|
8474
|
+
<dd>
|
8475
|
+
|
8476
|
+
#### 📝 Description
|
8477
|
+
|
8478
|
+
<dl>
|
8479
|
+
<dd>
|
8480
|
+
|
8481
|
+
<dl>
|
8482
|
+
<dd>
|
8483
|
+
|
8484
|
+
Get the appointment associated with an order.
|
8485
|
+
|
8486
|
+
</dd>
|
8487
|
+
</dl>
|
8488
|
+
</dd>
|
8489
|
+
</dl>
|
8490
|
+
|
8491
|
+
#### 🔌 Usage
|
8492
|
+
|
8493
|
+
<dl>
|
8494
|
+
<dd>
|
8495
|
+
|
8496
|
+
<dl>
|
8497
|
+
<dd>
|
8498
|
+
|
8499
|
+
```typescript
|
8500
|
+
await client.labTests.getPscAppointment("order_id");
|
8501
|
+
```
|
8502
|
+
|
8503
|
+
</dd>
|
8504
|
+
</dl>
|
8505
|
+
</dd>
|
8506
|
+
</dl>
|
8507
|
+
|
8508
|
+
#### ⚙️ Parameters
|
8509
|
+
|
8510
|
+
<dl>
|
8511
|
+
<dd>
|
8512
|
+
|
8513
|
+
<dl>
|
8514
|
+
<dd>
|
8515
|
+
|
8516
|
+
**orderId:** `string` — Your Order ID.
|
8517
|
+
|
8518
|
+
</dd>
|
8519
|
+
</dl>
|
8520
|
+
|
8521
|
+
<dl>
|
8522
|
+
<dd>
|
8523
|
+
|
8524
|
+
**requestOptions:** `LabTests.RequestOptions`
|
8525
|
+
|
8526
|
+
</dd>
|
8527
|
+
</dl>
|
8528
|
+
</dd>
|
8529
|
+
</dl>
|
8530
|
+
|
8531
|
+
</dd>
|
8532
|
+
</dl>
|
8533
|
+
</details>
|
8534
|
+
|
8472
8535
|
<details><summary><code>client.labTests.<a href="/src/api/resources/labTests/client/Client.ts">getOrderRequistionPdf</a>(orderId) -> stream.Readable</code></summary>
|
8473
8536
|
<dl>
|
8474
8537
|
<dd>
|
@@ -32,4 +32,5 @@ const LabLocationMetadata_1 = require("./LabLocationMetadata");
|
|
32
32
|
exports.ClientFacingLabLocation = core.serialization.object({
|
33
33
|
metadata: LabLocationMetadata_1.LabLocationMetadata,
|
34
34
|
distance: core.serialization.number(),
|
35
|
+
siteCode: core.serialization.property("site_code", core.serialization.string()),
|
35
36
|
});
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
7
7
|
export declare const PscAreaInfoDetails: core.serialization.ObjectSchema<serializers.PscAreaInfoDetails.Raw, Vital.PscAreaInfoDetails>;
|
8
8
|
export declare namespace PscAreaInfoDetails {
|
9
9
|
interface Raw {
|
10
|
+
appointment_with_vital: boolean;
|
10
11
|
within_radius: number;
|
11
12
|
radius: string;
|
12
13
|
}
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.PscAreaInfoDetails = void 0;
|
30
30
|
const core = __importStar(require("../../core"));
|
31
31
|
exports.PscAreaInfoDetails = core.serialization.object({
|
32
|
+
appointmentWithVital: core.serialization.property("appointment_with_vital", core.serialization.boolean()),
|
32
33
|
withinRadius: core.serialization.property("within_radius", core.serialization.number()),
|
33
34
|
radius: core.serialization.string(),
|
34
35
|
});
|
package/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const SDK_VERSION = "3.1.
|
1
|
+
export declare const SDK_VERSION = "3.1.89";
|
package/version.js
CHANGED