@atlaskit/teams-app-internal-analytics 1.24.0 → 1.24.2

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/teams-app-internal-analytics
2
2
 
3
+ ## 1.24.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.24.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`618326bff43d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/618326bff43d8) -
14
+ PTC-15081: Add analytics for user profile tabs - hierarchy/goals/projects/kudos
15
+
3
16
  ## 1.24.0
4
17
 
5
18
  ### Minor Changes
@@ -77,6 +77,13 @@ shared:
77
77
  type: boolean
78
78
  required: false
79
79
  description: whether this event is fired from the new user profile page
80
+ UserProfileViewedTabAttribute: &UserProfileViewedTabAttribute
81
+ tab:
82
+ type: string
83
+ required: false
84
+ description:
85
+ the user profile tab where the viewed event was fired (overview, hierarchy, goals, projects,
86
+ kudos)
80
87
  AgentProfileCardActionsAttributes: &AgentProfileCardActionsAttributes
81
88
  agentId:
82
89
  type: string
@@ -1385,6 +1392,14 @@ events:
1385
1392
  type: operational
1386
1393
  attributes:
1387
1394
  <<: *ExperienceMetadata
1395
+ - userProfile_projectsAndGoals taskStart:
1396
+ type: operational
1397
+ attributes:
1398
+ <<: [*ExperienceMetadata, *UserProfileViewedTabAttribute]
1399
+ - userProfile_projectsAndGoals taskSuccess:
1400
+ type: operational
1401
+ attributes:
1402
+ <<: [*ExperienceMetadata, *UserProfileViewedTabAttribute]
1388
1403
  - teamsPermissionsRequest failed:
1389
1404
  type: operational
1390
1405
  attributes:
@@ -2159,6 +2174,7 @@ events:
2159
2174
  type: string
2160
2175
  required: false
2161
2176
  description: the workspace uuid
2177
+ <<: [*NewUserProfileAttribute, *UserProfileViewedTabAttribute]
2162
2178
  - ProfileProjectsLink clicked:
2163
2179
  type: ui
2164
2180
  description: fired when the profile projects link is clicked
@@ -2166,6 +2182,7 @@ events:
2166
2182
  entryIndex:
2167
2183
  type: number
2168
2184
  description: the index
2185
+ <<: [*NewUserProfileAttribute, *UserProfileViewedTabAttribute]
2169
2186
  - ProfileGoalsLink clicked:
2170
2187
  type: ui
2171
2188
  description: fired when the profile goals link is clicked
@@ -2173,6 +2190,7 @@ events:
2173
2190
  entryIndex:
2174
2191
  type: number
2175
2192
  description: the index
2193
+ <<: [*NewUserProfileAttribute, *UserProfileViewedTabAttribute]
2176
2194
  - button clicked (followTeamProjectsGoalsButton):
2177
2195
  type: ui
2178
2196
  description: fired when the follow team projects and goals button is clicked
@@ -2199,6 +2217,7 @@ events:
2199
2217
  isEmpty:
2200
2218
  type: boolean
2201
2219
  description: whether the profile kudos is empty
2220
+ <<: [*NewUserProfileAttribute, *UserProfileViewedTabAttribute]
2202
2221
  - ProfileKudosTab clicked:
2203
2222
  type: ui
2204
2223
  description: fired when the profile kudos tab is clicked
@@ -2249,6 +2268,7 @@ events:
2249
2268
  type: string
2250
2269
  required: false
2251
2270
  description: the workspace uuid
2271
+ <<: [*NewUserProfileAttribute, *UserProfileViewedTabAttribute]
2252
2272
  - ui viewed:
2253
2273
  type: ui
2254
2274
  description: fired when the reporting lines chart is viewed - used for Atlas MAU
@@ -2379,6 +2399,8 @@ events:
2379
2399
  - button clicked (profileHeaderMediaPickerUpload):
2380
2400
  type: ui
2381
2401
  description: fired when the media picker upload button is clicked
2402
+ attributes:
2403
+ <<: *NewUserProfileAttribute
2382
2404
  - button clicked (profileHeaderRemove):
