@atlaskit/media-client 29.0.1 → 29.1.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/media-client
2
2
 
3
+ ## 29.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#103451](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103451)
8
+ [`c45fe9fe50a79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c45fe9fe50a79) -
9
+ Extended Abuse Classification Confidence values
10
+
3
11
  ## 29.0.1
4
12
 
5
13
  ### Patch Changes
@@ -5,7 +5,7 @@ export type { MediaType } from '@atlaskit/media-common';
5
5
  export declare const isPreviewableType: (type: MediaType) => boolean;
6
6
  export type AbuseClassification = {
7
7
  classification: 'ABHORRENT' | 'MALICIOUS' | 'ILLICIT' | 'COPYRIGHT';
8
- confidence: 'HIGH' | 'MEDIUM' | 'LOW';
8
+ confidence: 'HIGH' | 'MEDIUM' | 'LOW' | 'SYNTHETIC';
9
9
  };
10
10
  export type MediaFile = {
11
11
  readonly id: string;
@@ -5,7 +5,7 @@ export type { MediaType } from '@atlaskit/media-common';
5
5
  export declare const isPreviewableType: (type: MediaType) => boolean;
6
6
  export type AbuseClassification = {
7
7
  classification: 'ABHORRENT' | 'MALICIOUS' | 'ILLICIT' | 'COPYRIGHT';
8
- confidence: 'HIGH' | 'MEDIUM' | 'LOW';
8
+ confidence: 'HIGH' | 'MEDIUM' | 'LOW' | 'SYNTHETIC';
9
9
  };
10
10
  export type MediaFile = {
11
11
  readonly id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-client",
3
- "version": "29.0.1",
3
+ "version": "29.1.0",
4
4
  "description": "Media API Web Client Library",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -55,9 +55,9 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@atlaskit/media-core": "^34.4.0",
58
- "@atlaskit/media-state": "^1.3.0",
58
+ "@atlaskit/media-state": "^1.4.0",
59
59
  "@atlaskit/ssr": "*",
60
- "@atlaskit/tokens": "^2.5.0",
60
+ "@atlaskit/tokens": "^3.1.0",
61
61
  "@atlassian/feature-flags-test-utils": "0.2.3",
62
62
  "@emotion/react": "^11.7.1",
63
63
  "@types/deep-equal": "^1.0.1",