@tryvital/vital-node 3.1.381 → 3.1.382

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 (122) hide show
  1. package/Client.d.ts +18 -18
  2. package/Client.js +54 -54
  3. package/api/resources/activity/client/Client.js +2 -2
  4. package/api/resources/aggregate/client/Client.d.ts +1 -1
  5. package/api/resources/aggregate/client/Client.js +4 -4
  6. package/api/resources/aggregate/client/requests/QueryBatch.d.ts +1 -1
  7. package/api/resources/body/client/Client.js +2 -2
  8. package/api/resources/devices/client/Client.js +1 -1
  9. package/api/resources/electrocardiogram/client/Client.js +1 -1
  10. package/api/resources/index.d.ts +13 -13
  11. package/api/resources/index.js +14 -14
  12. package/api/resources/insurance/client/Client.js +3 -3
  13. package/api/resources/introspect/client/Client.js +2 -2
  14. package/api/resources/labTests/client/Client.d.ts +0 -1
  15. package/api/resources/labTests/client/Client.js +41 -42
  16. package/api/resources/link/client/Client.js +19 -19
  17. package/api/resources/meal/client/Client.js +1 -1
  18. package/api/resources/menstrualCycle/client/Client.js +1 -1
  19. package/api/resources/order/client/Client.js +1 -1
  20. package/api/resources/payor/client/Client.js +1 -1
  21. package/api/resources/profile/client/Client.js +2 -2
  22. package/api/resources/providers/client/Client.js +1 -1
  23. package/api/resources/sleep/client/Client.d.ts +12 -12
  24. package/api/resources/sleep/client/Client.js +34 -34
  25. package/api/resources/sleepCycle/client/Client.js +1 -1
  26. package/api/resources/team/client/Client.js +7 -7
  27. package/api/resources/testkit/client/Client.js +2 -2
  28. package/api/resources/user/client/Client.js +18 -18
  29. package/api/resources/vitals/client/Client.js +78 -78
  30. package/api/resources/workouts/client/Client.d.ts +10 -10
  31. package/api/resources/workouts/client/Client.js +34 -34
  32. package/api/types/AggregateExprArg.d.ts +1 -1
  33. package/api/types/AsleepAtValueMacroExpr.d.ts +7 -0
  34. package/api/types/AsleepAtValueMacroExpr.js +5 -0
  35. package/api/types/AwakeAtValueMacroExpr.d.ts +7 -0
  36. package/api/types/AwakeAtValueMacroExpr.js +5 -0
  37. package/api/types/QueryGroupByItem.d.ts +1 -1
  38. package/api/types/QuerySelectItem.d.ts +1 -1
  39. package/api/types/SleepColumnExprSleep.d.ts +2 -1
  40. package/api/types/SleepColumnExprSleep.js +1 -0
  41. package/api/types/index.d.ts +2 -0
  42. package/api/types/index.js +2 -0
  43. package/dist/Client.d.ts +18 -18
  44. package/dist/Client.js +54 -54
  45. package/dist/api/resources/activity/client/Client.js +2 -2
  46. package/dist/api/resources/aggregate/client/Client.d.ts +1 -1
  47. package/dist/api/resources/aggregate/client/Client.js +4 -4
  48. package/dist/api/resources/aggregate/client/requests/QueryBatch.d.ts +1 -1
  49. package/dist/api/resources/body/client/Client.js +2 -2
  50. package/dist/api/resources/devices/client/Client.js +1 -1
  51. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  52. package/dist/api/resources/index.d.ts +13 -13
  53. package/dist/api/resources/index.js +14 -14
  54. package/dist/api/resources/insurance/client/Client.js +3 -3
  55. package/dist/api/resources/introspect/client/Client.js +2 -2
  56. package/dist/api/resources/labTests/client/Client.d.ts +0 -1
  57. package/dist/api/resources/labTests/client/Client.js +41 -42
  58. package/dist/api/resources/link/client/Client.js +19 -19
  59. package/dist/api/resources/meal/client/Client.js +1 -1
  60. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  61. package/dist/api/resources/order/client/Client.js +1 -1
  62. package/dist/api/resources/payor/client/Client.js +1 -1
  63. package/dist/api/resources/profile/client/Client.js +2 -2
  64. package/dist/api/resources/providers/client/Client.js +1 -1
  65. package/dist/api/resources/sleep/client/Client.d.ts +12 -12
  66. package/dist/api/resources/sleep/client/Client.js +34 -34
  67. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  68. package/dist/api/resources/team/client/Client.js +7 -7
  69. package/dist/api/resources/testkit/client/Client.js +2 -2
  70. package/dist/api/resources/user/client/Client.js +18 -18
  71. package/dist/api/resources/vitals/client/Client.js +78 -78
  72. package/dist/api/resources/workouts/client/Client.d.ts +10 -10
  73. package/dist/api/resources/workouts/client/Client.js +34 -34
  74. package/dist/api/types/AggregateExprArg.d.ts +1 -1
  75. package/dist/api/types/AsleepAtValueMacroExpr.d.ts +7 -0
  76. package/dist/api/types/AsleepAtValueMacroExpr.js +5 -0
  77. package/dist/api/types/AwakeAtValueMacroExpr.d.ts +7 -0
  78. package/dist/api/types/AwakeAtValueMacroExpr.js +5 -0
  79. package/dist/api/types/QueryGroupByItem.d.ts +1 -1
  80. package/dist/api/types/QuerySelectItem.d.ts +1 -1
  81. package/dist/api/types/SleepColumnExprSleep.d.ts +2 -1
  82. package/dist/api/types/SleepColumnExprSleep.js +1 -0
  83. package/dist/api/types/index.d.ts +2 -0
  84. package/dist/api/types/index.js +2 -0
  85. package/dist/serialization/resources/index.d.ts +5 -5
  86. package/dist/serialization/resources/index.js +6 -6
  87. package/dist/serialization/types/AggregateExprArg.d.ts +3 -1
  88. package/dist/serialization/types/AggregateExprArg.js +4 -0
  89. package/dist/serialization/types/AsleepAtValueMacroExpr.d.ts +13 -0
  90. package/dist/serialization/types/AsleepAtValueMacroExpr.js +34 -0
  91. package/dist/serialization/types/AwakeAtValueMacroExpr.d.ts +13 -0
  92. package/dist/serialization/types/AwakeAtValueMacroExpr.js +34 -0
  93. package/dist/serialization/types/QueryGroupByItem.d.ts +3 -1
  94. package/dist/serialization/types/QueryGroupByItem.js +4 -0
  95. package/dist/serialization/types/QuerySelectItem.d.ts +3 -1
  96. package/dist/serialization/types/QuerySelectItem.js +4 -0
  97. package/dist/serialization/types/SleepColumnExprSleep.d.ts +1 -1
  98. package/dist/serialization/types/SleepColumnExprSleep.js +1 -0
  99. package/dist/serialization/types/index.d.ts +2 -0
  100. package/dist/serialization/types/index.js +2 -0
  101. package/dist/version.d.ts +1 -1
  102. package/dist/version.js +1 -1
  103. package/package.json +1 -1
  104. package/reference.md +1947 -1947
  105. package/serialization/resources/index.d.ts +5 -5
  106. package/serialization/resources/index.js +6 -6
  107. package/serialization/types/AggregateExprArg.d.ts +3 -1
  108. package/serialization/types/AggregateExprArg.js +4 -0
  109. package/serialization/types/AsleepAtValueMacroExpr.d.ts +13 -0
  110. package/serialization/types/AsleepAtValueMacroExpr.js +34 -0
  111. package/serialization/types/AwakeAtValueMacroExpr.d.ts +13 -0
  112. package/serialization/types/AwakeAtValueMacroExpr.js +34 -0
  113. package/serialization/types/QueryGroupByItem.d.ts +3 -1
  114. package/serialization/types/QueryGroupByItem.js +4 -0
  115. package/serialization/types/QuerySelectItem.d.ts +3 -1
  116. package/serialization/types/QuerySelectItem.js +4 -0
  117. package/serialization/types/SleepColumnExprSleep.d.ts +1 -1
  118. package/serialization/types/SleepColumnExprSleep.js +1 -0
  119. package/serialization/types/index.d.ts +2 -0
  120. package/serialization/types/index.js +2 -0
  121. package/version.d.ts +1 -1
  122. package/version.js +1 -1
