@eka-care/ekascribe-ts-sdk 3.0.22 → 3.0.23

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.ts CHANGED
@@ -1159,6 +1159,7 @@ export declare interface WidgetConfig {
1159
1159
  zIndex?: number;
1160
1160
  primaryColor?: string;
1161
1161
  position?: WidgetPosition;
1162
+ orientation?: 'horizontal' | 'vertical';
1162
1163
  callbacks?: WidgetCallbacks;
1163
1164
  sessionDefaults: {
1164
1165
  input_language: string[];