/** * 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. */ /** * * @export * @interface JobAttributesSettingsOperationSchema */ export interface JobAttributesSettingsOperationSchema { /** * * @type {boolean} * @memberof JobAttributesSettingsOperationSchema */ changeStage?: boolean; /** * * @type {boolean} * @memberof JobAttributesSettingsOperationSchema */ createConversationReport?: boolean; /** * * @type {boolean} * @memberof JobAttributesSettingsOperationSchema */ createNote?: boolean; /** * * @type {boolean} * @memberof JobAttributesSettingsOperationSchema */ createRate?: boolean; /** * * @type {boolean} * @memberof JobAttributesSettingsOperationSchema */ createTag?: boolean; } /** * Check if a given object implements the JobAttributesSettingsOperationSchema interface. */ export declare function instanceOfJobAttributesSettingsOperationSchema(value: object): value is JobAttributesSettingsOperationSchema; export declare function JobAttributesSettingsOperationSchemaFromJSON(json: any): JobAttributesSettingsOperationSchema; export declare function JobAttributesSettingsOperationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesSettingsOperationSchema; export declare function JobAttributesSettingsOperationSchemaToJSON(json: any): JobAttributesSettingsOperationSchema; export declare function JobAttributesSettingsOperationSchemaToJSONTyped(value?: JobAttributesSettingsOperationSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesSettingsOperationSchema.d.ts.map