@ercioko/meblotex-api 0.2.17 → 0.2.18

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.
@@ -614,15 +614,44 @@ export type ZamowienieElementInfo = {
614
614
  export type ZamowienieInfoResponse = {
615
615
  zamowienie_elementy: ZamowienieElementInfo[];
616
616
  };
617
- export type KlientZamowienieDokumentResponse = ZamowienieDokument & {
618
- korekta: number;
619
- wplata: number;
620
- liczba_korekt: number;
621
- parent_data_sprzedazy: Date;
622
- parent_typ_dokumentu: TypDokumentu;
617
+ export interface KlientZamowienieDokumentResponse {
618
+ czas_dodanie: string;
619
+ czas_edycja: string | null;
620
+ data_platnosci: string;
621
+ data_sprzedazy: string;
622
+ data_wystawienia: string;
623
+ forma_platnosci: FormaPlatnosci;
624
+ id_klient: number;
625
+ id_klient_nabywca: number;
626
+ id_uzytkownik_dodanie: number;
627
+ id_uzytkownik_edycja: number | null;
628
+ id_zamowienie_dokument: number;
629
+ id_zamowienie_dokument_magazyn: number | null;
630
+ id_zamowienie_dokument_parent: number;
631
+ kod: string;
632
+ korekta: string;
633
+ kraj: string;
634
+ liczba_korekt: string;
635
+ miasto: string;
636
+ nazwa1: string;
637
+ nazwa2: string;
638
+ nazwa3: string;
639
+ nazwa_skrocona: string;
640
+ netto: string;
641
+ nip: string;
642
+ nip_kraj: string;
643
+ numer: string;
644
+ numer_domu: string;
645
+ numer_idx: number;
646
+ numer_lokalu: string;
647
+ parent_data_sprzedazy: string;
623
648
  parent_numer: number;
649
+ parent_typ_dokumentu: TypDokumentu;
624
650
  sortorder: number;
625
- id_zamowienie_dokument_magazyn: number;
626
- nazwa_skrocona: string;
627
- };
651
+ typ_dokumentu: TypDokumentu;
652
+ ulica: string;
653
+ ulica_txt: string;
654
+ wartosc: string;
655
+ wplata: string;
656
+ }
628
657
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercioko/meblotex-api",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",