@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.
Files changed (2) hide show
  1. package/openapi.ts +1 -1
  2. 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?: number[] | null;
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) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1811",
3
+ "version": "1.0.1813",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],