@elite.framework/ng.core 2.0.32 → 2.0.33

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/models/index.d.ts CHANGED
@@ -569,6 +569,9 @@ declare class AuthErrorEvent extends AuthEvent {
569
569
  interface LoginParams {
570
570
  username: string;
571
571
  password: string;
572
+ companyId: string;
573
+ branchId: string;
574
+ branchYearId: string;
572
575
  rememberMe?: boolean;
573
576
  redirectUrl?: string;
574
577
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"