@erp-galoper/main-package 1.0.291 → 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 +14 -58
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -8858,23 +8858,12 @@ export interface components {
|
|
8858
8858
|
* @default []
|
8859
8859
|
*/
|
8860
8860
|
banks: components["schemas"]["BasePermissionsSchema_Bank_BanksEnum"][];
|
8861
|
-
/**
|
8862
|
-
* Bankstatement
|
8863
|
-
* @description bankstatement actions
|
8864
|
-
* @default []
|
8865
|
-
*/
|
8866
|
-
bankstatement: components["schemas"]["BasePermissionsSchema_Bank_BankstatementEnum"][];
|
8867
8861
|
};
|
8868
8862
|
/**
|
8869
8863
|
* BasePermissionsSchema_Bank_BanksEnum
|
8870
8864
|
* @enum {string}
|
8871
8865
|
*/
|
8872
8866
|
BasePermissionsSchema_Bank_BanksEnum: "add" | "change" | "delete" | "print" | "view";
|
8873
|
-
/**
|
8874
|
-
* BasePermissionsSchema_Bank_BankstatementEnum
|
8875
|
-
* @enum {string}
|
8876
|
-
*/
|
8877
|
-
BasePermissionsSchema_Bank_BankstatementEnum: "export" | "view";
|
8878
8867
|
/** BasePermissionsSchema_Customer */
|
8879
8868
|
BasePermissionsSchema_Customer: {
|
8880
8869
|
/**
|
@@ -8889,23 +8878,12 @@ export interface components {
|
|
8889
8878
|
* @default []
|
8890
8879
|
*/
|
8891
8880
|
retail_customer: components["schemas"]["BasePermissionsSchema_Customer_Retail_customerEnum"][];
|
8892
|
-
/**
|
8893
|
-
* Customerstatement
|
8894
|
-
* @description customerstatement actions
|
8895
|
-
* @default []
|
8896
|
-
*/
|
8897
|
-
customerstatement: components["schemas"]["BasePermissionsSchema_Customer_CustomerstatementEnum"][];
|
8898
8881
|
};
|
8899
8882
|
/**
|
8900
8883
|
* BasePermissionsSchema_Customer_CustomerEnum
|
8901
8884
|
* @enum {string}
|
8902
8885
|
*/
|
8903
8886
|
BasePermissionsSchema_Customer_CustomerEnum: "add" | "change" | "delete" | "view";
|
8904
|
-
/**
|
8905
|
-
* BasePermissionsSchema_Customer_CustomerstatementEnum
|
8906
|
-
* @enum {string}
|
8907
|
-
*/
|
8908
|
-
BasePermissionsSchema_Customer_CustomerstatementEnum: "export" | "view";
|
8909
8887
|
/**
|
8910
8888
|
* BasePermissionsSchema_Customer_Retail_customerEnum
|
8911
8889
|
* @enum {string}
|
@@ -9071,23 +9049,12 @@ export interface components {
|
|
9071
9049
|
* @default []
|
9072
9050
|
*/
|
9073
9051
|
project: components["schemas"]["BasePermissionsSchema_Project_ProjectEnum"][];
|
9074
|
-
/**
|
9075
|
-
* Projectstatement
|
9076
|
-
* @description projectstatement actions
|
9077
|
-
* @default []
|
9078
|
-
*/
|
9079
|
-
projectstatement: components["schemas"]["BasePermissionsSchema_Project_ProjectstatementEnum"][];
|
9080
9052
|
};
|
9081
9053
|
/**
|
9082
9054
|
* BasePermissionsSchema_Project_ProjectEnum
|
9083
9055
|
* @enum {string}
|
9084
9056
|
*/
|
9085
9057
|
BasePermissionsSchema_Project_ProjectEnum: "add" | "change" | "delete" | "view";
|
9086
|
-
/**
|
9087
|
-
* BasePermissionsSchema_Project_ProjectstatementEnum
|
9088
|
-
* @enum {string}
|
9089
|
-
*/
|
9090
|
-
BasePermissionsSchema_Project_ProjectstatementEnum: "export" | "view";
|
9091
9058
|
/** BasePermissionsSchema_Purchase */
|
9092
9059
|
BasePermissionsSchema_Purchase: {
|
9093
9060
|
/**
|
@@ -9143,6 +9110,12 @@ export interface components {
|
|
9143
9110
|
* @default []
|
9144
9111
|
*/
|
9145
9112
|
accountstatement: components["schemas"]["BasePermissionsSchema_Report_Accounting_AccountstatementEnum"][];
|
9113
|
+
/**
|
9114
|
+
* Balancesheet
|
9115
|
+
* @description balancesheet actions
|
9116
|
+
* @default []
|
9117
|
+
*/
|
9118
|
+
balancesheet: components["schemas"]["BasePermissionsSchema_Report_Accounting_BalancesheetEnum"][];
|
9146
9119
|
/**
|
9147
9120
|
* Cashflow
|
9148
9121
|
* @description cashflow actions
|
@@ -9179,11 +9152,16 @@ export interface components {
|
|
9179
9152
|
* @enum {string}
|
9180
9153
|
*/
|
9181
9154
|
BasePermissionsSchema_Report_Accounting_AccountstatementEnum: "export" | "view";
|
9155
|
+
/**
|
9156
|
+
* BasePermissionsSchema_Report_Accounting_BalancesheetEnum
|
9157
|
+
* @enum {string}
|
9158
|
+
*/
|
9159
|
+
BasePermissionsSchema_Report_Accounting_BalancesheetEnum: "export" | "view";
|
9182
9160
|
/**
|
9183
9161
|
* BasePermissionsSchema_Report_Accounting_CashflowEnum
|
9184
|
-
* @
|
9162
|
+
* @enum {string}
|
9185
9163
|
*/
|
9186
|
-
BasePermissionsSchema_Report_Accounting_CashflowEnum: "view";
|
9164
|
+
BasePermissionsSchema_Report_Accounting_CashflowEnum: "export" | "view";
|
9187
9165
|
/**
|
9188
9166
|
* BasePermissionsSchema_Report_Accounting_GeneralledgerreportEnum
|
9189
9167
|
* @enum {string}
|
@@ -9201,12 +9179,6 @@ export interface components {
|
|
9201
9179
|
BasePermissionsSchema_Report_Accounting_TrialbalanceEnum: "export" | "view";
|
9202
9180
|
/** BasePermissionsSchema_Report_Bank */
|
9203
9181
|
BasePermissionsSchema_Report_Bank: {
|
9204
|
-
/**
|
9205
|
-
* Balancesheet
|
9206
|
-
* @description balancesheet actions
|
9207
|
-
* @default []
|
9208
|
-
*/
|
9209
|
-
balancesheet: components["schemas"]["BasePermissionsSchema_Report_Bank_BalancesheetEnum"][];
|
9210
9182
|
/**
|
9211
9183
|
* Bankstatement
|
9212
9184
|
* @description bankstatement actions
|
@@ -9214,11 +9186,6 @@ export interface components {
|
|
9214
9186
|
*/
|
9215
9187
|
bankstatement: components["schemas"]["BasePermissionsSchema_Report_Bank_BankstatementEnum"][];
|
9216
9188
|
};
|
9217
|
-
/**
|
9218
|
-
* BasePermissionsSchema_Report_Bank_BalancesheetEnum
|
9219
|
-
* @enum {string}
|
9220
|
-
*/
|
9221
|
-
BasePermissionsSchema_Report_Bank_BalancesheetEnum: "export" | "view";
|
9222
9189
|
/**
|
9223
9190
|
* BasePermissionsSchema_Report_Bank_BankstatementEnum
|
9224
9191
|
* @enum {string}
|
@@ -9802,23 +9769,12 @@ export interface components {
|
|
9802
9769
|
* @default []
|
9803
9770
|
*/
|
9804
9771
|
supplier: components["schemas"]["BasePermissionsSchema_Supplier_SupplierEnum"][];
|
9805
|
-
/**
|
9806
|
-
* Supplierstatement
|
9807
|
-
* @description supplierstatement actions
|
9808
|
-
* @default []
|
9809
|
-
*/
|
9810
|
-
supplierstatement: components["schemas"]["BasePermissionsSchema_Supplier_SupplierstatementEnum"][];
|
9811
9772
|
};
|
9812
9773
|
/**
|
9813
9774
|
* BasePermissionsSchema_Supplier_SupplierEnum
|
9814
9775
|
* @enum {string}
|
9815
9776
|
*/
|
9816
9777
|
BasePermissionsSchema_Supplier_SupplierEnum: "add" | "change" | "delete" | "view";
|
9817
|
-
/**
|
9818
|
-
* BasePermissionsSchema_Supplier_SupplierstatementEnum
|
9819
|
-
* @enum {string}
|
9820
|
-
*/
|
9821
|
-
BasePermissionsSchema_Supplier_SupplierstatementEnum: "export" | "view";
|
9822
9778
|
/**
|
9823
9779
|
* CountryCodes
|
9824
9780
|
* @enum {string}
|
@@ -15961,7 +15917,7 @@ export interface components {
|
|
15961
15917
|
/**
|
15962
15918
|
* Id
|
15963
15919
|
* Format: uuid
|
15964
|
-
* @example
|
15920
|
+
* @example 054af45a-7036-4527-a089-a9a27d81c95f
|
15965
15921
|
*/
|
15966
15922
|
id: string;
|
15967
15923
|
/**
|
package/package.json
CHANGED