@forge/cli-shared 6.5.1-next.2 → 6.5.1-next.3

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.5.1-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [26050db]
8
+ - @forge/util@1.4.6-next.0
9
+
3
10
  ## 6.5.1-next.2
4
11
 
5
12
  ### Patch Changes
@@ -7789,6 +7789,7 @@ export declare type CompassUpdateJqlMetricSourceUserPayload = Payload & {
7789
7789
  };
7790
7790
  export declare type CompassUpdateMetricDefinitionInput = {
7791
7791
  cloudId?: InputMaybe<Scalars['ID']['input']>;
7792
+ configuration?: InputMaybe<CompassMetricDefinitionConfigurationInput>;
7792
7793
  description?: InputMaybe<Scalars['String']['input']>;
7793
7794
  format?: InputMaybe<CompassMetricDefinitionFormatInput>;
7794
7795
  id: Scalars['ID']['input'];
@@ -28534,6 +28535,10 @@ export declare type GraphStore = {
28534
28535
  userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
28535
28536
  userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
28536
28537
  userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
28538
+ userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
28539
+ userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
28540
+ userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
28541
+ userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
28537
28542
  userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
28538
28543
  userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
28539
28544
  userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
@@ -31057,6 +31062,34 @@ export declare type GraphStoreUserReviewsPrInverseArgs = {
31057
31062
  id: Scalars['ID']['input'];
31058
31063
  sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
31059
31064
  };
31065
+ export declare type GraphStoreUserUpdatedConfluenceBlogpostArgs = {
31066
+ after?: InputMaybe<Scalars['String']['input']>;
31067
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
31068
+ first?: InputMaybe<Scalars['Int']['input']>;
31069
+ id: Scalars['ID']['input'];
31070
+ sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
31071
+ };
31072
+ export declare type GraphStoreUserUpdatedConfluenceBlogpostInverseArgs = {
31073
+ after?: InputMaybe<Scalars['String']['input']>;
31074
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
31075
+ first?: InputMaybe<Scalars['Int']['input']>;
31076
+ id: Scalars['ID']['input'];
31077
+ sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
31078
+ };
31079
+ export declare type GraphStoreUserUpdatedConfluencePageArgs = {
31080
+ after?: InputMaybe<Scalars['String']['input']>;
31081
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
31082
+ first?: InputMaybe<Scalars['Int']['input']>;
31083
+ id: Scalars['ID']['input'];
31084
+ sort?: InputMaybe<GraphStoreUserUpdatedConfluencePageSortInput>;
31085
+ };
31086
+ export declare type GraphStoreUserUpdatedConfluencePageInverseArgs = {
31087
+ after?: InputMaybe<Scalars['String']['input']>;
31088
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
31089
+ first?: InputMaybe<Scalars['Int']['input']>;
31090
+ id: Scalars['ID']['input'];
31091
+ sort?: InputMaybe<GraphStoreUserUpdatedConfluencePageSortInput>;
31092
+ };
31060
31093
  export declare type GraphStoreUserViewedAtlasGoalArgs = {
31061
31094
  after?: InputMaybe<Scalars['String']['input']>;
31062
31095
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -40335,6 +40368,62 @@ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
40335
40368
  };
40336
40369
  export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
40337
40370
  export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
40371
+ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection = HasPageInfo & {
40372
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection';
40373
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge>>>;
40374
+ pageInfo: PageInfo;
40375
+ };
40376
+ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge = {
40377
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge';
40378
+ createdAt: Scalars['DateTime']['output'];
40379
+ cursor?: Maybe<Scalars['String']['output']>;
40380
+ id: Scalars['ID']['output'];
40381
+ lastUpdated: Scalars['DateTime']['output'];
40382
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion>;
40383
+ };
40384
+ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection = HasPageInfo & {
40385
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection';
40386
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge>>>;
40387
+ pageInfo: PageInfo;
40388
+ };
40389
+ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge = {
40390
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge';
40391
+ createdAt: Scalars['DateTime']['output'];
40392
+ cursor?: Maybe<Scalars['String']['output']>;
40393
+ id: Scalars['ID']['output'];
40394
+ lastUpdated: Scalars['DateTime']['output'];
40395
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion>;
40396
+ };
40397
+ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
40398
+ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion = ConfluenceBlogPost;
40399
+ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageConnection = HasPageInfo & {
40400
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageConnection';
40401
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageEdge>>>;
40402
+ pageInfo: PageInfo;
40403
+ };
40404
+ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageEdge = {
40405
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageEdge';
40406
+ createdAt: Scalars['DateTime']['output'];
40407
+ cursor?: Maybe<Scalars['String']['output']>;
40408
+ id: Scalars['ID']['output'];
40409
+ lastUpdated: Scalars['DateTime']['output'];
40410
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageUnion>;
40411
+ };
40412
+ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection = HasPageInfo & {
40413
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection';
40414
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge>>>;
40415
+ pageInfo: PageInfo;
40416
+ };
40417
+ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge = {
40418
+ __typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge';
40419
+ createdAt: Scalars['DateTime']['output'];
40420
+ cursor?: Maybe<Scalars['String']['output']>;
40421
+ id: Scalars['ID']['output'];
40422
+ lastUpdated: Scalars['DateTime']['output'];
40423
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseUnion>;
40424
+ };
40425
+ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
40426
+ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageUnion = ConfluencePage;
40338
40427
  export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
40339
40428
  __typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
40340
40429
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
@@ -41189,6 +41278,12 @@ export declare type GraphStoreUserReportsIssueSortInput = {
41189
41278
  export declare type GraphStoreUserReviewsPrSortInput = {
41190
41279
  lastModified?: InputMaybe<GraphStoreSortInput>;
41191
41280
  };
41281
+ export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
41282
+ lastModified?: InputMaybe<GraphStoreSortInput>;
41283
+ };
41284
+ export declare type GraphStoreUserUpdatedConfluencePageSortInput = {
41285
+ lastModified?: InputMaybe<GraphStoreSortInput>;
41286
+ };
41192
41287
  export declare type GraphStoreUserViewedAtlasGoalSortInput = {
41193
41288
  lastModified?: InputMaybe<GraphStoreSortInput>;
41194
41289
  };
@@ -47548,6 +47643,7 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
47548
47643
  issueAri: Scalars['ID']['input'];
47549
47644
  prompt?: InputMaybe<Scalars['String']['input']>;
47550
47645
  repoUrl: Scalars['String']['input'];
47646
+ sourceBranch?: InputMaybe<Scalars['String']['input']>;
47551
47647
  };
47552
47648
  export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
47553
47649
  issueAri: Scalars['ID']['input'];
@@ -48841,6 +48937,7 @@ export declare type JiraGroupedListViewGroupsArgs = {
48841
48937
  last?: InputMaybe<Scalars['Int']['input']>;
48842
48938
  options?: InputMaybe<JiraIssueSearchOptions>;
48843
48939
  saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
48940
+ scope?: InputMaybe<JiraIssueSearchScope>;
48844
48941
  };
48845
48942
  export declare type JiraGroupedListViewViewSettingsArgs = {
48846
48943
  groupBy?: InputMaybe<Scalars['String']['input']>;
@@ -51285,6 +51382,7 @@ export declare type JiraListViewIssuesArgs = {
51285
51382
  last?: InputMaybe<Scalars['Int']['input']>;
51286
51383
  options?: InputMaybe<JiraIssueSearchOptions>;
51287
51384
  saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
51385
+ scope?: InputMaybe<JiraIssueSearchScope>;
51288
51386
  viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
51289
51387
  };
51290
51388
  export declare type JiraListViewViewSettingsArgs = {
@@ -65163,6 +65261,7 @@ export declare type MercuryQueryApiForYouFocusAreaActivityHistoryArgs = {
65163
65261
  cloudId?: InputMaybe<Scalars['ID']['input']>;
65164
65262
  first?: InputMaybe<Scalars['Int']['input']>;
65165
65263
  focusAreaFirst?: InputMaybe<Scalars['Int']['input']>;
65264
+ q?: InputMaybe<Scalars['String']['input']>;
65166
65265
  sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
65167
65266
  };
65168
65267
  export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
@@ -73219,6 +73318,7 @@ export declare type RadarDateFieldValue = {
73219
73318
  export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
73220
73319
  __typename?: 'RadarDynamicFilterOptions';
73221
73320
  functions: Array<RadarFunctionId>;
73321
+ isHidden?: Maybe<Scalars['Boolean']['output']>;
73222
73322
  operators: Array<RadarFilterOperators>;
73223
73323
  plurality: RadarFilterPlurality;
73224
73324
  type: RadarFilterInputType;
@@ -73244,6 +73344,7 @@ export declare type RadarFieldDefinition = Node & {
73244
73344
  filterOptions: RadarFilterOptions;
73245
73345
  id: Scalars['ID']['output'];
73246
73346
  isCustom: Scalars['Boolean']['output'];
73347
+ isHidden?: Maybe<Scalars['Boolean']['output']>;
73247
73348
  relativeId: Scalars['String']['output'];
73248
73349
  type: RadarFieldType;
73249
73350
  };
@@ -73291,6 +73392,7 @@ export declare enum RadarFilterOperators {
73291
73392
  }
73292
73393
  export declare type RadarFilterOptions = {
73293
73394
  functions: Array<RadarFunctionId>;
73395
+ isHidden?: Maybe<Scalars['Boolean']['output']>;
73294
73396
  operators: Array<RadarFilterOperators>;
73295
73397
  plurality: RadarFilterPlurality;
73296
73398
  type: RadarFilterInputType;
@@ -73370,6 +73472,7 @@ export declare type RadarPositionEdge = RadarEdge & {
73370
73472
  export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
73371
73473
  __typename?: 'RadarStaticStringFilterOptions';
73372
73474
  functions: Array<RadarFunctionId>;
73475
+ isHidden?: Maybe<Scalars['Boolean']['output']>;
73373
73476
  operators: Array<RadarFilterOperators>;
73374
73477
  plurality: RadarFilterPlurality;
73375
73478
  type: RadarFilterInputType;
@@ -73391,7 +73494,6 @@ export declare type RadarStatusFieldValue = {
73391
73494
  };
73392
73495
  export declare type RadarStringFieldValue = {
73393
73496
  __typename?: 'RadarStringFieldValue';
73394
- displayValue?: Maybe<Scalars['String']['output']>;
73395
73497
  value?: Maybe<Scalars['String']['output']>;
73396
73498
  };
73397
73499
  export declare type RadarUrlFieldValue = {
@@ -80717,6 +80819,7 @@ export declare type TrelloAtlassianIntelligence = {
80717
80819
  export declare type TrelloAttachment = Node & {
80718
80820
  __typename?: 'TrelloAttachment';
80719
80821
  bytes?: Maybe<Scalars['Float']['output']>;
80822
+ creatorId?: Maybe<Scalars['ID']['output']>;
80720
80823
  date?: Maybe<Scalars['DateTime']['output']>;
80721
80824
  edgeColor?: Maybe<Scalars['String']['output']>;
80722
80825
  fileName?: Maybe<Scalars['String']['output']>;
@@ -81224,6 +81327,7 @@ export declare type TrelloCardUpdated = {
81224
81327
  name?: Maybe<Scalars['String']['output']>;
81225
81328
  objectId?: Maybe<Scalars['ID']['output']>;
81226
81329
  position?: Maybe<Scalars['Float']['output']>;
81330
+ stickers?: Maybe<TrelloStickerUpdatedConnection>;
81227
81331
  };
81228
81332
  export declare type TrelloCardUpdatedConnection = {
81229
81333
  __typename?: 'TrelloCardUpdatedConnection';
@@ -81234,14 +81338,41 @@ export declare type TrelloCardViewer = {
81234
81338
  subscribed?: Maybe<Scalars['Boolean']['output']>;
81235
81339
  voted?: Maybe<Scalars['Boolean']['output']>;
81236
81340
  };
81341
+ export declare type TrelloCheckItem = {
81342
+ __typename?: 'TrelloCheckItem';
81343
+ name?: Maybe<Scalars['String']['output']>;
81344
+ objectId: Scalars['ID']['output'];
81345
+ position?: Maybe<Scalars['Float']['output']>;
81346
+ state?: Maybe<TrelloCheckItemState>;
81347
+ };
81348
+ export declare type TrelloCheckItemConnection = {
81349
+ __typename?: 'TrelloCheckItemConnection';
81350
+ edges?: Maybe<Array<TrelloCheckItemEdge>>;
81351
+ nodes?: Maybe<Array<TrelloCheckItem>>;
81352
+ pageInfo: PageInfo;
81353
+ };
81354
+ export declare type TrelloCheckItemEdge = {
81355
+ __typename?: 'TrelloCheckItemEdge';
81356
+ cursor: Scalars['String']['output'];
81357
+ node: TrelloCheckItem;
81358
+ };
81359
+ export declare enum TrelloCheckItemState {
81360
+ Complete = "COMPLETE",
81361
+ Incomplete = "INCOMPLETE"
81362
+ }
81237
81363
  export declare type TrelloChecklist = {
81238
81364
  __typename?: 'TrelloChecklist';
81239
81365
  board?: Maybe<TrelloBoard>;
81240
81366
  card?: Maybe<TrelloCard>;
81367
+ checkItems?: Maybe<TrelloCheckItemConnection>;
81241
81368
  name?: Maybe<Scalars['String']['output']>;
81242
81369
  objectId: Scalars['ID']['output'];
81243
81370
  position?: Maybe<Scalars['Float']['output']>;
81244
81371
  };
81372
+ export declare type TrelloChecklistCheckItemsArgs = {
81373
+ after?: InputMaybe<Scalars['String']['input']>;
81374
+ first?: InputMaybe<Scalars['Int']['input']>;
81375
+ };
81245
81376
  export declare type TrelloChecklistConnection = {
81246
81377
  __typename?: 'TrelloChecklistConnection';
81247
81378
  edges?: Maybe<Array<TrelloChecklistEdge>>;
@@ -81363,6 +81494,17 @@ export declare type TrelloCustomFieldOptionValue = {
81363
81494
  __typename?: 'TrelloCustomFieldOptionValue';
81364
81495
  text?: Maybe<Scalars['String']['output']>;
81365
81496
  };
81497
+ export declare type TrelloDeletePlannerCalendarEventInput = {
81498
+ plannerCalendarEventId: Scalars['ID']['input'];
81499
+ plannerCalendarId: Scalars['ID']['input'];
81500
+ providerAccountId: Scalars['ID']['input'];
81501
+ };
81502
+ export declare type TrelloDeletePlannerCalendarEventPayload = Payload & {
81503
+ __typename?: 'TrelloDeletePlannerCalendarEventPayload';
81504
+ errors?: Maybe<Array<MutationError>>;
81505
+ event?: Maybe<TrelloPlannerCalendarEventDeleted>;
81506
+ success: Scalars['Boolean']['output'];
81507
+ };
81366
81508
  export declare type TrelloDescription = {
81367
81509
  __typename?: 'TrelloDescription';
81368
81510
  customData?: Maybe<TrelloDescriptionData>;
@@ -81647,6 +81789,7 @@ export declare type TrelloMutationApi = {
81647
81789
  createCard?: Maybe<TrelloCreateCardPayload>;
81648
81790
  createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
81649
81791
  createPlannerCalendarEvent?: Maybe<TrelloCreatePlannerCalendarEventPayload>;
81792
+ deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
81650
81793
  editPlannerCalendarEvent?: Maybe<TrelloEditPlannerCalendarEventPayload>;
81651
81794
  pinCard?: Maybe<TrelloPinCardPayload>;
81652
81795
  removeCardFromPlannerCalendarEvent?: Maybe<TrelloRemoveCardFromPlannerCalendarEventPayload>;
@@ -81680,6 +81823,9 @@ export declare type TrelloMutationApiCreateOrUpdatePlannerCalendarArgs = {
81680
81823
  export declare type TrelloMutationApiCreatePlannerCalendarEventArgs = {
81681
81824
  input: TrelloCreatePlannerCalendarEventInput;
81682
81825
  };
81826
+ export declare type TrelloMutationApiDeletePlannerCalendarEventArgs = {
81827
+ input: TrelloDeletePlannerCalendarEventInput;
81828
+ };
81683
81829
  export declare type TrelloMutationApiEditPlannerCalendarEventArgs = {
81684
81830
  input: TrelloEditPlannerCalendarEventInput;
81685
81831
  };
@@ -81879,6 +82025,10 @@ export declare type TrelloPlannerCalendarEventConnection = {
81879
82025
  pageInfo: PageInfo;
81880
82026
  updateCursor?: Maybe<Scalars['String']['output']>;
81881
82027
  };
82028
+ export declare type TrelloPlannerCalendarEventDeleted = {
82029
+ __typename?: 'TrelloPlannerCalendarEventDeleted';
82030
+ id: Scalars['ID']['output'];
82031
+ };
81882
82032
  export declare type TrelloPlannerCalendarEventEdge = {
81883
82033
  __typename?: 'TrelloPlannerCalendarEventEdge';
81884
82034
  cursor?: Maybe<Scalars['String']['output']>;
@@ -81939,6 +82089,7 @@ export declare type TrelloPowerUp = {
81939
82089
  export declare type TrelloPowerUpData = {
81940
82090
  __typename?: 'TrelloPowerUpData';
81941
82091
  access?: Maybe<TrelloPowerUpDataAccess>;
82092
+ modelId?: Maybe<Scalars['ID']['output']>;
81942
82093
  objectId: Scalars['ID']['output'];
81943
82094
  powerUp?: Maybe<TrelloPowerUp>;
81944
82095
  scope?: Maybe<TrelloPowerUpDataScope>;
@@ -82155,6 +82306,10 @@ export declare type TrelloStickerEdge = {
82155
82306
  cursor: Scalars['String']['output'];
82156
82307
  node: TrelloSticker;
82157
82308
  };
82309
+ export declare type TrelloStickerUpdatedConnection = {
82310
+ __typename?: 'TrelloStickerUpdatedConnection';
82311
+ nodes?: Maybe<Array<TrelloStickerEdge>>;
82312
+ };
82158
82313
  export declare type TrelloSubscriptionApi = {
82159
82314
  __typename?: 'TrelloSubscriptionApi';
82160
82315
  cardsById?: Maybe<TrelloBoardUpdated>;