@regacy-innovation/shared-services
Version:
Shared services for NestJS microservices
26 lines • 1.04 kB
TypeScript
export declare class BaseService {
protected getPerplexityUrl(): string;
protected getOpenAiUrl(): string;
protected getAnthropicUrl(): string;
protected getOpenAiGenerateImageUrl(): string;
protected getDeepseekUrl(): string;
protected getExaUrl(): string;
protected getExaBaseUrl(): string;
protected getExaGetContentUrl(): string;
protected getGeminiUrl(): string;
protected getJinaUrl(): string;
protected getTavilyUrl(): string;
protected getDeeplUrl(): string;
protected getDeeplStatusUrl(): string;
protected getDeeplDownloadUrl(): string;
protected getDeeplTranslateTextUrl(): string;
protected getSlideSpeakUrl(): string;
protected getSlideBySlideUrl(): string;
protected getSlideSpeakStatusUrl(): string;
protected getGoogleSearchUrl(): string;
protected getPromptHubUrl(): string;
protected getMaestroUrl(): string;
protected getReggieSlackUrl(): string;
protected getImageServiceUrl(): string;
}
//# sourceMappingURL=base.service.d.ts.map