librechat-data-provider 0.8.403 → 0.8.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.
@@ -106,6 +106,7 @@ export declare const getPrompt: (_id: string) => string;
106
106
  export declare const getRandomPrompts: (limit: number, skip: number) => string;
107
107
  export declare const postPrompt: () => string;
108
108
  export declare const updatePromptGroup: (_id: string) => string;
109
+ export declare const recordPromptGroupUsage: (groupId: string) => string;
109
110
  export declare const updatePromptLabels: (_id: string) => string;
110
111
  export declare const updatePromptTag: (_id: string) => string;
111
112
  export declare const deletePromptGroup: (_id: string) => string;