@erp-galoper/types 1.0.511 → 1.0.513
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 +13 -13
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -25291,8 +25291,8 @@ export interface components {
|
|
|
25291
25291
|
id: number;
|
|
25292
25292
|
/** Company */
|
|
25293
25293
|
company: string;
|
|
25294
|
-
/**
|
|
25295
|
-
|
|
25294
|
+
/** Financialnumber */
|
|
25295
|
+
financialNumber?: string | null;
|
|
25296
25296
|
/** Note */
|
|
25297
25297
|
note?: string | null;
|
|
25298
25298
|
/**
|
|
@@ -25397,8 +25397,8 @@ export interface components {
|
|
|
25397
25397
|
currencies: number[];
|
|
25398
25398
|
/** Company */
|
|
25399
25399
|
company?: string | null;
|
|
25400
|
-
/**
|
|
25401
|
-
|
|
25400
|
+
/** Financialnumber */
|
|
25401
|
+
financialNumber?: string | null;
|
|
25402
25402
|
/** Note */
|
|
25403
25403
|
note?: string | null;
|
|
25404
25404
|
/**
|
|
@@ -25609,8 +25609,8 @@ export interface components {
|
|
|
25609
25609
|
currencies: number[];
|
|
25610
25610
|
/** Company */
|
|
25611
25611
|
company: string;
|
|
25612
|
-
/**
|
|
25613
|
-
|
|
25612
|
+
/** Financialnumber */
|
|
25613
|
+
financialNumber?: string | null;
|
|
25614
25614
|
/** Note */
|
|
25615
25615
|
note?: string | null;
|
|
25616
25616
|
/**
|
|
@@ -25853,8 +25853,8 @@ export interface components {
|
|
|
25853
25853
|
currencies: number[];
|
|
25854
25854
|
/** Company */
|
|
25855
25855
|
company: string;
|
|
25856
|
-
/**
|
|
25857
|
-
|
|
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
|
-
/**
|
|
25942
|
-
|
|
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
|
-
/**
|
|
26047
|
-
|
|
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
|
|
26958
|
+
* @example f8c080ae-d6d3-4af1-9163-fe8deb78451b
|
|
26959
26959
|
*/
|
|
26960
26960
|
id: string;
|
|
26961
26961
|
/**
|