@erp-galoper/types 1.0.1969 → 1.0.1970
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 +5 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -51037,6 +51037,11 @@ export interface components {
|
|
|
51037
51037
|
* @description - End date until which the price list is valid. Leave blank if the price list does not have an expiration date.- visible when price list type not equal to retail
|
|
51038
51038
|
*/
|
|
51039
51039
|
endDate?: string | null;
|
|
51040
|
+
/**
|
|
51041
|
+
* Ispos
|
|
51042
|
+
* @description Only applicable when price list type is retail. Only one retail price list per branch can have is_pos set to true.
|
|
51043
|
+
*/
|
|
51044
|
+
isPos?: boolean;
|
|
51040
51045
|
/** Attachments */
|
|
51041
51046
|
attachments?: string[] | null;
|
|
51042
51047
|
/** Description */
|