ionic-vhframeworks 3.7.0 → 3.7.1

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.
@@ -6999,7 +6999,7 @@ export declare class VhQuerySales {
6999
6999
  /**------------------------TIKI Ecommerce-------------------------- */
7000
7000
  /**
7001
7001
  * @example:
7002
- * this.vhQuerySales.GetShippingStampForDropshipTiki(code, access_token).then((result)=>{
7002
+ * this.vhQuerySales.GetShippingStampForDropshipTiki(code, size, access_token).then((result)=>{
7003
7003
  console.log('result', result);
7004
7004
  },error=>{
7005
7005
  console.log('error', error);
@@ -7008,7 +7008,7 @@ export declare class VhQuerySales {
7008
7008
  * @param access_token :string
7009
7009
  * @returns Promise
7010
7010
  */
7011
- GetShippingStampForDropshipTiki(code: string, access_token: string): Promise<unknown>;
7011
+ GetShippingStampForDropshipTiki(code: string, size: any, access_token: string): Promise<unknown>;
7012
7012
  /**
7013
7013
  * @example:
7014
7014
  * this.vhQuerySales.getSellerInventoriesForConfirmationTiki(access_token).then((result)=>{
@@ -10666,7 +10666,7 @@ export declare class VhQuerySales {
10666
10666
  */
10667
10667
  getDebtCustomers(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
10668
10668
  /**
10669
- * lấy về 1 bảng báo cáo (report) theo cấu trúc json ở dưới
10669
+ * lấy về 1 bảng báo cáo kiểm kho (report) theo cấu trúc json ở dưới
10670
10670
  * @example:
10671
10671
  * this.vhQuerySales.getReportInventoryTime_byTimes('hNCda0obCvrX6qC3PZ0N')
10672
10672
  .then((reports)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"