/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Query shape for `type: candidates` finders. * @export * @interface FinderQueryCandidatesSchema */ export interface FinderQueryCandidatesSchema { /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ search?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ name?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ jobPositionTitle?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ skillsAndExpertise?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ education?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ experienceAndSeniority?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ certifications?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ jobPositions?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ keywords?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ industryExperience?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ languagesSpoken?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ locationPreferences?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ personalityAndSoftSkills?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ availability?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ workPreferences?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ workAuthorization?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ companyTypeExperience?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ jobTendencies?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ licenses?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ salaryExpectation?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ status?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ stage?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ source?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ email?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ gender?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ shortCode?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ overallMatchRating?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ recommendationStatusCode?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ recommendationStatus?: string; /** * * @type {string} * @memberof FinderQueryCandidatesSchema */ candidateId?: string; } /** * Check if a given object implements the FinderQueryCandidatesSchema interface. */ export declare function instanceOfFinderQueryCandidatesSchema(value: object): value is FinderQueryCandidatesSchema; export declare function FinderQueryCandidatesSchemaFromJSON(json: any): FinderQueryCandidatesSchema; export declare function FinderQueryCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderQueryCandidatesSchema; export declare function FinderQueryCandidatesSchemaToJSON(json: any): FinderQueryCandidatesSchema; export declare function FinderQueryCandidatesSchemaToJSONTyped(value?: FinderQueryCandidatesSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FinderQueryCandidatesSchema.d.ts.map