@erp-galoper/types 1.0.886 → 1.0.888
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/openapi.ts +4 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -22033,7 +22033,10 @@ export interface components {
|
|
|
22033
22033
|
specs: number[];
|
|
22034
22034
|
/** Isvariant */
|
|
22035
22035
|
isVariant?: boolean | null;
|
|
22036
|
-
/**
|
|
22036
|
+
/**
|
|
22037
|
+
* Trackingstockbyvariant
|
|
22038
|
+
* @description if tracking Stock By Variant was true and variants exist and user change it to be false you should delete the variants but notimmediately you should ask him for confirmation
|
|
22039
|
+
*/
|
|
22037
22040
|
trackingStockByVariant?: boolean | null;
|
|
22038
22041
|
/**
|
|
22039
22042
|
* Variations
|
|
@@ -22131,7 +22134,6 @@ export interface components {
|
|
|
22131
22134
|
* @default false
|
|
22132
22135
|
*/
|
|
22133
22136
|
isInventoryTracked: boolean | null;
|
|
22134
|
-
/** @description if track inventory by was true and variants exist and user change it to be false you should delete the variants but notimmediately you should ask him for confirmation */
|
|
22135
22137
|
trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
|
|
22136
22138
|
/**
|
|
22137
22139
|
* Hasexpirydate
|