@mu-cabin/opms-permission 0.9.28 → 0.9.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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -203,6 +203,7 @@ interface UserOrgTreeParams {
|
|
|
203
203
|
menuResourceId?: number;
|
|
204
204
|
stewardUnitLevel?: number;
|
|
205
205
|
keepHead?: boolean;
|
|
206
|
+
withBrotherUnit?: boolean;
|
|
206
207
|
}
|
|
207
208
|
type ResultViewType = 'LIST' | 'TREE' | 'FOREST';
|
|
208
209
|
type OrgDirectionType = 'NONE' | 'FROM_SELF_TO_ROOT' | 'FROM_SELF_TO_LEAF' | 'TWO_WAY';
|
package/dist/index.d.ts
CHANGED
|
@@ -203,6 +203,7 @@ interface UserOrgTreeParams {
|
|
|
203
203
|
menuResourceId?: number;
|
|
204
204
|
stewardUnitLevel?: number;
|
|
205
205
|
keepHead?: boolean;
|
|
206
|
+
withBrotherUnit?: boolean;
|
|
206
207
|
}
|
|
207
208
|
type ResultViewType = 'LIST' | 'TREE' | 'FOREST';
|
|
208
209
|
type OrgDirectionType = 'NONE' | 'FROM_SELF_TO_ROOT' | 'FROM_SELF_TO_LEAF' | 'TWO_WAY';
|