import { b as AbacusEvent, H as Health, P as PaymentGroupPaymentApprovalCount } from './common-Bso2dIMa.cjs';
export { m as AbacusEventId, n as AbacusEventName, f as AbacusEventsResponse, A as ApiResponse, o as CorrelationIdParameter, C as CreateAbacusEventBody, a as CreateAbacusEventHeaders, D as DataloadAbacusEventsHeaders, h as DataloadAbacusEventsResponse, p as DataloadAbacusEventsResponseItemsItem, q as DateTime, c as GetAbacusEventHeaders, G as GetAbacusEventPathParameters, g as GetAbacusEventsBody, e as GetAbacusEventsByTargetHeaders, d as GetAbacusEventsByTargetPathParameters, l as GetHealthHeaders, j as GetPaymentGroupPaymentApprovalCountHeaders, i as GetPaymentGroupPaymentApprovalCountPathParameters, r as HealthStatus, s as PartialAbacusEvent, t as PaymentGroupPaymentId, R as RollbackAbacusEventBody, k as RollbackAbacusEventHeaders, S as StatementPeriodId, T as TargetId, u as TargetType, v as baseUrls } from './common-Bso2dIMa.cjs';
import '@abacus/common';

/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * ows-abacus-event
 * OpenAPI spec version: 1.0.0
 */

/**
 * A JSON object containing an AbacusEvent
 */
type AbacusEventResponse = AbacusEvent;

/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * ows-abacus-event
 * OpenAPI spec version: 1.0.0
 */

/**
 * A JSON object containing server health
 */
type HealthResponse = Health;

/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * ows-abacus-event
 * OpenAPI spec version: 1.0.0
 */
/**
 * Could not complete the request
 */
type Http400Response = void;

/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * ows-abacus-event
 * OpenAPI spec version: 1.0.0
 */

/**
 * A JSON object containing a PaymentGroupPayment's approval count data
 */
type PaymentGroupPaymentApprovalCountResponse = PaymentGroupPaymentApprovalCount;

export { AbacusEvent, type AbacusEventResponse, Health, type HealthResponse, type Http400Response, PaymentGroupPaymentApprovalCount, type PaymentGroupPaymentApprovalCountResponse };
