fw-webbuilder 1.1.205 → 1.1.207

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
@@ -374,6 +374,7 @@ declare class webBuilderService {
374
374
  pollJobUntilComplete(jobId: string): Observable<any>;
375
375
  generateAndWait(requestUrl: string): Observable<any>;
376
376
  getProjectsByIdUser(query: any, sort: any, page: any, limit: any): Promise<any>;
377
+ updateExpiredAt(id_project: string, expired_at: string): Promise<any>;
377
378
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
378
379
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
379
380
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.205",
3
+ "version": "1.1.207",
4
4
  "peerDependencies": {
5
5
  "@abacritt/angularx-social-login": "2.4.0",
6
6
  "@angular/common": "^20.3.0",