Skip to main content
Glama

News Aggregator API

wasm.js8.06 kB
/* !!! This is code generated by Prisma. Do not edit directly. !!! /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); const { Decimal, objectEnumValues, makeStrictEnum, Public, getRuntime, skip } = require('./runtime/index-browser.js') const Prisma = {} exports.Prisma = Prisma exports.$Enums = {} /** * Prisma Client JS version: 6.8.2 * Query Engine version: 2060c79ba17c6bb9f5823312b6f6b7f4a845738e */ Prisma.prismaVersion = { client: "6.8.2", engine: "2060c79ba17c6bb9f5823312b6f6b7f4a845738e" } Prisma.PrismaClientKnownRequestError = () => { const runtimeName = getRuntime().prettyName; throw new Error(`PrismaClientKnownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )}; Prisma.PrismaClientUnknownRequestError = () => { const runtimeName = getRuntime().prettyName; throw new Error(`PrismaClientUnknownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.PrismaClientRustPanicError = () => { const runtimeName = getRuntime().prettyName; throw new Error(`PrismaClientRustPanicError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.PrismaClientInitializationError = () => { const runtimeName = getRuntime().prettyName; throw new Error(`PrismaClientInitializationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.PrismaClientValidationError = () => { const runtimeName = getRuntime().prettyName; throw new Error(`PrismaClientValidationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.Decimal = Decimal /** * Re-export of sql-template-tag */ Prisma.sql = () => { const runtimeName = getRuntime().prettyName; throw new Error(`sqltag is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.empty = () => { const runtimeName = getRuntime().prettyName; throw new Error(`empty is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.join = () => { const runtimeName = getRuntime().prettyName; throw new Error(`join is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.raw = () => { const runtimeName = getRuntime().prettyName; throw new Error(`raw is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.validator = Public.validator /** * Extensions */ Prisma.getExtensionContext = () => { const runtimeName = getRuntime().prettyName; throw new Error(`Extensions.getExtensionContext is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} Prisma.defineExtension = () => { const runtimeName = getRuntime().prettyName; throw new Error(`Extensions.defineExtension is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}). In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`, )} /** * Shorthand utilities for JSON filtering */ Prisma.DbNull = objectEnumValues.instances.DbNull Prisma.JsonNull = objectEnumValues.instances.JsonNull Prisma.AnyNull = objectEnumValues.instances.AnyNull Prisma.NullTypes = { DbNull: objectEnumValues.classes.DbNull, JsonNull: objectEnumValues.classes.JsonNull, AnyNull: objectEnumValues.classes.AnyNull } /** * Enums */ exports.Prisma.TransactionIsolationLevel = makeStrictEnum({ Serializable: 'Serializable' }); exports.Prisma.ArticleScalarFieldEnum = { id: 'id', uuid: 'uuid', title: 'title', description: 'description', url: 'url', imageUrl: 'imageUrl', source: 'source', publishedAt: 'publishedAt', categories: 'categories', language: 'language', createdAt: 'createdAt', updatedAt: 'updatedAt', readCount: 'readCount', relevanceScore: 'relevanceScore', sentiment: 'sentiment' }; exports.Prisma.UserArticleScalarFieldEnum = { id: 'id', userId: 'userId', articleId: 'articleId', isBookmarked: 'isBookmarked', isRead: 'isRead', createdAt: 'createdAt', updatedAt: 'updatedAt', readAt: 'readAt' }; exports.Prisma.UserScalarFieldEnum = { id: 'id', email: 'email', name: 'name', passwordHash: 'passwordHash', createdAt: 'createdAt', updatedAt: 'updatedAt', lastLoginAt: 'lastLoginAt', preferredCategories: 'preferredCategories', preferredSources: 'preferredSources', preferredLanguage: 'preferredLanguage' }; exports.Prisma.TopicScalarFieldEnum = { id: 'id', name: 'name', articleCount: 'articleCount', createdAt: 'createdAt', updatedAt: 'updatedAt' }; exports.Prisma.ArticleTopicScalarFieldEnum = { id: 'id', articleId: 'articleId', topicId: 'topicId', confidence: 'confidence', createdAt: 'createdAt' }; exports.Prisma.EntityScalarFieldEnum = { id: 'id', name: 'name', type: 'type', articleCount: 'articleCount', createdAt: 'createdAt', updatedAt: 'updatedAt' }; exports.Prisma.ArticleEntityScalarFieldEnum = { id: 'id', articleId: 'articleId', entityId: 'entityId', frequency: 'frequency', createdAt: 'createdAt' }; exports.Prisma.SavedSearchScalarFieldEnum = { id: 'id', userId: 'userId', name: 'name', query: 'query', parameters: 'parameters', createdAt: 'createdAt', updatedAt: 'updatedAt', lastRunAt: 'lastRunAt' }; exports.Prisma.SortOrder = { asc: 'asc', desc: 'desc' }; exports.Prisma.NullsOrder = { first: 'first', last: 'last' }; exports.Prisma.ModelName = { Article: 'Article', UserArticle: 'UserArticle', User: 'User', Topic: 'Topic', ArticleTopic: 'ArticleTopic', Entity: 'Entity', ArticleEntity: 'ArticleEntity', SavedSearch: 'SavedSearch' }; /** * This is a stub Prisma Client that will error at runtime if called. */ class PrismaClient { constructor() { return new Proxy(this, { get(target, prop) { let message const runtime = getRuntime() if (runtime.isEdge) { message = `PrismaClient is not configured to run in ${runtime.prettyName}. In order to run Prisma Client on edge runtime, either: - Use Prisma Accelerate: https://pris.ly/d/accelerate - Use Driver Adapters: https://pris.ly/d/driver-adapters `; } else { message = 'PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in `' + runtime.prettyName + '`).' } message += ` If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report` throw new Error(message) } }) } } exports.PrismaClient = PrismaClient Object.assign(exports, Prisma)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Malachi-devel/the-news-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server