analytica.click 0.0.432 → 0.0.434
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/helpers/errorTrack.js +1 -0
- package/dist/index.d.ts +24 -23
- package/package.json +2 -1
- 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/{analytica.click/src/components → components}/AnalyticaClickProvider/index.d.ts +0 -0
- /package/dist/{analytica.click/src/components → components}/ErrorBoundary/Comp.d.ts +0 -0
- /package/dist/{analytica.click/src/components → components}/ErrorBoundary/index.d.ts +0 -0
- /package/dist/{analytica.click/src/components → components}/index.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/browser.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/console.d.ts +0 -0
- /package/dist/{analytica.click/src/helpers → helpers}/errorTrack.d.ts +0 -0
- /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 { RollupTopBrowsers, RollupTopErrors, RollupTopEvents, RollupTopLanguages, RollupTopLocations, RollupTopQueries, RollupTopReferrers, RollupTopResolutions } from './';
|
13
|
-
/**
|
14
|
-
*
|
15
|
-
* @export
|
16
|
-
* @interface Rollup
|
17
|
-
*/
|
18
|
-
export interface Rollup {
|
19
|
-
/**
|
20
|
-
*
|
21
|
-
* @type {string}
|
22
|
-
* @memberof Rollup
|
23
|
-
*/
|
24
|
-
account: string;
|
25
|
-
/**
|
26
|
-
*
|
27
|
-
* @type {string}
|
28
|
-
* @memberof Rollup
|
29
|
-
*/
|
30
|
-
site: string;
|
31
|
-
/**
|
32
|
-
*
|
33
|
-
* @type {number}
|
34
|
-
* @memberof Rollup
|
35
|
-
*/
|
36
|
-
datetime: number;
|
37
|
-
/**
|
38
|
-
*
|
39
|
-
* @type {string}
|
40
|
-
* @memberof Rollup
|
41
|
-
*/
|
42
|
-
category: string;
|
43
|
-
/**
|
44
|
-
*
|
45
|
-
* @type {Array<RollupTopReferrers>}
|
46
|
-
* @memberof Rollup
|
47
|
-
*/
|
48
|
-
topReferrers?: Array<RollupTopReferrers>;
|
49
|
-
/**
|
50
|
-
*
|
51
|
-
* @type {Array<RollupTopResolutions>}
|
52
|
-
* @memberof Rollup
|
53
|
-
*/
|
54
|
-
topResolutions?: Array<RollupTopResolutions>;
|
55
|
-
/**
|
56
|
-
*
|
57
|
-
* @type {Array<RollupTopQueries>}
|
58
|
-
* @memberof Rollup
|
59
|
-
*/
|
60
|
-
topQueries?: Array<RollupTopQueries>;
|
61
|
-
/**
|
62
|
-
*
|
63
|
-
* @type {Array<RollupTopLocations>}
|
64
|
-
* @memberof Rollup
|
65
|
-
*/
|
66
|
-
topLocations?: Array<RollupTopLocations>;
|
67
|
-
/**
|
68
|
-
*
|
69
|
-
* @type {Array<RollupTopBrowsers>}
|
70
|
-
* @memberof Rollup
|
71
|
-
*/
|
72
|
-
topBrowsers?: Array<RollupTopBrowsers>;
|
73
|
-
/**
|
74
|
-
*
|
75
|
-
* @type {Array<RollupTopEvents>}
|
76
|
-
* @memberof Rollup
|
77
|
-
*/
|
78
|
-
topEvents?: Array<RollupTopEvents>;
|
79
|
-
/**
|
80
|
-
*
|
81
|
-
* @type {Array<RollupTopLanguages>}
|
82
|
-
* @memberof Rollup
|
83
|
-
*/
|
84
|
-
topLanguages?: Array<RollupTopLanguages>;
|
85
|
-
/**
|
86
|
-
*
|
87
|
-
* @type {Array<RollupTopErrors>}
|
88
|
-
* @memberof Rollup
|
89
|
-
*/
|
90
|
-
topErrors?: Array<RollupTopErrors>;
|
91
|
-
}
|
92
|
-
export declare function RollupFromJSON(json: any): Rollup;
|
93
|
-
export declare function RollupFromJSONTyped(json: any, ignoreDiscriminator: boolean): Rollup;
|
94
|
-
export declare function RollupToJSON(value?: Rollup | null): any;
|
@@ -1,33 +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 RollupTopBrowsers
|
16
|
-
*/
|
17
|
-
export interface RollupTopBrowsers {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopBrowsers
|
22
|
-
*/
|
23
|
-
browser: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopBrowsers
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopBrowsersFromJSON(json: any): RollupTopBrowsers;
|
32
|
-
export declare function RollupTopBrowsersFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopBrowsers;
|
33
|
-
export declare function RollupTopBrowsersToJSON(value?: RollupTopBrowsers | null): any;
|
@@ -1,33 +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 RollupTopErrors
|
16
|
-
*/
|
17
|
-
export interface RollupTopErrors {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopErrors
|
22
|
-
*/
|
23
|
-
href: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopErrors
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopErrorsFromJSON(json: any): RollupTopErrors;
|
32
|
-
export declare function RollupTopErrorsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopErrors;
|
33
|
-
export declare function RollupTopErrorsToJSON(value?: RollupTopErrors | null): any;
|
@@ -1,33 +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 RollupTopEvents
|
16
|
-
*/
|
17
|
-
export interface RollupTopEvents {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopEvents
|
22
|
-
*/
|
23
|
-
eventName: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopEvents
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopEventsFromJSON(json: any): RollupTopEvents;
|
32
|
-
export declare function RollupTopEventsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopEvents;
|
33
|
-
export declare function RollupTopEventsToJSON(value?: RollupTopEvents | null): any;
|
@@ -1,33 +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 RollupTopLanguages
|
16
|
-
*/
|
17
|
-
export interface RollupTopLanguages {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopLanguages
|
22
|
-
*/
|
23
|
-
language: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopLanguages
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopLanguagesFromJSON(json: any): RollupTopLanguages;
|
32
|
-
export declare function RollupTopLanguagesFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopLanguages;
|
33
|
-
export declare function RollupTopLanguagesToJSON(value?: RollupTopLanguages | null): any;
|
@@ -1,33 +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 RollupTopLocations
|
16
|
-
*/
|
17
|
-
export interface RollupTopLocations {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopLocations
|
22
|
-
*/
|
23
|
-
countryRegion: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopLocations
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopLocationsFromJSON(json: any): RollupTopLocations;
|
32
|
-
export declare function RollupTopLocationsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopLocations;
|
33
|
-
export declare function RollupTopLocationsToJSON(value?: RollupTopLocations | null): any;
|
@@ -1,33 +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 RollupTopQueries
|
16
|
-
*/
|
17
|
-
export interface RollupTopQueries {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopQueries
|
22
|
-
*/
|
23
|
-
pathName: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopQueries
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopQueriesFromJSON(json: any): RollupTopQueries;
|
32
|
-
export declare function RollupTopQueriesFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopQueries;
|
33
|
-
export declare function RollupTopQueriesToJSON(value?: RollupTopQueries | null): any;
|
@@ -1,33 +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 RollupTopReferrers
|
16
|
-
*/
|
17
|
-
export interface RollupTopReferrers {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopReferrers
|
22
|
-
*/
|
23
|
-
referrer: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopReferrers
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopReferrersFromJSON(json: any): RollupTopReferrers;
|
32
|
-
export declare function RollupTopReferrersFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopReferrers;
|
33
|
-
export declare function RollupTopReferrersToJSON(value?: RollupTopReferrers | null): any;
|
@@ -1,33 +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 RollupTopResolutions
|
16
|
-
*/
|
17
|
-
export interface RollupTopResolutions {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {string}
|
21
|
-
* @memberof RollupTopResolutions
|
22
|
-
*/
|
23
|
-
resolution: string;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof RollupTopResolutions
|
28
|
-
*/
|
29
|
-
count: number;
|
30
|
-
}
|
31
|
-
export declare function RollupTopResolutionsFromJSON(json: any): RollupTopResolutions;
|
32
|
-
export declare function RollupTopResolutionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RollupTopResolutions;
|
33
|
-
export declare function RollupTopResolutionsToJSON(value?: RollupTopResolutions | null): any;
|
@@ -1,64 +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 { SeoResultValues } from './';
|
13
|
-
/**
|
14
|
-
*
|
15
|
-
* @export
|
16
|
-
* @interface SeoResult
|
17
|
-
*/
|
18
|
-
export interface SeoResult {
|
19
|
-
/**
|
20
|
-
*
|
21
|
-
* @type {string}
|
22
|
-
* @memberof SeoResult
|
23
|
-
*/
|
24
|
-
account: string;
|
25
|
-
/**
|
26
|
-
*
|
27
|
-
* @type {string}
|
28
|
-
* @memberof SeoResult
|
29
|
-
*/
|
30
|
-
email: string;
|
31
|
-
/**
|
32
|
-
*
|
33
|
-
* @type {string}
|
34
|
-
* @memberof SeoResult
|
35
|
-
*/
|
36
|
-
site: string;
|
37
|
-
/**
|
38
|
-
*
|
39
|
-
* @type {number}
|
40
|
-
* @memberof SeoResult
|
41
|
-
*/
|
42
|
-
datetime: number;
|
43
|
-
/**
|
44
|
-
*
|
45
|
-
* @type {string}
|
46
|
-
* @memberof SeoResult
|
47
|
-
*/
|
48
|
-
category: string;
|
49
|
-
/**
|
50
|
-
*
|
51
|
-
* @type {SeoResultValues}
|
52
|
-
* @memberof SeoResult
|
53
|
-
*/
|
54
|
-
totals: SeoResultValues;
|
55
|
-
/**
|
56
|
-
*
|
57
|
-
* @type {Array<SeoResultValues>}
|
58
|
-
* @memberof SeoResult
|
59
|
-
*/
|
60
|
-
queries: Array<SeoResultValues>;
|
61
|
-
}
|
62
|
-
export declare function SeoResultFromJSON(json: any): SeoResult;
|
63
|
-
export declare function SeoResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): SeoResult;
|
64
|
-
export declare function SeoResultToJSON(value?: SeoResult | 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 SeoResultValues
|
16
|
-
*/
|
17
|
-
export interface SeoResultValues {
|
18
|
-
/**
|
19
|
-
*
|
20
|
-
* @type {number}
|
21
|
-
* @memberof SeoResultValues
|
22
|
-
*/
|
23
|
-
clicks: number;
|
24
|
-
/**
|
25
|
-
*
|
26
|
-
* @type {number}
|
27
|
-
* @memberof SeoResultValues
|
28
|
-
*/
|
29
|
-
impressions: number;
|
30
|
-
/**
|
31
|
-
*
|
32
|
-
* @type {number}
|
33
|
-
* @memberof SeoResultValues
|
34
|
-
*/
|
35
|
-
position: number;
|
36
|
-
/**
|
37
|
-
*
|
38
|
-
* @type {string}
|
39
|
-
* @memberof SeoResultValues
|
40
|
-
*/
|
41
|
-
query: string;
|
42
|
-
}
|
43
|
-
export declare function SeoResultValuesFromJSON(json: any): SeoResultValues;
|
44
|
-
export declare function SeoResultValuesFromJSONTyped(json: any, ignoreDiscriminator: boolean): SeoResultValues;
|
45
|
-
export declare function SeoResultValuesToJSON(value?: SeoResultValues | null): any;
|
@@ -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';
|
/package/dist/{analytica.click/src/components → components}/AnalyticaClickProvider/index.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|