@erp-galoper/types 1.0.509 → 1.0.511
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 +8 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -4780,6 +4780,7 @@ export interface paths {
|
|
|
4780
4780
|
* - "AccountShouldBeCompanyCurrency"
|
|
4781
4781
|
* - cityMismatchWithCountry
|
|
4782
4782
|
* - CityDoesNotBelongToSelectedRegion
|
|
4783
|
+
* - cannotRemoveCurrencies
|
|
4783
4784
|
* - 403: "permissionDenied"
|
|
4784
4785
|
* - 404: "customerDoesNotExist"
|
|
4785
4786
|
* - 500: "serverError"
|
|
@@ -4824,6 +4825,7 @@ export interface paths {
|
|
|
4824
4825
|
* - "cityDoesNotExist"
|
|
4825
4826
|
* - cityMismatchWithCountry
|
|
4826
4827
|
* - CityDoesNotBelongToSelectedRegion
|
|
4828
|
+
* - cannotRemoveCurrencies
|
|
4827
4829
|
* - 403: "permissionDenied"
|
|
4828
4830
|
* - 404: "customerDoesNotExist"
|
|
4829
4831
|
* - 500: "serverError"
|
|
@@ -5049,6 +5051,8 @@ export interface paths {
|
|
|
5049
5051
|
* - "cityDoesNotExist"
|
|
5050
5052
|
* - regionDoesNotBelongToSelectedCountry
|
|
5051
5053
|
* - cityDoesNotBelongToSelectedRegion
|
|
5054
|
+
* - cannotRemoveCurrencies
|
|
5055
|
+
*
|
|
5052
5056
|
* - 403: "permissionDenied"
|
|
5053
5057
|
* - 404: "supplierDoesNotExist"
|
|
5054
5058
|
* - 500: "serverError"
|
|
@@ -25163,6 +25167,7 @@ export interface components {
|
|
|
25163
25167
|
isActive: boolean;
|
|
25164
25168
|
/**
|
|
25165
25169
|
* Currencies
|
|
25170
|
+
* @description List of currency ids, user can add new currencies but cannot remove existing ones
|
|
25166
25171
|
* @default []
|
|
25167
25172
|
*/
|
|
25168
25173
|
currencies: number[];
|
|
@@ -25386,6 +25391,7 @@ export interface components {
|
|
|
25386
25391
|
isActive: boolean;
|
|
25387
25392
|
/**
|
|
25388
25393
|
* Currencies
|
|
25394
|
+
* @description List of currency ids, user can add new currencies but cannot remove existing ones
|
|
25389
25395
|
* @default []
|
|
25390
25396
|
*/
|
|
25391
25397
|
currencies: number[];
|
|
@@ -26031,6 +26037,7 @@ export interface components {
|
|
|
26031
26037
|
isActive: boolean;
|
|
26032
26038
|
/**
|
|
26033
26039
|
* Currencies
|
|
26040
|
+
* @description List of currency ids, user can add new currencies but cannot remove existing ones
|
|
26034
26041
|
* @default []
|
|
26035
26042
|
*/
|
|
26036
26043
|
currencies: number[];
|
|
@@ -26948,7 +26955,7 @@ export interface components {
|
|
|
26948
26955
|
/**
|
|
26949
26956
|
* Id
|
|
26950
26957
|
* Format: uuid
|
|
26951
|
-
* @example
|
|
26958
|
+
* @example a1add33e-6708-421d-8d6d-93b5718b8240
|
|
26952
26959
|
*/
|
|
26953
26960
|
id: string;
|
|
26954
26961
|
/**
|