@tryvital/vital-node 3.0.4 → 3.0.6

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 (161) 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.d.ts +4 -0
  6. package/api/resources/introspect/client/Client.js +73 -1
  7. package/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +10 -0
  8. package/api/resources/introspect/client/requests/index.d.ts +1 -0
  9. package/api/resources/labTests/client/Client.d.ts +3 -2
  10. package/api/resources/labTests/client/Client.js +29 -57
  11. package/api/resources/link/client/Client.d.ts +5 -10
  12. package/api/resources/link/client/Client.js +57 -85
  13. package/api/resources/link/client/requests/EmailAuthLink.d.ts +1 -0
  14. package/api/resources/link/client/requests/EmailProviderAuthLink.d.ts +1 -0
  15. package/api/resources/link/client/requests/IndividualProviderData.d.ts +1 -0
  16. package/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.d.ts +6 -0
  17. package/api/resources/link/client/requests/LinkGetAllProvidersRequest.d.ts +6 -0
  18. package/api/resources/link/client/requests/LinkGetAllProvidersRequest.js +5 -0
  19. package/api/resources/link/client/requests/LinkTokenStateRequest.d.ts +6 -0
  20. package/api/resources/link/client/requests/LinkTokenStateRequest.js +5 -0
  21. package/api/resources/link/client/requests/PasswordAuthLink.d.ts +1 -0
  22. package/api/resources/link/client/requests/index.d.ts +3 -1
  23. package/api/resources/meal/client/Client.js +1 -1
  24. package/api/resources/profile/client/Client.js +2 -2
  25. package/api/resources/providers/client/Client.js +1 -1
  26. package/api/resources/sleep/client/Client.js +4 -4
  27. package/api/resources/team/client/Client.d.ts +2 -1
  28. package/api/resources/team/client/Client.js +26 -13
  29. package/api/resources/team/client/requests/TeamGetLinkConfigRequest.d.ts +6 -0
  30. package/api/resources/team/client/requests/TeamGetLinkConfigRequest.js +5 -0
  31. package/api/resources/team/client/requests/index.d.ts +1 -0
  32. package/api/resources/testkit/client/Client.js +2 -2
  33. package/api/resources/user/client/Client.js +11 -11
  34. package/api/resources/vitals/client/Client.js +23 -23
  35. package/api/resources/workouts/client/Client.js +3 -3
  36. package/api/types/HistoricalPullStatus.d.ts +12 -0
  37. package/api/types/HistoricalPullStatus.js +11 -0
  38. package/api/types/SingleHistoricalPullStatistics.d.ts +12 -0
  39. package/api/types/SingleHistoricalPullStatistics.js +5 -0
  40. package/api/types/SingleProviderHistoricalPullResponse.d.ts +8 -0
  41. package/api/types/SingleProviderHistoricalPullResponse.js +5 -0
  42. package/api/types/SingleUserHistoricalPullResponse.d.ts +8 -0
  43. package/api/types/SingleUserHistoricalPullResponse.js +5 -0
  44. package/api/types/SingleUserResourceResponse.d.ts +2 -0
  45. package/api/types/UserHistoricalPullsResponse.d.ts +8 -0
  46. package/api/types/UserHistoricalPullsResponse.js +5 -0
  47. package/api/types/index.d.ts +5 -0
  48. package/api/types/index.js +5 -0
  49. package/core/index.d.ts +1 -0
  50. package/core/index.js +1 -0
  51. package/core/streaming-fetcher/StreamingFetcher.d.ts +30 -0
  52. package/core/streaming-fetcher/StreamingFetcher.js +79 -0
  53. package/core/streaming-fetcher/getHeader.d.ts +2 -0
  54. package/core/streaming-fetcher/getHeader.js +12 -0
  55. package/core/streaming-fetcher/index.d.ts +3 -0
  56. package/core/streaming-fetcher/index.js +7 -0
  57. package/dist/api/resources/activity/client/Client.js +2 -2
  58. package/dist/api/resources/body/client/Client.js +2 -2
  59. package/dist/api/resources/devices/client/Client.js +1 -1
  60. package/dist/api/resources/insurance/client/Client.js +2 -2
  61. package/dist/api/resources/introspect/client/Client.d.ts +4 -0
  62. package/dist/api/resources/introspect/client/Client.js +73 -1
  63. package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.d.ts +10 -0
  64. package/dist/api/resources/introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.js +5 -0
  65. package/dist/api/resources/introspect/client/requests/index.d.ts +1 -0
  66. package/dist/api/resources/labTests/client/Client.d.ts +3 -2
  67. package/dist/api/resources/labTests/client/Client.js +29 -57
  68. package/dist/api/resources/link/client/Client.d.ts +5 -10
  69. package/dist/api/resources/link/client/Client.js +57 -85
  70. package/dist/api/resources/link/client/requests/EmailAuthLink.d.ts +1 -0
  71. package/dist/api/resources/link/client/requests/EmailProviderAuthLink.d.ts +1 -0
  72. package/dist/api/resources/link/client/requests/IndividualProviderData.d.ts +1 -0
  73. package/dist/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.d.ts +6 -0
  74. package/dist/api/resources/link/client/requests/LinkGenerateOauthLinkRequest.js +5 -0
  75. package/dist/api/resources/link/client/requests/LinkGetAllProvidersRequest.d.ts +6 -0
  76. package/dist/api/resources/link/client/requests/LinkGetAllProvidersRequest.js +5 -0
  77. package/dist/api/resources/link/client/requests/LinkTokenStateRequest.d.ts +6 -0
  78. package/dist/api/resources/link/client/requests/LinkTokenStateRequest.js +5 -0
  79. package/dist/api/resources/link/client/requests/PasswordAuthLink.d.ts +1 -0
  80. package/dist/api/resources/link/client/requests/index.d.ts +3 -1
  81. package/dist/api/resources/meal/client/Client.js +1 -1
  82. package/dist/api/resources/profile/client/Client.js +2 -2
  83. package/dist/api/resources/providers/client/Client.js +1 -1
  84. package/dist/api/resources/sleep/client/Client.js +4 -4
  85. package/dist/api/resources/team/client/Client.d.ts +2 -1
  86. package/dist/api/resources/team/client/Client.js +26 -13
  87. package/dist/api/resources/team/client/requests/TeamGetLinkConfigRequest.d.ts +6 -0
  88. package/dist/api/resources/team/client/requests/TeamGetLinkConfigRequest.js +5 -0
  89. package/dist/api/resources/team/client/requests/index.d.ts +1 -0
  90. package/dist/api/resources/testkit/client/Client.js +2 -2
  91. package/dist/api/resources/user/client/Client.js +11 -11
  92. package/dist/api/resources/vitals/client/Client.js +23 -23
  93. package/dist/api/resources/workouts/client/Client.js +3 -3
  94. package/dist/api/types/HistoricalPullStatus.d.ts +12 -0
  95. package/dist/api/types/HistoricalPullStatus.js +11 -0
  96. package/dist/api/types/SingleHistoricalPullStatistics.d.ts +12 -0
  97. package/dist/api/types/SingleHistoricalPullStatistics.js +5 -0
  98. package/dist/api/types/SingleProviderHistoricalPullResponse.d.ts +8 -0
  99. package/dist/api/types/SingleProviderHistoricalPullResponse.js +5 -0
  100. package/dist/api/types/SingleUserHistoricalPullResponse.d.ts +8 -0
  101. package/dist/api/types/SingleUserHistoricalPullResponse.js +5 -0
  102. package/dist/api/types/SingleUserResourceResponse.d.ts +2 -0
  103. package/dist/api/types/UserHistoricalPullsResponse.d.ts +8 -0
  104. package/dist/api/types/UserHistoricalPullsResponse.js +5 -0
  105. package/dist/api/types/index.d.ts +5 -0
  106. package/dist/api/types/index.js +5 -0
  107. package/dist/core/index.d.ts +1 -0
  108. package/dist/core/index.js +1 -0
  109. package/dist/core/streaming-fetcher/StreamingFetcher.d.ts +30 -0
  110. package/dist/core/streaming-fetcher/StreamingFetcher.js +79 -0
  111. package/dist/core/streaming-fetcher/getHeader.d.ts +2 -0
  112. package/dist/core/streaming-fetcher/getHeader.js +12 -0
  113. package/dist/core/streaming-fetcher/index.d.ts +3 -0
  114. package/dist/core/streaming-fetcher/index.js +7 -0
  115. package/dist/serialization/resources/link/client/index.d.ts +0 -1
  116. package/dist/serialization/resources/link/client/index.js +1 -2
  117. package/dist/serialization/resources/link/client/requests/EmailAuthLink.d.ts +1 -1
  118. package/dist/serialization/resources/link/client/requests/EmailProviderAuthLink.d.ts +1 -1
  119. package/dist/serialization/resources/link/client/requests/IndividualProviderData.d.ts +1 -1
  120. package/dist/serialization/resources/link/client/requests/PasswordAuthLink.d.ts +1 -1
  121. package/dist/serialization/types/HistoricalPullStatus.d.ts +10 -0
  122. package/dist/serialization/{resources/link/client/connectOauthProvider.js → types/HistoricalPullStatus.js} +3 -3
  123. package/dist/serialization/types/SingleHistoricalPullStatistics.d.ts +17 -0
  124. package/dist/serialization/types/SingleHistoricalPullStatistics.js +47 -0
  125. package/dist/serialization/types/SingleProviderHistoricalPullResponse.d.ts +13 -0
  126. package/dist/serialization/types/SingleProviderHistoricalPullResponse.js +43 -0
  127. package/dist/serialization/types/SingleUserHistoricalPullResponse.d.ts +13 -0
  128. package/dist/serialization/types/SingleUserHistoricalPullResponse.js +43 -0
  129. package/dist/serialization/types/SingleUserResourceResponse.d.ts +1 -0
  130. package/dist/serialization/types/SingleUserResourceResponse.js +10 -0
  131. package/dist/serialization/types/UserHistoricalPullsResponse.d.ts +13 -0
  132. package/dist/serialization/types/UserHistoricalPullsResponse.js +43 -0
  133. package/dist/serialization/types/index.d.ts +5 -0
  134. package/dist/serialization/types/index.js +5 -0
  135. package/package.json +1 -1
  136. package/serialization/resources/link/client/index.d.ts +0 -1
  137. package/serialization/resources/link/client/index.js +1 -2
  138. package/serialization/resources/link/client/requests/EmailAuthLink.d.ts +1 -1
  139. package/serialization/resources/link/client/requests/EmailProviderAuthLink.d.ts +1 -1
  140. package/serialization/resources/link/client/requests/IndividualProviderData.d.ts +1 -1
  141. package/serialization/resources/link/client/requests/PasswordAuthLink.d.ts +1 -1
  142. package/serialization/types/HistoricalPullStatus.d.ts +10 -0
  143. package/serialization/{resources/link/client/connectOauthProvider.js → types/HistoricalPullStatus.js} +3 -3
  144. package/serialization/types/SingleHistoricalPullStatistics.d.ts +17 -0
  145. package/serialization/types/SingleHistoricalPullStatistics.js +47 -0
  146. package/serialization/types/SingleProviderHistoricalPullResponse.d.ts +13 -0
  147. package/serialization/types/SingleProviderHistoricalPullResponse.js +43 -0
  148. package/serialization/types/SingleUserHistoricalPullResponse.d.ts +13 -0
  149. package/serialization/types/SingleUserHistoricalPullResponse.js +43 -0
  150. package/serialization/types/SingleUserResourceResponse.d.ts +1 -0
  151. package/serialization/types/SingleUserResourceResponse.js +10 -0
  152. package/serialization/types/UserHistoricalPullsResponse.d.ts +13 -0
  153. package/serialization/types/UserHistoricalPullsResponse.js +43 -0
  154. package/serialization/types/index.d.ts +5 -0
  155. package/serialization/types/index.js +5 -0
  156. package/api/resources/link/client/requests/LinkConnectOauthProviderRequest.d.ts +0 -6
  157. package/dist/api/resources/link/client/requests/LinkConnectOauthProviderRequest.d.ts +0 -6
  158. package/dist/serialization/resources/link/client/connectOauthProvider.d.ts +0 -9
  159. package/serialization/resources/link/client/connectOauthProvider.d.ts +0 -9
  160. /package/api/resources/{link/client/requests/LinkConnectOauthProviderRequest.js → introspect/client/requests/IntrospectGetUserHistoricalPullsRequest.js} +0 -0
  161. /package/{dist/api/resources/link/client/requests/LinkConnectOauthProviderRequest.js → api/resources/link/client/requests/LinkGenerateOauthLinkRequest.js} +0 -0
