@forge/cli-shared 5.5.3-next.3 → 5.5.3-next.4

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
+ ## 5.5.3-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f69e798]
8
+ - @forge/manifest@7.9.0-next.3
9
+
3
10
  ## 5.5.3-next.3
4
11
 
5
12
  ### Patch Changes
@@ -6787,6 +6787,7 @@ export declare type ConfigurePolarisRefreshPayload = Payload & {
6787
6787
  node?: Maybe<Scalars['Int']['output']>;
6788
6788
  success: Scalars['Boolean']['output'];
6789
6789
  };
6790
+ export declare type ConfluenceAncestor = ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluencePage | ConfluenceWhiteboard;
6790
6791
  export declare type ConfluenceBlogPost = {
6791
6792
  __typename?: 'ConfluenceBlogPost';
6792
6793
  author?: Maybe<ConfluenceUserInfo>;
@@ -7044,6 +7045,7 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
7044
7045
  };
7045
7046
  export declare type ConfluenceDatabase = {
7046
7047
  __typename?: 'ConfluenceDatabase';
7048
+ allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
7047
7049
  author?: Maybe<ConfluenceUserInfo>;
7048
7050
  databaseId: Scalars['ID']['output'];
7049
7051
  id: Scalars['ID']['output'];
@@ -7101,6 +7103,7 @@ export declare type ConfluenceDeletePagePropertyPayload = Payload & {
7101
7103
  };
7102
7104
  export declare type ConfluenceEmbed = {
7103
7105
  __typename?: 'ConfluenceEmbed';
7106
+ allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
7104
7107
  author?: Maybe<ConfluenceUserInfo>;
7105
7108
  embedId: Scalars['ID']['output'];
7106
7109
  id: Scalars['ID']['output'];
@@ -7122,6 +7125,7 @@ export declare type ConfluenceFavoritedSummary = {
7122
7125
  };
7123
7126
  export declare type ConfluenceFolder = {
7124
7127
  __typename?: 'ConfluenceFolder';
7128
+ allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
7125
7129
  author?: Maybe<ConfluenceUserInfo>;
7126
7130
  folderId: Scalars['ID']['output'];
7127
7131
  id: Scalars['ID']['output'];
@@ -13007,6 +13011,7 @@ export declare enum ConfluenceOperationTarget {
13007
13011
  }
13008
13012
  export declare type ConfluencePage = {
13009
13013
  __typename?: 'ConfluencePage';
13014
+ allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
13010
13015
  ancestors?: Maybe<Array<Maybe<ConfluencePage>>>;
13011
13016
  author?: Maybe<ConfluenceUserInfo>;
13012
13017
  body?: Maybe<ConfluenceBodies>;
@@ -13973,6 +13978,7 @@ export declare type ConfluenceValidateSpaceKeyResponse = {
13973
13978
  };
13974
13979
  export declare type ConfluenceWhiteboard = {
13975
13980
  __typename?: 'ConfluenceWhiteboard';
13981
+ allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
13976
13982
  author?: Maybe<ConfluenceUserInfo>;
13977
13983
  comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
13978
13984
  id: Scalars['ID']['output'];
@@ -57211,6 +57217,7 @@ export declare enum MembershipState {
57211
57217
  Invited = "INVITED",
57212
57218
  RequestingToJoin = "REQUESTING_TO_JOIN"
57213
57219
  }
57220
+ export declare type MercuryActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | TownsquareGoal;
57214
57221
  export declare type MercuryAddWatcherToFocusAreaInput = {
57215
57222
  cloudId: Scalars['ID']['input'];
57216
57223
  focusAreaId: Scalars['ID']['input'];
@@ -57439,6 +57446,14 @@ export declare enum MercuryEntityType {
57439
57446
  Program = "PROGRAM",
57440
57447
  ProgramStatusUpdate = "PROGRAM_STATUS_UPDATE"
57441
57448
  }
57449
+ export declare enum MercuryEventType {
57450
+ Create = "CREATE",
57451
+ Delete = "DELETE",
57452
+ Import = "IMPORT",
57453
+ Link = "LINK",
57454
+ Unlink = "UNLINK",
57455
+ Update = "UPDATE"
57456
+ }
57442
57457
  export declare type MercuryFocusArea = Node & {
57443
57458
  __typename?: 'MercuryFocusArea';
57444
57459
  aboutContent: MercuryFocusAreaAbout;
@@ -57486,6 +57501,30 @@ export declare type MercuryFocusAreaAbout = {
57486
57501
  __typename?: 'MercuryFocusAreaAbout';
57487
57502
  editorAdfContent?: Maybe<Scalars['String']['output']>;
57488
57503
  };
57504
+ export declare type MercuryFocusAreaActivityConnection = {
57505
+ __typename?: 'MercuryFocusAreaActivityConnection';
57506
+ edges?: Maybe<Array<Maybe<MercuryFocusAreaActivityEdge>>>;
57507
+ pageInfo: PageInfo;
57508
+ totalCount?: Maybe<Scalars['Int']['output']>;
57509
+ };
57510
+ export declare type MercuryFocusAreaActivityEdge = {
57511
+ __typename?: 'MercuryFocusAreaActivityEdge';
57512
+ cursor: Scalars['String']['output'];
57513
+ node?: Maybe<MercuryFocusAreaActivityHistory>;
57514
+ };
57515
+ export declare type MercuryFocusAreaActivityHistory = Node & {
57516
+ __typename?: 'MercuryFocusAreaActivityHistory';
57517
+ eventDate?: Maybe<Scalars['String']['output']>;
57518
+ eventType?: Maybe<MercuryEventType>;
57519
+ fields?: Maybe<Array<Maybe<MercuryUpdatedField>>>;
57520
+ fieldsChanged?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
57521
+ focusAreaId?: Maybe<Scalars['String']['output']>;
57522
+ id: Scalars['ID']['output'];
57523
+ user?: Maybe<User>;
57524
+ };
57525
+ export declare type MercuryFocusAreaActivitySort = {
57526
+ order: SortOrder;
57527
+ };
57489
57528
  export declare type MercuryFocusAreaAllocations = {
57490
57529
  __typename?: 'MercuryFocusAreaAllocations';
57491
57530
  human?: Maybe<MercuryHumanResourcesAllocation>;
@@ -58110,6 +58149,7 @@ export declare type MercuryQueryApi = {
58110
58149
  aiFocusAreaSummary?: Maybe<MercuryFocusAreaSummary>;
58111
58150
  comments?: Maybe<MercuryCommentConnection>;
58112
58151
  focusArea?: Maybe<MercuryFocusArea>;
58152
+ focusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
58113
58153
  focusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
58114
58154
  focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
58115
58155
  focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
@@ -58148,6 +58188,13 @@ export declare type MercuryQueryApiFocusAreaArgs = {
58148
58188
  cloudId: Scalars['ID']['input'];
58149
58189
  id: Scalars['ID']['input'];
58150
58190
  };
58191
+ export declare type MercuryQueryApiFocusAreaActivityHistoryArgs = {
58192
+ after?: InputMaybe<Scalars['String']['input']>;
58193
+ cloudId: Scalars['ID']['input'];
58194
+ first?: InputMaybe<Scalars['Int']['input']>;
58195
+ focusAreaId: Scalars['ID']['input'];
58196
+ sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
58197
+ };
58151
58198
  export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
58152
58199
  cloudId: Scalars['ID']['input'];
58153
58200
  id?: InputMaybe<Scalars['ID']['input']>;
@@ -58382,6 +58429,17 @@ export declare type MercuryUpdatePortfolioPayload = Payload & {
58382
58429
  success: Scalars['Boolean']['output'];
58383
58430
  updatedPortfolio?: Maybe<MercuryPortfolio>;
58384
58431
  };
58432
+ export declare type MercuryUpdatedField = {
58433
+ __typename?: 'MercuryUpdatedField';
58434
+ field?: Maybe<Scalars['String']['output']>;
58435
+ fieldType?: Maybe<Scalars['String']['output']>;
58436
+ newData?: Maybe<MercuryActivityHistoryData>;
58437
+ newString?: Maybe<Scalars['String']['output']>;
58438
+ newValue?: Maybe<Scalars['String']['output']>;
58439
+ oldData?: Maybe<MercuryActivityHistoryData>;
58440
+ oldString?: Maybe<Scalars['String']['output']>;
58441
+ oldValue?: Maybe<Scalars['String']['output']>;
58442
+ };
58385
58443
  export declare type MercuryUserConnection = {
58386
58444
  __typename?: 'MercuryUserConnection';
58387
58445
  edges?: Maybe<Array<Maybe<MercuryUserEdge>>>;
@@ -62348,7 +62406,10 @@ export declare type Query = {
62348
62406
  pricings: ContentPlatformPricingSearchConnection;
62349
62407
  productListing?: Maybe<ProductListingResult>;
62350
62408
  productListings: Array<ProductListingResult>;
62409
+ radar_enlistment: RadarEnlistment;
62410
+ radar_fieldValues: RadarFieldValuesConnection;
62351
62411
  radar_healthcheck: Scalars['String']['output'];
62412
+ radar_positions: RadarPositionConnection;
62352
62413
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
62353
62414
  releaseNotes: ContentPlatformReleaseNotesConnection;
62354
62415
  repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
@@ -63723,9 +63784,30 @@ export declare type QueryProductListingsArgs = {
63723
63784
  ids: Array<Scalars['ID']['input']>;
63724
63785
  locales?: InputMaybe<Array<Scalars['ID']['input']>>;
63725
63786
  };
63787
+ export declare type QueryRadar_EnlistmentArgs = {
63788
+ cloudId: Scalars['ID']['input'];
63789
+ };
63790
+ export declare type QueryRadar_FieldValuesArgs = {
63791
+ after?: InputMaybe<Scalars['String']['input']>;
63792
+ before?: InputMaybe<Scalars['String']['input']>;
63793
+ cloudId: Scalars['ID']['input'];
63794
+ fieldId?: InputMaybe<Scalars['ID']['input']>;
63795
+ first?: InputMaybe<Scalars['Int']['input']>;
63796
+ last?: InputMaybe<Scalars['Int']['input']>;
63797
+ rql?: InputMaybe<Scalars['String']['input']>;
63798
+ };
63726
63799
  export declare type QueryRadar_HealthcheckArgs = {
63727
63800
  cloudId: Scalars['ID']['input'];
63728
63801
  };
63802
+ export declare type QueryRadar_PositionsArgs = {
63803
+ after?: InputMaybe<Scalars['String']['input']>;
63804
+ before?: InputMaybe<Scalars['String']['input']>;
63805
+ cloudId: Scalars['ID']['input'];
63806
+ fieldIdIsIn?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
63807
+ first?: InputMaybe<Scalars['Int']['input']>;
63808
+ last?: InputMaybe<Scalars['Int']['input']>;
63809
+ rql?: InputMaybe<Scalars['String']['input']>;
63810
+ };
63729
63811
  export declare type QueryReleaseNoteArgs = {
63730
63812
  id: Scalars['String']['input'];
63731
63813
  publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
@@ -63843,6 +63925,147 @@ export declare type QuotaInfo = {
63843
63925
  encrypted: Scalars['Boolean']['output'];
63844
63926
  quotaUsage: Scalars['Int']['output'];
63845
63927
  };
63928
+ export declare type RadarBooleanFieldValue = {
63929
+ __typename?: 'RadarBooleanFieldValue';
63930
+ value?: Maybe<Scalars['Boolean']['output']>;
63931
+ };
63932
+ export declare type RadarConnection = {
63933
+ pageInfo: PageInfo;
63934
+ totalCount?: Maybe<Scalars['Int']['output']>;
63935
+ };
63936
+ export declare type RadarDateFieldValue = {
63937
+ __typename?: 'RadarDateFieldValue';
63938
+ value?: Maybe<Scalars['DateTime']['output']>;
63939
+ };
63940
+ export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
63941
+ __typename?: 'RadarDynamicFilterOptions';
63942
+ operators?: Maybe<Array<Maybe<RadarFilterOperators>>>;
63943
+ plurality?: Maybe<RadarFilterPlurality>;
63944
+ type?: Maybe<RadarFilterInputType>;
63945
+ };
63946
+ export declare type RadarEdge = {
63947
+ cursor: Scalars['String']['output'];
63948
+ };
63949
+ export declare type RadarEnlistment = {
63950
+ __typename?: 'RadarEnlistment';
63951
+ cloudId: Scalars['ID']['output'];
63952
+ positionFields?: Maybe<Array<Maybe<RadarEnlistment>>>;
63953
+ };
63954
+ export declare type RadarEntity = {
63955
+ fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
63956
+ id: Scalars['ID']['output'];
63957
+ type?: Maybe<RadarEntityType>;
63958
+ };
63959
+ export declare enum RadarEntityType {
63960
+ Position = "POSITION"
63961
+ }
63962
+ export declare type RadarFieldDefinition = Node & {
63963
+ __typename?: 'RadarFieldDefinition';
63964
+ displayName?: Maybe<Scalars['String']['output']>;
63965
+ entity?: Maybe<RadarEntityType>;
63966
+ filterOptions?: Maybe<RadarFilterOptions>;
63967
+ id: Scalars['ID']['output'];
63968
+ isCustom?: Maybe<Scalars['Boolean']['output']>;
63969
+ type?: Maybe<RadarFieldType>;
63970
+ };
63971
+ export declare enum RadarFieldType {
63972
+ Boolean = "BOOLEAN",
63973
+ Datetime = "DATETIME",
63974
+ Number = "NUMBER",
63975
+ Status = "STATUS",
63976
+ String = "STRING",
63977
+ Url = "URL"
63978
+ }
63979
+ export declare type RadarFieldValue = RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
63980
+ export declare type RadarFieldValueIdPair = {
63981
+ __typename?: 'RadarFieldValueIdPair';
63982
+ fieldId: Scalars['ID']['output'];
63983
+ fieldValue?: Maybe<RadarFieldValue>;
63984
+ };
63985
+ export declare type RadarFieldValuesConnection = RadarConnection & {
63986
+ __typename?: 'RadarFieldValuesConnection';
63987
+ edges?: Maybe<Array<Maybe<RadarFieldValuesEdge>>>;
63988
+ nodes?: Maybe<Array<Maybe<RadarFieldValue>>>;
63989
+ pageInfo: PageInfo;
63990
+ totalCount?: Maybe<Scalars['Int']['output']>;
63991
+ };
63992
+ export declare type RadarFieldValuesEdge = RadarEdge & {
63993
+ __typename?: 'RadarFieldValuesEdge';
63994
+ cursor: Scalars['String']['output'];
63995
+ node?: Maybe<RadarFieldValue>;
63996
+ };
63997
+ export declare enum RadarFilterInputType {
63998
+ Checkbox = "CHECKBOX",
63999
+ Range = "RANGE",
64000
+ Textfield = "TEXTFIELD"
64001
+ }
64002
+ export declare enum RadarFilterOperators {
64003
+ Equals = "EQUALS",
64004
+ GreaterThan = "GREATER_THAN",
64005
+ GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL",
64006
+ LessThan = "LESS_THAN",
64007
+ LessThanOrEqual = "LESS_THAN_OR_EQUAL",
64008
+ Like = "LIKE",
64009
+ NotEquals = "NOT_EQUALS",
64010
+ NotLike = "NOT_LIKE"
64011
+ }
64012
+ export declare type RadarFilterOptions = {
64013
+ operators?: Maybe<Array<Maybe<RadarFilterOperators>>>;
64014
+ plurality?: Maybe<RadarFilterPlurality>;
64015
+ type?: Maybe<RadarFilterInputType>;
64016
+ };
64017
+ export declare enum RadarFilterPlurality {
64018
+ And = "AND",
64019
+ None = "NONE",
64020
+ Or = "OR"
64021
+ }
64022
+ export declare type RadarNumericFieldValue = {
64023
+ __typename?: 'RadarNumericFieldValue';
64024
+ displayValue?: Maybe<Scalars['Int']['output']>;
64025
+ value?: Maybe<Scalars['Int']['output']>;
64026
+ };
64027
+ export declare type RadarPosition = Node & RadarEntity & {
64028
+ __typename?: 'RadarPosition';
64029
+ fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
64030
+ id: Scalars['ID']['output'];
64031
+ type?: Maybe<RadarEntityType>;
64032
+ };
64033
+ export declare type RadarPositionConnection = RadarConnection & {
64034
+ __typename?: 'RadarPositionConnection';
64035
+ edges?: Maybe<Array<Maybe<RadarPositionEdge>>>;
64036
+ nodes?: Maybe<Array<Maybe<RadarPosition>>>;
64037
+ pageInfo: PageInfo;
64038
+ totalCount?: Maybe<Scalars['Int']['output']>;
64039
+ };
64040
+ export declare type RadarPositionEdge = RadarEdge & {
64041
+ __typename?: 'RadarPositionEdge';
64042
+ cursor: Scalars['String']['output'];
64043
+ node?: Maybe<RadarPosition>;
64044
+ };
64045
+ export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
64046
+ __typename?: 'RadarStaticStringFilterOptions';
64047
+ operators?: Maybe<Array<Maybe<RadarFilterOperators>>>;
64048
+ plurality?: Maybe<RadarFilterPlurality>;
64049
+ type?: Maybe<RadarFilterInputType>;
64050
+ values?: Maybe<Array<Maybe<RadarFieldValue>>>;
64051
+ };
64052
+ export declare type RadarStatusFieldValue = {
64053
+ __typename?: 'RadarStatusFieldValue';
64054
+ color?: Maybe<Scalars['String']['output']>;
64055
+ displayValue?: Maybe<Scalars['String']['output']>;
64056
+ value?: Maybe<Scalars['String']['output']>;
64057
+ };
64058
+ export declare type RadarStringFieldValue = {
64059
+ __typename?: 'RadarStringFieldValue';
64060
+ displayValue?: Maybe<Scalars['String']['output']>;
64061
+ value?: Maybe<Scalars['String']['output']>;
64062
+ };
64063
+ export declare type RadarUrlFieldValue = {
64064
+ __typename?: 'RadarUrlFieldValue';
64065
+ displayValue?: Maybe<Scalars['String']['output']>;
64066
+ icon?: Maybe<Scalars['String']['output']>;
64067
+ value?: Maybe<Scalars['String']['output']>;
64068
+ };
63846
64069
  export declare type RankColumnInput = {
63847
64070
  boardId: Scalars['ID']['input'];
63848
64071
  columnId: Scalars['ID']['input'];