Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/linking-types

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/linking-types - npm Package Compare versions

Comparing version 8.5.0 to 8.5.1

6

CHANGELOG.md
# @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 @@

2

dist/types-ts4.5/datasource-types.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc