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.
Files changed (59) hide show
  1. package/dist/{analytica.click/src/components/AnalyticaConfig → components/AnalyticaClickProvider}/index.d.ts +1 -1
  2. package/dist/components/ErrorBoundary/Comp.d.ts +16 -0
  3. package/dist/components/ErrorBoundary/index.d.ts +4 -0
  4. package/dist/components/index.d.ts +1 -0
  5. package/dist/helpers/browser.d.ts +6 -0
  6. package/dist/helpers/console.d.ts +2 -0
  7. package/dist/helpers/errorTrack.d.ts +7 -0
  8. package/dist/index.d.ts +5 -113
  9. package/dist/index.js +2 -2
  10. package/package.json +2 -1
  11. package/dist/analytica.click/src/components/ErrorBoundary/index.d.ts +0 -5
  12. package/dist/analytica.click/src/components/index.d.ts +0 -2
  13. package/dist/analytica.click/src/helpers/errorTrack.d.ts +0 -5
  14. package/dist/analytica.click/src/index.d.ts +0 -2
  15. package/dist/common/src/api/apis/DefaultApi.d.ts +0 -117
  16. package/dist/common/src/api/apis/index.d.ts +0 -1
  17. package/dist/common/src/api/index.d.ts +0 -3
  18. package/dist/common/src/api/models/ApiKey.d.ts +0 -45
  19. package/dist/common/src/api/models/ArchiveErrors.d.ts +0 -27
  20. package/dist/common/src/api/models/BingIntegration.d.ts +0 -33
  21. package/dist/common/src/api/models/Browser.d.ts +0 -57
  22. package/dist/common/src/api/models/DeleteAccount.d.ts +0 -27
  23. package/dist/common/src/api/models/Event.d.ts +0 -57
  24. package/dist/common/src/api/models/GetAccount.d.ts +0 -51
  25. package/dist/common/src/api/models/GetAccounts.d.ts +0 -52
  26. package/dist/common/src/api/models/GoogleIntegration.d.ts +0 -39
  27. package/dist/common/src/api/models/Language.d.ts +0 -57
  28. package/dist/common/src/api/models/Location.d.ts +0 -57
  29. package/dist/common/src/api/models/ModelError.d.ts +0 -99
  30. package/dist/common/src/api/models/PostAccount.d.ts +0 -27
  31. package/dist/common/src/api/models/PostError.d.ts +0 -34
  32. package/dist/common/src/api/models/PostErrorData.d.ts +0 -51
  33. package/dist/common/src/api/models/PostSiteTrack.d.ts +0 -34
  34. package/dist/common/src/api/models/PostSiteTrackData.d.ts +0 -57
  35. package/dist/common/src/api/models/Query.d.ts +0 -69
  36. package/dist/common/src/api/models/Referrer.d.ts +0 -57
  37. package/dist/common/src/api/models/Resolution.d.ts +0 -57
  38. package/dist/common/src/api/models/Rollup.d.ts +0 -94
  39. package/dist/common/src/api/models/RollupTopBrowsers.d.ts +0 -33
  40. package/dist/common/src/api/models/RollupTopErrors.d.ts +0 -33
  41. package/dist/common/src/api/models/RollupTopEvents.d.ts +0 -33
  42. package/dist/common/src/api/models/RollupTopLanguages.d.ts +0 -33
  43. package/dist/common/src/api/models/RollupTopLocations.d.ts +0 -33
  44. package/dist/common/src/api/models/RollupTopQueries.d.ts +0 -33
  45. package/dist/common/src/api/models/RollupTopReferrers.d.ts +0 -33
  46. package/dist/common/src/api/models/RollupTopResolutions.d.ts +0 -33
  47. package/dist/common/src/api/models/SeoResult.d.ts +0 -64
  48. package/dist/common/src/api/models/SeoResultValues.d.ts +0 -45
  49. package/dist/common/src/api/models/SiteData.d.ts +0 -94
  50. package/dist/common/src/api/models/SiteDetails.d.ts +0 -45
  51. package/dist/common/src/api/models/index.d.ts +0 -33
  52. package/dist/common/src/helpers/logsend.d.ts +0 -2
  53. package/dist/common-ui/src/components/ErrorBoundary/index.d.ts +0 -16
  54. package/dist/common-ui/src/types/widgets.d.ts +0 -17
  55. /package/dist/{analytica.click/src/helpers → helpers}/index.d.ts +0 -0
  56. /package/dist/{analytica.click/src/helpers → helpers}/log.d.ts +0 -0
  57. /package/dist/{analytica.click/src/helpers → helpers}/object.d.ts +0 -0
  58. /package/dist/{analytica.click/src/helpers → helpers}/track.d.ts +0 -0
  59. /package/dist/{analytica.click/src/helpers → helpers}/trackServer.d.ts +0 -0
