@forge/cli-shared 5.1.1-next.6-experimental-ee31b41 → 5.1.1-next.7
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
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 5.1.1-next.
|
|
3
|
+
## 5.1.1-next.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [c1292da]
|
|
8
|
-
- Updated dependencies [2278ad7]
|
|
9
|
-
- Updated dependencies [8073ca4]
|
|
10
|
-
- Updated dependencies [2b5d6f2]
|
|
11
|
-
- Updated dependencies [a05ba05]
|
|
12
|
-
- Updated dependencies [8a08e11]
|
|
13
7
|
- Updated dependencies [fad12fb]
|
|
14
|
-
-
|
|
15
|
-
- Updated dependencies [23cc3d6]
|
|
16
|
-
- @forge/manifest@7.5.0-next.6-experimental-ee31b41
|
|
8
|
+
- @forge/manifest@7.5.0-next.7
|
|
17
9
|
|
|
18
10
|
## 5.1.1-next.6
|
|
19
11
|
|
|
@@ -16909,72 +16909,6 @@ export declare type FailedRoles = {
|
|
|
16909
16909
|
reason: Scalars['String']['output'];
|
|
16910
16910
|
role?: Maybe<AppContributorRole>;
|
|
16911
16911
|
};
|
|
16912
|
-
export declare type FeatureRelease = {
|
|
16913
|
-
__typename?: 'FeatureRelease';
|
|
16914
|
-
latestTransition: FeatureReleaseFeatureFlagTransitionConnection;
|
|
16915
|
-
transitionsByCloudId: FeatureReleaseFeatureFlagTransitionConnection;
|
|
16916
|
-
transitionsByFeatureFlagId: FeatureReleaseFeatureFlagTransitionConnection;
|
|
16917
|
-
transitionsByMonth: FeatureReleaseFeatureFlagTransitionConnection;
|
|
16918
|
-
};
|
|
16919
|
-
export declare type FeatureReleaseLatestTransitionArgs = {
|
|
16920
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16921
|
-
cloudIds: Array<Scalars['ID']['input']>;
|
|
16922
|
-
featureFlagId: Scalars['ID']['input'];
|
|
16923
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16924
|
-
timeRange?: InputMaybe<FeatureReleaseTimeRangeInput>;
|
|
16925
|
-
};
|
|
16926
|
-
export declare type FeatureReleaseTransitionsByCloudIdArgs = {
|
|
16927
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16928
|
-
cloudId: Scalars['ID']['input'];
|
|
16929
|
-
filter?: InputMaybe<FeatureReleaseFeatureFlagFilter>;
|
|
16930
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16931
|
-
timeRange?: InputMaybe<FeatureReleaseTimeRangeInput>;
|
|
16932
|
-
};
|
|
16933
|
-
export declare type FeatureReleaseTransitionsByFeatureFlagIdArgs = {
|
|
16934
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16935
|
-
featureFlagId: Scalars['ID']['input'];
|
|
16936
|
-
filter?: InputMaybe<FeatureReleaseCloudIdFilter>;
|
|
16937
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16938
|
-
timeRange?: InputMaybe<FeatureReleaseTimeRangeInput>;
|
|
16939
|
-
};
|
|
16940
|
-
export declare type FeatureReleaseTransitionsByMonthArgs = {
|
|
16941
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16942
|
-
cloudIdFilter?: InputMaybe<FeatureReleaseCloudIdFilter>;
|
|
16943
|
-
featureFlagFilter?: InputMaybe<FeatureReleaseFeatureFlagFilter>;
|
|
16944
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16945
|
-
month: Scalars['String']['input'];
|
|
16946
|
-
timeRange?: InputMaybe<FeatureReleaseTimeRangeInput>;
|
|
16947
|
-
};
|
|
16948
|
-
export declare type FeatureReleaseCloudIdFilter = {
|
|
16949
|
-
cloudIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
16950
|
-
};
|
|
16951
|
-
export declare type FeatureReleaseFeatureFlagFilter = {
|
|
16952
|
-
featureFlagIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
16953
|
-
};
|
|
16954
|
-
export declare type FeatureReleaseFeatureFlagTransition = {
|
|
16955
|
-
__typename?: 'FeatureReleaseFeatureFlagTransition';
|
|
16956
|
-
evaluationResult: Scalars['String']['output'];
|
|
16957
|
-
featureFlagKey: Scalars['String']['output'];
|
|
16958
|
-
month: Scalars['String']['output'];
|
|
16959
|
-
reason: Scalars['String']['output'];
|
|
16960
|
-
tenantId: Scalars['String']['output'];
|
|
16961
|
-
tenantType: Scalars['String']['output'];
|
|
16962
|
-
timestamp: Scalars['Int']['output'];
|
|
16963
|
-
};
|
|
16964
|
-
export declare type FeatureReleaseFeatureFlagTransitionConnection = {
|
|
16965
|
-
__typename?: 'FeatureReleaseFeatureFlagTransitionConnection';
|
|
16966
|
-
edges: Array<Maybe<FeatureReleaseFeatureFlagTransitionEdge>>;
|
|
16967
|
-
pageInfo: PageInfo;
|
|
16968
|
-
};
|
|
16969
|
-
export declare type FeatureReleaseFeatureFlagTransitionEdge = {
|
|
16970
|
-
__typename?: 'FeatureReleaseFeatureFlagTransitionEdge';
|
|
16971
|
-
cursor: Scalars['String']['output'];
|
|
16972
|
-
node?: Maybe<FeatureReleaseFeatureFlagTransition>;
|
|
16973
|
-
};
|
|
16974
|
-
export declare type FeatureReleaseTimeRangeInput = {
|
|
16975
|
-
endEpoch?: InputMaybe<Scalars['Int']['input']>;
|
|
16976
|
-
startEpoch?: InputMaybe<Scalars['Int']['input']>;
|
|
16977
|
-
};
|
|
16978
16912
|
export declare type FilterQuery = {
|
|
16979
16913
|
__typename?: 'FilterQuery';
|
|
16980
16914
|
errors?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -34893,6 +34827,16 @@ export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
34893
34827
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
34894
34828
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
34895
34829
|
};
|
|
34830
|
+
export declare type JiraBulkCleanupProjectsInput = {
|
|
34831
|
+
projectCleanupAction?: InputMaybe<JiraProjectCleanupRecommendationAction>;
|
|
34832
|
+
recommendationIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
34833
|
+
};
|
|
34834
|
+
export declare type JiraBulkCleanupProjectsPayload = Payload & {
|
|
34835
|
+
__typename?: 'JiraBulkCleanupProjectsPayload';
|
|
34836
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34837
|
+
executedGroupId?: Maybe<Scalars['String']['output']>;
|
|
34838
|
+
success: Scalars['Boolean']['output'];
|
|
34839
|
+
};
|
|
34896
34840
|
export declare type JiraBulkCreateIssueLinksInput = {
|
|
34897
34841
|
issueLinkTypeId: Scalars['ID']['input'];
|
|
34898
34842
|
sourceIssueId: Scalars['ID']['input'];
|
|
@@ -35766,6 +35710,7 @@ export declare type JiraConfigState = {
|
|
|
35766
35710
|
export declare enum JiraConfigStateConfigurationStatus {
|
|
35767
35711
|
Configured = "CONFIGURED",
|
|
35768
35712
|
NotConfigured = "NOT_CONFIGURED",
|
|
35713
|
+
NotInstalled = "NOT_INSTALLED",
|
|
35769
35714
|
NotSet = "NOT_SET",
|
|
35770
35715
|
PartiallyConfigured = "PARTIALLY_CONFIGURED",
|
|
35771
35716
|
ProviderActionConfigured = "PROVIDER_ACTION_CONFIGURED",
|
|
@@ -39750,6 +39695,7 @@ export declare type JiraMutation = {
|
|
|
39750
39695
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
39751
39696
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
39752
39697
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
39698
|
+
scheduleBulkExecuteProjectCleanupRecommendations?: Maybe<JiraBulkCleanupProjectsPayload>;
|
|
39753
39699
|
scheduleCalendarIssue?: Maybe<JiraScheduleCalendarIssuePayload>;
|
|
39754
39700
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
39755
39701
|
setDefaultNavigationItem?: Maybe<JiraSetDefaultNavigationItemPayload>;
|
|
@@ -40038,6 +39984,9 @@ export declare type JiraMutationSaveVersionDetailsCollapsedUisArgs = {
|
|
|
40038
39984
|
export declare type JiraMutationSaveVersionIssueTableColumnHiddenStateArgs = {
|
|
40039
39985
|
input: JiraVersionIssueTableColumnHiddenStateInput;
|
|
40040
39986
|
};
|
|
39987
|
+
export declare type JiraMutationScheduleBulkExecuteProjectCleanupRecommendationsArgs = {
|
|
39988
|
+
input: JiraBulkCleanupProjectsInput;
|
|
39989
|
+
};
|
|
40041
39990
|
export declare type JiraMutationScheduleCalendarIssueArgs = {
|
|
40042
39991
|
configuration: JiraCalendarViewConfigurationInput;
|
|
40043
39992
|
endDateInput?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -43281,9 +43230,11 @@ export declare type JiraResourceUsageRecommendationStats = {
|
|
|
43281
43230
|
lastExecuted?: Maybe<Scalars['DateTime']['output']>;
|
|
43282
43231
|
};
|
|
43283
43232
|
export declare enum JiraResourceUsageRecommendationStatus {
|
|
43233
|
+
Archived = "ARCHIVED",
|
|
43284
43234
|
Executed = "EXECUTED",
|
|
43285
43235
|
New = "NEW",
|
|
43286
|
-
Obsolete = "OBSOLETE"
|
|
43236
|
+
Obsolete = "OBSOLETE",
|
|
43237
|
+
Trashed = "TRASHED"
|
|
43287
43238
|
}
|
|
43288
43239
|
export declare enum JiraReviewState {
|
|
43289
43240
|
Approval = "APPROVAL",
|
|
@@ -53520,7 +53471,6 @@ export declare type Query = {
|
|
|
53520
53471
|
confluenceLegacyInlineTasks?: Maybe<ConfluenceLegacyInlineTasksQueryResult>;
|
|
53521
53472
|
confluenceLegacyInternalFrontendResource?: Maybe<ConfluenceLegacyFrontendResourceRenderResponse>;
|
|
53522
53473
|
confluenceLegacyIsDataClassificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
53523
|
-
confluenceLegacyIsEmailDomainPublic?: Maybe<Scalars['Boolean']['output']>;
|
|
53524
53474
|
confluenceLegacyIsMoveContentStatesSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
53525
53475
|
confluenceLegacyIsNewUser?: Maybe<Scalars['Boolean']['output']>;
|
|
53526
53476
|
confluenceLegacyIsSiteAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -53646,7 +53596,6 @@ export declare type Query = {
|
|
|
53646
53596
|
extensionContext?: Maybe<ExtensionContext>;
|
|
53647
53597
|
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
53648
53598
|
extensionsEcho?: Maybe<Scalars['String']['output']>;
|
|
53649
|
-
featureRelease?: Maybe<FeatureRelease>;
|
|
53650
53599
|
footerCommentV2?: Maybe<FooterCommentV2>;
|
|
53651
53600
|
footerCommentsV2ForBlogPost?: Maybe<FooterCommentV2Connection>;
|
|
53652
53601
|
footerCommentsV2ForPage?: Maybe<FooterCommentV2Connection>;
|
|
@@ -61694,7 +61643,7 @@ export declare type UnifiedPayload = {
|
|
|
61694
61643
|
};
|
|
61695
61644
|
export declare type UnifiedProfile = UnifiedINode & {
|
|
61696
61645
|
__typename?: 'UnifiedProfile';
|
|
61697
|
-
badges?: Maybe<
|
|
61646
|
+
badges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
61698
61647
|
bio?: Maybe<Scalars['String']['output']>;
|
|
61699
61648
|
company?: Maybe<Scalars['String']['output']>;
|
|
61700
61649
|
forums?: Maybe<UnifiedUForumsResult>;
|