@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.
- package/openapi.ts +2 -1
- 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
|
|
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;
|