@erp-galoper/main-package 1.0.292 → 1.0.293

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 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -9159,9 +9159,9 @@ export interface components {
9159
9159
  BasePermissionsSchema_Report_Accounting_BalancesheetEnum: "export" | "view";
9160
9160
  /**
9161
9161
  * BasePermissionsSchema_Report_Accounting_CashflowEnum
9162
- * @constant
9162
+ * @enum {string}
9163
9163
  */
9164
- BasePermissionsSchema_Report_Accounting_CashflowEnum: "view";
9164
+ BasePermissionsSchema_Report_Accounting_CashflowEnum: "export" | "view";
9165
9165
  /**
9166
9166
  * BasePermissionsSchema_Report_Accounting_GeneralledgerreportEnum
9167
9167
  * @enum {string}
@@ -15917,7 +15917,7 @@ export interface components {
15917
15917
  /**
15918
15918
  * Id
15919
15919
  * Format: uuid
15920
- * @example bb638c0d-141f-40fd-b071-2e212fd93465
15920
+ * @example 054af45a-7036-4527-a089-a9a27d81c95f
15921
15921
  */
15922
15922
  id: string;
15923
15923
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.292",
3
+ "version": "1.0.293",
4
4
  "main": "openapi.ts"
5
5
  }