@orbit-software/sdk 1.87.17 → 1.88.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.
@@ -133,6 +133,7 @@ export interface CryptoSteamSDKTask {
133
133
  export type AdType = 'REWARD' | 'INTERSTITIAL';
134
134
  export interface RequestAdOptions {
135
135
  onStart?: () => void;
136
+ placementId?: string;
136
137
  }
137
138
  export interface InitializeOptions {
138
139
  mode?: 'portal';