@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.
- package/dist/app_types.d.ts +6 -0
- package/package.json +1 -1
package/dist/app_types.d.ts
CHANGED
|
@@ -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[];
|