@forge/cli-shared 2.6.2-next.1 → 2.6.2-next.2
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
|
@@ -5984,6 +5984,7 @@ export declare type DevOpsToolSort = {
|
|
|
5984
5984
|
name?: Maybe<DevOpsToolSortOrder>;
|
|
5985
5985
|
supportsContainers?: Maybe<DevOpsToolSortOrder>;
|
|
5986
5986
|
integration?: Maybe<DevOpsToolSortOrder>;
|
|
5987
|
+
recommended?: Maybe<DevOpsToolSortOrder>;
|
|
5987
5988
|
};
|
|
5988
5989
|
export declare enum DevOpsToolSortOrder {
|
|
5989
5990
|
Asc = "ASC",
|
|
@@ -6672,7 +6673,7 @@ export declare type HelpCenterCollectionItemsArgs = {
|
|
|
6672
6673
|
before?: Maybe<Scalars['String']>;
|
|
6673
6674
|
};
|
|
6674
6675
|
export declare type HelpCenterCollectionDeleteInput = {
|
|
6675
|
-
|
|
6676
|
+
productName: Scalars['String'];
|
|
6676
6677
|
collectionId: Scalars['ID'];
|
|
6677
6678
|
};
|
|
6678
6679
|
export declare type HelpCenterCollectionItem = {
|
|
@@ -6697,7 +6698,7 @@ export declare type HelpCenterCollectionItemInput = {
|
|
|
6697
6698
|
};
|
|
6698
6699
|
export declare type HelpCenterCollectionResult = HelpCenterCollection | QueryError;
|
|
6699
6700
|
export declare type HelpCenterCreateCollectionInput = {
|
|
6700
|
-
|
|
6701
|
+
productName: Scalars['String'];
|
|
6701
6702
|
items: Array<HelpCenterCollectionItemInput>;
|
|
6702
6703
|
name: Scalars['String'];
|
|
6703
6704
|
description?: Maybe<Scalars['String']>;
|
|
@@ -6759,7 +6760,7 @@ export declare type HelpCenterSuccessfullyDeletedUpdatedCollectionIds = {
|
|
|
6759
6760
|
collectionIds: Scalars['ID'];
|
|
6760
6761
|
};
|
|
6761
6762
|
export declare type HelpCenterUpdateCollectionInput = {
|
|
6762
|
-
|
|
6763
|
+
productName: Scalars['String'];
|
|
6763
6764
|
collectionId: Scalars['ID'];
|
|
6764
6765
|
items: Array<HelpCenterCollectionItemInput>;
|
|
6765
6766
|
name: Scalars['String'];
|
|
@@ -6767,7 +6768,7 @@ export declare type HelpCenterUpdateCollectionInput = {
|
|
|
6767
6768
|
properties?: Maybe<Scalars['JSON']>;
|
|
6768
6769
|
};
|
|
6769
6770
|
export declare type HelpCenterUpdateCollectionsOrderInput = {
|
|
6770
|
-
|
|
6771
|
+
productName: Scalars['String'];
|
|
6771
6772
|
collectionIds: Array<Scalars['ID']>;
|
|
6772
6773
|
};
|
|
6773
6774
|
export declare type HelpCenterUpdateCollectionsOrderPayload = Payload & {
|