@erp-galoper/types 1.0.510 → 1.0.512
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 +9 -7
- 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"
|
|
@@ -25851,8 +25853,8 @@ export interface components {
|
|
|
25851
25853
|
currencies: number[];
|
|
25852
25854
|
/** Company */
|
|
25853
25855
|
company: string;
|
|
25854
|
-
/**
|
|
25855
|
-
|
|
25856
|
+
/** Financialnumber */
|
|
25857
|
+
financialNumber?: string | null;
|
|
25856
25858
|
/** Email */
|
|
25857
25859
|
email?: string | null;
|
|
25858
25860
|
/** Note */
|
|
@@ -25936,8 +25938,8 @@ export interface components {
|
|
|
25936
25938
|
name: string;
|
|
25937
25939
|
/** Company */
|
|
25938
25940
|
company: string;
|
|
25939
|
-
/**
|
|
25940
|
-
|
|
25941
|
+
/** Financialnumber */
|
|
25942
|
+
financialNumber?: string | null;
|
|
25941
25943
|
/** Email */
|
|
25942
25944
|
email?: string | null;
|
|
25943
25945
|
/** Note */
|
|
@@ -26041,8 +26043,8 @@ export interface components {
|
|
|
26041
26043
|
currencies: number[];
|
|
26042
26044
|
/** Company */
|
|
26043
26045
|
company?: string | null;
|
|
26044
|
-
/**
|
|
26045
|
-
|
|
26046
|
+
/** Financialnumber */
|
|
26047
|
+
financialNumber?: string | null;
|
|
26046
26048
|
/** Email */
|
|
26047
26049
|
email?: string | null;
|
|
26048
26050
|
/** Note */
|
|
@@ -26953,7 +26955,7 @@ export interface components {
|
|
|
26953
26955
|
/**
|
|
26954
26956
|
* Id
|
|
26955
26957
|
* Format: uuid
|
|
26956
|
-
* @example
|
|
26958
|
+
* @example dcb514ee-d8d3-47b8-b611-6ef55a420362
|
|
26957
26959
|
*/
|
|
26958
26960
|
id: string;
|
|
26959
26961
|
/**
|