@forge/cli-shared 2.4.2-next.1 → 2.4.2

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,11 +1,23 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [34d085a]
8
+ - Updated dependencies [9e700ef]
9
+ - Updated dependencies [c87cdea]
10
+ - Updated dependencies [ce4a65f]
11
+ - @forge/manifest@3.7.0
12
+
3
13
  ## 2.4.2-next.1
4
14
 
5
15
  ### Patch Changes
6
16
 
7
- - Updated dependencies [34d085a6]
8
- - @forge/manifest@3.6.1-next.1
17
+ - Updated dependencies [34d085a]
18
+ - Updated dependencies [c87cdea]
19
+ - Updated dependencies [ce4a65f]
20
+ - @forge/manifest@3.7.0-next.1
9
21
 
10
22
  ## 2.4.2-next.0
11
23
 
@@ -936,6 +936,8 @@ export declare type AriGraphRelationshipsFilter = {
936
936
  type: Scalars['ID'];
937
937
  from?: Maybe<Scalars['ID']>;
938
938
  to?: Maybe<Scalars['ID']>;
939
+ updatedFrom?: Maybe<Scalars['DateTime']>;
940
+ updatedTo?: Maybe<Scalars['DateTime']>;
939
941
  };
940
942
  export declare type ArjConfiguration = {
941
943
  __typename?: 'ArjConfiguration';
@@ -15741,7 +15743,7 @@ export declare type Storage = {
15741
15743
  export declare type Subscription = {
15742
15744
  __typename?: 'Subscription';
15743
15745
  onJiraIssueCreatedForUser?: Maybe<OnJiraIssueCreatedForUserResponseType>;
15744
- onActivityItemUpdate?: Maybe<Node>;
15746
+ onTestingActivityItemUpdate?: Maybe<Node>;
15745
15747
  };
15746
15748
  export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
15747
15749
  cloudId: Scalars['ID'];
@@ -15749,7 +15751,7 @@ export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
15749
15751
  projectType?: JiraProjectType;
15750
15752
  filter?: JiraProjectFilterInput;
15751
15753
  };
15752
- export declare type SubscriptionOnActivityItemUpdateArgs = {
15754
+ export declare type SubscriptionOnTestingActivityItemUpdateArgs = {
15753
15755
  issueId: Scalars['ID'];
15754
15756
  };
15755
15757
  export declare type SupportRequest = {