@erp-galoper/types 1.0.142 → 1.0.144
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 -3
- 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 4a900d3e-bc45-4747-86ec-9eea45314b87
|
|
26548
26548
|
*/
|
|
26549
26549
|
id: string;
|
|
26550
26550
|
/**
|
|
@@ -41852,6 +41852,8 @@ export interface components {
|
|
|
41852
41852
|
* Format: uuid
|
|
41853
41853
|
*/
|
|
41854
41854
|
id: string;
|
|
41855
|
+
/** Serialnumber */
|
|
41856
|
+
serialNumber: string;
|
|
41855
41857
|
/**
|
|
41856
41858
|
* Total
|
|
41857
41859
|
* @description field is number
|
|
@@ -42289,7 +42291,7 @@ export interface components {
|
|
|
42289
42291
|
* user should select either down payment or return invoice or return returnable package per row
|
|
42290
42292
|
*
|
|
42291
42293
|
*/
|
|
42292
|
-
returnReturnablePackage
|
|
42294
|
+
returnReturnablePackage?: string;
|
|
42293
42295
|
};
|
|
42294
42296
|
/** SalesRefundVoucherDetailSchema */
|
|
42295
42297
|
SalesRefundVoucherDetailSchema: {
|
|
@@ -42462,7 +42464,7 @@ export interface components {
|
|
|
42462
42464
|
* user should select either down payment or return invoice or return returnable package per row
|
|
42463
42465
|
*
|
|
42464
42466
|
*/
|
|
42465
|
-
returnReturnablePackage
|
|
42467
|
+
returnReturnablePackage?: string;
|
|
42466
42468
|
/**
|
|
42467
42469
|
* Id
|
|
42468
42470
|
* Format: uuid
|