@erp-galoper/types 1.0.1202 → 1.0.1204
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 +4 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26899,6 +26899,8 @@ export interface components {
|
|
|
26899
26899
|
type: components["schemas"]["UnitOfMeasureTypeEnum"][];
|
|
26900
26900
|
/** Canacceptdecimal */
|
|
26901
26901
|
canAcceptDecimal: boolean;
|
|
26902
|
+
/** Default */
|
|
26903
|
+
default: boolean;
|
|
26902
26904
|
};
|
|
26903
26905
|
/** UnitOfMeasureResponseSchema */
|
|
26904
26906
|
UnitOfMeasureResponseSchema: {
|
|
@@ -26960,6 +26962,8 @@ export interface components {
|
|
|
26960
26962
|
type: components["schemas"]["UnitOfMeasureTypeEnum"][];
|
|
26961
26963
|
/** Canacceptdecimal */
|
|
26962
26964
|
canAcceptDecimal: boolean;
|
|
26965
|
+
/** Default */
|
|
26966
|
+
default: boolean;
|
|
26963
26967
|
/** Candelete */
|
|
26964
26968
|
canDelete: boolean;
|
|
26965
26969
|
};
|