@erp-galoper/types 1.0.1901 → 1.0.1903

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 +4 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -75722,6 +75722,8 @@ export interface operations {
75722
75722
  currencies: (string)[];
75723
75723
  /** @description filter by account number or name */
75724
75724
  filter_by_account_number_or_name?: string;
75725
+ /** @description When true, combine multiple post entries from the same document into one row */
75726
+ groupEntries?: boolean;
75725
75727
  };
75726
75728
  header?: never;
75727
75729
  path?: never;
@@ -75957,6 +75959,8 @@ export interface operations {
75957
75959
  currencies: (string)[];
75958
75960
  /** @description filter by account number or name */
75959
75961
  filter_by_account_number_or_name?: string;
75962
+ /** @description When true, combine multiple post entries from the same document into one row */
75963
+ groupEntries?: boolean;
75960
75964
  };
75961
75965
  header?: never;
75962
75966
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1901",
3
+ "version": "1.0.1903",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],