@tryvital/vital-node 3.1.406 → 3.1.407

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 (106) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +6 -6
  3. package/api/resources/activity/client/Client.js +2 -2
  4. package/api/resources/aggregate/client/Client.js +3 -3
  5. package/api/resources/body/client/Client.js +2 -2
  6. package/api/resources/devices/client/Client.js +1 -1
  7. package/api/resources/electrocardiogram/client/Client.js +1 -1
  8. package/api/resources/index.d.ts +2 -2
  9. package/api/resources/index.js +3 -3
  10. package/api/resources/insurance/client/Client.js +3 -3
  11. package/api/resources/introspect/client/Client.js +2 -2
  12. package/api/resources/labTests/client/Client.d.ts +4 -2
  13. package/api/resources/labTests/client/Client.js +73 -47
  14. package/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
  15. package/api/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -0
  16. package/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +4 -0
  17. package/api/resources/labTests/client/requests/LabTestsGetByIdRequest.d.ts +13 -0
  18. package/api/resources/labTests/client/requests/LabTestsGetByIdRequest.js +5 -0
  19. package/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.d.ts +13 -0
  20. package/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.js +5 -0
  21. package/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +4 -0
  22. package/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +4 -0
  23. package/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +4 -0
  24. package/api/resources/labTests/client/requests/index.d.ts +2 -0
  25. package/api/resources/link/client/Client.js +19 -19
  26. package/api/resources/meal/client/Client.js +1 -1
  27. package/api/resources/menstrualCycle/client/Client.js +1 -1
  28. package/api/resources/order/client/Client.js +1 -1
  29. package/api/resources/payor/client/Client.js +1 -1
  30. package/api/resources/profile/client/Client.js +2 -2
  31. package/api/resources/providers/client/Client.js +1 -1
  32. package/api/resources/sleep/client/Client.js +3 -3
  33. package/api/resources/sleepCycle/client/Client.js +1 -1
  34. package/api/resources/team/client/Client.js +7 -7
  35. package/api/resources/testkit/client/Client.js +2 -2
  36. package/api/resources/testkit/client/requests/CreateRegistrableTestkitOrderRequest.d.ts +1 -0
  37. package/api/resources/user/client/Client.js +18 -18
  38. package/api/resources/vitals/client/Client.js +78 -78
  39. package/api/resources/workouts/client/Client.js +3 -3
  40. package/api/types/OrderSetRequest.d.ts +1 -0
  41. package/dist/Client.d.ts +3 -3
  42. package/dist/Client.js +6 -6
  43. package/dist/api/resources/activity/client/Client.js +2 -2
  44. package/dist/api/resources/aggregate/client/Client.js +3 -3
  45. package/dist/api/resources/body/client/Client.js +2 -2
  46. package/dist/api/resources/devices/client/Client.js +1 -1
  47. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  48. package/dist/api/resources/index.d.ts +2 -2
  49. package/dist/api/resources/index.js +3 -3
  50. package/dist/api/resources/insurance/client/Client.js +3 -3
  51. package/dist/api/resources/introspect/client/Client.js +2 -2
  52. package/dist/api/resources/labTests/client/Client.d.ts +4 -2
  53. package/dist/api/resources/labTests/client/Client.js +73 -47
  54. package/dist/api/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
  55. package/dist/api/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -0
  56. package/dist/api/resources/labTests/client/requests/LabTestsGetAreaInfoRequest.d.ts +4 -0
  57. package/dist/api/resources/labTests/client/requests/LabTestsGetByIdRequest.d.ts +13 -0
  58. package/dist/api/resources/labTests/client/requests/LabTestsGetByIdRequest.js +5 -0
  59. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.d.ts +13 -0
  60. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersByLabAndProviderIdRequest.js +5 -0
  61. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersForLabTestRequest.d.ts +4 -0
  62. package/dist/api/resources/labTests/client/requests/LabTestsGetMarkersRequest.d.ts +4 -0
  63. package/dist/api/resources/labTests/client/requests/LabTestsGetPscInfoRequest.d.ts +4 -0
  64. package/dist/api/resources/labTests/client/requests/index.d.ts +2 -0
  65. package/dist/api/resources/link/client/Client.js +19 -19
  66. package/dist/api/resources/meal/client/Client.js +1 -1
  67. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  68. package/dist/api/resources/order/client/Client.js +1 -1
  69. package/dist/api/resources/payor/client/Client.js +1 -1
  70. package/dist/api/resources/profile/client/Client.js +2 -2
  71. package/dist/api/resources/providers/client/Client.js +1 -1
  72. package/dist/api/resources/sleep/client/Client.js +3 -3
  73. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  74. package/dist/api/resources/team/client/Client.js +7 -7
  75. package/dist/api/resources/testkit/client/Client.js +2 -2
  76. package/dist/api/resources/testkit/client/requests/CreateRegistrableTestkitOrderRequest.d.ts +1 -0
  77. package/dist/api/resources/user/client/Client.js +18 -18
  78. package/dist/api/resources/vitals/client/Client.js +78 -78
  79. package/dist/api/resources/workouts/client/Client.js +3 -3
  80. package/dist/api/types/OrderSetRequest.d.ts +1 -0
  81. package/dist/serialization/resources/index.d.ts +1 -1
  82. package/dist/serialization/resources/index.js +2 -2
  83. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
  84. package/dist/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +1 -0
  85. package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -0
  86. package/dist/serialization/resources/labTests/client/requests/ImportOrderBody.js +1 -0
  87. package/dist/serialization/resources/testkit/client/requests/CreateRegistrableTestkitOrderRequest.d.ts +1 -0
  88. package/dist/serialization/resources/testkit/client/requests/CreateRegistrableTestkitOrderRequest.js +1 -0
  89. package/dist/serialization/types/OrderSetRequest.d.ts +1 -0
  90. package/dist/serialization/types/OrderSetRequest.js +1 -0
  91. package/dist/version.d.ts +1 -1
  92. package/dist/version.js +1 -1
  93. package/package.json +1 -1
  94. package/reference.md +83 -67
  95. package/serialization/resources/index.d.ts +1 -1
  96. package/serialization/resources/index.js +2 -2
  97. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.d.ts +1 -0
  98. package/serialization/resources/labTests/client/requests/CreateOrderRequestCompatible.js +1 -0
  99. package/serialization/resources/labTests/client/requests/ImportOrderBody.d.ts +1 -0
  100. package/serialization/resources/labTests/client/requests/ImportOrderBody.js +1 -0
  101. package/serialization/resources/testkit/client/requests/CreateRegistrableTestkitOrderRequest.d.ts +1 -0
  102. package/serialization/resources/testkit/client/requests/CreateRegistrableTestkitOrderRequest.js +1 -0
  103. package/serialization/types/OrderSetRequest.d.ts +1 -0
  104. package/serialization/types/OrderSetRequest.js +1 -0
  105. package/version.d.ts +1 -1
  106. package/version.js +1 -1
