@erp-galoper/types 1.0.1042 → 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.
Files changed (2) hide show
  1. package/openapi.ts +2 -0
  2. 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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1042",
3
+ "version": "1.0.1043",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],