@forge/cli-shared 6.4.2-next.0 → 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,14 @@
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
+
3
12
  ## 6.4.2-next.0
4
13
 
5
14
  ### 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']>;
@@ -59711,6 +59731,9 @@ export declare enum MarketplaceStoreEditionType {
59711
59731
  Advanced = "ADVANCED",
59712
59732
  Standard = "STANDARD"
59713
59733
  }
59734
+ export declare type MarketplaceStoreEditionsByAppKeyInput = {
59735
+ appKey?: InputMaybe<Scalars['String']['input']>;
59736
+ };
59714
59737
  export declare type MarketplaceStoreEditionsInput = {
59715
59738
  appId?: InputMaybe<Scalars['String']['input']>;
59716
59739
  };
@@ -59954,6 +59977,7 @@ export declare type MarketplaceStoreQueryApi = {
59954
59977
  collection: MarketplaceStoreCollectionResponse;
59955
59978
  currentUser: MarketplaceStoreCurrentUserResponse;
59956
59979
  editions: Array<MarketplaceStoreEdition>;
59980
+ editionsByAppKey: Array<MarketplaceStoreEdition>;
59957
59981
  geoip: MarketplaceStoreGeoIpResponse;
59958
59982
  homePage: MarketplaceStoreHomePageResponse;
59959
59983
  installAppStatus: MarketplaceStoreInstallAppResponse;
@@ -59978,6 +60002,9 @@ export declare type MarketplaceStoreQueryApiCollectionArgs = {
59978
60002
  export declare type MarketplaceStoreQueryApiEditionsArgs = {
59979
60003
  product: MarketplaceStoreEditionsInput;
59980
60004
  };
60005
+ export declare type MarketplaceStoreQueryApiEditionsByAppKeyArgs = {
60006
+ product: MarketplaceStoreEditionsByAppKeyInput;
60007
+ };
59981
60008
  export declare type MarketplaceStoreQueryApiHomePageArgs = {
59982
60009
  productId?: InputMaybe<Scalars['String']['input']>;
59983
60010
  };
@@ -64885,7 +64912,7 @@ export declare type QueryAppLogsWithMetaDataArgs = {
64885
64912
  queryStartTime: Scalars['String']['input'];
64886
64913
  };
64887
64914
  export declare type QueryAppStorage_SqlDatabaseArgs = {
64888
- input?: InputMaybe<AppStorageSqlDatabaseInput>;
64915
+ input: AppStorageSqlDatabaseInput;
64889
64916
  };
64890
64917
  export declare type QueryAppStoredCustomEntitiesArgs = {
64891
64918
  contextAri: Scalars['ID']['input'];
@@ -66415,7 +66442,7 @@ export declare type RadarAriFieldValue = {
66415
66442
  __typename?: 'RadarAriFieldValue';
66416
66443
  value?: Maybe<RadarAriObject>;
66417
66444
  };
66418
- export declare type RadarAriObject = MercuryFocusArea | RadarPosition;
66445
+ export declare type RadarAriObject = MercuryFocusArea | RadarPosition | RadarWorker;
66419
66446
  export declare type RadarBooleanFieldValue = {
66420
66447
  __typename?: 'RadarBooleanFieldValue';
66421
66448
  value?: Maybe<Scalars['Boolean']['output']>;
@@ -66545,7 +66572,9 @@ export declare type RadarPosition = Node & RadarEntity & {
66545
66572
  __typename?: 'RadarPosition';
66546
66573
  fieldValues: Array<RadarFieldValueIdPair>;
66547
66574
  id: Scalars['ID']['output'];
66575
+ reportingLine?: Maybe<Array<RadarPosition>>;
66548
66576
  type?: Maybe<RadarEntityType>;
66577
+ worker?: Maybe<RadarWorker>;
66549
66578
  };
66550
66579
  export declare type RadarPositionConnection = RadarConnection & {
66551
66580
  __typename?: 'RadarPositionConnection';
@@ -66595,6 +66624,7 @@ export declare type RadarWorker = Node & RadarEntity & {
66595
66624
  __typename?: 'RadarWorker';
66596
66625
  fieldValues: Array<RadarFieldValueIdPair>;
66597
66626
  id: Scalars['ID']['output'];
66627
+ preferredName?: Maybe<Scalars['String']['output']>;
66598
66628
  type: RadarEntityType;
66599
66629
  };
66600
66630
  export declare type RadarWorkerConnection = RadarConnection & {
@@ -68074,6 +68104,17 @@ export declare type SearchExternalFilter = {
68074
68104
  contentFormats?: InputMaybe<Array<InputMaybe<SearchExternalContentFormatFilter>>>;
68075
68105
  depth?: InputMaybe<Array<InputMaybe<SearchExternalDepthFilter>>>;
68076
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;
68077
68118
  export declare type SearchFilterInput = {
68078
68119
  commonFilters?: InputMaybe<SearchCommonFilter>;
68079
68120
  confluenceFilters?: InputMaybe<SearchConfluenceFilter>;
@@ -68235,7 +68276,20 @@ export declare type SearchResultCompassComponent = SearchResult & {
68235
68276
  type: SearchResultType;
68236
68277
  url: Scalars['URL']['output'];
68237
68278
  };
68238
- 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
+ };
68239
68293
  export declare type SearchResultGoogleDocument = SearchL2FeatureProvider & SearchResult & {
68240
68294
  __typename?: 'SearchResultGoogleDocument';
68241
68295
  bodyText: Scalars['String']['output'];
@@ -72321,6 +72375,7 @@ export declare type TrelloAttachment = {
72321
72375
  date?: Maybe<Scalars['DateTime']['output']>;
72322
72376
  edgeColor?: Maybe<Scalars['String']['output']>;
72323
72377
  fileName?: Maybe<Scalars['String']['output']>;
72378
+ id: Scalars['ID']['output'];
72324
72379
  isUpload?: Maybe<Scalars['Boolean']['output']>;
72325
72380
  mimeType?: Maybe<Scalars['String']['output']>;
72326
72381
  name?: Maybe<Scalars['String']['output']>;
@@ -73517,6 +73572,7 @@ export declare type TrelloQueryApi = {
73517
73572
  enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
73518
73573
  enterprise?: Maybe<TrelloEnterprise>;
73519
73574
  list?: Maybe<TrelloList>;
73575
+ listsById?: Maybe<Array<Maybe<TrelloList>>>;
73520
73576
  member?: Maybe<TrelloMember>;
73521
73577
  plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
73522
73578
  plannerByWorkspaceId?: Maybe<TrelloPlanner>;
@@ -73529,6 +73585,7 @@ export declare type TrelloQueryApi = {
73529
73585
  templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
73530
73586
  templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
73531
73587
  templateLanguages?: Maybe<Array<TrelloTemplateGalleryLanguage>>;
73588
+ usersById?: Maybe<Array<Maybe<TrelloMember>>>;
73532
73589
  workspace?: Maybe<TrelloWorkspace>;
73533
73590
  };
73534
73591
  export declare type TrelloQueryApiBoardArgs = {
@@ -73555,6 +73612,9 @@ export declare type TrelloQueryApiEnterpriseArgs = {
73555
73612
  export declare type TrelloQueryApiListArgs = {
73556
73613
  id: Scalars['ID']['input'];
73557
73614
  };
73615
+ export declare type TrelloQueryApiListsByIdArgs = {
73616
+ ids: Array<Scalars['ID']['input']>;
73617
+ };
73558
73618
  export declare type TrelloQueryApiMemberArgs = {
73559
73619
  id: Scalars['ID']['input'];
73560
73620
  };
@@ -73601,6 +73661,9 @@ export declare type TrelloQueryApiTemplateGalleryArgs = {
73601
73661
  filter?: InputMaybe<TrelloTemplateGalleryFilterInput>;
73602
73662
  first?: InputMaybe<Scalars['Int']['input']>;
73603
73663
  };
73664
+ export declare type TrelloQueryApiUsersByIdArgs = {
73665
+ ids: Array<Scalars['ID']['input']>;
73666
+ };
73604
73667
  export declare type TrelloQueryApiWorkspaceArgs = {
73605
73668
  id: Scalars['ID']['input'];
73606
73669
  };
@@ -73660,6 +73723,7 @@ export declare type TrelloSubscriptionApiCardsByIdArgs = {
73660
73723
  ids: Array<Scalars['ID']['input']>;
73661
73724
  };
73662
73725
  export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
73726
+ cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
73663
73727
  id: Scalars['ID']['input'];
73664
73728
  };
73665
73729
  export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
@@ -75735,6 +75799,7 @@ export declare type WebTriggerUrlInput = {
75735
75799
  export declare type WorkSuggestions = {
75736
75800
  __typename?: 'WorkSuggestions';
75737
75801
  codeTabSuggestions: WorkSuggestionsCodeTabTaskConnection;
75802
+ suggestionsByIssues?: Maybe<WorkSuggestionsByIssuesResponse>;
75738
75803
  suggestionsByProjects?: Maybe<WorkSuggestionsByProjectsResponse>;
75739
75804
  userProfileByCloudId?: Maybe<WorkSuggestionsUserProfile>;
75740
75805
  workSuggestionsByContextAri: WorkSuggestionsConnection;
@@ -75745,6 +75810,10 @@ export declare type WorkSuggestionsCodeTabSuggestionsArgs = {
75745
75810
  first?: InputMaybe<Scalars['Int']['input']>;
75746
75811
  projectAri: Scalars['ID']['input'];
75747
75812
  };
75813
+ export declare type WorkSuggestionsSuggestionsByIssuesArgs = {
75814
+ cloudId: Scalars['ID']['input'];
75815
+ issueIds: Array<Scalars['ID']['input']>;
75816
+ };
75748
75817
  export declare type WorkSuggestionsSuggestionsByProjectsArgs = {
75749
75818
  after?: InputMaybe<Scalars['String']['input']>;
75750
75819
  cloudId: Scalars['ID']['input'];
@@ -75854,6 +75923,12 @@ export declare type WorkSuggestionsBuildTask = WorkSuggestionsCommon & {
75854
75923
  title: Scalars['String']['output'];
75855
75924
  url: Scalars['String']['output'];
75856
75925
  };
75926
+ export declare type WorkSuggestionsByIssuesResponse = {
75927
+ __typename?: 'WorkSuggestionsByIssuesResponse';
75928
+ draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
75929
+ inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
75930
+ recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
75931
+ };
75857
75932
  export declare type WorkSuggestionsByProjectsResponse = {
75858
75933
  __typename?: 'WorkSuggestionsByProjectsResponse';
75859
75934
  autoDevJobsSuggestions?: Maybe<Array<WorkSuggestionsAutoDevJobTask>>;
@@ -76059,12 +76134,16 @@ export declare type WorkSuggestionsJiraPriority = {
76059
76134
  };
76060
76135
  export declare type WorkSuggestionsMutation = {
76061
76136
  __typename?: 'WorkSuggestionsMutation';
76137
+ nudgePullRequestReviewers?: Maybe<WorkSuggestionsNudgePrActionPayload>;
76062
76138
  purgeUserActionStateForCurrentUser?: Maybe<WorkSuggestionsActionPayload>;
76063
76139
  purgeUserProfileForCurrentUser?: Maybe<WorkSuggestionsPurgeUserProfilePayload>;
76064
76140
  removeTask?: Maybe<WorkSuggestionsActionPayload>;
76065
76141
  saveUserProfile?: Maybe<WorkSuggestionsSaveUserProfilePayload>;
76066
76142
  snoozeTask?: Maybe<WorkSuggestionsActionPayload>;
76067
76143
  };
76144
+ export declare type WorkSuggestionsMutationNudgePullRequestReviewersArgs = {
76145
+ input: WorkSuggestionsNudgePrActionInput;
76146
+ };
76068
76147
  export declare type WorkSuggestionsMutationPurgeUserActionStateForCurrentUserArgs = {
76069
76148
  input: WorkSuggestionsPurgeUserActionStateInput;
76070
76149
  };
@@ -76085,6 +76164,16 @@ export declare type WorkSuggestionsMutationErrorExtension = MutationErrorExtensi
76085
76164
  errorType?: Maybe<Scalars['String']['output']>;
76086
76165
  statusCode?: Maybe<Scalars['Int']['output']>;
76087
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
+ };
76088
76177
  export declare type WorkSuggestionsOrderScore = {
76089
76178
  __typename?: 'WorkSuggestionsOrderScore';
76090
76179
  byTaskType?: Maybe<WorkSuggestionsOrderScores>;
@@ -76162,6 +76251,7 @@ export declare type WorkSuggestionsPullRequestInactiveTask = WorkSuggestionsComm
76162
76251
  __typename?: 'WorkSuggestionsPullRequestInactiveTask';
76163
76252
  approvalsCount: Scalars['Int']['output'];
76164
76253
  author?: Maybe<WorkSuggestionsUserDetail>;
76254
+ canNudgeReviewers?: Maybe<Scalars['Boolean']['output']>;
76165
76255
  commentCount: Scalars['Int']['output'];
76166
76256
  destinationBranchName?: Maybe<Scalars['String']['output']>;
76167
76257
  id: Scalars['String']['output'];