@solcre-org/core-ui 2.15.38 → 2.15.39
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/index.d.ts
CHANGED
|
@@ -3856,13 +3856,14 @@ declare enum PermissionsResources {
|
|
|
3856
3856
|
MY_COMPANY = "my_company",
|
|
3857
3857
|
MY_COMPANY_AZF_PROCEDURE = "my_company_azf_procedures",
|
|
3858
3858
|
MY_COMPANY_CONTACTS = "my_company_contacts",
|
|
3859
|
-
|
|
3859
|
+
COMPANY_CONFIGURATION = "company_configuration",
|
|
3860
3860
|
MY_COMPANY_INVENTORY = "my_company_inventory",
|
|
3861
3861
|
MY_COMPANY_LEGALS = "my_company_legals",
|
|
3862
3862
|
MY_COMPANY_CONTRACTUAL_INFORMATION = "my_company_contractual_info",
|
|
3863
3863
|
MY_COMPANY_TELEWORK = "my_company_remote_work",
|
|
3864
3864
|
FILE_TEMPLATES = "file_templates",
|
|
3865
|
-
CONFIGURATION = "configuration"
|
|
3865
|
+
CONFIGURATION = "configuration",
|
|
3866
|
+
SERVICES_EXPORT = "services_export"
|
|
3866
3867
|
}
|
|
3867
3868
|
|
|
3868
3869
|
declare enum PermissionsCustomActions {
|