@erp-galoper/types 1.0.511 → 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.
Files changed (2) hide show
  1. package/openapi.ts +7 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -25853,8 +25853,8 @@ export interface components {
25853
25853
  currencies: number[];
25854
25854
  /** Company */
25855
25855
  company: string;
25856
- /** Mof */
25857
- mof?: string | null;
25856
+ /** Financialnumber */
25857
+ financialNumber?: string | null;
25858
25858
  /** Email */
25859
25859
  email?: string | null;
25860
25860
  /** Note */
@@ -25938,8 +25938,8 @@ export interface components {
25938
25938
  name: string;
25939
25939
  /** Company */
25940
25940
  company: string;
25941
- /** Mof */
25942
- mof?: string | null;
25941
+ /** Financialnumber */
25942
+ financialNumber?: string | null;
25943
25943
  /** Email */
25944
25944
  email?: string | null;
25945
25945
  /** Note */
@@ -26043,8 +26043,8 @@ export interface components {
26043
26043
  currencies: number[];
26044
26044
  /** Company */
26045
26045
  company?: string | null;
26046
- /** Mof */
26047
- mof?: string | null;
26046
+ /** Financialnumber */
26047
+ financialNumber?: string | null;
26048
26048
  /** Email */
26049
26049
  email?: string | null;
26050
26050
  /** Note */
@@ -26955,7 +26955,7 @@ export interface components {
26955
26955
  /**
26956
26956
  * Id
26957
26957
  * Format: uuid
26958
- * @example a1add33e-6708-421d-8d6d-93b5718b8240
26958
+ * @example dcb514ee-d8d3-47b8-b611-6ef55a420362
26959
26959
  */
26960
26960
  id: string;
26961
26961
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.511",
3
+ "version": "1.0.512",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],