@forge/cli-shared 4.2.0 → 4.2.1-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,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 4.2.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f04a310]
8
+ - @forge/manifest@7.2.3-next.1
9
+
10
+ ## 4.2.1-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [77d16a9]
15
+ - @forge/manifest@7.2.3-next.0
16
+
3
17
  ## 4.2.0
4
18
 
5
19
  ### Minor Changes
@@ -5682,6 +5682,7 @@ export declare type CompassTeamCheckinsInput = {
5682
5682
  export declare type CompassTeamData = {
5683
5683
  __typename?: 'CompassTeamData';
5684
5684
  currentCheckin?: Maybe<CompassTeamCheckin>;
5685
+ id: Scalars['ID']['output'];
5685
5686
  labels?: Maybe<Array<CompassTeamLabel>>;
5686
5687
  metricSources?: Maybe<CompassTeamMetricSourceConnection>;
5687
5688
  pullRequests?: Maybe<CompassPullRequestConnection>;
@@ -28532,9 +28533,6 @@ export declare type JiraAppConfigStateEdge = {
28532
28533
  export declare type JiraAppNavigationConfig = {
28533
28534
  iconUrl?: Maybe<Scalars['String']['output']>;
28534
28535
  label?: Maybe<Scalars['String']['output']>;
28535
- links?: Maybe<Array<Maybe<JiraAppNavigationConfig>>>;
28536
- section?: Maybe<Scalars['Boolean']['output']>;
28537
- separator?: Maybe<Scalars['Boolean']['output']>;
28538
28536
  styleClass?: Maybe<Scalars['String']['output']>;
28539
28537
  url?: Maybe<Scalars['String']['output']>;
28540
28538
  };
@@ -28549,9 +28547,7 @@ export declare type JiraAppNavigationItem = JiraAppNavigationConfig & JiraNaviga
28549
28547
  id: Scalars['ID']['output'];
28550
28548
  isDefault?: Maybe<Scalars['Boolean']['output']>;
28551
28549
  label?: Maybe<Scalars['String']['output']>;
28552
- links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
28553
- section?: Maybe<Scalars['Boolean']['output']>;
28554
- separator?: Maybe<Scalars['Boolean']['output']>;
28550
+ sections?: Maybe<Array<Maybe<JiraAppSection>>>;
28555
28551
  styleClass?: Maybe<Scalars['String']['output']>;
28556
28552
  typeKey?: Maybe<JiraNavigationItemTypeKey>;
28557
28553
  url?: Maybe<Scalars['String']['output']>;
@@ -28560,12 +28556,15 @@ export declare type JiraAppNavigationItemNestedLink = JiraAppNavigationConfig &
28560
28556
  __typename?: 'JiraAppNavigationItemNestedLink';
28561
28557
  iconUrl?: Maybe<Scalars['String']['output']>;
28562
28558
  label?: Maybe<Scalars['String']['output']>;
28563
- links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
28564
- section?: Maybe<Scalars['Boolean']['output']>;
28565
- separator?: Maybe<Scalars['Boolean']['output']>;
28566
28559
  styleClass?: Maybe<Scalars['String']['output']>;
28567
28560
  url?: Maybe<Scalars['String']['output']>;
28568
28561
  };
28562
+ export declare type JiraAppSection = {
28563
+ __typename?: 'JiraAppSection';
28564
+ hasSeparator?: Maybe<Scalars['Boolean']['output']>;
28565
+ label?: Maybe<Scalars['String']['output']>;
28566
+ links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
28567
+ };
28569
28568
  export declare enum JiraAppType {
28570
28569
  Connect = "CONNECT",
28571
28570
  Forge = "FORGE"
@@ -41716,7 +41715,7 @@ export declare type MarketplaceStoreLoggedInUser = {
41716
41715
  email: Scalars['String']['output'];
41717
41716
  id: Scalars['ID']['output'];
41718
41717
  lastVisitedDeveloperSpace?: Maybe<MarketplaceStoreLoggedInUserDeveloperSpace>;
41719
- links?: Maybe<MarketplaceStoreLoggedInUserLinks>;
41718
+ links: MarketplaceStoreLoggedInUserLinks;
41720
41719
  name: Scalars['String']['output'];
41721
41720
  picture: Scalars['String']['output'];
41722
41721
  };
@@ -41737,9 +41736,14 @@ export declare type MarketplaceStoreLoggedInUserLinks = {
41737
41736
  createAddon: Scalars['String']['output'];
41738
41737
  logout: Scalars['String']['output'];
41739
41738
  manageAccount: Scalars['String']['output'];
41739
+ manageDeveloperSpace?: Maybe<Scalars['String']['output']>;
41740
41740
  profile: Scalars['String']['output'];
41741
41741
  switchAccount: Scalars['String']['output'];
41742
41742
  };
41743
+ export declare type MarketplaceStoreLoggedInUserLinksManageDeveloperSpaceArgs = {
41744
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41745
+ vendorId: Scalars['ID']['input'];
41746
+ };
41743
41747
  export declare type MarketplaceStoreMutationApi = {
41744
41748
  __typename?: 'MarketplaceStoreMutationApi';
41745
41749
  installApp: MarketplaceStoreInstallAppResponse;
@@ -41886,10 +41890,8 @@ export declare enum MembershipState {
41886
41890
  }
41887
41891
  export declare type MercuryCreateGoalInput = {
41888
41892
  description?: InputMaybe<Scalars['String']['input']>;
41889
- goalStatus?: InputMaybe<MercuryGoalStatus>;
41890
41893
  goalType?: InputMaybe<MercuryGoalType>;
41891
- metricScoring?: InputMaybe<MercuryMetricScoringInput>;
41892
- metricType?: InputMaybe<MercuryMetricType>;
41894
+ metricTarget?: InputMaybe<MercuryMetricTargetInput>;
41893
41895
  name: Scalars['String']['input'];
41894
41896
  owner?: InputMaybe<Scalars['String']['input']>;
41895
41897
  parentGoalAri?: InputMaybe<Scalars['String']['input']>;
@@ -41924,7 +41926,7 @@ export declare type MercuryEditGoalInput = {
41924
41926
  description?: InputMaybe<Scalars['String']['input']>;
41925
41927
  goalAri: Scalars['String']['input'];
41926
41928
  goalStatus?: InputMaybe<MercuryGoalStatus>;
41927
- metricValue?: InputMaybe<Scalars['BigDecimal']['input']>;
41929
+ metricTarget?: InputMaybe<MercuryMetricTargetInput>;
41928
41930
  name?: InputMaybe<Scalars['String']['input']>;
41929
41931
  owner?: InputMaybe<Scalars['String']['input']>;
41930
41932
  startDate?: InputMaybe<Scalars['Date']['input']>;
@@ -42156,7 +42158,8 @@ export declare type MercuryMetricScoring = {
42156
42158
  startValue?: Maybe<Scalars['BigDecimal']['output']>;
42157
42159
  targetValue?: Maybe<Scalars['BigDecimal']['output']>;
42158
42160
  };
42159
- export declare type MercuryMetricScoringInput = {
42161
+ export declare type MercuryMetricTargetInput = {
42162
+ metricType?: InputMaybe<MercuryMetricType>;
42160
42163
  startValue?: InputMaybe<Scalars['BigDecimal']['input']>;
42161
42164
  targetValue?: InputMaybe<Scalars['BigDecimal']['input']>;
42162
42165
  };
@@ -47155,6 +47158,32 @@ export declare type SearchResultGoogleDocument = SearchResult & {
47155
47158
  type: SearchResultType;
47156
47159
  url: Scalars['URL']['output'];
47157
47160
  };
47161
+ export declare type SearchResultGooglePresentation = SearchResult & {
47162
+ __typename?: 'SearchResultGooglePresentation';
47163
+ bodyText: Scalars['String']['output'];
47164
+ description: Scalars['String']['output'];
47165
+ excerpt?: Maybe<Scalars['String']['output']>;
47166
+ iconUrl?: Maybe<Scalars['URL']['output']>;
47167
+ id: Scalars['ID']['output'];
47168
+ isRestricted?: Maybe<Scalars['Boolean']['output']>;
47169
+ lastModifiedDate?: Maybe<Scalars['String']['output']>;
47170
+ title: Scalars['String']['output'];
47171
+ type: SearchResultType;
47172
+ url: Scalars['URL']['output'];
47173
+ };
47174
+ export declare type SearchResultGoogleSpreadsheet = SearchResult & {
47175
+ __typename?: 'SearchResultGoogleSpreadsheet';
47176
+ bodyText: Scalars['String']['output'];
47177
+ description: Scalars['String']['output'];
47178
+ excerpt?: Maybe<Scalars['String']['output']>;
47179
+ iconUrl?: Maybe<Scalars['URL']['output']>;
47180
+ id: Scalars['ID']['output'];
47181
+ isRestricted?: Maybe<Scalars['Boolean']['output']>;
47182
+ lastModifiedDate?: Maybe<Scalars['String']['output']>;
47183
+ title: Scalars['String']['output'];
47184
+ type: SearchResultType;
47185
+ url: Scalars['URL']['output'];
47186
+ };
47158
47187
  export declare type SearchResultItemEdge = {
47159
47188
  __typename?: 'SearchResultItemEdge';
47160
47189
  cursor?: Maybe<Scalars['String']['output']>;
@@ -47299,10 +47328,12 @@ export declare enum SearchResultType {
47299
47328
  Learning = "learning",
47300
47329
  Page = "page",
47301
47330
  Plan = "plan",
47331
+ Presentation = "presentation",
47302
47332
  Project = "project",
47303
47333
  Question = "question",
47304
47334
  Repository = "repository",
47305
47335
  Space = "space",
47336
+ Spreadsheet = "spreadsheet",
47306
47337
  Tag = "tag",
47307
47338
  Unrecognised = "unrecognised",
47308
47339
  Whiteboard = "whiteboard"
@@ -47681,6 +47712,7 @@ export declare type ShepherdAlertSupportingData = {
47681
47712
  customDetectionHighlight?: Maybe<ShepherdCustomDetectionHighlight>;
47682
47713
  highlight: ShepherdHighlight;
47683
47714
  marketplaceAppHighlight?: Maybe<ShepherdMarketplaceAppHighlight>;
47715
+ searchDetectionHighlight?: Maybe<ShepherdSearchDetectionHighlight>;
47684
47716
  };
47685
47717
  export declare enum ShepherdAlertTemplateType {
47686
47718
  AddedConfluenceGlobalPermission = "ADDED_CONFLUENCE_GLOBAL_PERMISSION",
@@ -48377,6 +48409,16 @@ export declare type ShepherdResourceEventInput = {
48377
48409
  ari: Scalars['String']['input'];
48378
48410
  time: Scalars['DateTime']['input'];
48379
48411
  };
48412
+ export declare type ShepherdSearchDetectionHighlight = {
48413
+ __typename?: 'ShepherdSearchDetectionHighlight';
48414
+ searchQueries: Array<ShepherdSearchQuery>;
48415
+ };
48416
+ export declare type ShepherdSearchQuery = {
48417
+ __typename?: 'ShepherdSearchQuery';
48418
+ datetime: Scalars['DateTime']['output'];
48419
+ query: Scalars['String']['output'];
48420
+ suspiciousSearchTerms?: Maybe<Array<ShepherdSuspiciousSearchTerm>>;
48421
+ };
48380
48422
  export declare type ShepherdSite = {
48381
48423
  __typename?: 'ShepherdSite';
48382
48424
  cloudId: Scalars['ID']['output'];
@@ -48471,6 +48513,12 @@ export declare type ShepherdSubscriptionUpdateInput = {
48471
48513
  webhook?: InputMaybe<ShepherdUpdateWebhookInput>;
48472
48514
  };
48473
48515
  export declare type ShepherdSubscriptionsResult = QueryError | ShepherdSubscriptionConnection;
48516
+ export declare type ShepherdSuspiciousSearchTerm = {
48517
+ __typename?: 'ShepherdSuspiciousSearchTerm';
48518
+ category: Scalars['String']['output'];
48519
+ endPosition: Scalars['Int']['output'];
48520
+ startPosition: Scalars['Int']['output'];
48521
+ };
48474
48522
  export declare type ShepherdTime = {
48475
48523
  __typename?: 'ShepherdTime';
48476
48524
  end?: Maybe<Scalars['DateTime']['output']>;