@erp-galoper/types 1.0.1151 → 1.0.1152

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 +2 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23310,7 +23310,7 @@ export interface components {
23310
23310
  trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
23311
23311
  /**
23312
23312
  * Hasexpirydate
23313
- * @description if tracking inventory by is quantity then this should be false
23313
+ * @description expiry date should be false if item is a service, or if it is a product that is tracked by quantity.
23314
23314
  * @default false
23315
23315
  */
23316
23316
  hasExpiryDate: boolean | null;
@@ -23611,6 +23611,7 @@ export interface components {
23611
23611
  trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
23612
23612
  /**
23613
23613
  * Hasexpirydate
23614
+ * @description expiry date should be false if item is a service, or if it is a product that is tracked by quantity.
23614
23615
  * @default false
23615
23616
  */
23616
23617
  hasExpiryDate: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1151",
3
+ "version": "1.0.1152",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],