@ercioko/meblotex-api 0.2.18 → 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 +4 -4
- package/package.json +3 -3
package/dist/app_types.d.ts
CHANGED
|
@@ -627,7 +627,7 @@ export interface KlientZamowienieDokumentResponse {
|
|
|
627
627
|
id_uzytkownik_edycja: number | null;
|
|
628
628
|
id_zamowienie_dokument: number;
|
|
629
629
|
id_zamowienie_dokument_magazyn: number | null;
|
|
630
|
-
id_zamowienie_dokument_parent: number;
|
|
630
|
+
id_zamowienie_dokument_parent: number | null;
|
|
631
631
|
kod: string;
|
|
632
632
|
korekta: string;
|
|
633
633
|
kraj: string;
|
|
@@ -644,9 +644,9 @@ export interface KlientZamowienieDokumentResponse {
|
|
|
644
644
|
numer_domu: string;
|
|
645
645
|
numer_idx: number;
|
|
646
646
|
numer_lokalu: string;
|
|
647
|
-
parent_data_sprzedazy: string;
|
|
648
|
-
parent_numer: number;
|
|
649
|
-
parent_typ_dokumentu: TypDokumentu;
|
|
647
|
+
parent_data_sprzedazy: string | null;
|
|
648
|
+
parent_numer: number | null;
|
|
649
|
+
parent_typ_dokumentu: TypDokumentu | null;
|
|
650
650
|
sortorder: number;
|
|
651
651
|
typ_dokumentu: TypDokumentu;
|
|
652
652
|
ulica: string;
|
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"
|