@erp-galoper/types 1.0.2020 → 1.0.2022
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 +8 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24757,7 +24757,7 @@ export interface components {
|
|
|
24757
24757
|
* BasePermissionsSchema_Inventory_GoodsreceiptnoteEnum
|
|
24758
24758
|
* @enum {string}
|
|
24759
24759
|
*/
|
|
24760
|
-
BasePermissionsSchema_Inventory_GoodsreceiptnoteEnum: "add" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "view";
|
|
24760
|
+
BasePermissionsSchema_Inventory_GoodsreceiptnoteEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "view";
|
|
24761
24761
|
/**
|
|
24762
24762
|
* BasePermissionsSchema_Inventory_InternaltransferEnum
|
|
24763
24763
|
* @enum {string}
|
|
@@ -40790,6 +40790,11 @@ export interface components {
|
|
|
40790
40790
|
*/
|
|
40791
40791
|
isActive: boolean;
|
|
40792
40792
|
};
|
|
40793
|
+
/**
|
|
40794
|
+
* DimensionType
|
|
40795
|
+
* @enum {string}
|
|
40796
|
+
*/
|
|
40797
|
+
DimensionType: "children" | "roots";
|
|
40793
40798
|
/** DimensionListItemSchema */
|
|
40794
40799
|
DimensionListItemSchema: {
|
|
40795
40800
|
/**
|
|
@@ -84939,6 +84944,8 @@ export interface operations {
|
|
|
84939
84944
|
query?: {
|
|
84940
84945
|
/** @description Optional search by dimension name. */
|
|
84941
84946
|
search?: string;
|
|
84947
|
+
/** @description Type filter: 'children' for child dimensions, 'roots' for parent categories (default). */
|
|
84948
|
+
type?: "children" | "roots";
|
|
84942
84949
|
};
|
|
84943
84950
|
header?: never;
|
|
84944
84951
|
path?: never;
|