@forge/cli-shared 9.3.1-next.2-experimental-9595c20 → 9.3.1-next.2-experimental-df8f92e

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,6 +1,6 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 9.3.1-next.2-experimental-9595c20
3
+ ## 9.3.1-next.2-experimental-df8f92e
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  - 93422bb: update 'manifest render' command description
12
12
  - 93422bb: Add an option to inspect the application bundle
13
13
  - Updated dependencies [dcbf516]
14
- - @forge/manifest@13.3.1-next.0-experimental-9595c20
14
+ - @forge/manifest@13.3.1-next.0-experimental-df8f92e
15
15
 
16
16
  ## 9.3.1-next.2
17
17
 
@@ -123584,6 +123584,7 @@ export type JiraAgentInSpaceSourceStatus = {
123584
123584
  };
123585
123585
  export type JiraAgentInSpaceStudioAutomationTrigger = JiraAgentInSpaceTrigger & {
123586
123586
  __typename?: 'JiraAgentInSpaceStudioAutomationTrigger';
123587
+ editUrl?: Maybe<Scalars['String']['output']>;
123587
123588
  flow?: Maybe<Scalars['String']['output']>;
123588
123589
  id: Scalars['ID']['output'];
123589
123590
  kind: JiraAgentInSpaceTriggerKind;
@@ -131192,6 +131193,10 @@ export type JiraFilterNameMutationErrorExtension = MutationErrorExtension & {
131192
131193
  errorType?: Maybe<Scalars['String']['output']>;
131193
131194
  statusCode?: Maybe<Scalars['Int']['output']>;
131194
131195
  };
131196
+ export type JiraFilterNotFoundError = {
131197
+ __typename?: 'JiraFilterNotFoundError';
131198
+ message?: Maybe<Scalars['String']['output']>;
131199
+ };
131195
131200
  export declare enum JiraFilterSearchMode {
131196
131201
  Advanced = "ADVANCED",
131197
131202
  Basic = "BASIC",
@@ -134982,7 +134987,7 @@ export type JiraIssueSearchCustomInput = {
134982
134987
  jiraSoftwareInput?: InputMaybe<JiraSoftwareIssueSearchCustomInput>;
134983
134988
  jiraTimelineInput?: InputMaybe<JiraTimelineIssueSearchCustomInput>;
134984
134989
  };
134985
- export type JiraIssueSearchError = JiraCustomIssueSearchError | JiraInvalidIssueSearchInputError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraJqlSearchTimeoutError | JiraServerError;
134990
+ export type JiraIssueSearchError = JiraCustomIssueSearchError | JiraFilterNotFoundError | JiraInvalidIssueSearchInputError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraJqlSearchTimeoutError | JiraServerError;
134986
134991
  export type JiraIssueSearchErrorExtension = QueryErrorExtension & {
134987
134992
  __typename?: 'JiraIssueSearchErrorExtension';
134988
134993
  errorType?: Maybe<Scalars['String']['output']>;