@forge/cli-shared 9.1.0-next.10 → 9.1.0-next.9
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 +0 -6
- package/out/graphql/graphql-types.d.ts +0 -24
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +1 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -43854,7 +43854,6 @@ export declare enum DevAiAutodevNextWorkstreamMemberRole {
|
|
|
43854
43854
|
}
|
|
43855
43855
|
export type DevAiAutodevNextWorkstreamSettings = {
|
|
43856
43856
|
__typename?: 'DevAiAutodevNextWorkstreamSettings';
|
|
43857
|
-
assigneeDenylist?: Maybe<Array<User>>;
|
|
43858
43857
|
assignees?: Maybe<Array<User>>;
|
|
43859
43858
|
boysenberrySessionInitiator?: Maybe<Scalars['ID']['output']>;
|
|
43860
43859
|
classificationRepositoryUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -43870,7 +43869,6 @@ export type DevAiAutodevNextWorkstreamSettings = {
|
|
|
43870
43869
|
wipLimit?: Maybe<Scalars['Int']['output']>;
|
|
43871
43870
|
};
|
|
43872
43871
|
export type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
43873
|
-
assigneeDenylist?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
43874
43872
|
assignees?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
43875
43873
|
boysenberrySessionInitiator?: InputMaybe<DevAiAutodevNextBoysenberrySessionInitiatorInput>;
|
|
43876
43874
|
classificationRepositoryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -177043,7 +177041,6 @@ export type Query = {
|
|
|
177043
177041
|
goals_search?: Maybe<TownsquareGoalConnection>;
|
|
177044
177042
|
goals_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
177045
177043
|
goals_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
177046
|
-
goals_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
177047
177044
|
graphInference_getJiraEntityContext?: Maybe<GraphInferenceGetJiraEntityContextResponse>;
|
|
177048
177045
|
graphInference_getRelatedRepos?: Maybe<GraphInferenceGetRelatedReposResponse>;
|
|
177049
177046
|
graphInference_getRelatedReposV2?: Maybe<GraphInferenceGetRelatedReposV2Response>;
|
|
@@ -179520,7 +179517,6 @@ export type Query = {
|
|
|
179520
179517
|
projects_searchJiraWorkItemsToLink?: Maybe<TownsquareJiraWorkItemConnection>;
|
|
179521
179518
|
projects_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
179522
179519
|
projects_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
179523
|
-
projects_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
179524
179520
|
projects_statusSummaryForTag?: Maybe<TownsquareStatusSummaryForTag>;
|
|
179525
179521
|
projects_updatesByIds?: Maybe<Array<Maybe<TownsquareProjectUpdate>>>;
|
|
179526
179522
|
ptpage?: Maybe<PtPage>;
|
|
@@ -184102,11 +184098,6 @@ export type QueryGoals_SlackChannelsArgs = {
|
|
|
184102
184098
|
export type QueryGoals_SlackTeamsArgs = {
|
|
184103
184099
|
containerId: Scalars['ID']['input'];
|
|
184104
184100
|
};
|
|
184105
|
-
export type QueryGoals_StatusSummaryArgs = {
|
|
184106
|
-
containerId: Scalars['ID']['input'];
|
|
184107
|
-
endDate: Scalars['DateTime']['input'];
|
|
184108
|
-
startDate: Scalars['DateTime']['input'];
|
|
184109
|
-
};
|
|
184110
184101
|
export type QueryGraphInference_GetJiraEntityContextArgs = {
|
|
184111
184102
|
input: GraphInferenceGetJiraEntityContextInput;
|
|
184112
184103
|
};
|
|
@@ -201076,11 +201067,6 @@ export type QueryProjects_SlackChannelsArgs = {
|
|
|
201076
201067
|
export type QueryProjects_SlackTeamsArgs = {
|
|
201077
201068
|
containerId: Scalars['ID']['input'];
|
|
201078
201069
|
};
|
|
201079
|
-
export type QueryProjects_StatusSummaryArgs = {
|
|
201080
|
-
containerId: Scalars['ID']['input'];
|
|
201081
|
-
endDate: Scalars['DateTime']['input'];
|
|
201082
|
-
startDate: Scalars['DateTime']['input'];
|
|
201083
|
-
};
|
|
201084
201070
|
export type QueryProjects_StatusSummaryForTagArgs = {
|
|
201085
201071
|
tagId: Scalars['ID']['input'];
|
|
201086
201072
|
};
|
|
@@ -236244,16 +236230,6 @@ export type TownsquareStatus = {
|
|
|
236244
236230
|
score?: Maybe<Scalars['Float']['output']>;
|
|
236245
236231
|
value?: Maybe<Scalars['String']['output']>;
|
|
236246
236232
|
};
|
|
236247
|
-
export type TownsquareStatusSummary = {
|
|
236248
|
-
__typename?: 'TownsquareStatusSummary';
|
|
236249
|
-
active?: Maybe<Scalars['Int']['output']>;
|
|
236250
|
-
atRisk?: Maybe<Scalars['Int']['output']>;
|
|
236251
|
-
cancelled?: Maybe<Scalars['Int']['output']>;
|
|
236252
|
-
done?: Maybe<Scalars['Int']['output']>;
|
|
236253
|
-
missed?: Maybe<Scalars['Int']['output']>;
|
|
236254
|
-
offTrack?: Maybe<Scalars['Int']['output']>;
|
|
236255
|
-
onTrack?: Maybe<Scalars['Int']['output']>;
|
|
236256
|
-
};
|
|
236257
236233
|
export type TownsquareStatusSummaryForTag = {
|
|
236258
236234
|
__typename?: 'TownsquareStatusSummaryForTag';
|
|
236259
236235
|
atRisk?: Maybe<Scalars['Int']['output']>;
|