fw-webbuilder 1.1.249 → 1.1.250

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
@@ -155,7 +155,7 @@ declare class webBuilderService {
155
155
  private wrapApiCall;
156
156
  addProject(data: any): Promise<any>;
157
157
  copyProject(data: any): Promise<any>;
158
- checkSubDomain(domain: any): Promise<any>;
158
+ checkDomainAvailability(params: any): Promise<any>;
159
159
  updateProject(id: string, data: any): Promise<any>;
160
160
  deleteProject(id: string): Promise<any>;
161
161
  getProjects_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.249",
3
+ "version": "1.1.250",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",