From fe757aafa81210ff1effff609e18e77962f5c873 Mon Sep 17 00:00:00 2001 From: vamsi-krish-chiguruwada Date: Wed, 29 Jul 2026 20:28:28 -0400 Subject: [PATCH] fix(ts-sdk): add event cluster params alias --- sdks/typescript/pmxt/models.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdks/typescript/pmxt/models.ts b/sdks/typescript/pmxt/models.ts index 5db743cb..c0d68580 100644 --- a/sdks/typescript/pmxt/models.ts +++ b/sdks/typescript/pmxt/models.ts @@ -1110,6 +1110,9 @@ export interface FetchMatchedEventClustersParams extends MatchedClusterFilterPar url?: string; } +// Alias for SDK consistency with Python +export type MatchedEventClusterParams = FetchMatchedEventClustersParams; + /** Pairwise edge used to build a matched market cluster. */ export interface MatchedMarketClusterEdge { marketAId: string;