@erp-galoper/types 1.0.1291 → 1.0.1292
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 +4 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -41340,7 +41340,7 @@ export interface components {
|
|
|
41340
41340
|
date: string;
|
|
41341
41341
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
41342
41342
|
/** Reference */
|
|
41343
|
-
reference: string;
|
|
41343
|
+
reference: string | null;
|
|
41344
41344
|
/** Description */
|
|
41345
41345
|
description: string | null;
|
|
41346
41346
|
/** Notes */
|
|
@@ -41399,7 +41399,7 @@ export interface components {
|
|
|
41399
41399
|
*/
|
|
41400
41400
|
date: string;
|
|
41401
41401
|
/** Reference */
|
|
41402
|
-
reference
|
|
41402
|
+
reference?: string | null;
|
|
41403
41403
|
/** Description */
|
|
41404
41404
|
description: string | null;
|
|
41405
41405
|
/** Notes */
|
|
@@ -41547,7 +41547,7 @@ export interface components {
|
|
|
41547
41547
|
date: string;
|
|
41548
41548
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
41549
41549
|
/** Reference */
|
|
41550
|
-
reference: string;
|
|
41550
|
+
reference: string | null;
|
|
41551
41551
|
/** Description */
|
|
41552
41552
|
description: string | null;
|
|
41553
41553
|
/** Notes */
|
|
@@ -41686,7 +41686,7 @@ export interface components {
|
|
|
41686
41686
|
*/
|
|
41687
41687
|
date: string;
|
|
41688
41688
|
/** Reference */
|
|
41689
|
-
reference
|
|
41689
|
+
reference?: string | null;
|
|
41690
41690
|
/** Description */
|
|
41691
41691
|
description: string | null;
|
|
41692
41692
|
/** Notes */
|