@erp-galoper/types 1.0.144 → 1.0.146
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 +5 -1
- 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
|
|
26547
|
+
* @example 326197ce-e8e9-4218-b4a3-e373b8c2537c
|
|
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
|