/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * 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. */ /** * Serializer for sms authenticator devices * @export * @interface PatchedSMSDeviceRequest */ export interface PatchedSMSDeviceRequest { /** * The human-readable name of this device. * @type {string} * @memberof PatchedSMSDeviceRequest */ name?: string; } /** * Check if a given object implements the PatchedSMSDeviceRequest interface. */ export declare function instanceOfPatchedSMSDeviceRequest(value: object): value is PatchedSMSDeviceRequest; export declare function PatchedSMSDeviceRequestFromJSON(json: any): PatchedSMSDeviceRequest; export declare function PatchedSMSDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedSMSDeviceRequest; export declare function PatchedSMSDeviceRequestToJSON(json: any): PatchedSMSDeviceRequest; export declare function PatchedSMSDeviceRequestToJSONTyped(value?: PatchedSMSDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedSMSDeviceRequest.d.ts.map