@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types 0.0.6 → 0.0.7

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/package.json +1 -1
  2. package/types.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
package/types.d.ts CHANGED
@@ -145,7 +145,7 @@ export type TOrder = {
145
145
  };
146
146
 
147
147
  export type TProduct = {
148
- type: EProductType;
148
+ productType: EProductType;
149
149
  width: number;
150
150
  height: number;
151
151
  feet: number;
@@ -175,7 +175,7 @@ export type TLength = {
175
175
  quantity: number;
176
176
  };
177
177
 
178
- export type TProduct = {
178
+ export type TLumber = {
179
179
  _id: string;
180
180
  no: string;
181
181
  status: EProductStatus;