@atlaskit/linking-types
Advanced tools
Comparing version 9.0.0 to 9.1.0
# @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 @@ |
@@ -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" |
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
50776
830