@@ -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.406", "User-Agent": "@tryvital/vital-node/3.1.406", "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.407", "User-Agent": "@tryvital/vital-node/3.1.407", "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.406", "User-Agent": "@tryvital/vital-node/3.1.406", "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.407", "User-Agent": "@tryvital/vital-node/3.1.407", "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.406", "User-Agent": "@tryvital/vital-node/3.1.406", "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.407", "User-Agent": "@tryvital/vital-node/3.1.407", "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,
@@ -5,4 +5,5 @@ import * as Vital from "../index";
5
5
  export interface OrderSetRequest {
6
6
  labTestIds?: string[];
7
7
  addOn?: Vital.AddOnOrder;
8
+ labAccountId?: string;
8
9
  }
@@ -4,8 +4,8 @@ export * as labTests from "./labTests";
4
4
  export * from "./labTests/types";
5
5
  export * as aggregate from "./aggregate";
6
6
  export * from "./aggregate/types";
7
- export * as user from "./user";
8
7
  export * as providers from "./providers";
8
+ export * as user from "./user";
9
9
  export * as vitals from "./vitals";
10
10
  export * as team from "./team";
11
11
  export * as insurance from "./insurance";
@@ -26,15 +26,15 @@ 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.order = exports.testkit = exports.insurance = exports.team = exports.vitals = exports.providers = exports.user = exports.aggregate = exports.labTests = exports.link = void 0;
29
+ exports.payor = exports.order = exports.testkit = exports.insurance = exports.team = exports.vitals = exports.user = exports.providers = exports.aggregate = exports.labTests = exports.link = void 0;
30
30
  exports.link = __importStar(require("./link"));
