starta.apiclient 1.112.12612 → 1.112.12615

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.
Files changed (2) hide show
  1. package/lib/types.d.ts +0 -1
  2. package/package.json +1 -1
package/lib/types.d.ts CHANGED
@@ -257,7 +257,6 @@ export type Techcard = {
257
257
  products?: Array<{
258
258
  id: string;
259
259
  quantityForSale: number;
260
- unit: MeasurementUnit;
261
260
  }>;
262
261
  autoAttach?: boolean;
263
262
  serviceIds?: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starta.apiclient",
3
- "version": "1.112.12612",
3
+ "version": "1.112.12615",
4
4
  "main": "./lib/index.js",
5
5
  "description": "Wrapper for starta.one api",
6
6
  "author": "Collaboracia OÜ",