@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
|
@@ -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']>;
|