fw-webbuilder 1.1.148 → 1.1.149

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
@@ -326,6 +326,7 @@ declare class webBuilderService {
326
326
  getEndUsers_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
327
327
  addEndUser(data: any): Promise<any>;
328
328
  updateEndUser(id: string, data: any): Promise<any>;
329
+ deleteEndUser(id: string): Promise<any>;
329
330
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
330
331
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
331
332
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.148",
3
+ "version": "1.1.149",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",