@forge/cli-shared 8.15.2-next.2 → 8.15.2-next.3
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
|
@@ -173911,6 +173911,7 @@ export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
|
173911
173911
|
};
|
|
173912
173912
|
export declare type TownsquareGoalSubGoalsArgs = {
|
|
173913
173913
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
173914
|
+
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
173914
173915
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
173915
173916
|
kind?: InputMaybe<TownsquareGoalTypeKind>;
|
|
173916
173917
|
};
|