@erp-galoper/types 1.0.1659 → 1.0.1660

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 +1 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -63859,7 +63859,7 @@ export interface operations {
63859
63859
  startDate?: string | null;
63860
63860
  /** @description End date for custom range (YYYY-MM-DD), this required if the period type is custom */
63861
63861
  endDate?: string | null;
63862
- /** @description search by account number, jv number or description */
63862
+ /** @description search by account number, account name, jv number, description, reference, or project name */
63863
63863
  search?: string;
63864
63864
  };
63865
63865
  header?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1659",
3
+ "version": "1.0.1660",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],