fw-webbuilder 0.0.11 → 0.0.13

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
@@ -126,6 +126,7 @@ declare class webBuilderService {
126
126
  private wrapApiCall;
127
127
  addProject(data: any): Promise<any>;
128
128
  copyProject(data: any): Promise<any>;
129
+ checkSubDomain(subDomain: any): Promise<any>;
129
130
  updateProject(id: string, data: any): Promise<any>;
130
131
  deleteProject(id: string): Promise<any>;
131
132
  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": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"