/** * 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 LicenseStatusEnum: { readonly Unlicensed: "unlicensed"; readonly Valid: "valid"; readonly Expired: "expired"; readonly ExpirySoon: "expiry_soon"; readonly LimitExceededAdmin: "limit_exceeded_admin"; readonly LimitExceededUser: "limit_exceeded_user"; readonly ReadOnly: "read_only"; readonly UnknownDefaultOpenApi: "11184809"; }; export type LicenseStatusEnum = typeof LicenseStatusEnum[keyof typeof LicenseStatusEnum]; export declare function instanceOfLicenseStatusEnum(value: any): boolean; export declare function LicenseStatusEnumFromJSON(json: any): LicenseStatusEnum; export declare function LicenseStatusEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): LicenseStatusEnum; export declare function LicenseStatusEnumToJSON(value?: LicenseStatusEnum | null): any; export declare function LicenseStatusEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): LicenseStatusEnum; //# sourceMappingURL=LicenseStatusEnum.d.ts.map