@kingstinct/react-native-healthkit 13.3.1 → 14.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/ReactNativeHealthkit.podspec +1 -0
- package/app.plugin.ts +40 -2
- package/ios/BackgroundDeliveryManager.swift +196 -0
- package/ios/CategoryTypeModule.swift +1 -1
- package/ios/CoreModule.swift +24 -0
- package/ios/CorrelationTypeModule.swift +2 -35
- package/ios/ElectrocardiogramModule.swift +2 -34
- package/ios/HeartbeatSeriesModule.swift +2 -34
- package/ios/MedicationModule.swift +3 -35
- package/ios/PredicateHelpers.swift +2 -2
- package/ios/QuantityTypeModule.swift +11 -11
- package/ios/Serializers.swift +58 -90
- package/ios/StateOfMindModule.swift +2 -34
- package/ios/WorkoutProxy.swift +4 -149
- package/ios/generated/HealthkitGenerated.swift +52 -0
- package/lib/commonjs/generated/healthkit.generated.js +745 -0
- package/lib/commonjs/healthkit.ios.js +51 -17
- package/lib/commonjs/healthkit.js +120 -34
- package/lib/commonjs/specs/QuantityTypeModule.nitro.js +1 -0
- package/lib/commonjs/type-tests/generated-typing.js +2 -0
- package/lib/commonjs/types/CategoryType.js +19 -99
- package/lib/commonjs/types/Medication.js +2 -0
- package/lib/commonjs/types/MetadataEnums.js +17 -0
- package/lib/commonjs/types/QuantityType.js +4 -15
- package/lib/commonjs/types/WeatherCondition.js +2 -32
- package/lib/commonjs/types/Workouts.js +3 -98
- package/lib/commonjs/types/index.js +2 -0
- package/lib/module/generated/healthkit.generated.js +742 -0
- package/lib/module/healthkit.ios.js +49 -15
- package/lib/module/healthkit.js +94 -20
- package/lib/module/specs/QuantityTypeModule.nitro.js +1 -0
- package/lib/module/type-tests/generated-typing.js +1 -0
- package/lib/module/types/CategoryType.js +2 -98
- package/lib/module/types/Medication.js +1 -0
- package/lib/module/types/MetadataEnums.js +1 -0
- package/lib/module/types/QuantityType.js +2 -14
- package/lib/module/types/WeatherCondition.js +1 -32
- package/lib/module/types/Workouts.js +2 -98
- package/lib/module/types/index.js +2 -0
- package/lib/typescript/generated/healthkit.generated.d.ts +1006 -0
- package/lib/typescript/healthkit.d.ts +39 -36
- package/lib/typescript/healthkit.ios.d.ts +64 -53
- package/lib/typescript/hooks/useMostRecentQuantitySample.d.ts +3 -2
- package/lib/typescript/hooks/useMostRecentWorkout.d.ts +2 -2
- package/lib/typescript/hooks/useQuantitySampleById.d.ts +5 -4
- package/lib/typescript/hooks/useStatisticsForQuantity.d.ts +2 -2
- package/lib/typescript/hooks/useSubscribeToQuantitySamples.d.ts +1 -1
- package/lib/typescript/modules.d.ts +2 -2
- package/lib/typescript/specs/CategoryTypeModule.nitro.d.ts +3 -3
- package/lib/typescript/specs/CoreModule.nitro.d.ts +15 -0
- package/lib/typescript/specs/QuantityTypeModule.nitro.d.ts +20 -9
- package/lib/typescript/type-tests/generated-typing.d.ts +1 -0
- package/lib/typescript/types/CategoryType.d.ts +10 -104
- package/lib/typescript/types/CategoryTypeIdentifier.d.ts +1 -61
- package/lib/typescript/types/CorrelationType.d.ts +8 -2
- package/lib/typescript/types/ElectrocardiogramSample.d.ts +8 -1
- package/lib/typescript/types/HeartbeatSeries.d.ts +8 -1
- package/lib/typescript/types/InterfaceVerification.d.ts +14 -1
- package/lib/typescript/types/Medication.d.ts +10 -0
- package/lib/typescript/types/MetadataEnums.d.ts +1 -0
- package/lib/typescript/types/QuantitySample.d.ts +9 -1
- package/lib/typescript/types/QuantityType.d.ts +14 -18
- package/lib/typescript/types/QuantityTypeIdentifier.d.ts +1 -671
- package/lib/typescript/types/QueryOptions.d.ts +8 -4
- package/lib/typescript/types/Shared.d.ts +12 -41
- package/lib/typescript/types/StateOfMind.d.ts +8 -1
- package/lib/typescript/types/Subscriptions.d.ts +11 -11
- package/lib/typescript/types/WeatherCondition.d.ts +1 -30
- package/lib/typescript/types/Workouts.d.ts +20 -104
- package/lib/typescript/types/index.d.ts +2 -0
- package/lib/typescript/utils/getMostRecentQuantitySample.d.ts +2 -1
- package/lib/typescript/utils/getMostRecentWorkout.d.ts +2 -1
- package/lib/typescript/utils/getPreferredUnit.d.ts +2 -1
- package/lib/typescript/utils/getQuantitySampleById.d.ts +2 -1
- package/lib/typescript/utils/subscribeToQuantitySamples.d.ts +1 -1
- package/nitrogen/generated/ios/ReactNativeHealthkit-Swift-Cxx-Bridge.hpp +55 -109
- package/nitrogen/generated/ios/ReactNativeHealthkit-Swift-Cxx-Umbrella.hpp +12 -18
- package/nitrogen/generated/ios/c++/HybridCategoryTypeModuleSpecSwift.hpp +5 -14
- package/nitrogen/generated/ios/c++/HybridCoreModuleSpecSwift.hpp +18 -2
- package/nitrogen/generated/ios/c++/HybridCorrelationTypeModuleSpecSwift.hpp +1 -13
- package/nitrogen/generated/ios/c++/HybridElectrocardiogramModuleSpecSwift.hpp +1 -13
- package/nitrogen/generated/ios/c++/HybridHeartbeatSeriesModuleSpecSwift.hpp +2 -14
- package/nitrogen/generated/ios/c++/HybridMedicationModuleSpecSwift.hpp +1 -13
- package/nitrogen/generated/ios/c++/HybridQuantityTypeModuleSpecSwift.hpp +19 -28
- package/nitrogen/generated/ios/c++/HybridStateOfMindModuleSpecSwift.hpp +2 -14
- package/nitrogen/generated/ios/c++/HybridWorkoutProxySpecSwift.hpp +3 -116
- package/nitrogen/generated/ios/swift/CategorySample.swift +4 -329
- package/nitrogen/generated/ios/swift/CategoryTypeIdentifier.swift +112 -108
- package/nitrogen/generated/ios/swift/CategoryTypeIdentifierWriteable.swift +292 -0
- package/nitrogen/generated/ios/swift/CorrelationSample.swift +4 -347
- package/nitrogen/generated/ios/swift/ElectrocardiogramSample.swift +4 -329
- package/nitrogen/generated/ios/swift/FilterForWorkouts.swift +30 -30
- package/nitrogen/generated/ios/swift/FilterForWorkoutsBase.swift +30 -30
- package/nitrogen/generated/ios/swift/GeneralForm.swift +4 -4
- package/nitrogen/generated/ios/swift/HeartbeatSeriesSample.swift +4 -329
- package/nitrogen/generated/ios/swift/HybridCategoryTypeModuleSpec.swift +1 -1
- package/nitrogen/generated/ios/swift/HybridCategoryTypeModuleSpec_cxx.swift +1 -1
- package/nitrogen/generated/ios/swift/HybridCoreModuleSpec.swift +2 -0
- package/nitrogen/generated/ios/swift/HybridCoreModuleSpec_cxx.swift +38 -0
- package/nitrogen/generated/ios/swift/HybridQuantityTypeModuleSpec.swift +6 -6
- package/nitrogen/generated/ios/swift/HybridQuantityTypeModuleSpec_cxx.swift +6 -6
- package/nitrogen/generated/ios/swift/HybridWorkoutProxySpec.swift +1 -27
- package/nitrogen/generated/ios/swift/HybridWorkoutProxySpec_cxx.swift +2 -340
- package/nitrogen/generated/ios/swift/MedicationDoseEvent.swift +4 -329
- package/nitrogen/generated/ios/swift/ObjectTypeIdentifier.swift +492 -492
- package/nitrogen/generated/ios/swift/QuantitySample.swift +4 -329
- package/nitrogen/generated/ios/swift/QuantityTypeIdentifier.swift +380 -384
- package/nitrogen/generated/ios/swift/QuantityTypeIdentifierWriteable.swift +372 -376
- package/nitrogen/generated/ios/swift/{QueryOptionsWithAnchorAndUnit.swift → QueryOptionsWithAnchorAndStringUnit.swift} +5 -5
- package/nitrogen/generated/ios/swift/{QueryOptionsWithSortOrderAndUnit.swift → QueryOptionsWithSortOrderAndStringUnit.swift} +5 -5
- package/nitrogen/generated/ios/swift/QueryStatisticsResponseFromSingleSource.swift +37 -37
- package/nitrogen/generated/ios/swift/SampleTypeIdentifier.swift +492 -492
- package/nitrogen/generated/ios/swift/SampleTypeIdentifierWriteable.swift +482 -486
- package/nitrogen/generated/ios/swift/StateOfMindSample.swift +4 -329
- package/nitrogen/generated/ios/swift/{StatisticsQueryOptions.swift → StatisticsQueryOptionsWithStringUnit.swift} +5 -5
- package/nitrogen/generated/ios/swift/WorkoutEvent.swift +20 -2
- package/nitrogen/generated/ios/swift/WorkoutSample.swift +4 -402
- package/nitrogen/generated/shared/c++/CategorySample.hpp +8 -100
- package/nitrogen/generated/shared/c++/CategoryTypeIdentifier.hpp +153 -149
- package/nitrogen/generated/shared/c++/CategoryTypeIdentifierWriteable.hpp +328 -0
- package/nitrogen/generated/shared/c++/CorrelationSample.hpp +9 -105
- package/nitrogen/generated/shared/c++/ElectrocardiogramSample.hpp +7 -99
- package/nitrogen/generated/shared/c++/FilterForWorkouts.hpp +13 -13
- package/nitrogen/generated/shared/c++/FilterForWorkoutsBase.hpp +13 -13
- package/nitrogen/generated/shared/c++/GeneralForm.hpp +7 -7
- package/nitrogen/generated/shared/c++/HeartbeatSeriesSample.hpp +8 -100
- package/nitrogen/generated/shared/c++/HybridCategoryTypeModuleSpec.hpp +5 -2
- package/nitrogen/generated/shared/c++/HybridCoreModuleSpec.cpp +2 -0
- package/nitrogen/generated/shared/c++/HybridCoreModuleSpec.hpp +4 -2
- package/nitrogen/generated/shared/c++/HybridQuantityTypeModuleSpec.hpp +15 -15
- package/nitrogen/generated/shared/c++/HybridWorkoutProxySpec.cpp +1 -27
- package/nitrogen/generated/shared/c++/HybridWorkoutProxySpec.hpp +2 -37
- package/nitrogen/generated/shared/c++/MedicationDoseEvent.hpp +7 -99
- package/nitrogen/generated/shared/c++/ObjectTypeIdentifier.hpp +565 -565
- package/nitrogen/generated/shared/c++/QuantitySample.hpp +8 -100
- package/nitrogen/generated/shared/c++/QuantityTypeIdentifier.hpp +407 -411
- package/nitrogen/generated/shared/c++/QuantityTypeIdentifierWriteable.hpp +398 -402
- package/nitrogen/generated/shared/c++/{QueryOptionsWithAnchorAndUnit.hpp → QueryOptionsWithAnchorAndStringUnit.hpp} +11 -11
- package/nitrogen/generated/shared/c++/{QueryOptionsWithSortOrderAndUnit.hpp → QueryOptionsWithSortOrderAndStringUnit.hpp} +11 -11
- package/nitrogen/generated/shared/c++/QueryStatisticsResponseFromSingleSource.hpp +12 -12
- package/nitrogen/generated/shared/c++/SampleTypeIdentifier.hpp +559 -559
- package/nitrogen/generated/shared/c++/SampleTypeIdentifierWriteable.hpp +541 -545
- package/nitrogen/generated/shared/c++/StateOfMindSample.hpp +8 -100
- package/nitrogen/generated/shared/c++/{StatisticsQueryOptions.hpp → StatisticsQueryOptionsWithStringUnit.hpp} +11 -11
- package/nitrogen/generated/shared/c++/WorkoutEvent.hpp +8 -2
- package/nitrogen/generated/shared/c++/WorkoutSample.hpp +7 -120
- package/package.json +5 -2
- package/src/generated/healthkit-schema.json +3680 -0
- package/src/generated/healthkit.generated.ts +1307 -0
- package/src/healthkit.ios.ts +225 -19
- package/src/healthkit.ts +181 -55
- package/src/hooks/useMostRecentQuantitySample.ts +6 -5
- package/src/hooks/useMostRecentWorkout.ts +2 -2
- package/src/hooks/useQuantitySampleById.ts +6 -5
- package/src/hooks/useStatisticsForQuantity.ts +2 -1
- package/src/hooks/useSubscribeToQuantitySamples.ts +1 -1
- package/src/modules.ts +7 -2
- package/src/specs/CategoryTypeModule.nitro.ts +8 -5
- package/src/specs/CoreModule.nitro.ts +20 -0
- package/src/specs/QuantityTypeModule.nitro.ts +81 -7
- package/src/test-setup.ts +2 -0
- package/src/type-tests/generated-typing.ts +133 -0
- package/src/types/CategoryType.ts +52 -148
- package/src/types/CategoryTypeIdentifier.ts +5 -134
- package/src/types/CorrelationType.ts +13 -3
- package/src/types/ElectrocardiogramSample.ts +13 -1
- package/src/types/HeartbeatSeries.ts +13 -1
- package/src/types/InterfaceVerification.ts +38 -1
- package/src/types/Medication.ts +19 -0
- package/src/types/MetadataEnums.ts +15 -0
- package/src/types/QuantitySample.ts +14 -2
- package/src/types/QuantityType.ts +22 -122
- package/src/types/QuantityTypeIdentifier.ts +5 -772
- package/src/types/QueryOptions.ts +11 -4
- package/src/types/Shared.ts +22 -49
- package/src/types/StateOfMind.ts +13 -1
- package/src/types/Subscriptions.ts +19 -13
- package/src/types/WeatherCondition.ts +1 -31
- package/src/types/Workouts.ts +46 -108
- package/src/types/index.ts +2 -0
- package/src/utils/getMostRecentQuantitySample.ts +4 -3
- package/src/utils/getMostRecentWorkout.ts +5 -2
- package/src/utils/getPreferredUnit.ts +5 -4
- package/src/utils/getQuantitySampleById.ts +4 -3
- package/src/utils/subscribeToQuantitySamples.ts +5 -3
- package/nitrogen/generated/ios/swift/HeartRateMotionContext.swift +0 -44
- package/nitrogen/generated/ios/swift/InsulinDeliveryReason.swift +0 -40
- package/nitrogen/generated/ios/swift/WeatherCondition.swift +0 -144
- package/nitrogen/generated/shared/c++/HeartRateMotionContext.hpp +0 -67
- package/nitrogen/generated/shared/c++/InsulinDeliveryReason.hpp +0 -62
- package/nitrogen/generated/shared/c++/WeatherCondition.hpp +0 -88
|
@@ -30,202 +30,202 @@ namespace margelo::nitro::healthkit {
|
|
|
30
30
|
*/
|
|
31
31
|
enum class ObjectTypeIdentifier {
|
|
32
32
|
HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR SWIFT_NAME(hkcategorytypeidentifierapplestandhour) = 0,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
33
|
+
HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT SWIFT_NAME(hkcategorytypeidentifierheadphoneaudioexposureevent) = 1,
|
|
34
|
+
HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT SWIFT_NAME(hkcategorytypeidentifierhighheartrateevent) = 2,
|
|
35
|
+
HKCATEGORYTYPEIDENTIFIERHYPERTENSIONEVENT SWIFT_NAME(hkcategorytypeidentifierhypertensionevent) = 3,
|
|
36
|
+
HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT SWIFT_NAME(hkcategorytypeidentifierlowheartrateevent) = 4,
|
|
37
|
+
HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS SWIFT_NAME(hkcategorytypeidentifierabdominalcramps) = 5,
|
|
38
|
+
HKCATEGORYTYPEIDENTIFIERACNE SWIFT_NAME(hkcategorytypeidentifieracne) = 6,
|
|
39
|
+
HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES SWIFT_NAME(hkcategorytypeidentifierappetitechanges) = 7,
|
|
40
|
+
HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT SWIFT_NAME(hkcategorytypeidentifierapplewalkingsteadinessevent) = 8,
|
|
41
|
+
HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT SWIFT_NAME(hkcategorytypeidentifieraudioexposureevent) = 9,
|
|
42
|
+
HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE SWIFT_NAME(hkcategorytypeidentifierbladderincontinence) = 10,
|
|
43
|
+
HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY SWIFT_NAME(hkcategorytypeidentifierbleedingafterpregnancy) = 11,
|
|
44
|
+
HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY SWIFT_NAME(hkcategorytypeidentifierbleedingduringpregnancy) = 12,
|
|
45
|
+
HKCATEGORYTYPEIDENTIFIERBLOATING SWIFT_NAME(hkcategorytypeidentifierbloating) = 13,
|
|
46
|
+
HKCATEGORYTYPEIDENTIFIERBREASTPAIN SWIFT_NAME(hkcategorytypeidentifierbreastpain) = 14,
|
|
47
|
+
HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY SWIFT_NAME(hkcategorytypeidentifiercervicalmucusquality) = 15,
|
|
48
|
+
HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN SWIFT_NAME(hkcategorytypeidentifierchesttightnessorpain) = 16,
|
|
49
|
+
HKCATEGORYTYPEIDENTIFIERCHILLS SWIFT_NAME(hkcategorytypeidentifierchills) = 17,
|
|
50
|
+
HKCATEGORYTYPEIDENTIFIERCONSTIPATION SWIFT_NAME(hkcategorytypeidentifierconstipation) = 18,
|
|
51
|
+
HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE SWIFT_NAME(hkcategorytypeidentifiercontraceptive) = 19,
|
|
52
|
+
HKCATEGORYTYPEIDENTIFIERCOUGHING SWIFT_NAME(hkcategorytypeidentifiercoughing) = 20,
|
|
53
|
+
HKCATEGORYTYPEIDENTIFIERDIARRHEA SWIFT_NAME(hkcategorytypeidentifierdiarrhea) = 21,
|
|
54
|
+
HKCATEGORYTYPEIDENTIFIERDIZZINESS SWIFT_NAME(hkcategorytypeidentifierdizziness) = 22,
|
|
55
|
+
HKCATEGORYTYPEIDENTIFIERDRYSKIN SWIFT_NAME(hkcategorytypeidentifierdryskin) = 23,
|
|
56
|
+
HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT SWIFT_NAME(hkcategorytypeidentifierenvironmentalaudioexposureevent) = 24,
|
|
57
|
+
HKCATEGORYTYPEIDENTIFIERFAINTING SWIFT_NAME(hkcategorytypeidentifierfainting) = 25,
|
|
58
|
+
HKCATEGORYTYPEIDENTIFIERFATIGUE SWIFT_NAME(hkcategorytypeidentifierfatigue) = 26,
|
|
59
|
+
HKCATEGORYTYPEIDENTIFIERFEVER SWIFT_NAME(hkcategorytypeidentifierfever) = 27,
|
|
60
|
+
HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE SWIFT_NAME(hkcategorytypeidentifiergeneralizedbodyache) = 28,
|
|
61
|
+
HKCATEGORYTYPEIDENTIFIERHAIRLOSS SWIFT_NAME(hkcategorytypeidentifierhairloss) = 29,
|
|
62
|
+
HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT SWIFT_NAME(hkcategorytypeidentifierhandwashingevent) = 30,
|
|
63
|
+
HKCATEGORYTYPEIDENTIFIERHEADACHE SWIFT_NAME(hkcategorytypeidentifierheadache) = 31,
|
|
64
|
+
HKCATEGORYTYPEIDENTIFIERHEARTBURN SWIFT_NAME(hkcategorytypeidentifierheartburn) = 32,
|
|
65
|
+
HKCATEGORYTYPEIDENTIFIERHOTFLASHES SWIFT_NAME(hkcategorytypeidentifierhotflashes) = 33,
|
|
66
|
+
HKCATEGORYTYPEIDENTIFIERINFREQUENTMENSTRUALCYCLES SWIFT_NAME(hkcategorytypeidentifierinfrequentmenstrualcycles) = 34,
|
|
67
|
+
HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING SWIFT_NAME(hkcategorytypeidentifierintermenstrualbleeding) = 35,
|
|
68
|
+
HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT SWIFT_NAME(hkcategorytypeidentifierirregularheartrhythmevent) = 36,
|
|
69
|
+
HKCATEGORYTYPEIDENTIFIERIRREGULARMENSTRUALCYCLES SWIFT_NAME(hkcategorytypeidentifierirregularmenstrualcycles) = 37,
|
|
70
|
+
HKCATEGORYTYPEIDENTIFIERLACTATION SWIFT_NAME(hkcategorytypeidentifierlactation) = 38,
|
|
71
|
+
HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL SWIFT_NAME(hkcategorytypeidentifierlossofsmell) = 39,
|
|
72
|
+
HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE SWIFT_NAME(hkcategorytypeidentifierlossoftaste) = 40,
|
|
73
|
+
HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT SWIFT_NAME(hkcategorytypeidentifierlowcardiofitnessevent) = 41,
|
|
74
|
+
HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN SWIFT_NAME(hkcategorytypeidentifierlowerbackpain) = 42,
|
|
75
|
+
HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE SWIFT_NAME(hkcategorytypeidentifiermemorylapse) = 43,
|
|
76
|
+
HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW SWIFT_NAME(hkcategorytypeidentifiermenstrualflow) = 44,
|
|
77
|
+
HKCATEGORYTYPEIDENTIFIERMINDFULSESSION SWIFT_NAME(hkcategorytypeidentifiermindfulsession) = 45,
|
|
78
|
+
HKCATEGORYTYPEIDENTIFIERMOODCHANGES SWIFT_NAME(hkcategorytypeidentifiermoodchanges) = 46,
|
|
79
|
+
HKCATEGORYTYPEIDENTIFIERNAUSEA SWIFT_NAME(hkcategorytypeidentifiernausea) = 47,
|
|
80
|
+
HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS SWIFT_NAME(hkcategorytypeidentifiernightsweats) = 48,
|
|
81
|
+
HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT SWIFT_NAME(hkcategorytypeidentifierovulationtestresult) = 49,
|
|
82
|
+
HKCATEGORYTYPEIDENTIFIERPELVICPAIN SWIFT_NAME(hkcategorytypeidentifierpelvicpain) = 50,
|
|
83
|
+
HKCATEGORYTYPEIDENTIFIERPERSISTENTINTERMENSTRUALBLEEDING SWIFT_NAME(hkcategorytypeidentifierpersistentintermenstrualbleeding) = 51,
|
|
84
|
+
HKCATEGORYTYPEIDENTIFIERPREGNANCY SWIFT_NAME(hkcategorytypeidentifierpregnancy) = 52,
|
|
85
|
+
HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT SWIFT_NAME(hkcategorytypeidentifierpregnancytestresult) = 53,
|
|
86
|
+
HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT SWIFT_NAME(hkcategorytypeidentifierprogesteronetestresult) = 54,
|
|
87
|
+
HKCATEGORYTYPEIDENTIFIERPROLONGEDMENSTRUALPERIODS SWIFT_NAME(hkcategorytypeidentifierprolongedmenstrualperiods) = 55,
|
|
88
|
+
HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT SWIFT_NAME(hkcategorytypeidentifierrapidpoundingorflutteringheartbeat) = 56,
|
|
89
|
+
HKCATEGORYTYPEIDENTIFIERRUNNYNOSE SWIFT_NAME(hkcategorytypeidentifierrunnynose) = 57,
|
|
90
|
+
HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY SWIFT_NAME(hkcategorytypeidentifiersexualactivity) = 58,
|
|
91
|
+
HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH SWIFT_NAME(hkcategorytypeidentifiershortnessofbreath) = 59,
|
|
92
|
+
HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION SWIFT_NAME(hkcategorytypeidentifiersinuscongestion) = 60,
|
|
93
|
+
HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT SWIFT_NAME(hkcategorytypeidentifierskippedheartbeat) = 61,
|
|
94
|
+
HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS SWIFT_NAME(hkcategorytypeidentifiersleepanalysis) = 62,
|
|
95
|
+
HKCATEGORYTYPEIDENTIFIERSLEEPAPNEAEVENT SWIFT_NAME(hkcategorytypeidentifiersleepapneaevent) = 63,
|
|
96
|
+
HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES SWIFT_NAME(hkcategorytypeidentifiersleepchanges) = 64,
|
|
97
|
+
HKCATEGORYTYPEIDENTIFIERSORETHROAT SWIFT_NAME(hkcategorytypeidentifiersorethroat) = 65,
|
|
98
|
+
HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT SWIFT_NAME(hkcategorytypeidentifiertoothbrushingevent) = 66,
|
|
99
|
+
HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS SWIFT_NAME(hkcategorytypeidentifiervaginaldryness) = 67,
|
|
100
|
+
HKCATEGORYTYPEIDENTIFIERVOMITING SWIFT_NAME(hkcategorytypeidentifiervomiting) = 68,
|
|
101
|
+
HKCATEGORYTYPEIDENTIFIERWHEEZING SWIFT_NAME(hkcategorytypeidentifierwheezing) = 69,
|
|
102
|
+
HKCHARACTERISTICTYPEIDENTIFIERFITZPATRICKSKINTYPE SWIFT_NAME(hkcharacteristictypeidentifierfitzpatrickskintype) = 70,
|
|
103
|
+
HKCHARACTERISTICTYPEIDENTIFIERBIOLOGICALSEX SWIFT_NAME(hkcharacteristictypeidentifierbiologicalsex) = 71,
|
|
104
|
+
HKCHARACTERISTICTYPEIDENTIFIERBLOODTYPE SWIFT_NAME(hkcharacteristictypeidentifierbloodtype) = 72,
|
|
105
|
+
HKCHARACTERISTICTYPEIDENTIFIERDATEOFBIRTH SWIFT_NAME(hkcharacteristictypeidentifierdateofbirth) = 73,
|
|
106
|
+
HKCHARACTERISTICTYPEIDENTIFIERWHEELCHAIRUSE SWIFT_NAME(hkcharacteristictypeidentifierwheelchairuse) = 74,
|
|
107
|
+
HKCHARACTERISTICTYPEIDENTIFIERACTIVITYMOVEMODE SWIFT_NAME(hkcharacteristictypeidentifieractivitymovemode) = 75,
|
|
108
|
+
HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE SWIFT_NAME(hkcorrelationtypeidentifierbloodpressure) = 76,
|
|
109
|
+
HKCORRELATIONTYPEIDENTIFIERFOOD SWIFT_NAME(hkcorrelationtypeidentifierfood) = 77,
|
|
110
|
+
HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME SWIFT_NAME(hkquantitytypeidentifierappleexercisetime) = 78,
|
|
111
|
+
HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME SWIFT_NAME(hkquantitytypeidentifierapplestandtime) = 79,
|
|
112
|
+
HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS SWIFT_NAME(hkquantitytypeidentifierapplewalkingsteadiness) = 80,
|
|
113
|
+
HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN SWIFT_NAME(hkquantitytypeidentifieratrialfibrillationburden) = 81,
|
|
114
|
+
HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE SWIFT_NAME(hkquantitytypeidentifierwalkingheartrateaverage) = 82,
|
|
115
|
+
HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED SWIFT_NAME(hkquantitytypeidentifieractiveenergyburned) = 83,
|
|
116
|
+
HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME SWIFT_NAME(hkquantitytypeidentifierapplemovetime) = 84,
|
|
117
|
+
HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGBREATHINGDISTURBANCES SWIFT_NAME(hkquantitytypeidentifierapplesleepingbreathingdisturbances) = 85,
|
|
118
|
+
HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE SWIFT_NAME(hkquantitytypeidentifierapplesleepingwristtemperature) = 86,
|
|
119
|
+
HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE SWIFT_NAME(hkquantitytypeidentifierbasalbodytemperature) = 87,
|
|
120
|
+
HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED SWIFT_NAME(hkquantitytypeidentifierbasalenergyburned) = 88,
|
|
121
|
+
HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT SWIFT_NAME(hkquantitytypeidentifierbloodalcoholcontent) = 89,
|
|
122
|
+
HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE SWIFT_NAME(hkquantitytypeidentifierbloodglucose) = 90,
|
|
123
|
+
HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC SWIFT_NAME(hkquantitytypeidentifierbloodpressurediastolic) = 91,
|
|
124
|
+
HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC SWIFT_NAME(hkquantitytypeidentifierbloodpressuresystolic) = 92,
|
|
125
|
+
HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE SWIFT_NAME(hkquantitytypeidentifierbodyfatpercentage) = 93,
|
|
126
|
+
HKQUANTITYTYPEIDENTIFIERBODYMASS SWIFT_NAME(hkquantitytypeidentifierbodymass) = 94,
|
|
127
|
+
HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX SWIFT_NAME(hkquantitytypeidentifierbodymassindex) = 95,
|
|
128
|
+
HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE SWIFT_NAME(hkquantitytypeidentifierbodytemperature) = 96,
|
|
129
|
+
HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED SWIFT_NAME(hkquantitytypeidentifiercrosscountryskiingspeed) = 97,
|
|
130
|
+
HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE SWIFT_NAME(hkquantitytypeidentifiercyclingcadence) = 98,
|
|
131
|
+
HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER SWIFT_NAME(hkquantitytypeidentifiercyclingfunctionalthresholdpower) = 99,
|
|
132
|
+
HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER SWIFT_NAME(hkquantitytypeidentifiercyclingpower) = 100,
|
|
133
|
+
HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED SWIFT_NAME(hkquantitytypeidentifiercyclingspeed) = 101,
|
|
134
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN SWIFT_NAME(hkquantitytypeidentifierdietarybiotin) = 102,
|
|
135
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE SWIFT_NAME(hkquantitytypeidentifierdietarycaffeine) = 103,
|
|
136
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM SWIFT_NAME(hkquantitytypeidentifierdietarycalcium) = 104,
|
|
137
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES SWIFT_NAME(hkquantitytypeidentifierdietarycarbohydrates) = 105,
|
|
138
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE SWIFT_NAME(hkquantitytypeidentifierdietarychloride) = 106,
|
|
139
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL SWIFT_NAME(hkquantitytypeidentifierdietarycholesterol) = 107,
|
|
140
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM SWIFT_NAME(hkquantitytypeidentifierdietarychromium) = 108,
|
|
141
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER SWIFT_NAME(hkquantitytypeidentifierdietarycopper) = 109,
|
|
142
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED SWIFT_NAME(hkquantitytypeidentifierdietaryenergyconsumed) = 110,
|
|
143
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED SWIFT_NAME(hkquantitytypeidentifierdietaryfatmonounsaturated) = 111,
|
|
144
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED SWIFT_NAME(hkquantitytypeidentifierdietaryfatpolyunsaturated) = 112,
|
|
145
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED SWIFT_NAME(hkquantitytypeidentifierdietaryfatsaturated) = 113,
|
|
146
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL SWIFT_NAME(hkquantitytypeidentifierdietaryfattotal) = 114,
|
|
147
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYFIBER SWIFT_NAME(hkquantitytypeidentifierdietaryfiber) = 115,
|
|
148
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE SWIFT_NAME(hkquantitytypeidentifierdietaryfolate) = 116,
|
|
149
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYIODINE SWIFT_NAME(hkquantitytypeidentifierdietaryiodine) = 117,
|
|
150
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYIRON SWIFT_NAME(hkquantitytypeidentifierdietaryiron) = 118,
|
|
151
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM SWIFT_NAME(hkquantitytypeidentifierdietarymagnesium) = 119,
|
|
152
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE SWIFT_NAME(hkquantitytypeidentifierdietarymanganese) = 120,
|
|
153
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM SWIFT_NAME(hkquantitytypeidentifierdietarymolybdenum) = 121,
|
|
154
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN SWIFT_NAME(hkquantitytypeidentifierdietaryniacin) = 122,
|
|
155
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID SWIFT_NAME(hkquantitytypeidentifierdietarypantothenicacid) = 123,
|
|
156
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS SWIFT_NAME(hkquantitytypeidentifierdietaryphosphorus) = 124,
|
|
157
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM SWIFT_NAME(hkquantitytypeidentifierdietarypotassium) = 125,
|
|
158
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN SWIFT_NAME(hkquantitytypeidentifierdietaryprotein) = 126,
|
|
159
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN SWIFT_NAME(hkquantitytypeidentifierdietaryriboflavin) = 127,
|
|
160
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM SWIFT_NAME(hkquantitytypeidentifierdietaryselenium) = 128,
|
|
161
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM SWIFT_NAME(hkquantitytypeidentifierdietarysodium) = 129,
|
|
162
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR SWIFT_NAME(hkquantitytypeidentifierdietarysugar) = 130,
|
|
163
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN SWIFT_NAME(hkquantitytypeidentifierdietarythiamin) = 131,
|
|
164
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA SWIFT_NAME(hkquantitytypeidentifierdietaryvitamina) = 132,
|
|
165
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12 SWIFT_NAME(hkquantitytypeidentifierdietaryvitaminb12) = 133,
|
|
166
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6 SWIFT_NAME(hkquantitytypeidentifierdietaryvitaminb6) = 134,
|
|
167
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC SWIFT_NAME(hkquantitytypeidentifierdietaryvitaminc) = 135,
|
|
168
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND SWIFT_NAME(hkquantitytypeidentifierdietaryvitamind) = 136,
|
|
169
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE SWIFT_NAME(hkquantitytypeidentifierdietaryvitamine) = 137,
|
|
170
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK SWIFT_NAME(hkquantitytypeidentifierdietaryvitamink) = 138,
|
|
171
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYWATER SWIFT_NAME(hkquantitytypeidentifierdietarywater) = 139,
|
|
172
|
+
HKQUANTITYTYPEIDENTIFIERDIETARYZINC SWIFT_NAME(hkquantitytypeidentifierdietaryzinc) = 140,
|
|
173
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING SWIFT_NAME(hkquantitytypeidentifierdistancecrosscountryskiing) = 141,
|
|
174
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING SWIFT_NAME(hkquantitytypeidentifierdistancecycling) = 142,
|
|
175
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS SWIFT_NAME(hkquantitytypeidentifierdistancedownhillsnowsports) = 143,
|
|
176
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS SWIFT_NAME(hkquantitytypeidentifierdistancepaddlesports) = 144,
|
|
177
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCEROWING SWIFT_NAME(hkquantitytypeidentifierdistancerowing) = 145,
|
|
178
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS SWIFT_NAME(hkquantitytypeidentifierdistanceskatingsports) = 146,
|
|
179
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING SWIFT_NAME(hkquantitytypeidentifierdistanceswimming) = 147,
|
|
180
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING SWIFT_NAME(hkquantitytypeidentifierdistancewalkingrunning) = 148,
|
|
181
|
+
HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR SWIFT_NAME(hkquantitytypeidentifierdistancewheelchair) = 149,
|
|
182
|
+
HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY SWIFT_NAME(hkquantitytypeidentifierelectrodermalactivity) = 150,
|
|
183
|
+
HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE SWIFT_NAME(hkquantitytypeidentifierenvironmentalaudioexposure) = 151,
|
|
184
|
+
HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION SWIFT_NAME(hkquantitytypeidentifierenvironmentalsoundreduction) = 152,
|
|
185
|
+
HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE SWIFT_NAME(hkquantitytypeidentifierestimatedworkouteffortscore) = 153,
|
|
186
|
+
HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED SWIFT_NAME(hkquantitytypeidentifierflightsclimbed) = 154,
|
|
187
|
+
HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1 SWIFT_NAME(hkquantitytypeidentifierforcedexpiratoryvolume1) = 155,
|
|
188
|
+
HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY SWIFT_NAME(hkquantitytypeidentifierforcedvitalcapacity) = 156,
|
|
189
|
+
HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE SWIFT_NAME(hkquantitytypeidentifierheadphoneaudioexposure) = 157,
|
|
190
|
+
HKQUANTITYTYPEIDENTIFIERHEARTRATE SWIFT_NAME(hkquantitytypeidentifierheartrate) = 158,
|
|
191
|
+
HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE SWIFT_NAME(hkquantitytypeidentifierheartraterecoveryoneminute) = 159,
|
|
192
|
+
HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN SWIFT_NAME(hkquantitytypeidentifierheartratevariabilitysdnn) = 160,
|
|
193
|
+
HKQUANTITYTYPEIDENTIFIERHEIGHT SWIFT_NAME(hkquantitytypeidentifierheight) = 161,
|
|
194
|
+
HKQUANTITYTYPEIDENTIFIERINHALERUSAGE SWIFT_NAME(hkquantitytypeidentifierinhalerusage) = 162,
|
|
195
|
+
HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY SWIFT_NAME(hkquantitytypeidentifierinsulindelivery) = 163,
|
|
196
|
+
HKQUANTITYTYPEIDENTIFIERLEANBODYMASS SWIFT_NAME(hkquantitytypeidentifierleanbodymass) = 164,
|
|
197
|
+
HKQUANTITYTYPEIDENTIFIERNIKEFUEL SWIFT_NAME(hkquantitytypeidentifiernikefuel) = 165,
|
|
198
|
+
HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES SWIFT_NAME(hkquantitytypeidentifiernumberofalcoholicbeverages) = 166,
|
|
199
|
+
HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN SWIFT_NAME(hkquantitytypeidentifiernumberoftimesfallen) = 167,
|
|
200
|
+
HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION SWIFT_NAME(hkquantitytypeidentifieroxygensaturation) = 168,
|
|
201
|
+
HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED SWIFT_NAME(hkquantitytypeidentifierpaddlesportsspeed) = 169,
|
|
202
|
+
HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE SWIFT_NAME(hkquantitytypeidentifierpeakexpiratoryflowrate) = 170,
|
|
203
|
+
HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX SWIFT_NAME(hkquantitytypeidentifierperipheralperfusionindex) = 171,
|
|
204
|
+
HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT SWIFT_NAME(hkquantitytypeidentifierphysicaleffort) = 172,
|
|
205
|
+
HKQUANTITYTYPEIDENTIFIERPUSHCOUNT SWIFT_NAME(hkquantitytypeidentifierpushcount) = 173,
|
|
206
|
+
HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE SWIFT_NAME(hkquantitytypeidentifierrespiratoryrate) = 174,
|
|
207
|
+
HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE SWIFT_NAME(hkquantitytypeidentifierrestingheartrate) = 175,
|
|
208
|
+
HKQUANTITYTYPEIDENTIFIERROWINGSPEED SWIFT_NAME(hkquantitytypeidentifierrowingspeed) = 176,
|
|
209
|
+
HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME SWIFT_NAME(hkquantitytypeidentifierrunninggroundcontacttime) = 177,
|
|
210
|
+
HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER SWIFT_NAME(hkquantitytypeidentifierrunningpower) = 178,
|
|
211
|
+
HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED SWIFT_NAME(hkquantitytypeidentifierrunningspeed) = 179,
|
|
212
|
+
HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH SWIFT_NAME(hkquantitytypeidentifierrunningstridelength) = 180,
|
|
213
|
+
HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION SWIFT_NAME(hkquantitytypeidentifierrunningverticaloscillation) = 181,
|
|
214
|
+
HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE SWIFT_NAME(hkquantitytypeidentifiersixminutewalktestdistance) = 182,
|
|
215
|
+
HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED SWIFT_NAME(hkquantitytypeidentifierstairascentspeed) = 183,
|
|
216
|
+
HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED SWIFT_NAME(hkquantitytypeidentifierstairdescentspeed) = 184,
|
|
217
|
+
HKQUANTITYTYPEIDENTIFIERSTEPCOUNT SWIFT_NAME(hkquantitytypeidentifierstepcount) = 185,
|
|
218
|
+
HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT SWIFT_NAME(hkquantitytypeidentifierswimmingstrokecount) = 186,
|
|
219
|
+
HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT SWIFT_NAME(hkquantitytypeidentifiertimeindaylight) = 187,
|
|
220
|
+
HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH SWIFT_NAME(hkquantitytypeidentifierunderwaterdepth) = 188,
|
|
221
|
+
HKQUANTITYTYPEIDENTIFIERUVEXPOSURE SWIFT_NAME(hkquantitytypeidentifieruvexposure) = 189,
|
|
222
|
+
HKQUANTITYTYPEIDENTIFIERVO2MAX SWIFT_NAME(hkquantitytypeidentifiervo2max) = 190,
|
|
223
|
+
HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE SWIFT_NAME(hkquantitytypeidentifierwaistcircumference) = 191,
|
|
224
|
+
HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE SWIFT_NAME(hkquantitytypeidentifierwalkingasymmetrypercentage) = 192,
|
|
225
|
+
HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE SWIFT_NAME(hkquantitytypeidentifierwalkingdoublesupportpercentage) = 193,
|
|
226
|
+
HKQUANTITYTYPEIDENTIFIERWALKINGSPEED SWIFT_NAME(hkquantitytypeidentifierwalkingspeed) = 194,
|
|
227
|
+
HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH SWIFT_NAME(hkquantitytypeidentifierwalkingsteplength) = 195,
|
|
228
|
+
HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE SWIFT_NAME(hkquantitytypeidentifierwatertemperature) = 196,
|
|
229
229
|
HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE SWIFT_NAME(hkquantitytypeidentifierworkouteffortscore) = 197,
|
|
230
230
|
HKSTATEOFMINDTYPEIDENTIFIER SWIFT_NAME(hkstateofmindtypeidentifier) = 198,
|
|
231
231
|
HKAUDIOGRAMSAMPLETYPE SWIFT_NAME(hkaudiogramsampletype) = 199,
|
|
@@ -247,74 +247,75 @@ namespace margelo::nitro {
|
|
|
247
247
|
std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, arg);
|
|
248
248
|
switch (hashString(unionValue.c_str(), unionValue.size())) {
|
|
249
249
|
case hashString("HKCategoryTypeIdentifierAppleStandHour"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR;
|
|
250
|
+
case hashString("HKCategoryTypeIdentifierHeadphoneAudioExposureEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT;
|
|
250
251
|
case hashString("HKCategoryTypeIdentifierHighHeartRateEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT;
|
|
252
|
+
case hashString("HKCategoryTypeIdentifierHypertensionEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHYPERTENSIONEVENT;
|
|
251
253
|
case hashString("HKCategoryTypeIdentifierLowHeartRateEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT;
|
|
252
|
-
case hashString("HKCategoryTypeIdentifierHeadphoneAudioExposureEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT;
|
|
253
|
-
case hashString("HKCategoryTypeIdentifierSleepAnalysis"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS;
|
|
254
|
-
case hashString("HKCategoryTypeIdentifierCervicalMucusQuality"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY;
|
|
255
|
-
case hashString("HKCategoryTypeIdentifierOvulationTestResult"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT;
|
|
256
|
-
case hashString("HKCategoryTypeIdentifierMenstrualFlow"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW;
|
|
257
|
-
case hashString("HKCategoryTypeIdentifierIntermenstrualBleeding"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING;
|
|
258
|
-
case hashString("HKCategoryTypeIdentifierSexualActivity"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY;
|
|
259
|
-
case hashString("HKCategoryTypeIdentifierMindfulSession"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION;
|
|
260
|
-
case hashString("HKCategoryTypeIdentifierIrregularHeartRhythmEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT;
|
|
261
|
-
case hashString("HKCategoryTypeIdentifierAudioExposureEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT;
|
|
262
|
-
case hashString("HKCategoryTypeIdentifierToothbrushingEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT;
|
|
263
|
-
case hashString("HKCategoryTypeIdentifierLowCardioFitnessEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT;
|
|
264
|
-
case hashString("HKCategoryTypeIdentifierContraceptive"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE;
|
|
265
|
-
case hashString("HKCategoryTypeIdentifierLactation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION;
|
|
266
|
-
case hashString("HKCategoryTypeIdentifierPregnancy"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY;
|
|
267
|
-
case hashString("HKCategoryTypeIdentifierPregnancyTestResult"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT;
|
|
268
|
-
case hashString("HKCategoryTypeIdentifierProgesteroneTestResult"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT;
|
|
269
|
-
case hashString("HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT;
|
|
270
|
-
case hashString("HKCategoryTypeIdentifierAppleWalkingSteadinessEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT;
|
|
271
|
-
case hashString("HKCategoryTypeIdentifierHandwashingEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT;
|
|
272
254
|
case hashString("HKCategoryTypeIdentifierAbdominalCramps"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS;
|
|
273
255
|
case hashString("HKCategoryTypeIdentifierAcne"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERACNE;
|
|
274
256
|
case hashString("HKCategoryTypeIdentifierAppetiteChanges"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES;
|
|
257
|
+
case hashString("HKCategoryTypeIdentifierAppleWalkingSteadinessEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT;
|
|
258
|
+
case hashString("HKCategoryTypeIdentifierAudioExposureEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT;
|
|
275
259
|
case hashString("HKCategoryTypeIdentifierBladderIncontinence"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE;
|
|
260
|
+
case hashString("HKCategoryTypeIdentifierBleedingAfterPregnancy"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY;
|
|
261
|
+
case hashString("HKCategoryTypeIdentifierBleedingDuringPregnancy"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY;
|
|
276
262
|
case hashString("HKCategoryTypeIdentifierBloating"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLOATING;
|
|
277
263
|
case hashString("HKCategoryTypeIdentifierBreastPain"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBREASTPAIN;
|
|
264
|
+
case hashString("HKCategoryTypeIdentifierCervicalMucusQuality"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY;
|
|
278
265
|
case hashString("HKCategoryTypeIdentifierChestTightnessOrPain"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN;
|
|
279
266
|
case hashString("HKCategoryTypeIdentifierChills"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHILLS;
|
|
280
267
|
case hashString("HKCategoryTypeIdentifierConstipation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONSTIPATION;
|
|
268
|
+
case hashString("HKCategoryTypeIdentifierContraceptive"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE;
|
|
281
269
|
case hashString("HKCategoryTypeIdentifierCoughing"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCOUGHING;
|
|
282
270
|
case hashString("HKCategoryTypeIdentifierDiarrhea"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIARRHEA;
|
|
283
271
|
case hashString("HKCategoryTypeIdentifierDizziness"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIZZINESS;
|
|
284
272
|
case hashString("HKCategoryTypeIdentifierDrySkin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDRYSKIN;
|
|
273
|
+
case hashString("HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT;
|
|
285
274
|
case hashString("HKCategoryTypeIdentifierFainting"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFAINTING;
|
|
286
275
|
case hashString("HKCategoryTypeIdentifierFatigue"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFATIGUE;
|
|
287
276
|
case hashString("HKCategoryTypeIdentifierFever"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFEVER;
|
|
288
277
|
case hashString("HKCategoryTypeIdentifierGeneralizedBodyAche"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE;
|
|
289
278
|
case hashString("HKCategoryTypeIdentifierHairLoss"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHAIRLOSS;
|
|
279
|
+
case hashString("HKCategoryTypeIdentifierHandwashingEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT;
|
|
290
280
|
case hashString("HKCategoryTypeIdentifierHeadache"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADACHE;
|
|
291
281
|
case hashString("HKCategoryTypeIdentifierHeartburn"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEARTBURN;
|
|
292
282
|
case hashString("HKCategoryTypeIdentifierHotFlashes"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHOTFLASHES;
|
|
283
|
+
case hashString("HKCategoryTypeIdentifierInfrequentMenstrualCycles"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINFREQUENTMENSTRUALCYCLES;
|
|
284
|
+
case hashString("HKCategoryTypeIdentifierIntermenstrualBleeding"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING;
|
|
285
|
+
case hashString("HKCategoryTypeIdentifierIrregularHeartRhythmEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT;
|
|
286
|
+
case hashString("HKCategoryTypeIdentifierIrregularMenstrualCycles"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARMENSTRUALCYCLES;
|
|
287
|
+
case hashString("HKCategoryTypeIdentifierLactation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION;
|
|
293
288
|
case hashString("HKCategoryTypeIdentifierLossOfSmell"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL;
|
|
294
289
|
case hashString("HKCategoryTypeIdentifierLossOfTaste"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE;
|
|
290
|
+
case hashString("HKCategoryTypeIdentifierLowCardioFitnessEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT;
|
|
295
291
|
case hashString("HKCategoryTypeIdentifierLowerBackPain"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN;
|
|
296
292
|
case hashString("HKCategoryTypeIdentifierMemoryLapse"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE;
|
|
293
|
+
case hashString("HKCategoryTypeIdentifierMenstrualFlow"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW;
|
|
294
|
+
case hashString("HKCategoryTypeIdentifierMindfulSession"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION;
|
|
297
295
|
case hashString("HKCategoryTypeIdentifierMoodChanges"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMOODCHANGES;
|
|
298
296
|
case hashString("HKCategoryTypeIdentifierNausea"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNAUSEA;
|
|
299
297
|
case hashString("HKCategoryTypeIdentifierNightSweats"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS;
|
|
298
|
+
case hashString("HKCategoryTypeIdentifierOvulationTestResult"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT;
|
|
300
299
|
case hashString("HKCategoryTypeIdentifierPelvicPain"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPELVICPAIN;
|
|
300
|
+
case hashString("HKCategoryTypeIdentifierPersistentIntermenstrualBleeding"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPERSISTENTINTERMENSTRUALBLEEDING;
|
|
301
|
+
case hashString("HKCategoryTypeIdentifierPregnancy"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY;
|
|
302
|
+
case hashString("HKCategoryTypeIdentifierPregnancyTestResult"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT;
|
|
303
|
+
case hashString("HKCategoryTypeIdentifierProgesteroneTestResult"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT;
|
|
304
|
+
case hashString("HKCategoryTypeIdentifierProlongedMenstrualPeriods"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROLONGEDMENSTRUALPERIODS;
|
|
301
305
|
case hashString("HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT;
|
|
302
306
|
case hashString("HKCategoryTypeIdentifierRunnyNose"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRUNNYNOSE;
|
|
307
|
+
case hashString("HKCategoryTypeIdentifierSexualActivity"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY;
|
|
303
308
|
case hashString("HKCategoryTypeIdentifierShortnessOfBreath"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH;
|
|
304
309
|
case hashString("HKCategoryTypeIdentifierSinusCongestion"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION;
|
|
305
310
|
case hashString("HKCategoryTypeIdentifierSkippedHeartbeat"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT;
|
|
311
|
+
case hashString("HKCategoryTypeIdentifierSleepAnalysis"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS;
|
|
312
|
+
case hashString("HKCategoryTypeIdentifierSleepApneaEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPAPNEAEVENT;
|
|
306
313
|
case hashString("HKCategoryTypeIdentifierSleepChanges"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES;
|
|
307
314
|
case hashString("HKCategoryTypeIdentifierSoreThroat"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSORETHROAT;
|
|
315
|
+
case hashString("HKCategoryTypeIdentifierToothbrushingEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT;
|
|
308
316
|
case hashString("HKCategoryTypeIdentifierVaginalDryness"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS;
|
|
309
317
|
case hashString("HKCategoryTypeIdentifierVomiting"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVOMITING;
|
|
310
318
|
case hashString("HKCategoryTypeIdentifierWheezing"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERWHEEZING;
|
|
311
|
-
case hashString("HKCategoryTypeIdentifierBleedingAfterPregnancy"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY;
|
|
312
|
-
case hashString("HKCategoryTypeIdentifierBleedingDuringPregnancy"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY;
|
|
313
|
-
case hashString("HKCategoryTypeIdentifierInfrequentMenstrualCycles"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINFREQUENTMENSTRUALCYCLES;
|
|
314
|
-
case hashString("HKCategoryTypeIdentifierIrregularMenstrualCycles"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARMENSTRUALCYCLES;
|
|
315
|
-
case hashString("HKCategoryTypeIdentifierPersistentIntermenstrualBleeding"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPERSISTENTINTERMENSTRUALBLEEDING;
|
|
316
|
-
case hashString("HKCategoryTypeIdentifierProlongedMenstrualPeriods"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROLONGEDMENSTRUALPERIODS;
|
|
317
|
-
case hashString("HKCategoryTypeIdentifierSleepApneaEvent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPAPNEAEVENT;
|
|
318
319
|
case hashString("HKCharacteristicTypeIdentifierFitzpatrickSkinType"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERFITZPATRICKSKINTYPE;
|
|
319
320
|
case hashString("HKCharacteristicTypeIdentifierBiologicalSex"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERBIOLOGICALSEX;
|
|
320
321
|
case hashString("HKCharacteristicTypeIdentifierBloodType"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERBLOODTYPE;
|
|
@@ -323,126 +324,125 @@ namespace margelo::nitro {
|
|
|
323
324
|
case hashString("HKCharacteristicTypeIdentifierActivityMoveMode"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERACTIVITYMOVEMODE;
|
|
324
325
|
case hashString("HKCorrelationTypeIdentifierBloodPressure"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE;
|
|
325
326
|
case hashString("HKCorrelationTypeIdentifierFood"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERFOOD;
|
|
326
|
-
case hashString("HKQuantityTypeIdentifierWalkingHeartRateAverage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE;
|
|
327
|
-
case hashString("HKQuantityTypeIdentifierAtrialFibrillationBurden"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN;
|
|
328
327
|
case hashString("HKQuantityTypeIdentifierAppleExerciseTime"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME;
|
|
329
328
|
case hashString("HKQuantityTypeIdentifierAppleStandTime"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME;
|
|
330
329
|
case hashString("HKQuantityTypeIdentifierAppleWalkingSteadiness"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS;
|
|
331
|
-
case hashString("
|
|
332
|
-
case hashString("
|
|
333
|
-
case hashString("HKQuantityTypeIdentifierHeight"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT;
|
|
334
|
-
case hashString("HKQuantityTypeIdentifierBodyMass"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS;
|
|
335
|
-
case hashString("HKQuantityTypeIdentifierLeanBodyMass"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS;
|
|
336
|
-
case hashString("HKQuantityTypeIdentifierWaistCircumference"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE;
|
|
337
|
-
case hashString("HKQuantityTypeIdentifierStepCount"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT;
|
|
338
|
-
case hashString("HKQuantityTypeIdentifierDistanceWalkingRunning"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING;
|
|
339
|
-
case hashString("HKQuantityTypeIdentifierDistanceCycling"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING;
|
|
340
|
-
case hashString("HKQuantityTypeIdentifierDistanceWheelchair"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR;
|
|
341
|
-
case hashString("HKQuantityTypeIdentifierBasalEnergyBurned"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED;
|
|
330
|
+
case hashString("HKQuantityTypeIdentifierAtrialFibrillationBurden"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN;
|
|
331
|
+
case hashString("HKQuantityTypeIdentifierWalkingHeartRateAverage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE;
|
|
342
332
|
case hashString("HKQuantityTypeIdentifierActiveEnergyBurned"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED;
|
|
343
|
-
case hashString("
|
|
344
|
-
case hashString("
|
|
345
|
-
case hashString("
|
|
346
|
-
case hashString("HKQuantityTypeIdentifierDistanceSwimming"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING;
|
|
347
|
-
case hashString("HKQuantityTypeIdentifierSwimmingStrokeCount"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT;
|
|
348
|
-
case hashString("HKQuantityTypeIdentifierVO2Max"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX;
|
|
349
|
-
case hashString("HKQuantityTypeIdentifierDistanceDownhillSnowSports"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS;
|
|
350
|
-
case hashString("HKQuantityTypeIdentifierHeartRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE;
|
|
351
|
-
case hashString("HKQuantityTypeIdentifierBodyTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE;
|
|
333
|
+
case hashString("HKQuantityTypeIdentifierAppleMoveTime"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME;
|
|
334
|
+
case hashString("HKQuantityTypeIdentifierAppleSleepingBreathingDisturbances"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGBREATHINGDISTURBANCES;
|
|
335
|
+
case hashString("HKQuantityTypeIdentifierAppleSleepingWristTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE;
|
|
352
336
|
case hashString("HKQuantityTypeIdentifierBasalBodyTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE;
|
|
353
|
-
case hashString("
|
|
354
|
-
case hashString("HKQuantityTypeIdentifierBloodPressureDiastolic"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC;
|
|
355
|
-
case hashString("HKQuantityTypeIdentifierRespiratoryRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE;
|
|
356
|
-
case hashString("HKQuantityTypeIdentifierRestingHeartRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE;
|
|
357
|
-
case hashString("HKQuantityTypeIdentifierHeartRateVariabilitySDNN"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN;
|
|
358
|
-
case hashString("HKQuantityTypeIdentifierOxygenSaturation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION;
|
|
359
|
-
case hashString("HKQuantityTypeIdentifierPeripheralPerfusionIndex"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX;
|
|
360
|
-
case hashString("HKQuantityTypeIdentifierBloodGlucose"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE;
|
|
361
|
-
case hashString("HKQuantityTypeIdentifierBloodKetones"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODKETONES;
|
|
362
|
-
case hashString("HKQuantityTypeIdentifierNumberOfTimesFallen"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN;
|
|
363
|
-
case hashString("HKQuantityTypeIdentifierElectrodermalActivity"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY;
|
|
364
|
-
case hashString("HKQuantityTypeIdentifierInhalerUsage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE;
|
|
365
|
-
case hashString("HKQuantityTypeIdentifierInsulinDelivery"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY;
|
|
337
|
+
case hashString("HKQuantityTypeIdentifierBasalEnergyBurned"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED;
|
|
366
338
|
case hashString("HKQuantityTypeIdentifierBloodAlcoholContent"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT;
|
|
367
|
-
case hashString("
|
|
368
|
-
case hashString("
|
|
369
|
-
case hashString("
|
|
370
|
-
case hashString("
|
|
371
|
-
case hashString("
|
|
372
|
-
case hashString("
|
|
373
|
-
case hashString("
|
|
339
|
+
case hashString("HKQuantityTypeIdentifierBloodGlucose"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE;
|
|
340
|
+
case hashString("HKQuantityTypeIdentifierBloodPressureDiastolic"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC;
|
|
341
|
+
case hashString("HKQuantityTypeIdentifierBloodPressureSystolic"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC;
|
|
342
|
+
case hashString("HKQuantityTypeIdentifierBodyFatPercentage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE;
|
|
343
|
+
case hashString("HKQuantityTypeIdentifierBodyMass"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS;
|
|
344
|
+
case hashString("HKQuantityTypeIdentifierBodyMassIndex"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX;
|
|
345
|
+
case hashString("HKQuantityTypeIdentifierBodyTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE;
|
|
346
|
+
case hashString("HKQuantityTypeIdentifierCrossCountrySkiingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED;
|
|
347
|
+
case hashString("HKQuantityTypeIdentifierCyclingCadence"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE;
|
|
348
|
+
case hashString("HKQuantityTypeIdentifierCyclingFunctionalThresholdPower"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER;
|
|
349
|
+
case hashString("HKQuantityTypeIdentifierCyclingPower"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER;
|
|
350
|
+
case hashString("HKQuantityTypeIdentifierCyclingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED;
|
|
351
|
+
case hashString("HKQuantityTypeIdentifierDietaryBiotin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN;
|
|
352
|
+
case hashString("HKQuantityTypeIdentifierDietaryCaffeine"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE;
|
|
353
|
+
case hashString("HKQuantityTypeIdentifierDietaryCalcium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM;
|
|
354
|
+
case hashString("HKQuantityTypeIdentifierDietaryCarbohydrates"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES;
|
|
355
|
+
case hashString("HKQuantityTypeIdentifierDietaryChloride"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE;
|
|
356
|
+
case hashString("HKQuantityTypeIdentifierDietaryCholesterol"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL;
|
|
357
|
+
case hashString("HKQuantityTypeIdentifierDietaryChromium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM;
|
|
358
|
+
case hashString("HKQuantityTypeIdentifierDietaryCopper"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER;
|
|
359
|
+
case hashString("HKQuantityTypeIdentifierDietaryEnergyConsumed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED;
|
|
374
360
|
case hashString("HKQuantityTypeIdentifierDietaryFatMonounsaturated"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED;
|
|
361
|
+
case hashString("HKQuantityTypeIdentifierDietaryFatPolyunsaturated"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED;
|
|
375
362
|
case hashString("HKQuantityTypeIdentifierDietaryFatSaturated"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED;
|
|
376
|
-
case hashString("
|
|
377
|
-
case hashString("HKQuantityTypeIdentifierDietarySodium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM;
|
|
378
|
-
case hashString("HKQuantityTypeIdentifierDietaryCarbohydrates"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES;
|
|
363
|
+
case hashString("HKQuantityTypeIdentifierDietaryFatTotal"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL;
|
|
379
364
|
case hashString("HKQuantityTypeIdentifierDietaryFiber"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFIBER;
|
|
380
|
-
case hashString("
|
|
381
|
-
case hashString("
|
|
365
|
+
case hashString("HKQuantityTypeIdentifierDietaryFolate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE;
|
|
366
|
+
case hashString("HKQuantityTypeIdentifierDietaryIodine"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE;
|
|
367
|
+
case hashString("HKQuantityTypeIdentifierDietaryIron"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON;
|
|
368
|
+
case hashString("HKQuantityTypeIdentifierDietaryMagnesium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM;
|
|
369
|
+
case hashString("HKQuantityTypeIdentifierDietaryManganese"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE;
|
|
370
|
+
case hashString("HKQuantityTypeIdentifierDietaryMolybdenum"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM;
|
|
371
|
+
case hashString("HKQuantityTypeIdentifierDietaryNiacin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN;
|
|
372
|
+
case hashString("HKQuantityTypeIdentifierDietaryPantothenicAcid"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID;
|
|
373
|
+
case hashString("HKQuantityTypeIdentifierDietaryPhosphorus"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS;
|
|
374
|
+
case hashString("HKQuantityTypeIdentifierDietaryPotassium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM;
|
|
382
375
|
case hashString("HKQuantityTypeIdentifierDietaryProtein"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN;
|
|
376
|
+
case hashString("HKQuantityTypeIdentifierDietaryRiboflavin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN;
|
|
377
|
+
case hashString("HKQuantityTypeIdentifierDietarySelenium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM;
|
|
378
|
+
case hashString("HKQuantityTypeIdentifierDietarySodium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM;
|
|
379
|
+
case hashString("HKQuantityTypeIdentifierDietarySugar"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR;
|
|
380
|
+
case hashString("HKQuantityTypeIdentifierDietaryThiamin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN;
|
|
383
381
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminA"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA;
|
|
384
|
-
case hashString("HKQuantityTypeIdentifierDietaryVitaminB6"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6;
|
|
385
382
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminB12"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12;
|
|
383
|
+
case hashString("HKQuantityTypeIdentifierDietaryVitaminB6"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6;
|
|
386
384
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminC"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC;
|
|
387
385
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminD"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND;
|
|
388
386
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminE"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE;
|
|
389
387
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminK"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK;
|
|
390
|
-
case hashString("HKQuantityTypeIdentifierDietaryCalcium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM;
|
|
391
|
-
case hashString("HKQuantityTypeIdentifierDietaryIron"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON;
|
|
392
|
-
case hashString("HKQuantityTypeIdentifierDietaryThiamin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN;
|
|
393
|
-
case hashString("HKQuantityTypeIdentifierDietaryRiboflavin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN;
|
|
394
|
-
case hashString("HKQuantityTypeIdentifierDietaryNiacin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN;
|
|
395
|
-
case hashString("HKQuantityTypeIdentifierDietaryFolate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE;
|
|
396
|
-
case hashString("HKQuantityTypeIdentifierDietaryBiotin"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN;
|
|
397
|
-
case hashString("HKQuantityTypeIdentifierDietaryPantothenicAcid"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID;
|
|
398
|
-
case hashString("HKQuantityTypeIdentifierDietaryPhosphorus"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS;
|
|
399
|
-
case hashString("HKQuantityTypeIdentifierDietaryIodine"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE;
|
|
400
|
-
case hashString("HKQuantityTypeIdentifierDietaryMagnesium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM;
|
|
401
|
-
case hashString("HKQuantityTypeIdentifierDietaryZinc"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC;
|
|
402
|
-
case hashString("HKQuantityTypeIdentifierDietarySelenium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM;
|
|
403
|
-
case hashString("HKQuantityTypeIdentifierDietaryCopper"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER;
|
|
404
|
-
case hashString("HKQuantityTypeIdentifierDietaryManganese"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE;
|
|
405
|
-
case hashString("HKQuantityTypeIdentifierDietaryChromium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM;
|
|
406
|
-
case hashString("HKQuantityTypeIdentifierDietaryMolybdenum"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM;
|
|
407
|
-
case hashString("HKQuantityTypeIdentifierDietaryChloride"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE;
|
|
408
|
-
case hashString("HKQuantityTypeIdentifierDietaryPotassium"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM;
|
|
409
|
-
case hashString("HKQuantityTypeIdentifierDietaryCaffeine"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE;
|
|
410
388
|
case hashString("HKQuantityTypeIdentifierDietaryWater"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYWATER;
|
|
411
|
-
case hashString("
|
|
412
|
-
case hashString("HKQuantityTypeIdentifierWalkingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED;
|
|
413
|
-
case hashString("HKQuantityTypeIdentifierWalkingStepLength"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH;
|
|
414
|
-
case hashString("HKQuantityTypeIdentifierWalkingAsymmetryPercentage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE;
|
|
415
|
-
case hashString("HKQuantityTypeIdentifierWalkingDoubleSupportPercentage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE;
|
|
416
|
-
case hashString("HKQuantityTypeIdentifierStairAscentSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED;
|
|
417
|
-
case hashString("HKQuantityTypeIdentifierStairDescentSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED;
|
|
418
|
-
case hashString("HKQuantityTypeIdentifierUVExposure"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE;
|
|
419
|
-
case hashString("HKQuantityTypeIdentifierAppleMoveTime"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME;
|
|
420
|
-
case hashString("HKQuantityTypeIdentifierNumberOfAlcoholicBeverages"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES;
|
|
421
|
-
case hashString("HKQuantityTypeIdentifierUnderwaterDepth"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH;
|
|
422
|
-
case hashString("HKQuantityTypeIdentifierWaterTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE;
|
|
423
|
-
case hashString("HKQuantityTypeIdentifierAppleSleepingWristTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE;
|
|
424
|
-
case hashString("HKQuantityTypeIdentifierAppleSleepingBreathingDisturbances"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGBREATHINGDISTURBANCES;
|
|
425
|
-
case hashString("HKQuantityTypeIdentifierTimeInDaylight"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT;
|
|
426
|
-
case hashString("HKQuantityTypeIdentifierPhysicalEffort"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT;
|
|
427
|
-
case hashString("HKQuantityTypeIdentifierCyclingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED;
|
|
428
|
-
case hashString("HKQuantityTypeIdentifierCyclingPower"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER;
|
|
429
|
-
case hashString("HKQuantityTypeIdentifierCyclingFunctionalThresholdPower"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER;
|
|
430
|
-
case hashString("HKQuantityTypeIdentifierCyclingCadence"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE;
|
|
431
|
-
case hashString("HKQuantityTypeIdentifierEnvironmentalSoundReduction"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION;
|
|
432
|
-
case hashString("HKQuantityTypeIdentifierHeartRateRecoveryOneMinute"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE;
|
|
433
|
-
case hashString("HKQuantityTypeIdentifierRunningGroundContactTime"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME;
|
|
434
|
-
case hashString("HKQuantityTypeIdentifierRunningStrideLength"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH;
|
|
435
|
-
case hashString("HKQuantityTypeIdentifierRunningPower"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER;
|
|
436
|
-
case hashString("HKQuantityTypeIdentifierRunningVerticalOscillation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION;
|
|
437
|
-
case hashString("HKQuantityTypeIdentifierRunningSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED;
|
|
438
|
-
case hashString("HKQuantityTypeIdentifierCrossCountrySkiingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED;
|
|
389
|
+
case hashString("HKQuantityTypeIdentifierDietaryZinc"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC;
|
|
439
390
|
case hashString("HKQuantityTypeIdentifierDistanceCrossCountrySkiing"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING;
|
|
391
|
+
case hashString("HKQuantityTypeIdentifierDistanceCycling"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING;
|
|
392
|
+
case hashString("HKQuantityTypeIdentifierDistanceDownhillSnowSports"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS;
|
|
440
393
|
case hashString("HKQuantityTypeIdentifierDistancePaddleSports"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS;
|
|
441
394
|
case hashString("HKQuantityTypeIdentifierDistanceRowing"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEROWING;
|
|
442
395
|
case hashString("HKQuantityTypeIdentifierDistanceSkatingSports"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS;
|
|
396
|
+
case hashString("HKQuantityTypeIdentifierDistanceSwimming"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING;
|
|
397
|
+
case hashString("HKQuantityTypeIdentifierDistanceWalkingRunning"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING;
|
|
398
|
+
case hashString("HKQuantityTypeIdentifierDistanceWheelchair"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR;
|
|
399
|
+
case hashString("HKQuantityTypeIdentifierElectrodermalActivity"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY;
|
|
400
|
+
case hashString("HKQuantityTypeIdentifierEnvironmentalAudioExposure"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE;
|
|
401
|
+
case hashString("HKQuantityTypeIdentifierEnvironmentalSoundReduction"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION;
|
|
443
402
|
case hashString("HKQuantityTypeIdentifierEstimatedWorkoutEffortScore"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE;
|
|
403
|
+
case hashString("HKQuantityTypeIdentifierFlightsClimbed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED;
|
|
404
|
+
case hashString("HKQuantityTypeIdentifierForcedExpiratoryVolume1"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1;
|
|
405
|
+
case hashString("HKQuantityTypeIdentifierForcedVitalCapacity"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY;
|
|
406
|
+
case hashString("HKQuantityTypeIdentifierHeadphoneAudioExposure"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE;
|
|
407
|
+
case hashString("HKQuantityTypeIdentifierHeartRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE;
|
|
408
|
+
case hashString("HKQuantityTypeIdentifierHeartRateRecoveryOneMinute"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE;
|
|
409
|
+
case hashString("HKQuantityTypeIdentifierHeartRateVariabilitySDNN"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN;
|
|
410
|
+
case hashString("HKQuantityTypeIdentifierHeight"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT;
|
|
411
|
+
case hashString("HKQuantityTypeIdentifierInhalerUsage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE;
|
|
412
|
+
case hashString("HKQuantityTypeIdentifierInsulinDelivery"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY;
|
|
413
|
+
case hashString("HKQuantityTypeIdentifierLeanBodyMass"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS;
|
|
414
|
+
case hashString("HKQuantityTypeIdentifierNikeFuel"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNIKEFUEL;
|
|
415
|
+
case hashString("HKQuantityTypeIdentifierNumberOfAlcoholicBeverages"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES;
|
|
416
|
+
case hashString("HKQuantityTypeIdentifierNumberOfTimesFallen"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN;
|
|
417
|
+
case hashString("HKQuantityTypeIdentifierOxygenSaturation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION;
|
|
444
418
|
case hashString("HKQuantityTypeIdentifierPaddleSportsSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED;
|
|
419
|
+
case hashString("HKQuantityTypeIdentifierPeakExpiratoryFlowRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE;
|
|
420
|
+
case hashString("HKQuantityTypeIdentifierPeripheralPerfusionIndex"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX;
|
|
421
|
+
case hashString("HKQuantityTypeIdentifierPhysicalEffort"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT;
|
|
422
|
+
case hashString("HKQuantityTypeIdentifierPushCount"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPUSHCOUNT;
|
|
423
|
+
case hashString("HKQuantityTypeIdentifierRespiratoryRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE;
|
|
424
|
+
case hashString("HKQuantityTypeIdentifierRestingHeartRate"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE;
|
|
445
425
|
case hashString("HKQuantityTypeIdentifierRowingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERROWINGSPEED;
|
|
426
|
+
case hashString("HKQuantityTypeIdentifierRunningGroundContactTime"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME;
|
|
427
|
+
case hashString("HKQuantityTypeIdentifierRunningPower"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER;
|
|
428
|
+
case hashString("HKQuantityTypeIdentifierRunningSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED;
|
|
429
|
+
case hashString("HKQuantityTypeIdentifierRunningStrideLength"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH;
|
|
430
|
+
case hashString("HKQuantityTypeIdentifierRunningVerticalOscillation"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION;
|
|
431
|
+
case hashString("HKQuantityTypeIdentifierSixMinuteWalkTestDistance"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE;
|
|
432
|
+
case hashString("HKQuantityTypeIdentifierStairAscentSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED;
|
|
433
|
+
case hashString("HKQuantityTypeIdentifierStairDescentSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED;
|
|
434
|
+
case hashString("HKQuantityTypeIdentifierStepCount"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT;
|
|
435
|
+
case hashString("HKQuantityTypeIdentifierSwimmingStrokeCount"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT;
|
|
436
|
+
case hashString("HKQuantityTypeIdentifierTimeInDaylight"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT;
|
|
437
|
+
case hashString("HKQuantityTypeIdentifierUnderwaterDepth"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH;
|
|
438
|
+
case hashString("HKQuantityTypeIdentifierUVExposure"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE;
|
|
439
|
+
case hashString("HKQuantityTypeIdentifierVO2Max"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX;
|
|
440
|
+
case hashString("HKQuantityTypeIdentifierWaistCircumference"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE;
|
|
441
|
+
case hashString("HKQuantityTypeIdentifierWalkingAsymmetryPercentage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE;
|
|
442
|
+
case hashString("HKQuantityTypeIdentifierWalkingDoubleSupportPercentage"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE;
|
|
443
|
+
case hashString("HKQuantityTypeIdentifierWalkingSpeed"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED;
|
|
444
|
+
case hashString("HKQuantityTypeIdentifierWalkingStepLength"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH;
|
|
445
|
+
case hashString("HKQuantityTypeIdentifierWaterTemperature"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE;
|
|
446
446
|
case hashString("HKQuantityTypeIdentifierWorkoutEffortScore"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE;
|
|
447
447
|
case hashString("HKStateOfMindTypeIdentifier"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKSTATEOFMINDTYPEIDENTIFIER;
|
|
448
448
|
case hashString("HKAudiogramSampleType"): return margelo::nitro::healthkit::ObjectTypeIdentifier::HKAUDIOGRAMSAMPLETYPE;
|
|
@@ -458,74 +458,75 @@ namespace margelo::nitro {
|
|
|
458
458
|
static inline jsi::Value toJSI(jsi::Runtime& runtime, margelo::nitro::healthkit::ObjectTypeIdentifier arg) {
|
|
459
459
|
switch (arg) {
|
|
460
460
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleStandHour");
|
|
461
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadphoneAudioExposureEvent");
|
|
461
462
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHighHeartRateEvent");
|
|
463
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHYPERTENSIONEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHypertensionEvent");
|
|
462
464
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowHeartRateEvent");
|
|
463
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadphoneAudioExposureEvent");
|
|
464
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepAnalysis");
|
|
465
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCervicalMucusQuality");
|
|
466
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierOvulationTestResult");
|
|
467
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMenstrualFlow");
|
|
468
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIntermenstrualBleeding");
|
|
469
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSexualActivity");
|
|
470
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMindfulSession");
|
|
471
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIrregularHeartRhythmEvent");
|
|
472
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAudioExposureEvent");
|
|
473
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierToothbrushingEvent");
|
|
474
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowCardioFitnessEvent");
|
|
475
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierContraceptive");
|
|
476
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLactation");
|
|
477
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancy");
|
|
478
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancyTestResult");
|
|
479
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierProgesteroneTestResult");
|
|
480
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent");
|
|
481
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleWalkingSteadinessEvent");
|
|
482
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHandwashingEvent");
|
|
483
465
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAbdominalCramps");
|
|
484
466
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERACNE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAcne");
|
|
485
467
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppetiteChanges");
|
|
468
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleWalkingSteadinessEvent");
|
|
469
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAudioExposureEvent");
|
|
486
470
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBladderIncontinence");
|
|
471
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingAfterPregnancy");
|
|
472
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingDuringPregnancy");
|
|
487
473
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLOATING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBloating");
|
|
488
474
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBREASTPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBreastPain");
|
|
475
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCervicalMucusQuality");
|
|
489
476
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierChestTightnessOrPain");
|
|
490
477
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHILLS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierChills");
|
|
491
478
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONSTIPATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierConstipation");
|
|
479
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierContraceptive");
|
|
492
480
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCOUGHING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCoughing");
|
|
493
481
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIARRHEA: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDiarrhea");
|
|
494
482
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIZZINESS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDizziness");
|
|
495
483
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDRYSKIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDrySkin");
|
|
484
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent");
|
|
496
485
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFAINTING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFainting");
|
|
497
486
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFATIGUE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFatigue");
|
|
498
487
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFEVER: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFever");
|
|
499
488
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierGeneralizedBodyAche");
|
|
500
489
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHAIRLOSS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHairLoss");
|
|
490
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHandwashingEvent");
|
|
501
491
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADACHE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadache");
|
|
502
492
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEARTBURN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeartburn");
|
|
503
493
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHOTFLASHES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHotFlashes");
|
|
494
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINFREQUENTMENSTRUALCYCLES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierInfrequentMenstrualCycles");
|
|
495
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIntermenstrualBleeding");
|
|
496
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIrregularHeartRhythmEvent");
|
|
497
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARMENSTRUALCYCLES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIrregularMenstrualCycles");
|
|
498
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLactation");
|
|
504
499
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLossOfSmell");
|
|
505
500
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLossOfTaste");
|
|
501
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowCardioFitnessEvent");
|
|
506
502
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowerBackPain");
|
|
507
503
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMemoryLapse");
|
|
504
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMenstrualFlow");
|
|
505
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMindfulSession");
|
|
508
506
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMOODCHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMoodChanges");
|
|
509
507
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNAUSEA: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierNausea");
|
|
510
508
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierNightSweats");
|
|
509
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierOvulationTestResult");
|
|
511
510
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPELVICPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPelvicPain");
|
|
511
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPERSISTENTINTERMENSTRUALBLEEDING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPersistentIntermenstrualBleeding");
|
|
512
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancy");
|
|
513
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancyTestResult");
|
|
514
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierProgesteroneTestResult");
|
|
515
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROLONGEDMENSTRUALPERIODS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierProlongedMenstrualPeriods");
|
|
512
516
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat");
|
|
513
517
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRUNNYNOSE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierRunnyNose");
|
|
518
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSexualActivity");
|
|
514
519
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierShortnessOfBreath");
|
|
515
520
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSinusCongestion");
|
|
516
521
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSkippedHeartbeat");
|
|
522
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepAnalysis");
|
|
523
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPAPNEAEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepApneaEvent");
|
|
517
524
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepChanges");
|
|
518
525
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSORETHROAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSoreThroat");
|
|
526
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierToothbrushingEvent");
|
|
519
527
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierVaginalDryness");
|
|
520
528
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVOMITING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierVomiting");
|
|
521
529
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERWHEEZING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierWheezing");
|
|
522
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingAfterPregnancy");
|
|
523
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingDuringPregnancy");
|
|
524
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINFREQUENTMENSTRUALCYCLES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierInfrequentMenstrualCycles");
|
|
525
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARMENSTRUALCYCLES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIrregularMenstrualCycles");
|
|
526
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPERSISTENTINTERMENSTRUALBLEEDING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPersistentIntermenstrualBleeding");
|
|
527
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROLONGEDMENSTRUALPERIODS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierProlongedMenstrualPeriods");
|
|
528
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPAPNEAEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepApneaEvent");
|
|
529
530
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERFITZPATRICKSKINTYPE: return JSIConverter<std::string>::toJSI(runtime, "HKCharacteristicTypeIdentifierFitzpatrickSkinType");
|
|
530
531
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERBIOLOGICALSEX: return JSIConverter<std::string>::toJSI(runtime, "HKCharacteristicTypeIdentifierBiologicalSex");
|
|
531
532
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERBLOODTYPE: return JSIConverter<std::string>::toJSI(runtime, "HKCharacteristicTypeIdentifierBloodType");
|
|
@@ -534,126 +535,125 @@ namespace margelo::nitro {
|
|
|
534
535
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCHARACTERISTICTYPEIDENTIFIERACTIVITYMOVEMODE: return JSIConverter<std::string>::toJSI(runtime, "HKCharacteristicTypeIdentifierActivityMoveMode");
|
|
535
536
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE: return JSIConverter<std::string>::toJSI(runtime, "HKCorrelationTypeIdentifierBloodPressure");
|
|
536
537
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERFOOD: return JSIConverter<std::string>::toJSI(runtime, "HKCorrelationTypeIdentifierFood");
|
|
537
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingHeartRateAverage");
|
|
538
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAtrialFibrillationBurden");
|
|
539
538
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleExerciseTime");
|
|
540
539
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleStandTime");
|
|
541
540
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleWalkingSteadiness");
|
|
542
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
543
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
544
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeight");
|
|
545
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMass");
|
|
546
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierLeanBodyMass");
|
|
547
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaistCircumference");
|
|
548
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStepCount");
|
|
549
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWalkingRunning");
|
|
550
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCycling");
|
|
551
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWheelchair");
|
|
552
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalEnergyBurned");
|
|
541
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAtrialFibrillationBurden");
|
|
542
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingHeartRateAverage");
|
|
553
543
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierActiveEnergyBurned");
|
|
554
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
555
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
556
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
557
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSwimming");
|
|
558
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSwimmingStrokeCount");
|
|
559
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierVO2Max");
|
|
560
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceDownhillSnowSports");
|
|
561
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRate");
|
|
562
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyTemperature");
|
|
544
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleMoveTime");
|
|
545
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGBREATHINGDISTURBANCES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleSleepingBreathingDisturbances");
|
|
546
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleSleepingWristTemperature");
|
|
563
547
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalBodyTemperature");
|
|
564
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
565
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureDiastolic");
|
|
566
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRespiratoryRate");
|
|
567
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRestingHeartRate");
|
|
568
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateVariabilitySDNN");
|
|
569
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierOxygenSaturation");
|
|
570
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeripheralPerfusionIndex");
|
|
571
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodGlucose");
|
|
572
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODKETONES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodKetones");
|
|
573
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfTimesFallen");
|
|
574
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierElectrodermalActivity");
|
|
575
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInhalerUsage");
|
|
576
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInsulinDelivery");
|
|
548
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalEnergyBurned");
|
|
577
549
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodAlcoholContent");
|
|
578
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
579
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
580
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
581
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
582
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
583
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
584
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
550
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodGlucose");
|
|
551
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureDiastolic");
|
|
552
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureSystolic");
|
|
553
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyFatPercentage");
|
|
554
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMass");
|
|
555
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMassIndex");
|
|
556
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyTemperature");
|
|
557
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCrossCountrySkiingSpeed");
|
|
558
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingCadence");
|
|
559
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingFunctionalThresholdPower");
|
|
560
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingPower");
|
|
561
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingSpeed");
|
|
562
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryBiotin");
|
|
563
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCaffeine");
|
|
564
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCalcium");
|
|
565
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCarbohydrates");
|
|
566
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChloride");
|
|
567
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCholesterol");
|
|
568
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChromium");
|
|
569
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCopper");
|
|
570
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryEnergyConsumed");
|
|
585
571
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatMonounsaturated");
|
|
572
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatPolyunsaturated");
|
|
586
573
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatSaturated");
|
|
587
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
588
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySodium");
|
|
589
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCarbohydrates");
|
|
574
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatTotal");
|
|
590
575
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFIBER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFiber");
|
|
591
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
592
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
576
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFolate");
|
|
577
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIodine");
|
|
578
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIron");
|
|
579
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMagnesium");
|
|
580
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryManganese");
|
|
581
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMolybdenum");
|
|
582
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryNiacin");
|
|
583
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPantothenicAcid");
|
|
584
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPhosphorus");
|
|
585
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPotassium");
|
|
593
586
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryProtein");
|
|
587
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryRiboflavin");
|
|
588
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySelenium");
|
|
589
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySodium");
|
|
590
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySugar");
|
|
591
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryThiamin");
|
|
594
592
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminA");
|
|
595
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB6");
|
|
596
593
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB12");
|
|
594
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB6");
|
|
597
595
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminC");
|
|
598
596
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminD");
|
|
599
597
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminE");
|
|
600
598
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminK");
|
|
601
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCalcium");
|
|
602
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIron");
|
|
603
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryThiamin");
|
|
604
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryRiboflavin");
|
|
605
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryNiacin");
|
|
606
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFolate");
|
|
607
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryBiotin");
|
|
608
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPantothenicAcid");
|
|
609
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPhosphorus");
|
|
610
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIodine");
|
|
611
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMagnesium");
|
|
612
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryZinc");
|
|
613
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySelenium");
|
|
614
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCopper");
|
|
615
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryManganese");
|
|
616
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChromium");
|
|
617
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMolybdenum");
|
|
618
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChloride");
|
|
619
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPotassium");
|
|
620
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCaffeine");
|
|
621
599
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYWATER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryWater");
|
|
622
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::
|
|
623
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingSpeed");
|
|
624
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingStepLength");
|
|
625
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingAsymmetryPercentage");
|
|
626
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingDoubleSupportPercentage");
|
|
627
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairAscentSpeed");
|
|
628
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairDescentSpeed");
|
|
629
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUVExposure");
|
|
630
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleMoveTime");
|
|
631
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfAlcoholicBeverages");
|
|
632
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUnderwaterDepth");
|
|
633
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaterTemperature");
|
|
634
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleSleepingWristTemperature");
|
|
635
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGBREATHINGDISTURBANCES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleSleepingBreathingDisturbances");
|
|
636
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierTimeInDaylight");
|
|
637
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPhysicalEffort");
|
|
638
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingSpeed");
|
|
639
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingPower");
|
|
640
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingFunctionalThresholdPower");
|
|
641
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingCadence");
|
|
642
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalSoundReduction");
|
|
643
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateRecoveryOneMinute");
|
|
644
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningGroundContactTime");
|
|
645
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningStrideLength");
|
|
646
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningPower");
|
|
647
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningVerticalOscillation");
|
|
648
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningSpeed");
|
|
649
|
-
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCrossCountrySkiingSpeed");
|
|
600
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryZinc");
|
|
650
601
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCrossCountrySkiing");
|
|
602
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCycling");
|
|
603
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceDownhillSnowSports");
|
|
651
604
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistancePaddleSports");
|
|
652
605
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEROWING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceRowing");
|
|
653
606
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSkatingSports");
|
|
607
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSwimming");
|
|
608
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWalkingRunning");
|
|
609
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWheelchair");
|
|
610
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierElectrodermalActivity");
|
|
611
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalAudioExposure");
|
|
612
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalSoundReduction");
|
|
654
613
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEstimatedWorkoutEffortScore");
|
|
614
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierFlightsClimbed");
|
|
615
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierForcedExpiratoryVolume1");
|
|
616
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierForcedVitalCapacity");
|
|
617
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeadphoneAudioExposure");
|
|
618
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRate");
|
|
619
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateRecoveryOneMinute");
|
|
620
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateVariabilitySDNN");
|
|
621
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeight");
|
|
622
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInhalerUsage");
|
|
623
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInsulinDelivery");
|
|
624
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierLeanBodyMass");
|
|
625
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNIKEFUEL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNikeFuel");
|
|
626
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfAlcoholicBeverages");
|
|
627
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfTimesFallen");
|
|
628
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierOxygenSaturation");
|
|
655
629
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPaddleSportsSpeed");
|
|
630
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeakExpiratoryFlowRate");
|
|
631
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeripheralPerfusionIndex");
|
|
632
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPhysicalEffort");
|
|
633
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPUSHCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPushCount");
|
|
634
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRespiratoryRate");
|
|
635
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRestingHeartRate");
|
|
656
636
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERROWINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRowingSpeed");
|
|
637
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningGroundContactTime");
|
|
638
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningPower");
|
|
639
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningSpeed");
|
|
640
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningStrideLength");
|
|
641
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningVerticalOscillation");
|
|
642
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSixMinuteWalkTestDistance");
|
|
643
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairAscentSpeed");
|
|
644
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairDescentSpeed");
|
|
645
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStepCount");
|
|
646
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSwimmingStrokeCount");
|
|
647
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierTimeInDaylight");
|
|
648
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUnderwaterDepth");
|
|
649
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUVExposure");
|
|
650
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierVO2Max");
|
|
651
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaistCircumference");
|
|
652
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingAsymmetryPercentage");
|
|
653
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingDoubleSupportPercentage");
|
|
654
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingSpeed");
|
|
655
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingStepLength");
|
|
656
|
+
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaterTemperature");
|
|
657
657
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWorkoutEffortScore");
|
|
658
658
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKSTATEOFMINDTYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKStateOfMindTypeIdentifier");
|
|
659
659
|
case margelo::nitro::healthkit::ObjectTypeIdentifier::HKAUDIOGRAMSAMPLETYPE: return JSIConverter<std::string>::toJSI(runtime, "HKAudiogramSampleType");
|
|
@@ -674,74 +674,75 @@ namespace margelo::nitro {
|
|
|
674
674
|
std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, value);
|
|
675
675
|
switch (hashString(unionValue.c_str(), unionValue.size())) {
|
|
676
676
|
case hashString("HKCategoryTypeIdentifierAppleStandHour"):
|
|
677
|
+
case hashString("HKCategoryTypeIdentifierHeadphoneAudioExposureEvent"):
|
|
677
678
|
case hashString("HKCategoryTypeIdentifierHighHeartRateEvent"):
|
|
679
|
+
case hashString("HKCategoryTypeIdentifierHypertensionEvent"):
|
|
678
680
|
case hashString("HKCategoryTypeIdentifierLowHeartRateEvent"):
|
|
679
|
-
case hashString("HKCategoryTypeIdentifierHeadphoneAudioExposureEvent"):
|
|
680
|
-
case hashString("HKCategoryTypeIdentifierSleepAnalysis"):
|
|
681
|
-
case hashString("HKCategoryTypeIdentifierCervicalMucusQuality"):
|
|
682
|
-
case hashString("HKCategoryTypeIdentifierOvulationTestResult"):
|
|
683
|
-
case hashString("HKCategoryTypeIdentifierMenstrualFlow"):
|
|
684
|
-
case hashString("HKCategoryTypeIdentifierIntermenstrualBleeding"):
|
|
685
|
-
case hashString("HKCategoryTypeIdentifierSexualActivity"):
|
|
686
|
-
case hashString("HKCategoryTypeIdentifierMindfulSession"):
|
|
687
|
-
case hashString("HKCategoryTypeIdentifierIrregularHeartRhythmEvent"):
|
|
688
|
-
case hashString("HKCategoryTypeIdentifierAudioExposureEvent"):
|
|
689
|
-
case hashString("HKCategoryTypeIdentifierToothbrushingEvent"):
|
|
690
|
-
case hashString("HKCategoryTypeIdentifierLowCardioFitnessEvent"):
|
|
691
|
-
case hashString("HKCategoryTypeIdentifierContraceptive"):
|
|
692
|
-
case hashString("HKCategoryTypeIdentifierLactation"):
|
|
693
|
-
case hashString("HKCategoryTypeIdentifierPregnancy"):
|
|
694
|
-
case hashString("HKCategoryTypeIdentifierPregnancyTestResult"):
|
|
695
|
-
case hashString("HKCategoryTypeIdentifierProgesteroneTestResult"):
|
|
696
|
-
case hashString("HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent"):
|
|
697
|
-
case hashString("HKCategoryTypeIdentifierAppleWalkingSteadinessEvent"):
|
|
698
|
-
case hashString("HKCategoryTypeIdentifierHandwashingEvent"):
|
|
699
681
|
case hashString("HKCategoryTypeIdentifierAbdominalCramps"):
|
|
700
682
|
case hashString("HKCategoryTypeIdentifierAcne"):
|
|
701
683
|
case hashString("HKCategoryTypeIdentifierAppetiteChanges"):
|
|
684
|
+
case hashString("HKCategoryTypeIdentifierAppleWalkingSteadinessEvent"):
|
|
685
|
+
case hashString("HKCategoryTypeIdentifierAudioExposureEvent"):
|
|
702
686
|
case hashString("HKCategoryTypeIdentifierBladderIncontinence"):
|
|
687
|
+
case hashString("HKCategoryTypeIdentifierBleedingAfterPregnancy"):
|
|
688
|
+
case hashString("HKCategoryTypeIdentifierBleedingDuringPregnancy"):
|
|
703
689
|
case hashString("HKCategoryTypeIdentifierBloating"):
|
|
704
690
|
case hashString("HKCategoryTypeIdentifierBreastPain"):
|
|
691
|
+
case hashString("HKCategoryTypeIdentifierCervicalMucusQuality"):
|
|
705
692
|
case hashString("HKCategoryTypeIdentifierChestTightnessOrPain"):
|
|
706
693
|
case hashString("HKCategoryTypeIdentifierChills"):
|
|
707
694
|
case hashString("HKCategoryTypeIdentifierConstipation"):
|
|
695
|
+
case hashString("HKCategoryTypeIdentifierContraceptive"):
|
|
708
696
|
case hashString("HKCategoryTypeIdentifierCoughing"):
|
|
709
697
|
case hashString("HKCategoryTypeIdentifierDiarrhea"):
|
|
710
698
|
case hashString("HKCategoryTypeIdentifierDizziness"):
|
|
711
699
|
case hashString("HKCategoryTypeIdentifierDrySkin"):
|
|
700
|
+
case hashString("HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent"):
|
|
712
701
|
case hashString("HKCategoryTypeIdentifierFainting"):
|
|
713
702
|
case hashString("HKCategoryTypeIdentifierFatigue"):
|
|
714
703
|
case hashString("HKCategoryTypeIdentifierFever"):
|
|
715
704
|
case hashString("HKCategoryTypeIdentifierGeneralizedBodyAche"):
|
|
716
705
|
case hashString("HKCategoryTypeIdentifierHairLoss"):
|
|
706
|
+
case hashString("HKCategoryTypeIdentifierHandwashingEvent"):
|
|
717
707
|
case hashString("HKCategoryTypeIdentifierHeadache"):
|
|
718
708
|
case hashString("HKCategoryTypeIdentifierHeartburn"):
|
|
719
709
|
case hashString("HKCategoryTypeIdentifierHotFlashes"):
|
|
710
|
+
case hashString("HKCategoryTypeIdentifierInfrequentMenstrualCycles"):
|
|
711
|
+
case hashString("HKCategoryTypeIdentifierIntermenstrualBleeding"):
|
|
712
|
+
case hashString("HKCategoryTypeIdentifierIrregularHeartRhythmEvent"):
|
|
713
|
+
case hashString("HKCategoryTypeIdentifierIrregularMenstrualCycles"):
|
|
714
|
+
case hashString("HKCategoryTypeIdentifierLactation"):
|
|
720
715
|
case hashString("HKCategoryTypeIdentifierLossOfSmell"):
|
|
721
716
|
case hashString("HKCategoryTypeIdentifierLossOfTaste"):
|
|
717
|
+
case hashString("HKCategoryTypeIdentifierLowCardioFitnessEvent"):
|
|
722
718
|
case hashString("HKCategoryTypeIdentifierLowerBackPain"):
|
|
723
719
|
case hashString("HKCategoryTypeIdentifierMemoryLapse"):
|
|
720
|
+
case hashString("HKCategoryTypeIdentifierMenstrualFlow"):
|
|
721
|
+
case hashString("HKCategoryTypeIdentifierMindfulSession"):
|
|
724
722
|
case hashString("HKCategoryTypeIdentifierMoodChanges"):
|
|
725
723
|
case hashString("HKCategoryTypeIdentifierNausea"):
|
|
726
724
|
case hashString("HKCategoryTypeIdentifierNightSweats"):
|
|
725
|
+
case hashString("HKCategoryTypeIdentifierOvulationTestResult"):
|
|
727
726
|
case hashString("HKCategoryTypeIdentifierPelvicPain"):
|
|
727
|
+
case hashString("HKCategoryTypeIdentifierPersistentIntermenstrualBleeding"):
|
|
728
|
+
case hashString("HKCategoryTypeIdentifierPregnancy"):
|
|
729
|
+
case hashString("HKCategoryTypeIdentifierPregnancyTestResult"):
|
|
730
|
+
case hashString("HKCategoryTypeIdentifierProgesteroneTestResult"):
|
|
731
|
+
case hashString("HKCategoryTypeIdentifierProlongedMenstrualPeriods"):
|
|
728
732
|
case hashString("HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat"):
|
|
729
733
|
case hashString("HKCategoryTypeIdentifierRunnyNose"):
|
|
734
|
+
case hashString("HKCategoryTypeIdentifierSexualActivity"):
|
|
730
735
|
case hashString("HKCategoryTypeIdentifierShortnessOfBreath"):
|
|
731
736
|
case hashString("HKCategoryTypeIdentifierSinusCongestion"):
|
|
732
737
|
case hashString("HKCategoryTypeIdentifierSkippedHeartbeat"):
|
|
738
|
+
case hashString("HKCategoryTypeIdentifierSleepAnalysis"):
|
|
739
|
+
case hashString("HKCategoryTypeIdentifierSleepApneaEvent"):
|
|
733
740
|
case hashString("HKCategoryTypeIdentifierSleepChanges"):
|
|
734
741
|
case hashString("HKCategoryTypeIdentifierSoreThroat"):
|
|
742
|
+
case hashString("HKCategoryTypeIdentifierToothbrushingEvent"):
|
|
735
743
|
case hashString("HKCategoryTypeIdentifierVaginalDryness"):
|
|
736
744
|
case hashString("HKCategoryTypeIdentifierVomiting"):
|
|
737
745
|
case hashString("HKCategoryTypeIdentifierWheezing"):
|
|
738
|
-
case hashString("HKCategoryTypeIdentifierBleedingAfterPregnancy"):
|
|
739
|
-
case hashString("HKCategoryTypeIdentifierBleedingDuringPregnancy"):
|
|
740
|
-
case hashString("HKCategoryTypeIdentifierInfrequentMenstrualCycles"):
|
|
741
|
-
case hashString("HKCategoryTypeIdentifierIrregularMenstrualCycles"):
|
|
742
|
-
case hashString("HKCategoryTypeIdentifierPersistentIntermenstrualBleeding"):
|
|
743
|
-
case hashString("HKCategoryTypeIdentifierProlongedMenstrualPeriods"):
|
|
744
|
-
case hashString("HKCategoryTypeIdentifierSleepApneaEvent"):
|
|
745
746
|
case hashString("HKCharacteristicTypeIdentifierFitzpatrickSkinType"):
|
|
746
747
|
case hashString("HKCharacteristicTypeIdentifierBiologicalSex"):
|
|
747
748
|
case hashString("HKCharacteristicTypeIdentifierBloodType"):
|
|
@@ -750,126 +751,125 @@ namespace margelo::nitro {
|
|
|
750
751
|
case hashString("HKCharacteristicTypeIdentifierActivityMoveMode"):
|
|
751
752
|
case hashString("HKCorrelationTypeIdentifierBloodPressure"):
|
|
752
753
|
case hashString("HKCorrelationTypeIdentifierFood"):
|
|
753
|
-
case hashString("HKQuantityTypeIdentifierWalkingHeartRateAverage"):
|
|
754
|
-
case hashString("HKQuantityTypeIdentifierAtrialFibrillationBurden"):
|
|
755
754
|
case hashString("HKQuantityTypeIdentifierAppleExerciseTime"):
|
|
756
755
|
case hashString("HKQuantityTypeIdentifierAppleStandTime"):
|
|
757
756
|
case hashString("HKQuantityTypeIdentifierAppleWalkingSteadiness"):
|
|
758
|
-
case hashString("
|
|
759
|
-
case hashString("
|
|
760
|
-
case hashString("HKQuantityTypeIdentifierHeight"):
|
|
761
|
-
case hashString("HKQuantityTypeIdentifierBodyMass"):
|
|
762
|
-
case hashString("HKQuantityTypeIdentifierLeanBodyMass"):
|
|
763
|
-
case hashString("HKQuantityTypeIdentifierWaistCircumference"):
|
|
764
|
-
case hashString("HKQuantityTypeIdentifierStepCount"):
|
|
765
|
-
case hashString("HKQuantityTypeIdentifierDistanceWalkingRunning"):
|
|
766
|
-
case hashString("HKQuantityTypeIdentifierDistanceCycling"):
|
|
767
|
-
case hashString("HKQuantityTypeIdentifierDistanceWheelchair"):
|
|
768
|
-
case hashString("HKQuantityTypeIdentifierBasalEnergyBurned"):
|
|
757
|
+
case hashString("HKQuantityTypeIdentifierAtrialFibrillationBurden"):
|
|
758
|
+
case hashString("HKQuantityTypeIdentifierWalkingHeartRateAverage"):
|
|
769
759
|
case hashString("HKQuantityTypeIdentifierActiveEnergyBurned"):
|
|
770
|
-
case hashString("
|
|
771
|
-
case hashString("
|
|
772
|
-
case hashString("
|
|
773
|
-
case hashString("HKQuantityTypeIdentifierDistanceSwimming"):
|
|
774
|
-
case hashString("HKQuantityTypeIdentifierSwimmingStrokeCount"):
|
|
775
|
-
case hashString("HKQuantityTypeIdentifierVO2Max"):
|
|
776
|
-
case hashString("HKQuantityTypeIdentifierDistanceDownhillSnowSports"):
|
|
777
|
-
case hashString("HKQuantityTypeIdentifierHeartRate"):
|
|
778
|
-
case hashString("HKQuantityTypeIdentifierBodyTemperature"):
|
|
760
|
+
case hashString("HKQuantityTypeIdentifierAppleMoveTime"):
|
|
761
|
+
case hashString("HKQuantityTypeIdentifierAppleSleepingBreathingDisturbances"):
|
|
762
|
+
case hashString("HKQuantityTypeIdentifierAppleSleepingWristTemperature"):
|
|
779
763
|
case hashString("HKQuantityTypeIdentifierBasalBodyTemperature"):
|
|
780
|
-
case hashString("
|
|
781
|
-
case hashString("HKQuantityTypeIdentifierBloodPressureDiastolic"):
|
|
782
|
-
case hashString("HKQuantityTypeIdentifierRespiratoryRate"):
|
|
783
|
-
case hashString("HKQuantityTypeIdentifierRestingHeartRate"):
|
|
784
|
-
case hashString("HKQuantityTypeIdentifierHeartRateVariabilitySDNN"):
|
|
785
|
-
case hashString("HKQuantityTypeIdentifierOxygenSaturation"):
|
|
786
|
-
case hashString("HKQuantityTypeIdentifierPeripheralPerfusionIndex"):
|
|
787
|
-
case hashString("HKQuantityTypeIdentifierBloodGlucose"):
|
|
788
|
-
case hashString("HKQuantityTypeIdentifierBloodKetones"):
|
|
789
|
-
case hashString("HKQuantityTypeIdentifierNumberOfTimesFallen"):
|
|
790
|
-
case hashString("HKQuantityTypeIdentifierElectrodermalActivity"):
|
|
791
|
-
case hashString("HKQuantityTypeIdentifierInhalerUsage"):
|
|
792
|
-
case hashString("HKQuantityTypeIdentifierInsulinDelivery"):
|
|
764
|
+
case hashString("HKQuantityTypeIdentifierBasalEnergyBurned"):
|
|
793
765
|
case hashString("HKQuantityTypeIdentifierBloodAlcoholContent"):
|
|
794
|
-
case hashString("
|
|
795
|
-
case hashString("
|
|
796
|
-
case hashString("
|
|
797
|
-
case hashString("
|
|
798
|
-
case hashString("
|
|
799
|
-
case hashString("
|
|
800
|
-
case hashString("
|
|
766
|
+
case hashString("HKQuantityTypeIdentifierBloodGlucose"):
|
|
767
|
+
case hashString("HKQuantityTypeIdentifierBloodPressureDiastolic"):
|
|
768
|
+
case hashString("HKQuantityTypeIdentifierBloodPressureSystolic"):
|
|
769
|
+
case hashString("HKQuantityTypeIdentifierBodyFatPercentage"):
|
|
770
|
+
case hashString("HKQuantityTypeIdentifierBodyMass"):
|
|
771
|
+
case hashString("HKQuantityTypeIdentifierBodyMassIndex"):
|
|
772
|
+
case hashString("HKQuantityTypeIdentifierBodyTemperature"):
|
|
773
|
+
case hashString("HKQuantityTypeIdentifierCrossCountrySkiingSpeed"):
|
|
774
|
+
case hashString("HKQuantityTypeIdentifierCyclingCadence"):
|
|
775
|
+
case hashString("HKQuantityTypeIdentifierCyclingFunctionalThresholdPower"):
|
|
776
|
+
case hashString("HKQuantityTypeIdentifierCyclingPower"):
|
|
777
|
+
case hashString("HKQuantityTypeIdentifierCyclingSpeed"):
|
|
778
|
+
case hashString("HKQuantityTypeIdentifierDietaryBiotin"):
|
|
779
|
+
case hashString("HKQuantityTypeIdentifierDietaryCaffeine"):
|
|
780
|
+
case hashString("HKQuantityTypeIdentifierDietaryCalcium"):
|
|
781
|
+
case hashString("HKQuantityTypeIdentifierDietaryCarbohydrates"):
|
|
782
|
+
case hashString("HKQuantityTypeIdentifierDietaryChloride"):
|
|
783
|
+
case hashString("HKQuantityTypeIdentifierDietaryCholesterol"):
|
|
784
|
+
case hashString("HKQuantityTypeIdentifierDietaryChromium"):
|
|
785
|
+
case hashString("HKQuantityTypeIdentifierDietaryCopper"):
|
|
786
|
+
case hashString("HKQuantityTypeIdentifierDietaryEnergyConsumed"):
|
|
801
787
|
case hashString("HKQuantityTypeIdentifierDietaryFatMonounsaturated"):
|
|
788
|
+
case hashString("HKQuantityTypeIdentifierDietaryFatPolyunsaturated"):
|
|
802
789
|
case hashString("HKQuantityTypeIdentifierDietaryFatSaturated"):
|
|
803
|
-
case hashString("
|
|
804
|
-
case hashString("HKQuantityTypeIdentifierDietarySodium"):
|
|
805
|
-
case hashString("HKQuantityTypeIdentifierDietaryCarbohydrates"):
|
|
790
|
+
case hashString("HKQuantityTypeIdentifierDietaryFatTotal"):
|
|
806
791
|
case hashString("HKQuantityTypeIdentifierDietaryFiber"):
|
|
807
|
-
case hashString("
|
|
808
|
-
case hashString("
|
|
792
|
+
case hashString("HKQuantityTypeIdentifierDietaryFolate"):
|
|
793
|
+
case hashString("HKQuantityTypeIdentifierDietaryIodine"):
|
|
794
|
+
case hashString("HKQuantityTypeIdentifierDietaryIron"):
|
|
795
|
+
case hashString("HKQuantityTypeIdentifierDietaryMagnesium"):
|
|
796
|
+
case hashString("HKQuantityTypeIdentifierDietaryManganese"):
|
|
797
|
+
case hashString("HKQuantityTypeIdentifierDietaryMolybdenum"):
|
|
798
|
+
case hashString("HKQuantityTypeIdentifierDietaryNiacin"):
|
|
799
|
+
case hashString("HKQuantityTypeIdentifierDietaryPantothenicAcid"):
|
|
800
|
+
case hashString("HKQuantityTypeIdentifierDietaryPhosphorus"):
|
|
801
|
+
case hashString("HKQuantityTypeIdentifierDietaryPotassium"):
|
|
809
802
|
case hashString("HKQuantityTypeIdentifierDietaryProtein"):
|
|
803
|
+
case hashString("HKQuantityTypeIdentifierDietaryRiboflavin"):
|
|
804
|
+
case hashString("HKQuantityTypeIdentifierDietarySelenium"):
|
|
805
|
+
case hashString("HKQuantityTypeIdentifierDietarySodium"):
|
|
806
|
+
case hashString("HKQuantityTypeIdentifierDietarySugar"):
|
|
807
|
+
case hashString("HKQuantityTypeIdentifierDietaryThiamin"):
|
|
810
808
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminA"):
|
|
811
|
-
case hashString("HKQuantityTypeIdentifierDietaryVitaminB6"):
|
|
812
809
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminB12"):
|
|
810
|
+
case hashString("HKQuantityTypeIdentifierDietaryVitaminB6"):
|
|
813
811
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminC"):
|
|
814
812
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminD"):
|
|
815
813
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminE"):
|
|
816
814
|
case hashString("HKQuantityTypeIdentifierDietaryVitaminK"):
|
|
817
|
-
case hashString("HKQuantityTypeIdentifierDietaryCalcium"):
|
|
818
|
-
case hashString("HKQuantityTypeIdentifierDietaryIron"):
|
|
819
|
-
case hashString("HKQuantityTypeIdentifierDietaryThiamin"):
|
|
820
|
-
case hashString("HKQuantityTypeIdentifierDietaryRiboflavin"):
|
|
821
|
-
case hashString("HKQuantityTypeIdentifierDietaryNiacin"):
|
|
822
|
-
case hashString("HKQuantityTypeIdentifierDietaryFolate"):
|
|
823
|
-
case hashString("HKQuantityTypeIdentifierDietaryBiotin"):
|
|
824
|
-
case hashString("HKQuantityTypeIdentifierDietaryPantothenicAcid"):
|
|
825
|
-
case hashString("HKQuantityTypeIdentifierDietaryPhosphorus"):
|
|
826
|
-
case hashString("HKQuantityTypeIdentifierDietaryIodine"):
|
|
827
|
-
case hashString("HKQuantityTypeIdentifierDietaryMagnesium"):
|
|
828
|
-
case hashString("HKQuantityTypeIdentifierDietaryZinc"):
|
|
829
|
-
case hashString("HKQuantityTypeIdentifierDietarySelenium"):
|
|
830
|
-
case hashString("HKQuantityTypeIdentifierDietaryCopper"):
|
|
831
|
-
case hashString("HKQuantityTypeIdentifierDietaryManganese"):
|
|
832
|
-
case hashString("HKQuantityTypeIdentifierDietaryChromium"):
|
|
833
|
-
case hashString("HKQuantityTypeIdentifierDietaryMolybdenum"):
|
|
834
|
-
case hashString("HKQuantityTypeIdentifierDietaryChloride"):
|
|
835
|
-
case hashString("HKQuantityTypeIdentifierDietaryPotassium"):
|
|
836
|
-
case hashString("HKQuantityTypeIdentifierDietaryCaffeine"):
|
|
837
815
|
case hashString("HKQuantityTypeIdentifierDietaryWater"):
|
|
838
|
-
case hashString("
|
|
839
|
-
case hashString("HKQuantityTypeIdentifierWalkingSpeed"):
|
|
840
|
-
case hashString("HKQuantityTypeIdentifierWalkingStepLength"):
|
|
841
|
-
case hashString("HKQuantityTypeIdentifierWalkingAsymmetryPercentage"):
|
|
842
|
-
case hashString("HKQuantityTypeIdentifierWalkingDoubleSupportPercentage"):
|
|
843
|
-
case hashString("HKQuantityTypeIdentifierStairAscentSpeed"):
|
|
844
|
-
case hashString("HKQuantityTypeIdentifierStairDescentSpeed"):
|
|
845
|
-
case hashString("HKQuantityTypeIdentifierUVExposure"):
|
|
846
|
-
case hashString("HKQuantityTypeIdentifierAppleMoveTime"):
|
|
847
|
-
case hashString("HKQuantityTypeIdentifierNumberOfAlcoholicBeverages"):
|
|
848
|
-
case hashString("HKQuantityTypeIdentifierUnderwaterDepth"):
|
|
849
|
-
case hashString("HKQuantityTypeIdentifierWaterTemperature"):
|
|
850
|
-
case hashString("HKQuantityTypeIdentifierAppleSleepingWristTemperature"):
|
|
851
|
-
case hashString("HKQuantityTypeIdentifierAppleSleepingBreathingDisturbances"):
|
|
852
|
-
case hashString("HKQuantityTypeIdentifierTimeInDaylight"):
|
|
853
|
-
case hashString("HKQuantityTypeIdentifierPhysicalEffort"):
|
|
854
|
-
case hashString("HKQuantityTypeIdentifierCyclingSpeed"):
|
|
855
|
-
case hashString("HKQuantityTypeIdentifierCyclingPower"):
|
|
856
|
-
case hashString("HKQuantityTypeIdentifierCyclingFunctionalThresholdPower"):
|
|
857
|
-
case hashString("HKQuantityTypeIdentifierCyclingCadence"):
|
|
858
|
-
case hashString("HKQuantityTypeIdentifierEnvironmentalSoundReduction"):
|
|
859
|
-
case hashString("HKQuantityTypeIdentifierHeartRateRecoveryOneMinute"):
|
|
860
|
-
case hashString("HKQuantityTypeIdentifierRunningGroundContactTime"):
|
|
861
|
-
case hashString("HKQuantityTypeIdentifierRunningStrideLength"):
|
|
862
|
-
case hashString("HKQuantityTypeIdentifierRunningPower"):
|
|
863
|
-
case hashString("HKQuantityTypeIdentifierRunningVerticalOscillation"):
|
|
864
|
-
case hashString("HKQuantityTypeIdentifierRunningSpeed"):
|
|
865
|
-
case hashString("HKQuantityTypeIdentifierCrossCountrySkiingSpeed"):
|
|
816
|
+
case hashString("HKQuantityTypeIdentifierDietaryZinc"):
|
|
866
817
|
case hashString("HKQuantityTypeIdentifierDistanceCrossCountrySkiing"):
|
|
818
|
+
case hashString("HKQuantityTypeIdentifierDistanceCycling"):
|
|
819
|
+
case hashString("HKQuantityTypeIdentifierDistanceDownhillSnowSports"):
|
|
867
820
|
case hashString("HKQuantityTypeIdentifierDistancePaddleSports"):
|
|
868
821
|
case hashString("HKQuantityTypeIdentifierDistanceRowing"):
|
|
869
822
|
case hashString("HKQuantityTypeIdentifierDistanceSkatingSports"):
|
|
823
|
+
case hashString("HKQuantityTypeIdentifierDistanceSwimming"):
|
|
824
|
+
case hashString("HKQuantityTypeIdentifierDistanceWalkingRunning"):
|
|
825
|
+
case hashString("HKQuantityTypeIdentifierDistanceWheelchair"):
|
|
826
|
+
case hashString("HKQuantityTypeIdentifierElectrodermalActivity"):
|
|
827
|
+
case hashString("HKQuantityTypeIdentifierEnvironmentalAudioExposure"):
|
|
828
|
+
case hashString("HKQuantityTypeIdentifierEnvironmentalSoundReduction"):
|
|
870
829
|
case hashString("HKQuantityTypeIdentifierEstimatedWorkoutEffortScore"):
|
|
830
|
+
case hashString("HKQuantityTypeIdentifierFlightsClimbed"):
|
|
831
|
+
case hashString("HKQuantityTypeIdentifierForcedExpiratoryVolume1"):
|
|
832
|
+
case hashString("HKQuantityTypeIdentifierForcedVitalCapacity"):
|
|
833
|
+
case hashString("HKQuantityTypeIdentifierHeadphoneAudioExposure"):
|
|
834
|
+
case hashString("HKQuantityTypeIdentifierHeartRate"):
|
|
835
|
+
case hashString("HKQuantityTypeIdentifierHeartRateRecoveryOneMinute"):
|
|
836
|
+
case hashString("HKQuantityTypeIdentifierHeartRateVariabilitySDNN"):
|
|
837
|
+
case hashString("HKQuantityTypeIdentifierHeight"):
|
|
838
|
+
case hashString("HKQuantityTypeIdentifierInhalerUsage"):
|
|
839
|
+
case hashString("HKQuantityTypeIdentifierInsulinDelivery"):
|
|
840
|
+
case hashString("HKQuantityTypeIdentifierLeanBodyMass"):
|
|
841
|
+
case hashString("HKQuantityTypeIdentifierNikeFuel"):
|
|
842
|
+
case hashString("HKQuantityTypeIdentifierNumberOfAlcoholicBeverages"):
|
|
843
|
+
case hashString("HKQuantityTypeIdentifierNumberOfTimesFallen"):
|
|
844
|
+
case hashString("HKQuantityTypeIdentifierOxygenSaturation"):
|
|
871
845
|
case hashString("HKQuantityTypeIdentifierPaddleSportsSpeed"):
|
|
846
|
+
case hashString("HKQuantityTypeIdentifierPeakExpiratoryFlowRate"):
|
|
847
|
+
case hashString("HKQuantityTypeIdentifierPeripheralPerfusionIndex"):
|
|
848
|
+
case hashString("HKQuantityTypeIdentifierPhysicalEffort"):
|
|
849
|
+
case hashString("HKQuantityTypeIdentifierPushCount"):
|
|
850
|
+
case hashString("HKQuantityTypeIdentifierRespiratoryRate"):
|
|
851
|
+
case hashString("HKQuantityTypeIdentifierRestingHeartRate"):
|
|
872
852
|
case hashString("HKQuantityTypeIdentifierRowingSpeed"):
|
|
853
|
+
case hashString("HKQuantityTypeIdentifierRunningGroundContactTime"):
|
|
854
|
+
case hashString("HKQuantityTypeIdentifierRunningPower"):
|
|
855
|
+
case hashString("HKQuantityTypeIdentifierRunningSpeed"):
|
|
856
|
+
case hashString("HKQuantityTypeIdentifierRunningStrideLength"):
|
|
857
|
+
case hashString("HKQuantityTypeIdentifierRunningVerticalOscillation"):
|
|
858
|
+
case hashString("HKQuantityTypeIdentifierSixMinuteWalkTestDistance"):
|
|
859
|
+
case hashString("HKQuantityTypeIdentifierStairAscentSpeed"):
|
|
860
|
+
case hashString("HKQuantityTypeIdentifierStairDescentSpeed"):
|
|
861
|
+
case hashString("HKQuantityTypeIdentifierStepCount"):
|
|
862
|
+
case hashString("HKQuantityTypeIdentifierSwimmingStrokeCount"):
|
|
863
|
+
case hashString("HKQuantityTypeIdentifierTimeInDaylight"):
|
|
864
|
+
case hashString("HKQuantityTypeIdentifierUnderwaterDepth"):
|
|
865
|
+
case hashString("HKQuantityTypeIdentifierUVExposure"):
|
|
866
|
+
case hashString("HKQuantityTypeIdentifierVO2Max"):
|
|
867
|
+
case hashString("HKQuantityTypeIdentifierWaistCircumference"):
|
|
868
|
+
case hashString("HKQuantityTypeIdentifierWalkingAsymmetryPercentage"):
|
|
869
|
+
case hashString("HKQuantityTypeIdentifierWalkingDoubleSupportPercentage"):
|
|
870
|
+
case hashString("HKQuantityTypeIdentifierWalkingSpeed"):
|
|
871
|
+
case hashString("HKQuantityTypeIdentifierWalkingStepLength"):
|
|
872
|
+
case hashString("HKQuantityTypeIdentifierWaterTemperature"):
|
|
873
873
|
case hashString("HKQuantityTypeIdentifierWorkoutEffortScore"):
|
|
874
874
|
case hashString("HKStateOfMindTypeIdentifier"):
|
|
875
875
|
case hashString("HKAudiogramSampleType"):
|