@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 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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mu-cabin/opms-permission",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "Frontend SDK for OPMS permission and auth management.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",