analytica.click 0.0.241 → 0.0.251

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +18 -18
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -130,24 +130,6 @@ declare module 'analytica.click/ui-npm/src/components/Feedback/index' {
130
130
  import { IFeedbackWidget } from 'analytica.click/common-ui/src/types/index';
131
131
  export const Feedback: (props: IFeedbackWidget) => JSX.Element;
132
132
 
133
- }
134
- declare module 'analytica.click/ui-npm/src/components/index' {
135
- export * from 'analytica.click/ui-npm/src/components/AnalyticaConfig/index';
136
- export * from 'analytica.click/ui-npm/src/components/ErrorBoundary/index';
137
- export * from 'analytica.click/ui-npm/src/components/ExternalComponent/index';
138
- export * from 'analytica.click/ui-npm/src/components/Feedback/index';
139
- export * from 'analytica.click/ui-npm/src/components/UserProvider/index';
140
- export { DashboardAuthValidation } from 'analytica.click/ui-npm/src/components/UserProvider/DashboardAuthValidation';
141
-
142
- }
143
- declare module 'analytica.click/ui-npm/src/components/UserProvider/cognito' {
144
- import { ICognitoAuth } from 'ag-common/dist/ui/helpers/cognito';
145
- import { User, AwsCreds } from 'ag-common/dist/ui/helpers/jwt';
146
- export function getAwsCreds({ user, config, }: {
147
- user?: User;
148
- config: ICognitoAuth;
149
- }): Promise<AwsCreds | undefined>;
150
-
151
133
  }
152
134
  declare module 'analytica.click/ui-npm/src/components/UserProvider/DashboardAuthValidation' {
153
135
  /// <reference types="react" />
@@ -178,6 +160,15 @@ declare module 'analytica.click/ui-npm/src/components/UserProvider/DashboardAuth
178
160
  openApiDisabled: boolean;
179
161
  };
180
162
 
163
+ }
164
+ declare module 'analytica.click/ui-npm/src/components/UserProvider/cognito' {
165
+ import { ICognitoAuth } from 'ag-common/dist/ui/helpers/cognito';
166
+ import { User, AwsCreds } from 'ag-common/dist/ui/helpers/jwt';
167
+ export function getAwsCreds({ user, config, }: {
168
+ user?: User;
169
+ config: ICognitoAuth;
170
+ }): Promise<AwsCreds | undefined>;
171
+
181
172
  }
182
173
  declare module 'analytica.click/ui-npm/src/components/UserProvider/getTokensFromCode' {
183
174
  import { User } from 'ag-common/dist/ui/helpers/jwt';
@@ -233,6 +224,15 @@ declare module 'analytica.click/ui-npm/src/components/UserProvider/useGranularHo
233
224
  export const useGranularEffect: (effect: EffectCallback, primaryDeps: DependencyList, secondaryDeps: DependencyList) => void;
234
225
  export {};
235
226
 
227
+ }
228
+ declare module 'analytica.click/ui-npm/src/components/index' {
229
+ export * from 'analytica.click/ui-npm/src/components/AnalyticaConfig/index';
230
+ export * from 'analytica.click/ui-npm/src/components/ErrorBoundary/index';
231
+ export * from 'analytica.click/ui-npm/src/components/ExternalComponent/index';
232
+ export * from 'analytica.click/ui-npm/src/components/Feedback/index';
233
+ export * from 'analytica.click/ui-npm/src/components/UserProvider/index';
234
+ export { DashboardAuthValidation } from 'analytica.click/ui-npm/src/components/UserProvider/DashboardAuthValidation';
235
+
236
236
  }
237
237
  declare module 'analytica.click/ui-npm/src/helpers/errorTrack' {
238
238
  import { PostError } from 'analytica.click/common-ui/src/types/api';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.241",
3
+ "version": "0.0.251",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",