@erp-galoper/types 1.0.1203 → 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.
Files changed (2) hide show
  1. package/openapi.ts +4 -0
  2. 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1203",
3
+ "version": "1.0.1204",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],