@erp-galoper/types 1.0.551 → 1.0.553

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 +2 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14061,6 +14061,7 @@ export interface paths {
14061
14061
  * - 400: - itemDoesNotExist
14062
14062
  * - itemPackageDoesNotExist
14063
14063
  * - currencyDoesNotExist
14064
+ * - invalidCurrency
14064
14065
  * - 403: permissionDenied
14065
14066
  * - 500: internalServerError
14066
14067
  *
@@ -26965,7 +26966,7 @@ export interface components {
26965
26966
  /**
26966
26967
  * Id
26967
26968
  * Format: uuid
26968
- * @example de70e7a6-0c25-4696-9eea-f39a308a7066
26969
+ * @example cab3b706-6a16-4799-85d0-0be17586812f
26969
26970
  */
26970
26971
  id: string;
26971
26972
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.551",
3
+ "version": "1.0.553",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],