/** * Audit Service * Collects data about events that occur in a system. This data can be used to track changes to the system, to identify security vulnerabilities, and to comply with regulations. The audit service typically collects data about the following: - User activity, such as logins, logouts, and file access - System events, such as database changes and file modifications - Security events, such as failed login attempts and unauthorized access * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export * from './api'; export * from './configuration'; //# sourceMappingURL=index.d.ts.map