@erp-galoper/types 1.0.1290 → 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.
Files changed (2) hide show
  1. package/openapi.ts +4 -4
  2. 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: string;
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: string;
41689
+ reference?: string | null;
41690
41690
  /** Description */
41691
41691
  description: string | null;
41692
41692
  /** Notes */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1290",
3
+ "version": "1.0.1292",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],