@erp-galoper/types 1.0.800 → 1.0.801

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
@@ -1488,6 +1488,7 @@ export interface paths {
1488
1488
  * - CurrencyShouldMatchCompanyCurrency
1489
1489
  * - currencyRequired
1490
1490
  * - accountShouldBeSubsidiaryAtLevel8
1491
+ * - cantCreateSubsidiaryAccountUnderAccountRelatedToBank
1491
1492
  * - accountCurrencyShouldBeCompanyOrSecondaryCurrency
1492
1493
  * - 500:
1493
1494
  * - internalServerError
@@ -1569,6 +1570,7 @@ export interface paths {
1569
1570
  * - parentDoesNotExist
1570
1571
  * - accountShouldBeSubsidiaryAtLevel8
1571
1572
  * - parentCantBeSubsidiaryAccount
1573
+ * - cantCreateSubsidiaryAccountUnderAccountRelatedToBank
1572
1574
  * - accountCurrencyShouldBeCompanyOrSecondaryCurrency
1573
1575
  * - 403:
1574
1576
  * - permissionDenied
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.800",
3
+ "version": "1.0.801",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],