@tryvital/vital-node 3.1.519 → 3.1.521

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 (101) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.js +3 -3
  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/labReport/client/Client.js +2 -2
  9. package/api/resources/labTests/client/Client.js +42 -42
  10. package/api/resources/link/client/Client.js +19 -19
  11. package/api/resources/meal/client/Client.js +1 -1
  12. package/api/resources/menstrualCycle/client/Client.js +1 -1
  13. package/api/resources/order/client/Client.js +1 -1
  14. package/api/resources/payor/client/Client.js +1 -1
  15. package/api/resources/profile/client/Client.js +2 -2
  16. package/api/resources/providers/client/Client.js +1 -1
  17. package/api/resources/sleep/client/Client.js +3 -3
  18. package/api/resources/sleepCycle/client/Client.js +1 -1
  19. package/api/resources/team/client/Client.js +7 -7
  20. package/api/resources/testkit/client/Client.js +2 -2
  21. package/api/resources/user/client/Client.js +19 -19
  22. package/api/resources/vitals/client/Client.js +78 -78
  23. package/api/resources/workouts/client/Client.js +3 -3
  24. package/api/types/AggregateExprArg.d.ts +1 -1
  25. package/api/types/IndexColumnExprIndex.d.ts +2 -1
  26. package/api/types/IndexColumnExprIndex.js +1 -0
  27. package/api/types/ProfileColumnExpr.d.ts +8 -0
  28. package/api/types/ProfileColumnExpr.js +5 -0
  29. package/api/types/ProfileColumnExprProfile.d.ts +20 -0
  30. package/api/types/ProfileColumnExprProfile.js +19 -0
  31. package/api/types/QueryGroupByItem.d.ts +1 -1
  32. package/api/types/QuerySelectItem.d.ts +1 -1
  33. package/api/types/index.d.ts +2 -0
  34. package/api/types/index.js +2 -0
  35. package/dist/api/resources/activity/client/Client.js +2 -2
  36. package/dist/api/resources/aggregate/client/Client.js +3 -3
  37. package/dist/api/resources/body/client/Client.js +2 -2
  38. package/dist/api/resources/devices/client/Client.js +1 -1
  39. package/dist/api/resources/electrocardiogram/client/Client.js +1 -1
  40. package/dist/api/resources/insurance/client/Client.js +3 -3
  41. package/dist/api/resources/introspect/client/Client.js +2 -2
  42. package/dist/api/resources/labReport/client/Client.js +2 -2
  43. package/dist/api/resources/labTests/client/Client.js +42 -42
  44. package/dist/api/resources/link/client/Client.js +19 -19
  45. package/dist/api/resources/meal/client/Client.js +1 -1
  46. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  47. package/dist/api/resources/order/client/Client.js +1 -1
  48. package/dist/api/resources/payor/client/Client.js +1 -1
  49. package/dist/api/resources/profile/client/Client.js +2 -2
  50. package/dist/api/resources/providers/client/Client.js +1 -1
  51. package/dist/api/resources/sleep/client/Client.js +3 -3
  52. package/dist/api/resources/sleepCycle/client/Client.js +1 -1
  53. package/dist/api/resources/team/client/Client.js +7 -7
  54. package/dist/api/resources/testkit/client/Client.js +2 -2
  55. package/dist/api/resources/user/client/Client.js +19 -19
  56. package/dist/api/resources/vitals/client/Client.js +78 -78
  57. package/dist/api/resources/workouts/client/Client.js +3 -3
  58. package/dist/api/types/AggregateExprArg.d.ts +1 -1
  59. package/dist/api/types/IndexColumnExprIndex.d.ts +2 -1
  60. package/dist/api/types/IndexColumnExprIndex.js +1 -0
  61. package/dist/api/types/ProfileColumnExpr.d.ts +8 -0
  62. package/dist/api/types/ProfileColumnExpr.js +5 -0
  63. package/dist/api/types/ProfileColumnExprProfile.d.ts +20 -0
  64. package/dist/api/types/ProfileColumnExprProfile.js +19 -0
  65. package/dist/api/types/QueryGroupByItem.d.ts +1 -1
  66. package/dist/api/types/QuerySelectItem.d.ts +1 -1
  67. package/dist/api/types/index.d.ts +2 -0
  68. package/dist/api/types/index.js +2 -0
  69. package/dist/serialization/types/AggregateExprArg.d.ts +2 -1
  70. package/dist/serialization/types/AggregateExprArg.js +2 -0
  71. package/dist/serialization/types/IndexColumnExprIndex.d.ts +1 -1
  72. package/dist/serialization/types/IndexColumnExprIndex.js +1 -1
  73. package/dist/serialization/types/ProfileColumnExpr.d.ts +13 -0
  74. package/dist/serialization/types/ProfileColumnExpr.js +34 -0
  75. package/dist/serialization/types/ProfileColumnExprProfile.d.ts +10 -0
  76. package/dist/serialization/types/ProfileColumnExprProfile.js +43 -0
  77. package/dist/serialization/types/QueryGroupByItem.d.ts +2 -1
  78. package/dist/serialization/types/QueryGroupByItem.js +2 -0
  79. package/dist/serialization/types/QuerySelectItem.d.ts +2 -1
  80. package/dist/serialization/types/QuerySelectItem.js +2 -0
  81. package/dist/serialization/types/index.d.ts +2 -0
  82. package/dist/serialization/types/index.js +2 -0
  83. package/dist/version.d.ts +1 -1
  84. package/dist/version.js +1 -1
  85. package/package.json +1 -1
  86. package/serialization/types/AggregateExprArg.d.ts +2 -1
  87. package/serialization/types/AggregateExprArg.js +2 -0
  88. package/serialization/types/IndexColumnExprIndex.d.ts +1 -1
  89. package/serialization/types/IndexColumnExprIndex.js +1 -1
  90. package/serialization/types/ProfileColumnExpr.d.ts +13 -0
  91. package/serialization/types/ProfileColumnExpr.js +34 -0
  92. package/serialization/types/ProfileColumnExprProfile.d.ts +10 -0
  93. package/serialization/types/ProfileColumnExprProfile.js +43 -0
  94. package/serialization/types/QueryGroupByItem.d.ts +2 -1
  95. package/serialization/types/QueryGroupByItem.js +2 -0
  96. package/serialization/types/QuerySelectItem.d.ts +2 -1
  97. package/serialization/types/QuerySelectItem.js +2 -0
  98. package/serialization/types/index.d.ts +2 -0
  99. package/serialization/types/index.js +2 -0
  100. package/version.d.ts +1 -1
  101. package/version.js +1 -1
