@forge/cli-shared 3.23.2 → 3.23.3-next.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,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.23.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 32fa518: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @types/node-fetch
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [32fa518]
|
|
12
|
+
- @forge/manifest@5.5.3-next.0
|
|
13
|
+
|
|
3
14
|
## 3.23.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -6376,6 +6376,7 @@ export declare type ConfluenceSpaceMetadata = {
|
|
|
6376
6376
|
recentCommenters?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
6377
6377
|
recentWatchers?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
6378
6378
|
totalCommenters?: Maybe<Scalars['Int']['output']>;
|
|
6379
|
+
totalCurrentBlogPosts?: Maybe<Scalars['Int']['output']>;
|
|
6379
6380
|
totalCurrentPages?: Maybe<Scalars['Int']['output']>;
|
|
6380
6381
|
totalWatchers?: Maybe<Scalars['Int']['output']>;
|
|
6381
6382
|
};
|
|
@@ -28663,7 +28664,6 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
28663
28664
|
}
|
|
28664
28665
|
export declare type JiraJqlBuilder = {
|
|
28665
28666
|
__typename?: 'JiraJqlBuilder';
|
|
28666
|
-
cascadingSelectOptions?: Maybe<JiraJqlOptionFieldValueConnection>;
|
|
28667
28667
|
cascadingSelectValues?: Maybe<JiraJqlCascadingOptionFieldValueConnection>;
|
|
28668
28668
|
fieldValues?: Maybe<JiraJqlFieldValueConnection>;
|
|
28669
28669
|
fields?: Maybe<JiraJqlFieldConnectionResult>;
|
|
@@ -28678,16 +28678,6 @@ export declare type JiraJqlBuilder = {
|
|
|
28678
28678
|
suggestedGroups?: Maybe<JiraJqlGroupFieldValueConnection>;
|
|
28679
28679
|
versions?: Maybe<JiraJqlVersions>;
|
|
28680
28680
|
};
|
|
28681
|
-
export declare type JiraJqlBuilderCascadingSelectOptionsArgs = {
|
|
28682
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
28683
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
28684
|
-
filter: JiraCascadingSelectOptionsFilter;
|
|
28685
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28686
|
-
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
28687
|
-
jqlTerm: Scalars['String']['input'];
|
|
28688
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
28689
|
-
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
28690
|
-
};
|
|
28691
28681
|
export declare type JiraJqlBuilderCascadingSelectValuesArgs = {
|
|
28692
28682
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
28693
28683
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33492,6 +33482,7 @@ export declare type JiraSprintFieldSprintsArgs = {
|
|
|
33492
33482
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33493
33483
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
33494
33484
|
currentProjectOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33485
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
33495
33486
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33496
33487
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
33497
33488
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|