@erp-galoper/types 1.0.1491 → 1.0.1492

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 +0 -22
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -25985,11 +25985,6 @@ export interface components {
25985
25985
  /** Weight */
25986
25986
  weight?: number | null;
25987
25987
  weightUnitOfMeasure: components["schemas"]["UnitOfMeasureSchema"] | null;
25988
- /**
25989
- * Availableinpos
25990
- * @default false
25991
- */
25992
- availableInPos: boolean;
25993
25988
  /**
25994
25989
  * Isexchangeable
25995
25990
  * @description this field only appears if pos in galoper settings is enabled and available in pos is true
@@ -26233,11 +26228,6 @@ export interface components {
26233
26228
  /** Weight */
26234
26229
  weight?: number | null;
26235
26230
  weightUnitOfMeasure: components["schemas"]["UnitOfMeasureSchema"] | null;
26236
- /**
26237
- * Availableinpos
26238
- * @default false
26239
- */
26240
- availableInPos: boolean;
26241
26231
  /**
26242
26232
  * Isexchangeable
26243
26233
  * @description this field only appears if pos in galoper settings is enabled and available in pos is true
@@ -26785,11 +26775,6 @@ export interface components {
26785
26775
  weight?: number | null;
26786
26776
  /** Weightunitofmeasure */
26787
26777
  weightUnitOfMeasure?: number | null;
26788
- /**
26789
- * Availableinpos
26790
- * @default false
26791
- */
26792
- availableInPos: boolean | null;
26793
26778
  /**
26794
26779
  * Isexchangeable
26795
26780
  * @description this field only appears if pos in galoper settings is enabled and available in pos is true
@@ -27055,11 +27040,6 @@ export interface components {
27055
27040
  * @description Not applicable for service items - always null for type=service
27056
27041
  */
27057
27042
  weightUnitOfMeasure?: number | null;
27058
- /**
27059
- * Availableinpos
27060
- * @default false
27061
- */
27062
- availableInPos: boolean;
27063
27043
  /**
27064
27044
  * Isexchangeable
27065
27045
  * @description this field only appears if pos in galoper settings is enabled and available in pos is true
@@ -27406,8 +27386,6 @@ export interface components {
27406
27386
  * @description Not applicable for service items - always null for type=service
27407
27387
  */
27408
27388
  weightUnitOfMeasure?: number | null;
27409
- /** Availableinpos */
27410
- availableInPos?: boolean | null;
27411
27389
  /**
27412
27390
  * Isexchangeable
27413
27391
  * @description this field only appears if pos in galoper settings is enabled and available in pos is true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1491",
3
+ "version": "1.0.1492",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],