@forge/cli-shared 8.15.2-next.3-experimental-112266b → 8.15.2-next.3-experimental-7890858
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,20 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.15.2-next.3-experimental-
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 2a2584c: Upgrade glob to 13.0.1
|
|
3
|
+
## 8.15.2-next.3-experimental-7890858
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
7
|
- df6d793: Improve show containers data table view
|
|
12
8
|
- 7af27e8: Updated wording for install list to match dev console
|
|
13
|
-
- Updated dependencies [
|
|
9
|
+
- Updated dependencies [7890858]
|
|
14
10
|
- Updated dependencies [beddb18]
|
|
15
11
|
- Updated dependencies [561036a]
|
|
16
12
|
- Updated dependencies [b248c8f]
|
|
17
|
-
- @forge/
|
|
13
|
+
- @forge/util@2.0.1-experimental-7890858
|
|
14
|
+
- @forge/manifest@12.1.1-next.1-experimental-7890858
|
|
18
15
|
|
|
19
16
|
## 8.15.2-next.3
|
|
20
17
|
|
|
@@ -4795,6 +4795,7 @@ export declare type AgentWorkspaceAgent = {
|
|
|
4795
4795
|
skills: Array<AgentWorkspaceUserSkill>;
|
|
4796
4796
|
teamIds: Array<Scalars['ID']['output']>;
|
|
4797
4797
|
teamNames: Array<Scalars['String']['output']>;
|
|
4798
|
+
user?: Maybe<User>;
|
|
4798
4799
|
};
|
|
4799
4800
|
export declare type AgentWorkspaceAgentAvailability = {
|
|
4800
4801
|
__typename?: 'AgentWorkspaceAgentAvailability';
|
|
@@ -10056,6 +10057,9 @@ export declare type BitbucketWorkspaceRepositoriesArgs = {
|
|
|
10056
10057
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10057
10058
|
permissionFilter?: InputMaybe<BitbucketPermission>;
|
|
10058
10059
|
};
|
|
10060
|
+
export declare type BlockServiceBatchCreateBlocksInput = {
|
|
10061
|
+
blocks: Array<BlockServiceCreateBlockInput>;
|
|
10062
|
+
};
|
|
10059
10063
|
export declare type BlockServiceBatchRetrieveBlocksInput = {
|
|
10060
10064
|
blockAris: Array<Scalars['String']['input']>;
|
|
10061
10065
|
blockIdentifiers?: InputMaybe<Array<BlockServiceBlockIdentifierInput>>;
|
|
@@ -46588,6 +46592,8 @@ export declare type GraphStore = {
|
|
|
46588
46592
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
46589
46593
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
46590
46594
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
46595
|
+
userCreatedTeam?: Maybe<GraphStoreSimplifiedUserCreatedTeamConnection>;
|
|
46596
|
+
userCreatedTeamInverse?: Maybe<GraphStoreSimplifiedUserCreatedTeamInverseConnection>;
|
|
46591
46597
|
userCreatedTownsquareComment?: Maybe<GraphStoreSimplifiedUserCreatedTownsquareCommentConnection>;
|
|
46592
46598
|
userCreatedTownsquareCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedTownsquareCommentInverseConnection>;
|
|
46593
46599
|
userCreatedVideo?: Maybe<GraphStoreSimplifiedUserCreatedVideoConnection>;
|
|
@@ -52783,6 +52789,22 @@ export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
|
52783
52789
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
52784
52790
|
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
52785
52791
|
};
|
|
52792
|
+
export declare type GraphStoreUserCreatedTeamArgs = {
|
|
52793
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
52794
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52795
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52796
|
+
id: Scalars['ID']['input'];
|
|
52797
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
52798
|
+
sort?: InputMaybe<GraphStoreUserCreatedTeamSortInput>;
|
|
52799
|
+
};
|
|
52800
|
+
export declare type GraphStoreUserCreatedTeamInverseArgs = {
|
|
52801
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
52802
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52803
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52804
|
+
id: Scalars['ID']['input'];
|
|
52805
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
52806
|
+
sort?: InputMaybe<GraphStoreUserCreatedTeamSortInput>;
|
|
52807
|
+
};
|
|
52786
52808
|
export declare type GraphStoreUserCreatedTownsquareCommentArgs = {
|
|
52787
52809
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52788
52810
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -70666,6 +70688,34 @@ export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseEdge = {
|
|
|
70666
70688
|
};
|
|
70667
70689
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
70668
70690
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryUnion = DevOpsRepository | ExternalRepository;
|
|
70691
|
+
export declare type GraphStoreSimplifiedUserCreatedTeamConnection = HasPageInfo & {
|
|
70692
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedTeamConnection';
|
|
70693
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedTeamEdge>>>;
|
|
70694
|
+
pageInfo: PageInfo;
|
|
70695
|
+
};
|
|
70696
|
+
export declare type GraphStoreSimplifiedUserCreatedTeamEdge = {
|
|
70697
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedTeamEdge';
|
|
70698
|
+
createdAt: Scalars['DateTime']['output'];
|
|
70699
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
70700
|
+
id: Scalars['ID']['output'];
|
|
70701
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
70702
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedTeamUnion>;
|
|
70703
|
+
};
|
|
70704
|
+
export declare type GraphStoreSimplifiedUserCreatedTeamInverseConnection = HasPageInfo & {
|
|
70705
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedTeamInverseConnection';
|
|
70706
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedTeamInverseEdge>>>;
|
|
70707
|
+
pageInfo: PageInfo;
|
|
70708
|
+
};
|
|
70709
|
+
export declare type GraphStoreSimplifiedUserCreatedTeamInverseEdge = {
|
|
70710
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedTeamInverseEdge';
|
|
70711
|
+
createdAt: Scalars['DateTime']['output'];
|
|
70712
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
70713
|
+
id: Scalars['ID']['output'];
|
|
70714
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
70715
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedTeamInverseUnion>;
|
|
70716
|
+
};
|
|
70717
|
+
export declare type GraphStoreSimplifiedUserCreatedTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
70718
|
+
export declare type GraphStoreSimplifiedUserCreatedTeamUnion = TeamV2;
|
|
70669
70719
|
export declare type GraphStoreSimplifiedUserCreatedTownsquareCommentConnection = HasPageInfo & {
|
|
70670
70720
|
__typename?: 'GraphStoreSimplifiedUserCreatedTownsquareCommentConnection';
|
|
70671
70721
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedTownsquareCommentEdge>>>;
|
|
@@ -73889,6 +73939,9 @@ export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
|
73889
73939
|
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
73890
73940
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73891
73941
|
};
|
|
73942
|
+
export declare type GraphStoreUserCreatedTeamSortInput = {
|
|
73943
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73944
|
+
};
|
|
73892
73945
|
export declare type GraphStoreUserCreatedTownsquareCommentSortInput = {
|
|
73893
73946
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73894
73947
|
};
|
|
@@ -74252,6 +74305,8 @@ export declare type GraphStoreV2 = {
|
|
|
74252
74305
|
atlassianUserCreatedAtlassianProjectInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianProjectInverseConnection>;
|
|
74253
74306
|
atlassianUserCreatedAtlassianProjectUpdate?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianProjectUpdateConnection>;
|
|
74254
74307
|
atlassianUserCreatedAtlassianProjectUpdateInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianProjectUpdateInverseConnection>;
|
|
74308
|
+
atlassianUserCreatedAtlassianTeam?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamConnection>;
|
|
74309
|
+
atlassianUserCreatedAtlassianTeamInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseConnection>;
|
|
74255
74310
|
atlassianUserCreatedConfluenceBlogpost?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedConfluenceBlogpostConnection>;
|
|
74256
74311
|
atlassianUserCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedConfluenceBlogpostInverseConnection>;
|
|
74257
74312
|
atlassianUserCreatedConfluenceComment?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedConfluenceCommentConnection>;
|
|
@@ -75353,6 +75408,20 @@ export declare type GraphStoreV2AtlassianUserCreatedAtlassianProjectUpdateInvers
|
|
|
75353
75408
|
id: Scalars['ID']['input'];
|
|
75354
75409
|
sort?: InputMaybe<GraphStoreV2AtlassianUserCreatedAtlassianProjectUpdateSortInput>;
|
|
75355
75410
|
};
|
|
75411
|
+
export declare type GraphStoreV2AtlassianUserCreatedAtlassianTeamArgs = {
|
|
75412
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
75413
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
75414
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75415
|
+
id: Scalars['ID']['input'];
|
|
75416
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserCreatedAtlassianTeamSortInput>;
|
|
75417
|
+
};
|
|
75418
|
+
export declare type GraphStoreV2AtlassianUserCreatedAtlassianTeamInverseArgs = {
|
|
75419
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
75420
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
75421
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75422
|
+
id: Scalars['ID']['input'];
|
|
75423
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserCreatedAtlassianTeamSortInput>;
|
|
75424
|
+
};
|
|
75356
75425
|
export declare type GraphStoreV2AtlassianUserCreatedConfluenceBlogpostArgs = {
|
|
75357
75426
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
75358
75427
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -79847,6 +79916,9 @@ export declare type GraphStoreV2AtlassianUserCreatedAtlassianProjectSortInput =
|
|
|
79847
79916
|
export declare type GraphStoreV2AtlassianUserCreatedAtlassianProjectUpdateSortInput = {
|
|
79848
79917
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
79849
79918
|
};
|
|
79919
|
+
export declare type GraphStoreV2AtlassianUserCreatedAtlassianTeamSortInput = {
|
|
79920
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
79921
|
+
};
|
|
79850
79922
|
export declare type GraphStoreV2AtlassianUserCreatedConfluenceBlogpostSortInput = {
|
|
79851
79923
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
79852
79924
|
};
|
|
@@ -84094,6 +84166,34 @@ export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianProjectUp
|
|
|
84094
84166
|
};
|
|
84095
84167
|
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
84096
84168
|
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianProjectUpdateUnion = TownsquareProjectUpdate;
|
|
84169
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamConnection = HasPageInfo & {
|
|
84170
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamConnection';
|
|
84171
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamEdge>>>;
|
|
84172
|
+
pageInfo: PageInfo;
|
|
84173
|
+
};
|
|
84174
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamEdge = {
|
|
84175
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamEdge';
|
|
84176
|
+
createdAt: Scalars['DateTime']['output'];
|
|
84177
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
84178
|
+
id: Scalars['ID']['output'];
|
|
84179
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
84180
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamUnion>;
|
|
84181
|
+
};
|
|
84182
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseConnection = HasPageInfo & {
|
|
84183
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseConnection';
|
|
84184
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseEdge>>>;
|
|
84185
|
+
pageInfo: PageInfo;
|
|
84186
|
+
};
|
|
84187
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseEdge = {
|
|
84188
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseEdge';
|
|
84189
|
+
createdAt: Scalars['DateTime']['output'];
|
|
84190
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
84191
|
+
id: Scalars['ID']['output'];
|
|
84192
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
84193
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseUnion>;
|
|
84194
|
+
};
|
|
84195
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
84196
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedAtlassianTeamUnion = TeamV2;
|
|
84097
84197
|
export declare type GraphStoreV2SimplifiedAtlassianUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
84098
84198
|
__typename?: 'GraphStoreV2SimplifiedAtlassianUserCreatedConfluenceBlogpostConnection';
|
|
84099
84199
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedConfluenceBlogpostEdge>>>;
|
|
@@ -116985,6 +117085,15 @@ export declare type JiraSetTimelineHighlightedReleasesPayload = Payload & {
|
|
|
116985
117085
|
errors?: Maybe<Array<MutationError>>;
|
|
116986
117086
|
success: Scalars['Boolean']['output'];
|
|
116987
117087
|
};
|
|
117088
|
+
export declare type JiraSetTimelineViewHideDependenciesInput = {
|
|
117089
|
+
hideDependencies: Scalars['Boolean']['input'];
|
|
117090
|
+
viewId: Scalars['ID']['input'];
|
|
117091
|
+
};
|
|
117092
|
+
export declare type JiraSetTimelineViewHideDependenciesPayload = Payload & {
|
|
117093
|
+
__typename?: 'JiraSetTimelineViewHideDependenciesPayload';
|
|
117094
|
+
errors?: Maybe<Array<MutationError>>;
|
|
117095
|
+
success: Scalars['Boolean']['output'];
|
|
117096
|
+
};
|
|
116988
117097
|
export declare type JiraSetTimelineViewHideReleasesInput = {
|
|
116989
117098
|
hideReleases: Scalars['Boolean']['input'];
|
|
116990
117099
|
viewId: Scalars['ID']['input'];
|
|
@@ -133229,6 +133338,7 @@ export declare type Mutation = {
|
|
|
133229
133338
|
avp_updateFilterExpression?: Maybe<AvpUpdateFilterExpressionPayload>;
|
|
133230
133339
|
avp_updateVariable?: Maybe<AvpUpdateVariablePayload>;
|
|
133231
133340
|
avpanalytics_createModel?: Maybe<AvpAnalyticsCreateModelPayload>;
|
|
133341
|
+
blockService_batchCreateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
|
|
133232
133342
|
blockService_createBlock?: Maybe<BlockServiceBlockPayload>;
|
|
133233
133343
|
blockService_deleteBlock?: Maybe<BlockServiceDeleteBlockPayload>;
|
|
133234
133344
|
blockService_updateBlock?: Maybe<BlockServiceBlockPayload>;
|
|
@@ -133733,6 +133843,7 @@ export declare type Mutation = {
|
|
|
133733
133843
|
jira_setShowUnscheduledIssuesCalendarPanel?: Maybe<JiraShowUnscheduledIssuesCalendarMutationPayload>;
|
|
133734
133844
|
jira_setTimelineBarColorMode?: Maybe<JiraSetTimelineBarColorModePayload>;
|
|
133735
133845
|
jira_setTimelineHighlightedReleases?: Maybe<JiraSetTimelineHighlightedReleasesPayload>;
|
|
133846
|
+
jira_setTimelineViewHideDependencies?: Maybe<JiraSetTimelineViewHideDependenciesPayload>;
|
|
133736
133847
|
jira_setTimelineViewHideReleases?: Maybe<JiraSetTimelineViewHideReleasesPayload>;
|
|
133737
133848
|
jira_setTimelineViewHideWarnings?: Maybe<JiraSetTimelineViewHideWarningsPayload>;
|
|
133738
133849
|
jira_setTimelineViewRangeMode?: Maybe<JiraSetTimelineViewRangeModePayload>;
|
|
@@ -134823,6 +134934,9 @@ export declare type MutationAvp_UpdateVariableArgs = {
|
|
|
134823
134934
|
export declare type MutationAvpanalytics_CreateModelArgs = {
|
|
134824
134935
|
input?: InputMaybe<AvpAnalyticsCreateModelInput>;
|
|
134825
134936
|
};
|
|
134937
|
+
export declare type MutationBlockService_BatchCreateBlocksArgs = {
|
|
134938
|
+
input: BlockServiceBatchCreateBlocksInput;
|
|
134939
|
+
};
|
|
134826
134940
|
export declare type MutationBlockService_CreateBlockArgs = {
|
|
134827
134941
|
input: BlockServiceCreateBlockInput;
|
|
134828
134942
|
};
|
|
@@ -136527,6 +136641,9 @@ export declare type MutationJira_SetTimelineHighlightedReleasesArgs = {
|
|
|
136527
136641
|
cloudId: Scalars['ID']['input'];
|
|
136528
136642
|
input: JiraSetTimelineHighlightedReleasesInput;
|
|
136529
136643
|
};
|
|
136644
|
+
export declare type MutationJira_SetTimelineViewHideDependenciesArgs = {
|
|
136645
|
+
input: JiraSetTimelineViewHideDependenciesInput;
|
|
136646
|
+
};
|
|
136530
136647
|
export declare type MutationJira_SetTimelineViewHideReleasesArgs = {
|
|
136531
136648
|
input: JiraSetTimelineViewHideReleasesInput;
|
|
136532
136649
|
};
|