@erp-galoper/types 1.0.1659 → 1.0.1661

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 +3 -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;
@@ -83980,6 +83980,8 @@ export interface operations {
83980
83980
  type?: "default" | "creditNote" | "paymentVoucher";
83981
83981
  /** @description supplier id, required when type is creditNote or paymentVoucher */
83982
83982
  supplier?: number;
83983
+ /** @description If true, includes invoice items in the response */
83984
+ includeItems?: boolean;
83983
83985
  };
83984
83986
  header?: never;
83985
83987
  path?: 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.1661",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],