@forge/cli-shared 3.23.1-next.0 → 3.23.1-next.0-experimental-6adbba3

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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.23.1-next.0-experimental-6adbba3
4
+
5
+ ### Patch Changes
6
+
7
+ - 84bb0de: Bumping dependencies via Renovate:
8
+
9
+ - @sentry/node
10
+
3
11
  ## 3.23.1-next.0
4
12
 
5
13
  ### Patch Changes
@@ -5632,17 +5632,6 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
5632
5632
  space?: Maybe<ConfluenceSpace>;
5633
5633
  success: Scalars['Boolean']['output'];
5634
5634
  };
5635
- export declare type ConfluenceCreateUserPropertyInput = {
5636
- key: Scalars['String']['input'];
5637
- userId: Scalars['String']['input'];
5638
- value: Scalars['String']['input'];
5639
- };
5640
- export declare type ConfluenceCreateUserPropertyPayload = Payload & {
5641
- __typename?: 'ConfluenceCreateUserPropertyPayload';
5642
- errors?: Maybe<Array<MutationError>>;
5643
- success: Scalars['Boolean']['output'];
5644
- userProperty?: Maybe<ConfluenceUserProperty>;
5645
- };
5646
5635
  export declare type ConfluenceDatabase = {
5647
5636
  __typename?: 'ConfluenceDatabase';
5648
5637
  databaseId: Scalars['ID']['output'];
@@ -5691,14 +5680,6 @@ export declare type ConfluenceDeletePagePropertyPayload = Payload & {
5691
5680
  errors?: Maybe<Array<MutationError>>;
5692
5681
  success: Scalars['Boolean']['output'];
5693
5682
  };
5694
- export declare type ConfluenceDeleteUserPropertyInput = {
5695
- id: Scalars['ID']['input'];
5696
- };
5697
- export declare type ConfluenceDeleteUserPropertyPayload = Payload & {
5698
- __typename?: 'ConfluenceDeleteUserPropertyPayload';
5699
- errors?: Maybe<Array<MutationError>>;
5700
- success: Scalars['Boolean']['output'];
5701
- };
5702
5683
  export declare type ConfluenceFavoritedSummary = {
5703
5684
  __typename?: 'ConfluenceFavoritedSummary';
5704
5685
  favoritedAt?: Maybe<Scalars['String']['output']>;
@@ -5805,13 +5786,11 @@ export declare type ConfluenceMutationApi = {
5805
5786
  createPage?: Maybe<ConfluenceCreatePagePayload>;
5806
5787
  createPageProperty?: Maybe<ConfluenceCreatePagePropertyPayload>;
5807
5788
  createSpace?: Maybe<ConfluenceCreateSpacePayload>;
5808
- createUserProperty?: Maybe<ConfluenceCreateUserPropertyPayload>;
5809
5789
  deleteBlogPostProperty?: Maybe<ConfluenceDeleteBlogPostPropertyPayload>;
5810
5790
  deleteComment?: Maybe<ConfluenceDeleteCommentPayload>;
5811
5791
  deleteDraftBlogPost?: Maybe<ConfluenceDeleteDraftBlogPostPayload>;
5812
5792
  deleteDraftPage?: Maybe<ConfluenceDeleteDraftPagePayload>;
5813
5793
  deletePageProperty?: Maybe<ConfluenceDeletePagePropertyPayload>;
5814
- deleteUserProperty?: Maybe<ConfluenceDeleteUserPropertyPayload>;
5815
5794
  publishBlogPost?: Maybe<ConfluencePublishBlogPostPayload>;
5816
5795
  publishPage?: Maybe<ConfluencePublishPagePayload>;
5817
5796
  purgeBlogPost?: Maybe<ConfluencePurgeBlogPostPayload>;
@@ -5830,7 +5809,6 @@ export declare type ConfluenceMutationApi = {
5830
5809
  updateSpaceSettings?: Maybe<ConfluenceUpdateSpaceSettingsPayload>;
5831
5810
  updateValueBlogPostProperty?: Maybe<ConfluenceUpdateValueBlogPostPropertyPayload>;
5832
5811
  updateValuePageProperty?: Maybe<ConfluenceUpdateValuePagePropertyPayload>;
5833
- updateValueUserProperty?: Maybe<ConfluenceUpdateValueUserPropertyPayload>;
5834
5812
  };
5835
5813
  export declare type ConfluenceMutationApiCreateBlogPostArgs = {
5836
5814
  input: ConfluenceCreateBlogPostInput;
@@ -5854,10 +5832,6 @@ export declare type ConfluenceMutationApiCreateSpaceArgs = {
5854
5832
  cloudId: Scalars['ID']['input'];
5855
5833
  input: ConfluenceCreateSpaceInput;
5856
5834
  };
5857
- export declare type ConfluenceMutationApiCreateUserPropertyArgs = {
5858
- cloudId: Scalars['String']['input'];
5859
- input: ConfluenceCreateUserPropertyInput;
5860
- };
5861
5835
  export declare type ConfluenceMutationApiDeleteBlogPostPropertyArgs = {
5862
5836
  input: ConfluenceDeleteBlogPostPropertyInput;
5863
5837
  };
@@ -5873,9 +5847,6 @@ export declare type ConfluenceMutationApiDeleteDraftPageArgs = {
5873
5847
  export declare type ConfluenceMutationApiDeletePagePropertyArgs = {
5874
5848
  input: ConfluenceDeletePagePropertyInput;
5875
5849
  };
5876
- export declare type ConfluenceMutationApiDeleteUserPropertyArgs = {
5877
- input: ConfluenceDeleteUserPropertyInput;
5878
- };
5879
5850
  export declare type ConfluenceMutationApiPublishBlogPostArgs = {
5880
5851
  input: ConfluencePublishBlogPostInput;
5881
5852
  };
@@ -5930,9 +5901,6 @@ export declare type ConfluenceMutationApiUpdateValueBlogPostPropertyArgs = {
5930
5901
  export declare type ConfluenceMutationApiUpdateValuePagePropertyArgs = {
5931
5902
  input: ConfluenceUpdateValuePagePropertyInput;
5932
5903
  };
5933
- export declare type ConfluenceMutationApiUpdateValueUserPropertyArgs = {
5934
- input: ConfluenceUpdateValueUserPropertyInput;
5935
- };
5936
5904
  export declare enum ConfluenceMutationContentStatus {
5937
5905
  Current = "CURRENT",
5938
5906
  Draft = "DRAFT"
@@ -6081,8 +6049,6 @@ export declare type ConfluenceQueryApi = {
6081
6049
  pages?: Maybe<Array<Maybe<ConfluencePage>>>;
6082
6050
  space?: Maybe<ConfluenceSpace>;
6083
6051
  spaces?: Maybe<Array<Maybe<ConfluenceSpace>>>;
6084
- userProperties?: Maybe<Array<Maybe<ConfluenceUserProperty>>>;
6085
- userProperty?: Maybe<ConfluenceUserProperty>;
6086
6052
  validateSpaceKey?: Maybe<ConfluenceValidateSpaceKeyResponse>;
6087
6053
  whiteboard?: Maybe<ConfluenceWhiteboard>;
6088
6054
  whiteboards?: Maybe<Array<Maybe<ConfluenceWhiteboard>>>;
@@ -6129,12 +6095,6 @@ export declare type ConfluenceQueryApiSpaceArgs = {
6129
6095
  export declare type ConfluenceQueryApiSpacesArgs = {
6130
6096
  ids: Array<InputMaybe<Scalars['ID']['input']>>;
6131
6097
  };
6132
- export declare type ConfluenceQueryApiUserPropertiesArgs = {
6133
- ids: Array<Scalars['ID']['input']>;
6134
- };
6135
- export declare type ConfluenceQueryApiUserPropertyArgs = {
6136
- id: Scalars['ID']['input'];
6137
- };
6138
6098
  export declare type ConfluenceQueryApiValidateSpaceKeyArgs = {
6139
6099
  cloudId: Scalars['ID']['input'];
6140
6100
  generateUniqueKey?: InputMaybe<Scalars['Boolean']['input']>;
@@ -6368,30 +6328,11 @@ export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
6368
6328
  pageProperty?: Maybe<ConfluencePageProperty>;
6369
6329
  success: Scalars['Boolean']['output'];
6370
6330
  };
6371
- export declare type ConfluenceUpdateValueUserPropertyInput = {
6372
- id: Scalars['ID']['input'];
6373
- value: Scalars['String']['input'];
6374
- };
6375
- export declare type ConfluenceUpdateValueUserPropertyPayload = Payload & {
6376
- __typename?: 'ConfluenceUpdateValueUserPropertyPayload';
6377
- errors?: Maybe<Array<MutationError>>;
6378
- success: Scalars['Boolean']['output'];
6379
- userProperty?: Maybe<ConfluenceUserProperty>;
6380
- };
6381
6331
  export declare type ConfluenceUserInfo = {
6382
6332
  __typename?: 'ConfluenceUserInfo';
6383
6333
  type: ConfluenceUserType;
6384
6334
  user?: Maybe<User>;
6385
6335
  };
6386
- export declare type ConfluenceUserProperty = {
6387
- __typename?: 'ConfluenceUserProperty';
6388
- createdDate: Scalars['String']['output'];
6389
- id: Scalars['ID']['output'];
6390
- key: Scalars['String']['output'];
6391
- lastModifiedDate: Scalars['String']['output'];
6392
- propertyId: Scalars['ID']['output'];
6393
- value: Scalars['String']['output'];
6394
- };
6395
6336
  export declare enum ConfluenceUserType {
6396
6337
  Anonymous = "ANONYMOUS",
6397
6338
  Known = "KNOWN"
@@ -22885,9 +22826,18 @@ export declare type HelpCenterHelpDesksArgs = {
22885
22826
  after?: InputMaybe<Scalars['String']['input']>;
22886
22827
  first?: InputMaybe<Scalars['Int']['input']>;
22887
22828
  };
22829
+ export declare type HelpCenterBanner = {
22830
+ __typename?: 'HelpCenterBanner';
22831
+ fileId?: Maybe<Scalars['String']['output']>;
22832
+ url?: Maybe<Scalars['String']['output']>;
22833
+ };
22834
+ export declare type HelpCenterBannerInput = {
22835
+ filedId?: InputMaybe<Scalars['String']['input']>;
22836
+ };
22888
22837
  export declare type HelpCenterBranding = {
22889
22838
  __typename?: 'HelpCenterBranding';
22890
22839
  colors?: Maybe<HelpCenterBrandingColors>;
22840
+ helpCenterBanner?: Maybe<HelpCenterBanner>;
22891
22841
  logo?: Maybe<HelpCenterLogo>;
22892
22842
  };
22893
22843
  export declare type HelpCenterBrandingColors = {
@@ -22898,6 +22848,7 @@ export declare type HelpCenterBrandingColorsInput = {
22898
22848
  primary?: InputMaybe<Scalars['String']['input']>;
22899
22849
  };
22900
22850
  export declare type HelpCenterBrandingInput = {
22851
+ banner?: InputMaybe<HelpCenterBannerInput>;
22901
22852
  colors?: InputMaybe<HelpCenterBrandingColorsInput>;
22902
22853
  logo?: InputMaybe<HelpCenterLogoInput>;
22903
22854
  };
@@ -22948,15 +22899,33 @@ export declare type HelpCenterDeleteUpdateTopicPayload = Payload & {
22948
22899
  };
22949
22900
  export declare type HelpCenterHelpDesk = Node & {
22950
22901
  __typename?: 'HelpCenterHelpDesk';
22902
+ announcement?: Maybe<Array<HelpCenterHelpDeskAnnouncement>>;
22951
22903
  contactInfo: Scalars['String']['output'];
22952
22904
  description: Scalars['String']['output'];
22953
22905
  id: Scalars['ID']['output'];
22906
+ logo?: Maybe<HelpCenterHelpDeskLogo>;
22954
22907
  name: Scalars['String']['output'];
22955
22908
  };
22909
+ export declare type HelpCenterHelpDeskAnnouncement = {
22910
+ __typename?: 'HelpCenterHelpDeskAnnouncement';
22911
+ createdAt?: Maybe<Scalars['Long']['output']>;
22912
+ description?: Maybe<Scalars['String']['output']>;
22913
+ link?: Maybe<Scalars['String']['output']>;
22914
+ linkText?: Maybe<Scalars['String']['output']>;
22915
+ title?: Maybe<Scalars['String']['output']>;
22916
+ };
22917
+ export declare type HelpCenterHelpDeskAnnouncementInput = {
22918
+ description?: InputMaybe<Scalars['String']['input']>;
22919
+ link?: InputMaybe<Scalars['String']['input']>;
22920
+ linkDescription?: InputMaybe<Scalars['String']['input']>;
22921
+ title?: InputMaybe<Scalars['String']['input']>;
22922
+ };
22956
22923
  export declare type HelpCenterHelpDeskCreateInput = {
22924
+ announcement?: InputMaybe<Array<HelpCenterHelpDeskAnnouncementInput>>;
22957
22925
  contactInfo: Scalars['String']['input'];
22958
22926
  description: Scalars['String']['input'];
22959
22927
  helpCenterAri: Scalars['String']['input'];
22928
+ logo?: InputMaybe<HelpCenterHelpDeskLogoInput>;
22960
22929
  name: Scalars['String']['input'];
22961
22930
  };
22962
22931
  export declare type HelpCenterHelpDeskDeleteInput = {
@@ -22974,6 +22943,14 @@ export declare type HelpCenterHelpDeskItemEdge = {
22974
22943
  cursor: Scalars['String']['output'];
22975
22944
  node?: Maybe<HelpCenterHelpDesk>;
22976
22945
  };
22946
+ export declare type HelpCenterHelpDeskLogo = {
22947
+ __typename?: 'HelpCenterHelpDeskLogo';
22948
+ fileId?: Maybe<Scalars['String']['output']>;
22949
+ url?: Maybe<Scalars['String']['output']>;
22950
+ };
22951
+ export declare type HelpCenterHelpDeskLogoInput = {
22952
+ fileId?: InputMaybe<Scalars['String']['input']>;
22953
+ };
22977
22954
  export declare type HelpCenterHelpDeskPayload = Payload & {
22978
22955
  __typename?: 'HelpCenterHelpDeskPayload';
22979
22956
  errors?: Maybe<Array<MutationError>>;
@@ -22982,10 +22959,12 @@ export declare type HelpCenterHelpDeskPayload = Payload & {
22982
22959
  };
22983
22960
  export declare type HelpCenterHelpDeskQueryResult = HelpCenterHelpDesk | QueryError;
22984
22961
  export declare type HelpCenterHelpDeskUpdateInput = {
22962
+ announcement?: InputMaybe<HelpCenterHelpDeskAnnouncementInput>;
22985
22963
  contactInfo: Scalars['String']['input'];
22986
22964
  description: Scalars['String']['input'];
22987
22965
  helpCenterAri?: InputMaybe<Scalars['String']['input']>;
22988
22966
  helpDeskId: Scalars['String']['input'];
22967
+ logo?: InputMaybe<HelpCenterHelpDeskLogoInput>;
22989
22968
  name: Scalars['String']['input'];
22990
22969
  };
22991
22970
  export declare type HelpCenterHelpObject = HelpObjectStoreArticle | HelpObjectStoreChannel | HelpObjectStoreQueryError | HelpObjectStoreRequestForm;
@@ -26072,6 +26051,13 @@ export declare type JiraDeleteCustomFilterPayload = Payload & {
26072
26051
  errors?: Maybe<Array<MutationError>>;
26073
26052
  success: Scalars['Boolean']['output'];
26074
26053
  };
26054
+ export declare type JiraDeleteIssueLinkPayload = Payload & {
26055
+ __typename?: 'JiraDeleteIssueLinkPayload';
26056
+ errors?: Maybe<Array<MutationError>>;
26057
+ id?: Maybe<Scalars['ID']['output']>;
26058
+ issueLinkId?: Maybe<Scalars['ID']['output']>;
26059
+ success: Scalars['Boolean']['output'];
26060
+ };
26075
26061
  export declare type JiraDeleteProjectNotificationPreferencesInput = {
26076
26062
  projectId: Scalars['ID']['input'];
26077
26063
  };
@@ -28738,6 +28724,7 @@ export declare type JiraMutation = {
28738
28724
  createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
28739
28725
  createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
28740
28726
  deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
28727
+ deleteIssueLink?: Maybe<JiraDeleteIssueLinkPayload>;
28741
28728
  deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
28742
28729
  deleteJiraVersionApprover?: Maybe<JiraVersionDeleteApproverPayload>;
28743
28730
  deleteJwmOverview?: Maybe<JiraWorkManagementGiraDeleteOverviewPayload>;
@@ -28872,6 +28859,10 @@ export declare type JiraMutationDeleteGlobalPermissionGrantArgs = {
28872
28859
  cloudId: Scalars['ID']['input'];
28873
28860
  input: JiraGlobalPermissionDeleteGroupGrantInput;
28874
28861
  };
28862
+ export declare type JiraMutationDeleteIssueLinkArgs = {
28863
+ cloudId: Scalars['ID']['input'];
28864
+ issueLinkId: Scalars['ID']['input'];
28865
+ };
28875
28866
  export declare type JiraMutationDeleteIssueNavigatorJqlHistoryArgs = {
28876
28867
  cloudId: Scalars['ID']['input'];
28877
28868
  };
@@ -32968,6 +32959,7 @@ export declare type JiraTeamViewField = JiraIssueField & JiraIssueFieldConfigura
32968
32959
  export declare type JiraTeamViewFieldTeamsArgs = {
32969
32960
  after?: InputMaybe<Scalars['String']['input']>;
32970
32961
  before?: InputMaybe<Scalars['String']['input']>;
32962
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
32971
32963
  first?: InputMaybe<Scalars['Int']['input']>;
32972
32964
  last?: InputMaybe<Scalars['Int']['input']>;
32973
32965
  organisationId: Scalars['ID']['input'];
@@ -34862,6 +34854,58 @@ export declare enum MarketplaceProgramStatus {
34862
34854
  NotAParticipant = "NOT_A_PARTICIPANT",
34863
34855
  Rejected = "REJECTED"
34864
34856
  }
34857
+ export declare type MarketplaceStoreAlgoliaQueryFilter = {
34858
+ __typename?: 'MarketplaceStoreAlgoliaQueryFilter';
34859
+ marketingLabels: Array<Scalars['String']['output']>;
34860
+ };
34861
+ export declare type MarketplaceStoreAlgoliaQueryMetadata = {
34862
+ __typename?: 'MarketplaceStoreAlgoliaQueryMetadata';
34863
+ filter: MarketplaceStoreAlgoliaQueryFilter;
34864
+ sort?: Maybe<MarketplaceStoreAlgoliaQuerySort>;
34865
+ };
34866
+ export declare type MarketplaceStoreAlgoliaQuerySort = {
34867
+ __typename?: 'MarketplaceStoreAlgoliaQuerySort';
34868
+ criteria?: Maybe<Scalars['String']['output']>;
34869
+ };
34870
+ export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHomePageSection & {
34871
+ __typename?: 'MarketplaceStoreHomePageFeaturedSection';
34872
+ description: Scalars['String']['output'];
34873
+ id: Scalars['ID']['output'];
34874
+ tagline: Scalars['String']['output'];
34875
+ title: Scalars['String']['output'];
34876
+ };
34877
+ export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStoreHomePageSection & {
34878
+ __typename?: 'MarketplaceStoreHomePageHighlightedSection';
34879
+ algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
34880
+ description: Scalars['String']['output'];
34881
+ hightlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
34882
+ id: Scalars['ID']['output'];
34883
+ tagline: Scalars['String']['output'];
34884
+ tilesVariation: MarketplaceStoreTilesVariation;
34885
+ title: Scalars['String']['output'];
34886
+ };
34887
+ export declare enum MarketplaceStoreHomePageHighlightedSectionVariation {
34888
+ Prominent = "PROMINENT"
34889
+ }
34890
+ export declare type MarketplaceStoreHomePageRegularSection = MarketplaceStoreHomePageSection & {
34891
+ __typename?: 'MarketplaceStoreHomePageRegularSection';
34892
+ algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
34893
+ description: Scalars['String']['output'];
34894
+ id: Scalars['ID']['output'];
34895
+ tagline: Scalars['String']['output'];
34896
+ tilesVariation: MarketplaceStoreTilesVariation;
34897
+ title: Scalars['String']['output'];
34898
+ };
34899
+ export declare type MarketplaceStoreHomePageResponse = {
34900
+ __typename?: 'MarketplaceStoreHomePageResponse';
34901
+ sections: Array<MarketplaceStoreHomePageSection>;
34902
+ };
34903
+ export declare type MarketplaceStoreHomePageSection = {
34904
+ description: Scalars['String']['output'];
34905
+ id: Scalars['ID']['output'];
34906
+ tagline: Scalars['String']['output'];
34907
+ title: Scalars['String']['output'];
34908
+ };
34865
34909
  export declare type MarketplaceStoreInstallAppInput = {
34866
34910
  appKey: Scalars['String']['input'];
34867
34911
  target: MarketplaceStoreInstallAppTargetInput;
@@ -34895,11 +34939,16 @@ export declare type MarketplaceStoreMutationApiInstallAppArgs = {
34895
34939
  };
34896
34940
  export declare type MarketplaceStoreQueryApi = {
34897
34941
  __typename?: 'MarketplaceStoreQueryApi';
34942
+ homePage: MarketplaceStoreHomePageResponse;
34898
34943
  installAppStatus: MarketplaceStoreInstallAppResponse;
34899
34944
  };
34900
34945
  export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
34901
34946
  id: Scalars['ID']['input'];
34902
34947
  };
34948
+ export declare enum MarketplaceStoreTilesVariation {
34949
+ Large = "LARGE",
34950
+ Small = "SMALL"
34951
+ }
34903
34952
  export declare type MarketplaceSupportedAtlassianProduct = {
34904
34953
  __typename?: 'MarketplaceSupportedAtlassianProduct';
34905
34954
  hostingOptions: Array<AtlassianProductHostingType>;