UNPKG

e-invoice-api

Version:

The official TypeScript library for the e-invoice API

11 lines 733 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Ubl = exports.Documents = exports.Attachments = void 0; var attachments_1 = require("./attachments.js"); Object.defineProperty(exports, "Attachments", { enumerable: true, get: function () { return attachments_1.Attachments; } }); var documents_1 = require("./documents.js"); Object.defineProperty(exports, "Documents", { enumerable: true, get: function () { return documents_1.Documents; } }); var ubl_1 = require("./ubl.js"); Object.defineProperty(exports, "Ubl", { enumerable: true, get: function () { return ubl_1.Ubl; } }); //# sourceMappingURL=index.js.map