@forge/cli-shared 9.0.1-next.0 → 9.0.1-next.1
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
|
@@ -1589,6 +1589,9 @@ export type AvpAnalyticsPrincipalPermissionInput = {
|
|
|
1589
1589
|
principalAri: Scalars['ID']['input'];
|
|
1590
1590
|
principalPermissionType: AvpAnalyticsPermissionType;
|
|
1591
1591
|
};
|
|
1592
|
+
export type AvpAnalyticsPurgeMetricInput = {
|
|
1593
|
+
metricId: Scalars['ID']['input'];
|
|
1594
|
+
};
|
|
1592
1595
|
export type AvpAnalyticsRangeValue = {
|
|
1593
1596
|
__typename?: 'AVPAnalyticsRangeValue';
|
|
1594
1597
|
fromExpression?: Maybe<Scalars['String']['output']>;
|
|
@@ -2608,6 +2611,7 @@ export declare enum AvpPermissionsCapabilityFailureType {
|
|
|
2608
2611
|
CustomCheckFailed = "CUSTOM_CHECK_FAILED",
|
|
2609
2612
|
EditionUnavailable = "EDITION_UNAVAILABLE",
|
|
2610
2613
|
None = "NONE",
|
|
2614
|
+
PerimeterDenied = "PERIMETER_DENIED",
|
|
2611
2615
|
PermissionDenied = "PERMISSION_DENIED",
|
|
2612
2616
|
ProductRequired = "PRODUCT_REQUIRED"
|
|
2613
2617
|
}
|
|
@@ -9195,6 +9199,7 @@ export type AiCoreApiRsaKbGapItem = {
|
|
|
9195
9199
|
requestType?: Maybe<Scalars['String']['output']>;
|
|
9196
9200
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
9197
9201
|
suggestedTopic?: Maybe<Scalars['String']['output']>;
|
|
9202
|
+
workItemIds: Array<Scalars['String']['output']>;
|
|
9198
9203
|
};
|
|
9199
9204
|
export type AiCoreApiRsaKbGapResult = {
|
|
9200
9205
|
__typename?: 'AiCoreApiRsaKbGapResult';
|
|
@@ -31027,6 +31032,14 @@ export type ConfluenceCreateSpacePayload = Payload & {
|
|
|
31027
31032
|
space?: Maybe<ConfluenceSpace>;
|
|
31028
31033
|
success: Scalars['Boolean']['output'];
|
|
31029
31034
|
};
|
|
31035
|
+
export type ConfluenceCreateSpaceSmartLinkEmbedInput = {
|
|
31036
|
+
embedIconUrl?: InputMaybe<Scalars['String']['input']>;
|
|
31037
|
+
embedUrl: Scalars['String']['input'];
|
|
31038
|
+
extensionKey?: InputMaybe<Scalars['String']['input']>;
|
|
31039
|
+
product?: InputMaybe<Scalars['String']['input']>;
|
|
31040
|
+
resourceType?: InputMaybe<Scalars['String']['input']>;
|
|
31041
|
+
title: Scalars['String']['input'];
|
|
31042
|
+
};
|
|
31030
31043
|
export type ConfluenceCreateTopicInput = {
|
|
31031
31044
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
31032
31045
|
featured?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39580,6 +39593,7 @@ export type CreateSpaceInput = {
|
|
|
39580
39593
|
spaceLogoDataURI?: InputMaybe<Scalars['String']['input']>;
|
|
39581
39594
|
spaceName: Scalars['String']['input'];
|
|
39582
39595
|
spaceTemplateKey?: InputMaybe<Scalars['String']['input']>;
|
|
39596
|
+
thirdPartyFileEmbeds?: InputMaybe<Array<ConfluenceCreateSpaceSmartLinkEmbedInput>>;
|
|
39583
39597
|
};
|
|
39584
39598
|
export type CreateSpaceJiraProjectInput = {
|
|
39585
39599
|
jiraProjectKey: Scalars['String']['input'];
|
|
@@ -46430,6 +46444,7 @@ export type EcosystemMutation = {
|
|
|
46430
46444
|
devConsole?: Maybe<DevConsoleMutation>;
|
|
46431
46445
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
46432
46446
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
46447
|
+
forgeObservability?: Maybe<ForgeObservabilityMutation>;
|
|
46433
46448
|
publishRealtimeChannel?: Maybe<EcosystemRealtimePublishBody>;
|
|
46434
46449
|
removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
|
|
46435
46450
|
updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
|
|
@@ -50415,6 +50430,25 @@ export type ForgeMetricsSuccessRateValueData = ForgeMetricsData & {
|
|
|
50415
50430
|
type: ForgeMetricsDataType;
|
|
50416
50431
|
};
|
|
50417
50432
|
export type ForgeMetricsSuccessRateValueResult = ForgeMetricsSuccessRateValueData | QueryError;
|
|
50433
|
+
export type ForgeObservabilityMutation = {
|
|
50434
|
+
__typename?: 'ForgeObservabilityMutation';
|
|
50435
|
+
publishFrontendCustomMetric?: Maybe<ForgeObservabilityPublishFrontendCustomMetricResponse>;
|
|
50436
|
+
};
|
|
50437
|
+
export type ForgeObservabilityMutationPublishFrontendCustomMetricArgs = {
|
|
50438
|
+
input: ForgeObservabilityPublishFrontendCustomMetricInput;
|
|
50439
|
+
};
|
|
50440
|
+
export type ForgeObservabilityPublishFrontendCustomMetricInput = {
|
|
50441
|
+
appId: Scalars['ID']['input'];
|
|
50442
|
+
contextAri: Scalars['ID']['input'];
|
|
50443
|
+
customMetricName: Scalars['String']['input'];
|
|
50444
|
+
installationId: Scalars['ID']['input'];
|
|
50445
|
+
moduleKey: Scalars['String']['input'];
|
|
50446
|
+
value?: InputMaybe<Scalars['Float']['input']>;
|
|
50447
|
+
};
|
|
50448
|
+
export type ForgeObservabilityPublishFrontendCustomMetricResponse = {
|
|
50449
|
+
__typename?: 'ForgeObservabilityPublishFrontendCustomMetricResponse';
|
|
50450
|
+
success: Scalars['Boolean']['output'];
|
|
50451
|
+
};
|
|
50418
50452
|
export declare enum FormStatus {
|
|
50419
50453
|
Approved = "APPROVED",
|
|
50420
50454
|
Rejected = "REJECTED",
|
|
@@ -128480,6 +128514,26 @@ export type JiraIssueSection = {
|
|
|
128480
128514
|
msg?: Maybe<Scalars['String']['output']>;
|
|
128481
128515
|
sub?: Maybe<Scalars['String']['output']>;
|
|
128482
128516
|
};
|
|
128517
|
+
export type JiraIssueSecurityLevelUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
128518
|
+
__typename?: 'JiraIssueSecurityLevelUsageMetric';
|
|
128519
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
128520
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
128521
|
+
id: Scalars['ID']['output'];
|
|
128522
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
128523
|
+
projectsOverLimit?: Maybe<Scalars['Int']['output']>;
|
|
128524
|
+
projectsReachingLimit?: Maybe<Scalars['Int']['output']>;
|
|
128525
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
128526
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
128527
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
128528
|
+
};
|
|
128529
|
+
export type JiraIssueSecurityLevelUsageMetricValuesArgs = {
|
|
128530
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
128531
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
128532
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
128533
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
128534
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
128535
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
128536
|
+
};
|
|
128483
128537
|
export type JiraIssueStreamHubEventPayloadComment = {
|
|
128484
128538
|
__typename?: 'JiraIssueStreamHubEventPayloadComment';
|
|
128485
128539
|
id: Scalars['Int']['output'];
|
|
@@ -156054,6 +156108,14 @@ export type MercuryDeleteCustomFieldDefinitionPayload = {
|
|
|
156054
156108
|
errors?: Maybe<Array<MutationError>>;
|
|
156055
156109
|
success: Scalars['Boolean']['output'];
|
|
156056
156110
|
};
|
|
156111
|
+
export type MercuryDeleteDraftPlanInput = {
|
|
156112
|
+
planId: Scalars['ID']['input'];
|
|
156113
|
+
};
|
|
156114
|
+
export type MercuryDeleteDraftPlanPayload = Payload & {
|
|
156115
|
+
__typename?: 'MercuryDeleteDraftPlanPayload';
|
|
156116
|
+
errors?: Maybe<Array<MutationError>>;
|
|
156117
|
+
success: Scalars['Boolean']['output'];
|
|
156118
|
+
};
|
|
156057
156119
|
export type MercuryDeleteFocusAreaBudgetInput = {
|
|
156058
156120
|
id: Scalars['ID']['input'];
|
|
156059
156121
|
};
|
|
@@ -159544,16 +159606,24 @@ export declare enum MercuryPlanType {
|
|
|
159544
159606
|
export type MercuryPlansMutationApi = {
|
|
159545
159607
|
__typename?: 'MercuryPlansMutationApi';
|
|
159546
159608
|
createDraftPlan?: Maybe<MercuryCreateDraftPlanPayload>;
|
|
159609
|
+
deleteDraftPlan?: Maybe<MercuryDeleteDraftPlanPayload>;
|
|
159547
159610
|
linkFocusAreasToPlan?: Maybe<MercuryLinkFocusAreasToPlanPayload>;
|
|
159611
|
+
setPlanBaseline?: Maybe<MercurySetPlanBaselinePayload>;
|
|
159548
159612
|
setPlanMemberCountAllocations?: Maybe<MercurySetMemberCountAllocationsPayload>;
|
|
159549
159613
|
unlinkFocusAreasFromPlan?: Maybe<MercuryUnlinkFocusAreasFromPlanPayload>;
|
|
159550
159614
|
};
|
|
159551
159615
|
export type MercuryPlansMutationApiCreateDraftPlanArgs = {
|
|
159552
159616
|
input: MercuryCreateDraftPlanInput;
|
|
159553
159617
|
};
|
|
159618
|
+
export type MercuryPlansMutationApiDeleteDraftPlanArgs = {
|
|
159619
|
+
input: MercuryDeleteDraftPlanInput;
|
|
159620
|
+
};
|
|
159554
159621
|
export type MercuryPlansMutationApiLinkFocusAreasToPlanArgs = {
|
|
159555
159622
|
input: MercuryLinkFocusAreasToPlanInput;
|
|
159556
159623
|
};
|
|
159624
|
+
export type MercuryPlansMutationApiSetPlanBaselineArgs = {
|
|
159625
|
+
input: MercurySetPlanBaselineInput;
|
|
159626
|
+
};
|
|
159557
159627
|
export type MercuryPlansMutationApiSetPlanMemberCountAllocationsArgs = {
|
|
159558
159628
|
input: MercurySetMemberCountAllocationsInput;
|
|
159559
159629
|
};
|
|
@@ -160916,6 +160986,14 @@ export type MercurySetOrganizationCustomFieldsPayload = Payload & {
|
|
|
160916
160986
|
errors?: Maybe<Array<MutationError>>;
|
|
160917
160987
|
success: Scalars['Boolean']['output'];
|
|
160918
160988
|
};
|
|
160989
|
+
export type MercurySetPlanBaselineInput = {
|
|
160990
|
+
planId: Scalars['ID']['input'];
|
|
160991
|
+
};
|
|
160992
|
+
export type MercurySetPlanBaselinePayload = Payload & {
|
|
160993
|
+
__typename?: 'MercurySetPlanBaselinePayload';
|
|
160994
|
+
errors?: Maybe<Array<MutationError>>;
|
|
160995
|
+
success: Scalars['Boolean']['output'];
|
|
160996
|
+
};
|
|
160919
160997
|
export type MercurySetPreferenceInput = {
|
|
160920
160998
|
cloudId: Scalars['ID']['input'];
|
|
160921
160999
|
key: Scalars['String']['input'];
|
|
@@ -163139,6 +163217,7 @@ export type Mutation = {
|
|
|
163139
163217
|
avpanalytics_deleteModel?: Maybe<AvpAnalyticsDeleteModelPayload>;
|
|
163140
163218
|
avpanalytics_discardMetricUpdates?: Maybe<AvpAnalyticsDiscardMetricUpdatesPayload>;
|
|
163141
163219
|
avpanalytics_discardModelUpdates?: Maybe<AvpAnalyticsDiscardModelUpdatesPayload>;
|
|
163220
|
+
avpanalytics_purgeMetric?: Maybe<AvpAnalyticsDeleteMetricPayload>;
|
|
163142
163221
|
avpanalytics_updateMetric?: Maybe<AvpAnalyticsUpdateMetricPayload>;
|
|
163143
163222
|
avpanalytics_updateModel?: Maybe<AvpAnalyticsUpdateModelPayload>;
|
|
163144
163223
|
avpanalytics_updatePermission?: Maybe<AvpAnalyticsUpdatePermissionPayload>;
|
|
@@ -165519,6 +165598,10 @@ export type MutationAvpanalytics_DiscardModelUpdatesArgs = {
|
|
|
165519
165598
|
cloudId: Scalars['ID']['input'];
|
|
165520
165599
|
input?: InputMaybe<AvpAnalyticsDiscardModelUpdatesInput>;
|
|
165521
165600
|
};
|
|
165601
|
+
export type MutationAvpanalytics_PurgeMetricArgs = {
|
|
165602
|
+
cloudId: Scalars['ID']['input'];
|
|
165603
|
+
input: AvpAnalyticsPurgeMetricInput;
|
|
165604
|
+
};
|
|
165522
165605
|
export type MutationAvpanalytics_UpdateMetricArgs = {
|
|
165523
165606
|
cloudId: Scalars['ID']['input'];
|
|
165524
165607
|
input: AvpAnalyticsUpdateMetricInput;
|
|
@@ -168678,6 +168761,7 @@ export type MutationLiveChat_SendUserMessageArgs = {
|
|
|
168678
168761
|
liveChatSendUserMessageInput: LiveChatSendUserMessageInput;
|
|
168679
168762
|
};
|
|
168680
168763
|
export type MutationLoom_AcceptOrganizationInviteArgs = {
|
|
168764
|
+
extraLoomProperties?: InputMaybe<Scalars['JSON']['input']>;
|
|
168681
168765
|
flowTraceId?: InputMaybe<Scalars['String']['input']>;
|
|
168682
168766
|
inviteLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
168683
168767
|
orgToken?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -168686,6 +168770,7 @@ export type MutationLoom_DeleteVideosArgs = {
|
|
|
168686
168770
|
ids: Array<Scalars['ID']['input']>;
|
|
168687
168771
|
};
|
|
168688
168772
|
export type MutationLoom_JoinWorkspaceArgs = {
|
|
168773
|
+
extraLoomProperties?: InputMaybe<Scalars['JSON']['input']>;
|
|
168689
168774
|
flowTraceId?: InputMaybe<Scalars['String']['input']>;
|
|
168690
168775
|
workspaceId: Scalars['String']['input'];
|
|
168691
168776
|
};
|
|
@@ -199022,7 +199107,7 @@ export declare enum RadarMetricType {
|
|
|
199022
199107
|
}
|
|
199023
199108
|
export type RadarMetricValue = {
|
|
199024
199109
|
__typename?: 'RadarMetricValue';
|
|
199025
|
-
dimensionName
|
|
199110
|
+
dimensionName?: Maybe<Scalars['String']['output']>;
|
|
199026
199111
|
id: Scalars['ID']['output'];
|
|
199027
199112
|
scopeId: Scalars['String']['output'];
|
|
199028
199113
|
scopeType: RadarMetricScopeType;
|
|
@@ -199030,7 +199115,7 @@ export type RadarMetricValue = {
|
|
|
199030
199115
|
tolerance?: Maybe<Scalars['Float']['output']>;
|
|
199031
199116
|
};
|
|
199032
199117
|
export type RadarMetricValueInput = {
|
|
199033
|
-
dimensionName
|
|
199118
|
+
dimensionName?: InputMaybe<Scalars['String']['input']>;
|
|
199034
199119
|
scopeId: Scalars['String']['input'];
|
|
199035
199120
|
scopeType: RadarMetricScopeType;
|
|
199036
199121
|
target: Scalars['Float']['input'];
|
|
@@ -202487,6 +202572,7 @@ export type SearchResultMercuryOrganization = SearchResult & {
|
|
|
202487
202572
|
lifecycleStatus?: Maybe<Scalars['String']['output']>;
|
|
202488
202573
|
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
202489
202574
|
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
202575
|
+
organization?: Maybe<MercuryOrganization>;
|
|
202490
202576
|
organizationTypeAri: Scalars['ID']['output'];
|
|
202491
202577
|
ownerAri: Scalars['ID']['output'];
|
|
202492
202578
|
parentOrganizationAri?: Maybe<Scalars['ID']['output']>;
|
|
@@ -202509,6 +202595,7 @@ export type SearchResultMercuryOrganizationStatusUpdate = SearchResult & {
|
|
|
202509
202595
|
newTargetDateAt?: Maybe<Scalars['String']['output']>;
|
|
202510
202596
|
newTargetDateType?: Maybe<Scalars['String']['output']>;
|
|
202511
202597
|
organizationAri: Scalars['ID']['output'];
|
|
202598
|
+
organizationStatusUpdate?: Maybe<MercuryOrganizationStatusUpdate>;
|
|
202512
202599
|
ownerAri: Scalars['ID']['output'];
|
|
202513
202600
|
previousTargetDateAt?: Maybe<Scalars['String']['output']>;
|
|
202514
202601
|
previousTargetDateType?: Maybe<Scalars['String']['output']>;
|
|
@@ -236265,7 +236352,7 @@ export type TrelloMoveCardInput = {
|
|
|
236265
236352
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
236266
236353
|
cardId: Scalars['ID']['input'];
|
|
236267
236354
|
listId: Scalars['ID']['input'];
|
|
236268
|
-
position?: InputMaybe<
|
|
236355
|
+
position?: InputMaybe<Scalars['TrelloCardPosition']['input']>;
|
|
236269
236356
|
};
|
|
236270
236357
|
export type TrelloMoveCardPayload = Payload & {
|
|
236271
236358
|
__typename?: 'TrelloMoveCardPayload';
|
|
@@ -241937,6 +242024,7 @@ export type UserPreferences = {
|
|
|
241937
242024
|
highlightOptionPanelEnabled: Scalars['Boolean']['output'];
|
|
241938
242025
|
homePagesDisplayView: PagesDisplayPersistenceOption;
|
|
241939
242026
|
homeWidgets: Array<HomeWidget>;
|
|
242027
|
+
isCommentsPanelAutomaticSummariesEnabled: Scalars['Boolean']['output'];
|
|
241940
242028
|
isHomeOnboardingDismissed: Scalars['Boolean']['output'];
|
|
241941
242029
|
keyboardShortcutDisabled: Scalars['Boolean']['output'];
|
|
241942
242030
|
missionControlFeatureDiscoverySuggestions: Array<Maybe<MissionControlFeatureDiscoverySuggestionState>>;
|
|
@@ -241988,6 +242076,7 @@ export type UserPreferencesInput = {
|
|
|
241988
242076
|
globalPageCardAppearancePreference?: InputMaybe<PagesDisplayPersistenceOption>;
|
|
241989
242077
|
homePagesDisplayView?: InputMaybe<PagesDisplayPersistenceOption>;
|
|
241990
242078
|
homeWidget?: InputMaybe<HomeWidgetInput>;
|
|
242079
|
+
isCommentsPanelAutomaticSummariesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
241991
242080
|
isHomeOnboardingDismissed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
241992
242081
|
keyboardShortcutDisabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
241993
242082
|
missionControlFeatureDiscoverySuggestion?: InputMaybe<MissionControlFeatureDiscoverySuggestionInput>;
|