fw-webbuilder 1.1.228 → 1.1.229

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
@@ -368,6 +368,7 @@ declare class webBuilderService {
368
368
  getDashboard(startDate: string, endDate: string): Promise<Object>;
369
369
  private getVisitorId;
370
370
  addAdminUser(data: any): Promise<any>;
371
+ changeTemplate(db: string, id_template: string): Promise<Object>;
371
372
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
372
373
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
373
374
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.228",
3
+ "version": "1.1.229",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",