31
31
  __exportStar(require("./link/types"), exports);
32
32
  exports.labTests = __importStar(require("./labTests"));
33
33
  __exportStar(require("./labTests/types"), exports);
34
34
  exports.aggregate = __importStar(require("./aggregate"));
35
35
  __exportStar(require("./aggregate/types"), exports);
36
- exports.user = __importStar(require("./user"));
37
36
  exports.providers = __importStar(require("./providers"));
37
+ exports.user = __importStar(require("./user"));
38
38
  exports.vitals = __importStar(require("./vitals"));
39
39
  exports.team = __importStar(require("./team"));
40
40
  exports.insurance = __importStar(require("./insurance"));
@@ -29,6 +29,7 @@ export declare namespace CreateOrderRequestCompatible {
29
29
  activate_by?: string | null;
30
30
  aoe_answers?: AoEAnswer.Raw[] | null;
31
31
  passthrough?: string | null;
32
+ lab_account_id?: string | null;
32
33
  patient_details: PatientDetailsWithValidation.Raw;
33
34
  patient_address: PatientAddressWithValidation.Raw;
34
35
  }
@@ -51,6 +51,7 @@ exports.CreateOrderRequestCompatible = core.serialization.object({
51
51
  activateBy: core.serialization.property("activate_by", core.serialization.string().optional()),
52
52
  aoeAnswers: core.serialization.property("aoe_answers", core.serialization.list(AoEAnswer_1.AoEAnswer).optional()),
53
53
  passthrough: core.serialization.string().optional(),
54
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
54
55
  patientDetails: core.serialization.property("patient_details", PatientDetailsWithValidation_1.PatientDetailsWithValidation),
55
56
  patientAddress: core.serialization.property("patient_address", PatientAddressWithValidation_1.PatientAddressWithValidation),
56
57
  });
@@ -21,5 +21,6 @@ export declare namespace ImportOrderBody {
21
21
  patient_details: PatientDetailsWithValidation.Raw;
22
22
  patient_address: PatientAddress.Raw;
23
23
  sample_id: string;
24
+ lab_account_id?: string | null;
24
25
  }
25
26
  }
@@ -43,4 +43,5 @@ exports.ImportOrderBody = core.serialization.object({
43
43
  patientDetails: core.serialization.property("patient_details", PatientDetailsWithValidation_1.PatientDetailsWithValidation),
44
44
  patientAddress: core.serialization.property("patient_address", PatientAddress_1.PatientAddress),
45
45
  sampleId: core.serialization.property("sample_id", core.serialization.string()),
46
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
46
47
  });
@@ -12,5 +12,6 @@ export declare namespace CreateRegistrableTestkitOrderRequest {
12
12
  lab_test_id: string;
13
13
  shipping_details: ShippingAddressWithValidation.Raw;
14
14
  passthrough?: string | null;
15
+ lab_account_id?: string | null;
15
16
  }
16
17
  }
@@ -34,4 +34,5 @@ exports.CreateRegistrableTestkitOrderRequest = core.serialization.object({
34
34
  labTestId: core.serialization.property("lab_test_id", core.serialization.string()),
35
35
  shippingDetails: core.serialization.property("shipping_details", ShippingAddressWithValidation_1.ShippingAddressWithValidation),
36
36
  passthrough: core.serialization.string().optional(),
37
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
37
38
  });
@@ -10,5 +10,6 @@ export declare namespace OrderSetRequest {
10
10
  interface Raw {
11
11
  lab_test_ids?: string[] | null;
12
12
  add_on?: AddOnOrder.Raw | null;
13
+ lab_account_id?: string | null;
13
14
  }
14
15
  }
