@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.
- package/openapi.ts +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
|
-
/**
|
|
33894
|
-
|
|
33893
|
+
/** Datetime */
|
|
33894
|
+
dateTime?: string | null;
|
|
33895
33895
|
state: components["schemas"]["PostEntryState"];
|
|
33896
33896
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
33897
33897
|
account: components["schemas"]["AccountSchema"];
|