@erp-galoper/types 1.0.93 → 1.0.94
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24081,6 +24081,8 @@ export interface components {
|
|
|
24081
24081
|
branch: components["schemas"]["BranchOpeningQuantitySchema"];
|
|
24082
24082
|
/** Description */
|
|
24083
24083
|
description?: string | null;
|
|
24084
|
+
/** Candelete */
|
|
24085
|
+
canDelete: boolean;
|
|
24084
24086
|
};
|
|
24085
24087
|
/** WarehouseOpeningQuantitySchema */
|
|
24086
24088
|
WarehouseOpeningQuantitySchema: {
|
|
@@ -26465,7 +26467,7 @@ export interface components {
|
|
|
26465
26467
|
/**
|
|
26466
26468
|
* Id
|
|
26467
26469
|
* Format: uuid
|
|
26468
|
-
* @example
|
|
26470
|
+
* @example d3ee8e89-f537-434a-b212-c32d888c5ded
|
|
26469
26471
|
*/
|
|
26470
26472
|
id: string;
|
|
26471
26473
|
/**
|