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.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react-query/index.es.js +1 -1
- package/dist/react-query/index.es.js.map +1 -1
- package/dist/types/api-endpoints.d.ts +1 -0
- package/dist/types/config.d.ts +1358 -425
- package/dist/types/data-service.d.ts +3 -0
- package/dist/types/mcp.d.ts +27 -27
- package/dist/types/models.d.ts +6 -136
- package/dist/types/schemas.d.ts +295 -0
- package/package.json +2 -1
|
@@ -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;
|