@atlaskit/smart-card 44.9.6 → 44.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/dist/cjs/extractors/flexible/icon/index.js +12 -2
- package/dist/cjs/extractors/inline/index.js +7 -5
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ResolvedView.js +10 -4
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +93 -32
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/flexible/icon/index.js +12 -2
- package/dist/es2019/extractors/inline/index.js +8 -6
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ResolvedView.js +11 -5
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +86 -30
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/flexible/icon/index.js +12 -2
- package/dist/esm/extractors/inline/index.js +8 -6
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/views/ResolvedView.js +10 -4
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +93 -32
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/__fixtures__/atlas-project-with-ai-summary.d.ts +2 -1
- package/dist/types/__fixtures__/atlas-project.d.ts +2 -2
- package/dist/types/__fixtures__/bitbucket-pull-request.d.ts +3 -75
- package/dist/types/__fixtures__/compass-scorecard.d.ts +3 -46
- package/dist/types/__fixtures__/confluence-blog.d.ts +3 -51
- package/dist/types/__fixtures__/confluence-page.d.ts +3 -51
- package/dist/types/__fixtures__/confluence-space.d.ts +3 -38
- package/dist/types/__fixtures__/confluence-template.d.ts +3 -33
- package/dist/types/__fixtures__/dropbox-file.d.ts +2 -2
- package/dist/types/__fixtures__/figma-entity.d.ts +3 -58
- package/dist/types/__fixtures__/figma.d.ts +3 -45
- package/dist/types/__fixtures__/jira-roadmap.d.ts +3 -37
- package/dist/types/__fixtures__/jira-task.d.ts +3 -80
- package/dist/types/__fixtures__/jira-timeline.d.ts +3 -37
- package/dist/types/__fixtures__/youtube-video.d.ts +3 -46
- package/dist/types/extractors/flexible/icon/index.d.ts +3 -3
- package/dist/types/view/EmbedCard/types.d.ts +1 -0
- package/dist/types-ts4.5/__fixtures__/atlas-project-with-ai-summary.d.ts +2 -1
- package/dist/types-ts4.5/__fixtures__/atlas-project.d.ts +2 -2
- package/dist/types-ts4.5/__fixtures__/bitbucket-pull-request.d.ts +3 -75
- package/dist/types-ts4.5/__fixtures__/compass-scorecard.d.ts +3 -46
- package/dist/types-ts4.5/__fixtures__/confluence-blog.d.ts +3 -51
- package/dist/types-ts4.5/__fixtures__/confluence-page.d.ts +3 -51
- package/dist/types-ts4.5/__fixtures__/confluence-space.d.ts +3 -38
- package/dist/types-ts4.5/__fixtures__/confluence-template.d.ts +3 -33
- package/dist/types-ts4.5/__fixtures__/dropbox-file.d.ts +2 -2
- package/dist/types-ts4.5/__fixtures__/figma-entity.d.ts +3 -58
- package/dist/types-ts4.5/__fixtures__/figma.d.ts +3 -45
- package/dist/types-ts4.5/__fixtures__/jira-roadmap.d.ts +3 -37
- package/dist/types-ts4.5/__fixtures__/jira-task.d.ts +3 -80
- package/dist/types-ts4.5/__fixtures__/jira-timeline.d.ts +3 -37
- package/dist/types-ts4.5/__fixtures__/youtube-video.d.ts +3 -46
- package/dist/types-ts4.5/extractors/flexible/icon/index.d.ts +3 -3
- package/dist/types-ts4.5/view/EmbedCard/types.d.ts +1 -0
- package/package.json +8 -5
|
@@ -1,80 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const
|
|
3
|
-
|
|
4
|
-
auth: never[];
|
|
5
|
-
definitionId: string;
|
|
6
|
-
visibility: string;
|
|
7
|
-
access: string;
|
|
8
|
-
resourceType: string;
|
|
9
|
-
key: string;
|
|
10
|
-
objectId: string;
|
|
11
|
-
tenantId: string;
|
|
12
|
-
};
|
|
13
|
-
data: {
|
|
14
|
-
'@context': {
|
|
15
|
-
'@vocab': string;
|
|
16
|
-
atlassian: string;
|
|
17
|
-
schema: string;
|
|
18
|
-
};
|
|
19
|
-
generator: {
|
|
20
|
-
'@type': string;
|
|
21
|
-
'@id': string;
|
|
22
|
-
name: string;
|
|
23
|
-
};
|
|
24
|
-
'@type': string[];
|
|
25
|
-
name: string;
|
|
26
|
-
'schema:dateCreated': string;
|
|
27
|
-
updated: string;
|
|
28
|
-
'schema:commentCount': number;
|
|
29
|
-
'atlassian:subscriberCount': number;
|
|
30
|
-
tag: {
|
|
31
|
-
'@type': string;
|
|
32
|
-
name: string;
|
|
33
|
-
appearance: string;
|
|
34
|
-
};
|
|
35
|
-
taskType: {
|
|
36
|
-
'@type': string[];
|
|
37
|
-
'@id': string;
|
|
38
|
-
name: string;
|
|
39
|
-
icon: {
|
|
40
|
-
'@type': string;
|
|
41
|
-
url: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
icon: {
|
|
45
|
-
'@type': string;
|
|
46
|
-
url: string;
|
|
47
|
-
};
|
|
48
|
-
attributedTo: {
|
|
49
|
-
'@type': string;
|
|
50
|
-
name: string;
|
|
51
|
-
};
|
|
52
|
-
url: string;
|
|
53
|
-
'atlassian:priority': {
|
|
54
|
-
'@type': string;
|
|
55
|
-
name: string;
|
|
56
|
-
icon: {
|
|
57
|
-
'@type': string;
|
|
58
|
-
url: string;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
'atlassian:serverAction': {
|
|
62
|
-
'@type': string;
|
|
63
|
-
name: string;
|
|
64
|
-
dataRetrievalAction: {
|
|
65
|
-
'@type': string;
|
|
66
|
-
name: SmartLinkActionType;
|
|
67
|
-
};
|
|
68
|
-
dataUpdateAction: {
|
|
69
|
-
'@type': string;
|
|
70
|
-
name: SmartLinkActionType;
|
|
71
|
-
};
|
|
72
|
-
refField: string;
|
|
73
|
-
resourceIdentifiers: {
|
|
74
|
-
issueKey: string;
|
|
75
|
-
hostname: string;
|
|
76
|
-
};
|
|
77
|
-
}[];
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
export default _default_1;
|
|
1
|
+
import { type SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,37 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
definitionId: string;
|
|
5
|
-
visibility: string;
|
|
6
|
-
access: string;
|
|
7
|
-
resourceType: string;
|
|
8
|
-
key: string;
|
|
9
|
-
objectId: string;
|
|
10
|
-
tenantId: string;
|
|
11
|
-
};
|
|
12
|
-
data: {
|
|
13
|
-
'@context': {
|
|
14
|
-
'@vocab': string;
|
|
15
|
-
atlassian: string;
|
|
16
|
-
schema: string;
|
|
17
|
-
};
|
|
18
|
-
generator: {
|
|
19
|
-
'@type': string;
|
|
20
|
-
'@id': string;
|
|
21
|
-
name: string;
|
|
22
|
-
};
|
|
23
|
-
'@type': string[];
|
|
24
|
-
url: string;
|
|
25
|
-
name: string;
|
|
26
|
-
summary: string;
|
|
27
|
-
icon: {
|
|
28
|
-
'@type': string;
|
|
29
|
-
url: string;
|
|
30
|
-
};
|
|
31
|
-
preview: {
|
|
32
|
-
href: string;
|
|
33
|
-
'atlassian:supportedPlatforms': string[];
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
visibility: string;
|
|
5
|
-
auth: never[];
|
|
6
|
-
definitionId: string;
|
|
7
|
-
key: string;
|
|
8
|
-
objectId: string;
|
|
9
|
-
resourceType: string;
|
|
10
|
-
tenantId: string;
|
|
11
|
-
};
|
|
12
|
-
data: {
|
|
13
|
-
'@type': string;
|
|
14
|
-
'@context': {
|
|
15
|
-
'@vocab': string;
|
|
16
|
-
atlassian: string;
|
|
17
|
-
schema: string;
|
|
18
|
-
};
|
|
19
|
-
url: string;
|
|
20
|
-
name: string;
|
|
21
|
-
updated: string;
|
|
22
|
-
summary: string;
|
|
23
|
-
generator: {
|
|
24
|
-
'@type': string;
|
|
25
|
-
name: string;
|
|
26
|
-
icon: {
|
|
27
|
-
'@type': string;
|
|
28
|
-
url: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
icon: {
|
|
32
|
-
'@type': string;
|
|
33
|
-
url: string;
|
|
34
|
-
};
|
|
35
|
-
image: {
|
|
36
|
-
'@type': string;
|
|
37
|
-
url: string;
|
|
38
|
-
};
|
|
39
|
-
preview: {
|
|
40
|
-
'@type': string;
|
|
41
|
-
href: string;
|
|
42
|
-
'atlassian:aspectRatio': number;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -3,9 +3,9 @@ import { type CardProviderRenderers } from '@atlaskit/link-provider';
|
|
|
3
3
|
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
4
4
|
import { IconType, SmartLinkStatus } from '../../../constants';
|
|
5
5
|
export declare const extractLinkIcon: (response: JsonLd.Response, renderers?: CardProviderRenderers) => {
|
|
6
|
-
render: (() => React.ReactNode) | undefined;
|
|
7
6
|
icon?: IconType;
|
|
8
7
|
label?: string;
|
|
8
|
+
render: (() => React.ReactNode) | undefined;
|
|
9
9
|
url?: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const extractErrorIcon: (response?: JsonLd.Response, status?: SmartLinkStatus) => {
|
|
@@ -19,11 +19,11 @@ export declare const extractErrorIcon: (response?: JsonLd.Response, status?: Sma
|
|
|
19
19
|
* Should be moved to link-extractors when jsonLd is deprecated
|
|
20
20
|
*/
|
|
21
21
|
export declare const extractSmartLinkIcon: (response?: SmartLinkResponse, renderers?: CardProviderRenderers) => {
|
|
22
|
-
render: (() => React.ReactNode) | undefined;
|
|
23
22
|
icon?: IconType;
|
|
24
23
|
label?: string;
|
|
24
|
+
render: (() => React.ReactNode) | undefined;
|
|
25
25
|
url?: string;
|
|
26
26
|
} | {
|
|
27
|
-
url: string | undefined;
|
|
28
27
|
label: string | undefined;
|
|
28
|
+
url: string | undefined;
|
|
29
29
|
} | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default:
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
3
|
export default _default;
|
|
@@ -1,75 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
access: string;
|
|
5
|
-
resourceType: string;
|
|
6
|
-
key: string;
|
|
7
|
-
objectId: string;
|
|
8
|
-
tenantId: string;
|
|
9
|
-
};
|
|
10
|
-
data: {
|
|
11
|
-
'@id': string;
|
|
12
|
-
'@context': {
|
|
13
|
-
'@vocab': string;
|
|
14
|
-
atlassian: string;
|
|
15
|
-
schema: string;
|
|
16
|
-
};
|
|
17
|
-
'@type': string[];
|
|
18
|
-
url: string;
|
|
19
|
-
attributedTo: {
|
|
20
|
-
'@type': string;
|
|
21
|
-
name: string;
|
|
22
|
-
icon: string;
|
|
23
|
-
};
|
|
24
|
-
'schema:dateCreated': string;
|
|
25
|
-
generator: {
|
|
26
|
-
'@type': string;
|
|
27
|
-
name: string;
|
|
28
|
-
icon: {
|
|
29
|
-
'@type': string;
|
|
30
|
-
url: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
icon: {
|
|
34
|
-
'@type': string;
|
|
35
|
-
url: string;
|
|
36
|
-
};
|
|
37
|
-
name: string;
|
|
38
|
-
summary: string;
|
|
39
|
-
'atlassian:mergeSource': {
|
|
40
|
-
'@type': string;
|
|
41
|
-
href: string;
|
|
42
|
-
name: string;
|
|
43
|
-
};
|
|
44
|
-
'atlassian:mergeDestination': {
|
|
45
|
-
'@type': string;
|
|
46
|
-
href: string;
|
|
47
|
-
name: string;
|
|
48
|
-
};
|
|
49
|
-
updated: string;
|
|
50
|
-
'atlassian:internalId': string;
|
|
51
|
-
'atlassian:isMerged': boolean;
|
|
52
|
-
'atlassian:state': string;
|
|
53
|
-
'atlassian:reviewer': {
|
|
54
|
-
'@type': string;
|
|
55
|
-
name: string;
|
|
56
|
-
icon: string;
|
|
57
|
-
}[];
|
|
58
|
-
'atlassian:updatedBy': {
|
|
59
|
-
'@type': string;
|
|
60
|
-
name: string;
|
|
61
|
-
icon: string;
|
|
62
|
-
};
|
|
63
|
-
audience: {
|
|
64
|
-
'@type': string;
|
|
65
|
-
name: string;
|
|
66
|
-
icon: string;
|
|
67
|
-
}[];
|
|
68
|
-
context: {
|
|
69
|
-
'@type': string;
|
|
70
|
-
name: string;
|
|
71
|
-
url: string;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
visibility: string;
|
|
5
|
-
product: string;
|
|
6
|
-
resourceType: string;
|
|
7
|
-
key: string;
|
|
8
|
-
objectId: string;
|
|
9
|
-
tenantId: string;
|
|
10
|
-
};
|
|
11
|
-
data: {
|
|
12
|
-
'@context': {
|
|
13
|
-
'@vocab': string;
|
|
14
|
-
atlassian: string;
|
|
15
|
-
schema: string;
|
|
16
|
-
};
|
|
17
|
-
'@type': string[];
|
|
18
|
-
url: string;
|
|
19
|
-
name: string;
|
|
20
|
-
icon: {
|
|
21
|
-
'@type': string;
|
|
22
|
-
url: string;
|
|
23
|
-
};
|
|
24
|
-
preview: {
|
|
25
|
-
'@type': string;
|
|
26
|
-
href: string;
|
|
27
|
-
'atlassian:supportedPlatforms': string[];
|
|
28
|
-
};
|
|
29
|
-
generator: {
|
|
30
|
-
'@type': string;
|
|
31
|
-
name: string;
|
|
32
|
-
icon: {
|
|
33
|
-
'@type': string;
|
|
34
|
-
url: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
'atlassian:ownedBy': {
|
|
38
|
-
'@type': string;
|
|
39
|
-
name: string;
|
|
40
|
-
icon: string;
|
|
41
|
-
};
|
|
42
|
-
'atlassian:appliedToComponentsCount': number;
|
|
43
|
-
summary: string;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,51 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
definitionId: string;
|
|
5
|
-
visibility: string;
|
|
6
|
-
access: string;
|
|
7
|
-
resourceType: string;
|
|
8
|
-
key: string;
|
|
9
|
-
objectId: string;
|
|
10
|
-
tenantId: string;
|
|
11
|
-
};
|
|
12
|
-
data: {
|
|
13
|
-
'@context': {
|
|
14
|
-
'@vocab': string;
|
|
15
|
-
atlassian: string;
|
|
16
|
-
schema: string;
|
|
17
|
-
};
|
|
18
|
-
generator: {
|
|
19
|
-
'@type': string;
|
|
20
|
-
'@id': string;
|
|
21
|
-
name: string;
|
|
22
|
-
};
|
|
23
|
-
'@type': string[];
|
|
24
|
-
url: string;
|
|
25
|
-
name: string;
|
|
26
|
-
'atlassian:state': string;
|
|
27
|
-
summary: string;
|
|
28
|
-
'schema:commentCount': number;
|
|
29
|
-
'atlassian:subscriberCount': number;
|
|
30
|
-
'atlassian:titlePrefix': {
|
|
31
|
-
text: string;
|
|
32
|
-
'@type': string;
|
|
33
|
-
};
|
|
34
|
-
'atlassian:attributedTo': {
|
|
35
|
-
'@type': string;
|
|
36
|
-
name: string;
|
|
37
|
-
icon: string;
|
|
38
|
-
};
|
|
39
|
-
'atlassian:ownedBy': {
|
|
40
|
-
'@type': string;
|
|
41
|
-
name: string;
|
|
42
|
-
icon: string;
|
|
43
|
-
};
|
|
44
|
-
preview: {
|
|
45
|
-
'@type': string;
|
|
46
|
-
href: string;
|
|
47
|
-
'atlassian:supportedPlatforms': string[];
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,51 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
definitionId: string;
|
|
5
|
-
visibility: string;
|
|
6
|
-
access: string;
|
|
7
|
-
resourceType: string;
|
|
8
|
-
key: string;
|
|
9
|
-
objectId: string;
|
|
10
|
-
tenantId: string;
|
|
11
|
-
};
|
|
12
|
-
data: {
|
|
13
|
-
'@context': {
|
|
14
|
-
'@vocab': string;
|
|
15
|
-
atlassian: string;
|
|
16
|
-
schema: string;
|
|
17
|
-
};
|
|
18
|
-
generator: {
|
|
19
|
-
'@type': string;
|
|
20
|
-
'@id': string;
|
|
21
|
-
name: string;
|
|
22
|
-
};
|
|
23
|
-
'@type': string[];
|
|
24
|
-
url: string;
|
|
25
|
-
name: string;
|
|
26
|
-
'atlassian:state': string;
|
|
27
|
-
summary: string;
|
|
28
|
-
'schema:commentCount': number;
|
|
29
|
-
'atlassian:subscriberCount': number;
|
|
30
|
-
'atlassian:titlePrefix': {
|
|
31
|
-
text: string;
|
|
32
|
-
'@type': string;
|
|
33
|
-
};
|
|
34
|
-
'atlassian:attributedTo': {
|
|
35
|
-
'@type': string;
|
|
36
|
-
name: string;
|
|
37
|
-
icon: string;
|
|
38
|
-
};
|
|
39
|
-
'atlassian:ownedBy': {
|
|
40
|
-
'@type': string;
|
|
41
|
-
name: string;
|
|
42
|
-
icon: string;
|
|
43
|
-
};
|
|
44
|
-
preview: {
|
|
45
|
-
'@type': string;
|
|
46
|
-
href: string;
|
|
47
|
-
'atlassian:supportedPlatforms': string[];
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,38 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
definitionId: string;
|
|
5
|
-
visibility: string;
|
|
6
|
-
access: string;
|
|
7
|
-
resourceType: string;
|
|
8
|
-
key: string;
|
|
9
|
-
objectId: string;
|
|
10
|
-
tenantId: string;
|
|
11
|
-
};
|
|
12
|
-
data: {
|
|
13
|
-
'@context': {
|
|
14
|
-
'@vocab': string;
|
|
15
|
-
atlassian: string;
|
|
16
|
-
schema: string;
|
|
17
|
-
};
|
|
18
|
-
generator: {
|
|
19
|
-
'@type': string;
|
|
20
|
-
'@id': string;
|
|
21
|
-
name: string;
|
|
22
|
-
};
|
|
23
|
-
'@type': string[];
|
|
24
|
-
url: string;
|
|
25
|
-
icon: {
|
|
26
|
-
'@type': string;
|
|
27
|
-
url: string;
|
|
28
|
-
};
|
|
29
|
-
name: string;
|
|
30
|
-
'atlassian:state': string;
|
|
31
|
-
summary: string;
|
|
32
|
-
'atlassian:titlePrefix': {
|
|
33
|
-
text: string;
|
|
34
|
-
'@type': string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,33 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
'@vocab': string;
|
|
5
|
-
atlassian: string;
|
|
6
|
-
schema: string;
|
|
7
|
-
};
|
|
8
|
-
'@type': string[];
|
|
9
|
-
generator: {
|
|
10
|
-
'@id': string;
|
|
11
|
-
'@type': string;
|
|
12
|
-
name: string;
|
|
13
|
-
};
|
|
14
|
-
icon: undefined;
|
|
15
|
-
name: string;
|
|
16
|
-
summary: string;
|
|
17
|
-
'atlassian:titlePrefix': {
|
|
18
|
-
'@type': string;
|
|
19
|
-
text: string;
|
|
20
|
-
};
|
|
21
|
-
url: string;
|
|
22
|
-
};
|
|
23
|
-
meta: {
|
|
24
|
-
access: string;
|
|
25
|
-
auth: never[];
|
|
26
|
-
definitionId: string;
|
|
27
|
-
objectId: string;
|
|
28
|
-
resourceType: string;
|
|
29
|
-
tenantId: string;
|
|
30
|
-
visibility: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default:
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
3
|
export default _default;
|
|
@@ -1,58 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
visibility: string;
|
|
5
|
-
auth: {
|
|
6
|
-
key: string;
|
|
7
|
-
displayName: string;
|
|
8
|
-
url: string;
|
|
9
|
-
}[];
|
|
10
|
-
definitionId: string;
|
|
11
|
-
key: string;
|
|
12
|
-
objectId: string;
|
|
13
|
-
resourceType: string;
|
|
14
|
-
tenantId: string;
|
|
15
|
-
version: string;
|
|
16
|
-
};
|
|
17
|
-
data: {
|
|
18
|
-
url: string;
|
|
19
|
-
'@context': {
|
|
20
|
-
'@vocab': string;
|
|
21
|
-
atlassian: string;
|
|
22
|
-
schema: string;
|
|
23
|
-
};
|
|
24
|
-
'@type': string;
|
|
25
|
-
name: string;
|
|
26
|
-
updated: string;
|
|
27
|
-
image: {
|
|
28
|
-
'@type': string;
|
|
29
|
-
url: string;
|
|
30
|
-
};
|
|
31
|
-
generator: {
|
|
32
|
-
'@type': string;
|
|
33
|
-
name: string;
|
|
34
|
-
icon: {
|
|
35
|
-
'@type': string;
|
|
36
|
-
url: string;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
preview: {
|
|
40
|
-
'@type': string;
|
|
41
|
-
href: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
entityData: {
|
|
45
|
-
id: string;
|
|
46
|
-
displayName: string;
|
|
47
|
-
url: string;
|
|
48
|
-
lastUpdatedAt: string;
|
|
49
|
-
thumbnail: {
|
|
50
|
-
externalUrl: string;
|
|
51
|
-
};
|
|
52
|
-
liveEmbedUrl: string;
|
|
53
|
-
type: string;
|
|
54
|
-
inspectUrl: string;
|
|
55
|
-
iconUrl: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|
|
@@ -1,45 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
visibility: string;
|
|
5
|
-
auth: {
|
|
6
|
-
key: string;
|
|
7
|
-
displayName: string;
|
|
8
|
-
url: string;
|
|
9
|
-
}[];
|
|
10
|
-
definitionId: string;
|
|
11
|
-
key: string;
|
|
12
|
-
objectId: string;
|
|
13
|
-
resourceType: string;
|
|
14
|
-
tenantId: string;
|
|
15
|
-
version: string;
|
|
16
|
-
};
|
|
17
|
-
data: {
|
|
18
|
-
url: string;
|
|
19
|
-
'@context': {
|
|
20
|
-
'@vocab': string;
|
|
21
|
-
atlassian: string;
|
|
22
|
-
schema: string;
|
|
23
|
-
};
|
|
24
|
-
'@type': string;
|
|
25
|
-
name: string;
|
|
26
|
-
updated: string;
|
|
27
|
-
image: {
|
|
28
|
-
'@type': string;
|
|
29
|
-
url: string;
|
|
30
|
-
};
|
|
31
|
-
generator: {
|
|
32
|
-
'@type': string;
|
|
33
|
-
name: string;
|
|
34
|
-
icon: {
|
|
35
|
-
'@type': string;
|
|
36
|
-
url: string;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
preview: {
|
|
40
|
-
'@type': string;
|
|
41
|
-
href: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export default _default_1;
|
|
1
|
+
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
+
declare const _default: SmartLinkResponse;
|
|
3
|
+
export default _default;
|