@tryvital/vital-node 3.0.1 → 3.0.2

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.
Files changed (47) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/body/client/Client.js +2 -2
  3. package/api/resources/devices/client/Client.js +1 -1
  4. package/api/resources/insurance/client/Client.js +2 -2
  5. package/api/resources/labTests/client/Client.d.ts +1 -1
  6. package/api/resources/labTests/client/Client.js +33 -24
  7. package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +7 -0
  8. package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.js +5 -0
  9. package/api/resources/labTests/client/requests/index.d.ts +1 -0
  10. package/api/resources/link/client/Client.js +14 -14
  11. package/api/resources/meal/client/Client.js +1 -1
  12. package/api/resources/profile/client/Client.js +2 -2
  13. package/api/resources/providers/client/Client.js +1 -1
  14. package/api/resources/sleep/client/Client.js +4 -4
  15. package/api/resources/team/client/Client.js +6 -6
  16. package/api/resources/testkit/client/Client.js +2 -2
  17. package/api/resources/user/client/Client.js +11 -11
  18. package/api/resources/vitals/client/Client.js +23 -23
  19. package/api/resources/workouts/client/Client.js +3 -3
  20. package/dist/api/resources/activity/client/Client.js +2 -2
  21. package/dist/api/resources/body/client/Client.js +2 -2
  22. package/dist/api/resources/devices/client/Client.js +1 -1
  23. package/dist/api/resources/insurance/client/Client.js +2 -2
  24. package/dist/api/resources/labTests/client/Client.d.ts +1 -1
  25. package/dist/api/resources/labTests/client/Client.js +33 -24
  26. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +7 -0
  27. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.js +5 -0
  28. package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
  29. package/dist/api/resources/link/client/Client.js +14 -14
  30. package/dist/api/resources/meal/client/Client.js +1 -1
  31. package/dist/api/resources/profile/client/Client.js +2 -2
  32. package/dist/api/resources/providers/client/Client.js +1 -1
  33. package/dist/api/resources/sleep/client/Client.js +4 -4
  34. package/dist/api/resources/team/client/Client.js +6 -6
  35. package/dist/api/resources/testkit/client/Client.js +2 -2
  36. package/dist/api/resources/user/client/Client.js +11 -11
  37. package/dist/api/resources/vitals/client/Client.js +23 -23
  38. package/dist/api/resources/workouts/client/Client.js +3 -3
  39. package/dist/serialization/resources/labTests/client/index.d.ts +0 -1
  40. package/dist/serialization/resources/labTests/client/index.js +1 -2
  41. package/package.json +1 -1
  42. package/serialization/resources/labTests/client/index.d.ts +0 -1
  43. package/serialization/resources/labTests/client/index.js +1 -2
  44. package/dist/serialization/resources/labTests/client/getMarkersForLabTest.d.ts +0 -10
  45. package/dist/serialization/resources/labTests/client/getMarkersForLabTest.js +0 -40
  46. package/serialization/resources/labTests/client/getMarkersForLabTest.d.ts +0 -10
  47. package/serialization/resources/labTests/client/getMarkersForLabTest.js +0 -40
@@ -1,5 +1,4 @@
1
1
  export * as get from "./get";
2
- export * as getMarkersForLabTest from "./getMarkersForLabTest";
3
2
  export * as getLabs from "./getLabs";
4
3
  export * as getPhlebotomyAppointmentCancellationReason from "./getPhlebotomyAppointmentCancellationReason";
5
4
  export * from "./requests";
@@ -26,9 +26,8 @@ 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.getPhlebotomyAppointmentCancellationReason = exports.getLabs = exports.getMarkersForLabTest = exports.get = void 0;
29
+ exports.getPhlebotomyAppointmentCancellationReason = exports.getLabs = exports.get = void 0;
30
30
  exports.get = __importStar(require("./get"));
31
- exports.getMarkersForLabTest = __importStar(require("./getMarkersForLabTest"));
32
31
  exports.getLabs = __importStar(require("./getLabs"));
33
32
  exports.getPhlebotomyAppointmentCancellationReason = __importStar(require("./getPhlebotomyAppointmentCancellationReason"));
34
33
  __exportStar(require("./requests"), exports);
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as Vital from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const Response: core.serialization.Schema<serializers.labTests.getMarkersForLabTest.Response.Raw, Vital.ClientFacingMarkerComplete[]>;
8
- export declare namespace Response {
9
- type Raw = serializers.ClientFacingMarkerComplete.Raw[];
10
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
- return new (P || (P = Promise))(function (resolve, reject) {
31
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
- step((generator = generator.apply(thisArg, _arguments || [])).next());
35
- });
36
- };
37
- Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.Response = void 0;
39
- const core = __importStar(require("../../../../core"));
40
- exports.Response = core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ClientFacingMarkerComplete; })));
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as Vital from "../../../../api";
6
- import * as core from "../../../../core";
7
- export declare const Response: core.serialization.Schema<serializers.labTests.getMarkersForLabTest.Response.Raw, Vital.ClientFacingMarkerComplete[]>;
8
- export declare namespace Response {
9
- type Raw = serializers.ClientFacingMarkerComplete.Raw[];
10
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
- return new (P || (P = Promise))(function (resolve, reject) {
31
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
- step((generator = generator.apply(thisArg, _arguments || [])).next());
35
- });
36
- };
37
- Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.Response = void 0;
39
- const core = __importStar(require("../../../../core"));
40
- exports.Response = core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../..")))).ClientFacingMarkerComplete; })));