@erp-galoper/main-package 1.0.231 → 1.0.233
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +4 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -1326,6 +1326,7 @@ export interface paths {
|
|
1326
1326
|
* - accountLevelShouldBeGeneral
|
1327
1327
|
* - CurrencyShouldMatchCompanyCurrency
|
1328
1328
|
* - currencyRequired
|
1329
|
+
* - accountShouldBeSubsidiaryAtLevel7
|
1329
1330
|
* - 500:
|
1330
1331
|
* - internalServerError
|
1331
1332
|
*/
|
@@ -1404,6 +1405,8 @@ export interface paths {
|
|
1404
1405
|
* - cantChangeAccountNumberForAnAccountThatIsParentOfSupplierThatHasChildren
|
1405
1406
|
* - cantChangeAccountNumberForAnAccountHasTransactions
|
1406
1407
|
* - parentDoesNotExist
|
1408
|
+
* - accountShouldBeSubsidiaryAtLevel7
|
1409
|
+
* - parentCantBeSubsidiaryAccount
|
1407
1410
|
* - 403:
|
1408
1411
|
* - permissionDenied
|
1409
1412
|
* - 404:
|
@@ -15939,7 +15942,7 @@ export interface components {
|
|
15939
15942
|
/**
|
15940
15943
|
* Id
|
15941
15944
|
* Format: uuid
|
15942
|
-
* @example
|
15945
|
+
* @example 8a1b70d3-467b-4451-a764-6c01ce4bc131
|
15943
15946
|
*/
|
15944
15947
|
id: string;
|
15945
15948
|
/**
|
package/package.json
CHANGED