@forge/cli-shared 8.4.0-next.8 → 8.4.0
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 +19 -0
- package/out/graphql/graphql-types.d.ts +117 -15
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +30 -22
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b40750e: Update forge create to include Dashboards EAP option publicly
|
|
8
|
+
- b003963: Added deploy list command
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- d77aea3: Cache credentials in credential store
|
|
13
|
+
- d273489: Add support for CI mode with devSpace in register and create command
|
|
14
|
+
- 268551f: Simplify tunnel classes and analytics
|
|
15
|
+
- 84dcafe: Cache user credentials in UserRepository
|
|
16
|
+
- Updated dependencies [8ba142a]
|
|
17
|
+
- Updated dependencies [0db59f9]
|
|
18
|
+
- Updated dependencies [86dbde7]
|
|
19
|
+
- Updated dependencies [a614f0b]
|
|
20
|
+
- @forge/manifest@10.3.0
|
|
21
|
+
|
|
3
22
|
## 8.4.0-next.8
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -1409,6 +1409,7 @@ export declare type AgentStudioAgent = {
|
|
|
1409
1409
|
id: Scalars['ID']['output'];
|
|
1410
1410
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
1411
1411
|
name?: Maybe<Scalars['String']['output']>;
|
|
1412
|
+
scenarios?: Maybe<Array<Maybe<AgentStudioAssistantScenario>>>;
|
|
1412
1413
|
};
|
|
1413
1414
|
export declare type AgentStudioAgentCreatePermission = {
|
|
1414
1415
|
__typename?: 'AgentStudioAgentCreatePermission';
|
|
@@ -1464,6 +1465,7 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
1464
1465
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
1465
1466
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
1466
1467
|
name?: Maybe<Scalars['String']['output']>;
|
|
1468
|
+
scenarios?: Maybe<Array<Maybe<AgentStudioAssistantScenario>>>;
|
|
1467
1469
|
};
|
|
1468
1470
|
export declare type AgentStudioAssistantScenario = AgentStudioScenario & Node & {
|
|
1469
1471
|
__typename?: 'AgentStudioAssistantScenario';
|
|
@@ -1514,6 +1516,7 @@ export declare type AgentStudioCreateAgentInput = {
|
|
|
1514
1516
|
jiraProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
1515
1517
|
knowledgeSources?: InputMaybe<AgentStudioKnowledgeConfigurationInput>;
|
|
1516
1518
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
1519
|
+
scenarios?: InputMaybe<Array<InputMaybe<AgentStudioScenarioInput>>>;
|
|
1517
1520
|
};
|
|
1518
1521
|
export declare type AgentStudioCreateAgentPayload = Payload & {
|
|
1519
1522
|
__typename?: 'AgentStudioCreateAgentPayload';
|
|
@@ -1642,6 +1645,15 @@ export declare type AgentStudioScenario = {
|
|
|
1642
1645
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
1643
1646
|
name: Scalars['String']['output'];
|
|
1644
1647
|
};
|
|
1648
|
+
export declare type AgentStudioScenarioInput = {
|
|
1649
|
+
actions?: InputMaybe<Array<InputMaybe<AgentStudioActionInput>>>;
|
|
1650
|
+
instructions?: InputMaybe<Scalars['String']['input']>;
|
|
1651
|
+
invocationDescription?: InputMaybe<Scalars['String']['input']>;
|
|
1652
|
+
isActive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1653
|
+
isDefault?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1654
|
+
knowledgeSources?: InputMaybe<AgentStudioKnowledgeConfigurationInput>;
|
|
1655
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1656
|
+
};
|
|
1645
1657
|
export declare type AgentStudioScenarioResult = AgentStudioAssistantScenario | QueryError;
|
|
1646
1658
|
export declare type AgentStudioScenarioValidateInput = {
|
|
1647
1659
|
invocationDescription: Scalars['String']['input'];
|
|
@@ -1700,6 +1712,7 @@ export declare type AgentStudioServiceAgent = AgentStudioAgent & Node & {
|
|
|
1700
1712
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
1701
1713
|
linkedJiraProject?: Maybe<JiraProject>;
|
|
1702
1714
|
name?: Maybe<Scalars['String']['output']>;
|
|
1715
|
+
scenarios?: Maybe<Array<Maybe<AgentStudioAssistantScenario>>>;
|
|
1703
1716
|
};
|
|
1704
1717
|
export declare type AgentStudioSlackChannel = AgentStudioChannel & {
|
|
1705
1718
|
__typename?: 'AgentStudioSlackChannel';
|
|
@@ -13071,6 +13084,21 @@ export declare type ConfluenceCalendarTimezones = {
|
|
|
13071
13084
|
__typename?: 'ConfluenceCalendarTimezones';
|
|
13072
13085
|
timezones?: Maybe<Array<Maybe<ConfluenceCalendarTimeZone>>>;
|
|
13073
13086
|
};
|
|
13087
|
+
export declare type ConfluenceCategorizeNbmCategory = {
|
|
13088
|
+
__typename?: 'ConfluenceCategorizeNbmCategory';
|
|
13089
|
+
nbmChains?: Maybe<Array<Maybe<Array<Maybe<Scalars['String']['output']>>>>>;
|
|
13090
|
+
type: ConfluenceCategorizeNbmCategoryTypes;
|
|
13091
|
+
};
|
|
13092
|
+
export declare enum ConfluenceCategorizeNbmCategoryTypes {
|
|
13093
|
+
NotSupported = "NOT_SUPPORTED",
|
|
13094
|
+
Supported = "SUPPORTED",
|
|
13095
|
+
SupportedWithMitigation = "SUPPORTED_WITH_MITIGATION",
|
|
13096
|
+
Unverified = "UNVERIFIED"
|
|
13097
|
+
}
|
|
13098
|
+
export declare type ConfluenceCategorizeNbmChainsResult = {
|
|
13099
|
+
__typename?: 'ConfluenceCategorizeNbmChainsResult';
|
|
13100
|
+
categories?: Maybe<Array<Maybe<ConfluenceCategorizeNbmCategory>>>;
|
|
13101
|
+
};
|
|
13074
13102
|
export declare type ConfluenceChangeOrderOfCustomApplicationLinkInput = {
|
|
13075
13103
|
id: Scalars['ID']['input'];
|
|
13076
13104
|
idAfter?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -22068,6 +22096,7 @@ export declare enum DevAiRovoDevSessionStatus {
|
|
|
22068
22096
|
Cloning = "CLONING",
|
|
22069
22097
|
Failed = "FAILED",
|
|
22070
22098
|
Initialising = "INITIALISING",
|
|
22099
|
+
InProgress = "IN_PROGRESS",
|
|
22071
22100
|
Pending = "PENDING",
|
|
22072
22101
|
ReadyForReview = "READY_FOR_REVIEW",
|
|
22073
22102
|
WaitingForUser = "WAITING_FOR_USER"
|
|
@@ -57201,6 +57230,7 @@ export declare type JiraAddFieldsToFieldSchemeInput = {
|
|
|
57201
57230
|
};
|
|
57202
57231
|
export declare type JiraAddFieldsToFieldSchemePayload = Payload & {
|
|
57203
57232
|
__typename?: 'JiraAddFieldsToFieldSchemePayload';
|
|
57233
|
+
addedFields?: Maybe<JiraFieldSchemeAssociatedFieldsConnection>;
|
|
57204
57234
|
errors?: Maybe<Array<MutationError>>;
|
|
57205
57235
|
success: Scalars['Boolean']['output'];
|
|
57206
57236
|
};
|
|
@@ -58709,7 +58739,7 @@ export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
|
58709
58739
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58710
58740
|
id: Scalars['ID']['output'];
|
|
58711
58741
|
};
|
|
58712
|
-
export declare type JiraBoardViewCell = {
|
|
58742
|
+
export declare type JiraBoardViewCell = Node & {
|
|
58713
58743
|
__typename?: 'JiraBoardViewCell';
|
|
58714
58744
|
column?: Maybe<JiraBoardViewColumn>;
|
|
58715
58745
|
id: Scalars['ID']['output'];
|
|
@@ -62567,6 +62597,11 @@ export declare type JiraForgeStringsFieldSelectedLabelsConnectionArgs = {
|
|
|
62567
62597
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62568
62598
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62569
62599
|
};
|
|
62600
|
+
export declare type JiraForgeStringsFieldInput = {
|
|
62601
|
+
bulkEditMultiSelectFieldOption?: InputMaybe<JiraBulkEditMultiSelectFieldOptions>;
|
|
62602
|
+
fieldId: Scalars['ID']['input'];
|
|
62603
|
+
labels: Array<JiraLabelsInput>;
|
|
62604
|
+
};
|
|
62570
62605
|
export declare type JiraForgeUpdatePanelAction = {
|
|
62571
62606
|
actionType: JiraForgeUpdatePanelActionType;
|
|
62572
62607
|
projectIdOrKey?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62651,6 +62686,11 @@ export declare type JiraForgeUsersFieldUsersArgs = {
|
|
|
62651
62686
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
62652
62687
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62653
62688
|
};
|
|
62689
|
+
export declare type JiraForgeUsersFieldInput = {
|
|
62690
|
+
bulkEditMultiSelectFieldOption?: InputMaybe<JiraBulkEditMultiSelectFieldOptions>;
|
|
62691
|
+
fieldId: Scalars['ID']['input'];
|
|
62692
|
+
users: Array<JiraUserInput>;
|
|
62693
|
+
};
|
|
62654
62694
|
export declare type JiraForgeWorkItemPanel = {
|
|
62655
62695
|
__typename?: 'JiraForgeWorkItemPanel';
|
|
62656
62696
|
id: Scalars['ID']['output'];
|
|
@@ -64017,6 +64057,8 @@ export declare type JiraIssueFieldsInput = {
|
|
|
64017
64057
|
entitlementField?: InputMaybe<JiraEntitlementFieldInput>;
|
|
64018
64058
|
epicLinkField?: InputMaybe<JiraEpicLinkFieldInput>;
|
|
64019
64059
|
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
64060
|
+
jiraForgeStringsFields?: InputMaybe<Array<JiraForgeStringsFieldInput>>;
|
|
64061
|
+
jiraForgeUsersFields?: InputMaybe<Array<JiraForgeUsersFieldInput>>;
|
|
64020
64062
|
labelsFields?: InputMaybe<Array<JiraLabelsFieldInput>>;
|
|
64021
64063
|
multipleGroupPickerFields?: InputMaybe<Array<JiraMultipleGroupPickerFieldInput>>;
|
|
64022
64064
|
multipleSelectClearableUserPickerFields?: InputMaybe<Array<JiraMultipleSelectClearableUserPickerFieldInput>>;
|
|
@@ -90217,6 +90259,7 @@ export declare type Query = {
|
|
|
90217
90259
|
confluence_calendarJiraDateFieldsBySearchFilter?: Maybe<Array<Maybe<ConfluenceCalendarJiraDateField>>>;
|
|
90218
90260
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
90219
90261
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
90262
|
+
confluence_categorizeNbmChains?: Maybe<ConfluenceCategorizeNbmChainsResult>;
|
|
90220
90263
|
confluence_contentAISummaries?: Maybe<Array<Maybe<ConfluenceContentAiSummaryResponse>>>;
|
|
90221
90264
|
confluence_contentAccessRequestByStatus?: Maybe<ConfluenceContentAccessRequestConnection>;
|
|
90222
90265
|
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
@@ -90380,6 +90423,7 @@ export declare type Query = {
|
|
|
90380
90423
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
90381
90424
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
90382
90425
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
90426
|
+
devopsmetrics_echo?: Maybe<Scalars['String']['output']>;
|
|
90383
90427
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
90384
90428
|
dvcs?: Maybe<DvcsQuery>;
|
|
90385
90429
|
echo?: Maybe<Scalars['String']['output']>;
|
|
@@ -90489,6 +90533,7 @@ export declare type Query = {
|
|
|
90489
90533
|
jiraServers?: Maybe<JiraServersResult>;
|
|
90490
90534
|
jira_backlog?: Maybe<JiraBacklog>;
|
|
90491
90535
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
90536
|
+
jira_boardViewCellsByIds?: Maybe<Array<Maybe<JiraBoardViewCell>>>;
|
|
90492
90537
|
jira_boardsByIds?: Maybe<Array<Maybe<JiraBoard>>>;
|
|
90493
90538
|
jira_categoryField?: Maybe<JiraJqlField>;
|
|
90494
90539
|
jira_creatableGlobalCustomFieldTypes?: Maybe<JiraCustomFieldTypeConnection>;
|
|
@@ -91290,6 +91335,10 @@ export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
|
91290
91335
|
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
91291
91336
|
cloudId: Scalars['ID']['input'];
|
|
91292
91337
|
};
|
|
91338
|
+
export declare type QueryConfluence_CategorizeNbmChainsArgs = {
|
|
91339
|
+
cloudId: Scalars['ID']['input'];
|
|
91340
|
+
nbmChains: Array<InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>>;
|
|
91341
|
+
};
|
|
91293
91342
|
export declare type QueryConfluence_ContentAiSummariesArgs = {
|
|
91294
91343
|
contentAris: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
91295
91344
|
objectType: KnowledgeGraphObjectType;
|
|
@@ -92100,6 +92149,9 @@ export declare type QueryDeveloperLogAccessArgs = {
|
|
|
92100
92149
|
export declare type QueryDevelopmentInformationArgs = {
|
|
92101
92150
|
issueId: Scalars['ID']['input'];
|
|
92102
92151
|
};
|
|
92152
|
+
export declare type QueryDevopsmetrics_EchoArgs = {
|
|
92153
|
+
message: Scalars['String']['input'];
|
|
92154
|
+
};
|
|
92103
92155
|
export declare type QueryEditorConversionSettingsArgs = {
|
|
92104
92156
|
spaceKey: Scalars['String']['input'];
|
|
92105
92157
|
};
|
|
@@ -92459,6 +92511,9 @@ export declare type QueryJira_BacklogArgs = {
|
|
|
92459
92511
|
export declare type QueryJira_BoardViewArgs = {
|
|
92460
92512
|
input: JiraBoardViewInput;
|
|
92461
92513
|
};
|
|
92514
|
+
export declare type QueryJira_BoardViewCellsByIdsArgs = {
|
|
92515
|
+
ids: Array<Scalars['ID']['input']>;
|
|
92516
|
+
};
|
|
92462
92517
|
export declare type QueryJira_BoardsByIdsArgs = {
|
|
92463
92518
|
ids: Array<Scalars['ID']['input']>;
|
|
92464
92519
|
};
|
|
@@ -103632,19 +103687,14 @@ export declare type TrelloAddRemoveMemberActionDisplayEntities = {
|
|
|
103632
103687
|
};
|
|
103633
103688
|
export declare type TrelloAiRule = {
|
|
103634
103689
|
__typename?: 'TrelloAiRule';
|
|
103690
|
+
id: Scalars['ID']['output'];
|
|
103635
103691
|
objectId: Scalars['ID']['output'];
|
|
103636
103692
|
position?: Maybe<Scalars['Float']['output']>;
|
|
103637
103693
|
rule?: Maybe<Scalars['String']['output']>;
|
|
103638
103694
|
};
|
|
103639
|
-
export declare type
|
|
103640
|
-
|
|
103641
|
-
|
|
103642
|
-
};
|
|
103643
|
-
export declare type TrelloAiRulePayload = Payload & {
|
|
103644
|
-
__typename?: 'TrelloAiRulePayload';
|
|
103645
|
-
errors?: Maybe<Array<MutationError>>;
|
|
103646
|
-
rules?: Maybe<Array<TrelloAiRule>>;
|
|
103647
|
-
success: Scalars['Boolean']['output'];
|
|
103695
|
+
export declare type TrelloAiRuleDeleted = {
|
|
103696
|
+
__typename?: 'TrelloAiRuleDeleted';
|
|
103697
|
+
id: Scalars['ID']['output'];
|
|
103648
103698
|
};
|
|
103649
103699
|
export declare type TrelloAppCreator = {
|
|
103650
103700
|
__typename?: 'TrelloAppCreator';
|
|
@@ -104127,6 +104177,7 @@ export declare type TrelloCard = Node & {
|
|
|
104127
104177
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
104128
104178
|
due?: Maybe<TrelloCardDueInfo>;
|
|
104129
104179
|
email?: Maybe<Scalars['String']['output']>;
|
|
104180
|
+
faviconUrl?: Maybe<Scalars['URL']['output']>;
|
|
104130
104181
|
id: Scalars['ID']['output'];
|
|
104131
104182
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
104132
104183
|
labels?: Maybe<TrelloLabelConnection>;
|
|
@@ -104154,6 +104205,8 @@ export declare type TrelloCard = Node & {
|
|
|
104154
104205
|
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
104155
104206
|
stickers?: Maybe<TrelloStickerConnection>;
|
|
104156
104207
|
url?: Maybe<Scalars['URL']['output']>;
|
|
104208
|
+
urlSource?: Maybe<Scalars['String']['output']>;
|
|
104209
|
+
urlSourceText?: Maybe<Scalars['String']['output']>;
|
|
104157
104210
|
};
|
|
104158
104211
|
export declare type TrelloCardActionsArgs = {
|
|
104159
104212
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -104770,10 +104823,12 @@ export declare type TrelloCreateCardFromEmailActionDisplayEntities = {
|
|
|
104770
104823
|
};
|
|
104771
104824
|
export declare type TrelloCreateCardInput = {
|
|
104772
104825
|
externalSource?: InputMaybe<TrelloCardExternalSource>;
|
|
104826
|
+
faviconUrl?: InputMaybe<Scalars['String']['input']>;
|
|
104773
104827
|
listId: Scalars['ID']['input'];
|
|
104774
104828
|
name: Scalars['String']['input'];
|
|
104775
104829
|
position?: InputMaybe<Scalars['TrelloCardPosition']['input']>;
|
|
104776
104830
|
urlSource?: InputMaybe<Scalars['String']['input']>;
|
|
104831
|
+
urlSourceText?: InputMaybe<Scalars['String']['input']>;
|
|
104777
104832
|
};
|
|
104778
104833
|
export declare type TrelloCreateCardPayload = Payload & {
|
|
104779
104834
|
__typename?: 'TrelloCreateCardPayload';
|
|
@@ -104800,6 +104855,16 @@ export declare type TrelloCreateInboxCardActionDisplayEntities = {
|
|
|
104800
104855
|
card?: Maybe<TrelloActionCardEntity>;
|
|
104801
104856
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
104802
104857
|
};
|
|
104858
|
+
export declare type TrelloCreateMemberAiRuleInput = {
|
|
104859
|
+
position: Scalars['Float']['input'];
|
|
104860
|
+
rule: Scalars['String']['input'];
|
|
104861
|
+
};
|
|
104862
|
+
export declare type TrelloCreateMemberAiRulePayload = Payload & {
|
|
104863
|
+
__typename?: 'TrelloCreateMemberAiRulePayload';
|
|
104864
|
+
errors?: Maybe<Array<MutationError>>;
|
|
104865
|
+
member?: Maybe<TrelloMember>;
|
|
104866
|
+
success: Scalars['Boolean']['output'];
|
|
104867
|
+
};
|
|
104803
104868
|
export declare type TrelloCreateOrUpdatePlannerCalendarInput = {
|
|
104804
104869
|
enabled: Scalars['Boolean']['input'];
|
|
104805
104870
|
primaryCalendar?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -104936,6 +105001,15 @@ export declare type TrelloCustomFieldOptionValue = {
|
|
|
104936
105001
|
export declare enum TrelloDataSourceHandler {
|
|
104937
105002
|
LinkingPlatform = "LINKING_PLATFORM"
|
|
104938
105003
|
}
|
|
105004
|
+
export declare type TrelloDeleteAiRuleInput = {
|
|
105005
|
+
aiRuleId: Scalars['ID']['input'];
|
|
105006
|
+
};
|
|
105007
|
+
export declare type TrelloDeleteAiRulePayload = Payload & {
|
|
105008
|
+
__typename?: 'TrelloDeleteAiRulePayload';
|
|
105009
|
+
aiRule?: Maybe<TrelloAiRuleDeleted>;
|
|
105010
|
+
errors?: Maybe<Array<MutationError>>;
|
|
105011
|
+
success: Scalars['Boolean']['output'];
|
|
105012
|
+
};
|
|
104939
105013
|
export declare type TrelloDeleteAttachmentFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
104940
105014
|
__typename?: 'TrelloDeleteAttachmentFromCardAction';
|
|
104941
105015
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -105189,7 +105263,7 @@ export declare type TrelloListViewer = {
|
|
|
105189
105263
|
export declare type TrelloMember = Node & {
|
|
105190
105264
|
__typename?: 'TrelloMember';
|
|
105191
105265
|
activityBlocked?: Maybe<Scalars['Boolean']['output']>;
|
|
105192
|
-
aiRules?: Maybe<
|
|
105266
|
+
aiRules?: Maybe<TrelloMemberAiRuleConnection>;
|
|
105193
105267
|
avatarSource?: Maybe<Scalars['String']['output']>;
|
|
105194
105268
|
avatarUrl?: Maybe<Scalars['URL']['output']>;
|
|
105195
105269
|
bio?: Maybe<Scalars['String']['output']>;
|
|
@@ -105212,6 +105286,10 @@ export declare type TrelloMember = Node & {
|
|
|
105212
105286
|
username?: Maybe<Scalars['String']['output']>;
|
|
105213
105287
|
workspaces?: Maybe<TrelloMemberWorkspaceConnection>;
|
|
105214
105288
|
};
|
|
105289
|
+
export declare type TrelloMemberAiRulesArgs = {
|
|
105290
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
105291
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105292
|
+
};
|
|
105215
105293
|
export declare type TrelloMemberBoardStarsArgs = {
|
|
105216
105294
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
105217
105295
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -105221,6 +105299,16 @@ export declare type TrelloMemberWorkspacesArgs = {
|
|
|
105221
105299
|
filter?: InputMaybe<TrelloMemberWorkspaceFilter>;
|
|
105222
105300
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105223
105301
|
};
|
|
105302
|
+
export declare type TrelloMemberAiRuleConnection = {
|
|
105303
|
+
__typename?: 'TrelloMemberAiRuleConnection';
|
|
105304
|
+
edges?: Maybe<Array<TrelloMemberAiRuleEdge>>;
|
|
105305
|
+
pageInfo: PageInfo;
|
|
105306
|
+
};
|
|
105307
|
+
export declare type TrelloMemberAiRuleEdge = {
|
|
105308
|
+
__typename?: 'TrelloMemberAiRuleEdge';
|
|
105309
|
+
cursor: Scalars['String']['output'];
|
|
105310
|
+
node?: Maybe<TrelloAiRule>;
|
|
105311
|
+
};
|
|
105224
105312
|
export declare type TrelloMemberBoardStarConnection = {
|
|
105225
105313
|
__typename?: 'TrelloMemberBoardStarConnection';
|
|
105226
105314
|
edges?: Maybe<Array<TrelloMemberBoardStarEdge>>;
|
|
@@ -105372,12 +105460,13 @@ export declare type TrelloMutationApi = {
|
|
|
105372
105460
|
addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
|
|
105373
105461
|
archiveCard?: Maybe<TrelloArchiveCardPayload>;
|
|
105374
105462
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
105375
|
-
createAiRule?: Maybe<TrelloAiRulePayload>;
|
|
105376
105463
|
createApplication?: Maybe<TrelloCreateApplicationPayload>;
|
|
105377
105464
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
105465
|
+
createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
|
|
105378
105466
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
105379
105467
|
createPlannerCalendarEvent?: Maybe<TrelloCreatePlannerCalendarEventPayload>;
|
|
105380
105468
|
createWorkspaceTag?: Maybe<TrelloCreateWorkspaceTagPayload>;
|
|
105469
|
+
deleteAiRule?: Maybe<TrelloDeleteAiRulePayload>;
|
|
105381
105470
|
deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
|
|
105382
105471
|
editPlannerCalendarEvent?: Maybe<TrelloEditPlannerCalendarEventPayload>;
|
|
105383
105472
|
pinCard?: Maybe<TrelloPinCardPayload>;
|
|
@@ -105414,15 +105503,15 @@ export declare type TrelloMutationApiArchiveCardArgs = {
|
|
|
105414
105503
|
export declare type TrelloMutationApiAssignCardToPlannerCalendarEventArgs = {
|
|
105415
105504
|
input: TrelloAssignCardToPlannerCalendarEventInput;
|
|
105416
105505
|
};
|
|
105417
|
-
export declare type TrelloMutationApiCreateAiRuleArgs = {
|
|
105418
|
-
input: TrelloAiRuleInput;
|
|
105419
|
-
};
|
|
105420
105506
|
export declare type TrelloMutationApiCreateApplicationArgs = {
|
|
105421
105507
|
input: TrelloCreateApplicationInput;
|
|
105422
105508
|
};
|
|
105423
105509
|
export declare type TrelloMutationApiCreateCardArgs = {
|
|
105424
105510
|
input: TrelloCreateCardInput;
|
|
105425
105511
|
};
|
|
105512
|
+
export declare type TrelloMutationApiCreateMemberAiRuleArgs = {
|
|
105513
|
+
input: TrelloCreateMemberAiRuleInput;
|
|
105514
|
+
};
|
|
105426
105515
|
export declare type TrelloMutationApiCreateOrUpdatePlannerCalendarArgs = {
|
|
105427
105516
|
input: TrelloCreateOrUpdatePlannerCalendarInput;
|
|
105428
105517
|
};
|
|
@@ -105432,6 +105521,9 @@ export declare type TrelloMutationApiCreatePlannerCalendarEventArgs = {
|
|
|
105432
105521
|
export declare type TrelloMutationApiCreateWorkspaceTagArgs = {
|
|
105433
105522
|
input: TrelloCreateWorkspaceTagInput;
|
|
105434
105523
|
};
|
|
105524
|
+
export declare type TrelloMutationApiDeleteAiRuleArgs = {
|
|
105525
|
+
input: TrelloDeleteAiRuleInput;
|
|
105526
|
+
};
|
|
105435
105527
|
export declare type TrelloMutationApiDeletePlannerCalendarEventArgs = {
|
|
105436
105528
|
input: TrelloDeletePlannerCalendarEventInput;
|
|
105437
105529
|
};
|
|
@@ -106605,6 +106697,7 @@ export declare type TrelloWorkspace = Node & {
|
|
|
106605
106697
|
offering?: Maybe<Scalars['String']['output']>;
|
|
106606
106698
|
prefs?: Maybe<TrelloWorkspacePrefs>;
|
|
106607
106699
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
106700
|
+
products?: Maybe<Array<Scalars['Float']['output']>>;
|
|
106608
106701
|
tags?: Maybe<TrelloTagConnection>;
|
|
106609
106702
|
url?: Maybe<Scalars['URL']['output']>;
|
|
106610
106703
|
website?: Maybe<Scalars['String']['output']>;
|
|
@@ -109871,6 +109964,7 @@ export declare type WorkSuggestions = {
|
|
|
109871
109964
|
__typename?: 'WorkSuggestions';
|
|
109872
109965
|
suggestionsByIssues?: Maybe<WorkSuggestionsByIssuesResponse>;
|
|
109873
109966
|
suggestionsByProjects?: Maybe<WorkSuggestionsByProjectsResponse>;
|
|
109967
|
+
suggestionsByVersion?: Maybe<WorkSuggestionsByVersionResponse>;
|
|
109874
109968
|
userProfileByCloudId?: Maybe<WorkSuggestionsUserProfile>;
|
|
109875
109969
|
workSuggestionsByContextAri: WorkSuggestionsConnection;
|
|
109876
109970
|
};
|
|
@@ -109885,6 +109979,10 @@ export declare type WorkSuggestionsSuggestionsByProjectsArgs = {
|
|
|
109885
109979
|
projectAris: Array<Scalars['ID']['input']>;
|
|
109886
109980
|
sprintAutoDiscoveryLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
109887
109981
|
};
|
|
109982
|
+
export declare type WorkSuggestionsSuggestionsByVersionArgs = {
|
|
109983
|
+
cloudId: Scalars['ID']['input'];
|
|
109984
|
+
versionId: Scalars['ID']['input'];
|
|
109985
|
+
};
|
|
109888
109986
|
export declare type WorkSuggestionsUserProfileByCloudIdArgs = {
|
|
109889
109987
|
cloudId: Scalars['ID']['input'];
|
|
109890
109988
|
};
|
|
@@ -110027,6 +110125,10 @@ export declare type WorkSuggestionsByProjectsResponseIssueMissingDetailsSuggesti
|
|
|
110027
110125
|
export declare type WorkSuggestionsByProjectsResponseStuckIssueSuggestionsArgs = {
|
|
110028
110126
|
input?: InputMaybe<WorkSuggestionsInput>;
|
|
110029
110127
|
};
|
|
110128
|
+
export declare type WorkSuggestionsByVersionResponse = {
|
|
110129
|
+
__typename?: 'WorkSuggestionsByVersionResponse';
|
|
110130
|
+
blockingIssueSuggestions?: Maybe<Array<WorkSuggestionsBlockingIssueTask>>;
|
|
110131
|
+
};
|
|
110030
110132
|
export declare type WorkSuggestionsCommon = {
|
|
110031
110133
|
id: Scalars['String']['output'];
|
|
110032
110134
|
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|