@erp-galoper/main-package 1.0.200 → 1.0.202
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 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -11902,7 +11902,10 @@ export interface components {
|
|
|
11902
11902
|
/** Serialnumber */
|
|
11903
11903
|
serialNumber: string;
|
|
11904
11904
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
11905
|
-
/**
|
|
11905
|
+
/**
|
|
11906
|
+
* Date
|
|
11907
|
+
* Format: date
|
|
11908
|
+
*/
|
|
11906
11909
|
date: string;
|
|
11907
11910
|
/** Reference */
|
|
11908
11911
|
reference: string | null;
|
|
@@ -12049,7 +12052,10 @@ export interface components {
|
|
|
12049
12052
|
/** Serialnumber */
|
|
12050
12053
|
serialNumber: string;
|
|
12051
12054
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
12052
|
-
/**
|
|
12055
|
+
/**
|
|
12056
|
+
* Date
|
|
12057
|
+
* Format: date
|
|
12058
|
+
*/
|
|
12053
12059
|
date: string;
|
|
12054
12060
|
/** Reference */
|
|
12055
12061
|
reference: string | null;
|
|
@@ -15872,7 +15878,7 @@ export interface components {
|
|
|
15872
15878
|
/**
|
|
15873
15879
|
* Id
|
|
15874
15880
|
* Format: uuid
|
|
15875
|
-
* @example
|
|
15881
|
+
* @example ca876ae4-f9dd-4a84-8705-663cd32c5050
|
|
15876
15882
|
*/
|
|
15877
15883
|
id: string;
|
|
15878
15884
|
/**
|
package/package.json
CHANGED