Skip to main content
Glama

Squad AI

SolutionRelationshipsPayload.ts1.88 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. */ import { mapValues } from '../runtime.js'; /** * Request body for managing solution relationships * @export * @interface SolutionRelationshipsPayload */ export interface SolutionRelationshipsPayload { /** * Array of opportunity IDs to associate with the solution * @type {Array<string>} * @memberof SolutionRelationshipsPayload */ opportunityIds?: Array<string>; } /** * Check if a given object implements the SolutionRelationshipsPayload interface. */ export function instanceOfSolutionRelationshipsPayload(value: object): value is SolutionRelationshipsPayload { return true; } export function SolutionRelationshipsPayloadFromJSON(json: any): SolutionRelationshipsPayload { return SolutionRelationshipsPayloadFromJSONTyped(json, false); } export function SolutionRelationshipsPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SolutionRelationshipsPayload { if (json == null) { return json; } return { 'opportunityIds': json['opportunityIds'] == null ? undefined : json['opportunityIds'], }; } export function SolutionRelationshipsPayloadToJSON(json: any): SolutionRelationshipsPayload { return SolutionRelationshipsPayloadToJSONTyped(json, false); } export function SolutionRelationshipsPayloadToJSONTyped(value?: SolutionRelationshipsPayload | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { 'opportunityIds': value['opportunityIds'], }; }

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