@erp-galoper/types 1.0.510 → 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 +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -5051,6 +5051,8 @@ export interface paths {
|
|
|
5051
5051
|
* - "cityDoesNotExist"
|
|
5052
5052
|
* - regionDoesNotBelongToSelectedCountry
|
|
5053
5053
|
* - cityDoesNotBelongToSelectedRegion
|
|
5054
|
+
* - cannotRemoveCurrencies
|
|
5055
|
+
*
|
|
5054
5056
|
* - 403: "permissionDenied"
|
|
5055
5057
|
* - 404: "supplierDoesNotExist"
|
|
5056
5058
|
* - 500: "serverError"
|
|
@@ -26953,7 +26955,7 @@ export interface components {
|
|
|
26953
26955
|
/**
|
|
26954
26956
|
* Id
|
|
26955
26957
|
* Format: uuid
|
|
26956
|
-
* @example
|
|
26958
|
+
* @example a1add33e-6708-421d-8d6d-93b5718b8240
|
|
26957
26959
|
*/
|
|
26958
26960
|
id: string;
|
|
26959
26961
|
/**
|