@erp-galoper/types 1.0.145 → 1.0.147

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 +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26544,7 +26544,7 @@ export interface components {
26544
26544
  /**
26545
26545
  * Id
26546
26546
  * Format: uuid
26547
- * @example 090ef3f2-0494-48cd-a852-0697dd993ec9
26547
+ * @example 2311099e-8557-45b9-8b53-fc1e2069a7b0
26548
26548
  */
26549
26549
  id: string;
26550
26550
  /**
@@ -32782,6 +32782,8 @@ export interface components {
32782
32782
  * Format: uuid
32783
32783
  */
32784
32784
  id: string;
32785
+ /** Serialnumber */
32786
+ serialNumber: string;
32785
32787
  /** Total */
32786
32788
  total: string;
32787
32789
  /** Usdtotal */
@@ -39993,6 +39995,8 @@ export interface components {
39993
39995
  * Format: uuid
39994
39996
  */
39995
39997
  id: string;
39998
+ /** Serialnumber */
39999
+ serialNumber: string;
39996
40000
  /**
39997
40001
  * Total
39998
40002
  * @description field is number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.145",
3
+ "version": "1.0.147",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],