@atlaskit/teams-app-internal-analytics 1.23.0 → 1.23.1

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,12 @@
1
1
  # @atlaskit/teams-app-internal-analytics
2
2
 
3
+ ## 1.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6cb688efd254d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cb688efd254d) -
8
+ Removed keyboard value from team profilecard open method attribute
9
+
3
10
  ## 1.23.0
4
11
 
5
12
  ### Minor Changes
@@ -352,7 +352,6 @@ events:
352
352
  type: []
353
353
  required: false
354
354
  description: error details from the failed API call
355
-
356
355
  - invitedTeamMembers added:
357
356
  type: track
358
357
  description: fired when the invited team members are added
@@ -1731,7 +1730,7 @@ events:
1731
1730
  attributes:
1732
1731
  <<: [*PackageMetaDataContext, *ProfileCardAttributes]
1733
1732
  method:
1734
- type: ['hover', 'click', 'keyboard']
1733
+ type: ['hover', 'click']
1735
1734
  description: the method of the profilecard
1736
1735
  teamId:
1737
1736
  type: string
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::765b2b92134fbe5e83d238edaf99e6b9>>
6
+ * @codegen <<SignedSource::eb2aa4be20622862a1a866d4af0eeefc>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -765,7 +765,7 @@ export type RovoAgentProfilecardTriggeredAttributesType = {
765
765
  };
766
766
  export type TeamProfileCardTriggeredAttributesType = {
767
767
  firedAt: number;
768
- method: 'hover' | 'click' | 'keyboard';
768
+ method: 'hover' | 'click';
769
769
  teamId: string;
770
770
  };
771
771
  export type UserTriggeredAttributesType = {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::765b2b92134fbe5e83d238edaf99e6b9>>
6
+ * @codegen <<SignedSource::eb2aa4be20622862a1a866d4af0eeefc>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -765,7 +765,7 @@ export type RovoAgentProfilecardTriggeredAttributesType = {
765
765
  };
766
766
  export type TeamProfileCardTriggeredAttributesType = {
767
767
  firedAt: number;
768
- method: 'hover' | 'click' | 'keyboard';
768
+ method: 'hover' | 'click';
769
769
  teamId: string;
770
770
  };
771
771
  export type UserTriggeredAttributesType = {
package/package.json CHANGED
@@ -85,7 +85,7 @@
85
85
  }
86
86
  },
87
87
  "name": "@atlaskit/teams-app-internal-analytics",
88
- "version": "1.23.0",
88
+ "version": "1.23.1",
89
89
  "description": "A package used by the teams app and platform packages to handle people and teams analytics",
90
90
  "author": "Atlassian Pty Ltd",
91
91
  "license": "Apache-2.0",