@forge/cli-shared 6.3.0-next.13 → 6.3.0-next.15

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,23 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.3.0-next.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9f77b20]
8
+ - @forge/manifest@8.0.0-next.12
9
+
10
+ ## 6.3.0-next.14
11
+
12
+ ### Minor Changes
13
+
14
+ - 0e30430: Evergreen runtime using loader script
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [cd7008b]
19
+ - @forge/manifest@8.0.0-next.11
20
+
3
21
  ## 6.3.0-next.13
4
22
 
5
23
  ### Patch Changes
@@ -37311,10 +37311,19 @@ export declare type GrowthUnifiedProfilePaidChannelContext = {
37311
37311
  anchor?: Maybe<GrowthUnifiedProfileAnchor>;
37312
37312
  name?: Maybe<GrowthUnifiedProfileChannelName>;
37313
37313
  persona?: Maybe<Scalars['String']['output']>;
37314
- product?: Maybe<GrowthUnifiedProfileProductType>;
37314
+ subAnchor?: Maybe<Scalars['String']['output']>;
37315
37315
  teamType?: Maybe<GrowthUnifiedProfileTeamType>;
37316
+ templates?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
37316
37317
  utm?: Maybe<GrowthUnifiedProfileUtm>;
37317
37318
  };
37319
+ export declare type GrowthUnifiedProfilePaidChannelContextByProduct = {
37320
+ __typename?: 'GrowthUnifiedProfilePaidChannelContextByProduct';
37321
+ confluence?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
37322
+ jira?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
37323
+ jsm?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
37324
+ jwm?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
37325
+ trello?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
37326
+ };
37318
37327
  export declare type GrowthUnifiedProfileProductDetails = {
37319
37328
  __typename?: 'GrowthUnifiedProfileProductDetails';
37320
37329
  d0Active?: Maybe<Scalars['Boolean']['output']>;
@@ -37325,12 +37334,6 @@ export declare type GrowthUnifiedProfileProductDetails = {
37325
37334
  productKey?: Maybe<Scalars['String']['output']>;
37326
37335
  productName?: Maybe<Scalars['String']['output']>;
37327
37336
  };
37328
- export declare enum GrowthUnifiedProfileProductType {
37329
- Confluence = "CONFLUENCE",
37330
- JiraSoftware = "JIRA_SOFTWARE",
37331
- Jsm = "JSM",
37332
- Trello = "TRELLO"
37333
- }
37334
37337
  export declare type GrowthUnifiedProfileResult = {
37335
37338
  __typename?: 'GrowthUnifiedProfileResult';
37336
37339
  company?: Maybe<GrowthUnifiedProfileCompany>;
@@ -37338,7 +37341,7 @@ export declare type GrowthUnifiedProfileResult = {
37338
37341
  entityType?: Maybe<GrowthUnifiedProfileEntityType>;
37339
37342
  linkedEntities?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkedEntities>>>;
37340
37343
  onboardingContext?: Maybe<GrowthUnifiedProfileOnboardingContext>;
37341
- paidChannelContext?: Maybe<Array<Maybe<GrowthUnifiedProfilePaidChannelContext>>>;
37344
+ paidChannelContext?: Maybe<GrowthUnifiedProfilePaidChannelContextByProduct>;
37342
37345
  seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
37343
37346
  sites?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteDetails>>>;
37344
37347
  };
@@ -43227,6 +43230,7 @@ export declare type JiraEstimateInput = {
43227
43230
  };
43228
43231
  export declare type JiraExtensionRenderingContextInput = {
43229
43232
  issueKey?: InputMaybe<Scalars['String']['input']>;
43233
+ portalId?: InputMaybe<Scalars['Long']['input']>;
43230
43234
  projectKey?: InputMaybe<Scalars['String']['input']>;
43231
43235
  };
43232
43236
  export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
@@ -44292,6 +44296,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
44292
44296
  resolutionDateField?: Maybe<JiraDateTimePickerField>;
44293
44297
  resolutionField?: Maybe<JiraResolutionField>;
44294
44298
  screenId?: Maybe<Scalars['Long']['output']>;
44299
+ searchViewContext?: Maybe<JiraIssueSearchViewContexts>;
44295
44300
  smartSummary?: Maybe<JiraAdf>;
44296
44301
  startDateField?: Maybe<JiraDatePickerField>;
44297
44302
  startDateViewField?: Maybe<JiraIssueField>;
@@ -44432,6 +44437,12 @@ export declare type JiraIssueProjectRoleCommentVisibilitiesArgs = {
44432
44437
  first?: InputMaybe<Scalars['Int']['input']>;
44433
44438
  last?: InputMaybe<Scalars['Int']['input']>;
44434
44439
  };
44440
+ export declare type JiraIssueSearchViewContextArgs = {
44441
+ isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
44442
+ isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
44443
+ issueSearchInput: JiraIssueSearchInput;
44444
+ searchViewContextInput: JiraIssueSearchViewContextInput;
44445
+ };
44435
44446
  export declare type JiraIssueStartDateViewFieldArgs = {
44436
44447
  viewId?: InputMaybe<Scalars['ID']['input']>;
44437
44448
  };
@@ -44718,6 +44729,19 @@ export declare type JiraIssueEdgeFieldSetsArgs = {
44718
44729
  first?: InputMaybe<Scalars['Int']['input']>;
44719
44730
  last?: InputMaybe<Scalars['Int']['input']>;
44720
44731
  };
44732
+ export declare type JiraIssueExpandedGroup = {
44733
+ fieldValue: Scalars['String']['input'];
44734
+ first?: InputMaybe<Scalars['Int']['input']>;
44735
+ jql: Scalars['String']['input'];
44736
+ };
44737
+ export declare type JiraIssueExpandedGroups = {
44738
+ groupedByFieldId: Scalars['String']['input'];
44739
+ groups?: InputMaybe<Array<JiraIssueExpandedGroup>>;
44740
+ };
44741
+ export declare type JiraIssueExpandedParent = {
44742
+ first?: InputMaybe<Scalars['Int']['input']>;
44743
+ parentIssueId: Scalars['String']['input'];
44744
+ };
44721
44745
  export declare type JiraIssueExportError = {
44722
44746
  __typename?: 'JiraIssueExportError';
44723
44747
  displayMessage?: Maybe<Scalars['String']['output']>;
@@ -45282,6 +45306,8 @@ export declare type JiraIssueSearchByJqlContentByFieldSetIdsArgs = {
45282
45306
  export declare type JiraIssueSearchByJqlResult = JiraIssueSearchByJql | QueryError;
45283
45307
  export declare type JiraIssueSearchChildIssuesInput = {
45284
45308
  filterByProjectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
45309
+ filterId?: InputMaybe<Scalars['String']['input']>;
45310
+ jql?: InputMaybe<Scalars['String']['input']>;
45285
45311
  parentIssueKey: Scalars['String']['input'];
45286
45312
  };
45287
45313
  export declare type JiraIssueSearchContextlessContent = JiraIssueSearchResultContent & {
@@ -45434,6 +45460,34 @@ export declare type JiraIssueSearchViewConfigSettings = {
45434
45460
  isGroupingEnabled?: Maybe<Scalars['Boolean']['output']>;
45435
45461
  isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
45436
45462
  };
45463
+ export declare type JiraIssueSearchViewContextInput = {
45464
+ expandedGroups?: InputMaybe<JiraIssueExpandedGroups>;
45465
+ expandedParents?: InputMaybe<Array<JiraIssueExpandedParent>>;
45466
+ };
45467
+ export declare type JiraIssueSearchViewContextMapping = {
45468
+ afterIssueId?: Maybe<Scalars['String']['output']>;
45469
+ beforeIssueId?: Maybe<Scalars['String']['output']>;
45470
+ position?: Maybe<Scalars['Int']['output']>;
45471
+ };
45472
+ export declare type JiraIssueSearchViewContextMappingByGroup = JiraIssueSearchViewContextMapping & {
45473
+ __typename?: 'JiraIssueSearchViewContextMappingByGroup';
45474
+ afterIssueId?: Maybe<Scalars['String']['output']>;
45475
+ beforeIssueId?: Maybe<Scalars['String']['output']>;
45476
+ jql?: Maybe<Scalars['String']['output']>;
45477
+ position?: Maybe<Scalars['Int']['output']>;
45478
+ };
45479
+ export declare type JiraIssueSearchViewContextMappingByParent = JiraIssueSearchViewContextMapping & {
45480
+ __typename?: 'JiraIssueSearchViewContextMappingByParent';
45481
+ afterIssueId?: Maybe<Scalars['String']['output']>;
45482
+ beforeIssueId?: Maybe<Scalars['String']['output']>;
45483
+ parentIssueId?: Maybe<Scalars['String']['output']>;
45484
+ position?: Maybe<Scalars['Int']['output']>;
45485
+ };
45486
+ export declare type JiraIssueSearchViewContexts = {
45487
+ __typename?: 'JiraIssueSearchViewContexts';
45488
+ contexts?: Maybe<Array<JiraIssueSearchViewContextMapping>>;
45489
+ errors?: Maybe<Array<QueryError>>;
45490
+ };
45437
45491
  export declare type JiraIssueSearchViewFieldSetsContext = {
45438
45492
  projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
45439
45493
  };
@@ -49725,6 +49779,7 @@ export declare type JiraQueryIssueSearchStatusArgs = {
49725
49779
  export declare type JiraQueryIssueSearchTotalCountArgs = {
49726
49780
  cloudId: Scalars['ID']['input'];
49727
49781
  issueSearchInput: JiraIssueSearchInput;
49782
+ viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
49728
49783
  };
49729
49784
  export declare type JiraQueryIssueSearchViewArgs = {
49730
49785
  id: Scalars['ID']['input'];
@@ -56159,13 +56214,15 @@ export declare type KnowledgeDiscoveryQueryApiSearchRelatedEntitiesArgs = {
56159
56214
  };
56160
56215
  export declare type KnowledgeDiscoveryQueryApiSearchTeamArgs = {
56161
56216
  orgId: Scalars['String']['input'];
56217
+ siteId?: InputMaybe<Scalars['String']['input']>;
56162
56218
  teamName: Scalars['String']['input'];
56163
- workspaceId: Scalars['String']['input'];
56219
+ workspaceId?: InputMaybe<Scalars['String']['input']>;
56164
56220
  };
56165
56221
  export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
56166
56222
  locale: Scalars['String']['input'];
56167
56223
  query: Scalars['String']['input'];
56168
- workspaceId: Scalars['String']['input'];
56224
+ siteId?: InputMaybe<Scalars['String']['input']>;
56225
+ workspaceId?: InputMaybe<Scalars['String']['input']>;
56169
56226
  };
56170
56227
  export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
56171
56228
  cloudId?: InputMaybe<Scalars['String']['input']>;
@@ -57135,6 +57192,7 @@ export declare type MarketplaceConsoleListingScreenshot = {
57135
57192
  __typename?: 'MarketplaceConsoleListingScreenshot';
57136
57193
  caption?: Maybe<Scalars['String']['output']>;
57137
57194
  imageId: Scalars['String']['output'];
57195
+ imageUrl?: Maybe<Scalars['String']['output']>;
57138
57196
  };
57139
57197
  export declare type MarketplaceConsoleListingScreenshotInput = {
57140
57198
  caption?: InputMaybe<Scalars['String']['input']>;
@@ -64096,6 +64154,7 @@ export declare type QueryGetKeywordsArgs = {
64096
64154
  };
64097
64155
  export declare type QueryGrowthUnifiedProfile_GetUnifiedProfileArgs = {
64098
64156
  accountId?: InputMaybe<Scalars['ID']['input']>;
64157
+ anonymousId?: InputMaybe<Scalars['ID']['input']>;
64099
64158
  tenantId?: InputMaybe<Scalars['ID']['input']>;
64100
64159
  };
64101
64160
  export declare type QueryHelpCenterArgs = {
@@ -68553,6 +68612,7 @@ export declare type SupportRequest = {
68553
68612
  statuses: SupportRequestStatuses;
68554
68613
  summary?: Maybe<Scalars['String']['output']>;
68555
68614
  targetScreen: Scalars['String']['output'];
68615
+ ticketSla?: Maybe<SupportRequestSla>;
68556
68616
  tracAttachmentComponentsEnabled?: Maybe<Scalars['Boolean']['output']>;
68557
68617
  transitions?: Maybe<SupportRequestTransitions>;
68558
68618
  };
@@ -68839,6 +68899,33 @@ export declare enum SupportRequestQueryStatusCategory {
68839
68899
  Done = "DONE",
68840
68900
  Open = "OPEN"
68841
68901
  }
68902
+ export declare type SupportRequestSla = {
68903
+ __typename?: 'SupportRequestSla';
68904
+ canAdministerProject?: Maybe<Scalars['Boolean']['output']>;
68905
+ hasPreviousCycles?: Maybe<Scalars['Boolean']['output']>;
68906
+ projectKey?: Maybe<Scalars['String']['output']>;
68907
+ slaGoals?: Maybe<Array<SupportRequestSlaGoal>>;
68908
+ };
68909
+ export declare type SupportRequestSlaGoal = {
68910
+ __typename?: 'SupportRequestSlaGoal';
68911
+ active?: Maybe<Scalars['Boolean']['output']>;
68912
+ breachTime?: Maybe<Scalars['String']['output']>;
68913
+ calendarName?: Maybe<Scalars['String']['output']>;
68914
+ closed?: Maybe<Scalars['Boolean']['output']>;
68915
+ durationTimeLong?: Maybe<Scalars['String']['output']>;
68916
+ failed?: Maybe<Scalars['Boolean']['output']>;
68917
+ goalTime?: Maybe<Scalars['String']['output']>;
68918
+ goalTimeHumanReadable?: Maybe<Scalars['String']['output']>;
68919
+ goalTimeLong?: Maybe<Scalars['String']['output']>;
68920
+ metricId?: Maybe<Scalars['String']['output']>;
68921
+ metricName?: Maybe<Scalars['String']['output']>;
68922
+ paused?: Maybe<Scalars['Boolean']['output']>;
68923
+ remainingTime?: Maybe<Scalars['String']['output']>;
68924
+ remainingTimeHumanReadable?: Maybe<Scalars['String']['output']>;
68925
+ remainingTimeLong?: Maybe<Scalars['String']['output']>;
68926
+ startTime?: Maybe<Scalars['String']['output']>;
68927
+ stopTime?: Maybe<Scalars['String']['output']>;
68928
+ };
68842
68929
  export declare type SupportRequestStatus = {
68843
68930
  __typename?: 'SupportRequestStatus';
68844
68931
  category: SupportRequestStatusCategory;
@@ -70211,13 +70298,9 @@ export declare type TrelloAssignCardToPlannerCalendarEventInput = {
70211
70298
  export declare type TrelloAssignCardToPlannerCalendarEventPayload = Payload & {
70212
70299
  __typename?: 'TrelloAssignCardToPlannerCalendarEventPayload';
70213
70300
  errors?: Maybe<Array<MutationError>>;
70214
- eventCard?: Maybe<TrelloPlannerCalendarEventCardConnection>;
70301
+ eventCard?: Maybe<TrelloPlannerCalendarEventCardConnectionUpdated>;
70215
70302
  success: Scalars['Boolean']['output'];
70216
70303
  };
70217
- export declare type TrelloAssignCardToPlannerCalendarEventPayloadEventCardArgs = {
70218
- after?: InputMaybe<Scalars['String']['input']>;
70219
- first?: InputMaybe<Scalars['Int']['input']>;
70220
- };
70221
70304
  export declare type TrelloAtlassianIntelligence = {
70222
70305
  __typename?: 'TrelloAtlassianIntelligence';
70223
70306
  enabled?: Maybe<Scalars['Boolean']['output']>;
@@ -71289,6 +71372,11 @@ export declare type TrelloPlannerCalendarEventCardConnection = {
71289
71372
  nodes?: Maybe<Array<TrelloPlannerCalendarEventCard>>;
71290
71373
  pageInfo: PageInfo;
71291
71374
  };
71375
+ export declare type TrelloPlannerCalendarEventCardConnectionUpdated = {
71376
+ __typename?: 'TrelloPlannerCalendarEventCardConnectionUpdated';
71377
+ edges?: Maybe<Array<TrelloPlannerCalendarEventCardEdge>>;
71378
+ nodes?: Maybe<Array<TrelloPlannerCalendarEventCard>>;
71379
+ };
71292
71380
  export declare type TrelloPlannerCalendarEventCardEdge = {
71293
71381
  __typename?: 'TrelloPlannerCalendarEventCardEdge';
71294
71382
  cursor?: Maybe<Scalars['String']['output']>;