@tryvital/vital-node 3.1.182 → 3.1.183

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 (78) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.d.ts +11 -0
  3. package/api/resources/aggregate/client/Client.js +63 -1
  4. package/api/resources/body/client/Client.js +2 -2
  5. package/api/resources/devices/client/Client.js +1 -1
  6. package/api/resources/electrocardiogram/client/Client.js +1 -1
  7. package/api/resources/insurance/client/Client.js +3 -3
  8. package/api/resources/introspect/client/Client.js +2 -2
  9. package/api/resources/labTests/client/Client.js +34 -34
  10. package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +1 -1
  11. package/api/resources/link/client/Client.d.ts +13 -0
  12. package/api/resources/link/client/Client.js +75 -15
  13. package/api/{types → resources/link/client/requests}/BulkTriggerHistoricalPullBody.d.ts +8 -1
  14. package/api/resources/link/client/requests/index.d.ts +1 -0
  15. package/api/resources/meal/client/Client.js +1 -1
  16. package/api/resources/menstrualCycle/client/Client.js +1 -1
  17. package/api/resources/profile/client/Client.js +2 -2
  18. package/api/resources/providers/client/Client.js +1 -1
  19. package/api/resources/sleep/client/Client.js +4 -4
  20. package/api/resources/sleepCycle/client/Client.js +1 -1
  21. package/api/resources/team/client/Client.js +7 -7
  22. package/api/resources/testkit/client/Client.js +2 -2
  23. package/api/resources/user/client/Client.js +16 -16
  24. package/api/resources/vitals/client/Client.js +58 -58
  25. package/api/resources/workouts/client/Client.js +3 -3
  26. package/api/types/AllowedRadius.d.ts +0 -3
  27. package/api/types/index.d.ts +0 -1
  28. package/api/types/index.js +0 -1
  29. package/dist/api/resources/activity/client/Client.js +2 -2
  30. package/dist/api/resources/aggregate/client/Client.d.ts +11 -0
  31. package/dist/api/resources/aggregate/client/Client.js +63 -1
  32. package/dist/api/resources/body/client/Client.js +2 -2
  33. package/dist/api/resources/devices/client/Client.js +1 -1
  34. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  35. package/dist/api/resources/insurance/client/Client.js +3 -3
  36. package/dist/api/resources/introspect/client/Client.js +2 -2
  37. package/dist/api/resources/labTests/client/Client.js +34 -34
  38. package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +1 -1
  39. package/dist/api/resources/link/client/Client.d.ts +13 -0
  40. package/dist/api/resources/link/client/Client.js +75 -15
  41. package/dist/api/{types → resources/link/client/requests}/BulkTriggerHistoricalPullBody.d.ts +8 -1
  42. package/dist/api/resources/link/client/requests/index.d.ts +1 -0
  43. package/dist/api/resources/meal/client/Client.js +1 -1
  44. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  45. package/dist/api/resources/profile/client/Client.js +2 -2
  46. package/dist/api/resources/providers/client/Client.js +1 -1
  47. package/dist/api/resources/sleep/client/Client.js +4 -4
  48. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  49. package/dist/api/resources/team/client/Client.js +7 -7
  50. package/dist/api/resources/testkit/client/Client.js +2 -2
  51. package/dist/api/resources/user/client/Client.js +16 -16
  52. package/dist/api/resources/vitals/client/Client.js +58 -58
  53. package/dist/api/resources/workouts/client/Client.js +3 -3
  54. package/dist/api/types/AllowedRadius.d.ts +0 -3
  55. package/dist/api/types/index.d.ts +0 -1
  56. package/dist/api/types/index.js +0 -1
  57. package/dist/serialization/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +14 -0
  58. package/dist/serialization/{types → resources/link/client/requests}/BulkTriggerHistoricalPullBody.js +2 -2
  59. package/dist/serialization/resources/link/client/requests/index.d.ts +1 -0
  60. package/dist/serialization/resources/link/client/requests/index.js +3 -1
  61. package/dist/serialization/types/index.d.ts +0 -1
  62. package/dist/serialization/types/index.js +0 -1
  63. package/dist/version.d.ts +1 -1
  64. package/dist/version.js +1 -1
  65. package/package.json +1 -1
  66. package/reference.md +107 -0
  67. package/serialization/resources/link/client/requests/BulkTriggerHistoricalPullBody.d.ts +14 -0
  68. package/serialization/{types → resources/link/client/requests}/BulkTriggerHistoricalPullBody.js +2 -2
  69. package/serialization/resources/link/client/requests/index.d.ts +1 -0
  70. package/serialization/resources/link/client/requests/index.js +3 -1
  71. package/serialization/types/index.d.ts +0 -1
  72. package/serialization/types/index.js +0 -1
  73. package/version.d.ts +1 -1
  74. package/version.js +1 -1
  75. package/dist/serialization/types/BulkTriggerHistoricalPullBody.d.ts +0 -14
  76. package/serialization/types/BulkTriggerHistoricalPullBody.d.ts +0 -14
  77. /package/api/{types → resources/link/client/requests}/BulkTriggerHistoricalPullBody.js +0 -0
  78. /package/dist/api/{types → resources/link/client/requests}/BulkTriggerHistoricalPullBody.js +0 -0
