@ercioko/meblotex-api 0.2.17 → 0.2.19
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.
- package/dist/app_types.d.ts +39 -10
- package/package.json +3 -3
package/dist/app_types.d.ts
CHANGED
|
@@ -614,15 +614,44 @@ export type ZamowienieElementInfo = {
|
|
|
614
614
|
export type ZamowienieInfoResponse = {
|
|
615
615
|
zamowienie_elementy: ZamowienieElementInfo[];
|
|
616
616
|
};
|
|
617
|
-
export
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
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 | null;
|
|
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;
|
|
626
639
|
nazwa_skrocona: string;
|
|
627
|
-
|
|
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 | null;
|
|
648
|
+
parent_numer: number | null;
|
|
649
|
+
parent_typ_dokumentu: TypDokumentu | null;
|
|
650
|
+
sortorder: number;
|
|
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.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"description": "Shared modules for Meblotex app",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"styled-components": "^6.1.12"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"antd": "^5.
|
|
36
|
+
"antd": "^5.24.0",
|
|
37
37
|
"react-draggable": "^4.4.6",
|
|
38
38
|
"react-window": "^1.8.11"
|
|
39
39
|
},
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/react": "^18.3.18",
|
|
45
45
|
"@types/react-window": "^1.8.8",
|
|
46
46
|
"@types/styled-components": "^5.1.34",
|
|
47
|
-
"eslint": "^9.20.
|
|
47
|
+
"eslint": "^9.20.1",
|
|
48
48
|
"eslint-config-prettier": "^10.0.1",
|
|
49
49
|
"prettier": "^3.5.0",
|
|
50
50
|
"typescript": "^5.7.3"
|