@atlaskit/teams-app-internal-analytics 1.9.0 → 1.11.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 +14 -0
- package/analytics.spec.yaml +93 -0
- package/dist/cjs/common/utils/constants.js +8 -2
- package/dist/cjs/index.js +8 -1
- package/dist/cjs/ui/analytics-context/index.js +1 -1
- package/dist/es2019/common/utils/constants.js +7 -1
- package/dist/es2019/index.js +2 -1
- package/dist/es2019/ui/analytics-context/index.js +1 -1
- package/dist/esm/common/utils/constants.js +7 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/ui/analytics-context/index.js +1 -1
- package/dist/types/common/utils/constants.d.ts +5 -0
- package/dist/types/common/utils/generated/analytics.types.d.ts +63 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/ui/analytics-context/index.d.ts +2 -1
- package/dist/types-ts4.5/common/utils/constants.d.ts +5 -0
- package/dist/types-ts4.5/common/utils/generated/analytics.types.d.ts +63 -1
- package/dist/types-ts4.5/index.d.ts +2 -1
- package/dist/types-ts4.5/ui/analytics-context/index.d.ts +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/teams-app-internal-analytics
|
|
2
2
|
|
|
3
|
+
## 1.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f6d9289607739`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f6d9289607739) -
|
|
8
|
+
Migrated reporting-lines analytics to teams-app-internal-analytics
|
|
9
|
+
|
|
10
|
+
## 1.10.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`143f58c914711`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/143f58c914711) -
|
|
15
|
+
Migated kudos list analytics to teams-app-internal-analytics
|
|
16
|
+
|
|
3
17
|
## 1.9.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/analytics.spec.yaml
CHANGED
|
@@ -2135,3 +2135,96 @@ events:
|
|
|
2135
2135
|
error:
|
|
2136
2136
|
type: string
|
|
2137
2137
|
description: the error message
|
|
2138
|
+
- ProfileKudos viewed:
|
|
2139
|
+
type: ui
|
|
2140
|
+
description: fired when the profile kudos is viewed
|
|
2141
|
+
attributes:
|
|
2142
|
+
isEmpty:
|
|
2143
|
+
type: boolean
|
|
2144
|
+
description: whether the profile kudos is empty
|
|
2145
|
+
- ProfileKudosTab clicked:
|
|
2146
|
+
type: ui
|
|
2147
|
+
description: fired when the profile kudos tab is clicked
|
|
2148
|
+
attributes:
|
|
2149
|
+
tabName:
|
|
2150
|
+
type: ['given', 'received']
|
|
2151
|
+
description: the name of the tab
|
|
2152
|
+
- ProfileKudos clicked:
|
|
2153
|
+
type: ui
|
|
2154
|
+
description: fired when a kudos item is clicked
|
|
2155
|
+
attributes:
|
|
2156
|
+
kudosId:
|
|
2157
|
+
type: string
|
|
2158
|
+
description: the id of the kudos
|
|
2159
|
+
tabName:
|
|
2160
|
+
type: ['given', 'received']
|
|
2161
|
+
description: the name of the tab
|
|
2162
|
+
- ReportingLinesChart collapsed:
|
|
2163
|
+
type: ui
|
|
2164
|
+
description: fired when the reporting lines chart is collapsed
|
|
2165
|
+
attributes:
|
|
2166
|
+
product:
|
|
2167
|
+
type: string
|
|
2168
|
+
description: the product
|
|
2169
|
+
workspaceUuid:
|
|
2170
|
+
type: string
|
|
2171
|
+
required: false
|
|
2172
|
+
description: the workspace uuid
|
|
2173
|
+
- ReportingLinesChart expanded:
|
|
2174
|
+
type: ui
|
|
2175
|
+
description: fired when the reporting lines chart is expanded
|
|
2176
|
+
attributes:
|
|
2177
|
+
product:
|
|
2178
|
+
type: string
|
|
2179
|
+
description: the product
|
|
2180
|
+
workspaceUuid:
|
|
2181
|
+
type: string
|
|
2182
|
+
required: false
|
|
2183
|
+
description: the workspace uuid
|
|
2184
|
+
- ReportingLinesChart viewed:
|
|
2185
|
+
type: ui
|
|
2186
|
+
description: fired when the reporting lines chart is viewed
|
|
2187
|
+
attributes:
|
|
2188
|
+
product:
|
|
2189
|
+
type: string
|
|
2190
|
+
description: the product
|
|
2191
|
+
workspaceUuid:
|
|
2192
|
+
type: string
|
|
2193
|
+
required: false
|
|
2194
|
+
description: the workspace uuid
|
|
2195
|
+
- ui viewed:
|
|
2196
|
+
type: ui
|
|
2197
|
+
description: fired when the reporting lines chart is viewed - used for Atlas MAU
|
|
2198
|
+
attributes:
|
|
2199
|
+
product:
|
|
2200
|
+
type: string
|
|
2201
|
+
description: the product
|
|
2202
|
+
workspaceUuid:
|
|
2203
|
+
type: string
|
|
2204
|
+
description: the workspace uuid
|
|
2205
|
+
required: false
|
|
2206
|
+
- ReportingLinesUserCard clicked:
|
|
2207
|
+
type: ui
|
|
2208
|
+
description: fired when the reporting lines user card is clicked
|
|
2209
|
+
attributes:
|
|
2210
|
+
product:
|
|
2211
|
+
type: string
|
|
2212
|
+
description: the product
|
|
2213
|
+
workspaceUuid:
|
|
2214
|
+
type: string
|
|
2215
|
+
description: the workspace uuid
|
|
2216
|
+
required: false
|
|
2217
|
+
- ReportingLinesEmptyState viewed:
|
|
2218
|
+
type: ui
|
|
2219
|
+
description: fired when the reporting lines empty state is viewed
|
|
2220
|
+
attributes:
|
|
2221
|
+
product:
|
|
2222
|
+
type: string
|
|
2223
|
+
description: the product
|
|
2224
|
+
workspaceUuid:
|
|
2225
|
+
type: string
|
|
2226
|
+
description: the workspace uuid
|
|
2227
|
+
required: false
|
|
2228
|
+
isAdmin:
|
|
2229
|
+
type: boolean
|
|
2230
|
+
description: whether the user is a site admin
|
|
@@ -3,5 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.EVENT_CHANNEL = void 0;
|
|
7
|
-
var EVENT_CHANNEL = exports.EVENT_CHANNEL = 'peopleTeams';
|
|
6
|
+
exports.EVENT_CHANNEL = exports.AnalyticsEventSource = void 0;
|
|
7
|
+
var EVENT_CHANNEL = exports.EVENT_CHANNEL = 'peopleTeams';
|
|
8
|
+
var AnalyticsEventSource = exports.AnalyticsEventSource = /*#__PURE__*/function (AnalyticsEventSource) {
|
|
9
|
+
AnalyticsEventSource["USER_PROFILE_SCREEN"] = "userProfileScreen";
|
|
10
|
+
AnalyticsEventSource["TEAM_PROFILE_ABOUT"] = "teamProfileAbout";
|
|
11
|
+
AnalyticsEventSource["TEAM_PROFILE_SCREEN"] = "teamProfileScreen";
|
|
12
|
+
return AnalyticsEventSource;
|
|
13
|
+
}({});
|
package/dist/cjs/index.js
CHANGED
|
@@ -4,6 +4,12 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
+
Object.defineProperty(exports, "AnalyticsEventSource", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _constants.AnalyticsEventSource;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
7
13
|
Object.defineProperty(exports, "TeamsAppAnalyticsContext", {
|
|
8
14
|
enumerable: true,
|
|
9
15
|
get: function get() {
|
|
@@ -24,4 +30,5 @@ Object.defineProperty(exports, "useAnalyticsEvents", {
|
|
|
24
30
|
});
|
|
25
31
|
var _analyticsContext = require("./ui/analytics-context");
|
|
26
32
|
var _useAnalyticsEvents = require("./common/utils/generated/use-analytics-events");
|
|
27
|
-
var _createEventPayload = _interopRequireDefault(require("./common/utils/generated/create-event-payload"));
|
|
33
|
+
var _createEventPayload = _interopRequireDefault(require("./common/utils/generated/create-event-payload"));
|
|
34
|
+
var _constants = require("./common/utils/constants");
|
|
@@ -16,7 +16,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
16
16
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17
17
|
var defaultAnalyticsContextData = exports.defaultAnalyticsContextData = {
|
|
18
18
|
packageName: "@atlaskit/teams-app-internal-analytics",
|
|
19
|
-
packageVersion: "1.
|
|
19
|
+
packageVersion: "1.10.0"
|
|
20
20
|
};
|
|
21
21
|
function TeamsAppAnalyticsContext(_ref) {
|
|
22
22
|
var data = _ref.data,
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
export const EVENT_CHANNEL = 'peopleTeams';
|
|
1
|
+
export const EVENT_CHANNEL = 'peopleTeams';
|
|
2
|
+
export let AnalyticsEventSource = /*#__PURE__*/function (AnalyticsEventSource) {
|
|
3
|
+
AnalyticsEventSource["USER_PROFILE_SCREEN"] = "userProfileScreen";
|
|
4
|
+
AnalyticsEventSource["TEAM_PROFILE_ABOUT"] = "teamProfileAbout";
|
|
5
|
+
AnalyticsEventSource["TEAM_PROFILE_SCREEN"] = "teamProfileScreen";
|
|
6
|
+
return AnalyticsEventSource;
|
|
7
|
+
}({});
|
package/dist/es2019/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { TeamsAppAnalyticsContext } from './ui/analytics-context';
|
|
2
2
|
export { useAnalyticsEvents } from './common/utils/generated/use-analytics-events';
|
|
3
|
-
export { default as createEventPayload } from './common/utils/generated/create-event-payload';
|
|
3
|
+
export { default as createEventPayload } from './common/utils/generated/create-event-payload';
|
|
4
|
+
export { AnalyticsEventSource } from './common/utils/constants';
|
|
@@ -2,7 +2,7 @@ import React, { useMemo } from 'react';
|
|
|
2
2
|
import { PeopleTeamsAnalyticsContext } from '@atlaskit/analytics-namespaced-context';
|
|
3
3
|
export const defaultAnalyticsContextData = {
|
|
4
4
|
packageName: "@atlaskit/teams-app-internal-analytics",
|
|
5
|
-
packageVersion: "1.
|
|
5
|
+
packageVersion: "1.10.0"
|
|
6
6
|
};
|
|
7
7
|
export function TeamsAppAnalyticsContext({
|
|
8
8
|
data,
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
export var EVENT_CHANNEL = 'peopleTeams';
|
|
1
|
+
export var EVENT_CHANNEL = 'peopleTeams';
|
|
2
|
+
export var AnalyticsEventSource = /*#__PURE__*/function (AnalyticsEventSource) {
|
|
3
|
+
AnalyticsEventSource["USER_PROFILE_SCREEN"] = "userProfileScreen";
|
|
4
|
+
AnalyticsEventSource["TEAM_PROFILE_ABOUT"] = "teamProfileAbout";
|
|
5
|
+
AnalyticsEventSource["TEAM_PROFILE_SCREEN"] = "teamProfileScreen";
|
|
6
|
+
return AnalyticsEventSource;
|
|
7
|
+
}({});
|
package/dist/esm/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { TeamsAppAnalyticsContext } from './ui/analytics-context';
|
|
2
2
|
export { useAnalyticsEvents } from './common/utils/generated/use-analytics-events';
|
|
3
|
-
export { default as createEventPayload } from './common/utils/generated/create-event-payload';
|
|
3
|
+
export { default as createEventPayload } from './common/utils/generated/create-event-payload';
|
|
4
|
+
export { AnalyticsEventSource } from './common/utils/constants';
|
|
@@ -6,7 +6,7 @@ import React, { useMemo } from 'react';
|
|
|
6
6
|
import { PeopleTeamsAnalyticsContext } from '@atlaskit/analytics-namespaced-context';
|
|
7
7
|
export var defaultAnalyticsContextData = {
|
|
8
8
|
packageName: "@atlaskit/teams-app-internal-analytics",
|
|
9
|
-
packageVersion: "1.
|
|
9
|
+
packageVersion: "1.10.0"
|
|
10
10
|
};
|
|
11
11
|
export function TeamsAppAnalyticsContext(_ref) {
|
|
12
12
|
var data = _ref.data,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::bd923ef6bb9d9faf786d7dccc06f07bc>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
|
|
8
8
|
*/
|
|
9
9
|
export type PackageMetaDataType = {
|
|
@@ -1027,6 +1027,41 @@ export type ErrorBoundaryTriggeredAttributesType = {
|
|
|
1027
1027
|
boundary: string;
|
|
1028
1028
|
error: string;
|
|
1029
1029
|
};
|
|
1030
|
+
export type ProfileKudosViewedAttributesType = {
|
|
1031
|
+
isEmpty: boolean;
|
|
1032
|
+
};
|
|
1033
|
+
export type ProfileKudosTabClickedAttributesType = {
|
|
1034
|
+
tabName: 'given' | 'received';
|
|
1035
|
+
};
|
|
1036
|
+
export type ProfileKudosClickedAttributesType = {
|
|
1037
|
+
kudosId: string;
|
|
1038
|
+
tabName: 'given' | 'received';
|
|
1039
|
+
};
|
|
1040
|
+
export type ReportingLinesChartCollapsedAttributesType = {
|
|
1041
|
+
product: string;
|
|
1042
|
+
workspaceUuid: string | null;
|
|
1043
|
+
};
|
|
1044
|
+
export type ReportingLinesChartExpandedAttributesType = {
|
|
1045
|
+
product: string;
|
|
1046
|
+
workspaceUuid: string | null;
|
|
1047
|
+
};
|
|
1048
|
+
export type ReportingLinesChartViewedAttributesType = {
|
|
1049
|
+
product: string;
|
|
1050
|
+
workspaceUuid: string | null;
|
|
1051
|
+
};
|
|
1052
|
+
export type UiViewedAttributesType = {
|
|
1053
|
+
product: string;
|
|
1054
|
+
workspaceUuid: string | null;
|
|
1055
|
+
};
|
|
1056
|
+
export type ReportingLinesUserCardClickedAttributesType = {
|
|
1057
|
+
product: string;
|
|
1058
|
+
workspaceUuid: string | null;
|
|
1059
|
+
};
|
|
1060
|
+
export type ReportingLinesEmptyStateViewedAttributesType = {
|
|
1061
|
+
product: string;
|
|
1062
|
+
workspaceUuid: string | null;
|
|
1063
|
+
isAdmin: boolean;
|
|
1064
|
+
};
|
|
1030
1065
|
export type AnalyticsEventAttributes = {
|
|
1031
1066
|
/**
|
|
1032
1067
|
* fired when the teams-app-internal-analytics example button is clicked */
|
|
@@ -1705,5 +1740,32 @@ export type AnalyticsEventAttributes = {
|
|
|
1705
1740
|
/**
|
|
1706
1741
|
* fired when an error boundary is triggered */
|
|
1707
1742
|
'operational.errorBoundary.triggered': ErrorBoundaryTriggeredAttributesType;
|
|
1743
|
+
/**
|
|
1744
|
+
* fired when the profile kudos is viewed */
|
|
1745
|
+
'ui.ProfileKudos.viewed': ProfileKudosViewedAttributesType;
|
|
1746
|
+
/**
|
|
1747
|
+
* fired when the profile kudos tab is clicked */
|
|
1748
|
+
'ui.ProfileKudosTab.clicked': ProfileKudosTabClickedAttributesType;
|
|
1749
|
+
/**
|
|
1750
|
+
* fired when a kudos item is clicked */
|
|
1751
|
+
'ui.ProfileKudos.clicked': ProfileKudosClickedAttributesType;
|
|
1752
|
+
/**
|
|
1753
|
+
* fired when the reporting lines chart is collapsed */
|
|
1754
|
+
'ui.ReportingLinesChart.collapsed': ReportingLinesChartCollapsedAttributesType;
|
|
1755
|
+
/**
|
|
1756
|
+
* fired when the reporting lines chart is expanded */
|
|
1757
|
+
'ui.ReportingLinesChart.expanded': ReportingLinesChartExpandedAttributesType;
|
|
1758
|
+
/**
|
|
1759
|
+
* fired when the reporting lines chart is viewed */
|
|
1760
|
+
'ui.ReportingLinesChart.viewed': ReportingLinesChartViewedAttributesType;
|
|
1761
|
+
/**
|
|
1762
|
+
* fired when the reporting lines chart is viewed - used for Atlas MAU */
|
|
1763
|
+
'ui.ui.viewed': UiViewedAttributesType;
|
|
1764
|
+
/**
|
|
1765
|
+
* fired when the reporting lines user card is clicked */
|
|
1766
|
+
'ui.ReportingLinesUserCard.clicked': ReportingLinesUserCardClickedAttributesType;
|
|
1767
|
+
/**
|
|
1768
|
+
* fired when the reporting lines empty state is viewed */
|
|
1769
|
+
'ui.ReportingLinesEmptyState.viewed': ReportingLinesEmptyStateViewedAttributesType;
|
|
1708
1770
|
};
|
|
1709
1771
|
export type EventKey = keyof AnalyticsEventAttributes;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { TeamsAppAnalyticsContext } from './ui/analytics-context';
|
|
2
2
|
export { useAnalyticsEvents } from './common/utils/generated/use-analytics-events';
|
|
3
|
+
export { default as createEventPayload } from './common/utils/generated/create-event-payload';
|
|
3
4
|
export type { AnalyticsEventAttributes } from './common/utils/generated/analytics.types';
|
|
4
5
|
export type { FireEventType } from './common/utils/types';
|
|
5
|
-
export {
|
|
6
|
+
export { AnalyticsEventSource } from './common/utils/constants';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React, { type ReactNode } from 'react';
|
|
2
|
+
import type { AnalyticsEventSource } from '../../common/utils/constants';
|
|
2
3
|
import type { PackageMetaDataType } from '../../common/utils/generated/analytics.types';
|
|
3
4
|
export declare const defaultAnalyticsContextData: PackageMetaDataType;
|
|
4
5
|
type TeamsAppAnalyticsContextData = {
|
|
5
|
-
source?:
|
|
6
|
+
source?: AnalyticsEventSource;
|
|
6
7
|
attributes?: Record<string, any>;
|
|
7
8
|
};
|
|
8
9
|
export declare function TeamsAppAnalyticsContext({ data, children, }: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::bd923ef6bb9d9faf786d7dccc06f07bc>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
|
|
8
8
|
*/
|
|
9
9
|
export type PackageMetaDataType = {
|
|
@@ -1027,6 +1027,41 @@ export type ErrorBoundaryTriggeredAttributesType = {
|
|
|
1027
1027
|
boundary: string;
|
|
1028
1028
|
error: string;
|
|
1029
1029
|
};
|
|
1030
|
+
export type ProfileKudosViewedAttributesType = {
|
|
1031
|
+
isEmpty: boolean;
|
|
1032
|
+
};
|
|
1033
|
+
export type ProfileKudosTabClickedAttributesType = {
|
|
1034
|
+
tabName: 'given' | 'received';
|
|
1035
|
+
};
|
|
1036
|
+
export type ProfileKudosClickedAttributesType = {
|
|
1037
|
+
kudosId: string;
|
|
1038
|
+
tabName: 'given' | 'received';
|
|
1039
|
+
};
|
|
1040
|
+
export type ReportingLinesChartCollapsedAttributesType = {
|
|
1041
|
+
product: string;
|
|
1042
|
+
workspaceUuid: string | null;
|
|
1043
|
+
};
|
|
1044
|
+
export type ReportingLinesChartExpandedAttributesType = {
|
|
1045
|
+
product: string;
|
|
1046
|
+
workspaceUuid: string | null;
|
|
1047
|
+
};
|
|
1048
|
+
export type ReportingLinesChartViewedAttributesType = {
|
|
1049
|
+
product: string;
|
|
1050
|
+
workspaceUuid: string | null;
|
|
1051
|
+
};
|
|
1052
|
+
export type UiViewedAttributesType = {
|
|
1053
|
+
product: string;
|
|
1054
|
+
workspaceUuid: string | null;
|
|
1055
|
+
};
|
|
1056
|
+
export type ReportingLinesUserCardClickedAttributesType = {
|
|
1057
|
+
product: string;
|
|
1058
|
+
workspaceUuid: string | null;
|
|
1059
|
+
};
|
|
1060
|
+
export type ReportingLinesEmptyStateViewedAttributesType = {
|
|
1061
|
+
product: string;
|
|
1062
|
+
workspaceUuid: string | null;
|
|
1063
|
+
isAdmin: boolean;
|
|
1064
|
+
};
|
|
1030
1065
|
export type AnalyticsEventAttributes = {
|
|
1031
1066
|
/**
|
|
1032
1067
|
* fired when the teams-app-internal-analytics example button is clicked */
|
|
@@ -1705,5 +1740,32 @@ export type AnalyticsEventAttributes = {
|
|
|
1705
1740
|
/**
|
|
1706
1741
|
* fired when an error boundary is triggered */
|
|
1707
1742
|
'operational.errorBoundary.triggered': ErrorBoundaryTriggeredAttributesType;
|
|
1743
|
+
/**
|
|
1744
|
+
* fired when the profile kudos is viewed */
|
|
1745
|
+
'ui.ProfileKudos.viewed': ProfileKudosViewedAttributesType;
|
|
1746
|
+
/**
|
|
1747
|
+
* fired when the profile kudos tab is clicked */
|
|
1748
|
+
'ui.ProfileKudosTab.clicked': ProfileKudosTabClickedAttributesType;
|
|
1749
|
+
/**
|
|
1750
|
+
* fired when a kudos item is clicked */
|
|
1751
|
+
'ui.ProfileKudos.clicked': ProfileKudosClickedAttributesType;
|
|
1752
|
+
/**
|
|
1753
|
+
* fired when the reporting lines chart is collapsed */
|
|
1754
|
+
'ui.ReportingLinesChart.collapsed': ReportingLinesChartCollapsedAttributesType;
|
|
1755
|
+
/**
|
|
1756
|
+
* fired when the reporting lines chart is expanded */
|
|
1757
|
+
'ui.ReportingLinesChart.expanded': ReportingLinesChartExpandedAttributesType;
|
|
1758
|
+
/**
|
|
1759
|
+
* fired when the reporting lines chart is viewed */
|
|
1760
|
+
'ui.ReportingLinesChart.viewed': ReportingLinesChartViewedAttributesType;
|
|
1761
|
+
/**
|
|
1762
|
+
* fired when the reporting lines chart is viewed - used for Atlas MAU */
|
|
1763
|
+
'ui.ui.viewed': UiViewedAttributesType;
|
|
1764
|
+
/**
|
|
1765
|
+
* fired when the reporting lines user card is clicked */
|
|
1766
|
+
'ui.ReportingLinesUserCard.clicked': ReportingLinesUserCardClickedAttributesType;
|
|
1767
|
+
/**
|
|
1768
|
+
* fired when the reporting lines empty state is viewed */
|
|
1769
|
+
'ui.ReportingLinesEmptyState.viewed': ReportingLinesEmptyStateViewedAttributesType;
|
|
1708
1770
|
};
|
|
1709
1771
|
export type EventKey = keyof AnalyticsEventAttributes;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { TeamsAppAnalyticsContext } from './ui/analytics-context';
|
|
2
2
|
export { useAnalyticsEvents } from './common/utils/generated/use-analytics-events';
|
|
3
|
+
export { default as createEventPayload } from './common/utils/generated/create-event-payload';
|
|
3
4
|
export type { AnalyticsEventAttributes } from './common/utils/generated/analytics.types';
|
|
4
5
|
export type { FireEventType } from './common/utils/types';
|
|
5
|
-
export {
|
|
6
|
+
export { AnalyticsEventSource } from './common/utils/constants';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React, { type ReactNode } from 'react';
|
|
2
|
+
import type { AnalyticsEventSource } from '../../common/utils/constants';
|
|
2
3
|
import type { PackageMetaDataType } from '../../common/utils/generated/analytics.types';
|
|
3
4
|
export declare const defaultAnalyticsContextData: PackageMetaDataType;
|
|
4
5
|
type TeamsAppAnalyticsContextData = {
|
|
5
|
-
source?:
|
|
6
|
+
source?: AnalyticsEventSource;
|
|
6
7
|
attributes?: Record<string, any>;
|
|
7
8
|
};
|
|
8
9
|
export declare function TeamsAppAnalyticsContext({ data, children, }: {
|
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"name": "@atlaskit/teams-app-internal-analytics",
|
|
91
|
-
"version": "1.
|
|
91
|
+
"version": "1.11.0",
|
|
92
92
|
"description": "A package used by the teams app and platform packages to handle people and teams analytics",
|
|
93
93
|
"author": "Atlassian Pty Ltd",
|
|
94
94
|
"license": "Apache-2.0",
|