ionic-vhframeworks 10.3.1 → 10.3.3

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.
@@ -26530,6 +26530,20 @@ export declare class VhQuerySales {
26530
26530
  * @returns Promise => {vcode, msg, data(array)}
26531
26531
  */
26532
26532
  changeBill_toInvoice_byMinvoice(id_bill: string, invoiceSeries: string): Promise<any>;
26533
+ /**
26534
+ * @example
26535
+ * this.vhQuerySales.changeTiktok_toInvoice_byMinvoice(order,invoiceSeries)
26536
+ .then((rsp)=>{
26537
+ //-----------your code here-----------
26538
+ },(error:any)=>{
26539
+ console.log('error', error)
26540
+ })
26541
+ * @param order : hóa đơn lấy từ tiktok về
26542
+ * @param invoiceSeries : ký hiệu hóa đơn
26543
+ * @returns Promise => {vcode, msg, data(array)}
26544
+ */
26545
+ private changeTiktok_toInvoice_byMinvoice;
26546
+ private changeTiktok_toInvoice_byMinvoice1;
26533
26547
  /**
26534
26548
  * hàm này chỉ dùng cho trường hợp bill_type 5->1, 29->3031, 36->1, 42->40, 43->41, 52->50, 53->51
26535
26549
  * @example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.3.1",
3
+ "version": "10.3.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"