@forge/cli-shared 5.1.1-next.0 → 5.1.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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.1.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [23cc3d6]
8
+ - @forge/manifest@7.5.0-next.1
9
+
3
10
  ## 5.1.1-next.0
4
11
 
5
12
  ### Patch Changes
@@ -7753,8 +7753,10 @@ export declare type ContentPlatformIpmImageModal = {
7753
7753
  ctaButtonUrl?: Maybe<Scalars['String']['output']>;
7754
7754
  id: Scalars['String']['output'];
7755
7755
  image?: Maybe<Scalars['JSON']['output']>;
7756
+ ipmNumber: Scalars['String']['output'];
7756
7757
  title: Scalars['String']['output'];
7757
7758
  updatedAt?: Maybe<Scalars['String']['output']>;
7759
+ variant?: Maybe<Scalars['String']['output']>;
7758
7760
  };
7759
7761
  export declare type ContentPlatformIpmImageModalResultEdge = {
7760
7762
  __typename?: 'ContentPlatformIpmImageModalResultEdge';
@@ -31439,6 +31441,30 @@ export declare enum JiraContactOrgAdminToEnableAtlassianIntelligenceState {
31439
31441
  Available = "AVAILABLE",
31440
31442
  Unavailable = "UNAVAILABLE"
31441
31443
  }
31444
+ export declare type JiraContainerNavigation = Node & {
31445
+ __typename?: 'JiraContainerNavigation';
31446
+ addableNavigationItemTypes?: Maybe<JiraNavigationItemTypeConnection>;
31447
+ id: Scalars['ID']['output'];
31448
+ navigationItems?: Maybe<JiraNavigationItemConnection>;
31449
+ scopeId?: Maybe<Scalars['ID']['output']>;
31450
+ };
31451
+ export declare type JiraContainerNavigationAddableNavigationItemTypesArgs = {
31452
+ after?: InputMaybe<Scalars['String']['input']>;
31453
+ first?: InputMaybe<Scalars['Int']['input']>;
31454
+ };
31455
+ export declare type JiraContainerNavigationNavigationItemsArgs = {
31456
+ after?: InputMaybe<Scalars['String']['input']>;
31457
+ first?: InputMaybe<Scalars['Int']['input']>;
31458
+ };
31459
+ export declare type JiraContainerNavigationByProjectKeyQueryInput = {
31460
+ cloudId: Scalars['ID']['input'];
31461
+ projectKey: Scalars['String']['input'];
31462
+ };
31463
+ export declare type JiraContainerNavigationQueryInput = {
31464
+ projectKeyQuery?: InputMaybe<JiraContainerNavigationByProjectKeyQueryInput>;
31465
+ scopeId?: InputMaybe<Scalars['ID']['input']>;
31466
+ };
31467
+ export declare type JiraContainerNavigationResult = JiraContainerNavigation | QueryError;
31442
31468
  export declare type JiraCreateAgileReleaseTrainInput = {
31443
31469
  cloudId: Scalars['ID']['input'];
31444
31470
  configurationId?: InputMaybe<Scalars['ID']['input']>;
@@ -33000,9 +33026,12 @@ export declare type JiraIssueCommandPaletteFieldsArgs = {
33000
33026
  };
33001
33027
  export declare type JiraIssueCommentsArgs = {
33002
33028
  after?: InputMaybe<Scalars['String']['input']>;
33029
+ afterTarget?: InputMaybe<Scalars['Int']['input']>;
33003
33030
  before?: InputMaybe<Scalars['String']['input']>;
33031
+ beforeTarget?: InputMaybe<Scalars['Int']['input']>;
33004
33032
  first?: InputMaybe<Scalars['Int']['input']>;
33005
33033
  last?: InputMaybe<Scalars['Int']['input']>;
33034
+ targetId?: InputMaybe<Scalars['String']['input']>;
33006
33035
  };
33007
33036
  export declare type JiraIssueDesignsArgs = {
33008
33037
  after?: InputMaybe<Scalars['String']['input']>;
@@ -37376,6 +37405,7 @@ export declare type JiraQuery = {
37376
37405
  bulkOperationsMetadata?: Maybe<JiraIssueBulkOperationsMetadata>;
37377
37406
  canPerform?: Maybe<Scalars['Boolean']['output']>;
37378
37407
  childIssuesLimit?: Maybe<Scalars['Long']['output']>;
37408
+ containerNavigation?: Maybe<JiraContainerNavigationResult>;
37379
37409
  customBackgrounds?: Maybe<JiraCustomBackgroundConnection>;
37380
37410
  deploymentsFeaturePrecondition?: Maybe<JiraDeploymentsFeaturePrecondition>;
37381
37411
  deploymentsFeaturePreconditionByProjectKey?: Maybe<JiraDeploymentsFeaturePrecondition>;
@@ -37621,6 +37651,9 @@ export declare type JiraQueryCanPerformArgs = {
37621
37651
  export declare type JiraQueryChildIssuesLimitArgs = {
37622
37652
  cloudId: Scalars['ID']['input'];
37623
37653
  };
37654
+ export declare type JiraQueryContainerNavigationArgs = {
37655
+ input: JiraContainerNavigationQueryInput;
37656
+ };
37624
37657
  export declare type JiraQueryCustomBackgroundsArgs = {
37625
37658
  after?: InputMaybe<Scalars['String']['input']>;
37626
37659
  before?: InputMaybe<Scalars['String']['input']>;
@@ -38313,6 +38346,7 @@ export declare type JiraRankNavigationItemInput = {
38313
38346
  };
38314
38347
  export declare type JiraRankNavigationItemPayload = Payload & {
38315
38348
  __typename?: 'JiraRankNavigationItemPayload';
38349
+ containerNavigation?: Maybe<JiraContainerNavigationResult>;
38316
38350
  errors?: Maybe<Array<MutationError>>;
38317
38351
  navigationItems?: Maybe<JiraNavigationItemConnection>;
38318
38352
  success: Scalars['Boolean']['output'];
@@ -43891,6 +43925,7 @@ export declare type MarketplaceImageFile = {
43891
43925
  __typename?: 'MarketplaceImageFile';
43892
43926
  height: Scalars['Int']['output'];
43893
43927
  id: Scalars['String']['output'];
43928
+ imageUrl?: Maybe<Scalars['String']['output']>;
43894
43929
  width: Scalars['Int']['output'];
43895
43930
  };
43896
43931
  export declare type MarketplaceInstructionalAppDeployment = MarketplaceAppDeployment & {