@erp-galoper/types 1.0.1732 → 1.0.1734

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
@@ -22803,6 +22803,7 @@ export interface paths {
22803
22803
  * - expenseVoucherIsPaid
22804
22804
  * - expenseVoucherEmployeeMisMatch
22805
22805
  * - expensePaymentVoucherItemDoesNotExist
22806
+ * - paymentDateBeforeExpenseVoucherDate
22806
22807
  * - 403:
22807
22808
  * - permissionDenied
22808
22809
  * - noBranchAccess
@@ -22885,6 +22886,7 @@ export interface paths {
22885
22886
  * - expenseVoucherIsPaid
22886
22887
  * - expenseVoucherEmployeeMisMatch
22887
22888
  * - expensePaymentVoucherItemDoesNotExist
22889
+ * - paymentDateBeforeExpenseVoucherDate
22888
22890
  * - 403:
22889
22891
  * - permissionDenied
22890
22892
  * - noBranchAccess
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1732",
3
+ "version": "1.0.1734",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],