@tryvital/vital-node 0.3.9 → 1.0.0
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.
- package/client/Activity.ts +1 -1
- package/client/Body.ts +1 -1
- package/client/Profile.ts +25 -0
- package/client/Sleep.ts +2 -2
- package/client/Testkits.ts +7 -1
- package/client/Vitals.ts +45 -45
- package/client/Webhooks.ts +7 -58
- package/client/Workouts.ts +3 -3
- package/client/index.ts +1 -1
- package/client/models/activity.ts +7 -0
- package/client/models/body_model.ts +0 -18
- package/client/models/profile_model.ts +34 -0
- package/dist/client/Activity.js +1 -1
- package/dist/client/Body.js +1 -1
- package/dist/client/Profile.d.ts +8 -0
- package/dist/client/{ProviderSpecific.js → Profile.js} +8 -12
- package/dist/client/Sleep.js +2 -2
- package/dist/client/Testkits.d.ts +1 -0
- package/dist/client/Testkits.js +13 -0
- package/dist/client/Vitals.d.ts +7 -6
- package/dist/client/Vitals.js +16 -41
- package/dist/client/Webhooks.d.ts +1 -7
- package/dist/client/Webhooks.js +4 -102
- package/dist/client/Workouts.d.ts +1 -1
- package/dist/client/Workouts.js +3 -3
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +3 -3
- package/dist/client/models/activity.d.ts +6 -0
- package/dist/client/models/body_model.d.ts +0 -18
- package/dist/client/models/profile_model.d.ts +33 -0
- package/dist/{swagger_client/models/client-activity-response.js → client/models/profile_model.js} +0 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +11 -11
- package/dist/lib/config.d.ts +0 -1
- package/dist/lib/config.js +0 -1
- package/index.ts +14 -14
- package/lib/config.ts +0 -1
- package/package.json +3 -2
- package/client/ProviderSpecific.ts +0 -31
- package/dist/client/ProviderSpecific.d.ts +0 -8
- package/dist/swagger_client/api.d.ts +0 -18
- package/dist/swagger_client/api.js +0 -32
- package/dist/swagger_client/apis/activity-api.d.ts +0 -86
- package/dist/swagger_client/apis/activity-api.js +0 -241
- package/dist/swagger_client/apis/body-api.d.ts +0 -86
- package/dist/swagger_client/apis/body-api.js +0 -241
- package/dist/swagger_client/apis/link-api.d.ts +0 -115
- package/dist/swagger_client/apis/link-api.js +0 -310
- package/dist/swagger_client/apis/provider-specific-api.d.ts +0 -90
- package/dist/swagger_client/apis/provider-specific-api.js +0 -250
- package/dist/swagger_client/apis/sleep-api.d.ts +0 -120
- package/dist/swagger_client/apis/sleep-api.js +0 -330
- package/dist/swagger_client/apis/user-api.d.ts +0 -243
- package/dist/swagger_client/apis/user-api.js +0 -657
- package/dist/swagger_client/apis/webhooks-api.d.ts +0 -138
- package/dist/swagger_client/apis/webhooks-api.js +0 -379
- package/dist/swagger_client/apis/workouts-api.d.ts +0 -120
- package/dist/swagger_client/apis/workouts-api.js +0 -330
- package/dist/swagger_client/base.d.ts +0 -55
- package/dist/swagger_client/base.js +0 -67
- package/dist/swagger_client/configuration.d.ts +0 -63
- package/dist/swagger_client/configuration.js +0 -16
- package/dist/swagger_client/index.d.ts +0 -13
- package/dist/swagger_client/index.js +0 -27
- package/dist/swagger_client/models/client-activity-response.d.ts +0 -24
- package/dist/swagger_client/models/client-body-response.d.ts +0 -24
- package/dist/swagger_client/models/client-body-response.js +0 -2
- package/dist/swagger_client/models/client-facing-activity.d.ts +0 -84
- package/dist/swagger_client/models/client-facing-activity.js +0 -2
- package/dist/swagger_client/models/client-facing-body.d.ts +0 -72
- package/dist/swagger_client/models/client-facing-body.js +0 -2
- package/dist/swagger_client/models/client-facing-sleep-stream.d.ts +0 -48
- package/dist/swagger_client/models/client-facing-sleep-stream.js +0 -2
- package/dist/swagger_client/models/client-facing-sleep.d.ts +0 -138
- package/dist/swagger_client/models/client-facing-sleep.js +0 -2
- package/dist/swagger_client/models/client-facing-source-specific.d.ts +0 -48
- package/dist/swagger_client/models/client-facing-source-specific.js +0 -2
- package/dist/swagger_client/models/client-facing-sport.d.ts +0 -30
- package/dist/swagger_client/models/client-facing-sport.js +0 -2
- package/dist/swagger_client/models/client-facing-stream.d.ts +0 -84
- package/dist/swagger_client/models/client-facing-stream.js +0 -2
- package/dist/swagger_client/models/client-facing-user.d.ts +0 -48
- package/dist/swagger_client/models/client-facing-user.js +0 -2
- package/dist/swagger_client/models/client-facing-webhook.d.ts +0 -42
- package/dist/swagger_client/models/client-facing-webhook.js +0 -2
- package/dist/swagger_client/models/client-facing-workout.d.ts +0 -150
- package/dist/swagger_client/models/client-facing-workout.js +0 -2
- package/dist/swagger_client/models/client-sleep-response.d.ts +0 -24
- package/dist/swagger_client/models/client-sleep-response.js +0 -2
- package/dist/swagger_client/models/client-source-specific-response.d.ts +0 -24
- package/dist/swagger_client/models/client-source-specific-response.js +0 -2
- package/dist/swagger_client/models/client-webhook-response.d.ts +0 -24
- package/dist/swagger_client/models/client-webhook-response.js +0 -2
- package/dist/swagger_client/models/client-workout-response.d.ts +0 -24
- package/dist/swagger_client/models/client-workout-response.js +0 -2
- package/dist/swagger_client/models/connected-source-client-facing.d.ts +0 -24
- package/dist/swagger_client/models/connected-source-client-facing.js +0 -2
- package/dist/swagger_client/models/httpvalidation-error.d.ts +0 -24
- package/dist/swagger_client/models/httpvalidation-error.js +0 -2
- package/dist/swagger_client/models/index.d.ts +0 -32
- package/dist/swagger_client/models/index.js +0 -44
- package/dist/swagger_client/models/individual-provider-data.d.ts +0 -30
- package/dist/swagger_client/models/individual-provider-data.js +0 -2
- package/dist/swagger_client/models/link-token-exchange-response.d.ts +0 -24
- package/dist/swagger_client/models/link-token-exchange-response.js +0 -2
- package/dist/swagger_client/models/link-token-exchange.d.ts +0 -30
- package/dist/swagger_client/models/link-token-exchange.js +0 -2
- package/dist/swagger_client/models/password-providers.d.ts +0 -22
- package/dist/swagger_client/models/password-providers.js +0 -28
- package/dist/swagger_client/models/provider-link-response.d.ts +0 -30
- package/dist/swagger_client/models/provider-link-response.js +0 -2
- package/dist/swagger_client/models/providers-that-require-password-auth-whoop-renpho-peloton-zwift.d.ts +0 -18
- package/dist/swagger_client/models/providers-that-require-password-auth-whoop-renpho-peloton-zwift.js +0 -2
- package/dist/swagger_client/models/providers.d.ts +0 -27
- package/dist/swagger_client/models/providers.js +0 -33
- package/dist/swagger_client/models/source-client-facing.d.ts +0 -36
- package/dist/swagger_client/models/source-client-facing.js +0 -2
- package/dist/swagger_client/models/user-create.d.ts +0 -24
- package/dist/swagger_client/models/user-create.js +0 -2
- package/dist/swagger_client/models/user-key-response.d.ts +0 -30
- package/dist/swagger_client/models/user-key-response.js +0 -2
- package/dist/swagger_client/models/user-success-response.d.ts +0 -24
- package/dist/swagger_client/models/user-success-response.js +0 -2
- package/dist/swagger_client/models/validation-error.d.ts +0 -36
- package/dist/swagger_client/models/validation-error.js +0 -2
- package/dist/swagger_client/models/webhook-register.d.ts +0 -36
- package/dist/swagger_client/models/webhook-register.js +0 -2
- package/dist/swagger_client/models/webhook-type.d.ts +0 -24
- package/dist/swagger_client/models/webhook-type.js +0 -30
- package/dist/test/data/mock_webhook.d.ts +0 -49
- package/dist/test/data/mock_webhook.js +0 -170
- package/dist/test/webhook.spec.d.ts +0 -1
- package/dist/test/webhook.spec.js +0 -160
- package/test/data/mock_webhook.ts +0 -167
- package/test/webhook.spec.ts +0 -254
@@ -1,33 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Providers = void 0;
|
4
|
-
/* tslint:disable */
|
5
|
-
/* eslint-disable */
|
6
|
-
/**
|
7
|
-
* Vital
|
8
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
9
|
-
*
|
10
|
-
* OpenAPI spec version: 0.1.0
|
11
|
-
*
|
12
|
-
*
|
13
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
14
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
15
|
-
* Do not edit the class manually.
|
16
|
-
*/
|
17
|
-
/**
|
18
|
-
* An enumeration.
|
19
|
-
* @export
|
20
|
-
* @enum {string}
|
21
|
-
*/
|
22
|
-
var Providers;
|
23
|
-
(function (Providers) {
|
24
|
-
Providers["Oura"] = "oura";
|
25
|
-
Providers["Fitbit"] = "fitbit";
|
26
|
-
Providers["Garmin"] = "garmin";
|
27
|
-
Providers["Whoop"] = "whoop";
|
28
|
-
Providers["Strava"] = "strava";
|
29
|
-
Providers["Renpho"] = "renpho";
|
30
|
-
Providers["Peloton"] = "peloton";
|
31
|
-
Providers["Wahoo"] = "wahoo";
|
32
|
-
Providers["Zwift"] = "zwift";
|
33
|
-
})(Providers = exports.Providers || (exports.Providers = {}));
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface SourceClientFacing
|
16
|
-
*/
|
17
|
-
export interface SourceClientFacing {
|
18
|
-
/**
|
19
|
-
* Name of source of information
|
20
|
-
* @type {string}
|
21
|
-
* @memberof SourceClientFacing
|
22
|
-
*/
|
23
|
-
name: any;
|
24
|
-
/**
|
25
|
-
* Slug for designated source
|
26
|
-
* @type {string}
|
27
|
-
* @memberof SourceClientFacing
|
28
|
-
*/
|
29
|
-
slug: any;
|
30
|
-
/**
|
31
|
-
* URL for source logo
|
32
|
-
* @type {string}
|
33
|
-
* @memberof SourceClientFacing
|
34
|
-
*/
|
35
|
-
logo: any;
|
36
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface UserCreate
|
16
|
-
*/
|
17
|
-
export interface UserCreate {
|
18
|
-
/**
|
19
|
-
* A unique ID representing the end user. Typically this will be a user ID number from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id.
|
20
|
-
* @type {string}
|
21
|
-
* @memberof UserCreate
|
22
|
-
*/
|
23
|
-
clientUserId: any;
|
24
|
-
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface UserKeyResponse
|
16
|
-
*/
|
17
|
-
export interface UserKeyResponse {
|
18
|
-
/**
|
19
|
-
* A unique ID representing the end user. Typically this will be a user ID number from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id.
|
20
|
-
* @type {string}
|
21
|
-
* @memberof UserKeyResponse
|
22
|
-
*/
|
23
|
-
clientUserId: any;
|
24
|
-
/**
|
25
|
-
* User key returned by vital create user key request. This key should be stored in your database against the user and used for all interactions with the vital api.
|
26
|
-
* @type {string}
|
27
|
-
* @memberof UserKeyResponse
|
28
|
-
*/
|
29
|
-
userKey: any;
|
30
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface UserSuccessResponse
|
16
|
-
*/
|
17
|
-
export interface UserSuccessResponse {
|
18
|
-
/**
|
19
|
-
* Whether operation was successful or not
|
20
|
-
* @type {boolean}
|
21
|
-
* @memberof UserSuccessResponse
|
22
|
-
*/
|
23
|
-
success: any;
|
24
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface ValidationError
|
16
|
-
*/
|
17
|
-
export interface ValidationError {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {Array<string>}
|
21
|
-
* @memberof ValidationError
|
22
|
-
*/
|
23
|
-
loc: any;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {string}
|
27
|
-
* @memberof ValidationError
|
28
|
-
*/
|
29
|
-
msg: any;
|
30
|
-
/**
|
31
|
-
*
|
32
|
-
* @type {string}
|
33
|
-
* @memberof ValidationError
|
34
|
-
*/
|
35
|
-
type: any;
|
36
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface WebhookRegister
|
16
|
-
*/
|
17
|
-
export interface WebhookRegister {
|
18
|
-
/**
|
19
|
-
* URL to receive webhook events
|
20
|
-
* @type {string}
|
21
|
-
* @memberof WebhookRegister
|
22
|
-
*/
|
23
|
-
callbackUrl: any;
|
24
|
-
/**
|
25
|
-
* Verification token to validate CRC for url.
|
26
|
-
* @type {string}
|
27
|
-
* @memberof WebhookRegister
|
28
|
-
*/
|
29
|
-
verifyToken: any;
|
30
|
-
/**
|
31
|
-
* Type of events to receive workouts, activity, sleep, body, error
|
32
|
-
* @type {WebhookType}
|
33
|
-
* @memberof WebhookRegister
|
34
|
-
*/
|
35
|
-
eventType: any;
|
36
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Vital
|
3
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
4
|
-
*
|
5
|
-
* OpenAPI spec version: 0.1.0
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
* An enumeration.
|
14
|
-
* @export
|
15
|
-
* @enum {string}
|
16
|
-
*/
|
17
|
-
export declare enum WebhookType {
|
18
|
-
Activity = "activity",
|
19
|
-
Sleep = "sleep",
|
20
|
-
Body = "body",
|
21
|
-
Workouts = "workouts",
|
22
|
-
ConnectionError = "connection_error",
|
23
|
-
ProviderSpecific = "provider_specific"
|
24
|
-
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.WebhookType = void 0;
|
4
|
-
/* tslint:disable */
|
5
|
-
/* eslint-disable */
|
6
|
-
/**
|
7
|
-
* Vital
|
8
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
9
|
-
*
|
10
|
-
* OpenAPI spec version: 0.1.0
|
11
|
-
*
|
12
|
-
*
|
13
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
14
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
15
|
-
* Do not edit the class manually.
|
16
|
-
*/
|
17
|
-
/**
|
18
|
-
* An enumeration.
|
19
|
-
* @export
|
20
|
-
* @enum {string}
|
21
|
-
*/
|
22
|
-
var WebhookType;
|
23
|
-
(function (WebhookType) {
|
24
|
-
WebhookType["Activity"] = "activity";
|
25
|
-
WebhookType["Sleep"] = "sleep";
|
26
|
-
WebhookType["Body"] = "body";
|
27
|
-
WebhookType["Workouts"] = "workouts";
|
28
|
-
WebhookType["ConnectionError"] = "connection_error";
|
29
|
-
WebhookType["ProviderSpecific"] = "provider_specific";
|
30
|
-
})(WebhookType = exports.WebhookType || (exports.WebhookType = {}));
|
@@ -1,49 +0,0 @@
|
|
1
|
-
export declare const mockWebhookData: {
|
2
|
-
event_type: string;
|
3
|
-
data: {
|
4
|
-
id: string;
|
5
|
-
title: any;
|
6
|
-
average_hr: number;
|
7
|
-
max_hr: number;
|
8
|
-
distance: any;
|
9
|
-
time_start: string;
|
10
|
-
time_end: string;
|
11
|
-
calories: number;
|
12
|
-
sport: {
|
13
|
-
id: number;
|
14
|
-
name: string;
|
15
|
-
};
|
16
|
-
source: {
|
17
|
-
name: string;
|
18
|
-
slug: string;
|
19
|
-
logo: string;
|
20
|
-
};
|
21
|
-
hr_zones: number[];
|
22
|
-
user_id: string;
|
23
|
-
moving_time: any;
|
24
|
-
total_elevation_gain: any;
|
25
|
-
elev_high: any;
|
26
|
-
elev_low: any;
|
27
|
-
average_speed: any;
|
28
|
-
max_speed: any;
|
29
|
-
average_watts: any;
|
30
|
-
device_watts: any;
|
31
|
-
max_watts: any;
|
32
|
-
weighted_average_watts: any;
|
33
|
-
map: any;
|
34
|
-
stream: {
|
35
|
-
id: number;
|
36
|
-
cadence: any;
|
37
|
-
time: number[];
|
38
|
-
altitude: any;
|
39
|
-
velocity_smooth: any;
|
40
|
-
heartrate: number[];
|
41
|
-
lat: any;
|
42
|
-
lng: any;
|
43
|
-
distance: any;
|
44
|
-
power: any;
|
45
|
-
resistance: any;
|
46
|
-
};
|
47
|
-
};
|
48
|
-
event_code: string;
|
49
|
-
};
|
@@ -1,170 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.mockWebhookData = void 0;
|
4
|
-
// @ts-nocheck
|
5
|
-
exports.mockWebhookData = {
|
6
|
-
event_type: 'workouts',
|
7
|
-
data: {
|
8
|
-
id: '85b9fb9c-ebc1-4187-a506-49ecf2c27000',
|
9
|
-
title: null,
|
10
|
-
average_hr: 151,
|
11
|
-
max_hr: 175,
|
12
|
-
distance: null,
|
13
|
-
time_start: '2021-08-12T16:13:57.406000+00:00',
|
14
|
-
time_end: '2021-08-12T17:03:27.832000+00:00',
|
15
|
-
calories: 680.0,
|
16
|
-
sport: { id: 53, name: 'Gymnastics' },
|
17
|
-
source: {
|
18
|
-
name: 'Whoop',
|
19
|
-
slug: 'whoop',
|
20
|
-
logo: 'https://storage.googleapis.com/vital-assets/whoop.png',
|
21
|
-
},
|
22
|
-
hr_zones: [14, 62, 312, 607, 1773, 199],
|
23
|
-
user_id: 'e67a8c73-5639-48be-83fe-1657d63e1aea',
|
24
|
-
moving_time: null,
|
25
|
-
total_elevation_gain: null,
|
26
|
-
elev_high: null,
|
27
|
-
elev_low: null,
|
28
|
-
average_speed: null,
|
29
|
-
max_speed: null,
|
30
|
-
average_watts: null,
|
31
|
-
device_watts: null,
|
32
|
-
max_watts: null,
|
33
|
-
weighted_average_watts: null,
|
34
|
-
map: null,
|
35
|
-
stream: {
|
36
|
-
id: 23680,
|
37
|
-
cadence: null,
|
38
|
-
time: [
|
39
|
-
1628784837, 1628784844, 1628784850, 1628784857, 1628784864, 1628784871,
|
40
|
-
1628784877, 1628784884, 1628784891, 1628784897, 1628784904, 1628784911,
|
41
|
-
1628784918, 1628784924, 1628784931, 1628784938, 1628784945, 1628784951,
|
42
|
-
1628784958, 1628784965, 1628784971, 1628784978, 1628784985, 1628784992,
|
43
|
-
1628784998, 1628785005, 1628785012, 1628785019, 1628785025, 1628785032,
|
44
|
-
1628785039, 1628785046, 1628785052, 1628785059, 1628785066, 1628785072,
|
45
|
-
1628785079, 1628785086, 1628785093, 1628785099, 1628785106, 1628785113,
|
46
|
-
1628785120, 1628785126, 1628785133, 1628785140, 1628785146, 1628785153,
|
47
|
-
1628785160, 1628785167, 1628785173, 1628785180, 1628785187, 1628785194,
|
48
|
-
1628785200, 1628785207, 1628785214, 1628785220, 1628785227, 1628785234,
|
49
|
-
1628785241, 1628785247, 1628785254, 1628785261, 1628785268, 1628785274,
|
50
|
-
1628785281, 1628785288, 1628785294, 1628785301, 1628785308, 1628785315,
|
51
|
-
1628785321, 1628785328, 1628785335, 1628785342, 1628785348, 1628785355,
|
52
|
-
1628785362, 1628785369, 1628785375, 1628785382, 1628785389, 1628785395,
|
53
|
-
1628785402, 1628785409, 1628785416, 1628785422, 1628785429, 1628785436,
|
54
|
-
1628785443, 1628785449, 1628785456, 1628785463, 1628785469, 1628785476,
|
55
|
-
1628785483, 1628785490, 1628785496, 1628785503, 1628785510, 1628785517,
|
56
|
-
1628785523, 1628785530, 1628785537, 1628785543, 1628785550, 1628785557,
|
57
|
-
1628785564, 1628785570, 1628785577, 1628785584, 1628785591, 1628785597,
|
58
|
-
1628785604, 1628785611, 1628785617, 1628785624, 1628785631, 1628785638,
|
59
|
-
1628785644, 1628785651, 1628785658, 1628785665, 1628785671, 1628785678,
|
60
|
-
1628785686, 1628785692, 1628785699, 1628785706, 1628785713, 1628785719,
|
61
|
-
1628785726, 1628785733, 1628785740, 1628785746, 1628785753, 1628785760,
|
62
|
-
1628785766, 1628785773, 1628785780, 1628785787, 1628785793, 1628785800,
|
63
|
-
1628785807, 1628785814, 1628785820, 1628785827, 1628785834, 1628785841,
|
64
|
-
1628785847, 1628785854, 1628785861, 1628785867, 1628785874, 1628785881,
|
65
|
-
1628785888, 1628785894, 1628785901, 1628785908, 1628785915, 1628785921,
|
66
|
-
1628785928, 1628785935, 1628785941, 1628785948, 1628785955, 1628785962,
|
67
|
-
1628785968, 1628785975, 1628785982, 1628785989, 1628785995, 1628786002,
|
68
|
-
1628786009, 1628786015, 1628786022, 1628786029, 1628786036, 1628786042,
|
69
|
-
1628786049, 1628786056, 1628786063, 1628786069, 1628786076, 1628786083,
|
70
|
-
1628786089, 1628786096, 1628786103, 1628786110, 1628786116, 1628786123,
|
71
|
-
1628786130, 1628786137, 1628786143, 1628786150, 1628786157, 1628786164,
|
72
|
-
1628786170, 1628786177, 1628786184, 1628786190, 1628786197, 1628786204,
|
73
|
-
1628786211, 1628786217, 1628786224, 1628786231, 1628786238, 1628786244,
|
74
|
-
1628786251, 1628786258, 1628786264, 1628786271, 1628786278, 1628786285,
|
75
|
-
1628786291, 1628786298, 1628786305, 1628786312, 1628786318, 1628786325,
|
76
|
-
1628786332, 1628786338, 1628786345, 1628786352, 1628786359, 1628786365,
|
77
|
-
1628786372, 1628786379, 1628786386, 1628786392, 1628786399, 1628786406,
|
78
|
-
1628786412, 1628786419, 1628786426, 1628786433, 1628786439, 1628786446,
|
79
|
-
1628786453, 1628786460, 1628786466, 1628786473, 1628786480, 1628786487,
|
80
|
-
1628786493, 1628786500, 1628786507, 1628786513, 1628786520, 1628786527,
|
81
|
-
1628786534, 1628786540, 1628786547, 1628786554, 1628786561, 1628786567,
|
82
|
-
1628786574, 1628786581, 1628786587, 1628786594, 1628786601, 1628786608,
|
83
|
-
1628786614, 1628786621, 1628786628, 1628786635, 1628786641, 1628786648,
|
84
|
-
1628786655, 1628786661, 1628786668, 1628786675, 1628786682, 1628786688,
|
85
|
-
1628786695, 1628786702, 1628786709, 1628786715, 1628786722, 1628786729,
|
86
|
-
1628786735, 1628786742, 1628786749, 1628786756, 1628786762, 1628786769,
|
87
|
-
1628786776, 1628786783, 1628786789, 1628786796, 1628786803, 1628786809,
|
88
|
-
1628786816, 1628786823, 1628786830, 1628786836, 1628786843, 1628786850,
|
89
|
-
1628786857, 1628786864, 1628786871, 1628786878, 1628786884, 1628786891,
|
90
|
-
1628786899, 1628786906, 1628786912, 1628786919, 1628786926, 1628786933,
|
91
|
-
1628786939, 1628786946, 1628786953, 1628786959, 1628786966, 1628786973,
|
92
|
-
1628786980, 1628786987, 1628786994, 1628787001, 1628787008, 1628787014,
|
93
|
-
1628787021, 1628787028, 1628787034, 1628787041, 1628787048, 1628787055,
|
94
|
-
1628787061, 1628787068, 1628787075, 1628787082, 1628787088, 1628787095,
|
95
|
-
1628787102, 1628787108, 1628787115, 1628787122, 1628787129, 1628787135,
|
96
|
-
1628787142, 1628787149, 1628787156, 1628787162, 1628787169, 1628787176,
|
97
|
-
1628787182, 1628787189, 1628787196, 1628787203, 1628787209, 1628787216,
|
98
|
-
1628787223, 1628787230, 1628787236, 1628787243, 1628787250, 1628787257,
|
99
|
-
1628787263, 1628787270, 1628787277, 1628787283, 1628787290, 1628787297,
|
100
|
-
1628787304, 1628787310, 1628787317, 1628787324, 1628787331, 1628787337,
|
101
|
-
1628787344, 1628787351, 1628787357, 1628787364, 1628787371, 1628787378,
|
102
|
-
1628787384, 1628787391, 1628787398, 1628787405, 1628787411, 1628787418,
|
103
|
-
1628787425, 1628787431, 1628787438, 1628787445, 1628787452, 1628787458,
|
104
|
-
1628787465, 1628787472, 1628787479, 1628787485, 1628787492, 1628787499,
|
105
|
-
1628787505, 1628787512, 1628787519, 1628787526, 1628787532, 1628787539,
|
106
|
-
1628787546, 1628787553, 1628787559, 1628787566, 1628787573, 1628787580,
|
107
|
-
1628787586, 1628787593, 1628787600, 1628787606, 1628787613, 1628787620,
|
108
|
-
1628787627, 1628787633, 1628787640, 1628787647, 1628787654, 1628787660,
|
109
|
-
1628787667, 1628787674, 1628787680, 1628787687, 1628787694, 1628787701,
|
110
|
-
1628787707, 1628787714, 1628787721, 1628787728, 1628787734, 1628787741,
|
111
|
-
1628787748, 1628787754, 1628787761, 1628787768, 1628787775, 1628787781,
|
112
|
-
1628787788, 1628787795, 1628787802,
|
113
|
-
],
|
114
|
-
altitude: null,
|
115
|
-
velocity_smooth: null,
|
116
|
-
heartrate: [
|
117
|
-
94.0, 96.0, 97.0, 95.0, 96.0, 97.0, 99.0, 100.0, 107.0, 107.0, 109.0,
|
118
|
-
110.0, 119.0, 120.0, 122.0, 127.0, 127.0, 126.0, 125.0, 126.0, 131.0,
|
119
|
-
132.0, 132.0, 130.0, 130.0, 131.0, 133.0, 136.0, 141.0, 146.0, 147.0,
|
120
|
-
152.0, 153.0, 154.0, 155.0, 157.0, 159.0, 159.0, 162.0, 161.0, 160.0,
|
121
|
-
159.0, 156.0, 155.0, 154.0, 153.0, 154.0, 157.0, 157.0, 157.0, 156.0,
|
122
|
-
157.0, 157.0, 156.0, 154.0, 153.0, 152.0, 150.0, 149.0, 148.0, 144.0,
|
123
|
-
141.0, 140.0, 140.0, 139.0, 139.0, 137.0, 137.0, 136.0, 135.0, 130.0,
|
124
|
-
127.0, 126.0, 125.0, 122.0, 120.0, 120.0, 120.0, 118.0, 118.0, 119.0,
|
125
|
-
120.0, 122.0, 123.0, 125.0, 126.0, 127.0, 129.0, 130.0, 133.0, 135.0,
|
126
|
-
136.0, 137.0, 141.0, 141.0, 142.0, 151.0, 151.0, 144.0, 140.0, 139.0,
|
127
|
-
136.0, 133.0, 136.0, 135.0, 138.0, 139.0, 146.0, 147.0, 149.0, 152.0,
|
128
|
-
151.0, 151.0, 151.0, 153.0, 153.0, 157.0, 159.0, 159.0, 157.0, 156.0,
|
129
|
-
153.0, 155.0, 151.0, 151.0, 151.0, 153.0, 154.0, 155.0, 155.0, 155.0,
|
130
|
-
155.0, 152.0, 151.0, 151.0, 150.0, 152.0, 152.0, 150.0, 151.0, 152.0,
|
131
|
-
151.0, 150.0, 146.0, 143.0, 138.0, 140.0, 146.0, 146.0, 147.0, 151.0,
|
132
|
-
152.0, 153.0, 154.0, 157.0, 158.0, 158.0, 158.0, 159.0, 163.0, 162.0,
|
133
|
-
160.0, 158.0, 158.0, 157.0, 153.0, 152.0, 151.0, 153.0, 156.0, 157.0,
|
134
|
-
160.0, 161.0, 161.0, 162.0, 163.0, 163.0, 163.0, 164.0, 165.0, 165.0,
|
135
|
-
164.0, 165.0, 165.0, 165.0, 167.0, 167.0, 167.0, 166.0, 165.0, 164.0,
|
136
|
-
164.0, 162.0, 162.0, 163.0, 164.0, 165.0, 165.0, 165.0, 166.0, 166.0,
|
137
|
-
166.0, 166.0, 166.0, 166.0, 167.0, 167.0, 166.0, 166.0, 166.0, 166.0,
|
138
|
-
163.0, 162.0, 161.0, 160.0, 164.0, 164.0, 163.0, 158.0, 157.0, 158.0,
|
139
|
-
160.0, 161.0, 161.0, 158.0, 155.0, 153.0, 153.0, 156.0, 154.0, 155.0,
|
140
|
-
163.0, 165.0, 169.0, 171.0, 172.0, 173.0, 173.0, 174.0, 174.0, 174.0,
|
141
|
-
174.0, 171.0, 170.0, 172.0, 171.0, 169.0, 165.0, 171.0, 172.0, 171.0,
|
142
|
-
169.0, 168.0, 167.0, 166.0, 166.0, 165.0, 161.0, 164.0, 166.0, 167.0,
|
143
|
-
168.0, 168.0, 168.0, 168.0, 168.0, 168.0, 169.0, 171.0, 172.0, 173.0,
|
144
|
-
172.0, 171.0, 171.0, 172.0, 173.0, 171.0, 170.0, 170.0, 171.0, 172.0,
|
145
|
-
172.0, 172.0, 171.0, 170.0, 172.0, 172.0, 172.0, 172.0, 172.0, 172.0,
|
146
|
-
171.0, 172.0, 172.0, 169.0, 170.0, 169.0, 170.0, 171.0, 171.0, 171.0,
|
147
|
-
168.0, 167.0, 167.0, 165.0, 165.0, 170.0, 171.0, 171.0, 169.0, 173.0,
|
148
|
-
174.0, 171.0, 163.0, 165.0, 164.0, 163.0, 159.0, 160.0, 161.0, 161.0,
|
149
|
-
160.0, 160.0, 160.0, 159.0, 156.0, 155.0, 155.0, 154.0, 155.0, 156.0,
|
150
|
-
153.0, 156.0, 156.0, 156.0, 157.0, 157.0, 160.0, 160.0, 160.0, 162.0,
|
151
|
-
162.0, 165.0, 162.0, 162.0, 165.0, 160.0, 160.0, 162.0, 163.0, 163.0,
|
152
|
-
162.0, 166.0, 169.0, 164.0, 158.0, 156.0, 161.0, 158.0, 157.0, 158.0,
|
153
|
-
148.0, 142.0, 141.0, 136.0, 136.0, 137.0, 137.0, 140.0, 139.0, 140.0,
|
154
|
-
140.0, 135.0, 129.0, 128.0, 131.0, 130.0, 128.0, 129.0, 129.0, 130.0,
|
155
|
-
129.0, 129.0, 135.0, 137.0, 138.0, 136.0, 138.0, 134.0, 136.0, 137.0,
|
156
|
-
151.0, 153.0, 154.0, 158.0, 161.0, 165.0, 166.0, 169.0, 169.0, 169.0,
|
157
|
-
169.0, 168.0, 169.0, 170.0, 170.0, 169.0, 169.0, 170.0, 170.0, 171.0,
|
158
|
-
172.0, 171.0, 167.0, 164.0, 159.0, 158.0, 152.0, 152.0, 153.0, 153.0,
|
159
|
-
155.0, 156.0, 156.0, 157.0, 158.0, 159.0, 160.0, 161.0, 165.0, 167.0,
|
160
|
-
168.0, 168.0, 169.0, 170.0, 170.0, 170.0, 170.0, 170.0, 170.0, 169.0,
|
161
|
-
],
|
162
|
-
lat: null,
|
163
|
-
lng: null,
|
164
|
-
distance: null,
|
165
|
-
power: null,
|
166
|
-
resistance: null,
|
167
|
-
},
|
168
|
-
},
|
169
|
-
event_code: 'UPDATED',
|
170
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|