@forge/cli-shared 3.23.0-next.1 → 3.23.0-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
|
@@ -671,6 +671,9 @@ export declare enum ApiGroup {
|
|
|
671
671
|
Caas = "CAAS",
|
|
672
672
|
CloudAdmin = "CLOUD_ADMIN",
|
|
673
673
|
CollaborationGraph = "COLLABORATION_GRAPH",
|
|
674
|
+
CommerceCcp = "COMMERCE_CCP",
|
|
675
|
+
CommerceHams = "COMMERCE_HAMS",
|
|
676
|
+
CommerceSharedApi = "COMMERCE_SHARED_API",
|
|
674
677
|
Compass = "COMPASS",
|
|
675
678
|
Confluence = "CONFLUENCE",
|
|
676
679
|
ContentPlatformApi = "CONTENT_PLATFORM_API",
|
|
@@ -7972,7 +7975,7 @@ export type CustomerServiceProductEdge = {
|
|
|
7972
7975
|
node?: Maybe<CustomerServiceProduct>;
|
|
7973
7976
|
};
|
|
7974
7977
|
export type CustomerServiceProductFilterInput = {
|
|
7975
|
-
|
|
7978
|
+
nameContains?: InputMaybe<Scalars['String']['input']>;
|
|
7976
7979
|
};
|
|
7977
7980
|
export type CustomerServiceProductQueryResult = CustomerServiceProductConnection | QueryError;
|
|
7978
7981
|
export type CustomerServiceProductUpdateInput = {
|
|
@@ -25203,6 +25206,7 @@ export declare enum JiraJqlBuilderSearchMode {
|
|
|
25203
25206
|
export type JiraJqlBuilderSearchModeMutationPayload = Payload & {
|
|
25204
25207
|
__typename?: 'JiraJQLBuilderSearchModeMutationPayload';
|
|
25205
25208
|
errors?: Maybe<Array<MutationError>>;
|
|
25209
|
+
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
25206
25210
|
success: Scalars['Boolean']['output'];
|
|
25207
25211
|
userSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
25208
25212
|
};
|
|
@@ -27531,6 +27535,7 @@ export type JiraProjectFieldPayload = Payload & {
|
|
|
27531
27535
|
};
|
|
27532
27536
|
export type JiraProjectFilterInput = {
|
|
27533
27537
|
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
27538
|
+
notificationConfigurationState?: InputMaybe<JiraProjectNotificationConfigurationState>;
|
|
27534
27539
|
projectCategoryId?: InputMaybe<Scalars['ID']['input']>;
|
|
27535
27540
|
sortBy?: InputMaybe<JiraProjectSortInput>;
|
|
27536
27541
|
types?: InputMaybe<Array<JiraProjectType>>;
|
|
@@ -27574,6 +27579,10 @@ export type JiraProjectListViewTemplateItem = {
|
|
|
27574
27579
|
title?: Maybe<Scalars['String']['output']>;
|
|
27575
27580
|
};
|
|
27576
27581
|
export type JiraProjectNavigationMetadata = JiraServiceManagementProjectNavigationMetadata | JiraSoftwareProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
27582
|
+
export declare enum JiraProjectNotificationConfigurationState {
|
|
27583
|
+
Configured = "CONFIGURED",
|
|
27584
|
+
Default = "DEFAULT"
|
|
27585
|
+
}
|
|
27577
27586
|
export type JiraProjectNotificationPreferenceEdge = {
|
|
27578
27587
|
__typename?: 'JiraProjectNotificationPreferenceEdge';
|
|
27579
27588
|
cursor: Scalars['String']['output'];
|
|
@@ -37258,6 +37267,7 @@ export type SetViewConfigOutput = MutationResponse & {
|
|
|
37258
37267
|
modifiedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
37259
37268
|
statusCode: Scalars['Int']['output'];
|
|
37260
37269
|
success: Scalars['Boolean']['output'];
|
|
37270
|
+
viewConfig?: Maybe<ViewConfig>;
|
|
37261
37271
|
};
|
|
37262
37272
|
export declare enum ShepherdActionType {
|
|
37263
37273
|
Activate = "ACTIVATE",
|