gondi 0.29.11 → 0.29.13

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.
@@ -2861,16 +2861,19 @@ type MakeRefinanceOfferProps = {
2861
2861
  withFallbackOffer?: never;
2862
2862
  principalAddress?: never;
2863
2863
  nftId?: never;
2864
+ maxSeniorRepayment?: never;
2864
2865
  } | {
2865
2866
  skipSignature: true;
2866
2867
  withFallbackOffer?: never;
2867
2868
  principalAddress?: never;
2868
2869
  nftId?: never;
2870
+ maxSeniorRepayment?: never;
2869
2871
  } | {
2870
2872
  skipSignature?: never;
2871
2873
  withFallbackOffer: true;
2872
2874
  principalAddress: Address;
2873
2875
  nftId: number;
2876
+ maxSeniorRepayment?: bigint;
2874
2877
  });
2875
2878
  export type CreateVaultNfts = {
2876
2879
  collection: Address;