@tryvital/vital-node 1.4.4 → 1.4.5

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.
@@ -1,4 +1,4 @@
1
- export type PasswordProviders = 'whoop' | 'renpho' | 'peloton' | 'zwift';
1
+ export type PasswordProviders = 'whoop' | 'renpho' | 'peloton' | 'zwift' | 'hammerhead';
2
2
  export type OAuthProviders =
3
3
  | 'oura'
4
4
  | 'fitbit'
@@ -49,4 +49,5 @@ export enum Providers {
49
49
  Peloton = 'peloton',
50
50
  Wahoo = 'wahoo',
51
51
  Zwift = 'zwift',
52
+ Hammerhead = 'hammerhead',
52
53
  }
@@ -1,4 +1,4 @@
1
- export declare type PasswordProviders = 'whoop' | 'renpho' | 'peloton' | 'zwift';
1
+ export declare type PasswordProviders = 'whoop' | 'renpho' | 'peloton' | 'zwift' | 'hammerhead';
2
2
  export declare type OAuthProviders = 'oura' | 'fitbit' | 'garmin' | 'whoop' | 'strava' | 'wahoo';
3
3
  export declare type EmailProviders = 'freestyle_libre';
4
4
  export interface ProviderLinkResponse {
@@ -41,5 +41,6 @@ export declare enum Providers {
41
41
  Renpho = "renpho",
42
42
  Peloton = "peloton",
43
43
  Wahoo = "wahoo",
44
- Zwift = "zwift"
44
+ Zwift = "zwift",
45
+ Hammerhead = "hammerhead"
45
46
  }
@@ -12,4 +12,5 @@ var Providers;
12
12
  Providers["Peloton"] = "peloton";
13
13
  Providers["Wahoo"] = "wahoo";
14
14
  Providers["Zwift"] = "zwift";
15
+ Providers["Hammerhead"] = "hammerhead";
15
16
  })(Providers = exports.Providers || (exports.Providers = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Node client for Vital",
5
5
  "author": "maitham",
6
6
  "keywords": [