@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.
Files changed (2) hide show
  1. package/openapi.ts +3 -1
  2. 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 bfd1a3c1-5326-44a1-8aa9-469e1e7e189f
26958
+ * @example a1add33e-6708-421d-8d6d-93b5718b8240
26957
26959
  */
26958
26960
  id: string;
26959
26961
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.510",
3
+ "version": "1.0.511",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],