@erp-galoper/types 1.0.1811 → 1.0.1813
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
|
@@ -75316,7 +75316,7 @@ export interface operations {
|
|
|
75316
75316
|
reports_accounting_reports_get_all_transactions: {
|
|
75317
75317
|
parameters: {
|
|
75318
75318
|
query?: {
|
|
75319
|
-
branches?:
|
|
75319
|
+
branches?: string[] | null;
|
|
75320
75320
|
/** @description by default periodType is set to date filtration in user settings. Period type: thisMonth, thisYear, lastMonth, custom, … */
|
|
75321
75321
|
periodType?: "thisMonth" | "lastMonth" | "thisQuarter" | "lastQuarter" | "thisFiscalYear" | "lastFiscalYear" | "custom" | "today" | "all";
|
|
75322
75322
|
/** @description Start date for custom range (YYYY-MM-DD) */
|