@forge/cli-shared 3.10.2-next.1 → 3.10.2
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,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f8cf2b8: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- env-paths
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [44c6dad]
|
|
12
|
+
- @forge/util@1.2.3
|
|
13
|
+
- @forge/manifest@4.9.2
|
|
14
|
+
|
|
3
15
|
## 3.10.2-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1243,7 +1243,7 @@ export declare type AriGraphRelationshipNode = {
|
|
|
1243
1243
|
id: Scalars['ID'];
|
|
1244
1244
|
data?: Maybe<AriGraphRelationshipNodeData>;
|
|
1245
1245
|
};
|
|
1246
|
-
export declare type AriGraphRelationshipNodeData = DeploymentSummary | ConfluencePage | ConfluenceSpace | ThirdPartySecurityWorkspace | ThirdPartySecurityContainer | DevOpsPullRequestDetails | DevOpsSecurityVulnerabilityDetails | JiraIssue | OpsgenieTeam | TownsquareGoal | TownsquareProject | TownsquareComment;
|
|
1246
|
+
export declare type AriGraphRelationshipNodeData = DeploymentSummary | ConfluencePage | ConfluenceSpace | ThirdPartySecurityWorkspace | ThirdPartySecurityContainer | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsSecurityVulnerabilityDetails | JiraIssue | OpsgenieTeam | TownsquareGoal | TownsquareProject | TownsquareComment;
|
|
1247
1247
|
export declare type AriGraphRelationshipsErrorReference = {
|
|
1248
1248
|
__typename?: 'AriGraphRelationshipsErrorReference';
|
|
1249
1249
|
from?: Maybe<Scalars['ID']>;
|
|
@@ -3574,6 +3574,7 @@ export declare type CompassScorecardCriteriaScore = {
|
|
|
3574
3574
|
maxScore: Scalars['Int'];
|
|
3575
3575
|
explanation?: Maybe<Scalars['String']>;
|
|
3576
3576
|
dataSourceLastUpdated?: Maybe<Scalars['DateTime']>;
|
|
3577
|
+
status?: Maybe<Scalars['String']>;
|
|
3577
3578
|
};
|
|
3578
3579
|
export declare type CompassScorecardCriteriaScoreQuery = {
|
|
3579
3580
|
componentId: Scalars['ID'];
|
|
@@ -13410,6 +13411,7 @@ export declare type JiraQuery = {
|
|
|
13410
13411
|
screenIdByIssueId?: Maybe<Scalars['Long']>;
|
|
13411
13412
|
screenIdByIssueKey?: Maybe<Scalars['Long']>;
|
|
13412
13413
|
epicLinkFieldKey?: Maybe<Scalars['String']>;
|
|
13414
|
+
childIssuesLimit?: Maybe<Scalars['Long']>;
|
|
13413
13415
|
getGlobalPermissionsAndGrants?: Maybe<JiraGlobalPermissionGrantsResult>;
|
|
13414
13416
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
13415
13417
|
allGrantTypeKeys?: Maybe<Array<JiraGrantTypeKey>>;
|
|
@@ -13656,6 +13658,9 @@ export declare type JiraQueryScreenIdByIssueKeyArgs = {
|
|
|
13656
13658
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
13657
13659
|
cloudId?: Maybe<Scalars['ID']>;
|
|
13658
13660
|
};
|
|
13661
|
+
export declare type JiraQueryChildIssuesLimitArgs = {
|
|
13662
|
+
cloudId: Scalars['ID'];
|
|
13663
|
+
};
|
|
13659
13664
|
export declare type JiraQueryGetGlobalPermissionsAndGrantsArgs = {
|
|
13660
13665
|
cloudId: Scalars['ID'];
|
|
13661
13666
|
};
|
|
@@ -17625,6 +17630,14 @@ export declare type PartnerBtfProductNode = {
|
|
|
17625
17630
|
productDescription?: Maybe<Scalars['String']>;
|
|
17626
17631
|
productKey: Scalars['ID'];
|
|
17627
17632
|
};
|
|
17633
|
+
export declare type PartnerCatalogApi = {
|
|
17634
|
+
__typename?: 'PartnerCatalogApi';
|
|
17635
|
+
partnerOfferingCatalog?: Maybe<PartnerOfferingListResponse>;
|
|
17636
|
+
partnerOfferingDetails?: Maybe<PartnerOfferingDetailsResponse>;
|
|
17637
|
+
};
|
|
17638
|
+
export declare type PartnerCatalogApiPartnerOfferingDetailsArgs = {
|
|
17639
|
+
where?: Maybe<PartnerOfferingFilter>;
|
|
17640
|
+
};
|
|
17628
17641
|
export declare enum PartnerCloudLicenseType {
|
|
17629
17642
|
Academic = "ACADEMIC",
|
|
17630
17643
|
Commercial = "COMMERCIAL",
|
|
@@ -17657,14 +17670,6 @@ export declare type PartnerOfferingBtfInput = {
|
|
|
17657
17670
|
licenseType?: Maybe<Array<Maybe<PartnerBtfLicenseType>>>;
|
|
17658
17671
|
productKey: Scalars['ID'];
|
|
17659
17672
|
};
|
|
17660
|
-
export declare type PartnerOfferingCatalogApi = {
|
|
17661
|
-
__typename?: 'PartnerOfferingCatalogApi';
|
|
17662
|
-
partnerOfferingCatalog?: Maybe<PartnerOfferingListResponse>;
|
|
17663
|
-
partnerOfferingDetails?: Maybe<PartnerOfferingDetailsResponse>;
|
|
17664
|
-
};
|
|
17665
|
-
export declare type PartnerOfferingCatalogApiPartnerOfferingDetailsArgs = {
|
|
17666
|
-
where?: Maybe<PartnerOfferingFilter>;
|
|
17667
|
-
};
|
|
17668
17673
|
export declare type PartnerOfferingCloudInput = {
|
|
17669
17674
|
currency?: Maybe<Array<Maybe<PartnerCurrency>>>;
|
|
17670
17675
|
key: Scalars['ID'];
|
|
@@ -19058,7 +19063,7 @@ export declare type Query = {
|
|
|
19058
19063
|
opsgenieTeamRelationshipsForJiraProject?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
19059
19064
|
jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
|
|
19060
19065
|
codeInJira?: Maybe<CodeInJira>;
|
|
19061
|
-
partnerCatalogApi?: Maybe<
|
|
19066
|
+
partnerCatalogApi?: Maybe<PartnerCatalogApi>;
|
|
19062
19067
|
jira?: Maybe<JiraQuery>;
|
|
19063
19068
|
team?: Maybe<TeamQuery>;
|
|
19064
19069
|
testing?: Maybe<Testing>;
|
|
@@ -20648,7 +20653,8 @@ export declare enum Scope {
|
|
|
20648
20653
|
WriteContainer = "WRITE_CONTAINER",
|
|
20649
20654
|
MigrateConfluence = "MIGRATE_CONFLUENCE",
|
|
20650
20655
|
ReadTeam = "READ_TEAM",
|
|
20651
|
-
ReadTeamMembers = "READ_TEAM_MEMBERS"
|
|
20656
|
+
ReadTeamMembers = "READ_TEAM_MEMBERS",
|
|
20657
|
+
TrelloAtlassianExternal = "TRELLO_ATLASSIAN_EXTERNAL"
|
|
20652
20658
|
}
|
|
20653
20659
|
export declare type ScopeSprintIssue = {
|
|
20654
20660
|
__typename?: 'ScopeSprintIssue';
|
|
@@ -23143,6 +23149,9 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
23143
23149
|
importance?: Maybe<CompassScorecardImportance>;
|
|
23144
23150
|
componentLabelNames?: Maybe<Array<Scalars['String']>>;
|
|
23145
23151
|
componentTierValues?: Maybe<Array<Scalars['String']>>;
|
|
23152
|
+
createCriteria?: Maybe<Array<CreateCompassScorecardCriteriaInput>>;
|
|
23153
|
+
updateCriteria?: Maybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
23154
|
+
deleteCriteria?: Maybe<Array<DeleteCompassScorecardCriteriaInput>>;
|
|
23146
23155
|
};
|
|
23147
23156
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
23148
23157
|
__typename?: 'UpdateCompassScorecardPayload';
|