@icos-desktop/react-components 0.1.11 → 0.1.13

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/build/index.d.ts CHANGED
@@ -8,7 +8,7 @@ interface EntityDetailProps {
8
8
  declare const EntityDetail: React.FC<EntityDetailProps>;
9
9
 
10
10
  interface API$2 {
11
- getSenseDetail: string;
11
+ getSenseFormData: string;
12
12
  }
13
13
 
14
14
  interface EntityInfoProps {
@@ -154,6 +154,7 @@ declare const VideoPlayer: React.FC<VideoPlayerProps>;
154
154
 
155
155
  interface Config {
156
156
  getAccessToken?: () => string | Promise<string> | void;
157
+ getClientId?: () => string | Promise<string> | void;
157
158
  }
158
159
  declare const configFn: (config: Config) => void;
159
160