@atlaskit/linking-types
Advanced tools
Comparing version 0.1.1 to 0.2.0
# @atlaskit/linking-types | ||
## 0.2.0 | ||
### Minor Changes | ||
- [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a new link datasource component `JiraIssuesTableView` (still under development) is added | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"sideEffects": false | ||
} |
@@ -1,3 +0,3 @@ | ||
export type { BooleanType, NumberType, StringType, DateType, TagType, User, UserType, Status, StatusType, Link, LinkType, Icon, IconType, DatasourceResponseSchemaProperty, DatasourceDataResponseItem, } from './datasource-types'; | ||
export type { BooleanType, NumberType, StringType, DateType, TagType, User, UserType, Status, StatusType, Link, LinkType, Icon, IconType, DatasourceResponseSchemaProperty, DatasourceDataResponseItem, DatasourceType, } from './datasource-types'; | ||
export type { Action, GetStatusTransitionsActionResponse, GetStatusTransitionsRequest, InvokeActionErrorResponse, InvokeActionRequest, InvokeActionResponse, StatusUpdateActionRequest, } from './smart-link-action-types'; | ||
export { SmartLinkActionType } from './smart-link-action-types'; |
{ | ||
"name": "@atlaskit/linking-types", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Schema and Types for frontend and backend parts of linking platform", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
@@ -57,3 +57,3 @@ <!-- API Report Version: 2.3 --> | ||
// @public (undocumented) | ||
type DatasourceType = | ||
export type DatasourceType = | ||
| BooleanType | ||
@@ -60,0 +60,0 @@ | IconType |
@@ -43,3 +43,3 @@ ## API Report File for "@atlaskit/linking-types" | ||
// @public (undocumented) | ||
type DatasourceType = BooleanType | IconType | LinkType | NumberType | StatusType | StringType | TagType | UserType; | ||
export type DatasourceType = BooleanType | IconType | LinkType | NumberType | StatusType | StringType | TagType | UserType; | ||
@@ -46,0 +46,0 @@ // @public (undocumented) |
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
19489