@tryvital/vital-node 3.1.208 → 3.1.210

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 (55) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.js +2 -2
  3. package/api/resources/body/client/Client.js +2 -2
  4. package/api/resources/devices/client/Client.js +1 -1
  5. package/api/resources/electrocardiogram/client/Client.js +1 -1
  6. package/api/resources/insurance/client/Client.js +3 -3
  7. package/api/resources/introspect/client/Client.js +2 -2
  8. package/api/resources/labTests/client/Client.js +36 -36
  9. package/api/resources/link/client/Client.js +18 -18
  10. package/api/resources/meal/client/Client.js +1 -1
  11. package/api/resources/menstrualCycle/client/Client.js +1 -1
  12. package/api/resources/order/client/Client.js +1 -1
  13. package/api/resources/profile/client/Client.js +2 -2
  14. package/api/resources/providers/client/Client.js +1 -1
  15. package/api/resources/sleep/client/Client.js +4 -4
  16. package/api/resources/sleepCycle/client/Client.js +1 -1
  17. package/api/resources/team/client/Client.js +7 -7
  18. package/api/resources/testkit/client/Client.js +2 -2
  19. package/api/resources/user/client/Client.js +16 -16
  20. package/api/resources/vitals/client/Client.js +58 -58
  21. package/api/resources/workouts/client/Client.js +3 -3
  22. package/api/types/OrderStatus.d.ts +4 -1
  23. package/api/types/OrderStatus.js +3 -0
  24. package/dist/api/resources/activity/client/Client.js +2 -2
  25. package/dist/api/resources/aggregate/client/Client.js +2 -2
  26. package/dist/api/resources/body/client/Client.js +2 -2
  27. package/dist/api/resources/devices/client/Client.js +1 -1
  28. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  29. package/dist/api/resources/insurance/client/Client.js +3 -3
  30. package/dist/api/resources/introspect/client/Client.js +2 -2
  31. package/dist/api/resources/labTests/client/Client.js +36 -36
  32. package/dist/api/resources/link/client/Client.js +18 -18
  33. package/dist/api/resources/meal/client/Client.js +1 -1
  34. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  35. package/dist/api/resources/order/client/Client.js +1 -1
  36. package/dist/api/resources/profile/client/Client.js +2 -2
  37. package/dist/api/resources/providers/client/Client.js +1 -1
  38. package/dist/api/resources/sleep/client/Client.js +4 -4
  39. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  40. package/dist/api/resources/team/client/Client.js +7 -7
  41. package/dist/api/resources/testkit/client/Client.js +2 -2
  42. package/dist/api/resources/user/client/Client.js +16 -16
  43. package/dist/api/resources/vitals/client/Client.js +58 -58
  44. package/dist/api/resources/workouts/client/Client.js +3 -3
  45. package/dist/api/types/OrderStatus.d.ts +4 -1
  46. package/dist/api/types/OrderStatus.js +3 -0
  47. package/dist/serialization/types/OrderStatus.d.ts +1 -1
  48. package/dist/serialization/types/OrderStatus.js +3 -0
  49. package/dist/version.d.ts +1 -1
  50. package/dist/version.js +1 -1
  51. package/package.json +1 -1
  52. package/serialization/types/OrderStatus.d.ts +1 -1
  53. package/serialization/types/OrderStatus.js +3 -0
  54. package/version.d.ts +1 -1
  55. 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.208", "User-Agent": "@tryvital/vital-node/3.1.208", "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.210", "User-Agent": "@tryvital/vital-node/3.1.210", "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.208", "User-Agent": "@tryvital/vital-node/3.1.208", "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.210", "User-Agent": "@tryvital/vital-node/3.1.210", "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.208", "User-Agent": "@tryvital/vital-node/3.1.208", "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.210", "User-Agent": "@tryvital/vital-node/3.1.210", "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,10 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type OrderStatus = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
