@atlaskit/linking-types
Advanced tools
Comparing version 8.13.0 to 9.0.0
# @atlaskit/linking-types | ||
## 9.0.0 | ||
### Major Changes | ||
- [#128149](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128149) | ||
[`a57b769f35fdc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a57b769f35fdc) - | ||
Adds `entityType` to `ActionsDiscoveryRequest` | ||
## 8.13.0 | ||
@@ -4,0 +12,0 @@ |
interface ActionsDiscoveryInterface { | ||
aris: string[]; | ||
fieldKeys: string[]; | ||
entityType: string; | ||
} | ||
@@ -5,0 +6,0 @@ interface DatasourceIntegration extends ActionsDiscoveryInterface { |
interface ActionsDiscoveryInterface { | ||
aris: string[]; | ||
fieldKeys: string[]; | ||
entityType: string; | ||
} | ||
@@ -5,0 +6,0 @@ interface DatasourceIntegration extends ActionsDiscoveryInterface { |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "8.13.0", | ||
"version": "9.0.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50701
829