Skip to main content
Glama

Squad AI

InsightSourceEnum.ts1.52 kB
/* tslint:disable */ /* eslint-disable */ /** * Squad API * API for managing Squad resources * * The version of the OpenAPI document: 4.0.0 * Contact: help@meetsquad.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The source of the insight * @export */ export const InsightSourceEnum = { Typeform: 'TYPEFORM', Slack: 'SLACK', Unknown: 'UNKNOWN', Manual: 'MANUAL' } as const; export type InsightSourceEnum = typeof InsightSourceEnum[keyof typeof InsightSourceEnum]; export function instanceOfInsightSourceEnum(value: any): boolean { for (const key in InsightSourceEnum) { if (Object.prototype.hasOwnProperty.call(InsightSourceEnum, key)) { if (InsightSourceEnum[key as keyof typeof InsightSourceEnum] === value) { return true; } } } return false; } export function InsightSourceEnumFromJSON(json: any): InsightSourceEnum { return InsightSourceEnumFromJSONTyped(json, false); } export function InsightSourceEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): InsightSourceEnum { return json as InsightSourceEnum; } export function InsightSourceEnumToJSON(value?: InsightSourceEnum | null): any { return value as any; } export function InsightSourceEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): InsightSourceEnum { return value as InsightSourceEnum; }

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/the-basilisk-ai/squad-mcp'

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