@uploadcare/file-uploader 1.24.3 → 1.24.5

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.
@@ -105,6 +105,7 @@ declare class ModalManager {
105
105
  type CommonEventType = InternalEventKey | EventKey;
106
106
  type TelemetryState = TelemetryRequest & {
107
107
  eventTimestamp: number;
108
+ location: string;
108
109
  };
109
110
  type TelemetryEventBody = Partial<Pick<TelemetryState, 'payload' | 'config'>> & {
110
111
  modalId?: string;
@@ -136,6 +137,7 @@ declare class TelemetryManager {
136
137
  private get _timestamp();
137
138
  private get _solution();
138
139
  private get _activity();
140
+ private get _location();
139
141
  }
140
142
 
141
143
  declare class Block extends BaseComponent<any> {