@erp-galoper/main-package 1.0.232 → 1.0.233

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 +4 -1
  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:
@@ -15939,7 +15942,7 @@ export interface components {
15939
15942
  /**
15940
15943
  * Id
15941
15944
  * Format: uuid
15942
- * @example 890d0b58-2f04-4c6f-a076-10fe14e3959c
15945
+ * @example 8a1b70d3-467b-4451-a764-6c01ce4bc131
15943
15946
  */
15944
15947
  id: string;
15945
15948
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.232",
3
+ "version": "1.0.233",
4
4
  "main": "openapi.ts"
5
5
  }