@forge/cli-shared 3.16.0-next.16 → 3.16.0-next.17
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
|
@@ -14565,11 +14565,13 @@ export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
|
14565
14565
|
first?: Maybe<Scalars['Int']>;
|
|
14566
14566
|
after?: Maybe<Scalars['String']>;
|
|
14567
14567
|
type?: Maybe<Scalars['String']>;
|
|
14568
|
+
sort?: Maybe<AriGraphRelationshipsSort>;
|
|
14568
14569
|
};
|
|
14569
14570
|
export declare type JiraProjectLinkedSecurityVulnerabilitiesArgs = {
|
|
14570
14571
|
first?: Maybe<Scalars['Int']>;
|
|
14571
14572
|
after?: Maybe<Scalars['String']>;
|
|
14572
14573
|
type?: Maybe<Scalars['String']>;
|
|
14574
|
+
sort?: Maybe<AriGraphRelationshipsSort>;
|
|
14573
14575
|
};
|
|
14574
14576
|
export declare type JiraProjectLinkedDocumentationContainersArgs = {
|
|
14575
14577
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -16411,6 +16413,7 @@ export declare type JiraServiceManagementRequestTypePractice = {
|
|
|
16411
16413
|
export declare type JiraServiceManagementRequestTypeTemplate = {
|
|
16412
16414
|
__typename?: 'JiraServiceManagementRequestTypeTemplate';
|
|
16413
16415
|
formTemplateInternalId: Scalars['String'];
|
|
16416
|
+
key?: Maybe<Scalars['String']>;
|
|
16414
16417
|
name?: Maybe<Scalars['String']>;
|
|
16415
16418
|
description?: Maybe<Scalars['String']>;
|
|
16416
16419
|
groups?: Maybe<Array<JiraServiceManagementRequestTypeTemplateGroup>>;
|