fw-webbuilder 0.0.5 → 0.0.6

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