@ercioko/meblotex-api 0.2.20 → 0.2.21

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.
@@ -77,15 +77,15 @@ export interface WplataAttributes {
77
77
  }
78
78
  export interface ZamowienieDokumentAttributes {
79
79
  id_zamowienie_dokument: number;
80
- data_sprzedazy: Date;
81
- data_wystawienia: Date;
82
- data_platnosci: Date;
80
+ data_sprzedazy: string;
81
+ data_wystawienia: string;
82
+ data_platnosci: string;
83
83
  typ_dokumentu: TypDokumentu;
84
84
  numer: number;
85
85
  numer_idx: number;
86
86
  forma_platnosci: FormaPlatnosci;
87
- wartosc: number;
88
- netto: number;
87
+ wartosc: string;
88
+ netto: string;
89
89
  nazwa_skrocona: string;
90
90
  nazwa1: string;
91
91
  nazwa2: string;
@@ -101,10 +101,9 @@ export interface ZamowienieDokumentAttributes {
101
101
  nip: string;
102
102
  id_klient?: number;
103
103
  id_klient_nabywca?: number;
104
- id_zamowienie_dokument_parent?: number;
105
- id_zamowienie?: number;
106
- id_uzytkownik_dodanie?: number;
107
- czas_edycja?: Date;
104
+ id_zamowienie_dokument_parent: number | null;
105
+ id_uzytkownik_dodanie: number | null;
106
+ id_uzytkownik_edycja: number | null;
108
107
  }
109
108
  export interface ZamowienieElementAttributes {
110
109
  id_zamowienie_element: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercioko/meblotex-api",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",