@erp-galoper/types 1.0.509 → 1.0.510
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 +6 -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"
|
|
@@ -25163,6 +25165,7 @@ export interface components {
|
|
|
25163
25165
|
isActive: boolean;
|
|
25164
25166
|
/**
|
|
25165
25167
|
* Currencies
|
|
25168
|
+
* @description List of currency ids, user can add new currencies but cannot remove existing ones
|
|
25166
25169
|
* @default []
|
|
25167
25170
|
*/
|
|
25168
25171
|
currencies: number[];
|
|
@@ -25386,6 +25389,7 @@ export interface components {
|
|
|
25386
25389
|
isActive: boolean;
|
|
25387
25390
|
/**
|
|
25388
25391
|
* Currencies
|
|
25392
|
+
* @description List of currency ids, user can add new currencies but cannot remove existing ones
|
|
25389
25393
|
* @default []
|
|
25390
25394
|
*/
|
|
25391
25395
|
currencies: number[];
|
|
@@ -26031,6 +26035,7 @@ export interface components {
|
|
|
26031
26035
|
isActive: boolean;
|
|
26032
26036
|
/**
|
|
26033
26037
|
* Currencies
|
|
26038
|
+
* @description List of currency ids, user can add new currencies but cannot remove existing ones
|
|
26034
26039
|
* @default []
|
|
26035
26040
|
*/
|
|
26036
26041
|
currencies: number[];
|
|
@@ -26948,7 +26953,7 @@ export interface components {
|
|
|
26948
26953
|
/**
|
|
26949
26954
|
* Id
|
|
26950
26955
|
* Format: uuid
|
|
26951
|
-
* @example
|
|
26956
|
+
* @example bfd1a3c1-5326-44a1-8aa9-469e1e7e189f
|
|
26952
26957
|
*/
|
|
26953
26958
|
id: string;
|
|
26954
26959
|
/**
|