@tryvital/vital-node 3.1.76 → 3.1.77

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 (47) hide show
  1. package/api/resources/activity/client/Client.js +2 -2
  2. package/api/resources/aggregate/client/Client.js +1 -1
  3. package/api/resources/body/client/Client.js +2 -2
  4. package/api/resources/devices/client/Client.js +1 -1
  5. package/api/resources/insurance/client/Client.js +2 -2
  6. package/api/resources/introspect/client/Client.js +2 -2
  7. package/api/resources/labTests/client/Client.js +29 -29
  8. package/api/resources/link/client/Client.js +14 -14
  9. package/api/resources/meal/client/Client.js +1 -1
  10. package/api/resources/menstrualCycle/client/Client.js +1 -1
  11. package/api/resources/profile/client/Client.js +2 -2
  12. package/api/resources/providers/client/Client.js +1 -1
  13. package/api/resources/sleep/client/Client.js +4 -4
  14. package/api/resources/team/client/Client.js +7 -7
  15. package/api/resources/testkit/client/Client.js +2 -2
  16. package/api/resources/user/client/Client.js +16 -16
  17. package/api/resources/user/client/requests/UserPatchBody.d.ts +2 -0
  18. package/api/resources/vitals/client/Client.js +56 -56
  19. package/api/resources/workouts/client/Client.js +3 -3
  20. package/dist/api/resources/activity/client/Client.js +2 -2
  21. package/dist/api/resources/aggregate/client/Client.js +1 -1
  22. package/dist/api/resources/body/client/Client.js +2 -2
  23. package/dist/api/resources/devices/client/Client.js +1 -1
  24. package/dist/api/resources/insurance/client/Client.js +2 -2
  25. package/dist/api/resources/introspect/client/Client.js +2 -2
  26. package/dist/api/resources/labTests/client/Client.js +29 -29
  27. package/dist/api/resources/link/client/Client.js +14 -14
  28. package/dist/api/resources/meal/client/Client.js +1 -1
  29. package/dist/api/resources/menstrualCycle/client/Client.js +1 -1
  30. package/dist/api/resources/profile/client/Client.js +2 -2
  31. package/dist/api/resources/providers/client/Client.js +1 -1
  32. package/dist/api/resources/sleep/client/Client.js +4 -4
  33. package/dist/api/resources/team/client/Client.js +7 -7
  34. package/dist/api/resources/testkit/client/Client.js +2 -2
  35. package/dist/api/resources/user/client/Client.js +16 -16
  36. package/dist/api/resources/user/client/requests/UserPatchBody.d.ts +2 -0
  37. package/dist/api/resources/vitals/client/Client.js +56 -56
  38. package/dist/api/resources/workouts/client/Client.js +3 -3
  39. package/dist/serialization/resources/user/client/requests/UserPatchBody.d.ts +1 -0
  40. package/dist/serialization/resources/user/client/requests/UserPatchBody.js +1 -0
  41. package/dist/version.d.ts +1 -1
  42. package/dist/version.js +1 -1
  43. package/package.json +1 -1
  44. package/serialization/resources/user/client/requests/UserPatchBody.d.ts +1 -0
  45. package/serialization/resources/user/client/requests/UserPatchBody.js +1 -0
  46. package/version.d.ts +1 -1
  47. package/version.js +1 -1
@@ -11,5 +11,6 @@ export declare namespace UserPatchBody {
11
11
  fallback_birth_date?: string | null;
12
12
  ingestion_start?: string | null;
13
13
  ingestion_end?: string | null;
14
+ client_user_id?: string | null;
14
15
  }
15
16
  }
@@ -33,4 +33,5 @@ exports.UserPatchBody = core.serialization.object({
33
33
  fallbackBirthDate: core.serialization.property("fallback_birth_date", core.serialization.string().optional()),
34
34
  ingestionStart: core.serialization.property("ingestion_start", core.serialization.string().optional()),
35
35
  ingestionEnd: core.serialization.property("ingestion_end", core.serialization.string().optional()),
36
+ clientUserId: core.serialization.property("client_user_id", core.serialization.string().optional()),
36
37
  });
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.76";
1
+ export declare const SDK_VERSION = "3.1.77";
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.76";
4
+ exports.SDK_VERSION = "3.1.77";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "3.1.76",
3
+ "version": "3.1.77",
4
4
  "private": false,
5
5
  "repository": "https://github.com/tryVital/vital-node",
6
6
  "main": "./index.js",
@@ -11,5 +11,6 @@ export declare namespace UserPatchBody {
11
11
  fallback_birth_date?: string | null;
12
12
  ingestion_start?: string | null;
13
13
  ingestion_end?: string | null;
14
+ client_user_id?: string | null;
14
15
  }
15
16
  }
@@ -33,4 +33,5 @@ exports.UserPatchBody = core.serialization.object({
33
33
  fallbackBirthDate: core.serialization.property("fallback_birth_date", core.serialization.string().optional()),
34
34
  ingestionStart: core.serialization.property("ingestion_start", core.serialization.string().optional()),
35
35
  ingestionEnd: core.serialization.property("ingestion_end", core.serialization.string().optional()),
36
+ clientUserId: core.serialization.property("client_user_id", core.serialization.string().optional()),
36
37
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "3.1.76";
1
+ export declare const SDK_VERSION = "3.1.77";
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.76";
4
+ exports.SDK_VERSION = "3.1.77";