@forge/cli-shared 2.4.1-next.4 → 2.4.1-next.5
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
|
@@ -6026,6 +6026,7 @@ export declare type HelpCenterDeleteUpdateCollectionPayload = Payload & {
|
|
|
6026
6026
|
__typename?: 'HelpCenterDeleteUpdateCollectionPayload';
|
|
6027
6027
|
success: Scalars['Boolean'];
|
|
6028
6028
|
errors?: Maybe<Array<MutationError>>;
|
|
6029
|
+
collectionIds: Array<Maybe<HelpCenterSuccessfullyDeletedUpdatedCollectionIds>>;
|
|
6029
6030
|
};
|
|
6030
6031
|
export declare type HelpCenterMutationApi = {
|
|
6031
6032
|
__typename?: 'HelpCenterMutationApi';
|
|
@@ -6068,6 +6069,11 @@ export declare type HelpCenterSuccessfullyCreatedCollectionIds = {
|
|
|
6068
6069
|
helpCenterId: Scalars['ID'];
|
|
6069
6070
|
collectionIds: Scalars['ID'];
|
|
6070
6071
|
};
|
|
6072
|
+
export declare type HelpCenterSuccessfullyDeletedUpdatedCollectionIds = {
|
|
6073
|
+
__typename?: 'HelpCenterSuccessfullyDeletedUpdatedCollectionIds';
|
|
6074
|
+
helpCenterId: Scalars['ID'];
|
|
6075
|
+
collectionIds: Scalars['ID'];
|
|
6076
|
+
};
|
|
6071
6077
|
export declare type HelpCenterUpdateCollectionInput = {
|
|
6072
6078
|
helpCenterId: Scalars['ID'];
|
|
6073
6079
|
collectionId: Scalars['ID'];
|