@forge/cli-shared 6.4.0-next.3 → 6.4.0-next.4
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
|
@@ -988,6 +988,7 @@ export declare type AppInstallationLicense = {
|
|
|
988
988
|
ccpEntitlementId?: Maybe<Scalars['String']['output']>;
|
|
989
989
|
ccpEntitlementSlug?: Maybe<Scalars['String']['output']>;
|
|
990
990
|
isEvaluation?: Maybe<Scalars['Boolean']['output']>;
|
|
991
|
+
modes?: Maybe<Array<EcosystemLicenseMode>>;
|
|
991
992
|
subscriptionEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
992
993
|
supportEntitlementNumber?: Maybe<Scalars['String']['output']>;
|
|
993
994
|
trialEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43711,7 +43712,7 @@ export declare type JiraEstimateInput = {
|
|
|
43711
43712
|
};
|
|
43712
43713
|
export declare type JiraExtensionRenderingContextInput = {
|
|
43713
43714
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
43714
|
-
portalId?: InputMaybe<Scalars['
|
|
43715
|
+
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
43715
43716
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
43716
43717
|
};
|
|
43717
43718
|
export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
@@ -53738,6 +53739,7 @@ export declare type JiraUiModification = {
|
|
|
53738
53739
|
id: Scalars['ID']['output'];
|
|
53739
53740
|
};
|
|
53740
53741
|
export declare type JiraUiModificationsContextInput = {
|
|
53742
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
53741
53743
|
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
53742
53744
|
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
53743
53745
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -53943,6 +53945,7 @@ export declare type JiraUpdateJourneyConfigurationPayload = Payload & {
|
|
|
53943
53945
|
__typename?: 'JiraUpdateJourneyConfigurationPayload';
|
|
53944
53946
|
errors?: Maybe<Array<MutationError>>;
|
|
53945
53947
|
jiraJourneyConfiguration?: Maybe<JiraJourneyConfiguration>;
|
|
53948
|
+
jiraJourneyConfigurationEdge?: Maybe<JiraJourneyConfigurationEdge>;
|
|
53946
53949
|
success: Scalars['Boolean']['output'];
|
|
53947
53950
|
};
|
|
53948
53951
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
@@ -54328,6 +54331,7 @@ export declare type JiraUserPreferences = {
|
|
|
54328
54331
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
54329
54332
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54330
54333
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
54334
|
+
isIssueViewSmartRepliesUserEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54331
54335
|
isMiniModalGlobalIssueCreateDiscoverabilityPushComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
54332
54336
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54333
54337
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
@@ -57751,7 +57755,8 @@ export declare type MarketplaceConsoleMakeAppPublicKnownError = {
|
|
|
57751
57755
|
};
|
|
57752
57756
|
export declare type MarketplaceConsoleMakeAppVersionPublicChecks = {
|
|
57753
57757
|
__typename?: 'MarketplaceConsoleMakeAppVersionPublicChecks';
|
|
57754
|
-
|
|
57758
|
+
canBeMadePublic?: Maybe<Scalars['Boolean']['output']>;
|
|
57759
|
+
redirectToVersionsPage?: Maybe<Scalars['Boolean']['output']>;
|
|
57755
57760
|
};
|
|
57756
57761
|
export declare type MarketplaceConsoleMakeAppVersionPublicMutationOutput = MarketplaceConsoleMakeAppPublicKnownError | MarketplaceConsoleMutationVoidResponse;
|
|
57757
57762
|
export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|