@tryvital/vital-node 3.1.28 → 3.1.30

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 (61) 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/introspect/client/Client.js +2 -2
  6. package/api/resources/labTests/client/Client.d.ts +1 -1
  7. package/api/resources/labTests/client/Client.js +42 -30
  8. package/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +5 -0
  9. package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +14 -0
  10. package/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js +5 -0
  11. package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +5 -0
  12. package/api/resources/labTests/client/requests/index.d.ts +1 -0
  13. package/api/resources/link/client/Client.js +14 -14
  14. package/api/resources/meal/client/Client.js +1 -1
  15. package/api/resources/profile/client/Client.js +2 -2
  16. package/api/resources/providers/client/Client.js +1 -1
  17. package/api/resources/sleep/client/Client.js +4 -4
  18. package/api/resources/team/client/Client.js +7 -7
  19. package/api/resources/testkit/client/Client.js +2 -2
  20. package/api/resources/user/client/Client.js +12 -12
  21. package/api/resources/vitals/client/Client.js +52 -52
  22. package/api/resources/workouts/client/Client.js +3 -3
  23. package/api/types/AllowedRadius.d.ts +4 -0
  24. package/api/types/AllowedRadius.js +5 -0
  25. package/api/types/index.d.ts +1 -0
  26. package/api/types/index.js +1 -0
  27. package/dist/api/resources/activity/client/Client.js +2 -2
  28. package/dist/api/resources/body/client/Client.js +2 -2
  29. package/dist/api/resources/devices/client/Client.js +1 -1
  30. package/dist/api/resources/insurance/client/Client.js +2 -2
  31. package/dist/api/resources/introspect/client/Client.js +2 -2
  32. package/dist/api/resources/labTests/client/Client.d.ts +1 -1
  33. package/dist/api/resources/labTests/client/Client.js +42 -30
  34. package/dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +5 -0
  35. package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.d.ts +14 -0
  36. package/dist/api/resources/labTests/client/requests/LabTestsGetOrderPscInfoRequest.js +5 -0
  37. package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +5 -0
  38. package/dist/api/resources/labTests/client/requests/index.d.ts +1 -0
  39. package/dist/api/resources/link/client/Client.js +14 -14
  40. package/dist/api/resources/meal/client/Client.js +1 -1
  41. package/dist/api/resources/profile/client/Client.js +2 -2
  42. package/dist/api/resources/providers/client/Client.js +1 -1
  43. package/dist/api/resources/sleep/client/Client.js +4 -4
  44. package/dist/api/resources/team/client/Client.js +7 -7
  45. package/dist/api/resources/testkit/client/Client.js +2 -2
  46. package/dist/api/resources/user/client/Client.js +12 -12
  47. package/dist/api/resources/vitals/client/Client.js +52 -52
  48. package/dist/api/resources/workouts/client/Client.js +3 -3
  49. package/dist/api/types/AllowedRadius.d.ts +4 -0
  50. package/dist/api/types/AllowedRadius.js +5 -0
  51. package/dist/api/types/index.d.ts +1 -0
  52. package/dist/api/types/index.js +1 -0
  53. package/dist/serialization/types/AllowedRadius.d.ts +10 -0
  54. package/dist/serialization/types/AllowedRadius.js +31 -0
  55. package/dist/serialization/types/index.d.ts +1 -0
  56. package/dist/serialization/types/index.js +1 -0
  57. package/package.json +1 -1
  58. package/serialization/types/AllowedRadius.d.ts +10 -0
  59. package/serialization/types/AllowedRadius.js +31 -0
  60. package/serialization/types/index.d.ts +1 -0
  61. package/serialization/types/index.js +1 -0
@@ -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.AllowedRadius = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.AllowedRadius = core.serialization.number();
@@ -1,5 +1,6 @@
1
1
  export * from "./ActivityV2InDb";
2
2
  export * from "./Address";
3
+ export * from "./AllowedRadius";
3
4
  export * from "./Answer";
4
5
  export * from "./AoE";
5
6
  export * from "./AoEAnswer";
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./ActivityV2InDb"), exports);
18
18
  __exportStar(require("./Address"), exports);
19
+ __exportStar(require("./AllowedRadius"), exports);
19
20
  __exportStar(require("./Answer"), exports);
20
21
  __exportStar(require("./AoE"), exports);
21
22
  __exportStar(require("./AoEAnswer"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.28",
3
+ "version": "3.1.30",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",
@@ -0,0 +1,10 @@
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 AllowedRadius: core.serialization.Schema<serializers.AllowedRadius.Raw, Vital.AllowedRadius>;
8
+ export declare namespace AllowedRadius {
9
+ type Raw = number;
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.AllowedRadius = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.AllowedRadius = core.serialization.number();
@@ -1,5 +1,6 @@
1
1
  export * from "./ActivityV2InDb";
2
2
  export * from "./Address";
3
+ export * from "./AllowedRadius";
3
4
  export * from "./Answer";
4
5
  export * from "./AoE";
5
6
  export * from "./AoEAnswer";
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./ActivityV2InDb"), exports);
18
18
  __exportStar(require("./Address"), exports);
19
+ __exportStar(require("./AllowedRadius"), exports);
19
20
  __exportStar(require("./Answer"), exports);
20
21
  __exportStar(require("./AoE"), exports);
21
22
  __exportStar(require("./AoEAnswer"), exports);