@stigg/react-sdk 7.23.0 → 7.24.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.
package/dist/index.d.mts CHANGED
@@ -672,6 +672,7 @@ interface CreditBalanceData {
672
672
  plural?: string | null;
673
673
  } | null;
674
674
  symbol?: string | null;
675
+ usagePeriodEnd?: Date;
675
676
  }
676
677
  type OnAddCreditsCallbackFn = (balance: CreditBalanceData) => void | Promise<void>;
677
678
 
package/dist/index.d.ts CHANGED
@@ -672,6 +672,7 @@ interface CreditBalanceData {
672
672
  plural?: string | null;
673
673
  } | null;
674
674
  symbol?: string | null;
675
+ usagePeriodEnd?: Date;
675
676
  }
676
677
  type OnAddCreditsCallbackFn = (balance: CreditBalanceData) => void | Promise<void>;
677
678