@orbit-software/sdk 1.81.0 → 1.81.1

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/esm/sdk.d.ts CHANGED
@@ -187,7 +187,7 @@ export interface CryptoSteamSDK {
187
187
  initialize: (botId?: string) => Promise<void>;
188
188
  getConfig: () => Promise<CryptoSteamSDKConfig>;
189
189
  isAdEnabled: () => Promise<boolean>;
190
- requestAd: (options?: RequestAdOptions) => Promise<true>;
190
+ requestAd: (options?: RequestAdOptions) => Promise<boolean>;
191
191
  requestRewardAd: (options?: RequestAdOptions) => Promise<boolean>;
192
192
  getProfile: () => Promise<CryptoSteamSDKProfile>;
193
193
  getBalance: () => Promise<BalanceResponse>;