@@ -32,4 +32,5 @@ const AddOnOrder_1 = require("./AddOnOrder");
32
32
  exports.OrderSetRequest = core.serialization.object({
33
33
  labTestIds: core.serialization.property("lab_test_ids", core.serialization.list(core.serialization.string()).optional()),
34
34
  addOn: core.serialization.property("add_on", AddOnOrder_1.AddOnOrder.optional()),
35
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
35
36
  });
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.406";
1
+ export declare const SDK_VERSION = "3.1.407";
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.406";
4
+ exports.SDK_VERSION = "3.1.407";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.406",
3
+ "version": "3.1.407",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",
package/reference.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # Reference
2
2
 
3
+ ## Providers
4
+
5
+ <details><summary><code>client.providers.<a href="/src/api/resources/providers/client/Client.ts">getAll</a>({ ...params }) -> Vital.ClientFacingProviderDetailed[]</code></summary>
6
+ <dl>
7
+ <dd>
8
+
9
+ #### 📝 Description
10
+
11
+ <dl>
12
+ <dd>
13
+
14
+ <dl>
15
+ <dd>
16
+
17
+ Get Provider list
18
+
19
+ </dd>
20
+ </dl>
21
+ </dd>
22
+ </dl>
23
+
24
+ #### 🔌 Usage
25
+
26
+ <dl>
27
+ <dd>
28
+
29
+ <dl>
30
+ <dd>
31
+
32
+ ```typescript
33
+ await client.providers.getAll();
34
+ ```
35
+
36
+ </dd>
37
+ </dl>
38
+ </dd>
39
+ </dl>
40
+
41
+ #### ⚙️ Parameters
42
+
43
+ <dl>
44
+ <dd>
45
+
46
+ <dl>
47
+ <dd>
48
+
49
+ **request:** `Vital.ProvidersGetAllRequest`
50
+
51
+ </dd>
52
+ </dl>
53
+
54
+ <dl>
55
+ <dd>
56
+
57
+ **requestOptions:** `Providers.RequestOptions`
58
+
59
+ </dd>
60
+ </dl>
61
+ </dd>
62
+ </dl>
63
+
64
+ </dd>
65
+ </dl>
66
+ </details>
67
+
3
68
  ## User
4
69
 
5
70
  <details><summary><code>client.user.<a href="/src/api/resources/user/client/Client.ts">getAll</a>({ ...params }) -> Vital.PaginatedUsersResponse</code></summary>
@@ -1046,71 +1111,6 @@ await client.user.getDevice("user_id", "device_id");
1046
1111
  </dl>
1047
1112
  </details>
1048
1113
 
1049
- ## Providers
1050
-
1051
- <details><summary><code>client.providers.<a href="/src/api/resources/providers/client/Client.ts">getAll</a>({ ...params }) -> Vital.ClientFacingProviderDetailed[]</code></summary>
1052
- <dl>
1053
- <dd>
1054
-
1055
- #### 📝 Description
1056
-
1057
- <dl>
1058
- <dd>
1059
-
1060
- <dl>
1061
- <dd>
1062
-
1063
- Get Provider list
1064
-
1065
- </dd>
1066
- </dl>
1067
- </dd>
1068
- </dl>
1069
-
1070
- #### 🔌 Usage
1071
-
1072
- <dl>
1073
- <dd>
1074
-
1075
- <dl>
1076
- <dd>
1077
-
1078
- ```typescript
1079
- await client.providers.getAll();
1080
- ```
1081
-
1082
- </dd>
1083
- </dl>
1084
- </dd>
1085
- </dl>
1086
-
1087
- #### ⚙️ Parameters
1088
-
1089
- <dl>
1090
- <dd>
1091
-
1092
- <dl>
1093
- <dd>
1094
-
1095
- **request:** `Vital.ProvidersGetAllRequest`
1096
-
1097
- </dd>
1098
- </dl>
1099
-
1100
- <dl>
1101
- <dd>
1102
-
1103
- **requestOptions:** `Providers.RequestOptions`
1104
-
1105
- </dd>
1106
- </dl>
1107
- </dd>
1108
- </dl>
1109
-
1110
- </dd>
1111
- </dl>
1112
- </details>
1113
-
1114
1114
  ## Link
