@forge/cli-shared 6.8.0-next.18 → 6.8.0-next.19
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
CHANGED
|
@@ -25564,11 +25564,6 @@ export declare type ExternalPosition = Node & {
|
|
|
25564
25564
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
25565
25565
|
url?: Maybe<Scalars['String']['output']>;
|
|
25566
25566
|
};
|
|
25567
|
-
export declare type ExternalProject = {
|
|
25568
|
-
__typename?: 'ExternalProject';
|
|
25569
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
25570
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
25571
|
-
};
|
|
25572
25567
|
export declare type ExternalProvider = {
|
|
25573
25568
|
__typename?: 'ExternalProvider';
|
|
25574
25569
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -25827,7 +25822,6 @@ export declare type ExternalWorkItem = Node & {
|
|
|
25827
25822
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25828
25823
|
parent?: Maybe<ExternalEntity>;
|
|
25829
25824
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25830
|
-
project?: Maybe<ExternalProject>;
|
|
25831
25825
|
provider?: Maybe<ExternalProvider>;
|
|
25832
25826
|
status?: Maybe<Scalars['String']['output']>;
|
|
25833
25827
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
@@ -36230,8 +36224,8 @@ export declare type GraphStoreAtlasGoalHasUpdateUpdateTypeFilterInput = {
|
|
|
36230
36224
|
is?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
|
|
36231
36225
|
isNot?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
|
|
36232
36226
|
};
|
|
36233
|
-
export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36234
|
-
export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36227
|
+
export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36228
|
+
export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36235
36229
|
export declare type GraphStoreAtlasHomeQueryConnection = {
|
|
36236
36230
|
__typename?: 'GraphStoreAtlasHomeQueryConnection';
|
|
36237
36231
|
nodes: Array<GraphStoreAtlasHomeQueryNode>;
|
|
@@ -69262,6 +69256,7 @@ export declare type JiraUpdateShortcutInput = {
|
|
|
69262
69256
|
};
|
|
69263
69257
|
export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
|
|
69264
69258
|
cloudId: Scalars['ID']['input'];
|
|
69259
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
69265
69260
|
displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
|
|
69266
69261
|
favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
69267
69262
|
recentLimit?: InputMaybe<Scalars['Int']['input']>;
|