@orbit-software/sdk 1.84.3 → 1.84.8

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
@@ -205,6 +205,9 @@ export interface InitializeOptions {
205
205
  authData?: string;
206
206
  }
207
207
  export interface StartupConfig {
208
+ /**
209
+ * @deprecated This field is no longer supported. Fullscreen configuration is now done through Portal.
210
+ */
208
211
  isFullscreen: boolean;
209
212
  overlayPosition: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
210
213
  }