@forge/cli-shared 2.2.1-next.7 → 2.2.1-next.8

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.2.1-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [67d2e17c]
8
+ - @forge/manifest@3.1.0-next.8
9
+
3
10
  ## 2.2.1-next.7
4
11
 
5
12
  ### Patch Changes
@@ -243,7 +243,9 @@ export declare type ActivityObject = {
243
243
  product?: Maybe<Scalars['String']>;
244
244
  subProduct?: Maybe<Scalars['String']>;
245
245
  contributors?: Maybe<Array<ActivitiesContributor>>;
246
+ data?: Maybe<ActivityObjectData>;
246
247
  };
248
+ export declare type ActivityObjectData = TownsquareProject | TownsquareGoal | TownsquareComment;
247
249
  export declare enum ActivityObjectType {
248
250
  Site = "SITE",
249
251
  Project = "PROJECT",
@@ -13833,6 +13835,7 @@ export declare type SupportRequest = SupportRequestCommonRequest & {
13833
13835
  transitions?: Maybe<SupportRequestTransitions>;
13834
13836
  targetScreen: Scalars['String'];
13835
13837
  lastComment: SupportRequestComments;
13838
+ relatedRequests?: Maybe<Array<Maybe<SupportRequest>>>;
13836
13839
  };
13837
13840
  export declare type SupportRequestCommentsArgs = {
13838
13841
  offset?: Maybe<Scalars['Int']>;