@forge/cli-shared 3.21.2-next.2 → 3.22.0-next.4
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 +14 -0
- package/out/graphql/graphql-types.d.ts +15 -6
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -0
- package/out/service/feature-flag-service.d.ts +1 -0
- package/out/service/feature-flag-service.d.ts.map +1 -1
- package/out/shared/index.d.ts +0 -1
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +0 -1
- package/out/ui/command-line-ui.d.ts +3 -1
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +6 -4
- package/out/ui/text.d.ts +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -0
- package/out/ui/ui.d.ts +3 -1
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +2 -2
- package/out/shared/installationId.d.ts +0 -3
- package/out/shared/installationId.d.ts.map +0 -1
- package/out/shared/installationId.js +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.22.0-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b2198bc5: Updated the webtrigger CLI command to list site installations to choose from instead of requiring the explicit installation id
|
|
8
|
+
- Updated dependencies [949b52dd]
|
|
9
|
+
- @forge/manifest@5.2.1-next.2
|
|
10
|
+
|
|
11
|
+
## 3.22.0-next.3
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 78523361: Update the CLI to prompt the user to select a product before displaying the list of templates for that product only
|
|
16
|
+
|
|
3
17
|
## 3.21.2-next.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -695,6 +695,7 @@ export declare enum ApiGroup {
|
|
|
695
695
|
export type App = {
|
|
696
696
|
__typename?: 'App';
|
|
697
697
|
avatarFileId?: Maybe<Scalars['String']['output']>;
|
|
698
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
698
699
|
contactLink?: Maybe<Scalars['String']['output']>;
|
|
699
700
|
createdBy?: Maybe<User>;
|
|
700
701
|
deployments?: Maybe<AppDeploymentConnection>;
|
|
@@ -10356,6 +10357,7 @@ export type ForgeMetricsQuery = {
|
|
|
10356
10357
|
apiRequestLatency: ForgeMetricsApiRequestLatencyResult;
|
|
10357
10358
|
apiRequestLatencyValue: ForgeMetricsApiRequestLatencyValueResult;
|
|
10358
10359
|
appId: Scalars['ID']['output'];
|
|
10360
|
+
appMetrics: ForgeMetricsOtlpResult;
|
|
10359
10361
|
errors: ForgeMetricsErrorsResult;
|
|
10360
10362
|
errorsValue: ForgeMetricsErrorsValueResult;
|
|
10361
10363
|
exportMetrics: ForgeMetricsOtlpResult;
|
|
@@ -10376,6 +10378,9 @@ export type ForgeMetricsQueryApiRequestLatencyArgs = {
|
|
|
10376
10378
|
export type ForgeMetricsQueryApiRequestLatencyValueArgs = {
|
|
10377
10379
|
query: ForgeMetricsApiRequestQueryInput;
|
|
10378
10380
|
};
|
|
10381
|
+
export type ForgeMetricsQueryAppMetricsArgs = {
|
|
10382
|
+
query: ForgeMetricsOtlpQueryInput;
|
|
10383
|
+
};
|
|
10379
10384
|
export type ForgeMetricsQueryErrorsArgs = {
|
|
10380
10385
|
query: ForgeMetricsQueryInput;
|
|
10381
10386
|
};
|
|
@@ -19894,6 +19899,7 @@ export declare enum JiraCascadingSelectOptionType {
|
|
|
19894
19899
|
}
|
|
19895
19900
|
export type JiraCascadingSelectOptionsFilter = {
|
|
19896
19901
|
optionType: JiraCascadingSelectOptionType;
|
|
19902
|
+
parentOptionId?: InputMaybe<Scalars['ID']['input']>;
|
|
19897
19903
|
parentOptionName?: InputMaybe<Scalars['String']['input']>;
|
|
19898
19904
|
};
|
|
19899
19905
|
export type JiraCheckboxesField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
@@ -22425,6 +22431,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
22425
22431
|
Sprint = "SPRINT",
|
|
22426
22432
|
Status = "STATUS",
|
|
22427
22433
|
Statuscategory = "STATUSCATEGORY",
|
|
22434
|
+
TicketCategory = "TICKET_CATEGORY",
|
|
22428
22435
|
User = "USER",
|
|
22429
22436
|
Version = "VERSION"
|
|
22430
22437
|
}
|
|
@@ -23228,6 +23235,7 @@ export type JiraMutation = {
|
|
|
23228
23235
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
23229
23236
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
23230
23237
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
23238
|
+
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
23231
23239
|
createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
23232
23240
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
23233
23241
|
deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
|
|
@@ -23238,7 +23246,6 @@ export type JiraMutation = {
|
|
|
23238
23246
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
23239
23247
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
23240
23248
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
23241
|
-
jwmCreateIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
23242
23249
|
jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
|
|
23243
23250
|
linkIssueToVersionRelatedWork?: Maybe<JiraLinkIssueToVersionRelatedWorkPayload>;
|
|
23244
23251
|
linkIssuesToIncident?: Maybe<JiraLinkIssuesToIncidentMutationPayload>;
|
|
@@ -23346,6 +23353,9 @@ export type JiraMutationCreateJiraVersionArgs = {
|
|
|
23346
23353
|
export type JiraMutationCreateJwmFilterArgs = {
|
|
23347
23354
|
input: JiraWorkManagementCreateFilterInput;
|
|
23348
23355
|
};
|
|
23356
|
+
export type JiraMutationCreateJwmIssueArgs = {
|
|
23357
|
+
input: JiraWorkManagementCreateIssueInput;
|
|
23358
|
+
};
|
|
23349
23359
|
export type JiraMutationCreateProjectShortcutArgs = {
|
|
23350
23360
|
input: JiraCreateShortcutInput;
|
|
23351
23361
|
};
|
|
@@ -23373,9 +23383,6 @@ export type JiraMutationGrantGlobalPermissionArgs = {
|
|
|
23373
23383
|
cloudId: Scalars['ID']['input'];
|
|
23374
23384
|
input: JiraGlobalPermissionAddGroupGrantInput;
|
|
23375
23385
|
};
|
|
23376
|
-
export type JiraMutationJwmCreateIssueArgs = {
|
|
23377
|
-
input: JiraWorkManagementCreateIssueInput;
|
|
23378
|
-
};
|
|
23379
23386
|
export type JiraMutationJwmDeleteAttachmentArgs = {
|
|
23380
23387
|
input: JiraWorkManagementDeleteAttachmentInput;
|
|
23381
23388
|
};
|
|
@@ -24304,6 +24311,7 @@ export type JiraProject = Node & {
|
|
|
24304
24311
|
classificationTags: Array<Scalars['String']['output']>;
|
|
24305
24312
|
cloudId: Scalars['ID']['output'];
|
|
24306
24313
|
confluenceSpaceRelationships?: Maybe<JiraProjectAndConfluenceSpaceRelationshipConnection>;
|
|
24314
|
+
created?: Maybe<Scalars['DateTime']['output']>;
|
|
24307
24315
|
description?: Maybe<Scalars['String']['output']>;
|
|
24308
24316
|
devOpsEntityRelationships?: Maybe<AriGraphRelationshipConnection>;
|
|
24309
24317
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
@@ -24342,6 +24350,7 @@ export type JiraProject = Node & {
|
|
|
24342
24350
|
suggestedDriversForJiraVersion?: Maybe<JiraVersionDriverConnection>;
|
|
24343
24351
|
totalLinkedSecurityContainerCount?: Maybe<Scalars['Int']['output']>;
|
|
24344
24352
|
totalLinkedSecurityVulnerabilityCount?: Maybe<Scalars['Int']['output']>;
|
|
24353
|
+
uuid?: Maybe<Scalars['ID']['output']>;
|
|
24345
24354
|
virtualAgentConfiguration?: Maybe<VirtualAgentConfigurationResult>;
|
|
24346
24355
|
};
|
|
24347
24356
|
export type JiraProjectActionArgs = {
|
|
@@ -28525,7 +28534,7 @@ export type JiraWorkManagementCreateFilterPayload = Payload & {
|
|
|
28525
28534
|
};
|
|
28526
28535
|
export type JiraWorkManagementCreateIssueInput = {
|
|
28527
28536
|
fields: JiraIssueFieldsInput;
|
|
28528
|
-
|
|
28537
|
+
issueTypeId: Scalars['ID']['input'];
|
|
28529
28538
|
projectId: Scalars['ID']['input'];
|
|
28530
28539
|
rank?: InputMaybe<JiraWorkManagementRankInput>;
|
|
28531
28540
|
transitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -37304,6 +37313,7 @@ export type TrelloList = Node & {
|
|
|
37304
37313
|
board?: Maybe<TrelloBoard>;
|
|
37305
37314
|
cards?: Maybe<TrelloCardConnection>;
|
|
37306
37315
|
closed: Scalars['Boolean']['output'];
|
|
37316
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
37307
37317
|
creationMethod: Scalars['String']['output'];
|
|
37308
37318
|
id: Scalars['ID']['output'];
|
|
37309
37319
|
limits?: Maybe<TrelloListLimits>;
|
|
@@ -37311,7 +37321,6 @@ export type TrelloList = Node & {
|
|
|
37311
37321
|
objectId: Scalars['ID']['output'];
|
|
37312
37322
|
position: Scalars['Float']['output'];
|
|
37313
37323
|
softLimit?: Maybe<Scalars['Int']['output']>;
|
|
37314
|
-
status?: Maybe<Scalars['String']['output']>;
|
|
37315
37324
|
viewer?: Maybe<TrelloListViewer>;
|
|
37316
37325
|
};
|
|
37317
37326
|
export type TrelloListCardsArgs = {
|