@thinkai/tai-api-contract 2.51.0-pr.877.dd26e497 → 2.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7765,6 +7765,12 @@ export interface operations {
7765
7765
  team?: string;
7766
7766
  /** @description ISO timestamp for the end of the last weekly bucket; omit for current week. */
7767
7767
  windowEnd?: string;
7768
+ /** @description When set, aggregate engagement metrics for a single AI-tool member (user detail pages). Mutually exclusive with `scopeTeamId`. */
7769
+ memberExternalId?: string;
7770
+ /** @description Org-chart team id — aggregate engagement for members mapped to that team (team detail pages). Mutually exclusive with `memberExternalId`. */
7771
+ scopeTeamId?: string;
7772
+ /** @description Optional provider id filter (`cursor`, `claude`) for detail pages. */
7773
+ provider?: "cursor" | "claude";
7768
7774
  };
7769
7775
  header?: never;
7770
7776
  path: {