@ercioko/meblotex-api 0.2.21 → 0.2.22

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.
@@ -99,11 +99,11 @@ export interface ZamowienieDokumentAttributes {
99
99
  kod: string;
100
100
  nip_kraj: string;
101
101
  nip: string;
102
- id_klient?: number;
103
- id_klient_nabywca?: number;
104
- id_zamowienie_dokument_parent: number | null;
105
- id_uzytkownik_dodanie: number | null;
106
- id_uzytkownik_edycja: number | null;
102
+ id_klient?: number | null;
103
+ id_klient_nabywca?: number | null;
104
+ id_zamowienie_dokument_parent?: number | null;
105
+ id_uzytkownik_dodanie?: number | null;
106
+ id_uzytkownik_edycja?: number | null;
107
107
  }
108
108
  export interface ZamowienieElementAttributes {
109
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.21",
3
+ "version": "0.2.22",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",