@closerplatform/spinner-openapi 0.12.403 → 0.12.404
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 +1 -0
- package/dist/api.js +1 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -937,6 +937,7 @@ export declare enum AppPermission {
|
|
|
937
937
|
RoomCloseNotOwn = "room_close_not_own",
|
|
938
938
|
AiIntentsClassify = "ai_intents_classify",
|
|
939
939
|
DisplayOwnTagGroupsConversations = "display_own_tag_groups_conversations",
|
|
940
|
+
DisplayHistoricallyAssignedConversations = "display_historically_assigned_conversations",
|
|
940
941
|
SettingsPasswordChange = "settings_password_change",
|
|
941
942
|
SettingsPersonal = "settings_personal",
|
|
942
943
|
MeetingsPageVisibility = "meetings_page_visibility",
|
package/dist/api.js
CHANGED
|
@@ -108,6 +108,7 @@ var AppPermission;
|
|
|
108
108
|
AppPermission["RoomCloseNotOwn"] = "room_close_not_own";
|
|
109
109
|
AppPermission["AiIntentsClassify"] = "ai_intents_classify";
|
|
110
110
|
AppPermission["DisplayOwnTagGroupsConversations"] = "display_own_tag_groups_conversations";
|
|
111
|
+
AppPermission["DisplayHistoricallyAssignedConversations"] = "display_historically_assigned_conversations";
|
|
111
112
|
AppPermission["SettingsPasswordChange"] = "settings_password_change";
|
|
112
113
|
AppPermission["SettingsPersonal"] = "settings_personal";
|
|
113
114
|
AppPermission["MeetingsPageVisibility"] = "meetings_page_visibility";
|