@garmin/fitsdk 21.200.0 → 21.202.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/package.json +2 -2
- package/src/accumulator.js +2 -2
- package/src/bit-stream.js +2 -2
- package/src/crc-calculator.js +2 -2
- package/src/decoder.js +2 -2
- package/src/encoder.js +2 -2
- package/src/fit.js +2 -2
- package/src/index.js +2 -2
- package/src/mesg-definition.js +2 -2
- package/src/output-stream.js +2 -2
- package/src/profile.js +64 -3
- package/src/stream.js +2 -2
- package/src/utils-hr-mesg.js +2 -2
- package/src/utils-internal.js +2 -2
- package/src/utils-memo-glob.js +2 -2
- package/src/utils.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@garmin/fitsdk",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.202.0",
|
|
4
4
|
"description": "FIT JavaScript SDK",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "
|
|
15
|
+
"url": "https://github.com/garmin/fit-javascript-sdk"
|
|
16
16
|
},
|
|
17
17
|
"files": [
|
|
18
18
|
"src/"
|
package/src/accumulator.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/bit-stream.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/crc-calculator.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/decoder.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/encoder.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/fit.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/mesg-definition.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/output-stream.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/profile.js
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
const Profile = {
|
|
14
14
|
version: {
|
|
15
15
|
major: 21,
|
|
16
|
-
minor:
|
|
16
|
+
minor: 202,
|
|
17
17
|
patch: 0,
|
|
18
18
|
type: "Release"
|
|
19
19
|
},
|
|
@@ -5887,6 +5887,21 @@ const Profile = {
|
|
|
5887
5887
|
hasComponents: true,
|
|
5888
5888
|
subFields: []
|
|
5889
5889
|
},
|
|
5890
|
+
78: {
|
|
5891
|
+
num: 78,
|
|
5892
|
+
name: "activeTime",
|
|
5893
|
+
type: "uint32",
|
|
5894
|
+
baseType: "uint32",
|
|
5895
|
+
array: false,
|
|
5896
|
+
scale: 1000,
|
|
5897
|
+
offset: 0,
|
|
5898
|
+
units: "s",
|
|
5899
|
+
bits: [],
|
|
5900
|
+
components: [],
|
|
5901
|
+
isAccumulated: false,
|
|
5902
|
+
hasComponents: false,
|
|
5903
|
+
subFields: []
|
|
5904
|
+
},
|
|
5890
5905
|
82: {
|
|
5891
5906
|
num: 82,
|
|
5892
5907
|
name: "playerScore",
|
|
@@ -8129,6 +8144,21 @@ const Profile = {
|
|
|
8129
8144
|
hasComponents: false,
|
|
8130
8145
|
subFields: []
|
|
8131
8146
|
},
|
|
8147
|
+
70: {
|
|
8148
|
+
num: 70,
|
|
8149
|
+
name: "activeTime",
|
|
8150
|
+
type: "uint32",
|
|
8151
|
+
baseType: "uint32",
|
|
8152
|
+
array: false,
|
|
8153
|
+
scale: 1000,
|
|
8154
|
+
offset: 0,
|
|
8155
|
+
units: "s",
|
|
8156
|
+
bits: [],
|
|
8157
|
+
components: [],
|
|
8158
|
+
isAccumulated: false,
|
|
8159
|
+
hasComponents: false,
|
|
8160
|
+
subFields: []
|
|
8161
|
+
},
|
|
8132
8162
|
71: {
|
|
8133
8163
|
num: 71,
|
|
8134
8164
|
name: "wktStepIndex",
|
|
@@ -14560,6 +14590,21 @@ const Profile = {
|
|
|
14560
14590
|
hasComponents: false,
|
|
14561
14591
|
subFields: []
|
|
14562
14592
|
},
|
|
14593
|
+
78: {
|
|
14594
|
+
num: 78, // Active time of split rounds
|
|
14595
|
+
name: "activeTime",
|
|
14596
|
+
type: "uint32",
|
|
14597
|
+
baseType: "uint32",
|
|
14598
|
+
array: false,
|
|
14599
|
+
scale: 1000,
|
|
14600
|
+
offset: 0,
|
|
14601
|
+
units: "s",
|
|
14602
|
+
bits: [],
|
|
14603
|
+
components: [],
|
|
14604
|
+
isAccumulated: false,
|
|
14605
|
+
hasComponents: false,
|
|
14606
|
+
subFields: []
|
|
14607
|
+
},
|
|
14563
14608
|
110: {
|
|
14564
14609
|
num: 110,
|
|
14565
14610
|
name: "totalMovingTime",
|
|
@@ -14777,6 +14822,21 @@ const Profile = {
|
|
|
14777
14822
|
hasComponents: false,
|
|
14778
14823
|
subFields: []
|
|
14779
14824
|
},
|
|
14825
|
+
65: {
|
|
14826
|
+
num: 65, // total active time in all split rounds
|
|
14827
|
+
name: "activeTime",
|
|
14828
|
+
type: "uint32",
|
|
14829
|
+
baseType: "uint32",
|
|
14830
|
+
array: false,
|
|
14831
|
+
scale: 1000,
|
|
14832
|
+
offset: 0,
|
|
14833
|
+
units: "s",
|
|
14834
|
+
bits: [],
|
|
14835
|
+
components: [],
|
|
14836
|
+
isAccumulated: false,
|
|
14837
|
+
hasComponents: false,
|
|
14838
|
+
subFields: []
|
|
14839
|
+
},
|
|
14780
14840
|
77: {
|
|
14781
14841
|
num: 77,
|
|
14782
14842
|
name: "totalMovingTime",
|
|
@@ -24581,6 +24641,7 @@ types: {
|
|
|
24581
24641
|
347: "jespr",
|
|
24582
24642
|
348: "huawei",
|
|
24583
24643
|
349: "gotoes",
|
|
24644
|
+
350: "cadenceApp",
|
|
24584
24645
|
5759: "actigraphcorp",
|
|
24585
24646
|
},
|
|
24586
24647
|
garminProduct: {
|
package/src/stream.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/utils-hr-mesg.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/utils-internal.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|
package/src/utils-memo-glob.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
import Profile from "./profile.js";
|
package/src/utils.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Transfer (FIT) Protocol License.
|
|
6
6
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
7
7
|
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
|
|
8
|
-
// Profile Version = 21.
|
|
9
|
-
// Tag = production/release/21.
|
|
8
|
+
// Profile Version = 21.202.0Release
|
|
9
|
+
// Tag = production/release/21.202.0-0-g9a57aebc
|
|
10
10
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
|
11
11
|
|
|
12
12
|
|