@forge/cli-shared 6.4.1 → 6.4.2-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.4.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d5c7fe4]
8
+ - Updated dependencies [56b1d12]
9
+ - Updated dependencies [66f157a]
10
+ - @forge/manifest@8.2.1-next.1
11
+
12
+ ## 6.4.2-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [035b3f5]
17
+ - @forge/manifest@8.2.1-next.0
18
+
3
19
  ## 6.4.1
4
20
 
5
21
  ### Patch Changes
@@ -43090,6 +43090,24 @@ export declare type JiraCommentSortInput = {
43090
43090
  field: JiraCommentSortField;
43091
43091
  order: SortDirection;
43092
43092
  };
43093
+ export declare type JiraCommentSummary = {
43094
+ __typename?: 'JiraCommentSummary';
43095
+ totalCount?: Maybe<Scalars['Int']['output']>;
43096
+ };
43097
+ export declare type JiraCommentSummaryField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
43098
+ __typename?: 'JiraCommentSummaryField';
43099
+ aliasFieldId?: Maybe<Scalars['ID']['output']>;
43100
+ commentSummary?: Maybe<JiraCommentSummary>;
43101
+ description?: Maybe<Scalars['String']['output']>;
43102
+ fieldConfig?: Maybe<JiraFieldConfig>;
43103
+ fieldId: Scalars['String']['output'];
43104
+ fieldOperations?: Maybe<JiraFieldOperation>;
43105
+ id: Scalars['ID']['output'];
43106
+ isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
43107
+ issue?: Maybe<JiraIssue>;
43108
+ name: Scalars['String']['output'];
43109
+ type: Scalars['String']['output'];
43110
+ };
43093
43111
  export declare type JiraComponent = Node & {
43094
43112
  __typename?: 'JiraComponent';
43095
43113
  ari?: Maybe<Scalars['String']['output']>;
@@ -44059,7 +44077,6 @@ export declare type JiraDetailedViewIssuesArgs = {
44059
44077
  last?: InputMaybe<Scalars['Int']['input']>;
44060
44078
  options?: InputMaybe<JiraIssueSearchOptions>;
44061
44079
  saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
44062
- viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
44063
44080
  };
44064
44081
  export declare type JiraDevInfoConfigError = {
44065
44082
  __typename?: 'JiraDevInfoConfigError';
@@ -45453,6 +45470,7 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraIssu
45453
45470
  hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
45454
45471
  id: Scalars['ID']['output'];
45455
45472
  isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
45473
+ jql?: Maybe<Scalars['String']['output']>;
45456
45474
  namespace?: Maybe<Scalars['String']['output']>;
45457
45475
  settings?: Maybe<JiraSpreadsheetViewSettings>;
45458
45476
  viewId?: Maybe<Scalars['String']['output']>;
@@ -46088,7 +46106,7 @@ export declare type JiraIssueEdgeFieldSetsArgs = {
46088
46106
  last?: InputMaybe<Scalars['Int']['input']>;
46089
46107
  };
46090
46108
  export declare type JiraIssueExpandedGroup = {
46091
- fieldValue: Scalars['String']['input'];
46109
+ fieldValue?: InputMaybe<Scalars['String']['input']>;
46092
46110
  first?: InputMaybe<Scalars['Int']['input']>;
46093
46111
  jql: Scalars['String']['input'];
46094
46112
  };
@@ -47876,6 +47894,7 @@ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraIssueSearch
47876
47894
  id: Scalars['ID']['output'];
47877
47895
  isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
47878
47896
  issues?: Maybe<JiraIssueConnection>;
47897
+ jql?: Maybe<Scalars['String']['output']>;
47879
47898
  namespace?: Maybe<Scalars['String']['output']>;
47880
47899
  settings?: Maybe<JiraSpreadsheetViewSettings>;
47881
47900
  viewId?: Maybe<Scalars['String']['output']>;
@@ -47897,7 +47916,6 @@ export declare type JiraListViewIssuesArgs = {
47897
47916
  last?: InputMaybe<Scalars['Int']['input']>;
47898
47917
  options?: InputMaybe<JiraIssueSearchOptions>;
47899
47918
  saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
47900
- viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
47901
47919
  };
47902
47920
  export declare type JiraLongRunningTaskProgress = {
47903
47921
  __typename?: 'JiraLongRunningTaskProgress';
@@ -54159,6 +54177,7 @@ export declare type JiraSpreadsheetGroupByConfigAvailableGroupByFieldOptionsArgs
54159
54177
  after?: InputMaybe<Scalars['String']['input']>;
54160
54178
  before?: InputMaybe<Scalars['String']['input']>;
54161
54179
  first?: InputMaybe<Scalars['Int']['input']>;
54180
+ issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
54162
54181
  last?: InputMaybe<Scalars['Int']['input']>;
54163
54182
  };
54164
54183
  export declare type JiraSpreadsheetGroupByFieldOptionConnection = {
@@ -54193,6 +54212,7 @@ export declare type JiraSpreadsheetView = {
54193
54212
  hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
54194
54213
  id: Scalars['ID']['output'];
54195
54214
  isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
54215
+ jql?: Maybe<Scalars['String']['output']>;
54196
54216
  namespace?: Maybe<Scalars['String']['output']>;
54197
54217
  settings?: Maybe<JiraSpreadsheetViewSettings>;
54198
54218
  viewId?: Maybe<Scalars['String']['output']>;
@@ -57152,6 +57172,7 @@ export declare type JsmChatWebAddConversationInteractionPayload = Payload & {
57152
57172
  export declare enum JsmChatWebConversationActions {
57153
57173
  CloseConversation = "CLOSE_CONVERSATION",
57154
57174
  DisableInput = "DISABLE_INPUT",
57175
+ GreetingMessage = "GREETING_MESSAGE",
57155
57176
  RedirectToSearch = "REDIRECT_TO_SEARCH"
57156
57177
  }
57157
57178
  export declare type JsmChatWebConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
@@ -57636,15 +57657,6 @@ export declare type KnowledgeDiscoveryAutoDefinition = {
57636
57657
  definition: Scalars['String']['output'];
57637
57658
  };
57638
57659
  export declare type KnowledgeDiscoveryAutoDefinitionResult = KnowledgeDiscoveryAutoDefinition | QueryError;
57639
- export declare type KnowledgeDiscoveryBatchCreateAdminhubBookmarkInput = {
57640
- bookmarks?: InputMaybe<Array<KnowledgeDiscoveryCreateAdminhubBookmarkInput>>;
57641
- };
57642
- export declare type KnowledgeDiscoveryBatchCreateAdminhubBookmarkPayload = Payload & {
57643
- __typename?: 'KnowledgeDiscoveryBatchCreateAdminhubBookmarkPayload';
57644
- adminhubBookmark?: Maybe<Array<Maybe<KnowledgeDiscoveryAdminhubBookmark>>>;
57645
- errors?: Maybe<Array<MutationError>>;
57646
- success: Scalars['Boolean']['output'];
57647
- };
57648
57660
  export declare type KnowledgeDiscoveryBookmark = {
57649
57661
  __typename?: 'KnowledgeDiscoveryBookmark';
57650
57662
  id: Scalars['ID']['output'];
@@ -57707,6 +57719,17 @@ export declare type KnowledgeDiscoveryCreateAdminhubBookmarkPayload = Payload &
57707
57719
  errors?: Maybe<Array<MutationError>>;
57708
57720
  success: Scalars['Boolean']['output'];
57709
57721
  };
57722
+ export declare type KnowledgeDiscoveryCreateAdminhubBookmarksInput = {
57723
+ bookmarks?: InputMaybe<Array<KnowledgeDiscoveryCreateAdminhubBookmarkInput>>;
57724
+ cloudId: Scalars['ID']['input'];
57725
+ orgId: Scalars['String']['input'];
57726
+ };
57727
+ export declare type KnowledgeDiscoveryCreateAdminhubBookmarksPayload = Payload & {
57728
+ __typename?: 'KnowledgeDiscoveryCreateAdminhubBookmarksPayload';
57729
+ adminhubBookmark?: Maybe<Array<Maybe<KnowledgeDiscoveryAdminhubBookmark>>>;
57730
+ errors?: Maybe<Array<MutationError>>;
57731
+ success: Scalars['Boolean']['output'];
57732
+ };
57710
57733
  export declare type KnowledgeDiscoveryCreateDefinitionInput = {
57711
57734
  definition: Scalars['String']['input'];
57712
57735
  entityIdInScope: Scalars['String']['input'];
@@ -57822,7 +57845,7 @@ export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPh
57822
57845
  export declare type KnowledgeDiscoveryMutationApi = {
57823
57846
  __typename?: 'KnowledgeDiscoveryMutationApi';
57824
57847
  createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
57825
- createBookmarks?: Maybe<KnowledgeDiscoveryBatchCreateAdminhubBookmarkPayload>;
57848
+ createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
57826
57849
  createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
57827
57850
  deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
57828
57851
  updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
@@ -57833,7 +57856,7 @@ export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
57833
57856
  input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
57834
57857
  };
57835
57858
  export declare type KnowledgeDiscoveryMutationApiCreateBookmarksArgs = {
57836
- input: KnowledgeDiscoveryBatchCreateAdminhubBookmarkInput;
57859
+ input: KnowledgeDiscoveryCreateAdminhubBookmarksInput;
57837
57860
  };
57838
57861
  export declare type KnowledgeDiscoveryMutationApiCreateDefinitionArgs = {
57839
57862
  input: KnowledgeDiscoveryCreateDefinitionInput;
@@ -59708,6 +59731,9 @@ export declare enum MarketplaceStoreEditionType {
59708
59731
  Advanced = "ADVANCED",
59709
59732
  Standard = "STANDARD"
59710
59733
  }
59734
+ export declare type MarketplaceStoreEditionsByAppKeyInput = {
59735
+ appKey?: InputMaybe<Scalars['String']['input']>;
59736
+ };
59711
59737
  export declare type MarketplaceStoreEditionsInput = {
59712
59738
  appId?: InputMaybe<Scalars['String']['input']>;
59713
59739
  };
@@ -59951,6 +59977,7 @@ export declare type MarketplaceStoreQueryApi = {
59951
59977
  collection: MarketplaceStoreCollectionResponse;
59952
59978
  currentUser: MarketplaceStoreCurrentUserResponse;
59953
59979
  editions: Array<MarketplaceStoreEdition>;
59980
+ editionsByAppKey: Array<MarketplaceStoreEdition>;
59954
59981
  geoip: MarketplaceStoreGeoIpResponse;
59955
59982
  homePage: MarketplaceStoreHomePageResponse;
59956
59983
  installAppStatus: MarketplaceStoreInstallAppResponse;
@@ -59975,6 +60002,9 @@ export declare type MarketplaceStoreQueryApiCollectionArgs = {
59975
60002
  export declare type MarketplaceStoreQueryApiEditionsArgs = {
59976
60003
  product: MarketplaceStoreEditionsInput;
59977
60004
  };
60005
+ export declare type MarketplaceStoreQueryApiEditionsByAppKeyArgs = {
60006
+ product: MarketplaceStoreEditionsByAppKeyInput;
60007
+ };
59978
60008
  export declare type MarketplaceStoreQueryApiHomePageArgs = {
59979
60009
  productId?: InputMaybe<Scalars['String']['input']>;
59980
60010
  };
@@ -64785,6 +64815,8 @@ export declare type Query = {
64785
64815
  radar_position?: Maybe<RadarPosition>;
64786
64816
  radar_positions?: Maybe<RadarPositionConnection>;
64787
64817
  radar_positionsByAris?: Maybe<Array<RadarPosition>>;
64818
+ radar_worker?: Maybe<RadarWorker>;
64819
+ radar_workersByAris?: Maybe<Array<RadarWorker>>;
64788
64820
  radar_workspace: RadarWorkspace;
64789
64821
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
64790
64822
  releaseNotes: ContentPlatformReleaseNotesConnection;
@@ -64880,7 +64912,7 @@ export declare type QueryAppLogsWithMetaDataArgs = {
64880
64912
  queryStartTime: Scalars['String']['input'];
64881
64913
  };
64882
64914
  export declare type QueryAppStorage_SqlDatabaseArgs = {
64883
- input?: InputMaybe<AppStorageSqlDatabaseInput>;
64915
+ input: AppStorageSqlDatabaseInput;
64884
64916
  };
64885
64917
  export declare type QueryAppStoredCustomEntitiesArgs = {
64886
64918
  contextAri: Scalars['ID']['input'];
@@ -66270,6 +66302,12 @@ export declare type QueryRadar_PositionsArgs = {
66270
66302
  export declare type QueryRadar_PositionsByArisArgs = {
66271
66303
  ids: Array<Scalars['ID']['input']>;
66272
66304
  };
66305
+ export declare type QueryRadar_WorkerArgs = {
66306
+ id: Scalars['ID']['input'];
66307
+ };
66308
+ export declare type QueryRadar_WorkersByArisArgs = {
66309
+ ids: Array<Scalars['ID']['input']>;
66310
+ };
66273
66311
  export declare type QueryRadar_WorkspaceArgs = {
66274
66312
  cloudId: Scalars['ID']['input'];
66275
66313
  };
@@ -66404,7 +66442,7 @@ export declare type RadarAriFieldValue = {
66404
66442
  __typename?: 'RadarAriFieldValue';
66405
66443
  value?: Maybe<RadarAriObject>;
66406
66444
  };
66407
- export declare type RadarAriObject = MercuryFocusArea | RadarPosition;
66445
+ export declare type RadarAriObject = MercuryFocusArea | RadarPosition | RadarWorker;
66408
66446
  export declare type RadarBooleanFieldValue = {
66409
66447
  __typename?: 'RadarBooleanFieldValue';
66410
66448
  value?: Maybe<Scalars['Boolean']['output']>;
@@ -66534,7 +66572,9 @@ export declare type RadarPosition = Node & RadarEntity & {
66534
66572
  __typename?: 'RadarPosition';
66535
66573
  fieldValues: Array<RadarFieldValueIdPair>;
66536
66574
  id: Scalars['ID']['output'];
66575
+ reportingLine?: Maybe<Array<RadarPosition>>;
66537
66576
  type?: Maybe<RadarEntityType>;
66577
+ worker?: Maybe<RadarWorker>;
66538
66578
  };
66539
66579
  export declare type RadarPositionConnection = RadarConnection & {
66540
66580
  __typename?: 'RadarPositionConnection';
@@ -66580,6 +66620,25 @@ export declare type RadarUrlFieldValue = {
66580
66620
  icon?: Maybe<Scalars['String']['output']>;
66581
66621
  value?: Maybe<Scalars['String']['output']>;
66582
66622
  };
66623
+ export declare type RadarWorker = Node & RadarEntity & {
66624
+ __typename?: 'RadarWorker';
66625
+ fieldValues: Array<RadarFieldValueIdPair>;
66626
+ id: Scalars['ID']['output'];
66627
+ preferredName?: Maybe<Scalars['String']['output']>;
66628
+ type: RadarEntityType;
66629
+ };
66630
+ export declare type RadarWorkerConnection = RadarConnection & {
66631
+ __typename?: 'RadarWorkerConnection';
66632
+ edges?: Maybe<Array<RadarWorkerEdge>>;
66633
+ nodes?: Maybe<Array<RadarWorker>>;
66634
+ pageInfo: PageInfo;
66635
+ totalCount: Scalars['Int']['output'];
66636
+ };
66637
+ export declare type RadarWorkerEdge = RadarEdge & {
66638
+ __typename?: 'RadarWorkerEdge';
66639
+ cursor: Scalars['String']['output'];
66640
+ node: RadarWorker;
66641
+ };
66583
66642
  export declare type RadarWorkspace = {
66584
66643
  __typename?: 'RadarWorkspace';
66585
66644
  focusAreaFields: Array<RadarFieldDefinition>;
@@ -68045,6 +68104,17 @@ export declare type SearchExternalFilter = {
68045
68104
  contentFormats?: InputMaybe<Array<InputMaybe<SearchExternalContentFormatFilter>>>;
68046
68105
  depth?: InputMaybe<Array<InputMaybe<SearchExternalDepthFilter>>>;
68047
68106
  };
68107
+ export declare type SearchFederatedEmailEntity = {
68108
+ __typename?: 'SearchFederatedEmailEntity';
68109
+ id?: Maybe<Scalars['String']['output']>;
68110
+ sender?: Maybe<SearchFederatedEmailUser>;
68111
+ };
68112
+ export declare type SearchFederatedEmailUser = {
68113
+ __typename?: 'SearchFederatedEmailUser';
68114
+ email?: Maybe<Scalars['String']['output']>;
68115
+ name?: Maybe<Scalars['String']['output']>;
68116
+ };
68117
+ export declare type SearchFederatedEntity = SearchFederatedEmailEntity;
68048
68118
  export declare type SearchFilterInput = {
68049
68119
  commonFilters?: InputMaybe<SearchCommonFilter>;
68050
68120
  confluenceFilters?: InputMaybe<SearchConfluenceFilter>;
@@ -68206,7 +68276,20 @@ export declare type SearchResultCompassComponent = SearchResult & {
68206
68276
  type: SearchResultType;
68207
68277
  url: Scalars['URL']['output'];
68208
68278
  };
68209
- export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
68279
+ export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
68280
+ export declare type SearchResultFederated = SearchResult & {
68281
+ __typename?: 'SearchResultFederated';
68282
+ description: Scalars['String']['output'];
68283
+ entity?: Maybe<SearchFederatedEntity>;
68284
+ iconUrl?: Maybe<Scalars['URL']['output']>;
68285
+ id: Scalars['ID']['output'];
68286
+ lastModifiedDate?: Maybe<Scalars['String']['output']>;
68287
+ score?: Maybe<Scalars['Float']['output']>;
68288
+ scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
68289
+ title: Scalars['String']['output'];
68290
+ type: SearchResultType;
68291
+ url: Scalars['URL']['output'];
68292
+ };
68210
68293
  export declare type SearchResultGoogleDocument = SearchL2FeatureProvider & SearchResult & {
68211
68294
  __typename?: 'SearchResultGoogleDocument';
68212
68295
  bodyText: Scalars['String']['output'];
@@ -72292,6 +72375,7 @@ export declare type TrelloAttachment = {
72292
72375
  date?: Maybe<Scalars['DateTime']['output']>;
72293
72376
  edgeColor?: Maybe<Scalars['String']['output']>;
72294
72377
  fileName?: Maybe<Scalars['String']['output']>;
72378
+ id: Scalars['ID']['output'];
72295
72379
  isUpload?: Maybe<Scalars['Boolean']['output']>;
72296
72380
  mimeType?: Maybe<Scalars['String']['output']>;
72297
72381
  name?: Maybe<Scalars['String']['output']>;
@@ -73488,6 +73572,7 @@ export declare type TrelloQueryApi = {
73488
73572
  enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
73489
73573
  enterprise?: Maybe<TrelloEnterprise>;
73490
73574
  list?: Maybe<TrelloList>;
73575
+ listsById?: Maybe<Array<Maybe<TrelloList>>>;
73491
73576
  member?: Maybe<TrelloMember>;
73492
73577
  plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
73493
73578
  plannerByWorkspaceId?: Maybe<TrelloPlanner>;
@@ -73500,6 +73585,7 @@ export declare type TrelloQueryApi = {
73500
73585
  templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
73501
73586
  templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
73502
73587
  templateLanguages?: Maybe<Array<TrelloTemplateGalleryLanguage>>;
73588
+ usersById?: Maybe<Array<Maybe<TrelloMember>>>;
73503
73589
  workspace?: Maybe<TrelloWorkspace>;
73504
73590
  };
73505
73591
  export declare type TrelloQueryApiBoardArgs = {
@@ -73526,6 +73612,9 @@ export declare type TrelloQueryApiEnterpriseArgs = {
73526
73612
  export declare type TrelloQueryApiListArgs = {
73527
73613
  id: Scalars['ID']['input'];
73528
73614
  };
73615
+ export declare type TrelloQueryApiListsByIdArgs = {
73616
+ ids: Array<Scalars['ID']['input']>;
73617
+ };
73529
73618
  export declare type TrelloQueryApiMemberArgs = {
73530
73619
  id: Scalars['ID']['input'];
73531
73620
  };
@@ -73572,6 +73661,9 @@ export declare type TrelloQueryApiTemplateGalleryArgs = {
73572
73661
  filter?: InputMaybe<TrelloTemplateGalleryFilterInput>;
73573
73662
  first?: InputMaybe<Scalars['Int']['input']>;
73574
73663
  };
73664
+ export declare type TrelloQueryApiUsersByIdArgs = {
73665
+ ids: Array<Scalars['ID']['input']>;
73666
+ };
73575
73667
  export declare type TrelloQueryApiWorkspaceArgs = {
73576
73668
  id: Scalars['ID']['input'];
73577
73669
  };
@@ -73631,6 +73723,7 @@ export declare type TrelloSubscriptionApiCardsByIdArgs = {
73631
73723
  ids: Array<Scalars['ID']['input']>;
73632
73724
  };
73633
73725
  export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
73726
+ cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
73634
73727
  id: Scalars['ID']['input'];
73635
73728
  };
73636
73729
  export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
@@ -75706,6 +75799,7 @@ export declare type WebTriggerUrlInput = {
75706
75799
  export declare type WorkSuggestions = {
75707
75800
  __typename?: 'WorkSuggestions';
75708
75801
  codeTabSuggestions: WorkSuggestionsCodeTabTaskConnection;
75802
+ suggestionsByIssues?: Maybe<WorkSuggestionsByIssuesResponse>;
75709
75803
  suggestionsByProjects?: Maybe<WorkSuggestionsByProjectsResponse>;
75710
75804
  userProfileByCloudId?: Maybe<WorkSuggestionsUserProfile>;
75711
75805
  workSuggestionsByContextAri: WorkSuggestionsConnection;
@@ -75716,6 +75810,10 @@ export declare type WorkSuggestionsCodeTabSuggestionsArgs = {
75716
75810
  first?: InputMaybe<Scalars['Int']['input']>;
75717
75811
  projectAri: Scalars['ID']['input'];
75718
75812
  };
75813
+ export declare type WorkSuggestionsSuggestionsByIssuesArgs = {
75814
+ cloudId: Scalars['ID']['input'];
75815
+ issueIds: Array<Scalars['ID']['input']>;
75816
+ };
75719
75817
  export declare type WorkSuggestionsSuggestionsByProjectsArgs = {
75720
75818
  after?: InputMaybe<Scalars['String']['input']>;
75721
75819
  cloudId: Scalars['ID']['input'];
@@ -75825,6 +75923,12 @@ export declare type WorkSuggestionsBuildTask = WorkSuggestionsCommon & {
75825
75923
  title: Scalars['String']['output'];
75826
75924
  url: Scalars['String']['output'];
75827
75925
  };
75926
+ export declare type WorkSuggestionsByIssuesResponse = {
75927
+ __typename?: 'WorkSuggestionsByIssuesResponse';
75928
+ draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
75929
+ inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
75930
+ recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
75931
+ };
75828
75932
  export declare type WorkSuggestionsByProjectsResponse = {
75829
75933
  __typename?: 'WorkSuggestionsByProjectsResponse';
75830
75934
  autoDevJobsSuggestions?: Maybe<Array<WorkSuggestionsAutoDevJobTask>>;
@@ -76030,12 +76134,16 @@ export declare type WorkSuggestionsJiraPriority = {
76030
76134
  };
76031
76135
  export declare type WorkSuggestionsMutation = {
76032
76136
  __typename?: 'WorkSuggestionsMutation';
76137
+ nudgePullRequestReviewers?: Maybe<WorkSuggestionsNudgePrActionPayload>;
76033
76138
  purgeUserActionStateForCurrentUser?: Maybe<WorkSuggestionsActionPayload>;
76034
76139
  purgeUserProfileForCurrentUser?: Maybe<WorkSuggestionsPurgeUserProfilePayload>;
76035
76140
  removeTask?: Maybe<WorkSuggestionsActionPayload>;
76036
76141
  saveUserProfile?: Maybe<WorkSuggestionsSaveUserProfilePayload>;
76037
76142
  snoozeTask?: Maybe<WorkSuggestionsActionPayload>;
76038
76143
  };
76144
+ export declare type WorkSuggestionsMutationNudgePullRequestReviewersArgs = {
76145
+ input: WorkSuggestionsNudgePrActionInput;
76146
+ };
76039
76147
  export declare type WorkSuggestionsMutationPurgeUserActionStateForCurrentUserArgs = {
76040
76148
  input: WorkSuggestionsPurgeUserActionStateInput;
76041
76149
  };
@@ -76056,6 +76164,16 @@ export declare type WorkSuggestionsMutationErrorExtension = MutationErrorExtensi
76056
76164
  errorType?: Maybe<Scalars['String']['output']>;
76057
76165
  statusCode?: Maybe<Scalars['Int']['output']>;
76058
76166
  };
76167
+ export declare type WorkSuggestionsNudgePrActionInput = {
76168
+ cloudId: Scalars['ID']['input'];
76169
+ taskId: Scalars['String']['input'];
76170
+ };
76171
+ export declare type WorkSuggestionsNudgePrActionPayload = Payload & {
76172
+ __typename?: 'WorkSuggestionsNudgePRActionPayload';
76173
+ commentId?: Maybe<Scalars['Int']['output']>;
76174
+ errors?: Maybe<Array<MutationError>>;
76175
+ success: Scalars['Boolean']['output'];
76176
+ };
76059
76177
  export declare type WorkSuggestionsOrderScore = {
76060
76178
  __typename?: 'WorkSuggestionsOrderScore';
76061
76179
  byTaskType?: Maybe<WorkSuggestionsOrderScores>;
@@ -76133,6 +76251,7 @@ export declare type WorkSuggestionsPullRequestInactiveTask = WorkSuggestionsComm
76133
76251
  __typename?: 'WorkSuggestionsPullRequestInactiveTask';
76134
76252
  approvalsCount: Scalars['Int']['output'];
76135
76253
  author?: Maybe<WorkSuggestionsUserDetail>;
76254
+ canNudgeReviewers?: Maybe<Scalars['Boolean']['output']>;
76136
76255
  commentCount: Scalars['Int']['output'];
76137
76256
  destinationBranchName?: Maybe<Scalars['String']['output']>;
76138
76257
  id: Scalars['String']['output'];