@erp-galoper/types 1.0.1744 → 1.0.1745

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 +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -33890,8 +33890,8 @@ export interface components {
33890
33890
  * Format: date
33891
33891
  */
33892
33892
  date: string;
33893
- /** Time */
33894
- time?: string | null;
33893
+ /** Datetime */
33894
+ dateTime?: string | null;
33895
33895
  state: components["schemas"]["PostEntryState"];
33896
33896
  branch: components["schemas"]["BranchSummaryInfo"];
33897
33897
  account: components["schemas"]["AccountSchema"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1744",
3
+ "version": "1.0.1745",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],