@erp-galoper/types 1.0.1509 → 1.0.1511
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 +6 -6
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26838,7 +26838,7 @@ export interface components {
|
|
|
26838
26838
|
isInventoryTracked: boolean | null;
|
|
26839
26839
|
/**
|
|
26840
26840
|
* @description Not applicable for service items - always null for type=service
|
|
26841
|
-
* - When set to '
|
|
26841
|
+
* - When set to 'batch', inventoryMovementMethod is **REQUIRED**
|
|
26842
26842
|
*/
|
|
26843
26843
|
trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
|
|
26844
26844
|
/**
|
|
@@ -26872,7 +26872,7 @@ export interface components {
|
|
|
26872
26872
|
/**
|
|
26873
26873
|
* @description - fifo(First In, First Out): Items purchased or produced first are sold or used first
|
|
26874
26874
|
* - lifo(Last In, First Out): Items purchased or produced most recently are sold or used first
|
|
26875
|
-
* - **REQUIRED** when trackInventoryBy is '
|
|
26875
|
+
* - **REQUIRED** when trackInventoryBy is 'batch'
|
|
26876
26876
|
* - For variants: inherited from parent if not explicitly set
|
|
26877
26877
|
*/
|
|
26878
26878
|
inventoryMovementMethod?: components["schemas"]["INVENTORY_MOVEMENT_METHOD"] | null;
|
|
@@ -27121,7 +27121,7 @@ export interface components {
|
|
|
27121
27121
|
isInventoryTracked: boolean | null;
|
|
27122
27122
|
/**
|
|
27123
27123
|
* @description Not applicable for service items - always null for type=service
|
|
27124
|
-
* - When set to '
|
|
27124
|
+
* - When set to 'batch', inventoryMovementMethod is **REQUIRED**
|
|
27125
27125
|
*/
|
|
27126
27126
|
trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
|
|
27127
27127
|
/**
|
|
@@ -27178,7 +27178,7 @@ export interface components {
|
|
|
27178
27178
|
/**
|
|
27179
27179
|
* @description - fifo(First In, First Out): Items purchased or produced first are sold or used first
|
|
27180
27180
|
* - lifo(Last In, First Out): Items purchased or produced most recently are sold or used first
|
|
27181
|
-
* - **REQUIRED** when trackInventoryBy is '
|
|
27181
|
+
* - **REQUIRED** when trackInventoryBy is 'batch'
|
|
27182
27182
|
* - For variants: inherited from parent if not explicitly set
|
|
27183
27183
|
*/
|
|
27184
27184
|
inventoryMovementMethod?: components["schemas"]["INVENTORY_MOVEMENT_METHOD"] | null;
|
|
@@ -27458,7 +27458,7 @@ export interface components {
|
|
|
27458
27458
|
isInventoryTracked: boolean | null;
|
|
27459
27459
|
/**
|
|
27460
27460
|
* @description Not applicable for service items - always null for type=service
|
|
27461
|
-
* - When set to '
|
|
27461
|
+
* - When set to 'batch', inventoryMovementMethod is **REQUIRED**
|
|
27462
27462
|
*/
|
|
27463
27463
|
trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
|
|
27464
27464
|
/**
|
|
@@ -27524,7 +27524,7 @@ export interface components {
|
|
|
27524
27524
|
/**
|
|
27525
27525
|
* @description - fifo(First In, First Out): Items purchased or produced first are sold or used first
|
|
27526
27526
|
* - lifo(Last In, First Out): Items purchased or produced most recently are sold or used first
|
|
27527
|
-
* - **REQUIRED** when trackInventoryBy is '
|
|
27527
|
+
* - **REQUIRED** when trackInventoryBy is 'batch'
|
|
27528
27528
|
* - For variants: inherited from parent if not explicitly set
|
|
27529
27529
|
*/
|
|
27530
27530
|
inventoryMovementMethod?: components["schemas"]["INVENTORY_MOVEMENT_METHOD"] | null;
|