@mu-cabin/opms-permission 0.9.15 → 0.9.16

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
@@ -474,7 +474,7 @@ declare class Permission {
474
474
  force?: boolean;
475
475
  cacheTimeout?: number;
476
476
  }): Promise<{
477
- [orgCode: string]: OrgRecord$1;
477
+ [orgCode: string]: OrgTreeItem;
478
478
  }>;
479
479
  /**
480
480
  * Get current storage version
package/dist/index.d.ts CHANGED
@@ -474,7 +474,7 @@ declare class Permission {
474
474
  force?: boolean;
475
475
  cacheTimeout?: number;
476
476
  }): Promise<{
477
- [orgCode: string]: OrgRecord$1;
477
+ [orgCode: string]: OrgTreeItem;
478
478
  }>;
479
479
  /**
480
480
  * Get current storage version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mu-cabin/opms-permission",
3
- "version": "0.9.15",
3
+ "version": "0.9.16",
4
4
  "description": "Frontend SDK for OPMS permission and auth management.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",