@closerplatform/spinner-openapi 0.12.353 → 0.12.355
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/dist/api.d.ts +9 -0
- package/dist/api.js +9 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -918,6 +918,15 @@ export declare enum AppPermission {
|
|
|
918
918
|
ReportsYours = "reports_yours",
|
|
919
919
|
ReportsGroups = "reports_groups",
|
|
920
920
|
ReportsOrg = "reports_org",
|
|
921
|
+
ReportsYoursEfficiency = "reports_yours_efficiency",
|
|
922
|
+
ReportsGroupsEfficiency = "reports_groups_efficiency",
|
|
923
|
+
ReportsConversationsServiceLevelTagGroups = "reports_conversations_service_level_tag_groups",
|
|
924
|
+
ReportsConversationsServiceLevelTags = "reports_conversations_service_level_tags",
|
|
925
|
+
ReportsConversationsBackLineTags = "reports_conversations_back_line_tags",
|
|
926
|
+
ReportsAdvisersAdviserGroups = "reports_advisers_adviser_groups",
|
|
927
|
+
ReportsAdvisersTagGroups = "reports_advisers_tag_groups",
|
|
928
|
+
ReportsOrgOther = "reports_org_other",
|
|
929
|
+
ReportsOrgEfficiency = "reports_org_efficiency",
|
|
921
930
|
LeadDeleteProfile = "lead_delete_profile",
|
|
922
931
|
LeadUpdateProfile = "lead_update_profile",
|
|
923
932
|
UpdatePersonalData = "update_personal_data",
|
package/dist/api.js
CHANGED
|
@@ -89,6 +89,15 @@ var AppPermission;
|
|
|
89
89
|
AppPermission["ReportsYours"] = "reports_yours";
|
|
90
90
|
AppPermission["ReportsGroups"] = "reports_groups";
|
|
91
91
|
AppPermission["ReportsOrg"] = "reports_org";
|
|
92
|
+
AppPermission["ReportsYoursEfficiency"] = "reports_yours_efficiency";
|
|
93
|
+
AppPermission["ReportsGroupsEfficiency"] = "reports_groups_efficiency";
|
|
94
|
+
AppPermission["ReportsConversationsServiceLevelTagGroups"] = "reports_conversations_service_level_tag_groups";
|
|
95
|
+
AppPermission["ReportsConversationsServiceLevelTags"] = "reports_conversations_service_level_tags";
|
|
96
|
+
AppPermission["ReportsConversationsBackLineTags"] = "reports_conversations_back_line_tags";
|
|
97
|
+
AppPermission["ReportsAdvisersAdviserGroups"] = "reports_advisers_adviser_groups";
|
|
98
|
+
AppPermission["ReportsAdvisersTagGroups"] = "reports_advisers_tag_groups";
|
|
99
|
+
AppPermission["ReportsOrgOther"] = "reports_org_other";
|
|
100
|
+
AppPermission["ReportsOrgEfficiency"] = "reports_org_efficiency";
|
|
92
101
|
AppPermission["LeadDeleteProfile"] = "lead_delete_profile";
|
|
93
102
|
AppPermission["LeadUpdateProfile"] = "lead_update_profile";
|
|
94
103
|
AppPermission["UpdatePersonalData"] = "update_personal_data";
|