@forge/cli-shared 8.1.0-next.9 → 8.1.0

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,32 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - effab31: Bumped cheerio from 0.22 to 1.1
8
+ - 620aea7: Added support for Dashboards context for app creation
9
+
10
+ ### Patch Changes
11
+
12
+ - 25a3da2: Update attribution header
13
+ - 195411c: patch dependencies
14
+ - Updated dependencies [effab31]
15
+ - Updated dependencies [5d07fbf]
16
+ - Updated dependencies [4b15e26]
17
+ - Updated dependencies [634d7b9]
18
+ - Updated dependencies [b9574d4]
19
+ - Updated dependencies [195411c]
20
+ - Updated dependencies [d97a252]
21
+ - Updated dependencies [46daa27]
22
+ - Updated dependencies [1479d2d]
23
+ - Updated dependencies [ca7e661]
24
+ - Updated dependencies [5ab2c49]
25
+ - Updated dependencies [609f68b]
26
+ - @forge/manifest@10.1.0
27
+ - @forge/i18n@0.0.7
28
+ - @forge/util@1.4.10
29
+
3
30
  ## 8.1.0-next.9
4
31
 
5
32
  ### Minor Changes
@@ -58372,6 +58372,7 @@ export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
58372
58372
  export declare type JiraGroupedListViewViewSettingsArgs = {
58373
58373
  groupBy?: InputMaybe<Scalars['String']['input']>;
58374
58374
  issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
58375
+ settings?: InputMaybe<JiraIssueSearchSettings>;
58375
58376
  staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
58376
58377
  };
58377
58378
  export declare enum JiraGroupsContext {
@@ -59944,7 +59945,9 @@ export declare type JiraIssueSearchScope = {
59944
59945
  projectKey?: InputMaybe<Scalars['String']['input']>;
59945
59946
  };
59946
59947
  export declare type JiraIssueSearchSettings = {
59948
+ groupBy?: InputMaybe<Scalars['String']['input']>;
59947
59949
  hideDone?: InputMaybe<Scalars['Boolean']['input']>;
59950
+ hierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
59948
59951
  };
59949
59952
  export declare type JiraIssueSearchStaticViewInput = {
59950
59953
  isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
@@ -63960,6 +63963,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
63960
63963
  };
63961
63964
  export declare type JiraProject = Node & {
63962
63965
  __typename?: 'JiraProject';
63966
+ accessLevel?: Maybe<JiraProjectAccessLevelType>;
63963
63967
  action?: Maybe<JiraProjectAction>;
63964
63968
  activeBackground?: Maybe<JiraBackground>;
63965
63969
  assignableUsers?: Maybe<JiraAssignableUsersConnection>;
@@ -64200,6 +64204,21 @@ export declare type JiraProjectVersionsV2Args = {
64200
64204
  searchString?: InputMaybe<Scalars['String']['input']>;
64201
64205
  sortBy?: InputMaybe<JiraVersionSortInput>;
64202
64206
  };
64207
+ export declare type JiraProjectAccessLevel = {
64208
+ __typename?: 'JiraProjectAccessLevel';
64209
+ description?: Maybe<Scalars['String']['output']>;
64210
+ displayName?: Maybe<Scalars['String']['output']>;
64211
+ everyoneRoleDescription?: Maybe<Scalars['String']['output']>;
64212
+ everyoneRoleName?: Maybe<Scalars['String']['output']>;
64213
+ iconName?: Maybe<Scalars['String']['output']>;
64214
+ value: JiraProjectAccessLevelType;
64215
+ };
64216
+ export declare enum JiraProjectAccessLevelType {
64217
+ Free = "FREE",
64218
+ Limited = "LIMITED",
64219
+ Open = "OPEN",
64220
+ Private = "PRIVATE"
64221
+ }
64203
64222
  export declare type JiraProjectAction = {
64204
64223
  __typename?: 'JiraProjectAction';
64205
64224
  canPerform: Scalars['Boolean']['output'];
@@ -64631,6 +64650,7 @@ export declare enum JiraProjectType {
64631
64650
  }
64632
64651
  export declare type JiraProjectTypeDetails = Node & {
64633
64652
  __typename?: 'JiraProjectTypeDetails';
64653
+ availableAccessLevels: Array<JiraProjectAccessLevel>;
64634
64654
  color: Scalars['String']['output'];
64635
64655
  description: Scalars['String']['output'];
64636
64656
  formattedKey: Scalars['String']['output'];
@@ -68892,6 +68912,7 @@ export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
68892
68912
  export declare type JiraSpreadsheetViewViewSettingsArgs = {
68893
68913
  groupBy?: InputMaybe<Scalars['String']['input']>;
68894
68914
  issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
68915
+ settings?: InputMaybe<JiraIssueSearchSettings>;
68895
68916
  staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
68896
68917
  };
68897
68918
  export declare type JiraSpreadsheetViewPayload = Payload & {
@@ -84469,6 +84490,7 @@ export declare type Query = {
84469
84490
  jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
84470
84491
  jira_jiraServiceManagementDefaultCommentBehavior?: Maybe<JiraServiceManagementDefaultCommentBehavior>;
84471
84492
  jira_projectByIdOrKey?: Maybe<JiraProject>;
84493
+ jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
84472
84494
  jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
84473
84495
  jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
84474
84496
  jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
@@ -86128,6 +86150,9 @@ export declare type QueryJira_ProjectByIdOrKeyArgs = {
86128
86150
  cloudId: Scalars['ID']['input'];
86129
86151
  idOrKey: Scalars['String']['input'];
86130
86152
  };
86153
+ export declare type QueryJira_ProjectTypesByIdsArgs = {
86154
+ ids: Array<Scalars['ID']['input']>;
86155
+ };
86131
86156
  export declare type QueryJira_ProjectsSidebarMenuArgs = {
86132
86157
  cloudId: Scalars['ID']['input'];
86133
86158
  currentURL?: InputMaybe<Scalars['URL']['input']>;