@autologix-engineering/shared 1.0.603 → 1.0.604
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/package.json
CHANGED
|
@@ -4,6 +4,7 @@ import { TypedModel } from './typed.model';
|
|
|
4
4
|
import { IRequest } from './request.model';
|
|
5
5
|
import { IBusinessContextOwner } from './business.context.owner.model';
|
|
6
6
|
import { IStatement } from './statement.model';
|
|
7
|
+
import { ITax } from './tax.model';
|
|
7
8
|
export declare enum TaxInvoiceField {
|
|
8
9
|
InvoiceId = "invoiceId",
|
|
9
10
|
InvoiceNumber = "invoiceNumber",
|
|
@@ -21,6 +22,7 @@ export declare enum TaxInvoiceField {
|
|
|
21
22
|
TotalAmount = "totalAmount",
|
|
22
23
|
TaxAmount = "taxAmount",
|
|
23
24
|
LineItems = "lineItems",
|
|
25
|
+
Taxes = "taxes",
|
|
24
26
|
BookingNumber = "bookingNumber",
|
|
25
27
|
Booking = "booking",
|
|
26
28
|
BookingId = "bookingId",
|
|
@@ -56,6 +58,7 @@ export interface ITaxInvoice extends TypedModel {
|
|
|
56
58
|
[TaxInvoiceField.TotalAmount]: number;
|
|
57
59
|
[TaxInvoiceField.TaxAmount]: number;
|
|
58
60
|
[TaxInvoiceField.LineItems]: INumberedInvoiceLineItem[];
|
|
61
|
+
[TaxInvoiceField.Taxes]: ITax[];
|
|
59
62
|
[TaxInvoiceField.BookingNumber]: string;
|
|
60
63
|
[TaxInvoiceField.Booking]: IRequest;
|
|
61
64
|
[TaxInvoiceField.BookingId]: string;
|
|
@@ -16,6 +16,7 @@ export var TaxInvoiceField;
|
|
|
16
16
|
TaxInvoiceField["TotalAmount"] = "totalAmount";
|
|
17
17
|
TaxInvoiceField["TaxAmount"] = "taxAmount";
|
|
18
18
|
TaxInvoiceField["LineItems"] = "lineItems";
|
|
19
|
+
TaxInvoiceField["Taxes"] = "taxes";
|
|
19
20
|
TaxInvoiceField["BookingNumber"] = "bookingNumber";
|
|
20
21
|
TaxInvoiceField["Booking"] = "booking";
|
|
21
22
|
TaxInvoiceField["BookingId"] = "bookingId";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tax.invoice.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/tax.invoice.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tax.invoice.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/tax.invoice.model.ts"],"names":[],"mappings":"AAOA,MAAM,CAAN,IAAY,eAmCX;AAnCD,WAAY,eAAe;IAC1B,0CAAuB,CAAA;IACvB,kDAA+B,CAAA;IAC/B,sDAAmC,CAAA;IACnC,0CAAuB,CAAA;IACvB,gDAA6B,CAAA;IAC7B,8CAA2B,CAAA;IAC3B,gDAA6B,CAAA;IAC7B,sDAAmC,CAAA;IACnC,kDAA+B,CAAA;IAC/B,oCAAiB,CAAA;IACjB,gDAA6B,CAAA;IAC7B,oCAAiB,CAAA;IACjB,gDAA6B,CAAA;IAC7B,8CAA2B,CAAA;IAC3B,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,kCAAe,CAAA;IACf,kDAA+B,CAAA;IAC/B,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,sCAAmB,CAAA;IACnB,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,8BAAW,CAAA;IACX,kDAA+B,CAAA;IAC/B,gDAA6B,CAAA;IAC7B,oCAAiB,CAAA;IACjB,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,gDAA6B,CAAA;IAC7B,0CAAuB,CAAA;IACvB,kDAA+B,CAAA;IAC/B,0CAAuB,CAAA;IACvB,8CAA2B,CAAA;AAC5B,CAAC,EAnCW,eAAe,KAAf,eAAe,QAmC1B"}
|