@forge/cli-shared 6.4.0-next.3 → 6.4.0-next.5
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 +51 -3
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -20
- package/out/shared/error-handling.d.ts +0 -2
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +0 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.4.0-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 85663fe: Display filename, index, line, and column when linting results in a compilation error.
|
|
8
|
+
|
|
9
|
+
## 6.4.0-next.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [319c5aa]
|
|
14
|
+
- Updated dependencies [88b77fc]
|
|
15
|
+
- @forge/manifest@8.1.0-next.3
|
|
16
|
+
|
|
3
17
|
## 6.4.0-next.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -135,6 +135,7 @@ export declare type ActionsAction = {
|
|
|
135
135
|
actionVerb?: Maybe<Scalars['String']['output']>;
|
|
136
136
|
auth: Array<ActionsAuthType>;
|
|
137
137
|
description?: Maybe<ActionsDescription>;
|
|
138
|
+
enabledCapabilities?: Maybe<Array<Maybe<ActionsCapabilityType>>>;
|
|
138
139
|
extensionAri?: Maybe<Scalars['String']['output']>;
|
|
139
140
|
icon?: Maybe<Scalars['String']['output']>;
|
|
140
141
|
inputs?: Maybe<Array<ActionsActionInputTuple>>;
|
|
@@ -168,6 +169,7 @@ export declare type ActionsActionType = {
|
|
|
168
169
|
contextEntityType?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
169
170
|
description?: Maybe<ActionsDescription>;
|
|
170
171
|
displayName: Scalars['String']['output'];
|
|
172
|
+
enabledCapabilities?: Maybe<Array<Maybe<ActionsCapabilityType>>>;
|
|
171
173
|
entityProperty?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
172
174
|
entityType?: Maybe<Scalars['String']['output']>;
|
|
173
175
|
inputs?: Maybe<Array<ActionsActionInputTuple>>;
|
|
@@ -221,6 +223,9 @@ export declare enum ActionsAuthType {
|
|
|
221
223
|
ThreeLegged = "THREE_LEGGED",
|
|
222
224
|
TwoLegged = "TWO_LEGGED"
|
|
223
225
|
}
|
|
226
|
+
export declare enum ActionsCapabilityType {
|
|
227
|
+
Automation = "AUTOMATION"
|
|
228
|
+
}
|
|
224
229
|
export declare type ActionsDescription = {
|
|
225
230
|
__typename?: 'ActionsDescription';
|
|
226
231
|
ai?: Maybe<Scalars['String']['output']>;
|
|
@@ -988,6 +993,7 @@ export declare type AppInstallationLicense = {
|
|
|
988
993
|
ccpEntitlementId?: Maybe<Scalars['String']['output']>;
|
|
989
994
|
ccpEntitlementSlug?: Maybe<Scalars['String']['output']>;
|
|
990
995
|
isEvaluation?: Maybe<Scalars['Boolean']['output']>;
|
|
996
|
+
modes?: Maybe<Array<EcosystemLicenseMode>>;
|
|
991
997
|
subscriptionEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
992
998
|
supportEntitlementNumber?: Maybe<Scalars['String']['output']>;
|
|
993
999
|
trialEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -38024,6 +38030,7 @@ export declare type HelpCenter = Node & {
|
|
|
38024
38030
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
38025
38031
|
mappedProjectsCount?: Maybe<Scalars['Int']['output']>;
|
|
38026
38032
|
name?: Maybe<HelpCenterName>;
|
|
38033
|
+
permissionSettings?: Maybe<HelpCenterPermissionSettingsResult>;
|
|
38027
38034
|
portals?: Maybe<HelpCenterPortals>;
|
|
38028
38035
|
projectMappingData?: Maybe<HelpCenterProjectMappingData>;
|
|
38029
38036
|
siteDefaultLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
@@ -38089,6 +38096,7 @@ export declare type HelpCenterBranding = {
|
|
|
38089
38096
|
__typename?: 'HelpCenterBranding';
|
|
38090
38097
|
banner?: Maybe<HelpCenterBanner>;
|
|
38091
38098
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
38099
|
+
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
38092
38100
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
38093
38101
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
38094
38102
|
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -43711,7 +43719,7 @@ export declare type JiraEstimateInput = {
|
|
|
43711
43719
|
};
|
|
43712
43720
|
export declare type JiraExtensionRenderingContextInput = {
|
|
43713
43721
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
43714
|
-
portalId?: InputMaybe<Scalars['
|
|
43722
|
+
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
43715
43723
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
43716
43724
|
};
|
|
43717
43725
|
export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
@@ -46268,6 +46276,7 @@ export declare type JiraJourneyConfiguration = Node & {
|
|
|
46268
46276
|
parentIssue?: Maybe<JiraJourneyParentIssue>;
|
|
46269
46277
|
status?: Maybe<JiraJourneyStatus>;
|
|
46270
46278
|
trigger?: Maybe<JiraJourneyTrigger>;
|
|
46279
|
+
triggerConfiguration?: Maybe<JiraJourneyTriggerConfiguration>;
|
|
46271
46280
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
46272
46281
|
updatedBy?: Maybe<User>;
|
|
46273
46282
|
version?: Maybe<Scalars['Long']['output']>;
|
|
@@ -46294,6 +46303,13 @@ export declare type JiraJourneyParentIssueInput = {
|
|
|
46294
46303
|
type: JiraJourneyParentIssueType;
|
|
46295
46304
|
value: Scalars['String']['input'];
|
|
46296
46305
|
};
|
|
46306
|
+
export declare type JiraJourneyParentIssueTriggerConfiguration = {
|
|
46307
|
+
__typename?: 'JiraJourneyParentIssueTriggerConfiguration';
|
|
46308
|
+
type?: Maybe<JiraJourneyTriggerType>;
|
|
46309
|
+
};
|
|
46310
|
+
export declare type JiraJourneyParentIssueTriggerConfigurationInput = {
|
|
46311
|
+
type?: InputMaybe<JiraJourneyTriggerType>;
|
|
46312
|
+
};
|
|
46297
46313
|
export declare enum JiraJourneyParentIssueType {
|
|
46298
46314
|
Request = "REQUEST"
|
|
46299
46315
|
}
|
|
@@ -46308,12 +46324,27 @@ export declare type JiraJourneyTrigger = {
|
|
|
46308
46324
|
__typename?: 'JiraJourneyTrigger';
|
|
46309
46325
|
type: JiraJourneyTriggerType;
|
|
46310
46326
|
};
|
|
46327
|
+
export declare type JiraJourneyTriggerConfiguration = JiraJourneyParentIssueTriggerConfiguration | JiraJourneyWorkdayIntegrationTriggerConfiguration;
|
|
46328
|
+
export declare type JiraJourneyTriggerConfigurationInput = {
|
|
46329
|
+
parentIssueTriggerConfiguration?: InputMaybe<JiraJourneyParentIssueTriggerConfigurationInput>;
|
|
46330
|
+
workdayIntegrationTriggerConfiguration?: InputMaybe<JiraJourneyWorkdayIntegrationTriggerConfigurationInput>;
|
|
46331
|
+
};
|
|
46311
46332
|
export declare type JiraJourneyTriggerInput = {
|
|
46312
46333
|
type: JiraJourneyTriggerType;
|
|
46313
46334
|
};
|
|
46314
46335
|
export declare enum JiraJourneyTriggerType {
|
|
46315
|
-
ParentIssueCreated = "PARENT_ISSUE_CREATED"
|
|
46336
|
+
ParentIssueCreated = "PARENT_ISSUE_CREATED",
|
|
46337
|
+
WorkdayIntegrationTriggered = "WORKDAY_INTEGRATION_TRIGGERED"
|
|
46316
46338
|
}
|
|
46339
|
+
export declare type JiraJourneyWorkdayIntegrationTriggerConfiguration = {
|
|
46340
|
+
__typename?: 'JiraJourneyWorkdayIntegrationTriggerConfiguration';
|
|
46341
|
+
ruleId?: Maybe<Scalars['ID']['output']>;
|
|
46342
|
+
type?: Maybe<JiraJourneyTriggerType>;
|
|
46343
|
+
};
|
|
46344
|
+
export declare type JiraJourneyWorkdayIntegrationTriggerConfigurationInput = {
|
|
46345
|
+
ruleId?: InputMaybe<Scalars['ID']['input']>;
|
|
46346
|
+
type?: InputMaybe<JiraJourneyTriggerType>;
|
|
46347
|
+
};
|
|
46317
46348
|
export declare enum JiraJqlAutocompleteType {
|
|
46318
46349
|
Basic = "BASIC",
|
|
46319
46350
|
Cascadingoption = "CASCADINGOPTION",
|
|
@@ -47474,6 +47505,7 @@ export declare type JiraMutation = {
|
|
|
47474
47505
|
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
47475
47506
|
updateJiraJourneyActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47476
47507
|
updateJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47508
|
+
updateJiraJourneyTriggerConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47477
47509
|
updateJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
47478
47510
|
updateJiraVersionApproverDeclineReason?: Maybe<JiraVersionUpdateApproverDeclineReasonPayload>;
|
|
47479
47511
|
updateJiraVersionApproverDescription?: Maybe<JiraVersionUpdateApproverDescriptionPayload>;
|
|
@@ -47915,6 +47947,10 @@ export declare type JiraMutationUpdateJiraJourneyConfigurationArgs = {
|
|
|
47915
47947
|
cloudId: Scalars['ID']['input'];
|
|
47916
47948
|
input: JiraUpdateJourneyConfigurationInput;
|
|
47917
47949
|
};
|
|
47950
|
+
export declare type JiraMutationUpdateJiraJourneyTriggerConfigurationArgs = {
|
|
47951
|
+
cloudId: Scalars['ID']['input'];
|
|
47952
|
+
input: JiraUpdateJourneyTriggerConfigurationInput;
|
|
47953
|
+
};
|
|
47918
47954
|
export declare type JiraMutationUpdateJiraVersionArgs = {
|
|
47919
47955
|
input: JiraVersionUpdateMutationInput;
|
|
47920
47956
|
};
|
|
@@ -49047,6 +49083,7 @@ export declare type JiraProject = Node & {
|
|
|
49047
49083
|
isAIEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49048
49084
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49049
49085
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
49086
|
+
isVirtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49050
49087
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
49051
49088
|
jsmChatInitialNativeConfig?: Maybe<JsmChatInitializeNativeConfigResponse>;
|
|
49052
49089
|
jsmChatMsTeamsConfig?: Maybe<JsmChatMsTeamsConfig>;
|
|
@@ -53010,6 +53047,7 @@ export declare type JiraSpreadsheetGroup = {
|
|
|
53010
53047
|
export declare type JiraSpreadsheetGroupIssuesArgs = {
|
|
53011
53048
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
53012
53049
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
53050
|
+
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
53013
53051
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53014
53052
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
53015
53053
|
};
|
|
@@ -53738,6 +53776,7 @@ export declare type JiraUiModification = {
|
|
|
53738
53776
|
id: Scalars['ID']['output'];
|
|
53739
53777
|
};
|
|
53740
53778
|
export declare type JiraUiModificationsContextInput = {
|
|
53779
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
53741
53780
|
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
53742
53781
|
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
53743
53782
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -53943,8 +53982,14 @@ export declare type JiraUpdateJourneyConfigurationPayload = Payload & {
|
|
|
53943
53982
|
__typename?: 'JiraUpdateJourneyConfigurationPayload';
|
|
53944
53983
|
errors?: Maybe<Array<MutationError>>;
|
|
53945
53984
|
jiraJourneyConfiguration?: Maybe<JiraJourneyConfiguration>;
|
|
53985
|
+
jiraJourneyConfigurationEdge?: Maybe<JiraJourneyConfigurationEdge>;
|
|
53946
53986
|
success: Scalars['Boolean']['output'];
|
|
53947
53987
|
};
|
|
53988
|
+
export declare type JiraUpdateJourneyTriggerConfigurationInput = {
|
|
53989
|
+
id: Scalars['ID']['input'];
|
|
53990
|
+
triggerConfiguration?: InputMaybe<JiraJourneyTriggerConfigurationInput>;
|
|
53991
|
+
version: Scalars['Long']['input'];
|
|
53992
|
+
};
|
|
53948
53993
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
53949
53994
|
id: Scalars['ID']['input'];
|
|
53950
53995
|
operations: Array<JiraLabelsFieldOperationInput>;
|
|
@@ -54328,6 +54373,7 @@ export declare type JiraUserPreferences = {
|
|
|
54328
54373
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
54329
54374
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54330
54375
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
54376
|
+
isIssueViewSmartRepliesUserEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54331
54377
|
isMiniModalGlobalIssueCreateDiscoverabilityPushComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
54332
54378
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54333
54379
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
@@ -55963,6 +56009,7 @@ export declare type JsmChatWebAddConversationInteractionPayload = Payload & {
|
|
|
55963
56009
|
};
|
|
55964
56010
|
export declare enum JsmChatWebConversationActions {
|
|
55965
56011
|
CloseConversation = "CLOSE_CONVERSATION",
|
|
56012
|
+
DisableInput = "DISABLE_INPUT",
|
|
55966
56013
|
RedirectToSearch = "REDIRECT_TO_SEARCH"
|
|
55967
56014
|
}
|
|
55968
56015
|
export declare type JsmChatWebConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
|
|
@@ -57751,7 +57798,8 @@ export declare type MarketplaceConsoleMakeAppPublicKnownError = {
|
|
|
57751
57798
|
};
|
|
57752
57799
|
export declare type MarketplaceConsoleMakeAppVersionPublicChecks = {
|
|
57753
57800
|
__typename?: 'MarketplaceConsoleMakeAppVersionPublicChecks';
|
|
57754
|
-
|
|
57801
|
+
canBeMadePublic?: Maybe<Scalars['Boolean']['output']>;
|
|
57802
|
+
redirectToVersionsPage?: Maybe<Scalars['Boolean']['output']>;
|
|
57755
57803
|
};
|
|
57756
57804
|
export declare type MarketplaceConsoleMakeAppVersionPublicMutationOutput = MarketplaceConsoleMakeAppPublicKnownError | MarketplaceConsoleMutationVoidResponse;
|
|
57757
57805
|
export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|