UNPKG

facturacionelectronicapy-ts-xmlgen

Version:

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

24 lines (23 loc) • 1.23 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdentityDocumentUser = void 0; const idDoc_table_1 = require("./shared/idDoc.table"); const Table_1 = __importDefault(require("../helpers/Table")); var IdentityDocumentUser; (function (IdentityDocumentUser) { IdentityDocumentUser[IdentityDocumentUser["CEDULA_PARAGUAYA"] = 1] = "CEDULA_PARAGUAYA"; IdentityDocumentUser[IdentityDocumentUser["PASAPORTE"] = 2] = "PASAPORTE"; IdentityDocumentUser[IdentityDocumentUser["CEDULA_EXTRANJERA"] = 3] = "CEDULA_EXTRANJERA"; IdentityDocumentUser[IdentityDocumentUser["CARNET_DE_RESIDENCIA"] = 4] = "CARNET_DE_RESIDENCIA"; IdentityDocumentUser[IdentityDocumentUser["OTRO"] = 9] = "OTRO"; })(IdentityDocumentUser || (exports.IdentityDocumentUser = IdentityDocumentUser = {})); exports.default = new Table_1.default(['_id', 'description'], [ idDoc_table_1.idDocs.CEDULA_PARAGUAYA, idDoc_table_1.idDocs.PASAPORTE, idDoc_table_1.idDocs.CEDULA_EXTRANJERA, idDoc_table_1.idDocs.CARNET_DE_RESIDENCIA, idDoc_table_1.idDocs.OTRO, ]);