fw-webbuilder 1.1.98 → 1.1.99

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
@@ -296,7 +296,7 @@ declare class webBuilderService {
296
296
  * @param object đối tượng clone
297
297
  */
298
298
  handleCloneObject(parent: any, object: any, change_position?: boolean): Promise<void>;
299
- handleOrder(customer_info: any, note: any, payment_method: any): Promise<any>;
299
+ handleOrder(customer_info: any, note: any, payment_method: any, id_user: any): Promise<any>;
300
300
  getOrders_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
301
301
  updateOrder(id: string, data: any): Promise<any>;
302
302
  deleteOrder(id: string): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.98",
3
+ "version": "1.1.99",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",