@@ -0,0 +1,43 @@
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.SingleProviderHistoricalPullResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.SingleProviderHistoricalPullResponse = core.serialization.object({
41
+ pulled: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SingleHistoricalPullStatistics; }))),
42
+ notPulled: core.serialization.property("not_pulled", core.serialization.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ClientFacingResource; })))),
43
+ });
@@ -0,0 +1,13 @@
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 SingleUserHistoricalPullResponse: core.serialization.ObjectSchema<serializers.SingleUserHistoricalPullResponse.Raw, Vital.SingleUserHistoricalPullResponse>;
8
+ export declare namespace SingleUserHistoricalPullResponse {
9
+ interface Raw {
10
+ user_id: string;
11
+ provider: Record<string, serializers.SingleProviderHistoricalPullResponse.Raw>;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
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.SingleUserHistoricalPullResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.SingleUserHistoricalPullResponse = core.serialization.object({
41
+ userId: core.serialization.property("user_id", core.serialization.string()),
42
+ provider: core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SingleProviderHistoricalPullResponse; }))),
43
+ });
@@ -8,5 +8,6 @@ export declare const SingleUserResourceResponse: core.serialization.ObjectSchema
8
8
  export declare namespace SingleUserResourceResponse {
9
9
  interface Raw {
10
10
  user_id: string;
11
+ provider: Record<string, Record<string, serializers.SingleResourceStatistics.Raw>>;
11
12
  }
12
13
  }