@@ -1,27 +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 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;
@@ -1,57 +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 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;
@@ -1,51 +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 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;
@@ -1,52 +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 { 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;
@@ -1,39 +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 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;
@@ -1,57 +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 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;
@@ -1,57 +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 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;
@@ -1,99 +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 ModelError
16
- */
17
- export interface ModelError {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof ModelError
22
- */
23
- PK: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof ModelError
28
- */
29
- messageHash?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof ModelError
34
- */
35
- site: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof ModelError
40
- */
41
- account: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof ModelError
46
- */
47
- message?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof ModelError
52
- */
53
- name?: string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof ModelError
58
- */
59
- stack?: string;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof ModelError
64
- */
65
- href: string;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof ModelError
70
- */
71
- filename?: string;
72
- /**
73
- *
74
- * @type {number}
75
- * @memberof ModelError
76
- */
77
- datetime: number;
78
- /**
79
- *
80
- * @type {boolean}
81
- * @memberof ModelError
82
- */
83
- archived?: boolean;
84
- /**
85
- *
86
- * @type {number}
87
- * @memberof ModelError
88
- */
89
- count: number;
90
- /**
91
- *
92
- * @type {string}
93
- * @memberof ModelError
94
- */
95
- category: string;
96
- }
97
- export declare function ModelErrorFromJSON(json: any): ModelError;
98
- export declare function ModelErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ModelError;
99
- export declare function ModelErrorToJSON(value?: ModelError | null): any;
@@ -1,27 +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 PostAccount
16
- */
17
- export interface PostAccount {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof PostAccount
22
- */
23
- site: string;
24
- }
25
- export declare function PostAccountFromJSON(json: any): PostAccount;
26
- export declare function PostAccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostAccount;
27
- export declare function PostAccountToJSON(value?: PostAccount | null): any;
@@ -1,34 +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 { PostErrorData } from './';
13
- /**
14
- *
15
- * @export
16
- * @interface PostError
17
- */
18
- export interface PostError {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof PostError
23
- */
24
- key: string;
25
- /**
26
- *
27
- * @type {PostErrorData}
28
- * @memberof PostError
29
- */
30
- data: PostErrorData;
31
- }
32
- export declare function PostErrorFromJSON(json: any): PostError;
33
- export declare function PostErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostError;
34
- export declare function PostErrorToJSON(value?: PostError | null): any;
@@ -1,51 +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 PostErrorData
16
- */
17
- export interface PostErrorData {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof PostErrorData
22
- */
23
- message: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof PostErrorData
28
- */
29
- name?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof PostErrorData
34
- */
35
- stack?: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof PostErrorData
40
- */
41
- href: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof PostErrorData
46
- */
47
- filename?: string;
48
- }
49
- export declare function PostErrorDataFromJSON(json: any): PostErrorData;
50
- export declare function PostErrorDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostErrorData;
51
- export declare function PostErrorDataToJSON(value?: PostErrorData | null): any;
@@ -1,34 +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 { PostSiteTrackData } from './';
13
- /**
14
- *
15
- * @export
16
- * @interface PostSiteTrack
17
- */
18
- export interface PostSiteTrack {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof PostSiteTrack
23
- */
24
- key: string;
25
- /**
26
- *
27
- * @type {PostSiteTrackData}
28
- * @memberof PostSiteTrack
29
- */
30
- data: PostSiteTrackData;
31
- }
32
- export declare function PostSiteTrackFromJSON(json: any): PostSiteTrack;
33
- export declare function PostSiteTrackFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostSiteTrack;
34
- export declare function PostSiteTrackToJSON(value?: PostSiteTrack | null): any;
@@ -1,57 +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 PostSiteTrackData
16
- */
17
- export interface PostSiteTrackData {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof PostSiteTrackData
22
- */
23
- eventName: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof PostSiteTrackData
28
- */
29
- pageLocation?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof PostSiteTrackData
34
- */
35
- pageReferrer?: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof PostSiteTrackData
40
- */
41
- pageTitle?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof PostSiteTrackData
46
- */
47
- browserResolution?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof PostSiteTrackData
52
- */
53
- browserLanguage?: string;
54
- }
55
- export declare function PostSiteTrackDataFromJSON(json: any): PostSiteTrackData;
56
- export declare function PostSiteTrackDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostSiteTrackData;
57
- export declare function PostSiteTrackDataToJSON(value?: PostSiteTrackData | null): any;