@erp-galoper/types 1.0.1969 → 1.0.1971

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