@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.
- package/openapi.ts +3 -0
- 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;
|