@forge/teamwork-graph 4.2.8-next.0 → 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.
@@ -1788,7 +1788,7 @@ describe('TeamWorkGraphClient - bulk entities', () => {
1788
1788
  'atlassian:space': {
1789
1789
  key: 'ENGDOC',
1790
1790
  spaceType: 'global',
1791
- subtype: 'space',
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 = 'space' | 'project' | 'business' | 'software' | 'service_desk' | 'site' | 'drive';
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.2.8-next.0",
3
+ "version": "4.3.0-next.1",
4
4
  "description": "Forge TeamworkGraph SDK",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",