@forge/cli-shared 2.4.1 → 2.4.2-next.0

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
+ ## 2.4.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9e700ef8]
8
+ - @forge/manifest@3.6.1-next.0
9
+
3
10
  ## 2.4.1
4
11
 
5
12
  ### Patch Changes
@@ -1128,6 +1128,7 @@ export declare type BasicBoardFeatureView = Node & {
1128
1128
  learnMoreArticleId?: Maybe<Scalars['String']>;
1129
1129
  imageUri?: Maybe<Scalars['String']>;
1130
1130
  dependents?: Maybe<Array<Maybe<BoardFeatureView>>>;
1131
+ prerequisites?: Maybe<Array<Maybe<BoardFeatureView>>>;
1131
1132
  };
1132
1133
  export declare enum BitbucketPermission {
1133
1134
  Admin = "ADMIN"
@@ -5584,7 +5585,8 @@ export declare enum DevStatusActivity {
5584
5585
  PrMerged = "PR_MERGED",
5585
5586
  PrDeclined = "PR_DECLINED",
5586
5587
  BranchOpen = "BRANCH_OPEN",
5587
- Commit = "COMMIT"
5588
+ Commit = "COMMIT",
5589
+ Deployment = "DEPLOYMENT"
5588
5590
  }
5589
5591
  export declare type DeveloperLogAccessResult = {
5590
5592
  __typename?: 'DeveloperLogAccessResult';
@@ -13909,9 +13911,6 @@ export declare type QueryNodeArgs = {
13909
13911
  export declare type QueryJiraProjectAndDevOpsToolRelationshipArgs = {
13910
13912
  id: Scalars['ID'];
13911
13913
  };
13912
- export declare type QueryHelpObjectStoreArgs = {
13913
- cloudId?: Maybe<Scalars['ID']>;
13914
- };
13915
13914
  export declare type QueryBoardScopeArgs = {
13916
13915
  boardId: Scalars['ID'];
13917
13916
  };
@@ -15725,6 +15724,7 @@ export declare type Storage = {
15725
15724
  export declare type Subscription = {
15726
15725
  __typename?: 'Subscription';
15727
15726
  onJiraIssueCreatedForUser?: Maybe<OnJiraIssueCreatedForUserResponseType>;
15727
+ onActivityItemUpdate?: Maybe<Node>;
15728
15728
  };
15729
15729
  export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
15730
15730
  cloudId: Scalars['ID'];
@@ -15732,6 +15732,9 @@ export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
15732
15732
  projectType?: JiraProjectType;
15733
15733
  filter?: JiraProjectFilterInput;
15734
15734
  };
15735
+ export declare type SubscriptionOnActivityItemUpdateArgs = {
15736
+ issueId: Scalars['ID'];
15737
+ };
15735
15738
  export declare type SupportRequest = {
15736
15739
  __typename?: 'SupportRequest';
15737
15740
  id: Scalars['ID'];