@erp-galoper/types 1.0.592 → 1.0.593
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 +3 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19054,7 +19054,7 @@ export interface components {
|
|
|
19054
19054
|
* BasePermissionsSchema_Inventory_StockadjustmentEnum
|
|
19055
19055
|
* @enum {string}
|
|
19056
19056
|
*/
|
|
19057
|
-
BasePermissionsSchema_Inventory_StockadjustmentEnum: "add" | "approve" | "change" | "delete" | "view";
|
|
19057
|
+
BasePermissionsSchema_Inventory_StockadjustmentEnum: "add" | "approve" | "change" | "delete" | "resettodraft" | "view";
|
|
19058
19058
|
/**
|
|
19059
19059
|
* BasePermissionsSchema_Inventory_WarehouseEnum
|
|
19060
19060
|
* @enum {string}
|
|
@@ -25997,7 +25997,7 @@ export interface components {
|
|
|
25997
25997
|
/** Postalcode */
|
|
25998
25998
|
postalCode?: string | null;
|
|
25999
25999
|
/** Address */
|
|
26000
|
-
address
|
|
26000
|
+
address?: string;
|
|
26001
26001
|
/** Region */
|
|
26002
26002
|
region: number;
|
|
26003
26003
|
/**
|
|
@@ -27522,7 +27522,7 @@ export interface components {
|
|
|
27522
27522
|
/**
|
|
27523
27523
|
* Id
|
|
27524
27524
|
* Format: uuid
|
|
27525
|
-
* @example
|
|
27525
|
+
* @example ff5057a9-4349-4391-bc99-2ab599a5828f
|
|
27526
27526
|
*/
|
|
27527
27527
|
id: string;
|
|
27528
27528
|
/**
|