@erp-galoper/main-package 1.0.166 → 1.0.167
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 +12 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -9096,6 +9096,12 @@ export interface components {
|
|
9096
9096
|
* @default []
|
9097
9097
|
*/
|
9098
9098
|
accountstatement: components["schemas"]["BasePermissionsSchema_Report_Accounting_AccountstatementEnum"][];
|
9099
|
+
/**
|
9100
|
+
* Cashflow
|
9101
|
+
* @description cashflow actions
|
9102
|
+
* @default []
|
9103
|
+
*/
|
9104
|
+
cashflow: components["schemas"]["BasePermissionsSchema_Report_Accounting_CashflowEnum"][];
|
9099
9105
|
/**
|
9100
9106
|
* Generalledgerreport
|
9101
9107
|
* @description generalledgerreport actions
|
@@ -9126,6 +9132,11 @@ export interface components {
|
|
9126
9132
|
* @enum {string}
|
9127
9133
|
*/
|
9128
9134
|
BasePermissionsSchema_Report_Accounting_AccountstatementEnum: "export" | "view";
|
9135
|
+
/**
|
9136
|
+
* BasePermissionsSchema_Report_Accounting_CashflowEnum
|
9137
|
+
* @constant
|
9138
|
+
*/
|
9139
|
+
BasePermissionsSchema_Report_Accounting_CashflowEnum: "view";
|
9129
9140
|
/**
|
9130
9141
|
* BasePermissionsSchema_Report_Accounting_GeneralledgerreportEnum
|
9131
9142
|
* @enum {string}
|
@@ -15825,7 +15836,7 @@ export interface components {
|
|
15825
15836
|
/**
|
15826
15837
|
* Id
|
15827
15838
|
* Format: uuid
|
15828
|
-
* @example
|
15839
|
+
* @example 5622d3a4-245a-4dd5-8b51-a5f3550e6bbc
|
15829
15840
|
*/
|
15830
15841
|
id: string;
|
15831
15842
|
/**
|
package/package.json
CHANGED