analytica.click 0.0.425 → 0.0.427
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/{components → analytica.click/src/components}/AnalyticaConfig/index.d.ts +1 -1
- package/dist/{helpers → analytica.click/src/helpers}/errorTrack.d.ts +1 -1
- package/dist/{helpers → analytica.click/src/helpers}/track.d.ts +1 -1
- package/dist/{helpers → analytica.click/src/helpers}/trackServer.d.ts +1 -1
- package/dist/analytica.click/src/index.d.ts +2 -0
- package/dist/common/src/api/apis/DefaultApi.d.ts +117 -0
- package/dist/common/src/api/apis/index.d.ts +1 -0
- package/dist/common/src/api/index.d.ts +3 -0
- package/dist/common/src/api/models/ApiKey.d.ts +45 -0
- package/dist/common/src/api/models/ArchiveErrors.d.ts +27 -0
- package/dist/common/src/api/models/BingIntegration.d.ts +33 -0
- package/dist/common/src/api/models/Browser.d.ts +57 -0
- package/dist/common/src/api/models/DeleteAccount.d.ts +27 -0
- package/dist/common/src/api/models/Event.d.ts +57 -0
- package/dist/common/src/api/models/GetAccount.d.ts +51 -0
- package/dist/common/src/api/models/GetAccounts.d.ts +52 -0
- package/dist/common/src/api/models/GoogleIntegration.d.ts +39 -0
- package/dist/common/src/api/models/Language.d.ts +57 -0
- package/dist/common/src/api/models/Location.d.ts +57 -0
- package/dist/common/src/api/models/ModelError.d.ts +99 -0
- package/dist/common/src/api/models/PostAccount.d.ts +27 -0
- package/dist/common/src/api/models/PostError.d.ts +34 -0
- package/dist/common/src/api/models/PostErrorData.d.ts +51 -0
- package/dist/common/src/api/models/PostSiteTrack.d.ts +34 -0
- package/dist/common/src/api/models/PostSiteTrackData.d.ts +57 -0
- package/dist/common/src/api/models/Query.d.ts +69 -0
- package/dist/common/src/api/models/Referrer.d.ts +57 -0
- package/dist/common/src/api/models/Resolution.d.ts +57 -0
- package/dist/common/src/api/models/Rollup.d.ts +94 -0
- package/dist/common/src/api/models/RollupTopBrowsers.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopErrors.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopEvents.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopLanguages.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopLocations.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopQueries.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopReferrers.d.ts +33 -0
- package/dist/common/src/api/models/RollupTopResolutions.d.ts +33 -0
- package/dist/common/src/api/models/SeoResult.d.ts +64 -0
- package/dist/common/src/api/models/SeoResultValues.d.ts +45 -0
- package/dist/common/src/api/models/SiteData.d.ts +94 -0
- package/dist/common/src/api/models/SiteDetails.d.ts +45 -0
- package/dist/common/src/api/models/index.d.ts +33 -0
- package/dist/common/src/helpers/logsend.d.ts +2 -0
- package/dist/common-ui/src/components/ErrorBoundary/index.d.ts +16 -0
- package/dist/common-ui/src/types/widgets.d.ts +17 -0
- package/dist/helpers/trackServer.js +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/package.json +2 -2
- /package/dist/{components → analytica.click/src/components}/ErrorBoundary/index.d.ts +0 -0
- /package/dist/{components → analytica.click/src/components}/index.d.ts +0 -0
- /package/dist/{helpers → analytica.click/src/helpers}/index.d.ts +0 -0
- /package/dist/{helpers → analytica.click/src/helpers}/log.d.ts +0 -0
- /package/dist/{helpers → analytica.click/src/helpers}/object.d.ts +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { IAnalyticaConfig } from 'common-ui/
|
1
|
+
import type { IAnalyticaConfig } from 'common-ui/src/types/widgets';
|
2
2
|
import React from 'react';
|
3
3
|
export declare const AnalyticaConfigContext: React.Context<IAnalyticaConfig>;
|
4
4
|
export declare const AnalyticaConfigProvider: ({ children, values, }: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { ITrack } from 'common-ui/
|
1
|
+
import type { ITrack } from 'common-ui/src/types/widgets';
|
2
2
|
import { page, track } from './trackServer';
|
3
3
|
export declare const useTrack: () => {
|
4
4
|
page: (d: Omit<ITrack, 'eventName' | 'analyticaToken' | 'overrideBaseUrl'>) => void;
|
@@ -0,0 +1,117 @@
|
|
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 * as runtime from '../runtime';
|
13
|
+
import { ArchiveErrors, BingIntegration, DeleteAccount, GetAccounts, GoogleIntegration, PostAccount, PostError, PostSiteTrack, SiteData } from '../models';
|
14
|
+
export interface ArchiveErrorRequest {
|
15
|
+
id: string;
|
16
|
+
}
|
17
|
+
export interface ArchiveErrorsRequest {
|
18
|
+
archiveErrors: ArchiveErrors;
|
19
|
+
}
|
20
|
+
export interface BingIntegrationPostRequest {
|
21
|
+
bingIntegration: BingIntegration;
|
22
|
+
}
|
23
|
+
export interface GetTrackingAllSitesRequest {
|
24
|
+
minDate: string;
|
25
|
+
maxDate: string;
|
26
|
+
}
|
27
|
+
export interface GetTrackingSiteRequest {
|
28
|
+
id: string;
|
29
|
+
minDate: string;
|
30
|
+
maxDate: string;
|
31
|
+
}
|
32
|
+
export interface GoogleIntegrationPostRequest {
|
33
|
+
googleIntegration: GoogleIntegration;
|
34
|
+
}
|
35
|
+
export interface PostErrorsRequest {
|
36
|
+
postError: Array<PostError>;
|
37
|
+
}
|
38
|
+
export interface PostPageTrackRequest {
|
39
|
+
postSiteTrack: PostSiteTrack;
|
40
|
+
}
|
41
|
+
export interface SiteDeleteRequest {
|
42
|
+
deleteAccount: DeleteAccount;
|
43
|
+
}
|
44
|
+
export interface SitePostRequest {
|
45
|
+
postAccount: PostAccount;
|
46
|
+
}
|
47
|
+
/**
|
48
|
+
*
|
49
|
+
*/
|
50
|
+
export declare class DefaultApi extends runtime.BaseAPI {
|
51
|
+
/**
|
52
|
+
*/
|
53
|
+
accountGetRaw(initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetAccounts>>;
|
54
|
+
/**
|
55
|
+
*/
|
56
|
+
accountGet(initOverrides?: RequestInit): Promise<GetAccounts>;
|
57
|
+
/**
|
58
|
+
*/
|
59
|
+
archiveErrorRaw(requestParameters: ArchiveErrorRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
60
|
+
/**
|
61
|
+
*/
|
62
|
+
archiveError(requestParameters: ArchiveErrorRequest, initOverrides?: RequestInit): Promise<void>;
|
63
|
+
/**
|
64
|
+
*/
|
65
|
+
archiveErrorsRaw(requestParameters: ArchiveErrorsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
66
|
+
/**
|
67
|
+
*/
|
68
|
+
archiveErrors(requestParameters: ArchiveErrorsRequest, initOverrides?: RequestInit): Promise<void>;
|
69
|
+
/**
|
70
|
+
*/
|
71
|
+
bingIntegrationPostRaw(requestParameters: BingIntegrationPostRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
72
|
+
/**
|
73
|
+
*/
|
74
|
+
bingIntegrationPost(requestParameters: BingIntegrationPostRequest, initOverrides?: RequestInit): Promise<void>;
|
75
|
+
/**
|
76
|
+
*/
|
77
|
+
getTrackingAllSitesRaw(requestParameters: GetTrackingAllSitesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Array<SiteData>>>;
|
78
|
+
/**
|
79
|
+
*/
|
80
|
+
getTrackingAllSites(requestParameters: GetTrackingAllSitesRequest, initOverrides?: RequestInit): Promise<Array<SiteData>>;
|
81
|
+
/**
|
82
|
+
*/
|
83
|
+
getTrackingSiteRaw(requestParameters: GetTrackingSiteRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<SiteData>>;
|
84
|
+
/**
|
85
|
+
*/
|
86
|
+
getTrackingSite(requestParameters: GetTrackingSiteRequest, initOverrides?: RequestInit): Promise<SiteData>;
|
87
|
+
/**
|
88
|
+
*/
|
89
|
+
googleIntegrationPostRaw(requestParameters: GoogleIntegrationPostRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
90
|
+
/**
|
91
|
+
*/
|
92
|
+
googleIntegrationPost(requestParameters: GoogleIntegrationPostRequest, initOverrides?: RequestInit): Promise<void>;
|
93
|
+
/**
|
94
|
+
*/
|
95
|
+
postErrorsRaw(requestParameters: PostErrorsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
96
|
+
/**
|
97
|
+
*/
|
98
|
+
postErrors(requestParameters: PostErrorsRequest, initOverrides?: RequestInit): Promise<void>;
|
99
|
+
/**
|
100
|
+
*/
|
101
|
+
postPageTrackRaw(requestParameters: PostPageTrackRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
102
|
+
/**
|
103
|
+
*/
|
104
|
+
postPageTrack(requestParameters: PostPageTrackRequest, initOverrides?: RequestInit): Promise<void>;
|
105
|
+
/**
|
106
|
+
*/
|
107
|
+
siteDeleteRaw(requestParameters: SiteDeleteRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
108
|
+
/**
|
109
|
+
*/
|
110
|
+
siteDelete(requestParameters: SiteDeleteRequest, initOverrides?: RequestInit): Promise<void>;
|
111
|
+
/**
|
112
|
+
*/
|
113
|
+
sitePostRaw(requestParameters: SitePostRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
114
|
+
/**
|
115
|
+
*/
|
116
|
+
sitePost(requestParameters: SitePostRequest, initOverrides?: RequestInit): Promise<void>;
|
117
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './DefaultApi';
|
@@ -0,0 +1,45 @@
|
|
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 ApiKey
|
16
|
+
*/
|
17
|
+
export interface ApiKey {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof ApiKey
|
22
|
+
*/
|
23
|
+
key: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {string}
|
27
|
+
* @memberof ApiKey
|
28
|
+
*/
|
29
|
+
adminKey: string;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof ApiKey
|
34
|
+
*/
|
35
|
+
site: string;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {string}
|
39
|
+
* @memberof ApiKey
|
40
|
+
*/
|
41
|
+
account: string;
|
42
|
+
}
|
43
|
+
export declare function ApiKeyFromJSON(json: any): ApiKey;
|
44
|
+
export declare function ApiKeyFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiKey;
|
45
|
+
export declare function ApiKeyToJSON(value?: ApiKey | null): any;
|
@@ -0,0 +1,27 @@
|
|
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 ArchiveErrors
|
16
|
+
*/
|
17
|
+
export interface ArchiveErrors {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {Array<string>}
|
21
|
+
* @memberof ArchiveErrors
|
22
|
+
*/
|
23
|
+
PKsB64: Array<string>;
|
24
|
+
}
|
25
|
+
export declare function ArchiveErrorsFromJSON(json: any): ArchiveErrors;
|
26
|
+
export declare function ArchiveErrorsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ArchiveErrors;
|
27
|
+
export declare function ArchiveErrorsToJSON(value?: ArchiveErrors | null): any;
|
@@ -0,0 +1,33 @@
|
|
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 BingIntegration
|
16
|
+
*/
|
17
|
+
export interface BingIntegration {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof BingIntegration
|
22
|
+
*/
|
23
|
+
key: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {string}
|
27
|
+
* @memberof BingIntegration
|
28
|
+
*/
|
29
|
+
account: string;
|
30
|
+
}
|
31
|
+
export declare function BingIntegrationFromJSON(json: any): BingIntegration;
|
32
|
+
export declare function BingIntegrationFromJSONTyped(json: any, ignoreDiscriminator: boolean): BingIntegration;
|
33
|
+
export declare function BingIntegrationToJSON(value?: BingIntegration | null): any;
|
@@ -0,0 +1,57 @@
|
|
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 Browser
|
16
|
+
*/
|
17
|
+
export interface Browser {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof Browser
|
22
|
+
*/
|
23
|
+
account?: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {number}
|
27
|
+
* @memberof Browser
|
28
|
+
*/
|
29
|
+
datetime: number;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof Browser
|
34
|
+
*/
|
35
|
+
site: string;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {string}
|
39
|
+
* @memberof Browser
|
40
|
+
*/
|
41
|
+
browser: string;
|
42
|
+
/**
|
43
|
+
*
|
44
|
+
* @type {number}
|
45
|
+
* @memberof Browser
|
46
|
+
*/
|
47
|
+
count: number;
|
48
|
+
/**
|
49
|
+
*
|
50
|
+
* @type {string}
|
51
|
+
* @memberof Browser
|
52
|
+
*/
|
53
|
+
category: string;
|
54
|
+
}
|
55
|
+
export declare function BrowserFromJSON(json: any): Browser;
|
56
|
+
export declare function BrowserFromJSONTyped(json: any, ignoreDiscriminator: boolean): Browser;
|
57
|
+
export declare function BrowserToJSON(value?: Browser | null): any;
|
@@ -0,0 +1,27 @@
|
|
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 DeleteAccount
|
16
|
+
*/
|
17
|
+
export interface DeleteAccount {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof DeleteAccount
|
22
|
+
*/
|
23
|
+
site: string;
|
24
|
+
}
|
25
|
+
export declare function DeleteAccountFromJSON(json: any): DeleteAccount;
|
26
|
+
export declare function DeleteAccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteAccount;
|
27
|
+
export declare function DeleteAccountToJSON(value?: DeleteAccount | null): any;
|
@@ -0,0 +1,57 @@
|
|
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 Event
|
16
|
+
*/
|
17
|
+
export interface Event {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof Event
|
22
|
+
*/
|
23
|
+
account?: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {string}
|
27
|
+
* @memberof Event
|
28
|
+
*/
|
29
|
+
site: string;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof Event
|
34
|
+
*/
|
35
|
+
eventName: string;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {number}
|
39
|
+
* @memberof Event
|
40
|
+
*/
|
41
|
+
datetime: number;
|
42
|
+
/**
|
43
|
+
*
|
44
|
+
* @type {number}
|
45
|
+
* @memberof Event
|
46
|
+
*/
|
47
|
+
count: number;
|
48
|
+
/**
|
49
|
+
*
|
50
|
+
* @type {string}
|
51
|
+
* @memberof Event
|
52
|
+
*/
|
53
|
+
category: string;
|
54
|
+
}
|
55
|
+
export declare function EventFromJSON(json: any): Event;
|
56
|
+
export declare function EventFromJSONTyped(json: any, ignoreDiscriminator: boolean): Event;
|
57
|
+
export declare function EventToJSON(value?: Event | null): any;
|
@@ -0,0 +1,51 @@
|
|
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 GetAccount
|
16
|
+
*/
|
17
|
+
export interface GetAccount {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof GetAccount
|
22
|
+
*/
|
23
|
+
site: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {string}
|
27
|
+
* @memberof GetAccount
|
28
|
+
*/
|
29
|
+
account: string;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof GetAccount
|
34
|
+
*/
|
35
|
+
apiKey: string;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {string}
|
39
|
+
* @memberof GetAccount
|
40
|
+
*/
|
41
|
+
adminApiKey: string;
|
42
|
+
/**
|
43
|
+
*
|
44
|
+
* @type {string}
|
45
|
+
* @memberof GetAccount
|
46
|
+
*/
|
47
|
+
favicon?: string;
|
48
|
+
}
|
49
|
+
export declare function GetAccountFromJSON(json: any): GetAccount;
|
50
|
+
export declare function GetAccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAccount;
|
51
|
+
export declare function GetAccountToJSON(value?: GetAccount | null): any;
|
@@ -0,0 +1,52 @@
|
|
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 { GetAccount } from './';
|
13
|
+
/**
|
14
|
+
*
|
15
|
+
* @export
|
16
|
+
* @interface GetAccounts
|
17
|
+
*/
|
18
|
+
export interface GetAccounts {
|
19
|
+
/**
|
20
|
+
*
|
21
|
+
* @type {Array<GetAccount>}
|
22
|
+
* @memberof GetAccounts
|
23
|
+
*/
|
24
|
+
accounts: Array<GetAccount>;
|
25
|
+
/**
|
26
|
+
*
|
27
|
+
* @type {string}
|
28
|
+
* @memberof GetAccounts
|
29
|
+
*/
|
30
|
+
googleEmail?: string;
|
31
|
+
/**
|
32
|
+
*
|
33
|
+
* @type {string}
|
34
|
+
* @memberof GetAccounts
|
35
|
+
*/
|
36
|
+
googleKey?: string;
|
37
|
+
/**
|
38
|
+
*
|
39
|
+
* @type {string}
|
40
|
+
* @memberof GetAccounts
|
41
|
+
*/
|
42
|
+
bingKey?: string;
|
43
|
+
/**
|
44
|
+
*
|
45
|
+
* @type {string}
|
46
|
+
* @memberof GetAccounts
|
47
|
+
*/
|
48
|
+
bingAccount?: string;
|
49
|
+
}
|
50
|
+
export declare function GetAccountsFromJSON(json: any): GetAccounts;
|
51
|
+
export declare function GetAccountsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAccounts;
|
52
|
+
export declare function GetAccountsToJSON(value?: GetAccounts | null): any;
|
@@ -0,0 +1,39 @@
|
|
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 GoogleIntegration
|
16
|
+
*/
|
17
|
+
export interface GoogleIntegration {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof GoogleIntegration
|
22
|
+
*/
|
23
|
+
email: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {string}
|
27
|
+
* @memberof GoogleIntegration
|
28
|
+
*/
|
29
|
+
key: string;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof GoogleIntegration
|
34
|
+
*/
|
35
|
+
account: string;
|
36
|
+
}
|
37
|
+
export declare function GoogleIntegrationFromJSON(json: any): GoogleIntegration;
|
38
|
+
export declare function GoogleIntegrationFromJSONTyped(json: any, ignoreDiscriminator: boolean): GoogleIntegration;
|
39
|
+
export declare function GoogleIntegrationToJSON(value?: GoogleIntegration | null): any;
|
@@ -0,0 +1,57 @@
|
|
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 Language
|
16
|
+
*/
|
17
|
+
export interface Language {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof Language
|
22
|
+
*/
|
23
|
+
account?: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {number}
|
27
|
+
* @memberof Language
|
28
|
+
*/
|
29
|
+
datetime: number;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof Language
|
34
|
+
*/
|
35
|
+
site: string;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {string}
|
39
|
+
* @memberof Language
|
40
|
+
*/
|
41
|
+
language: string;
|
42
|
+
/**
|
43
|
+
*
|
44
|
+
* @type {number}
|
45
|
+
* @memberof Language
|
46
|
+
*/
|
47
|
+
count: number;
|
48
|
+
/**
|
49
|
+
*
|
50
|
+
* @type {string}
|
51
|
+
* @memberof Language
|
52
|
+
*/
|
53
|
+
category: string;
|
54
|
+
}
|
55
|
+
export declare function LanguageFromJSON(json: any): Language;
|
56
|
+
export declare function LanguageFromJSONTyped(json: any, ignoreDiscriminator: boolean): Language;
|
57
|
+
export declare function LanguageToJSON(value?: Language | null): any;
|
@@ -0,0 +1,57 @@
|
|
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 Location
|
16
|
+
*/
|
17
|
+
export interface Location {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof Location
|
22
|
+
*/
|
23
|
+
account?: string;
|
24
|
+
/**
|
25
|
+
*
|
26
|
+
* @type {number}
|
27
|
+
* @memberof Location
|
28
|
+
*/
|
29
|
+
datetime: number;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {string}
|
33
|
+
* @memberof Location
|
34
|
+
*/
|
35
|
+
site: string;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {string}
|
39
|
+
* @memberof Location
|
40
|
+
*/
|
41
|
+
countryRegion: string;
|
42
|
+
/**
|
43
|
+
*
|
44
|
+
* @type {string}
|
45
|
+
* @memberof Location
|
46
|
+
*/
|
47
|
+
category: string;
|
48
|
+
/**
|
49
|
+
*
|
50
|
+
* @type {number}
|
51
|
+
* @memberof Location
|
52
|
+
*/
|
53
|
+
count: number;
|
54
|
+
}
|
55
|
+
export declare function LocationFromJSON(json: any): Location;
|
56
|
+
export declare function LocationFromJSONTyped(json: any, ignoreDiscriminator: boolean): Location;
|
57
|
+
export declare function LocationToJSON(value?: Location | null): any;
|