fw-webbuilder 1.1.188 → 1.1.190

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
@@ -361,6 +361,17 @@ declare class webBuilderService {
361
361
  deleteContactSupport(id: string): Promise<any>;
362
362
  getContactSupports_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
363
363
  getAdminUsers_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
364
+ /**
365
+ * Biến dữ liệu thô AI (data.txt) thành danh sách các khỏi (block) có chứa objects
366
+ * @param rawData Mảng data thô chứa thông tin layout từ AI
367
+ */
368
+ convertRawAI2Objects(rawData: any[]): any[];
369
+ createJob(url: string): Promise<any>;
370
+ getJobStatus(jobId: string): Promise<any>;
371
+ POLLING_INTERVAL: number;
372
+ TIMEOUT_MINUTES: number;
373
+ pollJobUntilComplete(jobId: string): Observable<any>;
374
+ generateAndWait(requestUrl: string): Observable<any>;
364
375
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
365
376
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
366
377
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.188",
3
+ "version": "1.1.190",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",