@kittycad/lib 4.0.3 → 4.0.6
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.
|
@@ -9655,7 +9655,7 @@ export interface UserCadInfoAdminDetails {
|
|
|
9655
9655
|
/** nullable:true, description:Number of CAD users. */
|
|
9656
9656
|
number_of_cad_users?: string;
|
|
9657
9657
|
}
|
|
9658
|
-
export type UserFeature = 'aquarium' | 'proprietary_to_kcl_conversion_beta' | 'classic_sketch_mode';
|
|
9658
|
+
export type UserFeature = 'aquarium' | 'proprietary_to_kcl_conversion_beta' | 'classic_sketch_mode' | 'web_app_file_browser';
|
|
9659
9659
|
export interface UserFeatureEntry {
|
|
9660
9660
|
/** Stable identifier for the feature flag (snake_case). */
|
|
9661
9661
|
id: UserFeature;
|