@secondcloset/types 2.9.9-expiry.0 → 2.9.10-tracks.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondcloset/types",
3
- "version": "2.9.9-expiry.0",
3
+ "version": "2.9.10-tracks.0",
4
4
  "description": "secondcloset type declaration and definitions",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -5,6 +5,8 @@ export interface ASNItem {
5
5
  product_sku: string;
6
6
  product_upc?: string;
7
7
  product_scid: string;
8
+ product_tracks_lot_numbers?: string;
9
+ product_tracks_expiry_date?: string;
8
10
  expected_quantity: number;
9
11
  received_quantity?: number;
10
12
  damaged_quantity?: number;
@@ -69,9 +69,6 @@ export interface PackagingLevel {
69
69
  product: BaseProduct & {
70
70
  upc: string;
71
71
  tracks_lot_numbers: boolean;
72
- tracks_expiry_date: boolean;
73
- expiry_date: string;
74
- // shoul we move it here? This one doesn't seem to required
75
72
  };
76
73
  level: "single_item" | "inner_pack" | "master_pack" | "pallet";
77
74
  base_product_quantity: number;
package/.tool-versions DELETED
@@ -1 +0,0 @@
1
- nodejs 16.10.0