@@ -11,6 +11,7 @@ import { ActivityColumnExpr } from "./ActivityColumnExpr";
11
11
  import { WorkoutColumnExpr } from "./WorkoutColumnExpr";
12
12
  import { BodyColumnExpr } from "./BodyColumnExpr";
13
13
  import { MealColumnExpr } from "./MealColumnExpr";
14
+ import { ProfileColumnExpr } from "./ProfileColumnExpr";
14
15
  import { SleepScoreValueMacroExpr } from "./SleepScoreValueMacroExpr";
15
16
  import { ChronotypeValueMacroExpr } from "./ChronotypeValueMacroExpr";
16
17
  import { AsleepAtValueMacroExpr } from "./AsleepAtValueMacroExpr";
@@ -26,5 +27,5 @@ import { IndexColumnExpr } from "./IndexColumnExpr";
26
27
  import { SourceColumnExpr } from "./SourceColumnExpr";
27
28
  export declare const QuerySelectItem: core.serialization.Schema<serializers.QuerySelectItem.Raw, Vital.QuerySelectItem>;
28
29
  export declare namespace QuerySelectItem {
29
- type Raw = AggregateExpr.Raw | GroupKeyColumnExpr.Raw | SleepColumnExpr.Raw | ActivityColumnExpr.Raw | WorkoutColumnExpr.Raw | BodyColumnExpr.Raw | MealColumnExpr.Raw | SleepScoreValueMacroExpr.Raw | ChronotypeValueMacroExpr.Raw | AsleepAtValueMacroExpr.Raw | AwakeAtValueMacroExpr.Raw | UnrecognizedValueMacroExpr.Raw | DiscreteTimeseriesExpr.Raw | IntervalTimeseriesExpr.Raw | BloodPressureTimeseriesExpr.Raw | TemperatureTimeseriesExpr.Raw | WorkoutDurationTimeseriesExpr.Raw | NoteTimeseriesExpr.Raw | IndexColumnExpr.Raw | SourceColumnExpr.Raw;
30
+ type Raw = AggregateExpr.Raw | GroupKeyColumnExpr.Raw | SleepColumnExpr.Raw | ActivityColumnExpr.Raw | WorkoutColumnExpr.Raw | BodyColumnExpr.Raw | MealColumnExpr.Raw | ProfileColumnExpr.Raw | SleepScoreValueMacroExpr.Raw | ChronotypeValueMacroExpr.Raw | AsleepAtValueMacroExpr.Raw | AwakeAtValueMacroExpr.Raw | UnrecognizedValueMacroExpr.Raw | DiscreteTimeseriesExpr.Raw | IntervalTimeseriesExpr.Raw | BloodPressureTimeseriesExpr.Raw | TemperatureTimeseriesExpr.Raw | WorkoutDurationTimeseriesExpr.Raw | NoteTimeseriesExpr.Raw | IndexColumnExpr.Raw | SourceColumnExpr.Raw;
30
31
  }
@@ -35,6 +35,7 @@ const ActivityColumnExpr_1 = require("./ActivityColumnExpr");
35
35
  const WorkoutColumnExpr_1 = require("./WorkoutColumnExpr");
36
36
  const BodyColumnExpr_1 = require("./BodyColumnExpr");
37
37
  const MealColumnExpr_1 = require("./MealColumnExpr");
38
+ const ProfileColumnExpr_1 = require("./ProfileColumnExpr");
38
39
  const SleepScoreValueMacroExpr_1 = require("./SleepScoreValueMacroExpr");
39
40
  const ChronotypeValueMacroExpr_1 = require("./ChronotypeValueMacroExpr");
40
41
  const AsleepAtValueMacroExpr_1 = require("./AsleepAtValueMacroExpr");
@@ -56,6 +57,7 @@ exports.QuerySelectItem = core.serialization.undiscriminatedUnion([
56
57
  WorkoutColumnExpr_1.WorkoutColumnExpr,
57
58
  BodyColumnExpr_1.BodyColumnExpr,
58
59
  MealColumnExpr_1.MealColumnExpr,
60
+ ProfileColumnExpr_1.ProfileColumnExpr,
59
61
  SleepScoreValueMacroExpr_1.SleepScoreValueMacroExpr,
60
62
  ChronotypeValueMacroExpr_1.ChronotypeValueMacroExpr,
61
63
  AsleepAtValueMacroExpr_1.AsleepAtValueMacroExpr,
@@ -517,6 +517,8 @@ export * from "./Placeholder";
517
517
  export * from "./Png";
518
518
  export * from "./PostOrderResponse";
519
519
  export * from "./PriorityResource";
520
+ export * from "./ProfileColumnExprProfile";
521
+ export * from "./ProfileColumnExpr";
520
522
  export * from "./ProfileInDb";
521
523
  export * from "./ProviderConnectionCreated";
522
524
  export * from "./ProviderConnectionErrorErrorType";
@@ -533,6 +533,8 @@ __exportStar(require("./Placeholder"), exports);
533
533
  __exportStar(require("./Png"), exports);
534
534
  __exportStar(require("./PostOrderResponse"), exports);
535
535
  __exportStar(require("./PriorityResource"), exports);
536
+ __exportStar(require("./ProfileColumnExprProfile"), exports);
537
+ __exportStar(require("./ProfileColumnExpr"), exports);
536
538
  __exportStar(require("./ProfileInDb"), exports);
537
539
  __exportStar(require("./ProviderConnectionCreated"), exports);
538
540
  __exportStar(require("./ProviderConnectionErrorErrorType"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.519";
1
+ export declare const SDK_VERSION = "3.1.521";
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.519";
4
+ exports.SDK_VERSION = "3.1.521";