@@ -25,9 +25,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  __setModuleDefault(result, mod);
26
26
  return result;
27
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
+ };
28
37
  Object.defineProperty(exports, "__esModule", { value: true });
29
38
  exports.SingleUserResourceResponse = void 0;
30
39
  const core = __importStar(require("../../core"));
31
40
  exports.SingleUserResourceResponse = core.serialization.object({
32
41
  userId: core.serialization.property("user_id", core.serialization.string()),
42
+ provider: core.serialization.record(core.serialization.string(), core.serialization.record(core.serialization.string(), core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SingleResourceStatistics; })))),
33
43
  });
@@ -0,0 +1,13 @@
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 UserHistoricalPullsResponse: core.serialization.ObjectSchema<serializers.UserHistoricalPullsResponse.Raw, Vital.UserHistoricalPullsResponse>;
8
+ export declare namespace UserHistoricalPullsResponse {
9
+ interface Raw {
10
+ data: serializers.SingleUserHistoricalPullResponse.Raw[];
11
+ next?: string | null;
12
+ }
13
+ }
@@ -0,0 +1,43 @@
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.UserHistoricalPullsResponse = void 0;
39
+ const core = __importStar(require("../../core"));
40
+ exports.UserHistoricalPullsResponse = core.serialization.object({
41
+ data: core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).SingleUserHistoricalPullResponse; }))),
42
+ next: core.serialization.string().optional(),
43
+ });
@@ -101,6 +101,7 @@ export * from "./HealthInsuranceCreateRequest";
101
101
  export * from "./HealthInsuranceCreateRequestFrontImage";
