UNPKG

facturacionelectronicapy-ts-xmlgen

Version:

Genera el contenido del archivo XML del Documento electrónico exigido por la SET

17 lines (16 loc) • 687 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalAndPerItem = void 0; const Table_1 = __importDefault(require("../../helpers/Table")); var GlobalAndPerItem; (function (GlobalAndPerItem) { GlobalAndPerItem[GlobalAndPerItem["GLOBAL"] = 1] = "GLOBAL"; GlobalAndPerItem[GlobalAndPerItem["POR_ITEM"] = 2] = "POR_ITEM"; })(GlobalAndPerItem || (exports.GlobalAndPerItem = GlobalAndPerItem = {})); exports.default = new Table_1.default(['_id', 'description'], [ [1, 'Global'], [2, 'Por item'], ]);