@erp-galoper/types 1.0.1716 → 1.0.1717

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 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -38241,6 +38241,8 @@ export interface components {
38241
38241
  };
38242
38242
  /** CreateClosingSchema */
38243
38243
  CreateClosingSchema: {
38244
+ /** Branches */
38245
+ branches: number[];
38244
38246
  /** Year */
38245
38247
  year: number;
38246
38248
  };
@@ -72946,6 +72948,7 @@ export interface operations {
72946
72948
  currencies: (string | number)[];
72947
72949
  /** @description filter by account number or name */
72948
72950
  filterByAccountNumberOrName?: string;
72951
+ excludeYearEndClosing?: boolean;
72949
72952
  };
72950
72953
  header?: never;
72951
72954
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1716",
3
+ "version": "1.0.1717",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],