@frontegg/angular 5.17.1-alpha.4380171381 → 5.18.0-alpha.4382738150

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.
@@ -134,10 +134,10 @@ export declare class FronteggAuthService {
134
134
  resetTeamState: () => void;
135
135
  loadUsers: (payload: WithCallback<WithSilentLoad<ILoadUsers>, ITeamUser[]>) => void;
136
136
  loadRoles: (payload?: {
137
- callback?: ((data: {
137
+ callback?: import("@frontegg/redux-store").CallbackMethod<{
138
138
  roles: import("@frontegg/rest-api").ITeamUserRole[];
139
139
  permissions: import("@frontegg/rest-api").ITeamUserPermission[];
140
- } | null, error?: string | undefined) => void) | undefined;
140
+ }> | undefined;
141
141
  } | undefined) => void;
142
142
  addUser: (payload: WithCallback<IAddUser, ITeamUser>) => void;
143
143
  updateUser: (payload: WithCallback<IUpdateUser, ITeamUser>) => void;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.17.1-alpha.4380171381",
3
+ "version": "5.18.0-alpha.4382738150",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",
7
7
  "@angular/core": ">=12.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@frontegg/js": "6.74.0",
10
+ "@frontegg/js": "6.77.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",