fw-webbuilder 1.1.8 → 1.1.10
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/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -306,6 +306,7 @@ declare class webBuilderService {
|
|
|
306
306
|
updateAdminCategory(id: string, data: any): Promise<any>;
|
|
307
307
|
deleteAdminCategory(id: string): Promise<any>;
|
|
308
308
|
getAdminCategories_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
|
|
309
|
+
onPublish(): Promise<Object>;
|
|
309
310
|
static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
|
|
310
311
|
static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
|
|
311
312
|
}
|