@erp-galoper/types 1.0.1978 → 1.0.1979

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 +6 -6
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14995,7 +14995,7 @@ export interface paths {
14995
14995
  *
14996
14996
  * Header fields (any combination):
14997
14997
  * - `name`, `description`, `notes`
14998
- * - `branch`, `status`, `currency`
14998
+ * - `branches`, `status`, `currency`
14999
14999
  * - `regions`, `customers`, `customerGroups`
15000
15000
  * - `startDate`, `endDate`
15001
15001
  * - `attachments`
@@ -51103,6 +51103,11 @@ export interface components {
51103
51103
  * @description Only applicable when price list type is retail. Only one retail price list per branch can have is_pos set to true.
51104
51104
  */
51105
51105
  isPos?: boolean;
51106
+ /**
51107
+ * Branches
51108
+ * @description List of branch IDs where the price list applies.
51109
+ */
51110
+ branches?: string[] | null;
51106
51111
  /** Attachments */
51107
51112
  attachments?: string[] | null;
51108
51113
  /** Description */
@@ -63913,11 +63918,6 @@ export interface components {
63913
63918
  * @default true
63914
63919
  */
63915
63920
  canModify: boolean;
63916
- /**
63917
- * Cannotmodifyreason
63918
- * @description Reason editing is blocked: paid or repair status is canceled.
63919
- */
63920
- cannotModifyReason?: string | null;
63921
63921
  /**
63922
63922
  * Date
63923
63923
  * Format: date
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1978",
3
+ "version": "1.0.1979",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],