mcp-talent-server
Version:
Model Context Protocol server for talent management tools
338 lines • 8.48 kB
TypeScript
import mongoose from "mongoose";
export declare const SheetVectorDataSchema: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
timestamps: true;
}, {
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}>, {}, mongoose.ResolveSchemaOptions<{
timestamps: true;
}>> & mongoose.FlatRecord<{
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}> & {
_id: mongoose.Types.ObjectId;
} & {
__v: number;
}>;
declare const SheetVectorData: mongoose.Model<{
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}, {}, {}, {}, mongoose.Document<unknown, {}, {
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}, {}, {
timestamps: true;
}> & {
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
} & {
_id: mongoose.Types.ObjectId;
} & {
__v: number;
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
timestamps: true;
}, {
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}>, {}, mongoose.ResolveSchemaOptions<{
timestamps: true;
}>> & mongoose.FlatRecord<{
createdAt: NativeDate;
updatedAt: NativeDate;
} & {
userId: string;
sheetId: string;
sheetName: string;
rowId: string;
originalData: any;
searchableContent: string;
columnMetadata: mongoose.Types.DocumentArray<{
name: string;
type: string;
label: string;
value?: any;
}, mongoose.Types.Subdocument<mongoose.mongo.BSON.ObjectId, any, {
name: string;
type: string;
label: string;
value?: any;
}> & {
name: string;
type: string;
label: string;
value?: any;
}>;
extractedEntities?: {
numbers: number[];
dates: string[];
emails: string[];
urls: string[];
categories: string[];
} | null | undefined;
dataTypes?: any;
}> & {
_id: mongoose.Types.ObjectId;
} & {
__v: number;
}>>;
export declare const SheetVectorDataType: {
[path: string]: mongoose.SchemaDefinitionProperty<undefined, any, any>;
} | {
[x: string]: mongoose.SchemaDefinitionProperty<any, any, any> | undefined;
};
export default SheetVectorData;
//# sourceMappingURL=sheet-vector.model.d.ts.map