2383
2405
  type: ui
2384
2406
  description: fired when the remove header image button is clicked
@@ -2408,12 +2430,17 @@ events:
2408
2430
  hasUploadedAvatar:
2409
2431
  type: boolean
2410
2432
  description: whether the avatar has been uploaded
2433
+ <<: *NewUserProfileAttribute
2411
2434
  - button clicked (changeProfilePhoto):
2412
2435
  type: ui
2413
2436
  description: fired when the change profile photo button is clicked
2437
+ attributes:
2438
+ <<: *NewUserProfileAttribute
2414
2439
  - button clicked (createInitialsAvatar):
2415
2440
  type: ui
2416
2441
  description: fired when the create initials avatar button is clicked
2442
+ attributes:
2443
+ <<: *NewUserProfileAttribute
2417
2444
  - avatarInitialsPicker opened:
2418
2445
  type: track
2419
2446
  description: fired when the avatar initials picker is opened
@@ -2421,6 +2448,7 @@ events:
2421
2448
  hasUploadedAvatar:
2422
2449
  type: boolean
2423
2450
  description: whether the avatar has been uploaded
2451
+ <<: *NewUserProfileAttribute
2424
2452
  - uploadAvatar failed:
2425
2453
  type: track
2426
2454
  description: fired when the upload avatar action is failed
@@ -2524,6 +2552,8 @@ events:
2524
2552
  - button clicked (manageAccountButton):
2525
2553
  type: ui
2526
2554
  description: fired when the manage account button is clicked
2555
+ attributes:
2556
+ <<: *NewUserProfileAttribute
2527
2557
  - button clicked (manageAccessButton):
2528
2558
  type: ui
2529
2559
  description: fired when the manage access button is clicked
@@ -2539,7 +2569,7 @@ events:
2539
2569
  isCurrentUser:
2540
2570
  type: boolean
2541
2571
  description: whether the user is the current user
2542
- <<: *NewUserProfileAttribute
2572
+ <<: [*NewUserProfileAttribute, *UserProfileViewedTabAttribute]
2543
2573
  - viewAllWork clicked:
2544
2574
  type: ui
2545
2575
  description: fired when the view all work button is clicked
@@ -3134,6 +3164,9 @@ events:
3134
3164
  type: number
3135
3165
  description: how many teams
3136
3166
  <<: *NewUserProfileAttribute
3167
+ - userProfileWorkingWithMe viewed:
3168
+ type: screen
3169
+ description: fired when user profile working with me section is viewed (only when section has content)
3137
3170
  - teamAgentsPanel viewed:
3138
3171
  type: screen
3139
3172
  description: fired when team agents panel is viewed
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::08bbe83a9568b2ddda9eb5332ffdf047>>
6
+ * @codegen <<SignedSource::404bdf7d30df1f4487b74a9e3c00c09d>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -642,6 +642,22 @@ export type RecommendedProductsTaskFailAttributesType = {
642
642
  isStandalone: boolean;
643
643
  hasBrowsUsersPermission: boolean;
644
644
  };
