@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types 0.0.22 → 0.0.23

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcdylanproperenterprise/nodejs-proper-sunsoontaat-types",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
package/types.d.ts CHANGED
@@ -253,6 +253,9 @@ export type PartialTOrder = Partial<TOrder>;
253
253
 
254
254
  export type TDashboardProduct = {
255
255
  status: EOrderStatus;
256
+ TON: number;
257
+ BUNDLE: number;
258
+ PIECES: number;
256
259
  products: {
257
260
  width: number;
258
261
  height: number;