@wildcatfi/wildcat-sdk 2.0.70 → 2.0.72

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.
@@ -8652,6 +8652,11 @@ export type SubgraphGetAuthorizedLendersByMarketQuery = {
8652
8652
  authorizedLenders: Array<{
8653
8653
  __typename: "LenderAuthorization";
8654
8654
  lender: string;
8655
+ authorized: boolean;
8656
+ changes: Array<{
8657
+ __typename: "Change";
8658
+ blockTimestamp: number;
8659
+ }>;
8655
8660
  }>;
8656
8661
  };
8657
8662
  } | null;