@erp-galoper/main-package 1.0.232 → 1.0.234
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +5 -2
- 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:
|
@@ -1836,7 +1839,7 @@ export interface paths {
|
|
1836
1839
|
* Upload Files
|
1837
1840
|
* @description Endpoint for upload files
|
1838
1841
|
* Possible Responses:
|
1839
|
-
* - 400: unsupportedFileType
|
1842
|
+
* - 400: unsupportedFileType / noFileProvided
|
1840
1843
|
* - Unsupported file type / No file provided
|
1841
1844
|
* - 200: success
|
1842
1845
|
* - success
|
@@ -15939,7 +15942,7 @@ export interface components {
|
|
15939
15942
|
/**
|
15940
15943
|
* Id
|
15941
15944
|
* Format: uuid
|
15942
|
-
* @example
|
15945
|
+
* @example 7392fea8-7208-459b-a1d9-ca411a5afc64
|
15943
15946
|
*/
|
15944
15947
|
id: string;
|
15945
15948
|
/**
|
package/package.json
CHANGED