@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.
- package/openapi.ts +17 -5
- 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
|
-
/**
|
|
21710
|
+
/**
|
|
21711
|
+
* Showroom
|
|
21712
|
+
* @description one show room warehouse is allowed per branch
|
|
21713
|
+
*/
|
|
21711
21714
|
showRoom?: boolean | null;
|
|
21712
|
-
/**
|
|
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
|
-
/**
|
|
21776
|
+
/**
|
|
21777
|
+
* Showroom
|
|
21778
|
+
* @description one show room warehouse is allowed per branch
|
|
21779
|
+
*/
|
|
21771
21780
|
showRoom?: boolean | null;
|
|
21772
|
-
/**
|
|
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
|
|
26637
|
+
* @example 513e0e87-3086-4768-9499-b52e904bc0a9
|
|
26626
26638
|
*/
|
|
26627
26639
|
id: string;
|
|
26628
26640
|
/**
|