librechat-data-provider 0.8.405 → 0.8.407

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.
@@ -117,6 +117,7 @@ export declare const deletePrompt: ({ _id, groupId }: {
117
117
  export declare const getCategories: () => string;
118
118
  export declare const getAllPromptGroups: () => string;
119
119
  export declare const roles: () => string;
120
+ export declare const adminRoles: () => string;
120
121
  export declare const getRole: (roleName: string) => string;
121
122
  export declare const updatePromptPermissions: (roleName: string) => string;
122
123
  export declare const updateMemoryPermissions: (roleName: string) => string;