@erp-galoper/types 1.0.1658 → 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.
- package/openapi.ts +1 -1
- 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
|
|
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;
|