@kittycad/lib 4.2.0 → 4.2.2

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.
@@ -10147,7 +10147,7 @@ export interface UserCadInfoAdminDetails {
10147
10147
  */
10148
10148
  what_are_you_building?: string;
10149
10149
  }
10150
- export type UserFeature = 'aquarium' | 'bodies_pane' | 'enable_z0006_lint' | 'modeling_dialogs' | 'proprietary_to_kcl_conversion_beta' | 'sketch_experimental_features' | 'web_app_file_browser';
10150
+ export type UserFeature = 'aquarium' | 'bodies_pane' | 'enable_z0006_lint' | 'modeling_dialogs' | 'plugins' | 'proprietary_to_kcl_conversion_beta' | 'sketch_experimental_features' | 'web_app_file_browser';
10151
10151
  export interface UserFeatureEntry {
10152
10152
  /** Stable identifier for the feature flag (snake_case). */
10153
10153
  id: UserFeature;