@erp-galoper/types 1.0.61 → 1.0.62
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 +4 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26450,7 +26450,7 @@ export interface components {
|
|
|
26450
26450
|
/**
|
|
26451
26451
|
* Id
|
|
26452
26452
|
* Format: uuid
|
|
26453
|
-
* @example
|
|
26453
|
+
* @example 26ecd220-00cf-4287-a610-23b97f7deac6
|
|
26454
26454
|
*/
|
|
26455
26455
|
id: string;
|
|
26456
26456
|
/**
|
|
@@ -31178,7 +31178,7 @@ export interface components {
|
|
|
31178
31178
|
*/
|
|
31179
31179
|
companyTotal: number;
|
|
31180
31180
|
/** Quantityreceived */
|
|
31181
|
-
|
|
31181
|
+
quantityReceived: number;
|
|
31182
31182
|
};
|
|
31183
31183
|
/** PurchaseOrderSchema */
|
|
31184
31184
|
PurchaseOrderSchema: {
|
|
@@ -31944,9 +31944,9 @@ export interface components {
|
|
|
31944
31944
|
/** Companytotal */
|
|
31945
31945
|
companyTotal: number;
|
|
31946
31946
|
/** Quantityreturned */
|
|
31947
|
-
|
|
31947
|
+
quantityReturned: number;
|
|
31948
31948
|
/** Quantityreceived */
|
|
31949
|
-
|
|
31949
|
+
quantityReceived?: number;
|
|
31950
31950
|
};
|
|
31951
31951
|
/** PurchaseInvoiceListResponse */
|
|
31952
31952
|
PurchaseInvoiceListResponse: {
|