@@ -334,9 +334,9 @@ const quantityTypes = {
334
334
dietaryWater : HKQuantityTypeIdentifierDietaryWater ,
335
335
dietaryZinc : HKQuantityTypeIdentifierDietaryZinc ,
336
336
distanceCycling : HKQuantityTypeIdentifierDistanceCycling ,
337
- //distanceSwimming: HKQuantityTypeIdentifierDistanceSwimming,
337
+ // distanceSwimming: HKQuantityTypeIdentifierDistanceSwimming,
338
338
distanceWalkingRunning : HKQuantityTypeIdentifierDistanceWalkingRunning ,
339
- //distanceWheelChair: HKQuantityTypeIdentifierDistanceWheelchair,
339
+ // distanceWheelChair: HKQuantityTypeIdentifierDistanceWheelchair,
340
340
electrodermalActivity : HKQuantityTypeIdentifierElectrodermalActivity ,
341
341
flightsClimbed : HKQuantityTypeIdentifierFlightsClimbed ,
342
342
forcedExpiratoryVolume1 : HKQuantityTypeIdentifierForcedExpiratoryVolume1 ,
@@ -350,10 +350,10 @@ const quantityTypes = {
350
350
oxygenSaturation : HKQuantityTypeIdentifierOxygenSaturation ,
351
351
peakExpiratoryFlowRate : HKQuantityTypeIdentifierPeakExpiratoryFlowRate ,
352
352
peripheralPerfusionIndex : HKQuantityTypeIdentifierPeripheralPerfusionIndex ,
353
- //pushCount: HKQuantityTypeIdentifierPushCount,
353
+ // pushCount: HKQuantityTypeIdentifierPushCount,
354
354
respiratoryRate : HKQuantityTypeIdentifierRespiratoryRate ,
355
355
stepCount : HKQuantityTypeIdentifierStepCount ,
356
- //swimmingStrokeCount: HKQuantityTypeIdentifierSwimmingStrokeCount,
356
+ // swimmingStrokeCount: HKQuantityTypeIdentifierSwimmingStrokeCount,
357
357
uvExposure : HKQuantityTypeIdentifierUVExposure
358
358
} ;
359
359
@@ -366,13 +366,13 @@ if (typeof HKQuantityTypeIdentifierDistanceWheelchair !== 'undefined') {
366
366
Object . assign ( quantityTypes , {
367
367
distanceWheelChair : HKQuantityTypeIdentifierDistanceWheelchair
368
368
} ) ;
369
- //quantityTypes[distanceWheelChair]= HKQuantityTypeIdentifierDistanceWheelchair;
369
+ // quantityTypes[distanceWheelChair]= HKQuantityTypeIdentifierDistanceWheelchair;
370
370
}
371
371
if ( typeof HKQuantityTypeIdentifierPushCount !== 'undefined' ) {
372
372
Object . assign ( quantityTypes , {
373
373
pushCount : HKQuantityTypeIdentifierPushCount
374
374
} ) ;
375
- //quantityTypes[pushCount]= HKQuantityTypeIdentifierPushCount;
375
+ // quantityTypes[pushCount]= HKQuantityTypeIdentifierPushCount;
376
376
}
377
377
if ( typeof HKQuantityTypeIdentifierSwimmingStrokeCount !== 'undefined' ) {
378
378
Object . assign ( quantityTypes , {
@@ -386,21 +386,21 @@ const characteristicTypes = {
386
386
bloodType : HKCharacteristicTypeIdentifierBloodType ,
387
387
dateOfBirthComponents : HKCharacteristicTypeIdentifierDateOfBirth ,
388
388
fitzpatrickSkinType : HKCharacteristicTypeIdentifierFitzpatrickSkinType ,
389
- //wheelchairUse: HKCharacteristicTypeIdentifierWheelchairUse
389
+ // wheelchairUse: HKCharacteristicTypeIdentifierWheelchairUse
390
390
} ;
391
391
if ( typeof HKCharacteristicTypeIdentifierWheelchairUse !== 'undefined' ) {
392
392
Object . assign ( characteristicTypes , {
393
393
wheelchairUse : HKCharacteristicTypeIdentifierWheelchairUse
394
394
} ) ;
395
- //characteristicTypes[wheelchairUse]= HKCharacteristicTypeIdentifierWheelchairUse;
395
+ // characteristicTypes[wheelchairUse]= HKCharacteristicTypeIdentifierWheelchairUse;
396
396
}
397
397
398
398
const categoryTypes = {
399
399
appleStandHour : HKCategoryTypeIdentifierAppleStandHour ,
400
400
cervicalMucusQuality : HKCategoryTypeIdentifierCervicalMucusQuality ,
401
401
intermenstrualBleeding : HKCategoryTypeIdentifierIntermenstrualBleeding ,
402
402
menstrualFlow : HKCategoryTypeIdentifierMenstrualFlow ,
403
- //mindfulSession: HKCategoryTypeIdentifierMindfulSession,
403
+ // mindfulSession: HKCategoryTypeIdentifierMindfulSession,
404
404
ovulationTestResult : HKCategoryTypeIdentifierOvulationTestResult ,
405
405
sexualActivity : HKCategoryTypeIdentifierSexualActivity
406
406
// "sleepAnalysis" : HKCategoryTypeIdentifierSleepAnalysis
@@ -409,7 +409,7 @@ if (typeof HKCategoryTypeIdentifierMindfulSession !== 'undefined') {
409
409
Object . assign ( categoryTypes , {
410
410
mindfulSession : HKCategoryTypeIdentifierMindfulSession
411
411
} ) ;
412
- //categoryTypes[mindfulSession]= HKCategoryTypeIdentifierMindfulSession;
412
+ // categoryTypes[mindfulSession]= HKCategoryTypeIdentifierMindfulSession;
413
413
}
414
414
415
415
const acceptableDataTypes = {
0 commit comments