From ba15194e31420d01f9ecf2aad2fc43d15c7a7d65 Mon Sep 17 00:00:00 2001 From: Justin Stanley Date: Wed, 17 Apr 2024 13:07:40 -0500 Subject: [PATCH] Update native-types.ts with latest activity types Add latest HKWorkoutActivityType values to enum. --- src/native-types.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/native-types.ts b/src/native-types.ts index 7ff5cc41..c0317ee1 100644 --- a/src/native-types.ts +++ b/src/native-types.ts @@ -916,6 +916,13 @@ export enum HKWorkoutActivityType { handCycling = 74, discSports = 75, fitnessGaming = 76, + cardioDance = 77, + socialDance = 78, + pickleball = 79, + cooldown = 80, + swimBikeRun = 82, + transition = 83, + underwaterDiving = 84, other = 3000, }