@kingstinct/react-native-healthkit 10.1.0 → 11.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.
Files changed (206) hide show
  1. package/ios/CoreModule.swift +5 -15
  2. package/ios/CorrelationTypeModule.swift +7 -2
  3. package/ios/QuantityTypeModule.swift +62 -110
  4. package/ios/Serializers.swift +39 -66
  5. package/ios/WorkoutProxy.swift +38 -20
  6. package/ios/WorkoutsModule.swift +7 -18
  7. package/lib/commonjs/hooks/useMostRecentWorkout.js +2 -9
  8. package/lib/commonjs/hooks/useWorkoutById.js +1 -4
  9. package/lib/commonjs/utils/getMostRecentWorkout.js +1 -3
  10. package/lib/commonjs/utils/getWorkoutById.js +1 -3
  11. package/lib/module/hooks/useMostRecentWorkout.js +3 -10
  12. package/lib/module/hooks/useWorkoutById.js +1 -4
  13. package/lib/module/utils/getMostRecentWorkout.js +1 -3
  14. package/lib/module/utils/getWorkoutById.js +1 -3
  15. package/lib/typescript/healthkit.d.ts +1 -1
  16. package/lib/typescript/healthkit.ios.d.ts +1 -1
  17. package/lib/typescript/hooks/useMostRecentWorkout.d.ts +1 -4
  18. package/lib/typescript/specs/WorkoutProxy.nitro.d.ts +11 -0
  19. package/lib/typescript/types/Workouts.d.ts +0 -8
  20. package/lib/typescript/utils/getMostRecentWorkout.d.ts +1 -2
  21. package/lib/typescript/utils/getWorkoutById.d.ts +1 -2
  22. package/nitrogen/generated/ios/ReactNativeHealthkit-Swift-Cxx-Bridge.cpp +103 -87
  23. package/nitrogen/generated/ios/ReactNativeHealthkit-Swift-Cxx-Bridge.hpp +748 -493
  24. package/nitrogen/generated/ios/ReactNativeHealthkitAutolinking.mm +8 -8
  25. package/nitrogen/generated/ios/ReactNativeHealthkitAutolinking.swift +16 -16
  26. package/nitrogen/generated/ios/c++/HybridCategoryTypeModuleSpecSwift.hpp +6 -4
  27. package/nitrogen/generated/ios/c++/HybridCharacteristicTypeModuleSpecSwift.hpp +4 -2
  28. package/nitrogen/generated/ios/c++/HybridCoreModuleSpecSwift.hpp +7 -5
  29. package/nitrogen/generated/ios/c++/HybridCorrelationTypeModuleSpecSwift.hpp +6 -4
  30. package/nitrogen/generated/ios/c++/HybridHeartbeatSeriesModuleSpecSwift.hpp +7 -5
  31. package/nitrogen/generated/ios/c++/HybridQuantityTypeModuleSpecSwift.hpp +5 -3
  32. package/nitrogen/generated/ios/c++/HybridSourceProxySpecSwift.hpp +3 -1
  33. package/nitrogen/generated/ios/c++/HybridStateOfMindModuleSpecSwift.hpp +7 -5
  34. package/nitrogen/generated/ios/c++/HybridWorkoutProxySpecSwift.hpp +50 -22
  35. package/nitrogen/generated/ios/c++/HybridWorkoutsModuleSpecSwift.hpp +9 -7
  36. package/nitrogen/generated/ios/swift/CategorySample.swift +4 -2
  37. package/nitrogen/generated/ios/swift/CategorySampleForSaving.swift +2 -1
  38. package/nitrogen/generated/ios/swift/CorrelationObject.swift +2 -0
  39. package/nitrogen/generated/ios/swift/DeletedSample.swift +2 -1
  40. package/nitrogen/generated/ios/swift/Device.swift +16 -8
  41. package/nitrogen/generated/ios/swift/FilterForSamples.swift +2 -0
  42. package/nitrogen/generated/ios/swift/Func_void_AuthorizationRequestStatus.swift +1 -0
  43. package/nitrogen/generated/ios/swift/Func_void_BiologicalSex.swift +1 -0
  44. package/nitrogen/generated/ios/swift/Func_void_BloodType.swift +1 -0
  45. package/nitrogen/generated/ios/swift/Func_void_CategorySamplesWithAnchorResponse.swift +1 -0
  46. package/nitrogen/generated/ios/swift/Func_void_FitzpatrickSkinType.swift +1 -0
  47. package/nitrogen/generated/ios/swift/Func_void_HeartbeatSeriesSamplesWithAnchorResponse.swift +1 -0
  48. package/nitrogen/generated/ios/swift/Func_void_OnChangeCallbackArgs.swift +1 -0
  49. package/nitrogen/generated/ios/swift/Func_void_QuantitySamplesWithAnchorResponse.swift +1 -0
  50. package/nitrogen/generated/ios/swift/Func_void_QueryStatisticsResponse.swift +1 -0
  51. package/nitrogen/generated/ios/swift/Func_void_QueryWorkoutSamplesWithAnchorResponse.swift +1 -0
  52. package/nitrogen/generated/ios/swift/Func_void_WheelchairUse.swift +1 -0
  53. package/nitrogen/generated/ios/swift/Func_void_bool.swift +1 -0
  54. package/nitrogen/generated/ios/swift/Func_void_double.swift +1 -0
  55. package/nitrogen/generated/ios/swift/Func_void_std__exception_ptr.swift +1 -0
  56. package/nitrogen/generated/ios/swift/Func_void_std__optional_QueryStatisticsResponse_.swift +54 -0
  57. package/nitrogen/generated/ios/swift/Func_void_std__optional_WorkoutPlan_.swift +3 -1
  58. package/nitrogen/generated/ios/swift/Func_void_std__optional_std__chrono__system_clock__time_point_.swift +3 -1
  59. package/nitrogen/generated/ios/swift/{Func_void_std__shared_ptr_margelo__nitro__healthkit__HybridWorkoutProxySpec_.swift → Func_void_std__shared_ptr_HybridWorkoutProxySpec_.swift} +9 -8
  60. package/nitrogen/generated/ios/swift/Func_void_std__unordered_map_std__string__QueryStatisticsResponse_.swift +55 -0
  61. package/nitrogen/generated/ios/swift/Func_void_std__unordered_map_std__string__bool_.swift +2 -1
  62. package/nitrogen/generated/ios/swift/Func_void_std__vector_CategorySample_.swift +1 -0
  63. package/nitrogen/generated/ios/swift/Func_void_std__vector_CorrelationSample_.swift +1 -0
  64. package/nitrogen/generated/ios/swift/Func_void_std__vector_HeartbeatSeriesSample_.swift +1 -0
  65. package/nitrogen/generated/ios/swift/Func_void_std__vector_IdentifierWithUnit_.swift +1 -0
  66. package/nitrogen/generated/ios/swift/Func_void_std__vector_QuantitySample_.swift +1 -0
  67. package/nitrogen/generated/ios/swift/Func_void_std__vector_QueryStatisticsResponse_.swift +1 -0
  68. package/nitrogen/generated/ios/swift/Func_void_std__vector_StateOfMindSample_.swift +1 -0
  69. package/nitrogen/generated/ios/swift/Func_void_std__vector_WorkoutRoute_.swift +1 -0
  70. package/nitrogen/generated/ios/swift/{Func_void_std__vector_std__shared_ptr_margelo__nitro__healthkit__HybridSourceProxySpec__.swift → Func_void_std__vector_std__shared_ptr_HybridSourceProxySpec__.swift} +9 -8
  71. package/nitrogen/generated/ios/swift/{Func_void_std__vector_std__shared_ptr_margelo__nitro__healthkit__HybridWorkoutProxySpec__.swift → Func_void_std__vector_std__shared_ptr_HybridWorkoutProxySpec__.swift} +9 -8
  72. package/nitrogen/generated/ios/swift/HeartbeatSeriesSample.swift +6 -3
  73. package/nitrogen/generated/ios/swift/HybridCategoryTypeModuleSpec.swift +2 -1
  74. package/nitrogen/generated/ios/swift/HybridCategoryTypeModuleSpec_cxx.swift +17 -7
  75. package/nitrogen/generated/ios/swift/HybridCharacteristicTypeModuleSpec.swift +2 -1
  76. package/nitrogen/generated/ios/swift/HybridCharacteristicTypeModuleSpec_cxx.swift +15 -6
  77. package/nitrogen/generated/ios/swift/HybridCoreModuleSpec.swift +2 -1
  78. package/nitrogen/generated/ios/swift/HybridCoreModuleSpec_cxx.swift +24 -15
  79. package/nitrogen/generated/ios/swift/HybridCorrelationTypeModuleSpec.swift +2 -1
  80. package/nitrogen/generated/ios/swift/HybridCorrelationTypeModuleSpec_cxx.swift +15 -6
  81. package/nitrogen/generated/ios/swift/HybridHeartbeatSeriesModuleSpec.swift +2 -1
  82. package/nitrogen/generated/ios/swift/HybridHeartbeatSeriesModuleSpec_cxx.swift +17 -7
  83. package/nitrogen/generated/ios/swift/HybridQuantityTypeModuleSpec.swift +2 -1
  84. package/nitrogen/generated/ios/swift/HybridQuantityTypeModuleSpec_cxx.swift +21 -9
  85. package/nitrogen/generated/ios/swift/HybridSourceProxySpec.swift +2 -1
  86. package/nitrogen/generated/ios/swift/HybridSourceProxySpec_cxx.swift +17 -7
  87. package/nitrogen/generated/ios/swift/HybridStateOfMindModuleSpec.swift +2 -1
  88. package/nitrogen/generated/ios/swift/HybridStateOfMindModuleSpec_cxx.swift +19 -8
  89. package/nitrogen/generated/ios/swift/HybridWorkoutProxySpec.swift +8 -5
  90. package/nitrogen/generated/ios/swift/HybridWorkoutProxySpec_cxx.swift +108 -41
  91. package/nitrogen/generated/ios/swift/HybridWorkoutsModuleSpec.swift +2 -1
  92. package/nitrogen/generated/ios/swift/HybridWorkoutsModuleSpec_cxx.swift +31 -22
  93. package/nitrogen/generated/ios/swift/OnChangeCallbackArgs.swift +2 -1
  94. package/nitrogen/generated/ios/swift/PredicateForSamples.swift +2 -0
  95. package/nitrogen/generated/ios/swift/PredicateForWorkouts.swift +2 -0
  96. package/nitrogen/generated/ios/swift/PredicateFromWorkout.swift +3 -3
  97. package/nitrogen/generated/ios/swift/PredicateWithMetadataKey.swift +2 -1
  98. package/nitrogen/generated/ios/swift/PredicateWithStartAndEnd.swift +4 -2
  99. package/nitrogen/generated/ios/swift/QuantitySample.swift +4 -2
  100. package/nitrogen/generated/ios/swift/QuantitySampleForSaving.swift +2 -1
  101. package/nitrogen/generated/ios/swift/QueryOptionsWithAnchor.swift +4 -2
  102. package/nitrogen/generated/ios/swift/QueryOptionsWithAnchorAndUnit.swift +6 -3
  103. package/nitrogen/generated/ios/swift/QueryOptionsWithSortOrder.swift +2 -1
  104. package/nitrogen/generated/ios/swift/QueryOptionsWithSortOrderAndUnit.swift +4 -2
  105. package/nitrogen/generated/ios/swift/QueryStatisticsResponse.swift +18 -9
  106. package/nitrogen/generated/ios/swift/QueryWorkoutSamplesWithAnchorResponse.swift +7 -7
  107. package/nitrogen/generated/ios/swift/SampleForSaving.swift +2 -0
  108. package/nitrogen/generated/ios/swift/SourceRevision.swift +13 -9
  109. package/nitrogen/generated/ios/swift/StateOfMindSample.swift +6 -3
  110. package/nitrogen/generated/ios/swift/StatisticsQueryOptions.swift +4 -2
  111. package/nitrogen/generated/ios/swift/Variant_PredicateWithUUID_PredicateWithUUIDs_PredicateWithMetadataKey_PredicateWithStartAndEnd_PredicateFromWorkout_FilterForSamplesAnd_FilterForSamplesOr.swift +2 -0
  112. package/nitrogen/generated/ios/swift/Variant_PredicateWithUUID_PredicateWithUUIDs_PredicateWithMetadataKey_PredicateWithStartAndEnd_PredicateFromWorkout_WorkoutActivityTypePredicate_WorkoutDurationPredicate_PredicateForWorkoutsOr_PredicateForWorkoutsAnd.swift +2 -0
  113. package/nitrogen/generated/ios/swift/Variant_String_Double_Bool_Date.swift +2 -0
  114. package/nitrogen/generated/ios/swift/WorkoutQueryOptions.swift +4 -61
  115. package/nitrogen/generated/ios/swift/WorkoutQueryOptionsWithAnchor.swift +6 -62
  116. package/nitrogen/generated/ios/swift/WorkoutRoute.swift +2 -1
  117. package/nitrogen/generated/ios/swift/WorkoutSample.swift +12 -123
  118. package/nitrogen/generated/shared/c++/AuthorizationRequestStatus.hpp +9 -11
  119. package/nitrogen/generated/shared/c++/AuthorizationStatus.hpp +9 -11
  120. package/nitrogen/generated/shared/c++/BiologicalSex.hpp +9 -11
  121. package/nitrogen/generated/shared/c++/BloodType.hpp +9 -11
  122. package/nitrogen/generated/shared/c++/CategorySample.hpp +14 -16
  123. package/nitrogen/generated/shared/c++/CategorySampleForSaving.hpp +11 -13
  124. package/nitrogen/generated/shared/c++/CategorySamplesWithAnchorResponse.hpp +11 -13
  125. package/nitrogen/generated/shared/c++/CategoryTypeIdentifier.hpp +131 -133
  126. package/nitrogen/generated/shared/c++/ComparisonPredicateOperator.hpp +26 -13
  127. package/nitrogen/generated/shared/c++/CorrelationSample.hpp +12 -14
  128. package/nitrogen/generated/shared/c++/CorrelationTypeIdentifier.hpp +7 -9
  129. package/nitrogen/generated/shared/c++/DeletedSample.hpp +5 -7
  130. package/nitrogen/generated/shared/c++/Device.hpp +5 -7
  131. package/nitrogen/generated/shared/c++/FilterForSamplesAnd.hpp +9 -11
  132. package/nitrogen/generated/shared/c++/FilterForSamplesOr.hpp +9 -11
  133. package/nitrogen/generated/shared/c++/FitzpatrickSkinType.hpp +9 -11
  134. package/nitrogen/generated/shared/c++/Heartbeat.hpp +4 -6
  135. package/nitrogen/generated/shared/c++/HeartbeatSeriesSample.hpp +15 -17
  136. package/nitrogen/generated/shared/c++/HeartbeatSeriesSamplesWithAnchorResponse.hpp +11 -13
  137. package/nitrogen/generated/shared/c++/HybridCategoryTypeModuleSpec.hpp +2 -2
  138. package/nitrogen/generated/shared/c++/HybridCharacteristicTypeModuleSpec.hpp +1 -1
  139. package/nitrogen/generated/shared/c++/HybridCoreModuleSpec.hpp +4 -4
  140. package/nitrogen/generated/shared/c++/HybridCorrelationTypeModuleSpec.hpp +2 -2
  141. package/nitrogen/generated/shared/c++/HybridHeartbeatSeriesModuleSpec.hpp +3 -3
  142. package/nitrogen/generated/shared/c++/HybridQuantityTypeModuleSpec.hpp +3 -3
  143. package/nitrogen/generated/shared/c++/HybridStateOfMindModuleSpec.hpp +3 -3
  144. package/nitrogen/generated/shared/c++/HybridWorkoutProxySpec.cpp +6 -4
  145. package/nitrogen/generated/shared/c++/HybridWorkoutProxySpec.hpp +18 -9
  146. package/nitrogen/generated/shared/c++/HybridWorkoutsModuleSpec.hpp +4 -4
  147. package/nitrogen/generated/shared/c++/IdentifierWithUnit.hpp +4 -6
  148. package/nitrogen/generated/shared/c++/IntervalComponents.hpp +4 -6
  149. package/nitrogen/generated/shared/c++/LocationForSaving.hpp +4 -6
  150. package/nitrogen/generated/shared/c++/ObjectTypeIdentifier.hpp +397 -399
  151. package/nitrogen/generated/shared/c++/OnChangeCallbackArgs.hpp +8 -10
  152. package/nitrogen/generated/shared/c++/PredicateForWorkoutsAnd.hpp +9 -11
  153. package/nitrogen/generated/shared/c++/PredicateForWorkoutsOr.hpp +9 -11
  154. package/nitrogen/generated/shared/c++/PredicateFromWorkout.hpp +6 -8
  155. package/nitrogen/generated/shared/c++/PredicateWithMetadataKey.hpp +9 -11
  156. package/nitrogen/generated/shared/c++/PredicateWithMetadataOperator.hpp +11 -13
  157. package/nitrogen/generated/shared/c++/PredicateWithStartAndEnd.hpp +5 -7
  158. package/nitrogen/generated/shared/c++/PredicateWithUUID.hpp +4 -6
  159. package/nitrogen/generated/shared/c++/PredicateWithUUIDs.hpp +5 -7
  160. package/nitrogen/generated/shared/c++/Quantity.hpp +4 -6
  161. package/nitrogen/generated/shared/c++/QuantityDateInterval.hpp +4 -6
  162. package/nitrogen/generated/shared/c++/QuantitySample.hpp +14 -16
  163. package/nitrogen/generated/shared/c++/QuantitySampleForSaving.hpp +11 -13
  164. package/nitrogen/generated/shared/c++/QuantitySamplesWithAnchorResponse.hpp +11 -13
  165. package/nitrogen/generated/shared/c++/QuantityTypeIdentifier.hpp +241 -243
  166. package/nitrogen/generated/shared/c++/QueryOptionsWithAnchor.hpp +9 -11
  167. package/nitrogen/generated/shared/c++/QueryOptionsWithAnchorAndUnit.hpp +9 -11
  168. package/nitrogen/generated/shared/c++/QueryOptionsWithSortOrder.hpp +8 -10
  169. package/nitrogen/generated/shared/c++/QueryOptionsWithSortOrderAndUnit.hpp +9 -11
  170. package/nitrogen/generated/shared/c++/QueryStatisticsResponse.hpp +26 -28
  171. package/nitrogen/generated/shared/c++/QueryWorkoutSamplesWithAnchorResponse.hpp +10 -12
  172. package/nitrogen/generated/shared/c++/SampleTypeIdentifier.hpp +383 -385
  173. package/nitrogen/generated/shared/c++/SampleTypeIdentifierWriteable.hpp +373 -375
  174. package/nitrogen/generated/shared/c++/Source.hpp +4 -6
  175. package/nitrogen/generated/shared/c++/SourceRevision.hpp +7 -9
  176. package/nitrogen/generated/shared/c++/StateOfMindAssociation.hpp +10 -12
  177. package/nitrogen/generated/shared/c++/StateOfMindKind.hpp +14 -13
  178. package/nitrogen/generated/shared/c++/StateOfMindLabel.hpp +10 -12
  179. package/nitrogen/generated/shared/c++/StateOfMindSample.hpp +24 -26
  180. package/nitrogen/generated/shared/c++/StateOfMindValenceClassification.hpp +10 -12
  181. package/nitrogen/generated/shared/c++/StatisticsOptions.hpp +17 -19
  182. package/nitrogen/generated/shared/c++/StatisticsQueryOptions.hpp +9 -11
  183. package/nitrogen/generated/shared/c++/UpdateFrequency.hpp +10 -12
  184. package/nitrogen/generated/shared/c++/WheelchairUse.hpp +9 -11
  185. package/nitrogen/generated/shared/c++/WorkoutActivity.hpp +4 -6
  186. package/nitrogen/generated/shared/c++/WorkoutActivityType.hpp +96 -13
  187. package/nitrogen/generated/shared/c++/WorkoutActivityTypePredicate.hpp +7 -9
  188. package/nitrogen/generated/shared/c++/WorkoutConfiguration.hpp +11 -13
  189. package/nitrogen/generated/shared/c++/WorkoutDurationPredicate.hpp +7 -9
  190. package/nitrogen/generated/shared/c++/WorkoutEvent.hpp +7 -9
  191. package/nitrogen/generated/shared/c++/WorkoutEventType.hpp +10 -12
  192. package/nitrogen/generated/shared/c++/WorkoutPlan.hpp +7 -9
  193. package/nitrogen/generated/shared/c++/WorkoutQueryOptions.hpp +10 -21
  194. package/nitrogen/generated/shared/c++/WorkoutQueryOptionsWithAnchor.hpp +11 -21
  195. package/nitrogen/generated/shared/c++/WorkoutRoute.hpp +9 -11
  196. package/nitrogen/generated/shared/c++/WorkoutRouteLocation.hpp +4 -6
  197. package/nitrogen/generated/shared/c++/WorkoutSample.hpp +25 -43
  198. package/nitrogen/generated/shared/c++/WorkoutSessionLocationType.hpp +10 -12
  199. package/nitrogen/generated/shared/c++/WorkoutTotals.hpp +4 -6
  200. package/package.json +11 -11
  201. package/src/hooks/useMostRecentWorkout.ts +3 -17
  202. package/src/hooks/useWorkoutById.ts +1 -4
  203. package/src/specs/WorkoutProxy.nitro.ts +18 -1
  204. package/src/types/Workouts.ts +0 -8
  205. package/src/utils/getMostRecentWorkout.ts +1 -6
  206. package/src/utils/getWorkoutById.ts +1 -6
