@mu-cabin/opms-permission 0.8.24 → 0.8.26

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
@@ -48,7 +48,7 @@ interface OrgTreeItem {
48
48
  children: OrgTreeItem[];
49
49
  disabled: boolean;
50
50
  orgType: string;
51
- orgId: string;
51
+ orgId: number;
52
52
  }
53
53
  interface ChildOrganization {
54
54
  orgId: number;
package/dist/index.d.ts CHANGED
@@ -48,7 +48,7 @@ interface OrgTreeItem {
48
48
  children: OrgTreeItem[];
49
49
  disabled: boolean;
50
50
  orgType: string;
51
- orgId: string;
51
+ orgId: number;
52
52
  }
53
53
  interface ChildOrganization {
54
54
  orgId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mu-cabin/opms-permission",
3
- "version": "0.8.24",
3
+ "version": "0.8.26",
4
4
  "description": "Frontend SDK for OPMS permission and auth management.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",