@forge/teamwork-graph 4.2.7 → 4.3.0-next.1
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.
|
@@ -1381,7 +1381,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1381
1381
|
lastUpdatedAt: '2024-07-09T14:27:37.000Z',
|
|
1382
1382
|
owners: [
|
|
1383
1383
|
{
|
|
1384
|
-
externalId: 'ext-user-123'
|
|
1384
|
+
externalId: 'ext-user-123'
|
|
1385
1385
|
}
|
|
1386
1386
|
],
|
|
1387
1387
|
permissions: [
|
|
@@ -1788,7 +1788,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
|
|
|
1788
1788
|
'atlassian:space': {
|
|
1789
1789
|
key: 'ENGDOC',
|
|
1790
1790
|
spaceType: 'global',
|
|
1791
|
-
subtype: '
|
|
1791
|
+
subtype: 'SPACE',
|
|
1792
1792
|
icon: {
|
|
1793
1793
|
url: 'https://company.atlassian.net/wiki/aa-avatar/5f7e8c123456789',
|
|
1794
1794
|
width: 64,
|
|
@@ -5,7 +5,7 @@ export interface Icon {
|
|
|
5
5
|
height: number;
|
|
6
6
|
isDefault: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare type SpaceSubtype = '
|
|
8
|
+
export declare type SpaceSubtype = 'SPACE' | 'PROJECT' | 'BUSINESS' | 'SOFTWARE' | 'SERVICE_DESK' | 'SITE' | 'DRIVE';
|
|
9
9
|
export declare type SpaceAttributes = {
|
|
10
10
|
key: string;
|
|
11
11
|
spaceType: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/teamwork-graph",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0-next.1",
|
|
4
4
|
"description": "Forge TeamworkGraph SDK",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"jest-when": "^3.6.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@forge/api": "^
|
|
25
|
+
"@forge/api": "^8.0.0-next.0"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|