1115
1115
 
1116
1116
  <details><summary><code>client.link.<a href="/src/api/resources/link/client/Client.ts">listBulkOps</a>({ ...params }) -> Vital.BulkOpsResponse</code></summary>
@@ -8644,7 +8644,7 @@ await client.labTests.create({
8644
8644
  </dl>
8645
8645
  </details>
8646
8646
 
8647
- <details><summary><code>client.labTests.<a href="/src/api/resources/labTests/client/Client.ts">getById</a>(labTestId) -> Vital.ClientFacingLabTest</code></summary>
8647
+ <details><summary><code>client.labTests.<a href="/src/api/resources/labTests/client/Client.ts">getById</a>(labTestId, { ...params }) -> Vital.ClientFacingLabTest</code></summary>
8648
8648
  <dl>
8649
8649
  <dd>
8650
8650
 
@@ -8696,6 +8696,14 @@ await client.labTests.getById("lab_test_id");
8696
8696
  <dl>
8697
8697
  <dd>
8698
8698
 
8699
+ **request:** `Vital.LabTestsGetByIdRequest`
8700
+
8701
+ </dd>
8702
+ </dl>
8703
+
8704
+ <dl>
8705
+ <dd>
8706
+
8699
8707
  **requestOptions:** `LabTests.RequestOptions`
8700
8708
 
8701
8709
  </dd>
@@ -8932,7 +8940,7 @@ await client.labTests.getMarkersForLabTest("lab_test_id");
8932
8940
  </dl>
8933
8941
  </details>
8934
8942
 
8935
- <details><summary><code>client.labTests.<a href="/src/api/resources/labTests/client/Client.ts">getMarkersByLabAndProviderId</a>(providerId, labId) -> Vital.ClientFacingMarker</code></summary>
8943
+ <details><summary><code>client.labTests.<a href="/src/api/resources/labTests/client/Client.ts">getMarkersByLabAndProviderId</a>(providerId, labId, { ...params }) -> Vital.ClientFacingMarker</code></summary>
8936
8944
  <dl>
8937
8945
  <dd>
8938
8946
 
@@ -8992,6 +9000,14 @@ await client.labTests.getMarkersByLabAndProviderId("provider_id", 1);
8992
9000
  <dl>
8993
9001
  <dd>
8994
9002
 
9003
+ **request:** `Vital.LabTestsGetMarkersByLabAndProviderIdRequest`
9004
+
9005
+ </dd>
9006
+ </dl>
9007
+
9008
+ <dl>
9009
+ <dd>
9010
+
8995
9011
  **requestOptions:** `LabTests.RequestOptions`
8996
9012
 
8997
9013
  </dd>
@@ -4,8 +4,8 @@ export * as labTests from "./labTests";
4
4
  export * from "./labTests/types";
5
5
  export * as aggregate from "./aggregate";
6
6
  export * from "./aggregate/types";
7
- export * as user from "./user";
8
7
  export * as providers from "./providers";
8
+ export * as user from "./user";
9
9
  export * as vitals from "./vitals";
10
10
  export * as team from "./team";
11
11
  export * as insurance from "./insurance";
@@ -26,15 +26,15 @@ 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.order = exports.testkit = exports.insurance = exports.team = exports.vitals = exports.providers = exports.user = exports.aggregate = exports.labTests = exports.link = void 0;
29
+ exports.payor = exports.order = exports.testkit = exports.insurance = exports.team = exports.vitals = exports.user = exports.providers = exports.aggregate = exports.labTests = exports.link = void 0;
30
30
  exports.link = __importStar(require("./link"));
31
31
  __exportStar(require("./link/types"), exports);
32
32
  exports.labTests = __importStar(require("./labTests"));
33
33
  __exportStar(require("./labTests/types"), exports);
34
34
  exports.aggregate = __importStar(require("./aggregate"));
35
35
  __exportStar(require("./aggregate/types"), exports);
36
- exports.user = __importStar(require("./user"));
37
36
  exports.providers = __importStar(require("./providers"));
37
+ exports.user = __importStar(require("./user"));
38
38
  exports.vitals = __importStar(require("./vitals"));
39
39
  exports.team = __importStar(require("./team"));
40
40
  exports.insurance = __importStar(require("./insurance"));
@@ -29,6 +29,7 @@ export declare namespace CreateOrderRequestCompatible {
29
29
  activate_by?: string | null;
30
30
  aoe_answers?: AoEAnswer.Raw[] | null;
31
31
  passthrough?: string | null;
32
+ lab_account_id?: string | null;
32
33
  patient_details: PatientDetailsWithValidation.Raw;
33
34
  patient_address: PatientAddressWithValidation.Raw;
34
35
  }
@@ -51,6 +51,7 @@ exports.CreateOrderRequestCompatible = core.serialization.object({
51
51
  activateBy: core.serialization.property("activate_by", core.serialization.string().optional()),
52
52
  aoeAnswers: core.serialization.property("aoe_answers", core.serialization.list(AoEAnswer_1.AoEAnswer).optional()),
53
53
  passthrough: core.serialization.string().optional(),
54
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
54
55
  patientDetails: core.serialization.property("patient_details", PatientDetailsWithValidation_1.PatientDetailsWithValidation),
55
56
  patientAddress: core.serialization.property("patient_address", PatientAddressWithValidation_1.PatientAddressWithValidation),
56
57
  });
@@ -21,5 +21,6 @@ export declare namespace ImportOrderBody {
21
21
  patient_details: PatientDetailsWithValidation.Raw;
22
22
  patient_address: PatientAddress.Raw;
23
23
  sample_id: string;
24
+ lab_account_id?: string | null;
24
25
  }
25
26
  }
@@ -43,4 +43,5 @@ exports.ImportOrderBody = core.serialization.object({
43
43
  patientDetails: core.serialization.property("patient_details", PatientDetailsWithValidation_1.PatientDetailsWithValidation),
44
44
  patientAddress: core.serialization.property("patient_address", PatientAddress_1.PatientAddress),
45
45
  sampleId: core.serialization.property("sample_id", core.serialization.string()),
46
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
46
47
  });
@@ -12,5 +12,6 @@ export declare namespace CreateRegistrableTestkitOrderRequest {
12
12
  lab_test_id: string;
13
13
  shipping_details: ShippingAddressWithValidation.Raw;
14
14
  passthrough?: string | null;
15
+ lab_account_id?: string | null;
15
16
  }
16
17
  }
