@forge/cli-shared 5.5.0-next.11 → 5.5.0-next.12
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
|
@@ -5936,12 +5936,16 @@ export declare type CompassScorecardDeactivatedComponentsConnection = {
|
|
|
5936
5936
|
};
|
|
5937
5937
|
export declare type CompassScorecardDeactivatedComponentsEdge = {
|
|
5938
5938
|
__typename?: 'CompassScorecardDeactivatedComponentsEdge';
|
|
5939
|
+
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
5939
5940
|
cursor: Scalars['String']['output'];
|
|
5940
5941
|
deactivatedBy?: Maybe<User>;
|
|
5941
5942
|
deactivatedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
5942
5943
|
lastScorecardScore?: Maybe<Scalars['Int']['output']>;
|
|
5943
5944
|
node?: Maybe<CompassComponent>;
|
|
5944
5945
|
};
|
|
5946
|
+
export declare type CompassScorecardDeactivatedComponentsEdgeActiveIssuesArgs = {
|
|
5947
|
+
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
5948
|
+
};
|
|
5945
5949
|
export declare type CompassScorecardDeactivatedComponentsQuery = {
|
|
5946
5950
|
filter?: InputMaybe<CompassScorecardDeactivatedComponentsQueryFilter>;
|
|
5947
5951
|
sort?: InputMaybe<CompassScorecardDeactivatedComponentsQuerySort>;
|
|
@@ -19042,9 +19046,10 @@ export declare type EcosystemMutationForgeAlertsArgs = {
|
|
|
19042
19046
|
appId: Scalars['ID']['input'];
|
|
19043
19047
|
};
|
|
19044
19048
|
export declare type EcosystemMutationPublishAppClientEventArgs = {
|
|
19045
|
-
|
|
19046
|
-
|
|
19047
|
-
|
|
19049
|
+
appId: Scalars['ID']['input'];
|
|
19050
|
+
channel: Scalars['String']['input'];
|
|
19051
|
+
contextAri: Scalars['ID']['input'];
|
|
19052
|
+
eventName?: InputMaybe<Scalars['String']['input']>;
|
|
19048
19053
|
payload: Scalars['String']['input'];
|
|
19049
19054
|
};
|
|
19050
19055
|
export declare type EcosystemMutationRemoveAppContributorsArgs = {
|
|
@@ -19162,9 +19167,10 @@ export declare type EcosystemSubscription = {
|
|
|
19162
19167
|
onAppClientEvent?: Maybe<EcosystemOnEventBody>;
|
|
19163
19168
|
};
|
|
19164
19169
|
export declare type EcosystemSubscriptionOnAppClientEventArgs = {
|
|
19165
|
-
|
|
19166
|
-
|
|
19167
|
-
|
|
19170
|
+
appId: Scalars['ID']['input'];
|
|
19171
|
+
channel: Scalars['String']['input'];
|
|
19172
|
+
contextAri: Scalars['ID']['input'];
|
|
19173
|
+
eventName?: InputMaybe<Scalars['String']['input']>;
|
|
19168
19174
|
};
|
|
19169
19175
|
export declare type EcosystemUpdateAppOAuthClientResult = Payload & {
|
|
19170
19176
|
__typename?: 'EcosystemUpdateAppOAuthClientResult';
|
|
@@ -67822,6 +67828,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
67822
67828
|
name?: Maybe<Scalars['String']['output']>;
|
|
67823
67829
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
67824
67830
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
67831
|
+
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
67825
67832
|
};
|
|
67826
67833
|
export declare type TrelloBoardViewer = {
|
|
67827
67834
|
__typename?: 'TrelloBoardViewer';
|
|
@@ -68427,9 +68434,14 @@ export declare type TrelloPlannerAccountsArgs = {
|
|
|
68427
68434
|
export declare type TrelloPlannerAccount = Node & {
|
|
68428
68435
|
__typename?: 'TrelloPlannerAccount';
|
|
68429
68436
|
accountType: TrelloSupportedPlannerProviders;
|
|
68437
|
+
allCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
68430
68438
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
68431
68439
|
id: Scalars['ID']['output'];
|
|
68432
68440
|
};
|
|
68441
|
+
export declare type TrelloPlannerAccountAllCalendarsArgs = {
|
|
68442
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68443
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68444
|
+
};
|
|
68433
68445
|
export declare type TrelloPlannerAccountEnabledCalendarsArgs = {
|
|
68434
68446
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
68435
68447
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -70653,8 +70665,11 @@ export declare type WorkSuggestionsBuildTask = WorkSuggestionsCommon & {
|
|
|
70653
70665
|
export declare type WorkSuggestionsByProjectsResponse = {
|
|
70654
70666
|
__typename?: 'WorkSuggestionsByProjectsResponse';
|
|
70655
70667
|
autoDevJobsSuggestions?: Maybe<Array<WorkSuggestionsAutoDevJobTask>>;
|
|
70668
|
+
blockingIssueSuggestions?: Maybe<Array<WorkSuggestionsBlockingIssueTask>>;
|
|
70656
70669
|
commonSuggestions?: Maybe<WorkSuggestionsConnection>;
|
|
70657
70670
|
compassSuggestions?: Maybe<Array<WorkSuggestionsCompassTask>>;
|
|
70671
|
+
draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
|
|
70672
|
+
inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
|
|
70658
70673
|
pullRequestSuggestions?: Maybe<Array<WorkSuggestionsPeriscopeTask>>;
|
|
70659
70674
|
recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
|
|
70660
70675
|
sortOrder?: Maybe<WorkSuggestionsOrder>;
|
|
@@ -70662,6 +70677,9 @@ export declare type WorkSuggestionsByProjectsResponse = {
|
|
|
70662
70677
|
export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
|
|
70663
70678
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70664
70679
|
};
|
|
70680
|
+
export declare type WorkSuggestionsByProjectsResponseBlockingIssueSuggestionsArgs = {
|
|
70681
|
+
input?: InputMaybe<WorkSuggestionsInput>;
|
|
70682
|
+
};
|
|
70665
70683
|
export declare type WorkSuggestionsByProjectsResponseCommonSuggestionsArgs = {
|
|
70666
70684
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70667
70685
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -70669,6 +70687,9 @@ export declare type WorkSuggestionsByProjectsResponseCommonSuggestionsArgs = {
|
|
|
70669
70687
|
export declare type WorkSuggestionsByProjectsResponseCompassSuggestionsArgs = {
|
|
70670
70688
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70671
70689
|
};
|
|
70690
|
+
export declare type WorkSuggestionsByProjectsResponseInactivePrSuggestionsArgs = {
|
|
70691
|
+
input?: InputMaybe<WorkSuggestionsInput>;
|
|
70692
|
+
};
|
|
70672
70693
|
export declare type WorkSuggestionsCodeTabEdge = {
|
|
70673
70694
|
__typename?: 'WorkSuggestionsCodeTabEdge';
|
|
70674
70695
|
cursor: Scalars['String']['output'];
|
|
@@ -70825,6 +70846,9 @@ export declare enum WorkSuggestionsEnvironmentType {
|
|
|
70825
70846
|
Testing = "TESTING",
|
|
70826
70847
|
Unmapped = "UNMAPPED"
|
|
70827
70848
|
}
|
|
70849
|
+
export declare type WorkSuggestionsInput = {
|
|
70850
|
+
targetAudience?: InputMaybe<WorkSuggestionsTargetAudience>;
|
|
70851
|
+
};
|
|
70828
70852
|
export declare type WorkSuggestionsJiraAssignee = {
|
|
70829
70853
|
__typename?: 'WorkSuggestionsJiraAssignee';
|
|
70830
70854
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -70920,6 +70944,38 @@ export declare type WorkSuggestionsPeriscopeTask = {
|
|
|
70920
70944
|
title: Scalars['String']['output'];
|
|
70921
70945
|
url: Scalars['String']['output'];
|
|
70922
70946
|
};
|
|
70947
|
+
export declare type WorkSuggestionsPullRequestDraftTask = WorkSuggestionsCommon & {
|
|
70948
|
+
__typename?: 'WorkSuggestionsPullRequestDraftTask';
|
|
70949
|
+
approvalsCount: Scalars['Int']['output'];
|
|
70950
|
+
author?: Maybe<WorkSuggestionsUserDetail>;
|
|
70951
|
+
commentCount: Scalars['Int']['output'];
|
|
70952
|
+
destinationBranchName?: Maybe<Scalars['String']['output']>;
|
|
70953
|
+
id: Scalars['String']['output'];
|
|
70954
|
+
lastUpdated: Scalars['String']['output'];
|
|
70955
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
70956
|
+
providerIconUrl?: Maybe<Scalars['String']['output']>;
|
|
70957
|
+
providerName?: Maybe<Scalars['String']['output']>;
|
|
70958
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
70959
|
+
sourceBranchName?: Maybe<Scalars['String']['output']>;
|
|
70960
|
+
title: Scalars['String']['output'];
|
|
70961
|
+
url: Scalars['String']['output'];
|
|
70962
|
+
};
|
|
70963
|
+
export declare type WorkSuggestionsPullRequestInactiveTask = WorkSuggestionsCommon & {
|
|
70964
|
+
__typename?: 'WorkSuggestionsPullRequestInactiveTask';
|
|
70965
|
+
approvalsCount: Scalars['Int']['output'];
|
|
70966
|
+
author?: Maybe<WorkSuggestionsUserDetail>;
|
|
70967
|
+
commentCount: Scalars['Int']['output'];
|
|
70968
|
+
destinationBranchName?: Maybe<Scalars['String']['output']>;
|
|
70969
|
+
id: Scalars['String']['output'];
|
|
70970
|
+
lastUpdated: Scalars['String']['output'];
|
|
70971
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
70972
|
+
providerIconUrl?: Maybe<Scalars['String']['output']>;
|
|
70973
|
+
providerName?: Maybe<Scalars['String']['output']>;
|
|
70974
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
70975
|
+
sourceBranchName?: Maybe<Scalars['String']['output']>;
|
|
70976
|
+
title: Scalars['String']['output'];
|
|
70977
|
+
url: Scalars['String']['output'];
|
|
70978
|
+
};
|
|
70923
70979
|
export declare type WorkSuggestionsPullRequestNeedsWorkTask = WorkSuggestionsCommon & {
|
|
70924
70980
|
__typename?: 'WorkSuggestionsPullRequestNeedsWorkTask';
|
|
70925
70981
|
commentCount: Scalars['Int']['output'];
|
|
@@ -70981,6 +71037,10 @@ export declare type WorkSuggestionsSaveUserProfilePayload = Payload & {
|
|
|
70981
71037
|
success: Scalars['Boolean']['output'];
|
|
70982
71038
|
userProfile?: Maybe<WorkSuggestionsUserProfile>;
|
|
70983
71039
|
};
|
|
71040
|
+
export declare enum WorkSuggestionsTargetAudience {
|
|
71041
|
+
Me = "ME",
|
|
71042
|
+
Team = "TEAM"
|
|
71043
|
+
}
|
|
70984
71044
|
export declare type WorkSuggestionsUserActionState = {
|
|
70985
71045
|
__typename?: 'WorkSuggestionsUserActionState';
|
|
70986
71046
|
expireAt: Scalars['String']['output'];
|