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

@atlaskit/linking-types

Package Overview
Dependencies
Maintainers
0
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 9.0.0 to 9.1.0

8

CHANGELOG.md
# @atlaskit/linking-types
## 9.1.0
### Minor Changes
- [#151651](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151651)
[`b193218d483f9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b193218d483f9) -
Add new optional key `entities` to `AtomicActionExecuteResponse` interface
## 9.0.0

@@ -4,0 +12,0 @@

2

dist/cjs/smart-link-action-types.js

@@ -14,3 +14,3 @@ "use strict";

var _wrapNativeSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/wrapNativeSuper"));
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = (0, _getPrototypeOf2.default)(t); if (r) { var s = (0, _getPrototypeOf2.default)(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return (0, _possibleConstructorReturn2.default)(this, e); }; }
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }

@@ -17,0 +17,0 @@ /**

@@ -7,3 +7,3 @@ import _createClass from "@babel/runtime/helpers/createClass";

import _wrapNativeSuper from "@babel/runtime/helpers/wrapNativeSuper";
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }

@@ -10,0 +10,0 @@ /**

@@ -62,5 +62,6 @@ interface ActionsDiscoveryInterface {

}
export interface AtomicActionExecuteResponse {
export interface AtomicActionExecuteResponse<T = unknown> {
operationStatus: ActionOperationStatus;
errors: ActionsServiceError[];
entities?: T[];
}

@@ -67,0 +68,0 @@ export interface ActionsServiceError {

@@ -62,5 +62,6 @@ interface ActionsDiscoveryInterface {

}
export interface AtomicActionExecuteResponse {
export interface AtomicActionExecuteResponse<T = unknown> {
operationStatus: ActionOperationStatus;
errors: ActionsServiceError[];
entities?: T[];
}

@@ -67,0 +68,0 @@ export interface ActionsServiceError {

{
"name": "@atlaskit/linking-types",
"version": "9.0.0",
"version": "9.1.0",
"description": "Schema and Types for frontend and backend parts of linking platform",

@@ -12,4 +12,2 @@ "author": "Atlassian Pty Ltd",

"team": "Linking Platform",
"inPublicMirror": false,
"releaseModel": "continuous",
"website": {

@@ -16,0 +14,0 @@ "name": "LinkingTypes"

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