@ercioko/meblotex-api 0.2.11 → 0.2.12

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.
@@ -613,5 +613,6 @@ export type KlientZamowienieDokumentResponse = ZamowienieDokument & {
613
613
  parent_numer: number;
614
614
  sortorder: number;
615
615
  id_zamowienie_dokument_magazyn: number;
616
+ nazwa_skrocona: string;
616
617
  };
617
618
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercioko/meblotex-api",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",