@atlaskit/teams-app-internal-analytics 1.27.2 → 1.27.3

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.27.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7de638877e6ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7de638877e6ae) -
8
+ Add classification to failed star team
9
+
3
10
  ## 1.27.2
4
11
 
5
12
  ### Patch Changes
@@ -3374,6 +3374,10 @@ events:
3374
3374
  type: string
3375
3375
  required: false
3376
3376
  description: Specific type of error encountered
3377
+ classification:
3378
+ type: string
3379
+ required: false
3380
+ description: Classification of the error encountered
3377
3381
  - teamProfileHierarchyTab viewed:
3378
3382
  type: screen
3379
3383
  description: fired when the team profile hierarchy tab is viewed
@@ -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.27.1"
19
+ packageVersion: "0.0.0-development"
20
20
  };
21
21
  function TeamsAppAnalyticsContext(_ref) {
22
22
  var data = _ref.data,
@@ -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.27.1"
5
+ packageVersion: "0.0.0-development"
6
6
  };
7
7
  export function TeamsAppAnalyticsContext({
8
8
  data,
@@ -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.27.1"
9
+ packageVersion: "0.0.0-development"
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::2c789c6695e7a48abf2bd9af058f68c3>>
6
+ * @codegen <<SignedSource::7a338699bda4131da7df23ae3c72eb27>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -1511,6 +1511,7 @@ export type StarTeamFailedAttributesType = {
1511
1511
  error: string;
1512
1512
  errorMessage: string;
1513
1513
  errorType: string | null;
1514
+ classification: string | null;
1514
1515
  };
1515
1516
  export type TeamProfileHierarchyTabViewedAttributesType = {
1516
1517
  teamId: string;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates Typescript types for analytics events from analytics.spec.yaml
5
5
  *
6
- * @codegen <<SignedSource::2c789c6695e7a48abf2bd9af058f68c3>>
6
+ * @codegen <<SignedSource::7a338699bda4131da7df23ae3c72eb27>>
7
7
  * @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen teams-app-internal-analytics
8
8
  */
9
9
  export type PackageMetaDataType = {
@@ -1511,6 +1511,7 @@ export type StarTeamFailedAttributesType = {
1511
1511
  error: string;
1512
1512
  errorMessage: string;
1513
1513
  errorType: string | null;
1514
+ classification: string | null;
1514
1515
  };
1515
1516
  export type TeamProfileHierarchyTabViewedAttributesType = {
1516
1517
  teamId: string;
package/package.json CHANGED
@@ -84,7 +84,7 @@
84
84
  }
85
85
  },
86
86
  "name": "@atlaskit/teams-app-internal-analytics",
87
- "version": "1.27.2",
87
+ "version": "1.27.3",
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",