@atlaskit/linking-types
Advanced tools
Comparing version 8.5.0 to 8.5.1
# @atlaskit/linking-types | ||
## 8.5.1 | ||
### Patch Changes | ||
- [#57736](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57736) [`d8193e501bcc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8193e501bcc) - [ux] Changes behavior of datasource modal to persist query changes on insert without needing to click search. | ||
## 8.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -145,3 +145,3 @@ export interface BooleanType { | ||
}; | ||
export type DatasourceTableStatusType = 'empty' | 'loading' | 'resolved' | 'rejected' | 'unauthorized'; | ||
export type DatasourceTableStatusType = 'empty' | 'forbidden' | 'loading' | 'resolved' | 'rejected' | 'unauthorized'; | ||
export type DatasourceDetailsRequest = { | ||
@@ -148,0 +148,0 @@ parameters: DatasourceParameters; |
@@ -145,3 +145,3 @@ export interface BooleanType { | ||
}; | ||
export type DatasourceTableStatusType = 'empty' | 'loading' | 'resolved' | 'rejected' | 'unauthorized'; | ||
export type DatasourceTableStatusType = 'empty' | 'forbidden' | 'loading' | 'resolved' | 'rejected' | 'unauthorized'; | ||
export type DatasourceDetailsRequest = { | ||
@@ -148,0 +148,0 @@ parameters: DatasourceParameters; |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"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
40211
22
638