@@ -225,400 +225,398 @@ namespace margelo::nitro::healthkit {
225
225
 
226
226
  namespace margelo::nitro {
227
227
 
228
- using namespace margelo::nitro::healthkit;
229
-
230
228
  // C++ SampleTypeIdentifier <> JS SampleTypeIdentifier (union)
231
229
  template <>
232
- struct JSIConverter<SampleTypeIdentifier> final {
233
- static inline SampleTypeIdentifier fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
230
+ struct JSIConverter<margelo::nitro::healthkit::SampleTypeIdentifier> final {
231
+ static inline margelo::nitro::healthkit::SampleTypeIdentifier fromJSI(jsi::Runtime& runtime, const jsi::Value& arg) {
234
232
  std::string unionValue = JSIConverter<std::string>::fromJSI(runtime, arg);
235
233
  switch (hashString(unionValue.c_str(), unionValue.size())) {
236
- case hashString("HKCategoryTypeIdentifierAppleStandHour"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR;
237
- case hashString("HKCategoryTypeIdentifierHighHeartRateEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT;
238
- case hashString("HKCategoryTypeIdentifierLowHeartRateEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT;
239
- case hashString("HKCategoryTypeIdentifierHeadphoneAudioExposureEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT;
240
- case hashString("HKCategoryTypeIdentifierSleepAnalysis"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS;
241
- case hashString("HKCategoryTypeIdentifierCervicalMucusQuality"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY;
242
- case hashString("HKCategoryTypeIdentifierOvulationTestResult"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT;
243
- case hashString("HKCategoryTypeIdentifierMenstrualFlow"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW;
244
- case hashString("HKCategoryTypeIdentifierIntermenstrualBleeding"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING;
245
- case hashString("HKCategoryTypeIdentifierSexualActivity"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY;
246
- case hashString("HKCategoryTypeIdentifierMindfulSession"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION;
247
- case hashString("HKCategoryTypeIdentifierIrregularHeartRhythmEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT;
248
- case hashString("HKCategoryTypeIdentifierAudioExposureEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT;
249
- case hashString("HKCategoryTypeIdentifierToothbrushingEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT;
250
- case hashString("HKCategoryTypeIdentifierLowCardioFitnessEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT;
251
- case hashString("HKCategoryTypeIdentifierContraceptive"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE;
252
- case hashString("HKCategoryTypeIdentifierLactation"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION;
253
- case hashString("HKCategoryTypeIdentifierPregnancy"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY;
254
- case hashString("HKCategoryTypeIdentifierPregnancyTestResult"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT;
255
- case hashString("HKCategoryTypeIdentifierProgesteroneTestResult"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT;
256
- case hashString("HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT;
257
- case hashString("HKCategoryTypeIdentifierAppleWalkingSteadinessEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT;
258
- case hashString("HKCategoryTypeIdentifierHandwashingEvent"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT;
259
- case hashString("HKCategoryTypeIdentifierAbdominalCramps"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS;
260
- case hashString("HKCategoryTypeIdentifierAcne"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERACNE;
261
- case hashString("HKCategoryTypeIdentifierAppetiteChanges"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES;
262
- case hashString("HKCategoryTypeIdentifierBladderIncontinence"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE;
263
- case hashString("HKCategoryTypeIdentifierBloating"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLOATING;
264
- case hashString("HKCategoryTypeIdentifierBreastPain"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBREASTPAIN;
265
- case hashString("HKCategoryTypeIdentifierChestTightnessOrPain"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN;
266
- case hashString("HKCategoryTypeIdentifierChills"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHILLS;
267
- case hashString("HKCategoryTypeIdentifierConstipation"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONSTIPATION;
268
- case hashString("HKCategoryTypeIdentifierCoughing"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCOUGHING;
269
- case hashString("HKCategoryTypeIdentifierDiarrhea"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIARRHEA;
270
- case hashString("HKCategoryTypeIdentifierDizziness"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIZZINESS;
271
- case hashString("HKCategoryTypeIdentifierDrySkin"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDRYSKIN;
272
- case hashString("HKCategoryTypeIdentifierFainting"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFAINTING;
273
- case hashString("HKCategoryTypeIdentifierFatigue"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFATIGUE;
274
- case hashString("HKCategoryTypeIdentifierFever"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFEVER;
275
- case hashString("HKCategoryTypeIdentifierGeneralizedBodyAche"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE;
276
- case hashString("HKCategoryTypeIdentifierHairLoss"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHAIRLOSS;
277
- case hashString("HKCategoryTypeIdentifierHeadache"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADACHE;
278
- case hashString("HKCategoryTypeIdentifierHeartburn"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEARTBURN;
279
- case hashString("HKCategoryTypeIdentifierHotFlashes"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHOTFLASHES;
280
- case hashString("HKCategoryTypeIdentifierLossOfSmell"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL;
281
- case hashString("HKCategoryTypeIdentifierLossOfTaste"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE;
282
- case hashString("HKCategoryTypeIdentifierLowerBackPain"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN;
283
- case hashString("HKCategoryTypeIdentifierMemoryLapse"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE;
284
- case hashString("HKCategoryTypeIdentifierMoodChanges"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMOODCHANGES;
285
- case hashString("HKCategoryTypeIdentifierNausea"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNAUSEA;
286
- case hashString("HKCategoryTypeIdentifierNightSweats"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS;
287
- case hashString("HKCategoryTypeIdentifierPelvicPain"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPELVICPAIN;
288
- case hashString("HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT;
289
- case hashString("HKCategoryTypeIdentifierRunnyNose"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRUNNYNOSE;
290
- case hashString("HKCategoryTypeIdentifierShortnessOfBreath"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH;
291
- case hashString("HKCategoryTypeIdentifierSinusCongestion"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION;
292
- case hashString("HKCategoryTypeIdentifierSkippedHeartbeat"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT;
293
- case hashString("HKCategoryTypeIdentifierSleepChanges"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES;
294
- case hashString("HKCategoryTypeIdentifierSoreThroat"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSORETHROAT;
295
- case hashString("HKCategoryTypeIdentifierVaginalDryness"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS;
296
- case hashString("HKCategoryTypeIdentifierVomiting"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVOMITING;
297
- case hashString("HKCategoryTypeIdentifierWheezing"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERWHEEZING;
298
- case hashString("HKCategoryTypeIdentifierBleedingAfterPregnancy"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY;
299
- case hashString("HKCategoryTypeIdentifierBleedingDuringPregnancy"): return SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY;
300
- case hashString("HKCorrelationTypeIdentifierBloodPressure"): return SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE;
301
- case hashString("HKCorrelationTypeIdentifierFood"): return SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERFOOD;
302
- case hashString("HKQuantityTypeIdentifierWalkingHeartRateAverage"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE;
303
- case hashString("HKQuantityTypeIdentifierBodyMassIndex"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX;
304
- case hashString("HKQuantityTypeIdentifierBodyFatPercentage"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE;
305
- case hashString("HKQuantityTypeIdentifierHeight"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT;
306
- case hashString("HKQuantityTypeIdentifierBodyMass"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS;
307
- case hashString("HKQuantityTypeIdentifierLeanBodyMass"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS;
308
- case hashString("HKQuantityTypeIdentifierWaistCircumference"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE;
309
- case hashString("HKQuantityTypeIdentifierStepCount"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT;
310
- case hashString("HKQuantityTypeIdentifierDistanceWalkingRunning"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING;
311
- case hashString("HKQuantityTypeIdentifierDistanceCycling"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING;
312
- case hashString("HKQuantityTypeIdentifierDistanceWheelchair"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR;
313
- case hashString("HKQuantityTypeIdentifierBasalEnergyBurned"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED;
314
- case hashString("HKQuantityTypeIdentifierActiveEnergyBurned"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED;
315
- case hashString("HKQuantityTypeIdentifierFlightsClimbed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED;
316
- case hashString("HKQuantityTypeIdentifierNikeFuel"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNIKEFUEL;
317
- case hashString("HKQuantityTypeIdentifierAppleExerciseTime"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME;
318
- case hashString("HKQuantityTypeIdentifierPushCount"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPUSHCOUNT;
319
- case hashString("HKQuantityTypeIdentifierDistanceSwimming"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING;
320
- case hashString("HKQuantityTypeIdentifierSwimmingStrokeCount"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT;
321
- case hashString("HKQuantityTypeIdentifierVO2Max"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX;
322
- case hashString("HKQuantityTypeIdentifierDistanceDownhillSnowSports"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS;
323
- case hashString("HKQuantityTypeIdentifierAppleStandTime"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME;
324
- case hashString("HKQuantityTypeIdentifierHeartRate"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE;
325
- case hashString("HKQuantityTypeIdentifierBodyTemperature"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE;
326
- case hashString("HKQuantityTypeIdentifierBasalBodyTemperature"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE;
327
- case hashString("HKQuantityTypeIdentifierBloodPressureSystolic"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC;
328
- case hashString("HKQuantityTypeIdentifierBloodPressureDiastolic"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC;
329
- case hashString("HKQuantityTypeIdentifierRespiratoryRate"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE;
330
- case hashString("HKQuantityTypeIdentifierRestingHeartRate"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE;
331
- case hashString("HKQuantityTypeIdentifierHeartRateVariabilitySDNN"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN;
332
- case hashString("HKQuantityTypeIdentifierOxygenSaturation"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION;
333
- case hashString("HKQuantityTypeIdentifierPeripheralPerfusionIndex"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX;
334
- case hashString("HKQuantityTypeIdentifierBloodGlucose"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE;
335
- case hashString("HKQuantityTypeIdentifierNumberOfTimesFallen"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN;
336
- case hashString("HKQuantityTypeIdentifierElectrodermalActivity"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY;
337
- case hashString("HKQuantityTypeIdentifierInhalerUsage"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE;
338
- case hashString("HKQuantityTypeIdentifierInsulinDelivery"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY;
339
- case hashString("HKQuantityTypeIdentifierBloodAlcoholContent"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT;
340
- case hashString("HKQuantityTypeIdentifierForcedVitalCapacity"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY;
341
- case hashString("HKQuantityTypeIdentifierForcedExpiratoryVolume1"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1;
342
- case hashString("HKQuantityTypeIdentifierPeakExpiratoryFlowRate"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE;
343
- case hashString("HKQuantityTypeIdentifierEnvironmentalAudioExposure"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE;
344
- case hashString("HKQuantityTypeIdentifierHeadphoneAudioExposure"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE;
345
- case hashString("HKQuantityTypeIdentifierDietaryFatTotal"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL;
346
- case hashString("HKQuantityTypeIdentifierDietaryFatPolyunsaturated"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED;
347
- case hashString("HKQuantityTypeIdentifierDietaryFatMonounsaturated"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED;
348
- case hashString("HKQuantityTypeIdentifierDietaryFatSaturated"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED;
349
- case hashString("HKQuantityTypeIdentifierDietaryCholesterol"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL;
350
- case hashString("HKQuantityTypeIdentifierDietarySodium"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM;
351
- case hashString("HKQuantityTypeIdentifierDietaryCarbohydrates"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES;
352
- case hashString("HKQuantityTypeIdentifierDietaryFiber"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFIBER;
353
- case hashString("HKQuantityTypeIdentifierDietarySugar"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR;
354
- case hashString("HKQuantityTypeIdentifierDietaryEnergyConsumed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED;
355
- case hashString("HKQuantityTypeIdentifierDietaryProtein"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN;
356
- case hashString("HKQuantityTypeIdentifierDietaryVitaminA"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA;
357
- case hashString("HKQuantityTypeIdentifierDietaryVitaminB6"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6;
358
- case hashString("HKQuantityTypeIdentifierDietaryVitaminB12"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12;
359
- case hashString("HKQuantityTypeIdentifierDietaryVitaminC"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC;
360
- case hashString("HKQuantityTypeIdentifierDietaryVitaminD"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND;
361
- case hashString("HKQuantityTypeIdentifierDietaryVitaminE"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE;
362
- case hashString("HKQuantityTypeIdentifierDietaryVitaminK"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK;
363
- case hashString("HKQuantityTypeIdentifierDietaryCalcium"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM;
364
- case hashString("HKQuantityTypeIdentifierDietaryIron"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON;
365
- case hashString("HKQuantityTypeIdentifierDietaryThiamin"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN;
366
- case hashString("HKQuantityTypeIdentifierDietaryRiboflavin"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN;
367
- case hashString("HKQuantityTypeIdentifierDietaryNiacin"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN;
368
- case hashString("HKQuantityTypeIdentifierDietaryFolate"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE;
369
- case hashString("HKQuantityTypeIdentifierDietaryBiotin"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN;
370
- case hashString("HKQuantityTypeIdentifierDietaryPantothenicAcid"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID;
371
- case hashString("HKQuantityTypeIdentifierDietaryPhosphorus"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS;
372
- case hashString("HKQuantityTypeIdentifierDietaryIodine"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE;
373
- case hashString("HKQuantityTypeIdentifierDietaryMagnesium"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM;
374
- case hashString("HKQuantityTypeIdentifierDietaryZinc"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC;
375
- case hashString("HKQuantityTypeIdentifierDietarySelenium"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM;
376
- case hashString("HKQuantityTypeIdentifierDietaryCopper"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER;
377
- case hashString("HKQuantityTypeIdentifierDietaryManganese"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE;
378
- case hashString("HKQuantityTypeIdentifierDietaryChromium"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM;
379
- case hashString("HKQuantityTypeIdentifierDietaryMolybdenum"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM;
380
- case hashString("HKQuantityTypeIdentifierDietaryChloride"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE;
381
- case hashString("HKQuantityTypeIdentifierDietaryPotassium"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM;
382
- case hashString("HKQuantityTypeIdentifierDietaryCaffeine"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE;
383
- case hashString("HKQuantityTypeIdentifierDietaryWater"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYWATER;
384
- case hashString("HKQuantityTypeIdentifierSixMinuteWalkTestDistance"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE;
385
- case hashString("HKQuantityTypeIdentifierWalkingSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED;
386
- case hashString("HKQuantityTypeIdentifierWalkingStepLength"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH;
387
- case hashString("HKQuantityTypeIdentifierWalkingAsymmetryPercentage"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE;
388
- case hashString("HKQuantityTypeIdentifierWalkingDoubleSupportPercentage"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE;
389
- case hashString("HKQuantityTypeIdentifierStairAscentSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED;
390
- case hashString("HKQuantityTypeIdentifierStairDescentSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED;
391
- case hashString("HKQuantityTypeIdentifierUVExposure"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE;
392
- case hashString("HKQuantityTypeIdentifierAppleMoveTime"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME;
393
- case hashString("HKQuantityTypeIdentifierAppleWalkingSteadiness"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS;
394
- case hashString("HKQuantityTypeIdentifierNumberOfAlcoholicBeverages"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES;
395
- case hashString("HKQuantityTypeIdentifierAtrialFibrillationBurden"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN;
396
- case hashString("HKQuantityTypeIdentifierUnderwaterDepth"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH;
397
- case hashString("HKQuantityTypeIdentifierWaterTemperature"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE;
398
- case hashString("HKQuantityTypeIdentifierAppleSleepingWristTemperature"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE;
399
- case hashString("HKQuantityTypeIdentifierTimeInDaylight"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT;
400
- case hashString("HKQuantityTypeIdentifierPhysicalEffort"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT;
401
- case hashString("HKQuantityTypeIdentifierCyclingSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED;
402
- case hashString("HKQuantityTypeIdentifierCyclingPower"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER;
403
- case hashString("HKQuantityTypeIdentifierCyclingFunctionalThresholdPower"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER;
404
- case hashString("HKQuantityTypeIdentifierCyclingCadence"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE;
405
- case hashString("HKQuantityTypeIdentifierEnvironmentalSoundReduction"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION;
406
- case hashString("HKQuantityTypeIdentifierHeartRateRecoveryOneMinute"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE;
407
- case hashString("HKQuantityTypeIdentifierRunningGroundContactTime"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME;
408
- case hashString("HKQuantityTypeIdentifierRunningStrideLength"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH;
409
- case hashString("HKQuantityTypeIdentifierRunningPower"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER;
410
- case hashString("HKQuantityTypeIdentifierRunningVerticalOscillation"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION;
411
- case hashString("HKQuantityTypeIdentifierRunningSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED;
412
- case hashString("HKQuantityTypeIdentifierCrossCountrySkiingSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED;
413
- case hashString("HKQuantityTypeIdentifierDistanceCrossCountrySkiing"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING;
414
- case hashString("HKQuantityTypeIdentifierDistancePaddleSports"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS;
415
- case hashString("HKQuantityTypeIdentifierDistanceRowing"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEROWING;
416
- case hashString("HKQuantityTypeIdentifierDistanceSkatingSports"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS;
417
- case hashString("HKQuantityTypeIdentifierEstimatedWorkoutEffortScore"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE;
418
- case hashString("HKQuantityTypeIdentifierPaddleSportsSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED;
419
- case hashString("HKQuantityTypeIdentifierRowingSpeed"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERROWINGSPEED;
420
- case hashString("HKQuantityTypeIdentifierWorkoutEffortScore"): return SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE;
421
- case hashString("HKStateOfMindTypeIdentifier"): return SampleTypeIdentifier::HKSTATEOFMINDTYPEIDENTIFIER;
422
- case hashString("HKAudiogramSampleType"): return SampleTypeIdentifier::HKAUDIOGRAMSAMPLETYPE;
423
- case hashString("HKDataTypeIdentifierHeartbeatSeries"): return SampleTypeIdentifier::HKDATATYPEIDENTIFIERHEARTBEATSERIES;
424
- case hashString("HKWorkoutRouteTypeIdentifier"): return SampleTypeIdentifier::HKWORKOUTROUTETYPEIDENTIFIER;
425
- case hashString("HKWorkoutTypeIdentifier"): return SampleTypeIdentifier::HKWORKOUTTYPEIDENTIFIER;
234
+ case hashString("HKCategoryTypeIdentifierAppleStandHour"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR;
235
+ case hashString("HKCategoryTypeIdentifierHighHeartRateEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT;
236
+ case hashString("HKCategoryTypeIdentifierLowHeartRateEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT;
237
+ case hashString("HKCategoryTypeIdentifierHeadphoneAudioExposureEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT;
238
+ case hashString("HKCategoryTypeIdentifierSleepAnalysis"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS;
239
+ case hashString("HKCategoryTypeIdentifierCervicalMucusQuality"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY;
240
+ case hashString("HKCategoryTypeIdentifierOvulationTestResult"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT;
241
+ case hashString("HKCategoryTypeIdentifierMenstrualFlow"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW;
242
+ case hashString("HKCategoryTypeIdentifierIntermenstrualBleeding"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING;
243
+ case hashString("HKCategoryTypeIdentifierSexualActivity"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY;
244
+ case hashString("HKCategoryTypeIdentifierMindfulSession"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION;
245
+ case hashString("HKCategoryTypeIdentifierIrregularHeartRhythmEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT;
246
+ case hashString("HKCategoryTypeIdentifierAudioExposureEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT;
247
+ case hashString("HKCategoryTypeIdentifierToothbrushingEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT;
248
+ case hashString("HKCategoryTypeIdentifierLowCardioFitnessEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT;
249
+ case hashString("HKCategoryTypeIdentifierContraceptive"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE;
250
+ case hashString("HKCategoryTypeIdentifierLactation"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION;
251
+ case hashString("HKCategoryTypeIdentifierPregnancy"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY;
252
+ case hashString("HKCategoryTypeIdentifierPregnancyTestResult"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT;
253
+ case hashString("HKCategoryTypeIdentifierProgesteroneTestResult"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT;
254
+ case hashString("HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT;
255
+ case hashString("HKCategoryTypeIdentifierAppleWalkingSteadinessEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT;
256
+ case hashString("HKCategoryTypeIdentifierHandwashingEvent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT;
257
+ case hashString("HKCategoryTypeIdentifierAbdominalCramps"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS;
258
+ case hashString("HKCategoryTypeIdentifierAcne"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERACNE;
259
+ case hashString("HKCategoryTypeIdentifierAppetiteChanges"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES;
260
+ case hashString("HKCategoryTypeIdentifierBladderIncontinence"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE;
261
+ case hashString("HKCategoryTypeIdentifierBloating"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLOATING;
262
+ case hashString("HKCategoryTypeIdentifierBreastPain"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBREASTPAIN;
263
+ case hashString("HKCategoryTypeIdentifierChestTightnessOrPain"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN;
264
+ case hashString("HKCategoryTypeIdentifierChills"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHILLS;
265
+ case hashString("HKCategoryTypeIdentifierConstipation"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONSTIPATION;
266
+ case hashString("HKCategoryTypeIdentifierCoughing"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCOUGHING;
267
+ case hashString("HKCategoryTypeIdentifierDiarrhea"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIARRHEA;
268
+ case hashString("HKCategoryTypeIdentifierDizziness"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIZZINESS;
269
+ case hashString("HKCategoryTypeIdentifierDrySkin"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDRYSKIN;
270
+ case hashString("HKCategoryTypeIdentifierFainting"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFAINTING;
271
+ case hashString("HKCategoryTypeIdentifierFatigue"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFATIGUE;
272
+ case hashString("HKCategoryTypeIdentifierFever"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFEVER;
273
+ case hashString("HKCategoryTypeIdentifierGeneralizedBodyAche"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE;
274
+ case hashString("HKCategoryTypeIdentifierHairLoss"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHAIRLOSS;
275
+ case hashString("HKCategoryTypeIdentifierHeadache"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADACHE;
276
+ case hashString("HKCategoryTypeIdentifierHeartburn"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEARTBURN;
277
+ case hashString("HKCategoryTypeIdentifierHotFlashes"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHOTFLASHES;
278
+ case hashString("HKCategoryTypeIdentifierLossOfSmell"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL;
279
+ case hashString("HKCategoryTypeIdentifierLossOfTaste"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE;
280
+ case hashString("HKCategoryTypeIdentifierLowerBackPain"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN;
281
+ case hashString("HKCategoryTypeIdentifierMemoryLapse"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE;
282
+ case hashString("HKCategoryTypeIdentifierMoodChanges"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMOODCHANGES;
283
+ case hashString("HKCategoryTypeIdentifierNausea"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNAUSEA;
284
+ case hashString("HKCategoryTypeIdentifierNightSweats"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS;
285
+ case hashString("HKCategoryTypeIdentifierPelvicPain"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPELVICPAIN;
286
+ case hashString("HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT;
287
+ case hashString("HKCategoryTypeIdentifierRunnyNose"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRUNNYNOSE;
288
+ case hashString("HKCategoryTypeIdentifierShortnessOfBreath"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH;
289
+ case hashString("HKCategoryTypeIdentifierSinusCongestion"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION;
290
+ case hashString("HKCategoryTypeIdentifierSkippedHeartbeat"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT;
291
+ case hashString("HKCategoryTypeIdentifierSleepChanges"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES;
292
+ case hashString("HKCategoryTypeIdentifierSoreThroat"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSORETHROAT;
293
+ case hashString("HKCategoryTypeIdentifierVaginalDryness"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS;
294
+ case hashString("HKCategoryTypeIdentifierVomiting"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVOMITING;
295
+ case hashString("HKCategoryTypeIdentifierWheezing"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERWHEEZING;
296
+ case hashString("HKCategoryTypeIdentifierBleedingAfterPregnancy"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY;
297
+ case hashString("HKCategoryTypeIdentifierBleedingDuringPregnancy"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY;
298
+ case hashString("HKCorrelationTypeIdentifierBloodPressure"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE;
299
+ case hashString("HKCorrelationTypeIdentifierFood"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERFOOD;
300
+ case hashString("HKQuantityTypeIdentifierWalkingHeartRateAverage"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE;
301
+ case hashString("HKQuantityTypeIdentifierBodyMassIndex"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX;
302
+ case hashString("HKQuantityTypeIdentifierBodyFatPercentage"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE;
303
+ case hashString("HKQuantityTypeIdentifierHeight"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT;
304
+ case hashString("HKQuantityTypeIdentifierBodyMass"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS;
305
+ case hashString("HKQuantityTypeIdentifierLeanBodyMass"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS;
306
+ case hashString("HKQuantityTypeIdentifierWaistCircumference"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE;
307
+ case hashString("HKQuantityTypeIdentifierStepCount"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT;
308
+ case hashString("HKQuantityTypeIdentifierDistanceWalkingRunning"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING;
309
+ case hashString("HKQuantityTypeIdentifierDistanceCycling"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING;
310
+ case hashString("HKQuantityTypeIdentifierDistanceWheelchair"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR;
311
+ case hashString("HKQuantityTypeIdentifierBasalEnergyBurned"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED;
312
+ case hashString("HKQuantityTypeIdentifierActiveEnergyBurned"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED;
313
+ case hashString("HKQuantityTypeIdentifierFlightsClimbed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED;
314
+ case hashString("HKQuantityTypeIdentifierNikeFuel"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNIKEFUEL;
315
+ case hashString("HKQuantityTypeIdentifierAppleExerciseTime"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME;
316
+ case hashString("HKQuantityTypeIdentifierPushCount"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPUSHCOUNT;
317
+ case hashString("HKQuantityTypeIdentifierDistanceSwimming"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING;
318
+ case hashString("HKQuantityTypeIdentifierSwimmingStrokeCount"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT;
319
+ case hashString("HKQuantityTypeIdentifierVO2Max"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX;
320
+ case hashString("HKQuantityTypeIdentifierDistanceDownhillSnowSports"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS;
321
+ case hashString("HKQuantityTypeIdentifierAppleStandTime"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME;
322
+ case hashString("HKQuantityTypeIdentifierHeartRate"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE;
323
+ case hashString("HKQuantityTypeIdentifierBodyTemperature"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE;
324
+ case hashString("HKQuantityTypeIdentifierBasalBodyTemperature"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE;
325
+ case hashString("HKQuantityTypeIdentifierBloodPressureSystolic"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC;
326
+ case hashString("HKQuantityTypeIdentifierBloodPressureDiastolic"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC;
327
+ case hashString("HKQuantityTypeIdentifierRespiratoryRate"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE;
328
+ case hashString("HKQuantityTypeIdentifierRestingHeartRate"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE;
329
+ case hashString("HKQuantityTypeIdentifierHeartRateVariabilitySDNN"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN;
330
+ case hashString("HKQuantityTypeIdentifierOxygenSaturation"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION;
331
+ case hashString("HKQuantityTypeIdentifierPeripheralPerfusionIndex"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX;
332
+ case hashString("HKQuantityTypeIdentifierBloodGlucose"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE;
333
+ case hashString("HKQuantityTypeIdentifierNumberOfTimesFallen"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN;
334
+ case hashString("HKQuantityTypeIdentifierElectrodermalActivity"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY;
335
+ case hashString("HKQuantityTypeIdentifierInhalerUsage"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE;
336
+ case hashString("HKQuantityTypeIdentifierInsulinDelivery"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY;
337
+ case hashString("HKQuantityTypeIdentifierBloodAlcoholContent"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT;
338
+ case hashString("HKQuantityTypeIdentifierForcedVitalCapacity"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY;
339
+ case hashString("HKQuantityTypeIdentifierForcedExpiratoryVolume1"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1;
340
+ case hashString("HKQuantityTypeIdentifierPeakExpiratoryFlowRate"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE;
341
+ case hashString("HKQuantityTypeIdentifierEnvironmentalAudioExposure"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE;
342
+ case hashString("HKQuantityTypeIdentifierHeadphoneAudioExposure"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE;
343
+ case hashString("HKQuantityTypeIdentifierDietaryFatTotal"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL;
344
+ case hashString("HKQuantityTypeIdentifierDietaryFatPolyunsaturated"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED;
345
+ case hashString("HKQuantityTypeIdentifierDietaryFatMonounsaturated"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED;
346
+ case hashString("HKQuantityTypeIdentifierDietaryFatSaturated"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED;
347
+ case hashString("HKQuantityTypeIdentifierDietaryCholesterol"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL;
348
+ case hashString("HKQuantityTypeIdentifierDietarySodium"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM;
349
+ case hashString("HKQuantityTypeIdentifierDietaryCarbohydrates"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES;
350
+ case hashString("HKQuantityTypeIdentifierDietaryFiber"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFIBER;
351
+ case hashString("HKQuantityTypeIdentifierDietarySugar"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR;
352
+ case hashString("HKQuantityTypeIdentifierDietaryEnergyConsumed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED;
353
+ case hashString("HKQuantityTypeIdentifierDietaryProtein"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN;
354
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminA"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA;
355
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminB6"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6;
356
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminB12"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12;
357
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminC"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC;
358
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminD"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND;
359
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminE"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE;
360
+ case hashString("HKQuantityTypeIdentifierDietaryVitaminK"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK;
361
+ case hashString("HKQuantityTypeIdentifierDietaryCalcium"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM;
362
+ case hashString("HKQuantityTypeIdentifierDietaryIron"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON;
363
+ case hashString("HKQuantityTypeIdentifierDietaryThiamin"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN;
364
+ case hashString("HKQuantityTypeIdentifierDietaryRiboflavin"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN;
365
+ case hashString("HKQuantityTypeIdentifierDietaryNiacin"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN;
366
+ case hashString("HKQuantityTypeIdentifierDietaryFolate"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE;
367
+ case hashString("HKQuantityTypeIdentifierDietaryBiotin"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN;
368
+ case hashString("HKQuantityTypeIdentifierDietaryPantothenicAcid"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID;
369
+ case hashString("HKQuantityTypeIdentifierDietaryPhosphorus"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS;
370
+ case hashString("HKQuantityTypeIdentifierDietaryIodine"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE;
371
+ case hashString("HKQuantityTypeIdentifierDietaryMagnesium"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM;
372
+ case hashString("HKQuantityTypeIdentifierDietaryZinc"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC;
373
+ case hashString("HKQuantityTypeIdentifierDietarySelenium"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM;
374
+ case hashString("HKQuantityTypeIdentifierDietaryCopper"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER;
375
+ case hashString("HKQuantityTypeIdentifierDietaryManganese"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE;
376
+ case hashString("HKQuantityTypeIdentifierDietaryChromium"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM;
377
+ case hashString("HKQuantityTypeIdentifierDietaryMolybdenum"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM;
378
+ case hashString("HKQuantityTypeIdentifierDietaryChloride"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE;
379
+ case hashString("HKQuantityTypeIdentifierDietaryPotassium"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM;
380
+ case hashString("HKQuantityTypeIdentifierDietaryCaffeine"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE;
381
+ case hashString("HKQuantityTypeIdentifierDietaryWater"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYWATER;
382
+ case hashString("HKQuantityTypeIdentifierSixMinuteWalkTestDistance"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE;
383
+ case hashString("HKQuantityTypeIdentifierWalkingSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED;
384
+ case hashString("HKQuantityTypeIdentifierWalkingStepLength"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH;
385
+ case hashString("HKQuantityTypeIdentifierWalkingAsymmetryPercentage"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE;
386
+ case hashString("HKQuantityTypeIdentifierWalkingDoubleSupportPercentage"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE;
387
+ case hashString("HKQuantityTypeIdentifierStairAscentSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED;
388
+ case hashString("HKQuantityTypeIdentifierStairDescentSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED;
389
+ case hashString("HKQuantityTypeIdentifierUVExposure"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE;
390
+ case hashString("HKQuantityTypeIdentifierAppleMoveTime"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME;
391
+ case hashString("HKQuantityTypeIdentifierAppleWalkingSteadiness"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS;
392
+ case hashString("HKQuantityTypeIdentifierNumberOfAlcoholicBeverages"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES;
393
+ case hashString("HKQuantityTypeIdentifierAtrialFibrillationBurden"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN;
394
+ case hashString("HKQuantityTypeIdentifierUnderwaterDepth"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH;
395
+ case hashString("HKQuantityTypeIdentifierWaterTemperature"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE;
396
+ case hashString("HKQuantityTypeIdentifierAppleSleepingWristTemperature"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE;
397
+ case hashString("HKQuantityTypeIdentifierTimeInDaylight"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT;
398
+ case hashString("HKQuantityTypeIdentifierPhysicalEffort"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT;
399
+ case hashString("HKQuantityTypeIdentifierCyclingSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED;
400
+ case hashString("HKQuantityTypeIdentifierCyclingPower"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER;
401
+ case hashString("HKQuantityTypeIdentifierCyclingFunctionalThresholdPower"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER;
402
+ case hashString("HKQuantityTypeIdentifierCyclingCadence"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE;
403
+ case hashString("HKQuantityTypeIdentifierEnvironmentalSoundReduction"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION;
404
+ case hashString("HKQuantityTypeIdentifierHeartRateRecoveryOneMinute"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE;
405
+ case hashString("HKQuantityTypeIdentifierRunningGroundContactTime"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME;
406
+ case hashString("HKQuantityTypeIdentifierRunningStrideLength"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH;
407
+ case hashString("HKQuantityTypeIdentifierRunningPower"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER;
408
+ case hashString("HKQuantityTypeIdentifierRunningVerticalOscillation"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION;
409
+ case hashString("HKQuantityTypeIdentifierRunningSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED;
410
+ case hashString("HKQuantityTypeIdentifierCrossCountrySkiingSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED;
411
+ case hashString("HKQuantityTypeIdentifierDistanceCrossCountrySkiing"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING;
412
+ case hashString("HKQuantityTypeIdentifierDistancePaddleSports"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS;
413
+ case hashString("HKQuantityTypeIdentifierDistanceRowing"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEROWING;
414
+ case hashString("HKQuantityTypeIdentifierDistanceSkatingSports"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS;
415
+ case hashString("HKQuantityTypeIdentifierEstimatedWorkoutEffortScore"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE;
416
+ case hashString("HKQuantityTypeIdentifierPaddleSportsSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED;
417
+ case hashString("HKQuantityTypeIdentifierRowingSpeed"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERROWINGSPEED;
418
+ case hashString("HKQuantityTypeIdentifierWorkoutEffortScore"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE;
419
+ case hashString("HKStateOfMindTypeIdentifier"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKSTATEOFMINDTYPEIDENTIFIER;
420
+ case hashString("HKAudiogramSampleType"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKAUDIOGRAMSAMPLETYPE;
421
+ case hashString("HKDataTypeIdentifierHeartbeatSeries"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKDATATYPEIDENTIFIERHEARTBEATSERIES;
422
+ case hashString("HKWorkoutRouteTypeIdentifier"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKWORKOUTROUTETYPEIDENTIFIER;
423
+ case hashString("HKWorkoutTypeIdentifier"): return margelo::nitro::healthkit::SampleTypeIdentifier::HKWORKOUTTYPEIDENTIFIER;
426
424
  default: [[unlikely]]
427
425
  throw std::invalid_argument("Cannot convert \"" + unionValue + "\" to enum SampleTypeIdentifier - invalid value!");
428
426
  }
429
427
  }
430
- static inline jsi::Value toJSI(jsi::Runtime& runtime, SampleTypeIdentifier arg) {
428
+ static inline jsi::Value toJSI(jsi::Runtime& runtime, margelo::nitro::healthkit::SampleTypeIdentifier arg) {
431
429
  switch (arg) {
432
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleStandHour");
433
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHighHeartRateEvent");
434
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowHeartRateEvent");
435
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadphoneAudioExposureEvent");
436
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepAnalysis");
437
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCervicalMucusQuality");
438
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierOvulationTestResult");
439
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMenstrualFlow");
440
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIntermenstrualBleeding");
441
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSexualActivity");
442
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMindfulSession");
443
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIrregularHeartRhythmEvent");
444
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAudioExposureEvent");
445
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierToothbrushingEvent");
446
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowCardioFitnessEvent");
447
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierContraceptive");
448
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLactation");
449
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancy");
450
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancyTestResult");
451
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierProgesteroneTestResult");
452
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent");
453
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleWalkingSteadinessEvent");
454
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHandwashingEvent");
455
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAbdominalCramps");
456
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERACNE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAcne");
457
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppetiteChanges");
458
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBladderIncontinence");
459
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLOATING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBloating");
460
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBREASTPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBreastPain");
461
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierChestTightnessOrPain");
462
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHILLS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierChills");
463
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONSTIPATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierConstipation");
464
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCOUGHING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCoughing");
465
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIARRHEA: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDiarrhea");
466
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIZZINESS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDizziness");
467
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDRYSKIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDrySkin");
468
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFAINTING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFainting");
469
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFATIGUE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFatigue");
470
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFEVER: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFever");
471
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierGeneralizedBodyAche");
472
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHAIRLOSS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHairLoss");
473
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADACHE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadache");
474
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEARTBURN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeartburn");
475
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHOTFLASHES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHotFlashes");
476
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLossOfSmell");
477
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLossOfTaste");
478
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowerBackPain");
479
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMemoryLapse");
480
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMOODCHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMoodChanges");
481
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNAUSEA: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierNausea");
482
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierNightSweats");
483
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPELVICPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPelvicPain");
484
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat");
485
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRUNNYNOSE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierRunnyNose");
486
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierShortnessOfBreath");
487
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSinusCongestion");
488
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSkippedHeartbeat");
489
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepChanges");
490
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSORETHROAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSoreThroat");
491
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierVaginalDryness");
492
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVOMITING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierVomiting");
493
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERWHEEZING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierWheezing");
494
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingAfterPregnancy");
495
- case SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingDuringPregnancy");
496
- case SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE: return JSIConverter<std::string>::toJSI(runtime, "HKCorrelationTypeIdentifierBloodPressure");
497
- case SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERFOOD: return JSIConverter<std::string>::toJSI(runtime, "HKCorrelationTypeIdentifierFood");
498
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingHeartRateAverage");
499
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMassIndex");
500
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyFatPercentage");
501
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeight");
502
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMass");
503
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierLeanBodyMass");
504
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaistCircumference");
505
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStepCount");
506
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWalkingRunning");
507
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCycling");
508
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWheelchair");
509
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalEnergyBurned");
510
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierActiveEnergyBurned");
511
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierFlightsClimbed");
512
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNIKEFUEL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNikeFuel");
513
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleExerciseTime");
514
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPUSHCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPushCount");
515
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSwimming");
516
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSwimmingStrokeCount");
517
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierVO2Max");
518
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceDownhillSnowSports");
519
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleStandTime");
520
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRate");
521
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyTemperature");
522
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalBodyTemperature");
523
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureSystolic");
524
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureDiastolic");
525
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRespiratoryRate");
526
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRestingHeartRate");
527
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateVariabilitySDNN");
528
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierOxygenSaturation");
529
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeripheralPerfusionIndex");
530
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodGlucose");
531
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfTimesFallen");
532
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierElectrodermalActivity");
533
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInhalerUsage");
534
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInsulinDelivery");
535
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodAlcoholContent");
536
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierForcedVitalCapacity");
537
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierForcedExpiratoryVolume1");
538
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeakExpiratoryFlowRate");
539
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalAudioExposure");
540
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeadphoneAudioExposure");
541
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatTotal");
542
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatPolyunsaturated");
543
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatMonounsaturated");
544
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatSaturated");
545
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCholesterol");
546
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySodium");
547
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCarbohydrates");
548
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFIBER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFiber");
549
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySugar");
550
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryEnergyConsumed");
551
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryProtein");
552
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminA");
553
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB6");
554
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB12");
555
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminC");
556
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminD");
557
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminE");
558
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminK");
559
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCalcium");
560
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIron");
561
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryThiamin");
562
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryRiboflavin");
563
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryNiacin");
564
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFolate");
565
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryBiotin");
566
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPantothenicAcid");
567
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPhosphorus");
568
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIodine");
569
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMagnesium");
570
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryZinc");
571
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySelenium");
572
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCopper");
573
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryManganese");
574
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChromium");
575
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMolybdenum");
576
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChloride");
577
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPotassium");
578
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCaffeine");
579
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYWATER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryWater");
580
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSixMinuteWalkTestDistance");
581
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingSpeed");
582
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingStepLength");
583
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingAsymmetryPercentage");
584
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingDoubleSupportPercentage");
585
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairAscentSpeed");
586
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairDescentSpeed");
587
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUVExposure");
588
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleMoveTime");
589
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleWalkingSteadiness");
590
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfAlcoholicBeverages");
591
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAtrialFibrillationBurden");
592
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUnderwaterDepth");
593
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaterTemperature");
594
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleSleepingWristTemperature");
595
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierTimeInDaylight");
596
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPhysicalEffort");
597
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingSpeed");
598
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingPower");
599
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingFunctionalThresholdPower");
600
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingCadence");
601
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalSoundReduction");
602
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateRecoveryOneMinute");
603
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningGroundContactTime");
604
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningStrideLength");
605
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningPower");
606
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningVerticalOscillation");
607
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningSpeed");
608
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCrossCountrySkiingSpeed");
609
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCrossCountrySkiing");
610
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistancePaddleSports");
611
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEROWING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceRowing");
612
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSkatingSports");
613
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEstimatedWorkoutEffortScore");
614
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPaddleSportsSpeed");
615
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERROWINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRowingSpeed");
616
- case SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWorkoutEffortScore");
617
- case SampleTypeIdentifier::HKSTATEOFMINDTYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKStateOfMindTypeIdentifier");
618
- case SampleTypeIdentifier::HKAUDIOGRAMSAMPLETYPE: return JSIConverter<std::string>::toJSI(runtime, "HKAudiogramSampleType");
619
- case SampleTypeIdentifier::HKDATATYPEIDENTIFIERHEARTBEATSERIES: return JSIConverter<std::string>::toJSI(runtime, "HKDataTypeIdentifierHeartbeatSeries");
620
- case SampleTypeIdentifier::HKWORKOUTROUTETYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKWorkoutRouteTypeIdentifier");
621
- case SampleTypeIdentifier::HKWORKOUTTYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKWorkoutTypeIdentifier");
430
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLESTANDHOUR: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleStandHour");
431
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHIGHHEARTRATEEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHighHeartRateEvent");
432
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWHEARTRATEEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowHeartRateEvent");
433
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadphoneAudioExposureEvent");
434
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPANALYSIS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepAnalysis");
435
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCERVICALMUCUSQUALITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCervicalMucusQuality");
436
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIEROVULATIONTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierOvulationTestResult");
437
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMENSTRUALFLOW: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMenstrualFlow");
438
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERINTERMENSTRUALBLEEDING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIntermenstrualBleeding");
439
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSEXUALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSexualActivity");
440
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMINDFULSESSION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMindfulSession");
441
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERIRREGULARHEARTRHYTHMEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierIrregularHeartRhythmEvent");
442
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAudioExposureEvent");
443
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERTOOTHBRUSHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierToothbrushingEvent");
444
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWCARDIOFITNESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowCardioFitnessEvent");
445
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONTRACEPTIVE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierContraceptive");
446
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLACTATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLactation");
447
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancy");
448
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPREGNANCYTESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPregnancyTestResult");
449
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPROGESTERONETESTRESULT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierProgesteroneTestResult");
450
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSUREEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierEnvironmentalAudioExposureEvent");
451
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPLEWALKINGSTEADINESSEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppleWalkingSteadinessEvent");
452
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHANDWASHINGEVENT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHandwashingEvent");
453
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERABDOMINALCRAMPS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAbdominalCramps");
454
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERACNE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAcne");
455
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERAPPETITECHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierAppetiteChanges");
456
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLADDERINCONTINENCE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBladderIncontinence");
457
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLOATING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBloating");
458
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBREASTPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBreastPain");
459
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHESTTIGHTNESSORPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierChestTightnessOrPain");
460
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCHILLS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierChills");
461
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCONSTIPATION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierConstipation");
462
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERCOUGHING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierCoughing");
463
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIARRHEA: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDiarrhea");
464
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDIZZINESS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDizziness");
465
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERDRYSKIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierDrySkin");
466
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFAINTING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFainting");
467
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFATIGUE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFatigue");
468
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERFEVER: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierFever");
469
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERGENERALIZEDBODYACHE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierGeneralizedBodyAche");
470
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHAIRLOSS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHairLoss");
471
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEADACHE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeadache");
472
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHEARTBURN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHeartburn");
473
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERHOTFLASHES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierHotFlashes");
474
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFSMELL: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLossOfSmell");
475
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOSSOFTASTE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLossOfTaste");
476
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERLOWERBACKPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierLowerBackPain");
477
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMEMORYLAPSE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMemoryLapse");
478
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERMOODCHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierMoodChanges");
479
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNAUSEA: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierNausea");
480
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERNIGHTSWEATS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierNightSweats");
481
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERPELVICPAIN: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierPelvicPain");
482
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRAPIDPOUNDINGORFLUTTERINGHEARTBEAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierRapidPoundingOrFlutteringHeartbeat");
483
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERRUNNYNOSE: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierRunnyNose");
484
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSHORTNESSOFBREATH: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierShortnessOfBreath");
485
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSINUSCONGESTION: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSinusCongestion");
486
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSKIPPEDHEARTBEAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSkippedHeartbeat");
487
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSLEEPCHANGES: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSleepChanges");
488
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERSORETHROAT: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierSoreThroat");
489
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVAGINALDRYNESS: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierVaginalDryness");
490
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERVOMITING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierVomiting");
491
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERWHEEZING: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierWheezing");
492
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGAFTERPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingAfterPregnancy");
493
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCATEGORYTYPEIDENTIFIERBLEEDINGDURINGPREGNANCY: return JSIConverter<std::string>::toJSI(runtime, "HKCategoryTypeIdentifierBleedingDuringPregnancy");
494
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERBLOODPRESSURE: return JSIConverter<std::string>::toJSI(runtime, "HKCorrelationTypeIdentifierBloodPressure");
495
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKCORRELATIONTYPEIDENTIFIERFOOD: return JSIConverter<std::string>::toJSI(runtime, "HKCorrelationTypeIdentifierFood");
496
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGHEARTRATEAVERAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingHeartRateAverage");
497
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASSINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMassIndex");
498
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYFATPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyFatPercentage");
499
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeight");
500
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyMass");
501
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERLEANBODYMASS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierLeanBodyMass");
502
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWAISTCIRCUMFERENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaistCircumference");
503
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTEPCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStepCount");
504
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWALKINGRUNNING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWalkingRunning");
505
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECYCLING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCycling");
506
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEWHEELCHAIR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceWheelchair");
507
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalEnergyBurned");
508
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERACTIVEENERGYBURNED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierActiveEnergyBurned");
509
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFLIGHTSCLIMBED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierFlightsClimbed");
510
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNIKEFUEL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNikeFuel");
511
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEEXERCISETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleExerciseTime");
512
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPUSHCOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPushCount");
513
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESWIMMING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSwimming");
514
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSWIMMINGSTROKECOUNT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSwimmingStrokeCount");
515
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERVO2MAX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierVO2Max");
516
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEDOWNHILLSNOWSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceDownhillSnowSports");
517
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESTANDTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleStandTime");
518
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRate");
519
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBodyTemperature");
520
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBASALBODYTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBasalBodyTemperature");
521
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSURESYSTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureSystolic");
522
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODPRESSUREDIASTOLIC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodPressureDiastolic");
523
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESPIRATORYRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRespiratoryRate");
524
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRESTINGHEARTRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRestingHeartRate");
525
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATEVARIABILITYSDNN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateVariabilitySDNN");
526
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIEROXYGENSATURATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierOxygenSaturation");
527
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPERIPHERALPERFUSIONINDEX: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeripheralPerfusionIndex");
528
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODGLUCOSE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodGlucose");
529
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFTIMESFALLEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfTimesFallen");
530
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERELECTRODERMALACTIVITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierElectrodermalActivity");
531
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINHALERUSAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInhalerUsage");
532
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERINSULINDELIVERY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierInsulinDelivery");
533
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERBLOODALCOHOLCONTENT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierBloodAlcoholContent");
534
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDVITALCAPACITY: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierForcedVitalCapacity");
535
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERFORCEDEXPIRATORYVOLUME1: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierForcedExpiratoryVolume1");
536
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPEAKEXPIRATORYFLOWRATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPeakExpiratoryFlowRate");
537
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALAUDIOEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalAudioExposure");
538
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEADPHONEAUDIOEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeadphoneAudioExposure");
539
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATTOTAL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatTotal");
540
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATPOLYUNSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatPolyunsaturated");
541
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATMONOUNSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatMonounsaturated");
542
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFATSATURATED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFatSaturated");
543
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHOLESTEROL: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCholesterol");
544
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSODIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySodium");
545
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCARBOHYDRATES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCarbohydrates");
546
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFIBER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFiber");
547
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSUGAR: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySugar");
548
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYENERGYCONSUMED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryEnergyConsumed");
549
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPROTEIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryProtein");
550
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINA: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminA");
551
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB6: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB6");
552
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINB12: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminB12");
553
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminC");
554
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMIND: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminD");
555
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminE");
556
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYVITAMINK: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryVitaminK");
557
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCALCIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCalcium");
558
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIRON: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIron");
559
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYTHIAMIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryThiamin");
560
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYRIBOFLAVIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryRiboflavin");
561
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYNIACIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryNiacin");
562
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYFOLATE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryFolate");
563
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYBIOTIN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryBiotin");
564
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPANTOTHENICACID: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPantothenicAcid");
565
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPHOSPHORUS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPhosphorus");
566
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYIODINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryIodine");
567
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMAGNESIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMagnesium");
568
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYZINC: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryZinc");
569
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYSELENIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietarySelenium");
570
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCOPPER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCopper");
571
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMANGANESE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryManganese");
572
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHROMIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChromium");
573
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYMOLYBDENUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryMolybdenum");
574
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCHLORIDE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryChloride");
575
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYPOTASSIUM: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryPotassium");
576
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYCAFFEINE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryCaffeine");
577
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDIETARYWATER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDietaryWater");
578
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSIXMINUTEWALKTESTDISTANCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierSixMinuteWalkTestDistance");
579
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingSpeed");
580
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGSTEPLENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingStepLength");
581
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGASYMMETRYPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingAsymmetryPercentage");
582
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWALKINGDOUBLESUPPORTPERCENTAGE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWalkingDoubleSupportPercentage");
583
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRASCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairAscentSpeed");
584
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERSTAIRDESCENTSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierStairDescentSpeed");
585
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUVEXPOSURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUVExposure");
586
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEMOVETIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleMoveTime");
587
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLEWALKINGSTEADINESS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleWalkingSteadiness");
588
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERNUMBEROFALCOHOLICBEVERAGES: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierNumberOfAlcoholicBeverages");
589
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERATRIALFIBRILLATIONBURDEN: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAtrialFibrillationBurden");
590
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERUNDERWATERDEPTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierUnderwaterDepth");
591
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWATERTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWaterTemperature");
592
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERAPPLESLEEPINGWRISTTEMPERATURE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierAppleSleepingWristTemperature");
593
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERTIMEINDAYLIGHT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierTimeInDaylight");
594
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPHYSICALEFFORT: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPhysicalEffort");
595
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingSpeed");
596
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingPower");
597
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGFUNCTIONALTHRESHOLDPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingFunctionalThresholdPower");
598
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCYCLINGCADENCE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCyclingCadence");
599
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERENVIRONMENTALSOUNDREDUCTION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEnvironmentalSoundReduction");
600
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERHEARTRATERECOVERYONEMINUTE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierHeartRateRecoveryOneMinute");
601
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGGROUNDCONTACTTIME: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningGroundContactTime");
602
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSTRIDELENGTH: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningStrideLength");
603
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGPOWER: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningPower");
604
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGVERTICALOSCILLATION: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningVerticalOscillation");
605
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERRUNNINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRunningSpeed");
606
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERCROSSCOUNTRYSKIINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierCrossCountrySkiingSpeed");
607
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCECROSSCOUNTRYSKIING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceCrossCountrySkiing");
608
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEPADDLESPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistancePaddleSports");
609
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCEROWING: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceRowing");
610
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERDISTANCESKATINGSPORTS: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierDistanceSkatingSports");
611
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERESTIMATEDWORKOUTEFFORTSCORE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierEstimatedWorkoutEffortScore");
612
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERPADDLESPORTSSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierPaddleSportsSpeed");
613
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERROWINGSPEED: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierRowingSpeed");
614
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKQUANTITYTYPEIDENTIFIERWORKOUTEFFORTSCORE: return JSIConverter<std::string>::toJSI(runtime, "HKQuantityTypeIdentifierWorkoutEffortScore");
615
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKSTATEOFMINDTYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKStateOfMindTypeIdentifier");
616
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKAUDIOGRAMSAMPLETYPE: return JSIConverter<std::string>::toJSI(runtime, "HKAudiogramSampleType");
617
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKDATATYPEIDENTIFIERHEARTBEATSERIES: return JSIConverter<std::string>::toJSI(runtime, "HKDataTypeIdentifierHeartbeatSeries");
618
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKWORKOUTROUTETYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKWorkoutRouteTypeIdentifier");
619
+ case margelo::nitro::healthkit::SampleTypeIdentifier::HKWORKOUTTYPEIDENTIFIER: return JSIConverter<std::string>::toJSI(runtime, "HKWorkoutTypeIdentifier");
622
620
  default: [[unlikely]]
623
621
  throw std::invalid_argument("Cannot convert SampleTypeIdentifier to JS - invalid value: "
624
622
  + std::to_string(static_cast<int>(arg)) + "!");