@forge/cli-shared 2.6.0-next.2 → 2.6.0-next.3
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
|
@@ -11374,6 +11374,7 @@ export declare type JiraServiceManagementRespondersField = Node & JiraIssueField
|
|
|
11374
11374
|
description?: Maybe<Scalars['String']>;
|
|
11375
11375
|
responders?: Maybe<Array<Maybe<JiraServiceManagementResponder>>>;
|
|
11376
11376
|
respondersConnection?: Maybe<JiraServiceManagementResponderConnection>;
|
|
11377
|
+
searchUrl?: Maybe<Scalars['String']>;
|
|
11377
11378
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
11378
11379
|
};
|
|
11379
11380
|
export declare type JiraServiceManagementRespondersFieldRespondersConnectionArgs = {
|