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.
package/lib/cjs/types/types.d.ts
CHANGED
|
@@ -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
|
-
|
|
761
|
-
|
|
760
|
+
details_lan_p?: string;
|
|
761
|
+
details_lan_s?: string;
|
|
762
762
|
addons_group_id?: string;
|
|
763
763
|
stockSnoozed?: boolean;
|
|
764
764
|
};
|
package/lib/esm/types/types.d.ts
CHANGED
|
@@ -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
|
-
|
|
761
|
-
|
|
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