@erp-galoper/types 1.0.1040 → 1.0.1042
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -16726,7 +16726,7 @@ export interface paths {
|
|
|
16726
16726
|
* - SalesInvoicesShouldHaveSameGlobalTaxRate
|
|
16727
16727
|
* - cannotReturnDeferredInvoice
|
|
16728
16728
|
* - projectDoesNotExist
|
|
16729
|
-
*
|
|
16729
|
+
* - salesInvoiceWarehouseMismatchWithReturnInvoiceWarehouse
|
|
16730
16730
|
* - 403: - "permissionDenied"
|
|
16731
16731
|
* - "noModuleAccess"
|
|
16732
16732
|
* - "noBranchAccess"
|
|
@@ -46479,6 +46479,7 @@ export interface components {
|
|
|
46479
46479
|
* Format: date
|
|
46480
46480
|
*/
|
|
46481
46481
|
date: string;
|
|
46482
|
+
warehouse: components["schemas"]["WarehouseSummaryInfo"] | null;
|
|
46482
46483
|
/** Description */
|
|
46483
46484
|
description: string | null;
|
|
46484
46485
|
/** Notes */
|
|
@@ -46558,6 +46559,7 @@ export interface components {
|
|
|
46558
46559
|
* - isDeferred equals to false
|
|
46559
46560
|
* - status equals to posted or submitted
|
|
46560
46561
|
* - approval status equals to approved or not_required
|
|
46562
|
+
* - warehouse equals to {warehouse-id} if exist
|
|
46561
46563
|
* */
|
|
46562
46564
|
salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
|
|
46563
46565
|
/**
|
|
@@ -46683,6 +46685,7 @@ export interface components {
|
|
|
46683
46685
|
* Format: date
|
|
46684
46686
|
*/
|
|
46685
46687
|
date: string;
|
|
46688
|
+
warehouse: components["schemas"]["WarehouseSummaryInfo"] | null;
|
|
46686
46689
|
/** Description */
|
|
46687
46690
|
description: string | null;
|
|
46688
46691
|
/** Notes */
|