@valiantys/atlassian-app-frontend 3.1.0-alpha-3 → 3.1.0-alpha-4
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/data-access-issue/index.d.ts +9 -0
- package/package.json +1 -1
- package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +81 -0
- package/util-jira-v3-api/atlassian-app-frontend.api.md +12 -0
- package/util-jira-v3-api/index.d.ts +9 -0
- package/{valiantys-atlassian-app-frontend-3.1.0-alpha-3.tgz → valiantys-atlassian-app-frontend-3.1.0-alpha-4.tgz} +0 -0
|
@@ -138,8 +138,17 @@ declare type IssueComment = {
|
|
|
138
138
|
declare type IssueFields<T = AtlassianDocumentFormat> = CustomFields & StaticIssueFields<T>;
|
|
139
139
|
|
|
140
140
|
declare interface IssueLink {
|
|
141
|
+
id: string;
|
|
142
|
+
self: string;
|
|
141
143
|
outwardIssue?: Issue;
|
|
142
144
|
inwardIssue?: Issue;
|
|
145
|
+
type: {
|
|
146
|
+
id: string;
|
|
147
|
+
name: string;
|
|
148
|
+
inward: string;
|
|
149
|
+
outward: string;
|
|
150
|
+
self: string;
|
|
151
|
+
};
|
|
143
152
|
}
|
|
144
153
|
|
|
145
154
|
declare interface IssueLinkRequest {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valiantys/atlassian-app-frontend",
|
|
3
|
-
"version": "3.1.0-alpha-
|
|
3
|
+
"version": "3.1.0-alpha-4",
|
|
4
4
|
"description": "This library provides an Atlassian Forge Custom UI wrapper component that handles all the setup necessary to support an app that can run deployed or in standalone mode",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./atlassian-app": {
|
|
@@ -2447,6 +2447,33 @@
|
|
|
2447
2447
|
"name": "IssueLink",
|
|
2448
2448
|
"preserveMemberOrder": false,
|
|
2449
2449
|
"members": [
|
|
2450
|
+
{
|
|
2451
|
+
"kind": "PropertySignature",
|
|
2452
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#id:member",
|
|
2453
|
+
"docComment": "",
|
|
2454
|
+
"excerptTokens": [
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "Content",
|
|
2457
|
+
"text": "id: "
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "Content",
|
|
2461
|
+
"text": "string"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "Content",
|
|
2465
|
+
"text": ";"
|
|
2466
|
+
}
|
|
2467
|
+
],
|
|
2468
|
+
"isReadonly": false,
|
|
2469
|
+
"isOptional": false,
|
|
2470
|
+
"releaseTag": "Public",
|
|
2471
|
+
"name": "id",
|
|
2472
|
+
"propertyTypeTokenRange": {
|
|
2473
|
+
"startIndex": 1,
|
|
2474
|
+
"endIndex": 2
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2450
2477
|
{
|
|
2451
2478
|
"kind": "PropertySignature",
|
|
2452
2479
|
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#inwardIssue:member",
|
|
@@ -2502,6 +2529,60 @@
|
|
|
2502
2529
|
"startIndex": 1,
|
|
2503
2530
|
"endIndex": 2
|
|
2504
2531
|
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "PropertySignature",
|
|
2535
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#self:member",
|
|
2536
|
+
"docComment": "",
|
|
2537
|
+
"excerptTokens": [
|
|
2538
|
+
{
|
|
2539
|
+
"kind": "Content",
|
|
2540
|
+
"text": "self: "
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"kind": "Content",
|
|
2544
|
+
"text": "string"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"kind": "Content",
|
|
2548
|
+
"text": ";"
|
|
2549
|
+
}
|
|
2550
|
+
],
|
|
2551
|
+
"isReadonly": false,
|
|
2552
|
+
"isOptional": false,
|
|
2553
|
+
"releaseTag": "Public",
|
|
2554
|
+
"name": "self",
|
|
2555
|
+
"propertyTypeTokenRange": {
|
|
2556
|
+
"startIndex": 1,
|
|
2557
|
+
"endIndex": 2
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"kind": "PropertySignature",
|
|
2562
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#type:member",
|
|
2563
|
+
"docComment": "",
|
|
2564
|
+
"excerptTokens": [
|
|
2565
|
+
{
|
|
2566
|
+
"kind": "Content",
|
|
2567
|
+
"text": "type: "
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"kind": "Content",
|
|
2571
|
+
"text": "{\n id: string;\n name: string;\n inward: string;\n outward: string;\n self: string;\n }"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"kind": "Content",
|
|
2575
|
+
"text": ";"
|
|
2576
|
+
}
|
|
2577
|
+
],
|
|
2578
|
+
"isReadonly": false,
|
|
2579
|
+
"isOptional": false,
|
|
2580
|
+
"releaseTag": "Public",
|
|
2581
|
+
"name": "type",
|
|
2582
|
+
"propertyTypeTokenRange": {
|
|
2583
|
+
"startIndex": 1,
|
|
2584
|
+
"endIndex": 2
|
|
2585
|
+
}
|
|
2505
2586
|
}
|
|
2506
2587
|
],
|
|
2507
2588
|
"extendsTokenRanges": []
|
|
@@ -221,10 +221,22 @@ export type IssueFields<T = AtlassianDocumentFormat> = CustomFields & StaticIssu
|
|
|
221
221
|
|
|
222
222
|
// @public (undocumented)
|
|
223
223
|
export interface IssueLink {
|
|
224
|
+
// (undocumented)
|
|
225
|
+
id: string;
|
|
224
226
|
// (undocumented)
|
|
225
227
|
inwardIssue?: Issue;
|
|
226
228
|
// (undocumented)
|
|
227
229
|
outwardIssue?: Issue;
|
|
230
|
+
// (undocumented)
|
|
231
|
+
self: string;
|
|
232
|
+
// (undocumented)
|
|
233
|
+
type: {
|
|
234
|
+
id: string;
|
|
235
|
+
name: string;
|
|
236
|
+
inward: string;
|
|
237
|
+
outward: string;
|
|
238
|
+
self: string;
|
|
239
|
+
};
|
|
228
240
|
}
|
|
229
241
|
|
|
230
242
|
// @public (undocumented)
|
|
@@ -135,8 +135,17 @@ export declare type IssueComment = {
|
|
|
135
135
|
export declare type IssueFields<T = AtlassianDocumentFormat> = CustomFields & StaticIssueFields<T>;
|
|
136
136
|
|
|
137
137
|
export declare interface IssueLink {
|
|
138
|
+
id: string;
|
|
139
|
+
self: string;
|
|
138
140
|
outwardIssue?: Issue;
|
|
139
141
|
inwardIssue?: Issue;
|
|
142
|
+
type: {
|
|
143
|
+
id: string;
|
|
144
|
+
name: string;
|
|
145
|
+
inward: string;
|
|
146
|
+
outward: string;
|
|
147
|
+
self: string;
|
|
148
|
+
};
|
|
140
149
|
}
|
|
141
150
|
|
|
142
151
|
export declare interface IssueLinkRequest {
|
|
index d0bddfa..8b346e9 100644
|
|
|
Binary file
|