@forge/cli-shared 6.11.0-next.16 → 6.11.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
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.11.0-next.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 984c454: Forcing patch bump to update internal registry
|
|
8
|
+
- Updated dependencies [984c454]
|
|
9
|
+
- Updated dependencies [4ced2b2]
|
|
10
|
+
- @forge/i18n@0.0.6-next.0
|
|
11
|
+
- @forge/manifest@9.3.0-next.8
|
|
12
|
+
- @forge/util@1.4.9-next.0
|
|
13
|
+
|
|
3
14
|
## 6.11.0-next.16
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -4156,6 +4156,7 @@ export declare type CcpQueryApi = {
|
|
|
4156
4156
|
entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4157
4157
|
experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
4158
4158
|
offering?: Maybe<CcpOffering>;
|
|
4159
|
+
offerings?: Maybe<Array<Maybe<CcpOffering>>>;
|
|
4159
4160
|
pricingPlan?: Maybe<CcpPricingPlan>;
|
|
4160
4161
|
product?: Maybe<CcpProduct>;
|
|
4161
4162
|
quotes?: Maybe<Array<Maybe<CcpQuote>>>;
|
|
@@ -4170,6 +4171,9 @@ export declare type CcpQueryApiEntitlementsArgs = {
|
|
|
4170
4171
|
export declare type CcpQueryApiOfferingArgs = {
|
|
4171
4172
|
key: Scalars['ID']['input'];
|
|
4172
4173
|
};
|
|
4174
|
+
export declare type CcpQueryApiOfferingsArgs = {
|
|
4175
|
+
ids: Array<Scalars['ID']['input']>;
|
|
4176
|
+
};
|
|
4173
4177
|
export declare type CcpQueryApiPricingPlanArgs = {
|
|
4174
4178
|
id: Scalars['ID']['input'];
|
|
4175
4179
|
};
|
|
@@ -21829,6 +21833,7 @@ export declare type CustomerServiceRequest = {
|
|
|
21829
21833
|
key?: Maybe<Scalars['String']['output']>;
|
|
21830
21834
|
statusKey?: Maybe<CustomerServiceStatusKey>;
|
|
21831
21835
|
summary?: Maybe<Scalars['String']['output']>;
|
|
21836
|
+
templateForm?: Maybe<CustomerServiceTemplateForm>;
|
|
21832
21837
|
};
|
|
21833
21838
|
export declare type CustomerServiceRequestByKeyResult = CustomerServiceRequest | QueryError;
|
|
21834
21839
|
export declare type CustomerServiceRequestConnection = {
|
|
@@ -23750,6 +23755,7 @@ export declare type DevOpsMetricsPerIssueMetricsFilter = {
|
|
|
23750
23755
|
};
|
|
23751
23756
|
export declare type DevOpsMetricsPerProjectPrCycleTimeMetrics = {
|
|
23752
23757
|
__typename?: 'DevOpsMetricsPerProjectPRCycleTimeMetrics';
|
|
23758
|
+
medianHistoricalPRCycleTime: Scalars['Float']['output'];
|
|
23753
23759
|
medianPRCycleTime: Scalars['Float']['output'];
|
|
23754
23760
|
perDayPRMetrics: Array<Maybe<DevOpsMetricsDailyReviewTimeData>>;
|
|
23755
23761
|
};
|
|
@@ -56689,6 +56695,13 @@ export declare type JiraAutodevCreateJobPayload = Payload & {
|
|
|
56689
56695
|
job?: Maybe<JiraAutodevJob>;
|
|
56690
56696
|
success: Scalars['Boolean']['output'];
|
|
56691
56697
|
};
|
|
56698
|
+
export declare enum JiraAutodevCreatePullRequestOptionEnumType {
|
|
56699
|
+
Always = "ALWAYS",
|
|
56700
|
+
Draft = "DRAFT",
|
|
56701
|
+
DraftOnBuildPass = "DRAFT_ON_BUILD_PASS",
|
|
56702
|
+
Never = "NEVER",
|
|
56703
|
+
OnBuildPass = "ON_BUILD_PASS"
|
|
56704
|
+
}
|
|
56692
56705
|
export declare type JiraAutodevDeletedPayload = Payload & {
|
|
56693
56706
|
__typename?: 'JiraAutodevDeletedPayload';
|
|
56694
56707
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -56703,6 +56716,7 @@ export declare type JiraAutodevJob = {
|
|
|
56703
56716
|
branchUrl?: Maybe<Scalars['String']['output']>;
|
|
56704
56717
|
changesSummary?: Maybe<Scalars['String']['output']>;
|
|
56705
56718
|
codeChanges?: Maybe<JiraAutodevCodeChangeConnection>;
|
|
56719
|
+
createPullRequestOption?: Maybe<JiraAutodevCreatePullRequestOptionEnumType>;
|
|
56706
56720
|
currentWorkflow?: Maybe<Scalars['String']['output']>;
|
|
56707
56721
|
error?: Maybe<JiraAutodevJobPermissionError>;
|
|
56708
56722
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
@@ -59467,6 +59481,7 @@ export declare type JiraDevOpsMutationApproveJiraBitbucketWorkspaceAccessRequest
|
|
|
59467
59481
|
input: JiraApproveJiraBitbucketWorkspaceAccessRequestInput;
|
|
59468
59482
|
};
|
|
59469
59483
|
export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
59484
|
+
createPullRequestOption?: InputMaybe<JiraAutodevCreatePullRequestOptionEnumType>;
|
|
59470
59485
|
issueAri: Scalars['ID']['input'];
|
|
59471
59486
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
59472
59487
|
repoUrl: Scalars['String']['input'];
|
|
@@ -69012,6 +69027,7 @@ export declare type JiraRestoreGlobalCustomFieldsPayload = Payload & {
|
|
|
69012
69027
|
__typename?: 'JiraRestoreGlobalCustomFieldsPayload';
|
|
69013
69028
|
errors?: Maybe<Array<MutationError>>;
|
|
69014
69029
|
failedFieldIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
69030
|
+
succeededNodeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
69015
69031
|
success: Scalars['Boolean']['output'];
|
|
69016
69032
|
};
|
|
69017
69033
|
export declare type JiraRestoreJourneyConfigurationInput = {
|
|
@@ -71857,6 +71873,7 @@ export declare type JiraTrashGlobalCustomFieldsPayload = Payload & {
|
|
|
71857
71873
|
__typename?: 'JiraTrashGlobalCustomFieldsPayload';
|
|
71858
71874
|
errors?: Maybe<Array<MutationError>>;
|
|
71859
71875
|
failedFieldIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
71876
|
+
succeededNodeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
71860
71877
|
success: Scalars['Boolean']['output'];
|
|
71861
71878
|
};
|
|
71862
71879
|
export declare type JiraUiExposedError = {
|
|
@@ -76387,6 +76404,8 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
76387
76404
|
appSoftwareId: Scalars['ID']['output'];
|
|
76388
76405
|
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
76389
76406
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76407
|
+
hasCoupledVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76408
|
+
hasDecoupledVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76390
76409
|
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76391
76410
|
hosting: MarketplaceConsoleHosting;
|
|
76392
76411
|
isLatestActiveVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -76786,6 +76805,7 @@ export declare type MarketplaceConsoleFeatureInput = {
|
|
|
76786
76805
|
};
|
|
76787
76806
|
export declare type MarketplaceConsoleForgeFrameworkAttributes = {
|
|
76788
76807
|
__typename?: 'MarketplaceConsoleForgeFrameworkAttributes';
|
|
76808
|
+
appAccess: Array<Scalars['String']['output']>;
|
|
76789
76809
|
appId: Scalars['ID']['output'];
|
|
76790
76810
|
envId: Scalars['ID']['output'];
|
|
76791
76811
|
scopes: Array<Scalars['String']['output']>;
|
|
@@ -78707,7 +78727,6 @@ export declare type MercuryChangeProposalEdge = {
|
|
|
78707
78727
|
};
|
|
78708
78728
|
export declare type MercuryChangeProposalFundSummary = {
|
|
78709
78729
|
__typename?: 'MercuryChangeProposalFundSummary';
|
|
78710
|
-
changeProposalId: Scalars['ID']['output'];
|
|
78711
78730
|
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
78712
78731
|
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
78713
78732
|
};
|
|
@@ -78725,7 +78744,6 @@ export declare type MercuryChangeProposalPositionDetails = {
|
|
|
78725
78744
|
};
|
|
78726
78745
|
export declare type MercuryChangeProposalPositionSummary = {
|
|
78727
78746
|
__typename?: 'MercuryChangeProposalPositionSummary';
|
|
78728
|
-
changeProposalId: Scalars['ID']['output'];
|
|
78729
78747
|
movedCount?: Maybe<Scalars['Int']['output']>;
|
|
78730
78748
|
newCount?: Maybe<Scalars['Int']['output']>;
|
|
78731
78749
|
};
|
|
@@ -103230,6 +103248,9 @@ export declare type VirtualAgentAutoCloseConfig = {
|
|
|
103230
103248
|
__typename?: 'VirtualAgentAutoCloseConfig';
|
|
103231
103249
|
autoCloseMessage?: Maybe<Scalars['String']['output']>;
|
|
103232
103250
|
};
|
|
103251
|
+
export declare type VirtualAgentAutoCloseConfigInput = {
|
|
103252
|
+
autoCloseMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103253
|
+
};
|
|
103233
103254
|
export declare type VirtualAgentCsatConfig = {
|
|
103234
103255
|
__typename?: 'VirtualAgentCSATConfig';
|
|
103235
103256
|
askForCSATMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -103237,6 +103258,12 @@ export declare type VirtualAgentCsatConfig = {
|
|
|
103237
103258
|
requestAdditionalFeedbackMessage?: Maybe<Scalars['String']['output']>;
|
|
103238
103259
|
thanksForFeedbackMessage?: Maybe<Scalars['String']['output']>;
|
|
103239
103260
|
};
|
|
103261
|
+
export declare type VirtualAgentCsatConfigInput = {
|
|
103262
|
+
askForCSATMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103263
|
+
noFeedbackProvidedMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103264
|
+
requestAdditionalFeedbackMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103265
|
+
thanksForFeedbackMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103266
|
+
};
|
|
103240
103267
|
export declare type VirtualAgentChannelConfig = {
|
|
103241
103268
|
__typename?: 'VirtualAgentChannelConfig';
|
|
103242
103269
|
aiAnswersProductionStatus?: Maybe<Array<Maybe<VirtualAgentAiAnswerStatusForChannel>>>;
|
|
@@ -103467,6 +103494,9 @@ export declare type VirtualAgentGreetingConfig = {
|
|
|
103467
103494
|
__typename?: 'VirtualAgentGreetingConfig';
|
|
103468
103495
|
greetingMessage?: Maybe<Scalars['String']['output']>;
|
|
103469
103496
|
};
|
|
103497
|
+
export declare type VirtualAgentGreetingConfigInput = {
|
|
103498
|
+
greetingMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103499
|
+
};
|
|
103470
103500
|
export declare type VirtualAgentIntent = Node & {
|
|
103471
103501
|
__typename?: 'VirtualAgentIntent';
|
|
103472
103502
|
confirmationMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -103600,6 +103630,11 @@ export declare type VirtualAgentMatchIntentConfig = {
|
|
|
103600
103630
|
rephraseMessage?: Maybe<Scalars['String']['output']>;
|
|
103601
103631
|
suggestMultipleIntentsMessage?: Maybe<Scalars['String']['output']>;
|
|
103602
103632
|
};
|
|
103633
|
+
export declare type VirtualAgentMatchIntentConfigInput = {
|
|
103634
|
+
askToRephraseAgainMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103635
|
+
rephraseMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103636
|
+
suggestMultipleIntentsMessage?: InputMaybe<Scalars['String']['input']>;
|
|
103637
|
+
};
|
|
103603
103638
|
export declare type VirtualAgentMutationApi = {
|
|
103604
103639
|
__typename?: 'VirtualAgentMutationApi';
|
|
103605
103640
|
copyIntentRuleProjection?: Maybe<VirtualAgentCopyIntentRuleProjectionPayload>;
|
|
@@ -103609,10 +103644,14 @@ export declare type VirtualAgentMutationApi = {
|
|
|
103609
103644
|
deleteIntentRuleProjection?: Maybe<VirtualAgentDeleteIntentRuleProjectionPayload>;
|
|
103610
103645
|
handleFlowEditorActions?: Maybe<VirtualAgentFlowEditorActionPayload>;
|
|
103611
103646
|
updateAiAnswerForSlackChannel?: Maybe<VirtualAgentUpdateAiAnswerForSlackChannelPayload>;
|
|
103647
|
+
updateAutoCloseConfig?: Maybe<VirtualAgentStandardConfigUpdatePayload>;
|
|
103648
|
+
updateCSATConfig?: Maybe<VirtualAgentStandardConfigUpdatePayload>;
|
|
103612
103649
|
updateChatChannel?: Maybe<VirtualAgentUpdateChatChannelPayload>;
|
|
103613
103650
|
updateFlowEditorFlow?: Maybe<VirtualAgentFlowEditorPayload>;
|
|
103651
|
+
updateGreetingConfig?: Maybe<VirtualAgentStandardConfigUpdatePayload>;
|
|
103614
103652
|
updateIntentRuleProjection?: Maybe<VirtualAgentUpdateIntentRuleProjectionPayload>;
|
|
103615
103653
|
updateIntentRuleProjectionQuestions?: Maybe<VirtualAgentUpdateIntentRuleProjectionQuestionsPayload>;
|
|
103654
|
+
updateMatchIntentConfig?: Maybe<VirtualAgentStandardConfigUpdatePayload>;
|
|
103616
103655
|
updateVirtualAgentConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
|
|
103617
103656
|
};
|
|
103618
103657
|
export declare type VirtualAgentMutationApiCopyIntentRuleProjectionArgs = {
|
|
@@ -103641,6 +103680,14 @@ export declare type VirtualAgentMutationApiUpdateAiAnswerForSlackChannelArgs = {
|
|
|
103641
103680
|
input: VirtualAgentUpdateAiAnswerForSlackChannelInput;
|
|
103642
103681
|
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
103643
103682
|
};
|
|
103683
|
+
export declare type VirtualAgentMutationApiUpdateAutoCloseConfigArgs = {
|
|
103684
|
+
input: VirtualAgentAutoCloseConfigInput;
|
|
103685
|
+
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
103686
|
+
};
|
|
103687
|
+
export declare type VirtualAgentMutationApiUpdateCsatConfigArgs = {
|
|
103688
|
+
input: VirtualAgentCsatConfigInput;
|
|
103689
|
+
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
103690
|
+
};
|
|
103644
103691
|
export declare type VirtualAgentMutationApiUpdateChatChannelArgs = {
|
|
103645
103692
|
input: VirtualAgentUpdateChatChannelInput;
|
|
103646
103693
|
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
@@ -103649,6 +103696,10 @@ export declare type VirtualAgentMutationApiUpdateFlowEditorFlowArgs = {
|
|
|
103649
103696
|
input: VirtualAgentFlowEditorInput;
|
|
103650
103697
|
virtualAgentFlowEditorId: Scalars['ID']['input'];
|
|
103651
103698
|
};
|
|
103699
|
+
export declare type VirtualAgentMutationApiUpdateGreetingConfigArgs = {
|
|
103700
|
+
input: VirtualAgentGreetingConfigInput;
|
|
103701
|
+
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
103702
|
+
};
|
|
103652
103703
|
export declare type VirtualAgentMutationApiUpdateIntentRuleProjectionArgs = {
|
|
103653
103704
|
input: VirtualAgentUpdateIntentRuleProjectionInput;
|
|
103654
103705
|
virtualAgentIntentRuleProjectionId: Scalars['ID']['input'];
|
|
@@ -103657,6 +103708,10 @@ export declare type VirtualAgentMutationApiUpdateIntentRuleProjectionQuestionsAr
|
|
|
103657
103708
|
input: VirtualAgentUpdateIntentRuleProjectionQuestionsInput;
|
|
103658
103709
|
virtualAgentIntentRuleProjectionId: Scalars['ID']['input'];
|
|
103659
103710
|
};
|
|
103711
|
+
export declare type VirtualAgentMutationApiUpdateMatchIntentConfigArgs = {
|
|
103712
|
+
input: VirtualAgentMatchIntentConfigInput;
|
|
103713
|
+
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
103714
|
+
};
|
|
103660
103715
|
export declare type VirtualAgentMutationApiUpdateVirtualAgentConfigurationArgs = {
|
|
103661
103716
|
input: VirtualAgentUpdateConfigurationInput;
|
|
103662
103717
|
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
@@ -103745,6 +103800,12 @@ export declare type VirtualAgentStandardConfig = {
|
|
|
103745
103800
|
greetingConfig?: Maybe<VirtualAgentGreetingConfig>;
|
|
103746
103801
|
matchIntentConfig?: Maybe<VirtualAgentMatchIntentConfig>;
|
|
103747
103802
|
};
|
|
103803
|
+
export declare type VirtualAgentStandardConfigUpdatePayload = Payload & {
|
|
103804
|
+
__typename?: 'VirtualAgentStandardConfigUpdatePayload';
|
|
103805
|
+
errors?: Maybe<Array<MutationError>>;
|
|
103806
|
+
success: Scalars['Boolean']['output'];
|
|
103807
|
+
virtualAgentConfiguration?: Maybe<VirtualAgentConfiguration>;
|
|
103808
|
+
};
|
|
103748
103809
|
export declare type VirtualAgentStatisticsPercentageChangeProjection = {
|
|
103749
103810
|
__typename?: 'VirtualAgentStatisticsPercentageChangeProjection';
|
|
103750
103811
|
aiResolution?: Maybe<Scalars['Float']['output']>;
|