@kittycad/lib 4.0.28 → 4.0.29

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.
@@ -9656,7 +9656,7 @@ export interface UserCadInfoAdminDetails {
9656
9656
  */
9657
9657
  what_are_you_building?: string;
9658
9658
  }
9659
- export type UserFeature = 'aquarium' | 'proprietary_to_kcl_conversion_beta' | 'web_app_file_browser';
9659
+ export type UserFeature = 'aquarium' | 'bodies_pane' | 'proprietary_to_kcl_conversion_beta' | 'web_app_file_browser';
9660
9660
  export interface UserFeatureEntry {
9661
9661
  /** Stable identifier for the feature flag (snake_case). */
9662
9662
  id: UserFeature;