analytica.click 0.0.431 → 0.0.433
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/{analytica.click/src/components/AnalyticaConfig → components/AnalyticaClickProvider}/index.d.ts +1 -1
- package/dist/components/ErrorBoundary/Comp.d.ts +16 -0
- package/dist/components/ErrorBoundary/index.d.ts +4 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/helpers/browser.d.ts +6 -0
- package/dist/helpers/console.d.ts +2 -0
- package/dist/helpers/errorTrack.d.ts +7 -0
- package/dist/index.d.ts +5 -113
- package/dist/index.js +2 -2
- package/package.json +2 -1
- package/dist/analytica.click/src/components/ErrorBoundary/index.d.ts +0 -5
- package/dist/analytica.click/src/components/index.d.ts +0 -2
- package/dist/analytica.click/src/helpers/errorTrack.d.ts +0 -5
- package/dist/analytica.click/src/index.d.ts +0 -2
- package/dist/common/src/api/apis/DefaultApi.d.ts +0 -117
- package/dist/common/src/api/apis/index.d.ts +0 -1
- package/dist/common/src/api/index.d.ts +0 -3
- package/dist/common/src/api/models/ApiKey.d.ts +0 -45
- package/dist/common/src/api/models/ArchiveErrors.d.ts +0 -27
- package/dist/common/src/api/models/BingIntegration.d.ts +0 -33
- package/dist/common/src/api/models/Browser.d.ts +0 -57
- package/dist/common/src/api/models/DeleteAccount.d.ts +0 -27
- package/dist/common/src/api/models/Event.d.ts +0 -57
- package/dist/common/src/api/models/GetAccount.d.ts +0 -51
- package/dist/common/src/api/models/GetAccounts.d.ts +0 -52
- package/dist/common/src/api/models/GoogleIntegration.d.ts +0 -39
- package/dist/common/src/api/models/Language.d.ts +0 -57
- package/dist/common/src/api/models/Location.d.ts +0 -57
- package/dist/common/src/api/models/ModelError.d.ts +0 -99
- package/dist/common/src/api/models/PostAccount.d.ts +0 -27
- package/dist/common/src/api/models/PostError.d.ts +0 -34
- package/dist/common/src/api/models/PostErrorData.d.ts +0 -51
- package/dist/common/src/api/models/PostSiteTrack.d.ts +0 -34
- package/dist/common/src/api/models/PostSiteTrackData.d.ts +0 -57
- package/dist/common/src/api/models/Query.d.ts +0 -69
- package/dist/common/src/api/models/Referrer.d.ts +0 -57
- package/dist/common/src/api/models/Resolution.d.ts +0 -57
- package/dist/common/src/api/models/Rollup.d.ts +0 -94
- package/dist/common/src/api/models/RollupTopBrowsers.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopErrors.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopEvents.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopLanguages.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopLocations.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopQueries.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopReferrers.d.ts +0 -33
- package/dist/common/src/api/models/RollupTopResolutions.d.ts +0 -33
- package/dist/common/src/api/models/SeoResult.d.ts +0 -64
- package/dist/common/src/api/models/SeoResultValues.d.ts +0 -45
- package/dist/common/src/api/models/SiteData.d.ts +0 -94
- package/dist/common/src/api/models/SiteDetails.d.ts +0 -45
- package/dist/common/src/api/models/index.d.ts +0 -33
- package/dist/common/src/helpers/logsend.d.ts +0 -2
- package/dist/common-ui/src/components/ErrorBoundary/index.d.ts +0 -16
- package/dist/common-ui/src/types/widgets.d.ts +0 -17
- /package/dist/{analytica.click/src/helpers → helpers}/index.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/log.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/object.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/track.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/trackServer.d.ts +0 -0
@@ -1,94 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* analytica.click
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
4
|
-
*
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
6
|
-
* Contact: support@analytica.click
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
-
* https://openapi-generator.tech
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
import { Browser, Event, GetAccount, Language, Location, ModelError, Query, Referrer, Resolution, Rollup, SeoResult } from './';
|
13
|
-
/**
|
14
|
-
*
|
15
|
-
* @export
|
16
|
-
* @interface SiteData
|
17
|
-
*/
|
18
|
-
export interface SiteData {
|
19
|
-
/**
|
20
|
-
*
|
21
|
-
* @type {GetAccount}
|
22
|
-
* @memberof SiteData
|
23
|
-
*/
|
24
|
-
details?: GetAccount;
|
25
|
-
/**
|
26
|
-
*
|
27
|
-
* @type {Array<Browser>}
|
28
|
-
* @memberof SiteData
|
29
|
-
*/
|
30
|
-
browsers?: Array<Browser>;
|
31
|
-
/**
|
32
|
-
*
|
33
|
-
* @type {Array<Event>}
|
34
|
-
* @memberof SiteData
|
35
|
-
*/
|
36
|
-
events?: Array<Event>;
|
37
|
-
/**
|
38
|
-
*
|
39
|
-
* @type {Array<Location>}
|
40
|
-
* @memberof SiteData
|
41
|
-
*/
|
42
|
-
locations?: Array<Location>;
|
43
|
-
/**
|
44
|
-
*
|
45
|
-
* @type {Array<Query>}
|
46
|
-
* @memberof SiteData
|
47
|
-
*/
|
48
|
-
queries?: Array<Query>;
|
49
|
-
/**
|
50
|
-
*
|
51
|
-
* @type {Array<Referrer>}
|
52
|
-
* @memberof SiteData
|
53
|
-
*/
|
54
|
-
referrers?: Array<Referrer>;
|
55
|
-
/**
|
56
|
-
*
|
57
|
-
* @type {Array<Resolution>}
|
58
|
-
* @memberof SiteData
|
59
|
-
*/
|
60
|
-
resolutions?: Array<Resolution>;
|
61
|
-
/**
|
62
|
-
*
|
63
|
-
* @type {Array<Language>}
|
64
|
-
* @memberof SiteData
|
65
|
-
*/
|
66
|
-
languages?: Array<Language>;
|
67
|
-
/**
|
68
|
-
*
|
69
|
-
* @type {Array<Rollup>}
|
70
|
-
* @memberof SiteData
|
71
|
-
*/
|
72
|
-
rollups?: Array<Rollup>;
|
73
|
-
/**
|
74
|
-
*
|
75
|
-
* @type {Array<ModelError>}
|
76
|
-
* @memberof SiteData
|
77
|
-
*/
|
78
|
-
errors?: Array<ModelError>;
|
79
|
-
/**
|
80
|
-
*
|
81
|
-
* @type {Array<SeoResult>}
|
82
|
-
* @memberof SiteData
|
83
|
-
*/
|
84
|
-
google?: Array<SeoResult>;
|
85
|
-
/**
|
86
|
-
*
|
87
|
-
* @type {Array<SeoResult>}
|
88
|
-
* @memberof SiteData
|
89
|
-
*/
|
90
|
-
bing?: Array<SeoResult>;
|
91
|
-
}
|
92
|
-
export declare function SiteDataFromJSON(json: any): SiteData;
|
93
|
-
export declare function SiteDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SiteData;
|
94
|
-
export declare function SiteDataToJSON(value?: SiteData | null): any;
|
@@ -1,45 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* analytica.click
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
4
|
-
*
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
6
|
-
* Contact: support@analytica.click
|
7
|
-
*
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
-
* https://openapi-generator.tech
|
10
|
-
* Do not edit the class manually.
|
11
|
-
*/
|
12
|
-
/**
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface SiteDetails
|
16
|
-
*/
|
17
|
-
export interface SiteDetails {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof SiteDetails
|
22
|
-
*/
|
23
|
-
site: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {string}
|
27
|
-
* @memberof SiteDetails
|
28
|
-
*/
|
29
|
-
account: string;
|
30
|
-
/**
|
31
|
-
*
|
32
|
-
* @type {string}
|
33
|
-
* @memberof SiteDetails
|
34
|
-
*/
|
35
|
-
favicon?: string;
|
36
|
-
/**
|
37
|
-
*
|
38
|
-
* @type {string}
|
39
|
-
* @memberof SiteDetails
|
40
|
-
*/
|
41
|
-
category: string;
|
42
|
-
}
|
43
|
-
export declare function SiteDetailsFromJSON(json: any): SiteDetails;
|
44
|
-
export declare function SiteDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SiteDetails;
|
45
|
-
export declare function SiteDetailsToJSON(value?: SiteDetails | null): any;
|
@@ -1,33 +0,0 @@
|
|
1
|
-
export * from './ApiKey';
|
2
|
-
export * from './ArchiveErrors';
|
3
|
-
export * from './BingIntegration';
|
4
|
-
export * from './Browser';
|
5
|
-
export * from './DeleteAccount';
|
6
|
-
export * from './Event';
|
7
|
-
export * from './GetAccount';
|
8
|
-
export * from './GetAccounts';
|
9
|
-
export * from './GoogleIntegration';
|
10
|
-
export * from './Language';
|
11
|
-
export * from './Location';
|
12
|
-
export * from './ModelError';
|
13
|
-
export * from './PostAccount';
|
14
|
-
export * from './PostError';
|
15
|
-
export * from './PostErrorData';
|
16
|
-
export * from './PostSiteTrack';
|
17
|
-
export * from './PostSiteTrackData';
|
18
|
-
export * from './Query';
|
19
|
-
export * from './Referrer';
|
20
|
-
export * from './Resolution';
|
21
|
-
export * from './Rollup';
|
22
|
-
export * from './RollupTopBrowsers';
|
23
|
-
export * from './RollupTopErrors';
|
24
|
-
export * from './RollupTopEvents';
|
25
|
-
export * from './RollupTopLanguages';
|
26
|
-
export * from './RollupTopLocations';
|
27
|
-
export * from './RollupTopQueries';
|
28
|
-
export * from './RollupTopReferrers';
|
29
|
-
export * from './RollupTopResolutions';
|
30
|
-
export * from './SeoResult';
|
31
|
-
export * from './SeoResultValues';
|
32
|
-
export * from './SiteData';
|
33
|
-
export * from './SiteDetails';
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import { Component } from 'react';
|
2
|
-
import type { TErrorMessage } from '../../types/widgets';
|
3
|
-
export interface IErrorBoundaryProps {
|
4
|
-
notify?: TErrorMessage;
|
5
|
-
children?: JSX.Element | JSX.Element[];
|
6
|
-
}
|
7
|
-
export declare class ErrorBoundary extends Component<IErrorBoundaryProps, {
|
8
|
-
hasError: Error | ErrorEvent | undefined;
|
9
|
-
}> {
|
10
|
-
seenError: boolean;
|
11
|
-
constructor(props: any);
|
12
|
-
static getDerivedStateFromError(errorV: any): {
|
13
|
-
hasError: any;
|
14
|
-
};
|
15
|
-
render(): import("react/jsx-runtime").JSX.Element | JSX.Element[] | undefined;
|
16
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
export type TTrackNoEvent = (p: Omit<ITrack, 'eventName'>) => Promise<{
|
2
|
-
error?: string;
|
3
|
-
}>;
|
4
|
-
export type TTrack = (p: ITrack) => Promise<{
|
5
|
-
error?: string;
|
6
|
-
}>;
|
7
|
-
export interface ITrack {
|
8
|
-
analyticaToken: string;
|
9
|
-
overrideBaseUrl?: string;
|
10
|
-
eventName: string;
|
11
|
-
}
|
12
|
-
export type TErrorMessage = (m: Error | ErrorEvent) => Promise<void>;
|
13
|
-
export interface IAnalyticaConfig {
|
14
|
-
analyticaToken?: string;
|
15
|
-
overrideBaseUrl?: string;
|
16
|
-
devMode?: boolean;
|
17
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|