@@ -78,7 +78,7 @@ class Body {
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/body/${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.381", "User-Agent": "@tryvital/vital-node/3.1.381", "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.382", "User-Agent": "@tryvital/vital-node/3.1.382", "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 Body {
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/body/${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.381", "User-Agent": "@tryvital/vital-node/3.1.381", "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.382", "User-Agent": "@tryvital/vital-node/3.1.382", "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",
@@ -72,7 +72,7 @@ class Devices {
72
72
  const _response = yield core.fetcher({
73
73
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, `v2/summary/devices/${encodeURIComponent(userId)}/raw`),
74
74
  method: "GET",
75
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.381", "User-Agent": "@tryvital/vital-node/3.1.381", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
75
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.382", "User-Agent": "@tryvital/vital-node/3.1.382", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
76
76
  contentType: "application/json",
77
77
  queryParameters: _queryParams,
78
78
  requestType: "json",
@@ -78,7 +78,7 @@ class Electrocardiogram {
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/electrocardiogram/${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.381", "User-Agent": "@tryvital/vital-node/3.1.381", "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.382", "User-Agent": "@tryvital/vital-node/3.1.382", "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",
@@ -1,34 +1,28 @@
1
- export * as labTests from "./labTests";
2
- export * from "./labTests/types";
3
1
  export * as link from "./link";
4
2
  export * from "./link/types";
3
+ export * as labTests from "./labTests";
4
+ export * from "./labTests/types";
5
5
  export * as aggregate from "./aggregate";
6
6
  export * from "./aggregate/types";
7
- export * as testkit from "./testkit";
8
- export * as order from "./order";
9
- export * as sleep from "./sleep";
10
- export * as workouts from "./workouts";
11
- export * as vitals from "./vitals";
12
7
  export * as user from "./user";
13
8
  export * as electrocardiogram from "./electrocardiogram";
14
9
  export * as sleepCycle from "./sleepCycle";
15
10
  export * as profile from "./profile";
16
11
  export * as devices from "./devices";
17
12
  export * as activity from "./activity";
13
+ export * as workouts from "./workouts";
14
+ export * as sleep from "./sleep";
18
15
  export * as body from "./body";
19
16
  export * as meal from "./meal";
20
17
  export * as menstrualCycle from "./menstrualCycle";
21
18
  export * as providers from "./providers";
19
+ export * as testkit from "./testkit";
20
+ export * as order from "./order";
22
21
  export * as team from "./team";
22
+ export * as vitals from "./vitals";
23
23
  export * as introspect from "./introspect";
24
24
  export * as insurance from "./insurance";
25
25
  export * as payor from "./payor";
26
- export * from "./testkit/client/requests";
27
- export * from "./labTests/client/requests";
28
- export * from "./order/client/requests";
29
- export * from "./sleep/client/requests";
30
- export * from "./workouts/client/requests";
31
- export * from "./vitals/client/requests";
32
26
  export * from "./link/client/requests";
33
27
  export * from "./user/client/requests";
34
28
  export * from "./electrocardiogram/client/requests";
@@ -36,11 +30,17 @@ export * from "./sleepCycle/client/requests";
36
30
  export * from "./profile/client/requests";
37
31
  export * from "./devices/client/requests";
38
32
  export * from "./activity/client/requests";
33
+ export * from "./workouts/client/requests";
34
+ export * from "./sleep/client/requests";
39
35
  export * from "./body/client/requests";
40
36
  export * from "./meal/client/requests";
41
37
  export * from "./menstrualCycle/client/requests";
42
38
  export * from "./providers/client/requests";
39
+ export * from "./testkit/client/requests";
40
+ export * from "./labTests/client/requests";
41
+ export * from "./order/client/requests";
43
42
  export * from "./team/client/requests";
43
+ export * from "./vitals/client/requests";
44
44
  export * from "./introspect/client/requests";
45
45
  export * from "./insurance/client/requests";
46
46
  export * from "./payor/client/requests";
@@ -26,38 +26,32 @@ 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.payor = exports.insurance = exports.introspect = exports.team = exports.providers = exports.menstrualCycle = exports.meal = exports.body = exports.activity = exports.devices = exports.profile = exports.sleepCycle = exports.electrocardiogram = exports.user = exports.vitals = exports.workouts = exports.sleep = exports.order = exports.testkit = exports.aggregate = exports.link = exports.labTests = void 0;
30
- exports.labTests = __importStar(require("./labTests"));
31
- __exportStar(require("./labTests/types"), exports);
29
+ exports.payor = exports.insurance = exports.introspect = exports.vitals = exports.team = exports.order = exports.testkit = exports.providers = exports.menstrualCycle = exports.meal = exports.body = exports.sleep = exports.workouts = exports.activity = exports.devices = exports.profile = exports.sleepCycle = exports.electrocardiogram = exports.user = exports.aggregate = exports.labTests = exports.link = void 0;
32
30
  exports.link = __importStar(require("./link"));
33
31
  __exportStar(require("./link/types"), exports);
32
+ exports.labTests = __importStar(require("./labTests"));
33
+ __exportStar(require("./labTests/types"), exports);
34
34
  exports.aggregate = __importStar(require("./aggregate"));
35
35
  __exportStar(require("./aggregate/types"), exports);
36
- exports.testkit = __importStar(require("./testkit"));
37
- exports.order = __importStar(require("./order"));
38
- exports.sleep = __importStar(require("./sleep"));
39
- exports.workouts = __importStar(require("./workouts"));
40
- exports.vitals = __importStar(require("./vitals"));
41
36
  exports.user = __importStar(require("./user"));
42
37
  exports.electrocardiogram = __importStar(require("./electrocardiogram"));
43
38
  exports.sleepCycle = __importStar(require("./sleepCycle"));
44
39
  exports.profile = __importStar(require("./profile"));
45
40
  exports.devices = __importStar(require("./devices"));
46
41
  exports.activity = __importStar(require("./activity"));
42
+ exports.workouts = __importStar(require("./workouts"));
43
+ exports.sleep = __importStar(require("./sleep"));
47
44
  exports.body = __importStar(require("./body"));
48
45
  exports.meal = __importStar(require("./meal"));
49
46
  exports.menstrualCycle = __importStar(require("./menstrualCycle"));
50
47
  exports.providers = __importStar(require("./providers"));
48
+ exports.testkit = __importStar(require("./testkit"));
49
+ exports.order = __importStar(require("./order"));
51
50
  exports.team = __importStar(require("./team"));
51
+ exports.vitals = __importStar(require("./vitals"));
52
52
  exports.introspect = __importStar(require("./introspect"));
53
53
  exports.insurance = __importStar(require("./insurance"));
54
54
  exports.payor = __importStar(require("./payor"));
55
- __exportStar(require("./testkit/client/requests"), exports);
56
- __exportStar(require("./labTests/client/requests"), exports);
57
- __exportStar(require("./order/client/requests"), exports);
58
- __exportStar(require("./sleep/client/requests"), exports);
59
- __exportStar(require("./workouts/client/requests"), exports);
60
- __exportStar(require("./vitals/client/requests"), exports);
61
55
  __exportStar(require("./link/client/requests"), exports);
62
56
  __exportStar(require("./user/client/requests"), exports);
63
57
  __exportStar(require("./electrocardiogram/client/requests"), exports);
@@ -65,11 +59,17 @@ __exportStar(require("./sleepCycle/client/requests"), exports);
65
59
  __exportStar(require("./profile/client/requests"), exports);
66
60
  __exportStar(require("./devices/client/requests"), exports);
67
61
  __exportStar(require("./activity/client/requests"), exports);
62
+ __exportStar(require("./workouts/client/requests"), exports);
63
+ __exportStar(require("./sleep/client/requests"), exports);
68
64
  __exportStar(require("./body/client/requests"), exports);
69
65
  __exportStar(require("./meal/client/requests"), exports);
70
66
  __exportStar(require("./menstrualCycle/client/requests"), exports);
71
67
  __exportStar(require("./providers/client/requests"), exports);
68
+ __exportStar(require("./testkit/client/requests"), exports);
69
+ __exportStar(require("./labTests/client/requests"), exports);
70
+ __exportStar(require("./order/client/requests"), exports);
72
71
  __exportStar(require("./team/client/requests"), exports);
72
+ __exportStar(require("./vitals/client/requests"), exports);
73
73
  __exportStar(require("./introspect/client/requests"), exports);
74
74
  __exportStar(require("./insurance/client/requests"), exports);
75
75
  __exportStar(require("./payor/client/requests"), exports);
@@ -75,7 +75,7 @@ class Insurance {
75
75
  const _response = yield core.fetcher({
76
76
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v3/insurance/search/payor"),
77
77
  method: "GET",
78
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.381", "User-Agent": "@tryvital/vital-node/3.1.381", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
78
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.382", "User-Agent": "@tryvital/vital-node/3.1.382", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
79
79
  contentType: "application/json",
80
80
  queryParameters: _queryParams,
81
81
  requestType: "json",
@@ -137,7 +137,7 @@ class Insurance {
137
137
  const _response = yield core.fetcher({
138
138
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v3/insurance/search/payor"),
139
139
  method: "POST",
140
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.381", "User-Agent": "@tryvital/vital-node/3.1.381", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
140
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.382", "User-Agent": "@tryvital/vital-node/3.1.382", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
141
141
  contentType: "application/json",
142
142
  requestType: "json",
143
143
  body: serializers.PayorSearchRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -204,7 +204,7 @@ class Insurance {
204
204
  const _response = yield core.fetcher({
205
205
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v3/insurance/search/diagnosis"),
206
206
  method: "GET",
207
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.381", "User-Agent": "@tryvital/vital-node/3.1.381", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
207
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.382", "User-Agent": "@tryvital/vital-node/3.1.382", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
208
208
  contentType: "application/json",
209
209
  queryParameters: _queryParams,
210
210
  requestType: "json",
@@ -81,7 +81,7 @@ class Introspect {
81
81
  const _response = yield core.fetcher({
82
82
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/introspect/resources"),
83
83
  method: "GET",
84
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.381", "User-Agent": "@tryvital/vital-node/3.1.381", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
84
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.382", "User-Agent": "@tryvital/vital-node/3.1.382", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
85
85
  contentType: "application/json",
86
86
  queryParameters: _queryParams,
87
87
  requestType: "json",
@@ -160,7 +160,7 @@ class Introspect {
160
160
  const _response = yield core.fetcher({
161
161
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VitalEnvironment.Production, "v2/introspect/historical_pull"),
162
162
  method: "GET",
163
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.381", "User-Agent": "@tryvital/vital-node/3.1.381", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
163
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@tryvital/vital-node", "X-Fern-SDK-Version": "3.1.382", "User-Agent": "@tryvital/vital-node/3.1.382", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
164
164
  contentType: "application/json",
165
165
  queryParameters: _queryParams,
166
166
  requestType: "json",
@@ -533,7 +533,6 @@ export declare class LabTests {
533
533
  */
534
534
  getPaginated(request?: Vital.LabTestsGetPaginatedRequest, requestOptions?: LabTests.RequestOptions): Promise<Vital.LabTestResourcesResponse>;
535
535
  /**
536
- * GET collection instructions for a lab test
537
536
  * @throws {@link Vital.UnprocessableEntityError}
538
537
  */
539
538
  getLabTestCollectionInstructionPdf(labTestId: string, requestOptions?: LabTests.RequestOptions): Promise<stream.Readable>;