aade-mydata-client
Version:
Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API
43 lines (42 loc) • 4.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AADEmyDataClient = exports.SubmissionError = exports.SubmissionResponse = exports.ContinuationToken = exports.QueryResponse = exports.TaxTotalsType = exports.ShipType = exports.PaymentMethodDetailType = exports.PartyType = exports.InvoiceSummaryType = exports.InvoicesExpensesClassificationDetail = exports.InvoiceRowType = exports.InvoiceIncomeClassification = exports.InvoiceHeaderType = exports.InvoiceExpensesClassification = exports.AadeBookInvoiceType = exports.IncomeClassificationType = exports.ExpensesClassificationType = exports.CancelledInvoice = exports.Country = exports.AddressType = void 0;
var Address_1 = require("./Address");
Object.defineProperty(exports, "AddressType", { enumerable: true, get: function () { return Address_1.AddressType; } });
var Country_1 = require("./Country");
Object.defineProperty(exports, "Country", { enumerable: true, get: function () { return Country_1.Country; } });
var CancelledInvoice_1 = require("./CancelledInvoice");
Object.defineProperty(exports, "CancelledInvoice", { enumerable: true, get: function () { return CancelledInvoice_1.CancelledInvoice; } });
var ExpensesClassification_1 = require("./ExpensesClassification");
Object.defineProperty(exports, "ExpensesClassificationType", { enumerable: true, get: function () { return ExpensesClassification_1.ExpensesClassificationType; } });
var IncomeClassification_1 = require("./IncomeClassification");
Object.defineProperty(exports, "IncomeClassificationType", { enumerable: true, get: function () { return IncomeClassification_1.IncomeClassificationType; } });
var Invoice_1 = require("./Invoice");
Object.defineProperty(exports, "AadeBookInvoiceType", { enumerable: true, get: function () { return Invoice_1.AadeBookInvoiceType; } });
var InvoiceExpensesClassification_1 = require("./InvoiceExpensesClassification");
Object.defineProperty(exports, "InvoiceExpensesClassification", { enumerable: true, get: function () { return InvoiceExpensesClassification_1.InvoiceExpensesClassification; } });
var InvoiceHeader_1 = require("./InvoiceHeader");
Object.defineProperty(exports, "InvoiceHeaderType", { enumerable: true, get: function () { return InvoiceHeader_1.InvoiceHeaderType; } });
var InvoiceIncomeClassification_1 = require("./InvoiceIncomeClassification");
Object.defineProperty(exports, "InvoiceIncomeClassification", { enumerable: true, get: function () { return InvoiceIncomeClassification_1.InvoiceIncomeClassification; } });
var InvoiceRow_1 = require("./InvoiceRow");
Object.defineProperty(exports, "InvoiceRowType", { enumerable: true, get: function () { return InvoiceRow_1.InvoiceRowType; } });
var InvoicesExpensesClassificationDetail_1 = require("./InvoicesExpensesClassificationDetail");
Object.defineProperty(exports, "InvoicesExpensesClassificationDetail", { enumerable: true, get: function () { return InvoicesExpensesClassificationDetail_1.InvoicesExpensesClassificationDetail; } });
var InvoiceSummary_1 = require("./InvoiceSummary");
Object.defineProperty(exports, "InvoiceSummaryType", { enumerable: true, get: function () { return InvoiceSummary_1.InvoiceSummaryType; } });
var PartyType_1 = require("./PartyType");
Object.defineProperty(exports, "PartyType", { enumerable: true, get: function () { return PartyType_1.PartyType; } });
var PaymentMethodDetail_1 = require("./PaymentMethodDetail");
Object.defineProperty(exports, "PaymentMethodDetailType", { enumerable: true, get: function () { return PaymentMethodDetail_1.PaymentMethodDetailType; } });
var Ship_1 = require("./Ship");
Object.defineProperty(exports, "ShipType", { enumerable: true, get: function () { return Ship_1.ShipType; } });
var TaxTotals_1 = require("./TaxTotals");
Object.defineProperty(exports, "TaxTotalsType", { enumerable: true, get: function () { return TaxTotals_1.TaxTotalsType; } });
var Response_1 = require("./Response");
Object.defineProperty(exports, "QueryResponse", { enumerable: true, get: function () { return Response_1.QueryResponse; } });
Object.defineProperty(exports, "ContinuationToken", { enumerable: true, get: function () { return Response_1.ContinuationToken; } });
Object.defineProperty(exports, "SubmissionResponse", { enumerable: true, get: function () { return Response_1.SubmissionResponse; } });
Object.defineProperty(exports, "SubmissionError", { enumerable: true, get: function () { return Response_1.SubmissionError; } });
var __1 = require("../");
Object.defineProperty(exports, "AADEmyDataClient", { enumerable: true, get: function () { return __1.AADEmyDataClient; } });