@forge/cli-shared 6.2.1-next.6 → 6.2.1-next.8
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,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.2.1-next.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [5d4af6e]
|
|
8
|
+
- @forge/manifest@8.0.0-next.7
|
|
9
|
+
|
|
10
|
+
## 6.2.1-next.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [da32dcc]
|
|
15
|
+
- @forge/manifest@8.0.0-next.6
|
|
16
|
+
|
|
3
17
|
## 6.2.1-next.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -19458,7 +19458,7 @@ export declare type EarliestViewViewedForUser = {
|
|
|
19458
19458
|
};
|
|
19459
19459
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
19460
19460
|
export declare type EcosystemAppInstallationOverridesInput = {
|
|
19461
|
-
|
|
19461
|
+
licenseMode?: InputMaybe<EcosystemLicenseMode>;
|
|
19462
19462
|
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19463
19463
|
};
|
|
19464
19464
|
export declare type EcosystemAppNetworkEgressPermission = {
|
|
@@ -19575,7 +19575,7 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
19575
19575
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
19576
19576
|
id: Scalars['ID']['output'];
|
|
19577
19577
|
};
|
|
19578
|
-
export declare enum
|
|
19578
|
+
export declare enum EcosystemLicenseMode {
|
|
19579
19579
|
UserAccess = "USER_ACCESS"
|
|
19580
19580
|
}
|
|
19581
19581
|
export declare type EcosystemMutation = {
|
|
@@ -25117,6 +25117,7 @@ export declare type GraphStore = {
|
|
|
25117
25117
|
appInstallationAssociatedToOperationsWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection>;
|
|
25118
25118
|
appInstallationAssociatedToSecurityWorkspaceInverseRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25119
25119
|
appInstallationAssociatedToSecurityWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25120
|
+
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
25120
25121
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
25121
25122
|
atlasGoalHasSubAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalInverseConnection>;
|
|
25122
25123
|
atlasProjectContributesToAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalConnection>;
|
|
@@ -25520,6 +25521,13 @@ export declare type GraphStoreAppInstallationAssociatedToSecurityWorkspaceRelati
|
|
|
25520
25521
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25521
25522
|
id: Scalars['ID']['input'];
|
|
25522
25523
|
};
|
|
25524
|
+
export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
25525
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25526
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25527
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25528
|
+
id: Scalars['ID']['input'];
|
|
25529
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
25530
|
+
};
|
|
25523
25531
|
export declare type GraphStoreAtlasGoalHasSubAtlasGoalArgs = {
|
|
25524
25532
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25525
25533
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27942,6 +27950,9 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
27942
27950
|
is?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27943
27951
|
isNot?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27944
27952
|
};
|
|
27953
|
+
export declare type GraphStoreAtlasGoalHasFollowerSortInput = {
|
|
27954
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
27955
|
+
};
|
|
27945
27956
|
export declare type GraphStoreAtlasGoalHasSubAtlasGoalSortInput = {
|
|
27946
27957
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
27947
27958
|
};
|
|
@@ -33630,6 +33641,20 @@ export declare type GraphStoreShipit57IssueRecursiveLinksToPageSortInput = {
|
|
|
33630
33641
|
export declare type GraphStoreShipit57PullRequestLinksToPageSortInput = {
|
|
33631
33642
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33632
33643
|
};
|
|
33644
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection = HasPageInfo & {
|
|
33645
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection';
|
|
33646
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge>>>;
|
|
33647
|
+
pageInfo: PageInfo;
|
|
33648
|
+
};
|
|
33649
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
33650
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge';
|
|
33651
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33652
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33653
|
+
id: Scalars['ID']['output'];
|
|
33654
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33655
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion>;
|
|
33656
|
+
};
|
|
33657
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
|
|
33633
33658
|
export declare type GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection = HasPageInfo & {
|
|
33634
33659
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection';
|
|
33635
33660
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalEdge>>>;
|
|
@@ -37397,11 +37422,16 @@ export declare type HelpCenterBranding = {
|
|
|
37397
37422
|
export declare type HelpCenterBrandingColors = {
|
|
37398
37423
|
__typename?: 'HelpCenterBrandingColors';
|
|
37399
37424
|
bannerTextColor?: Maybe<Scalars['String']['output']>;
|
|
37425
|
+
hasTopBarBeenSplit: Scalars['Boolean']['output'];
|
|
37400
37426
|
primary?: Maybe<Scalars['String']['output']>;
|
|
37427
|
+
topBarColor?: Maybe<Scalars['String']['output']>;
|
|
37428
|
+
topBarTextColor?: Maybe<Scalars['String']['output']>;
|
|
37401
37429
|
};
|
|
37402
37430
|
export declare type HelpCenterBrandingColorsInput = {
|
|
37403
37431
|
bannerTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
37404
37432
|
primary?: InputMaybe<Scalars['String']['input']>;
|
|
37433
|
+
topBarColor?: InputMaybe<Scalars['String']['input']>;
|
|
37434
|
+
topBarTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
37405
37435
|
};
|
|
37406
37436
|
export declare type HelpCenterBrandingInput = {
|
|
37407
37437
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
@@ -42479,7 +42509,7 @@ export declare enum JiraDeploymentsFeaturePrecondition {
|
|
|
42479
42509
|
DeploymentsEmptyState = "DEPLOYMENTS_EMPTY_STATE",
|
|
42480
42510
|
NotAvailable = "NOT_AVAILABLE"
|
|
42481
42511
|
}
|
|
42482
|
-
export declare type JiraDetailedView = JiraView & Node & {
|
|
42512
|
+
export declare type JiraDetailedView = JiraIssueSearchViewType & JiraView & Node & {
|
|
42483
42513
|
__typename?: 'JiraDetailedView';
|
|
42484
42514
|
id: Scalars['ID']['output'];
|
|
42485
42515
|
issues?: Maybe<JiraIssueConnection>;
|
|
@@ -43839,7 +43869,7 @@ export declare type JiraGroupGrantTypeValue = Node & {
|
|
|
43839
43869
|
export declare type JiraGroupInput = {
|
|
43840
43870
|
groupName: Scalars['ID']['input'];
|
|
43841
43871
|
};
|
|
43842
|
-
export declare type JiraGroupedListView = JiraSpreadsheetView & JiraView & Node & {
|
|
43872
|
+
export declare type JiraGroupedListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
|
|
43843
43873
|
__typename?: 'JiraGroupedListView';
|
|
43844
43874
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
43845
43875
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
@@ -45175,6 +45205,8 @@ export declare type JiraIssueSearchViewFieldSetsProjectContext = {
|
|
|
45175
45205
|
project?: InputMaybe<Scalars['ID']['input']>;
|
|
45176
45206
|
};
|
|
45177
45207
|
export declare type JiraIssueSearchViewInput = {
|
|
45208
|
+
context?: InputMaybe<JiraIssueSearchViewFieldSetsContext>;
|
|
45209
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
45178
45210
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
45179
45211
|
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
45180
45212
|
};
|
|
@@ -45185,6 +45217,9 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
45185
45217
|
view?: Maybe<JiraIssueSearchView>;
|
|
45186
45218
|
};
|
|
45187
45219
|
export declare type JiraIssueSearchViewResult = JiraIssueSearchView | QueryError;
|
|
45220
|
+
export declare type JiraIssueSearchViewType = {
|
|
45221
|
+
id: Scalars['ID']['output'];
|
|
45222
|
+
};
|
|
45188
45223
|
export declare type JiraIssueTransitionComment = {
|
|
45189
45224
|
__typename?: 'JiraIssueTransitionComment';
|
|
45190
45225
|
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
@@ -46137,7 +46172,7 @@ export declare type JiraLinkedIssuesInput = {
|
|
|
46137
46172
|
inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
46138
46173
|
outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
46139
46174
|
};
|
|
46140
|
-
export declare type JiraListView = JiraSpreadsheetView & JiraView & Node & {
|
|
46175
|
+
export declare type JiraListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
|
|
46141
46176
|
__typename?: 'JiraListView';
|
|
46142
46177
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
46143
46178
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
@@ -46159,6 +46194,7 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
46159
46194
|
export declare type JiraListViewIssuesArgs = {
|
|
46160
46195
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46161
46196
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
46197
|
+
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
46162
46198
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46163
46199
|
issueSearchInput: JiraIssueSearchInput;
|
|
46164
46200
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -69877,6 +69913,7 @@ export declare type TownsquareQueryApi = {
|
|
|
69877
69913
|
projectSearch?: Maybe<TownsquareProjectConnection>;
|
|
69878
69914
|
projectTql?: Maybe<TownsquareProjectConnection>;
|
|
69879
69915
|
projectsByAri?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
69916
|
+
tagsByAri?: Maybe<Array<Maybe<TownsquareTag>>>;
|
|
69880
69917
|
};
|
|
69881
69918
|
export declare type TownsquareQueryApiAllWorkspaceSummariesForOrgArgs = {
|
|
69882
69919
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69947,6 +69984,9 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
69947
69984
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
69948
69985
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69949
69986
|
};
|
|
69987
|
+
export declare type TownsquareQueryApiTagsByAriArgs = {
|
|
69988
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69989
|
+
};
|
|
69950
69990
|
export declare type TownsquareRelationship = {
|
|
69951
69991
|
__typename?: 'TownsquareRelationship';
|
|
69952
69992
|
from: Scalars['String']['output'];
|