ngx-vector-components 4.35.0 → 4.37.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.
@@ -205,5 +205,6 @@ export declare enum ProfileModuleActionType {
205
205
  SHOW_ADVANCE_ETCD = "Show Advance ETCD",
206
206
  APPROVE_REQUESTS_ETCD = "Approve Requests ETCD",
207
207
  SHOW_SUPPLY = "Show Supply",
208
- SHOW_TRIP_OFFERT = "Trip Offer Show"
208
+ SHOW_TRIP_OFFERT = "Trip Offer Show",
209
+ ADD_LASTNAME_LOCATION = "Add LastName Location"
209
210
  }
@@ -18,7 +18,7 @@ export declare class ProfileService {
18
18
  hasAnyFintechPermission: boolean;
19
19
  hasAnyMarketplacePermission: boolean;
20
20
  constructor(http: HttpClient, storageService: StorageService);
21
- getUserProfile(): void;
21
+ getUserProfile(): Observable<any>;
22
22
  userHasPermission(action: ProfileModuleActionType | ProfileModuleType | ProfileModuleActionType[] | ProfileModuleType[] | undefined): boolean;
23
23
  getUserInfo(): Observable<any>;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ProfileService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.35.0",
3
+ "version": "4.37.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",