@@ -78,7 +78,7 @@ class Workouts {
78
78
  const _response = yield core.fetcher({
79
79
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}`),
80
80
  method: "GET",
81
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.182", "User-Agent": "@tryvital/vital-node/3.1.182", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
81
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.183", "User-Agent": "@tryvital/vital-node/3.1.183", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
82
82
  contentType: "application/json",
83
83
  queryParameters: _queryParams,
84
84
  requestType: "json",
@@ -154,7 +154,7 @@ class Workouts {
154
154
  const _response = yield core.fetcher({
155
155
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/workouts/${encodeURIComponent(userId)}/raw`),
156
156
  method: "GET",
157
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.182", "User-Agent": "@tryvital/vital-node/3.1.182", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
157
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.183", "User-Agent": "@tryvital/vital-node/3.1.183", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
158
158
  contentType: "application/json",
159
159
  queryParameters: _queryParams,
160
160
  requestType: "json",
@@ -216,7 +216,7 @@ class Workouts {
216
216
  const _response = yield core.fetcher({
217
217
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/timeseries/workouts/${encodeURIComponent(workoutId)}/stream`),
218
218
  method: "GET",
219
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.182", "User-Agent": "@tryvital/vital-node/3.1.182", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
219
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.183", "User-Agent": "@tryvital/vital-node/3.1.183", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
220
220
  contentType: "application/json",
221
221
  requestType: "json",
222
222
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1,9 +1,6 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- /**
5
- * Maps miles to meters
6
- */
7
4
  export declare type AllowedRadius = "10" | "20" | "25" | "50";
8
5
  export declare const AllowedRadius: {
9
6
  readonly Ten: "10";
@@ -36,7 +36,6 @@ export * from "./BulkExportConnectionsBody";
36
36
  export * from "./BulkExportConnectionsResponse";
37
37
  export * from "./BulkImportConnectionsResponse";
38
38
  export * from "./BulkPauseConnectionsBody";
39
- export * from "./BulkTriggerHistoricalPullBody";
40
39
  export * from "./CervicalMucusEntryQuality";
41
40
  export * from "./CervicalMucusEntry";
42
41
  export * from "./ChronotypeValueMacroExpr";
@@ -52,7 +52,6 @@ __exportStar(require("./BulkExportConnectionsBody"), exports);
52
52
  __exportStar(require("./BulkExportConnectionsResponse"), exports);
53
53
  __exportStar(require("./BulkImportConnectionsResponse"), exports);
54
54
  __exportStar(require("./BulkPauseConnectionsBody"), exports);
55
- __exportStar(require("./BulkTriggerHistoricalPullBody"), exports);
56
55
  __exportStar(require("./CervicalMucusEntryQuality"), exports);
57
56
  __exportStar(require("./CervicalMucusEntry"), exports);
58
57
  __exportStar(require("./ChronotypeValueMacroExpr"), exports);
@@ -0,0 +1,14 @@
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
+ import { OAuthProviders } from "../../../../types/OAuthProviders";
8
+ export declare const BulkTriggerHistoricalPullBody: core.serialization.Schema<serializers.BulkTriggerHistoricalPullBody.Raw, Vital.BulkTriggerHistoricalPullBody>;
9
+ export declare namespace BulkTriggerHistoricalPullBody {
10
+ interface Raw {
11
+ user_ids: string[];
12
+ provider: OAuthProviders.Raw;
13
+ }
14
+ }
@@ -27,8 +27,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.BulkTriggerHistoricalPullBody = void 0;
30
- const core = __importStar(require("../../core"));
31
- const OAuthProviders_1 = require("./OAuthProviders");
30
+ const core = __importStar(require("../../../../../core"));
31
+ const OAuthProviders_1 = require("../../../../types/OAuthProviders");
32
32
  exports.BulkTriggerHistoricalPullBody = core.serialization.object({
33
33
  userIds: core.serialization.property("user_ids", core.serialization.list(core.serialization.string())),
34
34
  provider: OAuthProviders_1.OAuthProviders,
@@ -1,4 +1,5 @@
1
1
  export { BulkImportConnectionsBody } from "./BulkImportConnectionsBody";
2
+ export { BulkTriggerHistoricalPullBody } from "./BulkTriggerHistoricalPullBody";
2
3
  export { LinkTokenExchange } from "./LinkTokenExchange";
3
4
  export { LinkTokenValidationRequest } from "./LinkTokenValidationRequest";
4
5
  export { BeginLinkTokenRequest } from "./BeginLinkTokenRequest";
@@ -1,8 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DemoConnectionCreationPayload = exports.ManualConnectionData = exports.EmailProviderAuthLink = exports.CompletePasswordProviderMfaBody = exports.IndividualProviderData = exports.PasswordAuthLink = exports.EmailAuthLink = exports.BeginLinkTokenRequest = exports.LinkTokenValidationRequest = exports.LinkTokenExchange = exports.BulkImportConnectionsBody = void 0;
3
+ exports.DemoConnectionCreationPayload = exports.ManualConnectionData = exports.EmailProviderAuthLink = exports.CompletePasswordProviderMfaBody = exports.IndividualProviderData = exports.PasswordAuthLink = exports.EmailAuthLink = exports.BeginLinkTokenRequest = exports.LinkTokenValidationRequest = exports.LinkTokenExchange = exports.BulkTriggerHistoricalPullBody = exports.BulkImportConnectionsBody = void 0;
4
4
  var BulkImportConnectionsBody_1 = require("./BulkImportConnectionsBody");
5
5
  Object.defineProperty(exports, "BulkImportConnectionsBody", { enumerable: true, get: function () { return BulkImportConnectionsBody_1.BulkImportConnectionsBody; } });
6
+ var BulkTriggerHistoricalPullBody_1 = require("./BulkTriggerHistoricalPullBody");
7
+ Object.defineProperty(exports, "BulkTriggerHistoricalPullBody", { enumerable: true, get: function () { return BulkTriggerHistoricalPullBody_1.BulkTriggerHistoricalPullBody; } });
6
8
  var LinkTokenExchange_1 = require("./LinkTokenExchange");
7
9
  Object.defineProperty(exports, "LinkTokenExchange", { enumerable: true, get: function () { return LinkTokenExchange_1.LinkTokenExchange; } });
8
10
  var LinkTokenValidationRequest_1 = require("./LinkTokenValidationRequest");
@@ -36,7 +36,6 @@ export * from "./BulkExportConnectionsBody";
36
36
  export * from "./BulkExportConnectionsResponse";
37
37
  export * from "./BulkImportConnectionsResponse";
38
38
  export * from "./BulkPauseConnectionsBody";
39
- export * from "./BulkTriggerHistoricalPullBody";
40
39
  export * from "./CervicalMucusEntryQuality";
41
40
  export * from "./CervicalMucusEntry";
42
41
  export * from "./ChronotypeValueMacroExpr";
@@ -52,7 +52,6 @@ __exportStar(require("./BulkExportConnectionsBody"), exports);
52
52
  __exportStar(require("./BulkExportConnectionsResponse"), exports);
53
53
  __exportStar(require("./BulkImportConnectionsResponse"), exports);
54
54
  __exportStar(require("./BulkPauseConnectionsBody"), exports);
55
- __exportStar(require("./BulkTriggerHistoricalPullBody"), exports);
56
55
  __exportStar(require("./CervicalMucusEntryQuality"), exports);
57
56
  __exportStar(require("./CervicalMucusEntry"), exports);
58
57
  __exportStar(require("./ChronotypeValueMacroExpr"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.182";
1
+ export declare const SDK_VERSION = "3.1.183";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "3.1.182";
4
+ exports.SDK_VERSION = "3.1.183";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.182",
3
+ "version": "3.1.183",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -61,6 +61,57 @@ await client.link.bulkImport({
61
61
  </dl>
62
62
  </details>
63
63
 
64
+ <details><summary><code>client.link.<a href="/src/api/resources/link/client/Client.ts">bulkTriggerHistoricalPull</a>({ ...params }) -> unknown</code></summary>
65
+ <dl>
66
+ <dd>
67
+
68
+ #### 🔌 Usage
69
+
70
+ <dl>
71
+ <dd>
72
+
73
+ <dl>
74
+ <dd>
75
+
76
+ ```typescript
77
+ await client.link.bulkTriggerHistoricalPull({
78
+ userIds: ["user_ids"],
79
+ provider: "oura",
80
+ });
81
+ ```
82
+
83
+ </dd>
84
+ </dl>
85
+ </dd>
86
+ </dl>
87
+
88
+ #### ⚙️ Parameters
89
+
90
+ <dl>
91
+ <dd>
92
+
93
+ <dl>
94
+ <dd>
95
+
96
+ **request:** `Vital.BulkTriggerHistoricalPullBody`
97
+
98
+ </dd>
99
+ </dl>
100
+
101
+ <dl>
102
+ <dd>
103
+
104
+ **requestOptions:** `Link.RequestOptions`
105
+
106
+ </dd>
107
+ </dl>
108
+ </dd>
109
+ </dl>
110
+
111
+ </dd>
112
+ </dl>
113
+ </details>
114
+
64
115
  <details><summary><code>client.link.<a href="/src/api/resources/link/client/Client.ts">token</a>({ ...params }) -> Vital.LinkTokenExchangeResponse</code></summary>
65
116
  <dl>
66
117
  <dd>
@@ -9627,3 +9678,59 @@ await client.aggregate.queryOne("user_id", {
9627
9678
  </dd>
9628
9679
  </dl>
9629
9680
  </details>
9681
+
9682
+ <details><summary><code>client.aggregate.<a href="/src/api/resources/aggregate/client/Client.ts">getResultTableForContinuousQuery</a>(userId, queryId) -> Vital.AggregationResult</code></summary>
9683
+ <dl>
9684
+ <dd>
9685
+
9686
+ #### 🔌 Usage
9687
+
9688
+ <dl>
9689
+ <dd>
9690
+
9691
+ <dl>
9692
+ <dd>
9693
+
9694
+ ```typescript
9695
+ await client.aggregate.getResultTableForContinuousQuery("user_id", "query_id");
9696
+ ```
9697
+
9698
+ </dd>
9699
+ </dl>
9700
+ </dd>
9701
+ </dl>
9702
+
9703
+ #### ⚙️ Parameters
9704
+
9705
+ <dl>
9706
+ <dd>
9707
+
9708
+ <dl>
9709
+ <dd>
9710
+
9711
+ **userId:** `string`
9712
+
9713
+ </dd>
9714
+ </dl>
9715
+
9716
+ <dl>
9717
+ <dd>
9718
+
9719
+ **queryId:** `string`
9720
+
9721
+ </dd>
9722
+ </dl>
9723
+
9724
+ <dl>
9725
+ <dd>
9726
+
9727
+ **requestOptions:** `Aggregate.RequestOptions`
9728
+
9729
+ </dd>
9730
+ </dl>
9731
+ </dd>
9732
+ </dl>
9733
+
9734
+ </dd>
9735
+ </dl>
9736
+ </details>
@@ -0,0 +1,14 @@
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
+ import { OAuthProviders } from "../../../../types/OAuthProviders";
8
+ export declare const BulkTriggerHistoricalPullBody: core.serialization.Schema<serializers.BulkTriggerHistoricalPullBody.Raw, Vital.BulkTriggerHistoricalPullBody>;
9
+ export declare namespace BulkTriggerHistoricalPullBody {
10
+ interface Raw {
11
+ user_ids: string[];
12
+ provider: OAuthProviders.Raw;
13
+ }
14
+ }
@@ -27,8 +27,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.BulkTriggerHistoricalPullBody = void 0;
30
- const core = __importStar(require("../../core"));
31
- const OAuthProviders_1 = require("./OAuthProviders");
30
+ const core = __importStar(require("../../../../../core"));
31
+ const OAuthProviders_1 = require("../../../../types/OAuthProviders");
32
32
  exports.BulkTriggerHistoricalPullBody = core.serialization.object({
33
33
  userIds: core.serialization.property("user_ids", core.serialization.list(core.serialization.string())),
34
34
  provider: OAuthProviders_1.OAuthProviders,
@@ -1,4 +1,5 @@
1
1
  export { BulkImportConnectionsBody } from "./BulkImportConnectionsBody";
2
+ export { BulkTriggerHistoricalPullBody } from "./BulkTriggerHistoricalPullBody";
2
3
  export { LinkTokenExchange } from "./LinkTokenExchange";
3
4
  export { LinkTokenValidationRequest } from "./LinkTokenValidationRequest";
4
5
  export { BeginLinkTokenRequest } from "./BeginLinkTokenRequest";
@@ -1,8 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DemoConnectionCreationPayload = exports.ManualConnectionData = exports.EmailProviderAuthLink = exports.CompletePasswordProviderMfaBody = exports.IndividualProviderData = exports.PasswordAuthLink = exports.EmailAuthLink = exports.BeginLinkTokenRequest = exports.LinkTokenValidationRequest = exports.LinkTokenExchange = exports.BulkImportConnectionsBody = void 0;
3
+ exports.DemoConnectionCreationPayload = exports.ManualConnectionData = exports.EmailProviderAuthLink = exports.CompletePasswordProviderMfaBody = exports.IndividualProviderData = exports.PasswordAuthLink = exports.EmailAuthLink = exports.BeginLinkTokenRequest = exports.LinkTokenValidationRequest = exports.LinkTokenExchange = exports.BulkTriggerHistoricalPullBody = exports.BulkImportConnectionsBody = void 0;
4
4
  var BulkImportConnectionsBody_1 = require("./BulkImportConnectionsBody");
5
5
  Object.defineProperty(exports, "BulkImportConnectionsBody", { enumerable: true, get: function () { return BulkImportConnectionsBody_1.BulkImportConnectionsBody; } });
6
+ var BulkTriggerHistoricalPullBody_1 = require("./BulkTriggerHistoricalPullBody");
7
+ Object.defineProperty(exports, "BulkTriggerHistoricalPullBody", { enumerable: true, get: function () { return BulkTriggerHistoricalPullBody_1.BulkTriggerHistoricalPullBody; } });
6
8
  var LinkTokenExchange_1 = require("./LinkTokenExchange");
7
9
  Object.defineProperty(exports, "LinkTokenExchange", { enumerable: true, get: function () { return LinkTokenExchange_1.LinkTokenExchange; } });
8
10
  var LinkTokenValidationRequest_1 = require("./LinkTokenValidationRequest");
@@ -36,7 +36,6 @@ export * from "./BulkExportConnectionsBody";
36
36
  export * from "./BulkExportConnectionsResponse";
37
37
  export * from "./BulkImportConnectionsResponse";
38
38
  export * from "./BulkPauseConnectionsBody";
39
- export * from "./BulkTriggerHistoricalPullBody";
40
39
  export * from "./CervicalMucusEntryQuality";
41
40
  export * from "./CervicalMucusEntry";
42
41
  export * from "./ChronotypeValueMacroExpr";
@@ -52,7 +52,6 @@ __exportStar(require("./BulkExportConnectionsBody"), exports);
52
52
  __exportStar(require("./BulkExportConnectionsResponse"), exports);
53
53
  __exportStar(require("./BulkImportConnectionsResponse"), exports);
54
54
  __exportStar(require("./BulkPauseConnectionsBody"), exports);
55
- __exportStar(require("./BulkTriggerHistoricalPullBody"), exports);
56
55
  __exportStar(require("./CervicalMucusEntryQuality"), exports);
57
56
  __exportStar(require("./CervicalMucusEntry"), exports);
58
57
  __exportStar(require("./ChronotypeValueMacroExpr"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.182";
1
+ export declare const SDK_VERSION = "3.1.183";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "3.1.182";
4
+ exports.SDK_VERSION = "3.1.183";
@@ -1,14 +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
- import { OAuthProviders } from "./OAuthProviders";
8
- export declare const BulkTriggerHistoricalPullBody: core.serialization.ObjectSchema<serializers.BulkTriggerHistoricalPullBody.Raw, Vital.BulkTriggerHistoricalPullBody>;
9
- export declare namespace BulkTriggerHistoricalPullBody {
10
- interface Raw {
11
- user_ids: string[];
12
- provider: OAuthProviders.Raw;
13
- }
14
- }
@@ -1,14 +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
- import { OAuthProviders } from "./OAuthProviders";
8
- export declare const BulkTriggerHistoricalPullBody: core.serialization.ObjectSchema<serializers.BulkTriggerHistoricalPullBody.Raw, Vital.BulkTriggerHistoricalPullBody>;
9
- export declare namespace BulkTriggerHistoricalPullBody {
10
- interface Raw {
11
- user_ids: string[];
12
- provider: OAuthProviders.Raw;
13
- }
14
- }