@erp-galoper/main-package 1.0.182 → 1.0.183
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.
- package/openapi.ts +4 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -3803,6 +3803,7 @@ export interface paths {
|
|
|
3803
3803
|
* Possible Responses:
|
|
3804
3804
|
* - 400:
|
|
3805
3805
|
* - noChangesDetected
|
|
3806
|
+
* - multicurrencyCannotBeDisabled
|
|
3806
3807
|
* - 200:
|
|
3807
3808
|
* - systemSettingUpdated
|
|
3808
3809
|
* - 403:
|
|
@@ -5440,6 +5441,7 @@ export interface paths {
|
|
|
5440
5441
|
* - defaultGeneralPaymentsAccountsDoesNotExist
|
|
5441
5442
|
* - 403:
|
|
5442
5443
|
* - permissionDenied
|
|
5444
|
+
* - multiCurrencyDisabled
|
|
5443
5445
|
* - 500:
|
|
5444
5446
|
* - internalServerError
|
|
5445
5447
|
*/
|
|
@@ -5499,6 +5501,7 @@ export interface paths {
|
|
|
5499
5501
|
* - cantChangePrimaryCurrency
|
|
5500
5502
|
* - 403:
|
|
5501
5503
|
* - permissionDenied
|
|
5504
|
+
* - multiCurrencyDisabled
|
|
5502
5505
|
* - 404:
|
|
5503
5506
|
* - currencyDoesNotExist
|
|
5504
5507
|
* - 500:
|
|
@@ -15853,7 +15856,7 @@ export interface components {
|
|
|
15853
15856
|
/**
|
|
15854
15857
|
* Id
|
|
15855
15858
|
* Format: uuid
|
|
15856
|
-
* @example
|
|
15859
|
+
* @example 25fe6853-0d94-400c-9432-019ee9890236
|
|
15857
15860
|
*/
|
|
15858
15861
|
id: string;
|
|
15859
15862
|
/**
|
package/package.json
CHANGED