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.2.0 to 8.3.0

tmp/api-report-tmp.d.ts

6

CHANGELOG.md
# @atlaskit/linking-types
## 8.3.0
### Minor Changes
- [`5a5d1886592`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a5d1886592) - Add follow and unfollow action type
## 8.2.0

@@ -4,0 +10,0 @@

4

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

@@ -20,4 +20,6 @@ "use strict";

var SmartLinkActionType = /*#__PURE__*/function (SmartLinkActionType) {
SmartLinkActionType["FollowEntityAction"] = "FollowEntityAction";
SmartLinkActionType["GetStatusTransitionsAction"] = "GetStatusTransitionsAction";
SmartLinkActionType["StatusUpdateAction"] = "StatusUpdateAction";
SmartLinkActionType["GetStatusTransitionsAction"] = "GetStatusTransitionsAction";
SmartLinkActionType["UnfollowEntityAction"] = "UnfollowEntityAction";
return SmartLinkActionType;

@@ -24,0 +26,0 @@ }({});

@@ -5,4 +5,6 @@ /**

export let SmartLinkActionType = /*#__PURE__*/function (SmartLinkActionType) {
SmartLinkActionType["FollowEntityAction"] = "FollowEntityAction";
SmartLinkActionType["GetStatusTransitionsAction"] = "GetStatusTransitionsAction";
SmartLinkActionType["StatusUpdateAction"] = "StatusUpdateAction";
SmartLinkActionType["GetStatusTransitionsAction"] = "GetStatusTransitionsAction";
SmartLinkActionType["UnfollowEntityAction"] = "UnfollowEntityAction";
return SmartLinkActionType;

@@ -9,0 +11,0 @@ }({});

@@ -13,4 +13,6 @@ import _createClass from "@babel/runtime/helpers/createClass";

export var SmartLinkActionType = /*#__PURE__*/function (SmartLinkActionType) {
SmartLinkActionType["FollowEntityAction"] = "FollowEntityAction";
SmartLinkActionType["GetStatusTransitionsAction"] = "GetStatusTransitionsAction";
SmartLinkActionType["StatusUpdateAction"] = "StatusUpdateAction";
SmartLinkActionType["GetStatusTransitionsAction"] = "GetStatusTransitionsAction";
SmartLinkActionType["UnfollowEntityAction"] = "UnfollowEntityAction";
return SmartLinkActionType;

@@ -17,0 +19,0 @@ }({});

@@ -5,4 +5,6 @@ /**

export declare enum SmartLinkActionType {
FollowEntityAction = "FollowEntityAction",
GetStatusTransitionsAction = "GetStatusTransitionsAction",
StatusUpdateAction = "StatusUpdateAction",
GetStatusTransitionsAction = "GetStatusTransitionsAction"
UnfollowEntityAction = "UnfollowEntityAction"
}

@@ -9,0 +11,0 @@ /**

@@ -5,4 +5,6 @@ /**

export declare enum SmartLinkActionType {
FollowEntityAction = "FollowEntityAction",
GetStatusTransitionsAction = "GetStatusTransitionsAction",
StatusUpdateAction = "StatusUpdateAction",
GetStatusTransitionsAction = "GetStatusTransitionsAction"
UnfollowEntityAction = "UnfollowEntityAction"
}

@@ -9,0 +11,0 @@ /**

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

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

@@ -283,5 +283,9 @@ <!-- API Report Version: 2.3 -->

// (undocumented)
FollowEntityAction = 'FollowEntityAction',
// (undocumented)
GetStatusTransitionsAction = 'GetStatusTransitionsAction',
// (undocumented)
StatusUpdateAction = 'StatusUpdateAction',
// (undocumented)
UnfollowEntityAction = 'UnfollowEntityAction',
}

@@ -288,0 +292,0 @@

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