@erp-galoper/types 1.0.1041 → 1.0.1043
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 +2 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -17666,6 +17666,7 @@ export interface paths {
|
|
|
17666
17666
|
* - salesInvoiceDoesNotBelongToSelectedCustomer
|
|
17667
17667
|
* - salesInvoiceShouldBeSubmittedOrPostedOrSent
|
|
17668
17668
|
* - salesInvoiceAlreadyCredited
|
|
17669
|
+
* - totalCreditedDiscountShouldNotExceeds100
|
|
17669
17670
|
* - 403:
|
|
17670
17671
|
* - permissionDenied
|
|
17671
17672
|
* - noBranchAccess
|
|
@@ -17731,6 +17732,7 @@ export interface paths {
|
|
|
17731
17732
|
* - salesInvoiceShouldBeApprovedOrDoesNotRequiresApproval
|
|
17732
17733
|
* - salesInvoiceDoesNotBelongToSelectedCustomer
|
|
17733
17734
|
* - salesInvoiceAlreadyCredited
|
|
17735
|
+
* - totalCreditedDiscountShouldNotExceeds100
|
|
17734
17736
|
* - 404 :
|
|
17735
17737
|
* - salesCreditNoteDoesNotExist
|
|
17736
17738
|
* - 403:
|