@orbit-software/sdk 1.84.0 → 1.84.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
@@ -150,6 +150,7 @@ export interface OverlayConfig {
150
150
  variant?: 'light' | 'dark' | 'translucent';
151
151
  initialPosition?: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
152
152
  botId?: string;
153
+ authData?: string;
153
154
  }
154
155
  export interface CryptoSteamSDKTask {
155
156
  id: number;
@@ -201,6 +202,7 @@ interface RequestWageValueParams {
201
202
  }
202
203
  export interface InitializeOptions {
203
204
  mode: 'portal';
205
+ authData?: string;
204
206
  }
205
207
  export interface StartupConfig {
206
208
  isFullscreen: boolean;