@ercioko/meblotex-api 0.2.5 → 0.2.6

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