@forge/cli-shared 6.2.1-next.6 → 6.2.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,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.2.1-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [da32dcc]
8
+ - @forge/manifest@8.0.0-next.6
9
+
3
10
  ## 6.2.1-next.6
4
11
 
5
12
  ### Patch Changes
@@ -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>>>;
@@ -42479,7 +42504,7 @@ export declare enum JiraDeploymentsFeaturePrecondition {
42479
42504
  DeploymentsEmptyState = "DEPLOYMENTS_EMPTY_STATE",
42480
42505
  NotAvailable = "NOT_AVAILABLE"
42481
42506
  }
42482
- export declare type JiraDetailedView = JiraView & Node & {
42507
+ export declare type JiraDetailedView = JiraIssueSearchViewType & JiraView & Node & {
42483
42508
  __typename?: 'JiraDetailedView';
42484
42509
  id: Scalars['ID']['output'];
42485
42510
  issues?: Maybe<JiraIssueConnection>;
@@ -43839,7 +43864,7 @@ export declare type JiraGroupGrantTypeValue = Node & {
43839
43864
  export declare type JiraGroupInput = {
43840
43865
  groupName: Scalars['ID']['input'];
43841
43866
  };
43842
- export declare type JiraGroupedListView = JiraSpreadsheetView & JiraView & Node & {
43867
+ export declare type JiraGroupedListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
43843
43868
  __typename?: 'JiraGroupedListView';
43844
43869
  fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
43845
43870
  filterId?: Maybe<Scalars['String']['output']>;
@@ -45175,6 +45200,8 @@ export declare type JiraIssueSearchViewFieldSetsProjectContext = {
45175
45200
  project?: InputMaybe<Scalars['ID']['input']>;
45176
45201
  };
45177
45202
  export declare type JiraIssueSearchViewInput = {
45203
+ context?: InputMaybe<JiraIssueSearchViewFieldSetsContext>;
45204
+ filterId?: InputMaybe<Scalars['String']['input']>;
45178
45205
  namespace?: InputMaybe<Scalars['String']['input']>;
45179
45206
  viewId?: InputMaybe<Scalars['String']['input']>;
45180
45207
  };
@@ -45185,6 +45212,9 @@ export declare type JiraIssueSearchViewPayload = Payload & {
45185
45212
  view?: Maybe<JiraIssueSearchView>;
45186
45213
  };
45187
45214
  export declare type JiraIssueSearchViewResult = JiraIssueSearchView | QueryError;
45215
+ export declare type JiraIssueSearchViewType = {
45216
+ id: Scalars['ID']['output'];
45217
+ };
45188
45218
  export declare type JiraIssueTransitionComment = {
45189
45219
  __typename?: 'JiraIssueTransitionComment';
45190
45220
  adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
@@ -46137,7 +46167,7 @@ export declare type JiraLinkedIssuesInput = {
46137
46167
  inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
46138
46168
  outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
46139
46169
  };
46140
- export declare type JiraListView = JiraSpreadsheetView & JiraView & Node & {
46170
+ export declare type JiraListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
46141
46171
  __typename?: 'JiraListView';
46142
46172
  fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
46143
46173
  filterId?: Maybe<Scalars['String']['output']>;