@forge/cli-shared 5.4.1-next.0 → 5.4.1-next.1

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
+ ## 5.4.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c74ca63]
8
+ - @forge/manifest@7.6.1-next.1
9
+
3
10
  ## 5.4.1-next.0
4
11
 
5
12
  ### Patch Changes
@@ -39295,6 +39295,7 @@ export declare type JiraCalendarSprintsInput = {
39295
39295
  };
39296
39296
  export declare type JiraCalendarVersionsInput = {
39297
39297
  additionalProjectAris?: InputMaybe<Array<Scalars['ID']['input']>>;
39298
+ includeSharedReleases?: InputMaybe<Scalars['Boolean']['input']>;
39298
39299
  versionStatuses?: InputMaybe<Array<JiraVersionStatus>>;
39299
39300
  };
39300
39301
  export declare type JiraCalendarViewConfigurationInput = {
@@ -62851,6 +62852,7 @@ export declare type SearchQueryApiSearchArgs = {
62851
62852
  after?: InputMaybe<Scalars['String']['input']>;
62852
62853
  analytics?: InputMaybe<SearchAnalyticsInput>;
62853
62854
  before?: InputMaybe<Scalars['String']['input']>;
62855
+ disableWildcardMatching?: InputMaybe<Scalars['Boolean']['input']>;
62854
62856
  enableHighlighting?: InputMaybe<Scalars['Boolean']['input']>;
62855
62857
  enableRelevanceDebugging?: InputMaybe<Scalars['Boolean']['input']>;
62856
62858
  experience: Scalars['String']['input'];