@noatgnu/cupcake-core 1.2.2 → 1.2.3

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/index.d.ts CHANGED
@@ -541,8 +541,8 @@ declare class ApiService {
541
541
  isStaff?: boolean;
542
542
  isActive?: boolean;
543
543
  search?: string;
544
- page?: number;
545
- pageSize?: number;
544
+ limit?: number;
545
+ offset?: number;
546
546
  }): Observable<UserListResponse>;
547
547
  getUser(id: number): Observable<User>;
548
548
  createUser(userData: UserCreateRequest): Observable<UserResponse>;
@@ -816,8 +816,8 @@ declare class UserManagementService {
816
816
  isStaff?: boolean;
817
817
  isActive?: boolean;
818
818
  search?: string;
819
- page?: number;
820
- pageSize?: number;
819
+ limit?: number;
820
+ offset?: number;
821
821
  }): Observable<PaginatedResponse<User>>;
822
822
  getUser(id: number): Observable<User>;
823
823
  createUser(userData: UserCreateRequest): Observable<UserResponse>;
@@ -1249,7 +1249,7 @@ declare class UserProfileComponent implements OnInit {
1249
1249
  profileForm: FormGroup;
1250
1250
  passwordForm: FormGroup;
1251
1251
  emailChangeForm: FormGroup;
1252
- activeTab: _angular_core.WritableSignal<"password" | "email" | "profile" | "account">;
1252
+ activeTab: _angular_core.WritableSignal<"email" | "password" | "profile" | "account">;
1253
1253
  isUpdatingProfile: _angular_core.WritableSignal<boolean>;
1254
1254
  isChangingPassword: _angular_core.WritableSignal<boolean>;
1255
1255
  isChangingEmail: _angular_core.WritableSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noatgnu/cupcake-core",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "A reusable Angular library that provides user management, authentication, and site configuration functionality for cupcake applications.",
5
5
  "keywords": [
6
6
  "angular",