@erp-galoper/types 1.0.1264 → 1.0.1265
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 +11 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -22957,12 +22957,23 @@ export interface components {
|
|
|
22957
22957
|
* @default []
|
|
22958
22958
|
*/
|
|
22959
22959
|
preferred_supplier_expensevoucher: components["schemas"]["BasePermissionsSchema_Expenses_Preferred_supplier_expensevoucherEnum"][];
|
|
22960
|
+
/**
|
|
22961
|
+
* Expensepaymentvoucher
|
|
22962
|
+
* @description expensepaymentvoucher actions
|
|
22963
|
+
* @default []
|
|
22964
|
+
*/
|
|
22965
|
+
expensepaymentvoucher: components["schemas"]["BasePermissionsSchema_Expenses_ExpensepaymentvoucherEnum"][];
|
|
22960
22966
|
};
|
|
22961
22967
|
/**
|
|
22962
22968
|
* BasePermissionsSchema_Expenses_Expense_limit_expensevoucherEnum
|
|
22963
22969
|
* @constant
|
|
22964
22970
|
*/
|
|
22965
22971
|
BasePermissionsSchema_Expenses_Expense_limit_expensevoucherEnum: "override";
|
|
22972
|
+
/**
|
|
22973
|
+
* BasePermissionsSchema_Expenses_ExpensepaymentvoucherEnum
|
|
22974
|
+
* @enum {string}
|
|
22975
|
+
*/
|
|
22976
|
+
BasePermissionsSchema_Expenses_ExpensepaymentvoucherEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "send" | "view";
|
|
22966
22977
|
/**
|
|
22967
22978
|
* BasePermissionsSchema_Expenses_ExpensevoucherEnum
|
|
22968
22979
|
* @enum {string}
|