@erp-galoper/types 1.0.826 → 1.0.827
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
|
@@ -34399,7 +34399,7 @@ export interface components {
|
|
|
34399
34399
|
* @description This field is required when updating an existing item
|
|
34400
34400
|
*/
|
|
34401
34401
|
id?: string | null;
|
|
34402
|
-
/** @description purchase invoices should be filtered by selected project, department, and supplier */
|
|
34402
|
+
/** @description purchase invoices should be filtered by selected project, department, and supplier, invoice approval status should be approved or not_required */
|
|
34403
34403
|
purchaseInvoice: components["schemas"]["PurchaseInvoiceForReturnOrderCreateSchema"];
|
|
34404
34404
|
/**
|
|
34405
34405
|
* Quantity
|
|
@@ -36101,7 +36101,7 @@ export interface components {
|
|
|
36101
36101
|
* @description This field is required when updating an existing item
|
|
36102
36102
|
*/
|
|
36103
36103
|
id?: string | null;
|
|
36104
|
-
/** @description purchase invoices should be filtered by selected project */
|
|
36104
|
+
/** @description purchase invoices should be filtered by selected project, invoice approval status should be approved or not_required */
|
|
36105
36105
|
purchaseInvoice: components["schemas"]["PurchaseInvoiceForReturnInvoiceCreateSchema"];
|
|
36106
36106
|
/**
|
|
36107
36107
|
* Quantity
|
|
@@ -45063,7 +45063,7 @@ export interface components {
|
|
|
45063
45063
|
};
|
|
45064
45064
|
/** CalculateSalesReturnOrderItemsSchema */
|
|
45065
45065
|
CalculateSalesReturnOrderItemsSchema: {
|
|
45066
|
-
/** @description sales invoices should be filtered by selected project */
|
|
45066
|
+
/** @description sales invoices should be filtered by selected project, and invoice status should be posted or submitted, and approval status should be approved or not_required` */
|
|
45067
45067
|
salesInvoice: components["schemas"]["SalesInvoiceForReturnOrderCreateSchema"];
|
|
45068
45068
|
/**
|
|
45069
45069
|
* Quantity
|
|
@@ -45284,7 +45284,7 @@ export interface components {
|
|
|
45284
45284
|
* @description This field is required when updating an existing item.
|
|
45285
45285
|
*/
|
|
45286
45286
|
id?: string;
|
|
45287
|
-
/** @description sales invoices should be filtered by selected project */
|
|
45287
|
+
/** @description sales invoices should be filtered by selected project, and invoice status should be posted or submitted, and approval status should be approved or not_required` */
|
|
45288
45288
|
salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
|
|
45289
45289
|
/**
|
|
45290
45290
|
* Quantity
|