@@ -34,4 +34,5 @@ exports.CreateRegistrableTestkitOrderRequest = core.serialization.object({
34
34
  labTestId: core.serialization.property("lab_test_id", core.serialization.string()),
35
35
  shippingDetails: core.serialization.property("shipping_details", ShippingAddressWithValidation_1.ShippingAddressWithValidation),
36
36
  passthrough: core.serialization.string().optional(),
37
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
37
38
  });
@@ -10,5 +10,6 @@ export declare namespace OrderSetRequest {
10
10
  interface Raw {
11
11
  lab_test_ids?: string[] | null;
12
12
  add_on?: AddOnOrder.Raw | null;
13
+ lab_account_id?: string | null;
13
14
  }
14
15
  }
@@ -32,4 +32,5 @@ const AddOnOrder_1 = require("./AddOnOrder");
32
32
  exports.OrderSetRequest = core.serialization.object({
33
33
  labTestIds: core.serialization.property("lab_test_ids", core.serialization.list(core.serialization.string()).optional()),
34
34
  addOn: core.serialization.property("add_on", AddOnOrder_1.AddOnOrder.optional()),
35
+ labAccountId: core.serialization.property("lab_account_id", core.serialization.string().optional()),
35
36
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.406";
1
+ export declare const SDK_VERSION = "3.1.407";
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.406";
4
+ exports.SDK_VERSION = "3.1.407";