@erp-galoper/types 1.0.886 → 1.0.887

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/openapi.ts +4 -2
  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
- /** Trackingstockbyvariant */
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.886",
3
+ "version": "1.0.887",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],