@ercioko/meblotex-api 0.2.9 → 0.2.11

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.
@@ -604,4 +604,14 @@ export type ZamowienieElementInfo = {
604
604
  export type ZamowienieInfoResponse = {
605
605
  zamowienie_elementy: ZamowienieElementInfo[];
606
606
  };
607
+ export type KlientZamowienieDokumentResponse = ZamowienieDokument & {
608
+ korekta: number;
609
+ wplata: number;
610
+ liczba_korekt: number;
611
+ parent_data_sprzedazy: Date;
612
+ parent_typ_dokumentu: DokumentTyp;
613
+ parent_numer: number;
614
+ sortorder: number;
615
+ id_zamowienie_dokument_magazyn: number;
616
+ };
607
617
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercioko/meblotex-api",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",