@forge/cli-shared 2.3.0-next.10 → 2.3.0-next.11
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
|
@@ -958,6 +958,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
958
958
|
effects: Array<Scalars['JSON']>;
|
|
959
959
|
context: Scalars['JSON'];
|
|
960
960
|
contextToken?: Maybe<Scalars['String']>;
|
|
961
|
+
extensionPayload?: Maybe<Scalars['JSON']>;
|
|
961
962
|
config?: Maybe<Scalars['JSON']>;
|
|
962
963
|
};
|
|
963
964
|
export declare type AuxEffectsResult = {
|
|
@@ -14706,10 +14707,7 @@ export declare type SupportRequestUsers = {
|
|
|
14706
14707
|
};
|
|
14707
14708
|
export declare type SupportRequestUsersSearchUsersArgs = {
|
|
14708
14709
|
query?: Maybe<Scalars['String']>;
|
|
14709
|
-
|
|
14710
|
-
maxResults?: Maybe<Scalars['Int']>;
|
|
14711
|
-
includeActive?: Maybe<Scalars['Boolean']>;
|
|
14712
|
-
includeInactive?: Maybe<Scalars['Boolean']>;
|
|
14710
|
+
requestKey?: Maybe<Scalars['String']>;
|
|
14713
14711
|
};
|
|
14714
14712
|
export declare type SupportRequests = {
|
|
14715
14713
|
__typename?: 'SupportRequests';
|