@erp-galoper/types 1.0.552 → 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.
- package/openapi.ts +2 -1
- 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
|
|
26969
|
+
* @example cab3b706-6a16-4799-85d0-0be17586812f
|
|
26969
26970
|
*/
|
|
26970
26971
|
id: string;
|
|
26971
26972
|
/**
|