@mu-cabin/opms-permission 0.2.0 → 0.4.0

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
@@ -81,9 +81,8 @@ interface UserOrganization {
81
81
  }
82
82
 
83
83
  interface PermissionOptions {
84
- systemId: number;
84
+ systemId: string;
85
85
  baseUrl: string;
86
- ssoBaseUrl: string;
87
86
  }
88
87
  declare class Permission {
89
88
  private _userInfo;
package/dist/index.d.ts CHANGED
@@ -81,9 +81,8 @@ interface UserOrganization {
81
81
  }
82
82
 
83
83
  interface PermissionOptions {
84
- systemId: number;
84
+ systemId: string;
85
85
  baseUrl: string;
86
- ssoBaseUrl: string;
87
86
  }
88
87
  declare class Permission {
89
88
  private _userInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mu-cabin/opms-permission",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Frontend SDK for OPMS permission and auth management.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.mjs.js",