import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; /** * created (proration invoice) | wallet_credit (downgrade credit) */ export declare const ChangedInvoiceAction: { readonly Created: "created"; readonly WalletCredit: "wallet_credit"; }; /** * created (proration invoice) | wallet_credit (downgrade credit) */ export type ChangedInvoiceAction = OpenEnum; /** @internal */ export declare const ChangedInvoiceAction$inboundSchema: z.ZodMiniType; //# sourceMappingURL=changed-invoice-action.d.ts.map