/** * 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. */ /** * TelegramSourcePropertyMapping Serializer * @export * @interface PatchedTelegramSourcePropertyMappingRequest */ export interface PatchedTelegramSourcePropertyMappingRequest { /** * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update. * @type {string} * @memberof PatchedTelegramSourcePropertyMappingRequest */ managed?: string | null; /** * * @type {string} * @memberof PatchedTelegramSourcePropertyMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedTelegramSourcePropertyMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedTelegramSourcePropertyMappingRequest interface. */ export declare function instanceOfPatchedTelegramSourcePropertyMappingRequest(value: object): value is PatchedTelegramSourcePropertyMappingRequest; export declare function PatchedTelegramSourcePropertyMappingRequestFromJSON(json: any): PatchedTelegramSourcePropertyMappingRequest; export declare function PatchedTelegramSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedTelegramSourcePropertyMappingRequest; export declare function PatchedTelegramSourcePropertyMappingRequestToJSON(json: any): PatchedTelegramSourcePropertyMappingRequest; export declare function PatchedTelegramSourcePropertyMappingRequestToJSONTyped(value?: PatchedTelegramSourcePropertyMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedTelegramSourcePropertyMappingRequest.d.ts.map