lazywait-calcs 1.6.3 → 1.6.4

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.
@@ -757,8 +757,8 @@ export declare type IndependentAddon = {
757
757
  price_id?: string;
758
758
  printer_ids?: printer_id[];
759
759
  stock_snoozed?: boolean;
760
- detaile_lan_p?: string;
761
- detaile_lan_s?: string;
760
+ details_lan_p?: string;
761
+ details_lan_s?: string;
762
762
  addons_group_id?: string;
763
763
  stockSnoozed?: boolean;
764
764
  };
@@ -757,8 +757,8 @@ export declare type IndependentAddon = {
757
757
  price_id?: string;
758
758
  printer_ids?: printer_id[];
759
759
  stock_snoozed?: boolean;
760
- detaile_lan_p?: string;
761
- detaile_lan_s?: string;
760
+ details_lan_p?: string;
761
+ details_lan_s?: string;
762
762
  addons_group_id?: string;
763
763
  stockSnoozed?: boolean;
764
764
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazywait-calcs",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "An npm package for all calculations needed in LazyWait projects.",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "repository": "https://github.com/CloudAppsLLC/Calcs.git",