@forge/teamwork-graph 3.2.0-next.1 → 3.2.0-next.3
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.
|
@@ -98,8 +98,7 @@ describe('TeamWorkGraphClient - setObjects', () => {
|
|
|
98
98
|
accepted: [
|
|
99
99
|
{
|
|
100
100
|
entityType: 'atlassian:document',
|
|
101
|
-
entityId: { id: 'my-document' }
|
|
102
|
-
thirdPartyAri: 'ari:third-party:test::document/my-document'
|
|
101
|
+
entityId: { id: 'my-document' }
|
|
103
102
|
}
|
|
104
103
|
]
|
|
105
104
|
};
|
|
@@ -161,8 +160,7 @@ describe('TeamWorkGraphClient - setObjects', () => {
|
|
|
161
160
|
accepted: [
|
|
162
161
|
{
|
|
163
162
|
entityType: 'atlassian:message',
|
|
164
|
-
entityId: { id: 'message-1' }
|
|
165
|
-
thirdPartyAri: 'ari:third-party:test::message/message-1'
|
|
163
|
+
entityId: { id: 'message-1' }
|
|
166
164
|
}
|
|
167
165
|
]
|
|
168
166
|
};
|
|
@@ -221,8 +219,7 @@ describe('TeamWorkGraphClient - setObjects', () => {
|
|
|
221
219
|
accepted: [
|
|
222
220
|
{
|
|
223
221
|
entityType: 'atlassian:document',
|
|
224
|
-
entityId: { id: 'my-document' }
|
|
225
|
-
thirdPartyAri: 'ari:third-party:test::document/my-document'
|
|
222
|
+
entityId: { id: 'my-document' }
|
|
226
223
|
}
|
|
227
224
|
]
|
|
228
225
|
};
|
|
@@ -570,8 +567,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
570
567
|
accepted: [
|
|
571
568
|
{
|
|
572
569
|
entityType: 'atlassian:branch',
|
|
573
|
-
entityId: { id: 'branch-1' }
|
|
574
|
-
thirdPartyAri: 'ari:third-party:test::branch/branch-1'
|
|
570
|
+
entityId: { id: 'branch-1' }
|
|
575
571
|
}
|
|
576
572
|
]
|
|
577
573
|
};
|
|
@@ -634,8 +630,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
634
630
|
accepted: [
|
|
635
631
|
{
|
|
636
632
|
entityType: 'atlassian:commit',
|
|
637
|
-
entityId: { id: 'commit-1' }
|
|
638
|
-
thirdPartyAri: 'ari:third-party:test::commit/commit-1'
|
|
633
|
+
entityId: { id: 'commit-1' }
|
|
639
634
|
}
|
|
640
635
|
]
|
|
641
636
|
};
|
|
@@ -704,8 +699,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
704
699
|
accepted: [
|
|
705
700
|
{
|
|
706
701
|
entityType: 'atlassian:build',
|
|
707
|
-
entityId: { id: 'build-1' }
|
|
708
|
-
thirdPartyAri: 'ari:third-party:test::build/build-1'
|
|
702
|
+
entityId: { id: 'build-1' }
|
|
709
703
|
}
|
|
710
704
|
]
|
|
711
705
|
};
|
|
@@ -797,8 +791,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
797
791
|
accepted: [
|
|
798
792
|
{
|
|
799
793
|
entityType: 'atlassian:feature-flag',
|
|
800
|
-
entityId: { id: 'feature-flag-1' }
|
|
801
|
-
thirdPartyAri: 'ari:third-party:test::feature-flag/feature-flag-1'
|
|
794
|
+
entityId: { id: 'feature-flag-1' }
|
|
802
795
|
}
|
|
803
796
|
]
|
|
804
797
|
};
|
|
@@ -890,8 +883,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
890
883
|
accepted: [
|
|
891
884
|
{
|
|
892
885
|
entityType: 'atlassian:calendar-event',
|
|
893
|
-
entityId: { id: 'calendar-event-1' }
|
|
894
|
-
thirdPartyAri: 'ari:third-party:test::calendar-event/calendar-event-1'
|
|
886
|
+
entityId: { id: 'calendar-event-1' }
|
|
895
887
|
}
|
|
896
888
|
]
|
|
897
889
|
};
|
|
@@ -948,8 +940,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
948
940
|
accepted: [
|
|
949
941
|
{
|
|
950
942
|
entityType: 'atlassian:comment',
|
|
951
|
-
entityId: { id: 'comment-1' }
|
|
952
|
-
thirdPartyAri: 'ari:third-party:test::comment/comment-1'
|
|
943
|
+
entityId: { id: 'comment-1' }
|
|
953
944
|
}
|
|
954
945
|
]
|
|
955
946
|
};
|
|
@@ -1020,8 +1011,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1020
1011
|
accepted: [
|
|
1021
1012
|
{
|
|
1022
1013
|
entityType: 'atlassian:conversation',
|
|
1023
|
-
entityId: { id: 'conversation-1' }
|
|
1024
|
-
thirdPartyAri: 'ari:third-party:test::conversation/conversation-1'
|
|
1014
|
+
entityId: { id: 'conversation-1' }
|
|
1025
1015
|
}
|
|
1026
1016
|
]
|
|
1027
1017
|
};
|
|
@@ -1099,8 +1089,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1099
1089
|
accepted: [
|
|
1100
1090
|
{
|
|
1101
1091
|
entityType: 'atlassian:customer-org',
|
|
1102
|
-
entityId: { id: 'customer-org-1' }
|
|
1103
|
-
thirdPartyAri: 'ari:third-party:test::customer-org/customer-org-1'
|
|
1092
|
+
entityId: { id: 'customer-org-1' }
|
|
1104
1093
|
}
|
|
1105
1094
|
]
|
|
1106
1095
|
};
|
|
@@ -1174,9 +1163,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1174
1163
|
};
|
|
1175
1164
|
const req = { objects: [dealObject], connectionId: TEST_CONNECTION_ID };
|
|
1176
1165
|
const backendResponse = {
|
|
1177
|
-
accepted: [
|
|
1178
|
-
{ entityType: 'atlassian:deal', entityId: { id: 'deal-1' }, thirdPartyAri: 'ari:third-party:test::deal/deal-1' }
|
|
1179
|
-
]
|
|
1166
|
+
accepted: [{ entityType: 'atlassian:deal', entityId: { id: 'deal-1' } }]
|
|
1180
1167
|
};
|
|
1181
1168
|
const expected = {
|
|
1182
1169
|
success: true,
|
|
@@ -1252,8 +1239,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1252
1239
|
accepted: [
|
|
1253
1240
|
{
|
|
1254
1241
|
entityType: 'atlassian:deployment',
|
|
1255
|
-
entityId: { id: 'deployment-1' }
|
|
1256
|
-
thirdPartyAri: 'ari:third-party:test::deployment/deployment-1'
|
|
1242
|
+
entityId: { id: 'deployment-1' }
|
|
1257
1243
|
}
|
|
1258
1244
|
]
|
|
1259
1245
|
};
|
|
@@ -1305,8 +1291,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1305
1291
|
accepted: [
|
|
1306
1292
|
{
|
|
1307
1293
|
entityType: 'atlassian:design',
|
|
1308
|
-
entityId: { id: 'design-1' }
|
|
1309
|
-
thirdPartyAri: 'ari:third-party:test::design/design-1'
|
|
1294
|
+
entityId: { id: 'design-1' }
|
|
1310
1295
|
}
|
|
1311
1296
|
]
|
|
1312
1297
|
};
|
|
@@ -1387,8 +1372,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1387
1372
|
accepted: [
|
|
1388
1373
|
{
|
|
1389
1374
|
entityType: 'atlassian:project',
|
|
1390
|
-
entityId: { id: 'project-1' }
|
|
1391
|
-
thirdPartyAri: 'ari:third-party:test::project/project-1'
|
|
1375
|
+
entityId: { id: 'project-1' }
|
|
1392
1376
|
}
|
|
1393
1377
|
]
|
|
1394
1378
|
};
|
|
@@ -1467,8 +1451,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1467
1451
|
accepted: [
|
|
1468
1452
|
{
|
|
1469
1453
|
entityType: 'atlassian:pull-request',
|
|
1470
|
-
entityId: { id: 'pr-1' }
|
|
1471
|
-
thirdPartyAri: 'ari:third-party:test::pull-request/pr-1'
|
|
1454
|
+
entityId: { id: 'pr-1' }
|
|
1472
1455
|
}
|
|
1473
1456
|
]
|
|
1474
1457
|
};
|
|
@@ -1537,8 +1520,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1537
1520
|
accepted: [
|
|
1538
1521
|
{
|
|
1539
1522
|
entityType: 'atlassian:remote-link',
|
|
1540
|
-
entityId: { id: 'remote-link-1' }
|
|
1541
|
-
thirdPartyAri: 'ari:third-party:test::remote-link/remote-link-1'
|
|
1523
|
+
entityId: { id: 'remote-link-1' }
|
|
1542
1524
|
}
|
|
1543
1525
|
]
|
|
1544
1526
|
};
|
|
@@ -1588,8 +1570,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1588
1570
|
accepted: [
|
|
1589
1571
|
{
|
|
1590
1572
|
entityType: 'atlassian:repository',
|
|
1591
|
-
entityId: { id: 'repository-1' }
|
|
1592
|
-
thirdPartyAri: 'ari:third-party:test::repository/repository-1'
|
|
1573
|
+
entityId: { id: 'repository-1' }
|
|
1593
1574
|
}
|
|
1594
1575
|
]
|
|
1595
1576
|
};
|
|
@@ -1648,8 +1629,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1648
1629
|
accepted: [
|
|
1649
1630
|
{
|
|
1650
1631
|
entityType: 'atlassian:software-service',
|
|
1651
|
-
entityId: { id: 'software-service-1' }
|
|
1652
|
-
thirdPartyAri: 'ari:third-party:test::software-service/software-service-1'
|
|
1632
|
+
entityId: { id: 'software-service-1' }
|
|
1653
1633
|
}
|
|
1654
1634
|
]
|
|
1655
1635
|
};
|
|
@@ -1705,8 +1685,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1705
1685
|
accepted: [
|
|
1706
1686
|
{
|
|
1707
1687
|
entityType: 'atlassian:space',
|
|
1708
|
-
entityId: { id: 'space-1' }
|
|
1709
|
-
thirdPartyAri: 'ari:third-party:test::space/space-1'
|
|
1688
|
+
entityId: { id: 'space-1' }
|
|
1710
1689
|
}
|
|
1711
1690
|
]
|
|
1712
1691
|
};
|
|
@@ -1826,8 +1805,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1826
1805
|
accepted: [
|
|
1827
1806
|
{
|
|
1828
1807
|
entityType: 'atlassian:video',
|
|
1829
|
-
entityId: { id: 'video-1' }
|
|
1830
|
-
thirdPartyAri: 'ari:third-party:test::video/video-1'
|
|
1808
|
+
entityId: { id: 'video-1' }
|
|
1831
1809
|
}
|
|
1832
1810
|
]
|
|
1833
1811
|
};
|
|
@@ -1921,8 +1899,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1921
1899
|
accepted: [
|
|
1922
1900
|
{
|
|
1923
1901
|
entityType: 'atlassian:work-item',
|
|
1924
|
-
entityId: { id: 'work-item-1' }
|
|
1925
|
-
thirdPartyAri: 'ari:third-party:test::work-item/work-item-1'
|
|
1902
|
+
entityId: { id: 'work-item-1' }
|
|
1926
1903
|
}
|
|
1927
1904
|
]
|
|
1928
1905
|
};
|
|
@@ -1978,8 +1955,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1978
1955
|
accepted: [
|
|
1979
1956
|
{
|
|
1980
1957
|
entityType: 'atlassian:dashboard',
|
|
1981
|
-
entityId: { id: 'dashboard-1' }
|
|
1982
|
-
thirdPartyAri: 'ari:third-party:test::dashboard/dashboard-1'
|
|
1958
|
+
entityId: { id: 'dashboard-1' }
|
|
1983
1959
|
}
|
|
1984
1960
|
]
|
|
1985
1961
|
};
|
|
@@ -2035,8 +2011,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
2035
2011
|
accepted: [
|
|
2036
2012
|
{
|
|
2037
2013
|
entityType: 'atlassian:test',
|
|
2038
|
-
entityId: { id: 'test-1' }
|
|
2039
|
-
thirdPartyAri: 'ari:third-party:test::test/test-1'
|
|
2014
|
+
entityId: { id: 'test-1' }
|
|
2040
2015
|
}
|
|
2041
2016
|
]
|
|
2042
2017
|
};
|
|
@@ -2091,8 +2066,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
2091
2066
|
accepted: [
|
|
2092
2067
|
{
|
|
2093
2068
|
entityType: 'atlassian:test-execution',
|
|
2094
|
-
entityId: { id: 'test-execution-1' }
|
|
2095
|
-
thirdPartyAri: 'ari:third-party:test::test-execution/test-execution-1'
|
|
2069
|
+
entityId: { id: 'test-execution-1' }
|
|
2096
2070
|
}
|
|
2097
2071
|
]
|
|
2098
2072
|
};
|
|
@@ -2142,8 +2116,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
2142
2116
|
accepted: [
|
|
2143
2117
|
{
|
|
2144
2118
|
entityType: 'atlassian:test-plan',
|
|
2145
|
-
entityId: { id: 'test-plan-1' }
|
|
2146
|
-
thirdPartyAri: 'ari:third-party:test::test-plan/test-plan-1'
|
|
2119
|
+
entityId: { id: 'test-plan-1' }
|
|
2147
2120
|
}
|
|
2148
2121
|
]
|
|
2149
2122
|
};
|
|
@@ -2203,8 +2176,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
2203
2176
|
accepted: [
|
|
2204
2177
|
{
|
|
2205
2178
|
entityType: 'atlassian:test-run',
|
|
2206
|
-
entityId: { id: 'test-run-1' }
|
|
2207
|
-
thirdPartyAri: 'ari:third-party:test::test-run/test-run-1'
|
|
2179
|
+
entityId: { id: 'test-run-1' }
|
|
2208
2180
|
}
|
|
2209
2181
|
]
|
|
2210
2182
|
};
|
package/out/types/requests.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Object, UserPayload, User, GroupPayload, Group, Task, ScheduleInterval, ChildTask, TaskStatusUpdateTask } from './';
|
|
2
|
-
export declare
|
|
2
|
+
export declare enum OperationType {
|
|
3
|
+
BACKFILL = "BACKFILL",
|
|
4
|
+
NORMAL = "NORMAL"
|
|
5
|
+
}
|
|
3
6
|
export declare type SetObjectsRequest = {
|
|
4
7
|
objects: Array<Object>;
|
|
5
8
|
properties?: Record<string, string>;
|
|
@@ -10,12 +13,10 @@ export declare type ObjectId = Record<string, string>;
|
|
|
10
13
|
export declare type ValidObject = {
|
|
11
14
|
entityType: string;
|
|
12
15
|
entityId: ObjectId;
|
|
13
|
-
thirdPartyAri: string;
|
|
14
16
|
};
|
|
15
17
|
export declare type AcceptedObject = {
|
|
16
18
|
entityType: string;
|
|
17
19
|
entityId: ObjectId;
|
|
18
|
-
thirdPartyAri: string;
|
|
19
20
|
};
|
|
20
21
|
export declare type RejectedObjectKey = {
|
|
21
22
|
entityType: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requests.d.ts","sourceRoot":"","sources":["../../src/types/requests.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,WAAW,EACX,IAAI,EACJ,YAAY,EACZ,KAAK,EACL,IAAI,EACJ,gBAAgB,EAChB,SAAS,EACT,oBAAoB,EACrB,MAAM,IAAI,CAAC;AAGZ,oBAAY,aAAa,
|
|
1
|
+
{"version":3,"file":"requests.d.ts","sourceRoot":"","sources":["../../src/types/requests.ts"],"names":[],"mappings":"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"}
|
package/out/types/requests.js
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OperationType = void 0;
|
|
4
|
+
var OperationType;
|
|
5
|
+
(function (OperationType) {
|
|
6
|
+
OperationType["BACKFILL"] = "BACKFILL";
|
|
7
|
+
OperationType["NORMAL"] = "NORMAL";
|
|
8
|
+
})(OperationType = exports.OperationType || (exports.OperationType = {}));
|