102
102
  export * from "./HealthInsuranceCreateRequestBackImage";
103
103
  export * from "./HealthInsuranceCreateRequestPatientSignatureImage";
104
+ export * from "./HistoricalPullStatus";
104
105
  export * from "./Jpeg";
105
106
  export * from "./LabResultsMetadata";
106
107
  export * from "./LabResultsRaw";
@@ -145,7 +146,10 @@ export * from "./Region";
145
146
  export * from "./ResponsibleRelationship";
146
147
  export * from "./ResultType";
147
148
  export * from "./ShippingAddress";
149
+ export * from "./SingleHistoricalPullStatistics";
150
+ export * from "./SingleProviderHistoricalPullResponse";
148
151
  export * from "./SingleResourceStatistics";
152
+ export * from "./SingleUserHistoricalPullResponse";
149
153
  export * from "./SingleUserResourceResponse";
150
154
  export * from "./SleepV2InDb";
151
155
  export * from "./Source";
@@ -156,6 +160,7 @@ export * from "./TeamConfig";
156
160
  export * from "./TimeSlot";
157
161
  export * from "./TimeseriesMetricPoint";
158
162
  export * from "./TimeseriesResource";
163
+ export * from "./UserHistoricalPullsResponse";
159
164
  export * from "./UserRefreshErrorResponse";
