/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const TaskAggregatedStatusEnum: { readonly Queued: "queued"; readonly Consumed: "consumed"; readonly Preprocess: "preprocess"; readonly Running: "running"; readonly Postprocess: "postprocess"; readonly Rejected: "rejected"; readonly Done: "done"; readonly Info: "info"; readonly Warning: "warning"; readonly Error: "error"; readonly UnknownDefaultOpenApi: "11184809"; }; export type TaskAggregatedStatusEnum = typeof TaskAggregatedStatusEnum[keyof typeof TaskAggregatedStatusEnum]; export declare function instanceOfTaskAggregatedStatusEnum(value: any): boolean; export declare function TaskAggregatedStatusEnumFromJSON(json: any): TaskAggregatedStatusEnum; export declare function TaskAggregatedStatusEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskAggregatedStatusEnum; export declare function TaskAggregatedStatusEnumToJSON(value?: TaskAggregatedStatusEnum | null): any; export declare function TaskAggregatedStatusEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): TaskAggregatedStatusEnum; //# sourceMappingURL=TaskAggregatedStatusEnum.d.ts.map