@erp-galoper/main-package 1.0.182 → 1.0.183

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/openapi.ts +4 -1
  2. 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 67fccfd7-1a5f-4b7a-bc43-9037b2bf86aa
15859
+ * @example 25fe6853-0d94-400c-9432-019ee9890236
15857
15860
  */
15858
15861
  id: string;
15859
15862
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.182",
3
+ "version": "1.0.183",
4
4
  "main": "openapi.ts"
5
5
  }