@erp-galoper/types 1.0.243 → 1.0.245

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 +17 -5
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21707,9 +21707,15 @@ export interface components {
21707
21707
  address: string;
21708
21708
  /** Branchid */
21709
21709
  branchId: number;
21710
- /** Showroom */
21710
+ /**
21711
+ * Showroom
21712
+ * @description one show room warehouse is allowed per branch
21713
+ */
21711
21714
  showRoom?: boolean | null;
21712
- /** Default */
21715
+ /**
21716
+ * Default
21717
+ * @description one default warehouse is allowed per branch
21718
+ */
21713
21719
  default: boolean;
21714
21720
  };
21715
21721
  /** BranchInfo */
@@ -21767,9 +21773,15 @@ export interface components {
21767
21773
  address?: string | null;
21768
21774
  /** Branchid */
21769
21775
  branchId: number;
21770
- /** Showroom */
21776
+ /**
21777
+ * Showroom
21778
+ * @description one show room warehouse is allowed per branch
21779
+ */
21771
21780
  showRoom?: boolean | null;
21772
- /** Default */
21781
+ /**
21782
+ * Default
21783
+ * @description one default warehouse is allowed per branch
21784
+ */
21773
21785
  default?: boolean | null;
21774
21786
  };
21775
21787
  /** RetrieveWarehouse */
@@ -26622,7 +26634,7 @@ export interface components {
26622
26634
  /**
26623
26635
  * Id
26624
26636
  * Format: uuid
26625
- * @example ffe57637-a2e6-4c2b-a927-bc3a4bb0fcd1
26637
+ * @example 513e0e87-3086-4768-9499-b52e904bc0a9
26626
26638
  */
26627
26639
  id: string;
26628
26640
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.243",
3
+ "version": "1.0.245",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],