@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.
- package/openapi.ts +3 -3
- 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
|
-
* @
|
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
|
15920
|
+
* @example 054af45a-7036-4527-a089-a9a27d81c95f
|
15921
15921
|
*/
|
15922
15922
|
id: string;
|
15923
15923
|
/**
|
package/package.json
CHANGED