@ercioko/meblotex-api 0.2.6 → 0.2.7

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.
@@ -102,7 +102,7 @@ export type BundleResponse = BundleResponseElement[];
102
102
  export type BundleResponseElement = {
103
103
  id_towar: number;
104
104
  nazwa: string;
105
- ilosc_sztuk: string;
105
+ wartosc_opis: string;
106
106
  };
107
107
  export type TowarAtrybutRoots = TowarAtrybutRoot[];
108
108
  export type UseFeatureValues = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercioko/meblotex-api",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Shared modules for Meblotex app",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",