zorihq 0.15.0 → 0.17.0
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/CHANGELOG.md +16 -0
- package/client.d.mts +4 -4
- package/client.d.mts.map +1 -1
- package/client.d.ts +4 -4
- package/client.d.ts.map +1 -1
- package/client.js +15 -9
- package/client.js.map +1 -1
- package/client.mjs +15 -9
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/v1/analytics/analytics.d.mts +112 -27
- package/resources/v1/analytics/analytics.d.mts.map +1 -1
- package/resources/v1/analytics/analytics.d.ts +112 -27
- package/resources/v1/analytics/analytics.d.ts.map +1 -1
- package/resources/v1/analytics/analytics.js +8 -14
- package/resources/v1/analytics/analytics.js.map +1 -1
- package/resources/v1/analytics/analytics.mjs +8 -14
- package/resources/v1/analytics/analytics.mjs.map +1 -1
- package/resources/v1/analytics/index.d.mts +2 -4
- package/resources/v1/analytics/index.d.mts.map +1 -1
- package/resources/v1/analytics/index.d.ts +2 -4
- package/resources/v1/analytics/index.d.ts.map +1 -1
- package/resources/v1/analytics/index.js +1 -5
- package/resources/v1/analytics/index.js.map +1 -1
- package/resources/v1/analytics/index.mjs +0 -2
- package/resources/v1/analytics/index.mjs.map +1 -1
- package/resources/v1/analytics/tiles.d.mts +105 -134
- package/resources/v1/analytics/tiles.d.mts.map +1 -1
- package/resources/v1/analytics/tiles.d.ts +105 -134
- package/resources/v1/analytics/tiles.d.ts.map +1 -1
- package/resources/v1/analytics/tiles.js +74 -46
- package/resources/v1/analytics/tiles.js.map +1 -1
- package/resources/v1/analytics/tiles.mjs +74 -46
- package/resources/v1/analytics/tiles.mjs.map +1 -1
- package/resources/v1/index.d.mts +1 -1
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +1 -1
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/v1.d.mts +2 -2
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +2 -2
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs.map +1 -1
- package/src/client.ts +20 -14
- package/src/resources/v1/analytics/analytics.ts +214 -92
- package/src/resources/v1/analytics/index.ts +36 -30
- package/src/resources/v1/analytics/tiles.ts +149 -206
- package/src/resources/v1/index.ts +21 -2
- package/src/resources/v1/v1.ts +42 -4
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/v1/analytics/sessions.d.mts +0 -4
- package/resources/v1/analytics/sessions.d.mts.map +0 -1
- package/resources/v1/analytics/sessions.d.ts +0 -4
- package/resources/v1/analytics/sessions.d.ts.map +0 -1
- package/resources/v1/analytics/sessions.js +0 -9
- package/resources/v1/analytics/sessions.js.map +0 -1
- package/resources/v1/analytics/sessions.mjs +0 -5
- package/resources/v1/analytics/sessions.mjs.map +0 -1
- package/resources/v1/analytics/users.d.mts +0 -4
- package/resources/v1/analytics/users.d.mts.map +0 -1
- package/resources/v1/analytics/users.d.ts +0 -4
- package/resources/v1/analytics/users.d.ts.map +0 -1
- package/resources/v1/analytics/users.js +0 -9
- package/resources/v1/analytics/users.js.map +0 -1
- package/resources/v1/analytics/users.mjs +0 -5
- package/resources/v1/analytics/users.mjs.map +0 -1
- package/src/resources/v1/analytics/sessions.ts +0 -5
- package/src/resources/v1/analytics/users.ts +0 -5
|
@@ -2,57 +2,63 @@
|
|
|
2
2
|
|
|
3
3
|
export {
|
|
4
4
|
Analytics,
|
|
5
|
+
type BounceRateResponse,
|
|
6
|
+
type CardPrecision,
|
|
5
7
|
type ChurnRateResponse,
|
|
6
8
|
type CohortAnalysisResponse,
|
|
7
9
|
type CohortData,
|
|
10
|
+
type CountryTrafficSourceData,
|
|
11
|
+
type CountryTrafficSourceResponse,
|
|
12
|
+
type DauResponse,
|
|
8
13
|
type EventFilterOptionsResponse,
|
|
9
14
|
type EventsOverTimeDataPoint,
|
|
10
15
|
type ManualIdentifyRequest,
|
|
11
16
|
type ManualIdentifyResponse,
|
|
17
|
+
type MauResponse,
|
|
18
|
+
type PagesPerSessionResponse,
|
|
12
19
|
type RecentEvent,
|
|
13
20
|
type RecentEventsResponse,
|
|
21
|
+
type RefererTrafficSourceData,
|
|
22
|
+
type RefererTrafficSourceResponse,
|
|
23
|
+
type ReturnRateResponse,
|
|
24
|
+
type SessionDurationResponse,
|
|
25
|
+
type TimeBetweenVisitsResponse,
|
|
26
|
+
type TimelineTileData,
|
|
27
|
+
type TimelineTileResponse,
|
|
14
28
|
type TopVisitor,
|
|
15
29
|
type TopVisitorsResponse,
|
|
30
|
+
type UniqueSessionsResponse,
|
|
31
|
+
type UniqueVisitorsResponse,
|
|
32
|
+
type UtmTrafficSourceResponse,
|
|
16
33
|
type VisitorDataPoint,
|
|
17
34
|
type VisitorEvent,
|
|
18
35
|
type VisitorProfileResponse,
|
|
36
|
+
type VisitorsByBrowserResponse,
|
|
19
37
|
type VisitorsByDeviceResponse,
|
|
20
|
-
type
|
|
21
|
-
type
|
|
38
|
+
type VisitorsByOsResponse,
|
|
39
|
+
type WauResponse,
|
|
40
|
+
type AnalyticsTimelineParams,
|
|
22
41
|
} from './analytics';
|
|
23
42
|
export { Events, type EventFilterOptionsParams, type EventRecentParams } from './events';
|
|
24
43
|
export { Retention, type RetentionChurnRateParams, type RetentionCohortsParams } from './retention';
|
|
25
|
-
export { Sessions } from './sessions';
|
|
26
44
|
export {
|
|
27
45
|
Tiles,
|
|
28
|
-
type
|
|
29
|
-
type
|
|
30
|
-
type
|
|
31
|
-
type
|
|
32
|
-
type
|
|
33
|
-
type
|
|
34
|
-
type
|
|
35
|
-
type
|
|
36
|
-
type
|
|
37
|
-
type
|
|
38
|
-
type
|
|
39
|
-
type
|
|
40
|
-
type
|
|
41
|
-
type
|
|
42
|
-
type
|
|
43
|
-
type TileGetMonthlyActiveUsersParams,
|
|
44
|
-
type TileGetPagesPerSessionParams,
|
|
45
|
-
type TileGetReturnRateParams,
|
|
46
|
-
type TileGetSessionDurationParams,
|
|
47
|
-
type TileGetTimeBetweenVisitsParams,
|
|
48
|
-
type TileGetTrafficByCountryParams,
|
|
49
|
-
type TileGetTrafficByRefererParams,
|
|
50
|
-
type TileGetTrafficByUtmParams,
|
|
51
|
-
type TileGetUniqueSessionsParams,
|
|
52
|
-
type TileGetUniqueVisitorsParams,
|
|
53
|
-
type TileGetWeeklyActiveUsersParams,
|
|
46
|
+
type TileBounceRateParams,
|
|
47
|
+
type TileDauParams,
|
|
48
|
+
type TileMauParams,
|
|
49
|
+
type TilePagesPerSessionParams,
|
|
50
|
+
type TileReturnRateParams,
|
|
51
|
+
type TileSessionDurationParams,
|
|
52
|
+
type TileTimeBetweenVisitsParams,
|
|
53
|
+
type TileTrafficByCountryParams,
|
|
54
|
+
type TileTrafficByRefererParams,
|
|
55
|
+
type TileTrafficByUtmParams,
|
|
56
|
+
type TileUniqueSessionsParams,
|
|
57
|
+
type TileUniqueVisitorsParams,
|
|
58
|
+
type TileVisitorsByBrowserParams,
|
|
59
|
+
type TileVisitorsByOsParams,
|
|
60
|
+
type TileWauParams,
|
|
54
61
|
} from './tiles';
|
|
55
|
-
export { Users } from './users';
|
|
56
62
|
export {
|
|
57
63
|
Visitors,
|
|
58
64
|
type VisitorByDeviceParams,
|