@ercioko/meblotex-api 0.2.14 → 0.2.15

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.
@@ -1,6 +1,4 @@
1
+ import { TypDokumentu } from '../app_types';
1
2
  export declare const typDokumentuNazwa: {
2
- FA: string;
3
- DE: string;
4
- EX: string;
5
- PA: string;
3
+ [typ in TypDokumentu]: string;
6
4
  };
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.typDokumentuNazwa = void 0;
5
5
  var app_types_1 = require("../app_types");
6
6
  exports.typDokumentuNazwa = (_a = {},
7
+ _a[app_types_1.TypDokumentu.KorektaFaktury] = 'Korekta',
7
8
  _a[app_types_1.TypDokumentu.Faktura] = 'Faktura VAT',
8
9
  _a[app_types_1.TypDokumentu.FakturaDetal] = 'Faktura FADET',
9
10
  _a[app_types_1.TypDokumentu.FakturaEksport] = 'Faktura Eksportowa',
@@ -13,4 +13,4 @@ function _define_property(obj, key, value) {
13
13
  }
14
14
  import { TypDokumentu } from '../app_types';
15
15
  var _obj;
16
- export var typDokumentuNazwa = (_obj = {}, _define_property(_obj, TypDokumentu.Faktura, 'Faktura VAT'), _define_property(_obj, TypDokumentu.FakturaDetal, 'Faktura FADET'), _define_property(_obj, TypDokumentu.FakturaEksport, 'Faktura Eksportowa'), _define_property(_obj, TypDokumentu.Paragon, 'Paragon'), _obj);
16
+ export var typDokumentuNazwa = (_obj = {}, _define_property(_obj, TypDokumentu.KorektaFaktury, 'Korekta'), _define_property(_obj, TypDokumentu.Faktura, 'Faktura VAT'), _define_property(_obj, TypDokumentu.FakturaDetal, 'Faktura FADET'), _define_property(_obj, TypDokumentu.FakturaEksport, 'Faktura Eksportowa'), _define_property(_obj, TypDokumentu.Paragon, 'Paragon'), _obj);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercioko/meblotex-api",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",