@nomalism-com/types 0.32.19 → 0.32.21
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.
|
@@ -195,9 +195,7 @@ export interface IFindDataForMobileResponse {
|
|
|
195
195
|
unit_of_measure_quantity: Pick<UnitOfMeasure, 'notation' | 'integer_only'>;
|
|
196
196
|
promotions: IDocumentLine.IPromotions[];
|
|
197
197
|
}
|
|
198
|
-
export
|
|
199
|
-
virtual: Pick<IProductVirtuals, 'price_sale' | 'available' | 'ordered_quantity' | 'prison' | 'reserved' | 'total' | 'inativa'> | null;
|
|
200
|
-
}
|
|
198
|
+
export type IFindStockForMobileResponse = Pick<IProductVirtuals, 'price_sale' | 'available' | 'ordered_quantity' | 'prison' | 'reserved' | 'total' | 'inativa'>;
|
|
201
199
|
export type IFindForMobileRequest = {
|
|
202
200
|
reference: string;
|
|
203
201
|
id?: never;
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript",
|
|
10
10
|
"helper"
|
|
11
11
|
],
|
|
12
|
-
"version": "0.32.
|
|
12
|
+
"version": "0.32.21",
|
|
13
13
|
"main": "./dist/index.min.js",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"files": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
44
44
|
"@typescript-eslint/parser": "^8.26.0",
|
|
45
45
|
"eslint": "^9.21.0",
|
|
46
|
-
"eslint-config-prettier": "^10.
|
|
46
|
+
"eslint-config-prettier": "^10.1.1",
|
|
47
47
|
"eslint-import-resolver-typescript": "^3.8.3",
|
|
48
48
|
"eslint-plugin-prettier": "^5.2.3",
|
|
49
49
|
"prettier": "^3.5.3",
|