4
+ export declare type OrderStatus = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "received.walk_in_test.requisition_bypassed" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "received.at_home_phlebotomy.requisition_bypassed" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.requisition_bypassed" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
5
5
  export declare const OrderStatus: {
6
6
  readonly ReceivedWalkInTestOrdered: "received.walk_in_test.ordered";
7
7
  readonly ReceivedWalkInTestRequisitionCreated: "received.walk_in_test.requisition_created";
8
+ readonly ReceivedWalkInTestRequisitionBypassed: "received.walk_in_test.requisition_bypassed";
8
9
  readonly CompletedWalkInTestCompleted: "completed.walk_in_test.completed";
9
10
  readonly SampleWithLabWalkInTestPartialResults: "sample_with_lab.walk_in_test.partial_results";
10
11
  readonly FailedWalkInTestSampleError: "failed.walk_in_test.sample_error";
@@ -14,6 +15,7 @@ export declare const OrderStatus: {
14
15
  readonly CollectingSampleWalkInTestAppointmentCancelled: "collecting_sample.walk_in_test.appointment_cancelled";
15
16
  readonly ReceivedAtHomePhlebotomyOrdered: "received.at_home_phlebotomy.ordered";
16
17
  readonly ReceivedAtHomePhlebotomyRequisitionCreated: "received.at_home_phlebotomy.requisition_created";
18
+ readonly ReceivedAtHomePhlebotomyRequisitionBypassed: "received.at_home_phlebotomy.requisition_bypassed";
17
19
  readonly CollectingSampleAtHomePhlebotomyAppointmentPending: "collecting_sample.at_home_phlebotomy.appointment_pending";
18
20
  readonly CollectingSampleAtHomePhlebotomyAppointmentScheduled: "collecting_sample.at_home_phlebotomy.appointment_scheduled";
19
21
  readonly CollectingSampleAtHomePhlebotomyDrawCompleted: "collecting_sample.at_home_phlebotomy.draw_completed";
@@ -25,6 +27,7 @@ export declare const OrderStatus: {
25
27
  readonly ReceivedTestkitOrdered: "received.testkit.ordered";
26
28
  readonly ReceivedTestkitAwaitingRegistration: "received.testkit.awaiting_registration";
27
29
  readonly ReceivedTestkitRequisitionCreated: "received.testkit.requisition_created";
30
+ readonly ReceivedTestkitRequisitionBypassed: "received.testkit.requisition_bypassed";
28
31
  readonly ReceivedTestkitRegistered: "received.testkit.registered";
29
32
  readonly CollectingSampleTestkitTransitCustomer: "collecting_sample.testkit.transit_customer";
30
33
  readonly CollectingSampleTestkitOutForDelivery: "collecting_sample.testkit.out_for_delivery";
@@ -7,6 +7,7 @@ exports.OrderStatus = void 0;
7
7
  exports.OrderStatus = {
8
8
  ReceivedWalkInTestOrdered: "received.walk_in_test.ordered",
9
9
  ReceivedWalkInTestRequisitionCreated: "received.walk_in_test.requisition_created",
10
+ ReceivedWalkInTestRequisitionBypassed: "received.walk_in_test.requisition_bypassed",
10
11
  CompletedWalkInTestCompleted: "completed.walk_in_test.completed",
11
12
  SampleWithLabWalkInTestPartialResults: "sample_with_lab.walk_in_test.partial_results",
12
13
  FailedWalkInTestSampleError: "failed.walk_in_test.sample_error",
@@ -16,6 +17,7 @@ exports.OrderStatus = {
16
17
  CollectingSampleWalkInTestAppointmentCancelled: "collecting_sample.walk_in_test.appointment_cancelled",
17
18
  ReceivedAtHomePhlebotomyOrdered: "received.at_home_phlebotomy.ordered",
18
19
  ReceivedAtHomePhlebotomyRequisitionCreated: "received.at_home_phlebotomy.requisition_created",
20
+ ReceivedAtHomePhlebotomyRequisitionBypassed: "received.at_home_phlebotomy.requisition_bypassed",
19
21
  CollectingSampleAtHomePhlebotomyAppointmentPending: "collecting_sample.at_home_phlebotomy.appointment_pending",
20
22
  CollectingSampleAtHomePhlebotomyAppointmentScheduled: "collecting_sample.at_home_phlebotomy.appointment_scheduled",
21
23
  CollectingSampleAtHomePhlebotomyDrawCompleted: "collecting_sample.at_home_phlebotomy.draw_completed",
@@ -27,6 +29,7 @@ exports.OrderStatus = {
27
29
  ReceivedTestkitOrdered: "received.testkit.ordered",
28
30
  ReceivedTestkitAwaitingRegistration: "received.testkit.awaiting_registration",
29
31
  ReceivedTestkitRequisitionCreated: "received.testkit.requisition_created",
32
+ ReceivedTestkitRequisitionBypassed: "received.testkit.requisition_bypassed",
30
33
  ReceivedTestkitRegistered: "received.testkit.registered",
31
34
  CollectingSampleTestkitTransitCustomer: "collecting_sample.testkit.transit_customer",
32
35
  CollectingSampleTestkitOutForDelivery: "collecting_sample.testkit.out_for_delivery",
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const OrderStatus: core.serialization.Schema<serializers.OrderStatus.Raw, Vital.OrderStatus>;
8
8
  export declare namespace OrderStatus {
9
- type Raw = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
9
+ type Raw = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "received.walk_in_test.requisition_bypassed" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "received.at_home_phlebotomy.requisition_bypassed" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.requisition_bypassed" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
10
10
  }
@@ -31,6 +31,7 @@ const core = __importStar(require("../../core"));
31
31
  exports.OrderStatus = core.serialization.enum_([
32
32
  "received.walk_in_test.ordered",
33
33
  "received.walk_in_test.requisition_created",
34
+ "received.walk_in_test.requisition_bypassed",
34
35
  "completed.walk_in_test.completed",
35
36
  "sample_with_lab.walk_in_test.partial_results",
36
37
  "failed.walk_in_test.sample_error",
@@ -40,6 +41,7 @@ exports.OrderStatus = core.serialization.enum_([
40
41
  "collecting_sample.walk_in_test.appointment_cancelled",
41
42
  "received.at_home_phlebotomy.ordered",
42
43
  "received.at_home_phlebotomy.requisition_created",
44
+ "received.at_home_phlebotomy.requisition_bypassed",
43
45
  "collecting_sample.at_home_phlebotomy.appointment_pending",
44
46
  "collecting_sample.at_home_phlebotomy.appointment_scheduled",
45
47
  "collecting_sample.at_home_phlebotomy.draw_completed",
@@ -51,6 +53,7 @@ exports.OrderStatus = core.serialization.enum_([
51
53
  "received.testkit.ordered",
52
54
  "received.testkit.awaiting_registration",
53
55
  "received.testkit.requisition_created",
56
+ "received.testkit.requisition_bypassed",
54
57
  "received.testkit.registered",
55
58
  "collecting_sample.testkit.transit_customer",
56
59
  "collecting_sample.testkit.out_for_delivery",
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.208";
1
+ export declare const SDK_VERSION = "3.1.210";
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.208";
4
+ exports.SDK_VERSION = "3.1.210";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.208",
3
+ "version": "3.1.210",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",
@@ -6,5 +6,5 @@ import * as Vital from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const OrderStatus: core.serialization.Schema<serializers.OrderStatus.Raw, Vital.OrderStatus>;
8
8
  export declare namespace OrderStatus {
9
- type Raw = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
9
+ type Raw = "received.walk_in_test.ordered" | "received.walk_in_test.requisition_created" | "received.walk_in_test.requisition_bypassed" | "completed.walk_in_test.completed" | "sample_with_lab.walk_in_test.partial_results" | "failed.walk_in_test.sample_error" | "cancelled.walk_in_test.cancelled" | "collecting_sample.walk_in_test.appointment_pending" | "collecting_sample.walk_in_test.appointment_scheduled" | "collecting_sample.walk_in_test.appointment_cancelled" | "received.at_home_phlebotomy.ordered" | "received.at_home_phlebotomy.requisition_created" | "received.at_home_phlebotomy.requisition_bypassed" | "collecting_sample.at_home_phlebotomy.appointment_pending" | "collecting_sample.at_home_phlebotomy.appointment_scheduled" | "collecting_sample.at_home_phlebotomy.draw_completed" | "collecting_sample.at_home_phlebotomy.appointment_cancelled" | "completed.at_home_phlebotomy.completed" | "sample_with_lab.at_home_phlebotomy.partial_results" | "cancelled.at_home_phlebotomy.cancelled" | "failed.at_home_phlebotomy.sample_error" | "received.testkit.ordered" | "received.testkit.awaiting_registration" | "received.testkit.requisition_created" | "received.testkit.requisition_bypassed" | "received.testkit.registered" | "collecting_sample.testkit.transit_customer" | "collecting_sample.testkit.out_for_delivery" | "collecting_sample.testkit.with_customer" | "collecting_sample.testkit.transit_lab" | "sample_with_lab.testkit.delivered_to_lab" | "completed.testkit.completed" | "failed.testkit.failure_to_deliver_to_customer" | "failed.testkit.failure_to_deliver_to_lab" | "failed.testkit.sample_error" | "failed.testkit.lost" | "cancelled.testkit.cancelled" | "cancelled.testkit.do_not_process";
10
10
  }
@@ -31,6 +31,7 @@ const core = __importStar(require("../../core"));
31
31
  exports.OrderStatus = core.serialization.enum_([
32
32
  "received.walk_in_test.ordered",
33
33
  "received.walk_in_test.requisition_created",
34
+ "received.walk_in_test.requisition_bypassed",
34
35
  "completed.walk_in_test.completed",
35
36
  "sample_with_lab.walk_in_test.partial_results",
36
37
  "failed.walk_in_test.sample_error",
@@ -40,6 +41,7 @@ exports.OrderStatus = core.serialization.enum_([
40
41
  "collecting_sample.walk_in_test.appointment_cancelled",
41
42
  "received.at_home_phlebotomy.ordered",
42
43
  "received.at_home_phlebotomy.requisition_created",
44
+ "received.at_home_phlebotomy.requisition_bypassed",
43
45
  "collecting_sample.at_home_phlebotomy.appointment_pending",
44
46
  "collecting_sample.at_home_phlebotomy.appointment_scheduled",
45
47
  "collecting_sample.at_home_phlebotomy.draw_completed",
@@ -51,6 +53,7 @@ exports.OrderStatus = core.serialization.enum_([
51
53
  "received.testkit.ordered",
52
54
  "received.testkit.awaiting_registration",
53
55
  "received.testkit.requisition_created",
56
+ "received.testkit.requisition_bypassed",
54
57
  "received.testkit.registered",
55
58
  "collecting_sample.testkit.transit_customer",
56
59
  "collecting_sample.testkit.out_for_delivery",
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.208";
1
+ export declare const SDK_VERSION = "3.1.210";
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.208";
4
+ exports.SDK_VERSION = "3.1.210";