@rentcheck/biz 1.0.241 → 1.0.243

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.
@@ -1,4 +1,2 @@
1
- import { ApiInspectionSkill, Skill } from '@rentcheck/types';
2
- export declare const getDefaultInspectionSkills: () => Skill[];
3
- export declare const getAllLatchelSkills: () => Skill[];
4
- export declare const getInspectionSkills: (vendor?: ApiInspectionSkill["vendor"]) => ApiInspectionSkill[];
1
+ import { ApiInspectionSkill } from '@rentcheck/types';
2
+ export declare const rentCheckSkills: ApiInspectionSkill[];