ionic-vhframeworks 10.1.7 → 10.1.8

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.
@@ -20911,7 +20911,7 @@ export declare class VhEinvoice {
20911
20911
  * @param editmode
20912
20912
  * @param data
20913
20913
  * @returns Promise => {code, message, ok, data}
20914
- * {code: "00", message: null, ok: true, data: {}} //Gửi thành công
20914
+ * {code: "00", message: null, ok: true, data: {}} //Gửi CQT thành công
20915
20915
  * {code: "88", error: "Trùng key tích hợp", message: "Trùng key tích hợp", ok: false} //Hóa đơn này đã được gửi trước đây
20916
20916
  * {code: "29442", message: "Delete invoice error because the number invoice is sequential", ok: false, error: "Delete invoice error because the number invoice is sequential"}}
20917
20917
  */
@@ -20930,6 +20930,7 @@ export declare class VhEinvoice {
20930
20930
  * @param editmode
20931
20931
  * @param data
20932
20932
  * @returns Promise => {"code": "00", "message": null, "ok": true, "data": {}}
20933
+ * {code: "29442", message: "Delete invoice error because the number invoice is sequential", ok: false, error: "Delete invoice error because the number invoice is sequential"}}
20933
20934
  */
20934
20935
  saveInvoice_Sign_byMinvoice(taxcode: string, token: string, editmode: number, data: any): Promise<any>;
20935
20936
  /**
@@ -20945,6 +20946,7 @@ export declare class VhEinvoice {
20945
20946
  * @param token
20946
20947
  * @param hoadon68_id : "5fc578a6-1ca1-46f9-ab4f-6a0de4b54c32"
20947
20948
  * @returns Promise => {"code": "00", "message": null, "ok": true, "data": {}}
20949
+ * {code: "00", message: null, ok: true, data: {}} //Gửi thành công
20948
20950
  */
20949
20951
  signInvoice_byMinvoice(taxcode: string, token: string, hoadon68_id: string): Promise<any>;
20950
20952
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.1.7",
3
+ "version": "10.1.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"