645
+ export type ProjectsAndGoalsTaskStartAttributesType = {
646
+ sloSatisifed: boolean;
647
+ taskDuration: number;
648
+ latencySlo: number;
649
+ isStandalone: boolean;
650
+ hasBrowsUsersPermission: boolean;
651
+ tab: string | null;
652
+ };
653
+ export type ProjectsAndGoalsTaskSuccessAttributesType = {
654
+ sloSatisifed: boolean;
655
+ taskDuration: number;
656
+ latencySlo: number;
657
+ isStandalone: boolean;
658
+ hasBrowsUsersPermission: boolean;
659
+ tab: string | null;
660
+ };
645
661
  export type TeamsPermissionsRequestFailedAttributesType = {
646
662
  message: string;
647
663
  status: string;
@@ -1030,12 +1046,18 @@ export type ProfileProjectsAndGoalsViewedAttributesType = {
1030
1046
  hasProjects: boolean;
1031
1047
  product: string;
1032
1048
  workspaceUuid: string | null;
1049
+ isNewUserProfile: boolean | null;
1050
+ tab: string | null;
1033
1051
  };
1034
1052
  export type ProfileProjectsLinkClickedAttributesType = {
1035
1053
  entryIndex: number;
1054
+ isNewUserProfile: boolean | null;
1055
+ tab: string | null;
1036
1056
  };
1037
1057
  export type ProfileGoalsLinkClickedAttributesType = {
1038
1058
  entryIndex: number;
1059
+ isNewUserProfile: boolean | null;
1060
+ tab: string | null;
1039
1061
  };
1040
1062
  export type ButtonClickedFollowTeamProjectsGoalsButtonAttributesType = undefined;
1041
1063
  export type ButtonClickedUnfollowTeamProjectsGoalsButtonAttributesType = undefined;
@@ -1046,6 +1068,8 @@ export type ErrorBoundaryTriggeredAttributesType = {
1046
1068
  };
1047
1069
  export type ProfileKudosViewedAttributesType = {
1048
1070
  isEmpty: boolean;
1071
+ isNewUserProfile: boolean | null;
1072
+ tab: string | null;
1049
1073
  };
1050
1074
  export type ProfileKudosTabClickedAttributesType = {
1051
1075
  tabName: 'given' | 'received';
@@ -1065,6 +1089,8 @@ export type ReportingLinesChartExpandedAttributesType = {
1065
1089
  export type ReportingLinesChartViewedAttributesType = {
1066
1090
  product: string;
1067
1091
  workspaceUuid: string | null;
1092
+ isNewUserProfile: boolean | null;
1093
+ tab: string | null;
1068
1094
  };
1069
1095
  export type UiViewedAttributesType = {
1070
1096
  product: string;
@@ -1113,7 +1139,9 @@ export type HeaderImageSucceededTeamHeaderImageAttributesType = {
1113
1139
  orgAdminTriggered: boolean;
1114
1140
  isVerified: boolean | null;
1115
1141
  };
1116
- export type ButtonClickedProfileHeaderMediaPickerUploadAttributesType = undefined;
1142
+ export type ButtonClickedProfileHeaderMediaPickerUploadAttributesType = {
1143
+ isNewUserProfile: boolean | null;
1144
+ };
1117
1145
  export type ButtonClickedProfileHeaderRemoveAttributesType = undefined;
1118
1146
  export type SendFeedbackClickedAttributesType = undefined;
1119
1147
  export type ButtonClickedRemoveAvatarAttributesType = undefined;
@@ -1124,11 +1152,17 @@ export type AvatarPickerClosedAttributesType = {
1124
1152
  };
1125
1153
  export type AvatarPickerOpenedAttributesType = {
1126
1154
  hasUploadedAvatar: boolean;
1155
+ isNewUserProfile: boolean | null;
1156
+ };
1157
+ export type ButtonClickedChangeProfilePhotoAttributesType = {
1158
+ isNewUserProfile: boolean | null;
1159
+ };
1160
+ export type ButtonClickedCreateInitialsAvatarAttributesType = {
1161
+ isNewUserProfile: boolean | null;
1127
1162
  };
1128
- export type ButtonClickedChangeProfilePhotoAttributesType = undefined;
1129
- export type ButtonClickedCreateInitialsAvatarAttributesType = undefined;
1130
1163
  export type AvatarInitialsPickerOpenedAttributesType = {
1131
1164
  hasUploadedAvatar: boolean;
1165
+ isNewUserProfile: boolean | null;
1132
1166
  };
1133
1167
  export type UploadAvatarFailedAttributesType = {
1134
1168
  avatarType: 'image' | 'initials';
@@ -1171,7 +1205,9 @@ export type TeamCreateDialogTriggerButtonClickedAttributesType = {
1171
1205
  trigger: string;
1172
1206
  isNewUserProfile: boolean | null;
1173
1207
  };
1174
- export type ButtonClickedManageAccountButtonAttributesType = undefined;
1208
+ export type ButtonClickedManageAccountButtonAttributesType = {
1209
+ isNewUserProfile: boolean | null;
1210
+ };
1175
1211
  export type ButtonClickedManageAccessButtonAttributesType = undefined;
1176
1212
  export type UserProfileScreenLoadFailedAttributesType = {
1177
1213
  isNewUserProfile: boolean | null;
@@ -1179,6 +1215,7 @@ export type UserProfileScreenLoadFailedAttributesType = {
1179
1215
  export type UserProfileScreenViewedAttributesType = {
1180
1216
  isCurrentUser: boolean;
1181
1217
  isNewUserProfile: boolean | null;
1218
+ tab: string | null;
1182
1219
  };
1183
1220
  export type ViewAllWorkClickedAttributesType = {
1184
1221
  location: string;
@@ -1397,6 +1434,7 @@ export type UserProfileAboutTeamsViewedAttributesType = {
1397
1434
  teamsCount: number;
1398
1435
  isNewUserProfile: boolean | null;
1399
1436
  };
1437
+ export type UserProfileWorkingWithMeViewedAttributesType = undefined;
1400
1438
  export type TeamAgentsPanelViewedAttributesType = {
1401
1439
  activeAgentsCount: number;
1402
1440
  };
@@ -1871,6 +1909,10 @@ export type AnalyticsEventAttributes = {
1871
1909
  /** */
1872
1910
  'operational.recommendedProducts.taskFail': RecommendedProductsTaskFailAttributesType;
1873
1911
  /** */
1912
+ 'operational.projectsAndGoals.taskStart': ProjectsAndGoalsTaskStartAttributesType;
1913
+ /** */
1914
+ 'operational.projectsAndGoals.taskSuccess': ProjectsAndGoalsTaskSuccessAttributesType;
1915
+ /** */
1874
1916
  'operational.teamsPermissionsRequest.failed': TeamsPermissionsRequestFailedAttributesType;
1875
1917
  /** */
1876
1918
  'operational.teamsPermissionsRequest.succeeded': TeamsPermissionsRequestSucceededAttributesType;
@@ -2438,6 +2480,9 @@ export type AnalyticsEventAttributes = {
2438
2480
  /**
2439
2481
  * fired when user profile about teams section is viewed */
2440
2482
  'screen.userProfileAboutTeams.viewed': UserProfileAboutTeamsViewedAttributesType;
2483
+ /**
2484
+ * fired when user profile working with me section is viewed (only when section has content) */
2485
+ 'screen.userProfileWorkingWithMe.viewed': UserProfileWorkingWithMeViewedAttributesType;
2441
2486
  /**
2442
2487
  * fired when team agents panel is viewed */
2443
2488
  'screen.teamAgentsPanel.viewed': TeamAgentsPanelViewedAttributesType;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::08bbe83a9568b2ddda9eb5332ffdf047>>
6
+ * @codegen <<SignedSource::404bdf7d30df1f4487b74a9e3c00c09d>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -642,6 +642,22 @@ export type RecommendedProductsTaskFailAttributesType = {
642
642
  isStandalone: boolean;
643
643
  hasBrowsUsersPermission: boolean;
644
644
  };
645
+ export type ProjectsAndGoalsTaskStartAttributesType = {
646
+ sloSatisifed: boolean;
647
+ taskDuration: number;
648
+ latencySlo: number;
649
+ isStandalone: boolean;
650
+ hasBrowsUsersPermission: boolean;
651
+ tab: string | null;
652
+ };
653
+ export type ProjectsAndGoalsTaskSuccessAttributesType = {
654
+ sloSatisifed: boolean;
655
+ taskDuration: number;
656
+ latencySlo: number;
657
+ isStandalone: boolean;
658
+ hasBrowsUsersPermission: boolean;
659
+ tab: string | null;
660
+ };
645
661
  export type TeamsPermissionsRequestFailedAttributesType = {
646
662
  message: string;
647
663
  status: string;
@@ -1030,12 +1046,18 @@ export type ProfileProjectsAndGoalsViewedAttributesType = {
1030
1046
  hasProjects: boolean;
1031
1047
  product: string;
1032
1048
  workspaceUuid: string | null;
1049
+ isNewUserProfile: boolean | null;
1050
+ tab: string | null;
1033
1051
  };
1034
1052
  export type ProfileProjectsLinkClickedAttributesType = {
1035
1053
  entryIndex: number;
1054
+ isNewUserProfile: boolean | null;
1055
+ tab: string | null;
1036
1056
  };
1037
1057
  export type ProfileGoalsLinkClickedAttributesType = {
1038
1058
  entryIndex: number;
1059
+ isNewUserProfile: boolean | null;
1060
+ tab: string | null;
1039
1061
  };
1040
1062
  export type ButtonClickedFollowTeamProjectsGoalsButtonAttributesType = undefined;
1041
1063
  export type ButtonClickedUnfollowTeamProjectsGoalsButtonAttributesType = undefined;
@@ -1046,6 +1068,8 @@ export type ErrorBoundaryTriggeredAttributesType = {
1046
1068
  };
1047
1069
  export type ProfileKudosViewedAttributesType = {
1048
1070
  isEmpty: boolean;
1071
+ isNewUserProfile: boolean | null;
1072
+ tab: string | null;
1049
1073
  };
1050
1074
  export type ProfileKudosTabClickedAttributesType = {
1051
1075
  tabName: 'given' | 'received';
@@ -1065,6 +1089,8 @@ export type ReportingLinesChartExpandedAttributesType = {
1065
1089
  export type ReportingLinesChartViewedAttributesType = {
1066
1090
  product: string;
1067
1091
  workspaceUuid: string | null;
1092
+ isNewUserProfile: boolean | null;
1093
+ tab: string | null;
1068
1094
  };
1069
1095
  export type UiViewedAttributesType = {
1070
1096
  product: string;
@@ -1113,7 +1139,9 @@ export type HeaderImageSucceededTeamHeaderImageAttributesType = {
1113
1139
  orgAdminTriggered: boolean;
1114
1140
  isVerified: boolean | null;
1115
1141
  };
1116
- export type ButtonClickedProfileHeaderMediaPickerUploadAttributesType = undefined;
1142
+ export type ButtonClickedProfileHeaderMediaPickerUploadAttributesType = {
1143
+ isNewUserProfile: boolean | null;
1144
+ };
1117
1145
  export type ButtonClickedProfileHeaderRemoveAttributesType = undefined;
1118
1146
  export type SendFeedbackClickedAttributesType = undefined;
1119
1147
  export type ButtonClickedRemoveAvatarAttributesType = undefined;
@@ -1124,11 +1152,17 @@ export type AvatarPickerClosedAttributesType = {
1124
1152
  };
1125
1153
  export type AvatarPickerOpenedAttributesType = {
1126
1154
  hasUploadedAvatar: boolean;
1155
+ isNewUserProfile: boolean | null;
1156
+ };
1157
+ export type ButtonClickedChangeProfilePhotoAttributesType = {
1158
+ isNewUserProfile: boolean | null;
1159
+ };
1160
+ export type ButtonClickedCreateInitialsAvatarAttributesType = {
1161
+ isNewUserProfile: boolean | null;
1127
1162
  };
1128
- export type ButtonClickedChangeProfilePhotoAttributesType = undefined;
1129
- export type ButtonClickedCreateInitialsAvatarAttributesType = undefined;
1130
1163
  export type AvatarInitialsPickerOpenedAttributesType = {
1131
1164
  hasUploadedAvatar: boolean;
1165
+ isNewUserProfile: boolean | null;
1132
1166
  };
1133
1167
  export type UploadAvatarFailedAttributesType = {
1134
1168
  avatarType: 'image' | 'initials';
@@ -1171,7 +1205,9 @@ export type TeamCreateDialogTriggerButtonClickedAttributesType = {
1171
1205
  trigger: string;
1172
1206
  isNewUserProfile: boolean | null;
1173
1207
  };
1174
- export type ButtonClickedManageAccountButtonAttributesType = undefined;
1208
+ export type ButtonClickedManageAccountButtonAttributesType = {
1209
+ isNewUserProfile: boolean | null;
1210
+ };
1175
1211
  export type ButtonClickedManageAccessButtonAttributesType = undefined;
1176
1212
  export type UserProfileScreenLoadFailedAttributesType = {
1177
1213
  isNewUserProfile: boolean | null;
@@ -1179,6 +1215,7 @@ export type UserProfileScreenLoadFailedAttributesType = {
1179
1215
  export type UserProfileScreenViewedAttributesType = {
1180
1216
  isCurrentUser: boolean;
1181
1217
  isNewUserProfile: boolean | null;
1218
+ tab: string | null;
1182
1219
  };
1183
1220
  export type ViewAllWorkClickedAttributesType = {
1184
1221
  location: string;
@@ -1397,6 +1434,7 @@ export type UserProfileAboutTeamsViewedAttributesType = {
1397
1434
  teamsCount: number;
1398
1435
  isNewUserProfile: boolean | null;
1399
1436
  };
1437
+ export type UserProfileWorkingWithMeViewedAttributesType = undefined;
1400
1438
  export type TeamAgentsPanelViewedAttributesType = {
1401
1439
  activeAgentsCount: number;
1402
1440
  };
@@ -1871,6 +1909,10 @@ export type AnalyticsEventAttributes = {
1871
1909
  /** */
1872
1910
  'operational.recommendedProducts.taskFail': RecommendedProductsTaskFailAttributesType;
1873
1911
  /** */
1912
+ 'operational.projectsAndGoals.taskStart': ProjectsAndGoalsTaskStartAttributesType;
1913
+ /** */
1914
+ 'operational.projectsAndGoals.taskSuccess': ProjectsAndGoalsTaskSuccessAttributesType;
1915
+ /** */
1874
1916
  'operational.teamsPermissionsRequest.failed': TeamsPermissionsRequestFailedAttributesType;
1875
1917
  /** */
1876
1918
  'operational.teamsPermissionsRequest.succeeded': TeamsPermissionsRequestSucceededAttributesType;
@@ -2438,6 +2480,9 @@ export type AnalyticsEventAttributes = {
2438
2480
  /**
2439
2481
  * fired when user profile about teams section is viewed */
2440
2482
  'screen.userProfileAboutTeams.viewed': UserProfileAboutTeamsViewedAttributesType;
2483
+ /**
2484
+ * fired when user profile working with me section is viewed (only when section has content) */
2485
+ 'screen.userProfileWorkingWithMe.viewed': UserProfileWorkingWithMeViewedAttributesType;
2441
2486
  /**
2442
2487
  * fired when team agents panel is viewed */
2443
2488
  'screen.teamAgentsPanel.viewed': TeamAgentsPanelViewedAttributesType;
package/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics --output ./src/common/utils/generated"
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/analytics-listeners": "^9.3.0",
30
+ "@atlaskit/analytics-listeners": "^10.0.0",
31
31
  "@atlaskit/analytics-namespaced-context": "^7.2.0",
32
32
  "@atlaskit/analytics-next": "^11.1.0",
33
33
  "@babel/runtime": "^7.0.0",
@@ -40,7 +40,7 @@
40
40
  "@af/integration-testing": "workspace:^",
41
41
  "@af/visual-regression": "workspace:^",
42
42
  "@atlaskit/ssr": "workspace:^",
43
- "@atlassian/ptc-test-utils": "^0.11.0",
43
+ "@atlassian/ptc-test-utils": "^0.12.0",
44
44
  "@testing-library/react": "^16.3.0",
45
45
  "@testing-library/user-event": "^14.4.3",
46
46
  "react-dom": "^18.2.0"
@@ -84,7 +84,7 @@
84
84
  }
85
85
  },
86
86
  "name": "@atlaskit/teams-app-internal-analytics",
87
- "version": "1.24.0",
87
+ "version": "1.24.2",
88
88
  "description": "A package used by the teams app and platform packages to handle people and teams analytics",
89
89
  "author": "Atlassian Pty Ltd",
90
90
  "license": "Apache-2.0",