@nomalism-com/types 0.27.46 → 0.27.48

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,6 +195,7 @@ export interface IFindForMobileResponse {
195
195
  cabide_product_color: string | null;
196
196
  attributes: string;
197
197
  compositions: string;
198
+ location: string;
198
199
  virtual: Pick<IProductVirtuals, "price_sale" | "available" | "ordered_quantity" | "prison" | "reserved" | "total" | "inativa"> | null;
199
200
  unit_of_measure_quantity: Pick<UnitOfMeasure, "notation" | "integer_only">;
200
201
  origin_cabide_product: Pick<CabideProduct, "preco_final_1" | "preco_final_2"> | null;
@@ -1028,6 +1028,7 @@ export type ProductSheet = {
1028
1028
  maintenances: string;
1029
1029
  compositions: string;
1030
1030
  attributes: string;
1031
+ location: string;
1031
1032
  created_at: Date;
1032
1033
  updated_at: Date;
1033
1034
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.46",
12
+ "version": "0.27.48",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [