@erp-galoper/types 1.0.1112 → 1.0.1113

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 +14 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -22421,6 +22421,8 @@ export interface components {
22421
22421
  barcodeType: components["schemas"]["BarcodeTypeValues"];
22422
22422
  /** Barcode */
22423
22423
  barcode: string;
22424
+ /** Default */
22425
+ default: boolean;
22424
22426
  };
22425
22427
  /** SerialInfoSchema */
22426
22428
  SerialInfoSchema: {
@@ -22550,6 +22552,12 @@ export interface components {
22550
22552
  barcodeType: components["schemas"]["BarcodeTypeValues"];
22551
22553
  /** Barcode */
22552
22554
  barcode: string;
22555
+ /**
22556
+ * Default
22557
+ * @description Whether this is the default barcode
22558
+ * @default false
22559
+ */
22560
+ default: boolean;
22553
22561
  };
22554
22562
  /**
22555
22563
  * CostStrategy
@@ -23339,6 +23347,12 @@ export interface components {
23339
23347
  barcodeType: components["schemas"]["BarcodeTypeValues"];
23340
23348
  /** Barcode */
23341
23349
  barcode: string;
23350
+ /**
23351
+ * Default
23352
+ * @description Whether this is the default barcode
23353
+ * @default false
23354
+ */
23355
+ default: boolean;
23342
23356
  };
23343
23357
  /** UpdateChildrenItemSchema */
23344
23358
  UpdateChildrenItemSchema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1112",
3
+ "version": "1.0.1113",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],