160
165
  export * from "./UserRefreshSuccessResponse";
161
166
  export * from "./UserResourcesResponse";
@@ -117,6 +117,7 @@ __exportStar(require("./HealthInsuranceCreateRequest"), exports);
117
117
  __exportStar(require("./HealthInsuranceCreateRequestFrontImage"), exports);
118
118
  __exportStar(require("./HealthInsuranceCreateRequestBackImage"), exports);
119
119
  __exportStar(require("./HealthInsuranceCreateRequestPatientSignatureImage"), exports);
120
+ __exportStar(require("./HistoricalPullStatus"), exports);
120
121
  __exportStar(require("./Jpeg"), exports);
121
122
  __exportStar(require("./LabResultsMetadata"), exports);
122
123
  __exportStar(require("./LabResultsRaw"), exports);
@@ -161,7 +162,10 @@ __exportStar(require("./Region"), exports);
161
162
  __exportStar(require("./ResponsibleRelationship"), exports);
162
163
  __exportStar(require("./ResultType"), exports);
163
164
  __exportStar(require("./ShippingAddress"), exports);
165
+ __exportStar(require("./SingleHistoricalPullStatistics"), exports);
166
+ __exportStar(require("./SingleProviderHistoricalPullResponse"), exports);
164
167
  __exportStar(require("./SingleResourceStatistics"), exports);
168
+ __exportStar(require("./SingleUserHistoricalPullResponse"), exports);
165
169
  __exportStar(require("./SingleUserResourceResponse"), exports);
166
170
  __exportStar(require("./SleepV2InDb"), exports);
167
171
  __exportStar(require("./Source"), exports);
@@ -172,6 +176,7 @@ __exportStar(require("./TeamConfig"), exports);
172
176
  __exportStar(require("./TimeSlot"), exports);
173
177
  __exportStar(require("./TimeseriesMetricPoint"), exports);
174
178
  __exportStar(require("./TimeseriesResource"), exports);
179
+ __exportStar(require("./UserHistoricalPullsResponse"), exports);
175
180
  __exportStar(require("./UserRefreshErrorResponse"), exports);
176
181
  __exportStar(require("./UserRefreshSuccessResponse"), exports);
177
182
  __exportStar(require("./UserResourcesResponse"), exports);
@@ -1,6 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface LinkConnectOauthProviderRequest {
5
- vitalSdkNoRedirect?: string;
6
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface LinkConnectOauthProviderRequest {
5
- vitalSdkNoRedirect?: string;
6
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as core from "../../../../core";
6
- export declare const Response: core.serialization.Schema<serializers.link.connectOauthProvider.Response.Raw, Record<string, unknown>>;
7
- export declare namespace Response {
8
- type Raw = Record<string, unknown>;
9
- }
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../..";
5
- import * as core from "../../../../core";
6
- export declare const Response: core.serialization.Schema<serializers.link.connectOauthProvider.Response.Raw, Record<string, unknown>>;
7
- export declare namespace Response {
8
- type Raw = Record<string, unknown>;
9
- }