@workos-inc/widgets 1.14.0 → 1.14.1-next.1781650640642

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.
@@ -566,6 +566,9 @@ type DataInstallation = {
566
566
  /** @nullable */
567
567
  organization_id?: string | null;
568
568
  scopes: string[];
569
+ auth_method: "oauth" | "api_key";
570
+ /** @nullable */
571
+ api_key_last_4?: string | null;
569
572
  state: "connected" | "needs_reauthorization";
570
573
  created_at: string;
571
574
  updated_at: string;