@forge/cli-shared 5.4.0-next.3 → 5.4.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 +8 -0
- package/out/graphql/graphql-types.d.ts +245 -205
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +101 -15
- package/package.json +2 -2
|
@@ -14047,36 +14047,40 @@ export declare type ContentPlatformImageComponent = {
|
|
|
14047
14047
|
};
|
|
14048
14048
|
export declare type ContentPlatformIpmAnchored = {
|
|
14049
14049
|
__typename?: 'ContentPlatformIpmAnchored';
|
|
14050
|
-
anchoredElement
|
|
14050
|
+
anchoredElement?: Maybe<Scalars['String']['output']>;
|
|
14051
14051
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14052
|
-
|
|
14053
|
-
|
|
14052
|
+
id: Scalars['String']['output'];
|
|
14053
|
+
relativeX?: Maybe<Scalars['Int']['output']>;
|
|
14054
|
+
relativeY?: Maybe<Scalars['Int']['output']>;
|
|
14054
14055
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14055
14056
|
};
|
|
14056
14057
|
export declare type ContentPlatformIpmCompImage = {
|
|
14057
14058
|
__typename?: 'ContentPlatformIpmCompImage';
|
|
14058
14059
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14059
|
-
|
|
14060
|
+
id: Scalars['String']['output'];
|
|
14061
|
+
image?: Maybe<Scalars['JSON']['output']>;
|
|
14060
14062
|
imageAltText?: Maybe<Scalars['String']['output']>;
|
|
14061
14063
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14062
14064
|
};
|
|
14063
14065
|
export declare type ContentPlatformIpmComponentEmbeddedVideo = {
|
|
14064
14066
|
__typename?: 'ContentPlatformIpmComponentEmbeddedVideo';
|
|
14065
14067
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14068
|
+
id: Scalars['String']['output'];
|
|
14066
14069
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14067
14070
|
videoAltText?: Maybe<Scalars['String']['output']>;
|
|
14068
|
-
videoProvider
|
|
14069
|
-
videoUrl
|
|
14071
|
+
videoProvider?: Maybe<Scalars['String']['output']>;
|
|
14072
|
+
videoUrl?: Maybe<Scalars['String']['output']>;
|
|
14070
14073
|
};
|
|
14071
14074
|
export declare type ContentPlatformIpmComponentEmbeddedVideoAndIpmCompImageUnion = ContentPlatformIpmCompImage | ContentPlatformIpmComponentEmbeddedVideo;
|
|
14072
14075
|
export declare type ContentPlatformIpmComponentGsacButton = {
|
|
14073
14076
|
__typename?: 'ContentPlatformIpmComponentGsacButton';
|
|
14074
14077
|
buttonAltText?: Maybe<Scalars['String']['output']>;
|
|
14075
|
-
buttonText
|
|
14078
|
+
buttonText?: Maybe<Scalars['String']['output']>;
|
|
14076
14079
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14077
|
-
|
|
14078
|
-
|
|
14079
|
-
|
|
14080
|
+
id: Scalars['String']['output'];
|
|
14081
|
+
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
14082
|
+
serviceDeskId?: Maybe<Scalars['String']['output']>;
|
|
14083
|
+
ticketSummary?: Maybe<Scalars['String']['output']>;
|
|
14080
14084
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14081
14085
|
};
|
|
14082
14086
|
export declare type ContentPlatformIpmComponentGsacButtonAndIpmComponentLinkButtonUnion = ContentPlatformIpmComponentGsacButton | ContentPlatformIpmComponentLinkButton;
|
|
@@ -14084,9 +14088,10 @@ export declare type ContentPlatformIpmComponentGsacButtonAndIpmComponentRemindMe
|
|
|
14084
14088
|
export declare type ContentPlatformIpmComponentLinkButton = {
|
|
14085
14089
|
__typename?: 'ContentPlatformIpmComponentLinkButton';
|
|
14086
14090
|
buttonAltText?: Maybe<Scalars['String']['output']>;
|
|
14087
|
-
buttonText
|
|
14088
|
-
buttonUrl
|
|
14091
|
+
buttonText?: Maybe<Scalars['String']['output']>;
|
|
14092
|
+
buttonUrl?: Maybe<Scalars['String']['output']>;
|
|
14089
14093
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14094
|
+
id: Scalars['String']['output'];
|
|
14090
14095
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14091
14096
|
};
|
|
14092
14097
|
export declare type ContentPlatformIpmComponentRemindMeLater = {
|
|
@@ -14099,16 +14104,17 @@ export declare type ContentPlatformIpmComponentRemindMeLater = {
|
|
|
14099
14104
|
};
|
|
14100
14105
|
export declare type ContentPlatformIpmFlag = {
|
|
14101
14106
|
__typename?: 'ContentPlatformIpmFlag';
|
|
14102
|
-
body
|
|
14107
|
+
body?: Maybe<Scalars['String']['output']>;
|
|
14103
14108
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14104
14109
|
featuredDigitalAsset?: Maybe<ContentPlatformIpmComponentEmbeddedVideoAndIpmCompImageUnion>;
|
|
14105
|
-
|
|
14110
|
+
id: Scalars['String']['output'];
|
|
14111
|
+
ipmNumber?: Maybe<Scalars['String']['output']>;
|
|
14106
14112
|
location?: Maybe<ContentPlatformIpmPositionAndIpmAnchoredUnion>;
|
|
14107
|
-
primaryButton
|
|
14113
|
+
primaryButton?: Maybe<ContentPlatformIpmComponentGsacButtonAndIpmComponentLinkButtonUnion>;
|
|
14108
14114
|
secondaryButton?: Maybe<ContentPlatformIpmComponentGsacButtonAndIpmComponentRemindMeLaterUnion>;
|
|
14109
|
-
title
|
|
14115
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
14110
14116
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14111
|
-
variant
|
|
14117
|
+
variant?: Maybe<Scalars['String']['output']>;
|
|
14112
14118
|
};
|
|
14113
14119
|
export declare type ContentPlatformIpmFlagResultEdge = {
|
|
14114
14120
|
__typename?: 'ContentPlatformIpmFlagResultEdge';
|
|
@@ -14146,7 +14152,8 @@ export declare type ContentPlatformIpmImageModalSearchConnection = {
|
|
|
14146
14152
|
export declare type ContentPlatformIpmPosition = {
|
|
14147
14153
|
__typename?: 'ContentPlatformIpmPosition';
|
|
14148
14154
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14149
|
-
|
|
14155
|
+
id: Scalars['String']['output'];
|
|
14156
|
+
positionOnPage?: Maybe<Scalars['String']['output']>;
|
|
14150
14157
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14151
14158
|
};
|
|
14152
14159
|
export declare type ContentPlatformIpmPositionAndIpmAnchoredUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
@@ -16585,6 +16592,12 @@ export declare type DeleteWebTriggerUrlResponse = MutationResponse & {
|
|
|
16585
16592
|
statusCode: Scalars['Int']['output'];
|
|
16586
16593
|
success: Scalars['Boolean']['output'];
|
|
16587
16594
|
};
|
|
16595
|
+
export declare type DemoMercuryFocusArea = {
|
|
16596
|
+
__typename?: 'DemoMercuryFocusArea';
|
|
16597
|
+
ari: Scalars['String']['output'];
|
|
16598
|
+
id: Scalars['ID']['output'];
|
|
16599
|
+
name: Scalars['String']['output'];
|
|
16600
|
+
};
|
|
16588
16601
|
export declare type DeploymentPipeline = {
|
|
16589
16602
|
__typename?: 'DeploymentPipeline';
|
|
16590
16603
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -18923,8 +18936,10 @@ export declare type ExtensionContextAppAuditLogsArgs = {
|
|
|
18923
18936
|
};
|
|
18924
18937
|
export declare type ExtensionContextExtensionsArgs = {
|
|
18925
18938
|
filter: Array<ExtensionContextsFilter>;
|
|
18939
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
18926
18940
|
};
|
|
18927
18941
|
export declare type ExtensionContextExtensionsByTypeArgs = {
|
|
18942
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
18928
18943
|
principalType?: InputMaybe<PrincipalType>;
|
|
18929
18944
|
type: Scalars['String']['input'];
|
|
18930
18945
|
};
|
|
@@ -35053,6 +35068,174 @@ export declare type GrowthRecRerankCandidate = {
|
|
|
35053
35068
|
context?: InputMaybe<Scalars['JSON']['input']>;
|
|
35054
35069
|
entityId: Scalars['String']['input'];
|
|
35055
35070
|
};
|
|
35071
|
+
export declare type GrowthUnifiedProfileAnchor = {
|
|
35072
|
+
__typename?: 'GrowthUnifiedProfileAnchor';
|
|
35073
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
35074
|
+
type?: Maybe<GrowthUnifiedProfileAnchorType>;
|
|
35075
|
+
};
|
|
35076
|
+
export declare enum GrowthUnifiedProfileAnchorType {
|
|
35077
|
+
Pfm = "PFM",
|
|
35078
|
+
Seo = "SEO"
|
|
35079
|
+
}
|
|
35080
|
+
export declare type GrowthUnifiedProfileChannel = {
|
|
35081
|
+
__typename?: 'GrowthUnifiedProfileChannel';
|
|
35082
|
+
anchor?: Maybe<GrowthUnifiedProfileAnchor>;
|
|
35083
|
+
name?: Maybe<GrowthUnifiedProfileChannelName>;
|
|
35084
|
+
teamType?: Maybe<GrowthUnifiedProfileTeamType>;
|
|
35085
|
+
utm?: Maybe<GrowthUnifiedProfileUtm>;
|
|
35086
|
+
};
|
|
35087
|
+
export declare enum GrowthUnifiedProfileChannelName {
|
|
35088
|
+
Comarketing = "COMARKETING",
|
|
35089
|
+
Direct = "DIRECT",
|
|
35090
|
+
Email = "EMAIL",
|
|
35091
|
+
EngagementEngine = "ENGAGEMENT_ENGINE",
|
|
35092
|
+
InProductReferral = "IN_PRODUCT_REFERRAL",
|
|
35093
|
+
Organic = "ORGANIC",
|
|
35094
|
+
Other = "OTHER",
|
|
35095
|
+
PaidAffiliate = "PAID_AFFILIATE",
|
|
35096
|
+
PaidDisplay = "PAID_DISPLAY",
|
|
35097
|
+
PaidReviewSites = "PAID_REVIEW_SITES",
|
|
35098
|
+
PaidSearchBranded = "PAID_SEARCH_BRANDED",
|
|
35099
|
+
PaidSearchNonBranded = "PAID_SEARCH_NON_BRANDED",
|
|
35100
|
+
PaidSocial = "PAID_SOCIAL",
|
|
35101
|
+
ReferralExternal = "REFERRAL_EXTERNAL",
|
|
35102
|
+
ReferralInternal = "REFERRAL_INTERNAL",
|
|
35103
|
+
SelfReferral = "SELF_REFERRAL",
|
|
35104
|
+
SlackAppDirectory = "SLACK_APP_DIRECTORY",
|
|
35105
|
+
Suppress = "SUPPRESS",
|
|
35106
|
+
UnpaidSocial = "UNPAID_SOCIAL",
|
|
35107
|
+
UnpaidVideo = "UNPAID_VIDEO"
|
|
35108
|
+
}
|
|
35109
|
+
export declare type GrowthUnifiedProfileCompany = {
|
|
35110
|
+
__typename?: 'GrowthUnifiedProfileCompany';
|
|
35111
|
+
accountStatus?: Maybe<GrowthUnifiedProfileEnterpriseAccountStatus>;
|
|
35112
|
+
annualRevenue?: Maybe<Scalars['Int']['output']>;
|
|
35113
|
+
businessName?: Maybe<Scalars['String']['output']>;
|
|
35114
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
35115
|
+
domain?: Maybe<Scalars['String']['output']>;
|
|
35116
|
+
employeeStrength?: Maybe<Scalars['Int']['output']>;
|
|
35117
|
+
enterpriseSized?: Maybe<Scalars['Boolean']['output']>;
|
|
35118
|
+
marketCap?: Maybe<Scalars['String']['output']>;
|
|
35119
|
+
revenueCurrency?: Maybe<Scalars['String']['output']>;
|
|
35120
|
+
sector?: Maybe<Scalars['String']['output']>;
|
|
35121
|
+
size?: Maybe<GrowthUnifiedProfileCompanySize>;
|
|
35122
|
+
type?: Maybe<GrowthUnifiedProfileCompanyType>;
|
|
35123
|
+
};
|
|
35124
|
+
export declare enum GrowthUnifiedProfileCompanySize {
|
|
35125
|
+
Large = "LARGE",
|
|
35126
|
+
Medium = "MEDIUM",
|
|
35127
|
+
Small = "SMALL",
|
|
35128
|
+
Unknown = "UNKNOWN"
|
|
35129
|
+
}
|
|
35130
|
+
export declare enum GrowthUnifiedProfileCompanyType {
|
|
35131
|
+
Private = "PRIVATE",
|
|
35132
|
+
Public = "PUBLIC"
|
|
35133
|
+
}
|
|
35134
|
+
export declare type GrowthUnifiedProfileConfluenceOnboardingContext = {
|
|
35135
|
+
__typename?: 'GrowthUnifiedProfileConfluenceOnboardingContext';
|
|
35136
|
+
jobsToBeDone?: Maybe<GrowthUnifiedProfileJtbd>;
|
|
35137
|
+
template?: Maybe<Scalars['String']['output']>;
|
|
35138
|
+
};
|
|
35139
|
+
export declare type GrowthUnifiedProfileConfluenceOnboardingContextInput = {
|
|
35140
|
+
jobsToBeDone?: InputMaybe<GrowthUnifiedProfileJtbd>;
|
|
35141
|
+
template?: InputMaybe<Scalars['String']['input']>;
|
|
35142
|
+
};
|
|
35143
|
+
export declare type GrowthUnifiedProfileCreateProfileInput = {
|
|
35144
|
+
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
35145
|
+
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
35146
|
+
unifiedProfile: GrowthUnifiedProfileInput;
|
|
35147
|
+
};
|
|
35148
|
+
export declare enum GrowthUnifiedProfileEnrichmentStatus {
|
|
35149
|
+
Complete = "COMPLETE",
|
|
35150
|
+
Error = "ERROR",
|
|
35151
|
+
InProgress = "IN_PROGRESS",
|
|
35152
|
+
Pending = "PENDING"
|
|
35153
|
+
}
|
|
35154
|
+
export declare enum GrowthUnifiedProfileEnterpriseAccountStatus {
|
|
35155
|
+
Bronze = "BRONZE",
|
|
35156
|
+
Gam = "GAM",
|
|
35157
|
+
Gold = "GOLD",
|
|
35158
|
+
Platimun = "PLATIMUN",
|
|
35159
|
+
Silver = "SILVER"
|
|
35160
|
+
}
|
|
35161
|
+
export declare enum GrowthUnifiedProfileEntityType {
|
|
35162
|
+
AjsAnonymousUser = "AJS_ANONYMOUS_USER",
|
|
35163
|
+
AtlassianAccount = "ATLASSIAN_ACCOUNT",
|
|
35164
|
+
Org = "ORG",
|
|
35165
|
+
Site = "SITE"
|
|
35166
|
+
}
|
|
35167
|
+
export declare type GrowthUnifiedProfileInput = {
|
|
35168
|
+
onboardingContext?: InputMaybe<GrowthUnifiedProfileOnboardingContextInput>;
|
|
35169
|
+
};
|
|
35170
|
+
export declare enum GrowthUnifiedProfileJtbd {
|
|
35171
|
+
Budgets = "BUDGETS",
|
|
35172
|
+
CdWrtng = "CD_WRTNG",
|
|
35173
|
+
ImproveWorkflow = "IMPROVE_WORKFLOW",
|
|
35174
|
+
LaunchCampaigns = "LAUNCH_CAMPAIGNS",
|
|
35175
|
+
MarketingContent = "MARKETING_CONTENT",
|
|
35176
|
+
PlanAndManage = "PLAN_AND_MANAGE",
|
|
35177
|
+
ProjectPlanning = "PROJECT_PLANNING",
|
|
35178
|
+
ProjectProgress = "PROJECT_PROGRESS",
|
|
35179
|
+
Stakeholders = "STAKEHOLDERS",
|
|
35180
|
+
StrategiesAndGoals = "STRATEGIES_AND_GOALS",
|
|
35181
|
+
TrackingRprtng = "TRACKING_RPRTNG",
|
|
35182
|
+
UseKanbanBoard = "USE_KANBAN_BOARD"
|
|
35183
|
+
}
|
|
35184
|
+
export declare type GrowthUnifiedProfileJiraOnboardingContext = {
|
|
35185
|
+
__typename?: 'GrowthUnifiedProfileJiraOnboardingContext';
|
|
35186
|
+
experienceLevel?: Maybe<Scalars['String']['output']>;
|
|
35187
|
+
jiraFamiliarity?: Maybe<Scalars['Int']['output']>;
|
|
35188
|
+
jobsToBeDone?: Maybe<GrowthUnifiedProfileJtbd>;
|
|
35189
|
+
persona?: Maybe<Scalars['String']['output']>;
|
|
35190
|
+
projectName?: Maybe<Scalars['String']['output']>;
|
|
35191
|
+
teamType?: Maybe<GrowthUnifiedProfileTeamType>;
|
|
35192
|
+
template?: Maybe<Scalars['String']['output']>;
|
|
35193
|
+
};
|
|
35194
|
+
export declare type GrowthUnifiedProfileJiraOnboardingContextInput = {
|
|
35195
|
+
experienceLevel?: InputMaybe<Scalars['String']['input']>;
|
|
35196
|
+
jiraFamiliarity?: InputMaybe<Scalars['Int']['input']>;
|
|
35197
|
+
jobsToBeDone?: InputMaybe<GrowthUnifiedProfileJtbd>;
|
|
35198
|
+
persona?: InputMaybe<Scalars['String']['input']>;
|
|
35199
|
+
projectName?: InputMaybe<Scalars['String']['input']>;
|
|
35200
|
+
teamType?: InputMaybe<GrowthUnifiedProfileTeamType>;
|
|
35201
|
+
template?: InputMaybe<Scalars['String']['input']>;
|
|
35202
|
+
};
|
|
35203
|
+
export declare type GrowthUnifiedProfileOnboardingContext = {
|
|
35204
|
+
__typename?: 'GrowthUnifiedProfileOnboardingContext';
|
|
35205
|
+
confluence?: Maybe<GrowthUnifiedProfileConfluenceOnboardingContext>;
|
|
35206
|
+
jira?: Maybe<GrowthUnifiedProfileJiraOnboardingContext>;
|
|
35207
|
+
};
|
|
35208
|
+
export declare type GrowthUnifiedProfileOnboardingContextInput = {
|
|
35209
|
+
confluence?: InputMaybe<GrowthUnifiedProfileConfluenceOnboardingContextInput>;
|
|
35210
|
+
jira?: InputMaybe<GrowthUnifiedProfileJiraOnboardingContextInput>;
|
|
35211
|
+
};
|
|
35212
|
+
export declare type GrowthUnifiedProfileResult = {
|
|
35213
|
+
__typename?: 'GrowthUnifiedProfileResult';
|
|
35214
|
+
channel?: Maybe<GrowthUnifiedProfileChannel>;
|
|
35215
|
+
company?: Maybe<GrowthUnifiedProfileCompany>;
|
|
35216
|
+
enrichmentStatus?: Maybe<GrowthUnifiedProfileEnrichmentStatus>;
|
|
35217
|
+
entityType?: Maybe<GrowthUnifiedProfileEntityType>;
|
|
35218
|
+
onboardingContext?: Maybe<GrowthUnifiedProfileOnboardingContext>;
|
|
35219
|
+
};
|
|
35220
|
+
export declare enum GrowthUnifiedProfileTeamType {
|
|
35221
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
35222
|
+
Design = "DESIGN",
|
|
35223
|
+
Finance = "FINANCE",
|
|
35224
|
+
HumanResources = "HUMAN_RESOURCES",
|
|
35225
|
+
ItSupport = "IT_SUPPORT",
|
|
35226
|
+
Legal = "LEGAL",
|
|
35227
|
+
Marketing = "MARKETING",
|
|
35228
|
+
Operations = "OPERATIONS",
|
|
35229
|
+
Other = "OTHER",
|
|
35230
|
+
Sales = "SALES",
|
|
35231
|
+
SoftwareDevelopment = "SOFTWARE_DEVELOPMENT"
|
|
35232
|
+
}
|
|
35233
|
+
export declare type GrowthUnifiedProfileUtm = {
|
|
35234
|
+
__typename?: 'GrowthUnifiedProfileUtm';
|
|
35235
|
+
keyword?: Maybe<Scalars['String']['output']>;
|
|
35236
|
+
medium?: Maybe<Scalars['String']['output']>;
|
|
35237
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
35238
|
+
};
|
|
35056
35239
|
export declare type HamsAccountDetails = CommerceAccountDetails & {
|
|
35057
35240
|
__typename?: 'HamsAccountDetails';
|
|
35058
35241
|
invoiceGroup?: Maybe<HamsInvoiceGroup>;
|
|
@@ -37925,29 +38108,6 @@ export declare type JiraAffectedServicesFieldInput = {
|
|
|
37925
38108
|
export declare type JiraAffectedServicesInput = {
|
|
37926
38109
|
serviceId: Scalars['ID']['input'];
|
|
37927
38110
|
};
|
|
37928
|
-
export declare type JiraAgileReleaseTrain = {
|
|
37929
|
-
__typename?: 'JiraAgileReleaseTrain';
|
|
37930
|
-
boards?: Maybe<Array<Maybe<JiraSafeBoard>>>;
|
|
37931
|
-
id: Scalars['ID']['output'];
|
|
37932
|
-
project?: Maybe<JiraProject>;
|
|
37933
|
-
teamBoards?: Maybe<JiraSafeTeamBoardConnection>;
|
|
37934
|
-
};
|
|
37935
|
-
export declare type JiraAgileReleaseTrainTeamBoardsArgs = {
|
|
37936
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
37937
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
37938
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37939
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37940
|
-
};
|
|
37941
|
-
export declare type JiraAgileReleaseTrainConnection = {
|
|
37942
|
-
__typename?: 'JiraAgileReleaseTrainConnection';
|
|
37943
|
-
edges?: Maybe<Array<Maybe<JiraAgileReleaseTrainEdge>>>;
|
|
37944
|
-
pageInfo: PageInfo;
|
|
37945
|
-
};
|
|
37946
|
-
export declare type JiraAgileReleaseTrainEdge = {
|
|
37947
|
-
__typename?: 'JiraAgileReleaseTrainEdge';
|
|
37948
|
-
cursor: Scalars['String']['output'];
|
|
37949
|
-
node?: Maybe<JiraAgileReleaseTrain>;
|
|
37950
|
-
};
|
|
37951
38111
|
export declare type JiraAiEnablementIssueInput = {
|
|
37952
38112
|
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
37953
38113
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -39738,13 +39898,6 @@ export declare type JiraConfigurableNavigationItemInput = {
|
|
|
39738
39898
|
isVisible: Scalars['Boolean']['input'];
|
|
39739
39899
|
menuId: Scalars['String']['input'];
|
|
39740
39900
|
};
|
|
39741
|
-
export declare type JiraConfiguratorIssueTypeScheme = {
|
|
39742
|
-
__typename?: 'JiraConfiguratorIssueTypeScheme';
|
|
39743
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
39744
|
-
id: Scalars['ID']['output'];
|
|
39745
|
-
issueTypes?: Maybe<Array<JiraIssueType>>;
|
|
39746
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
39747
|
-
};
|
|
39748
39901
|
export declare type JiraConfluenceRemoteIssueLink = {
|
|
39749
39902
|
__typename?: 'JiraConfluenceRemoteIssueLink';
|
|
39750
39903
|
href?: Maybe<Scalars['String']['output']>;
|
|
@@ -39913,19 +40066,6 @@ export declare type JiraContainerNavigationQueryInput = {
|
|
|
39913
40066
|
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
39914
40067
|
};
|
|
39915
40068
|
export declare type JiraContainerNavigationResult = JiraContainerNavigation | QueryError;
|
|
39916
|
-
export declare type JiraCreateAgileReleaseTrainInput = {
|
|
39917
|
-
cloudId: Scalars['ID']['input'];
|
|
39918
|
-
configurationId?: InputMaybe<Scalars['ID']['input']>;
|
|
39919
|
-
largeSolutionProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
39920
|
-
projectDetails: JiraCreateScaledConfiguratorProjectInput;
|
|
39921
|
-
teamIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
39922
|
-
};
|
|
39923
|
-
export declare type JiraCreateAgileReleaseTrainPayload = Payload & {
|
|
39924
|
-
__typename?: 'JiraCreateAgileReleaseTrainPayload';
|
|
39925
|
-
agileReleaseTrain?: Maybe<JiraAgileReleaseTrain>;
|
|
39926
|
-
errors?: Maybe<Array<MutationError>>;
|
|
39927
|
-
success: Scalars['Boolean']['output'];
|
|
39928
|
-
};
|
|
39929
40069
|
export declare type JiraCreateAppNavigationItemInput = {
|
|
39930
40070
|
appId: Scalars['ID']['input'];
|
|
39931
40071
|
scopeId: Scalars['ID']['input'];
|
|
@@ -40019,32 +40159,12 @@ export declare type JiraCreateFormattingRulePayload = Payload & {
|
|
|
40019
40159
|
errors?: Maybe<Array<MutationError>>;
|
|
40020
40160
|
success: Scalars['Boolean']['output'];
|
|
40021
40161
|
};
|
|
40022
|
-
export declare type JiraCreateLargeSolutionInput = {
|
|
40023
|
-
cloudId: Scalars['ID']['input'];
|
|
40024
|
-
configurationId?: InputMaybe<Scalars['ID']['input']>;
|
|
40025
|
-
projectDetails: JiraCreateScaledConfiguratorProjectInput;
|
|
40026
|
-
};
|
|
40027
|
-
export declare type JiraCreateLargeSolutionPayload = Payload & {
|
|
40028
|
-
__typename?: 'JiraCreateLargeSolutionPayload';
|
|
40029
|
-
errors?: Maybe<Array<MutationError>>;
|
|
40030
|
-
largeSolution?: Maybe<JiraLargeSolution>;
|
|
40031
|
-
success: Scalars['Boolean']['output'];
|
|
40032
|
-
};
|
|
40033
40162
|
export declare type JiraCreateNavigationItemPayload = Payload & {
|
|
40034
40163
|
__typename?: 'JiraCreateNavigationItemPayload';
|
|
40035
40164
|
errors?: Maybe<Array<MutationError>>;
|
|
40036
40165
|
navigationItem?: Maybe<JiraNavigationItem>;
|
|
40037
40166
|
success: Scalars['Boolean']['output'];
|
|
40038
40167
|
};
|
|
40039
|
-
export declare type JiraCreatePlanInput = {
|
|
40040
|
-
cloudId: Scalars['ID']['input'];
|
|
40041
|
-
};
|
|
40042
|
-
export declare type JiraCreatePlanPayload = Payload & {
|
|
40043
|
-
__typename?: 'JiraCreatePlanPayload';
|
|
40044
|
-
errors?: Maybe<Array<MutationError>>;
|
|
40045
|
-
plan?: Maybe<JiraPlan>;
|
|
40046
|
-
success: Scalars['Boolean']['output'];
|
|
40047
|
-
};
|
|
40048
40168
|
export declare type JiraCreateProjectCleanupRecommendationsPayload = Payload & {
|
|
40049
40169
|
__typename?: 'JiraCreateProjectCleanupRecommendationsPayload';
|
|
40050
40170
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -40070,19 +40190,6 @@ export declare type JiraCreateReleaseNoteConfluencePagePayload = Payload & {
|
|
|
40070
40190
|
success: Scalars['Boolean']['output'];
|
|
40071
40191
|
version?: Maybe<JiraVersion>;
|
|
40072
40192
|
};
|
|
40073
|
-
export declare type JiraCreateSafeGlobalDataInput = {
|
|
40074
|
-
cloudId: Scalars['ID']['input'];
|
|
40075
|
-
};
|
|
40076
|
-
export declare type JiraCreateSafeGlobalDataPayload = Payload & {
|
|
40077
|
-
__typename?: 'JiraCreateSafeGlobalDataPayload';
|
|
40078
|
-
configuration?: Maybe<JiraSafeConfiguration>;
|
|
40079
|
-
errors?: Maybe<Array<MutationError>>;
|
|
40080
|
-
success: Scalars['Boolean']['output'];
|
|
40081
|
-
};
|
|
40082
|
-
export declare type JiraCreateScaledConfiguratorProjectInput = {
|
|
40083
|
-
projectKey: Scalars['String']['input'];
|
|
40084
|
-
projectName: Scalars['String']['input'];
|
|
40085
|
-
};
|
|
40086
40193
|
export declare type JiraCreateShortcutInput = {
|
|
40087
40194
|
projectId: Scalars['ID']['input'];
|
|
40088
40195
|
shortcutData: JiraShortcutDataInput;
|
|
@@ -43644,29 +43751,6 @@ export declare type JiraLabelsFieldPayload = Payload & {
|
|
|
43644
43751
|
export declare type JiraLabelsInput = {
|
|
43645
43752
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
43646
43753
|
};
|
|
43647
|
-
export declare type JiraLargeSolution = {
|
|
43648
|
-
__typename?: 'JiraLargeSolution';
|
|
43649
|
-
agileReleaseTrains?: Maybe<Array<Maybe<JiraAgileReleaseTrain>>>;
|
|
43650
|
-
id: Scalars['ID']['output'];
|
|
43651
|
-
project?: Maybe<JiraProject>;
|
|
43652
|
-
releaseTrains?: Maybe<JiraAgileReleaseTrainConnection>;
|
|
43653
|
-
};
|
|
43654
|
-
export declare type JiraLargeSolutionReleaseTrainsArgs = {
|
|
43655
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
43656
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
43657
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43658
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
43659
|
-
};
|
|
43660
|
-
export declare type JiraLargeSolutionConnection = {
|
|
43661
|
-
__typename?: 'JiraLargeSolutionConnection';
|
|
43662
|
-
edges?: Maybe<Array<Maybe<JiraLargeSolutionEdge>>>;
|
|
43663
|
-
pageInfo: PageInfo;
|
|
43664
|
-
};
|
|
43665
|
-
export declare type JiraLargeSolutionEdge = {
|
|
43666
|
-
__typename?: 'JiraLargeSolutionEdge';
|
|
43667
|
-
cursor: Scalars['String']['output'];
|
|
43668
|
-
node?: Maybe<JiraLargeSolution>;
|
|
43669
|
-
};
|
|
43670
43754
|
export declare type JiraLegacyTeamFieldOperationInput = {
|
|
43671
43755
|
operation: JiraSingleValueFieldOperations;
|
|
43672
43756
|
teamId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -44060,7 +44144,6 @@ export declare type JiraMutation = {
|
|
|
44060
44144
|
assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
|
|
44061
44145
|
attributeUnsplashImage?: Maybe<JiraUnsplashAttributionPayload>;
|
|
44062
44146
|
bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
|
|
44063
|
-
createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
|
|
44064
44147
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
44065
44148
|
createAppNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
44066
44149
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
@@ -44075,12 +44158,9 @@ export declare type JiraMutation = {
|
|
|
44075
44158
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
44076
44159
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
44077
44160
|
createJwmOverview?: Maybe<JiraWorkManagementGiraCreateOverviewPayload>;
|
|
44078
|
-
createLargeSolution?: Maybe<JiraCreateLargeSolutionPayload>;
|
|
44079
44161
|
createProjectCleanupRecommendations?: Maybe<JiraCreateProjectCleanupRecommendationsPayload>;
|
|
44080
44162
|
createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
44081
44163
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
44082
|
-
createSafeGlobalData?: Maybe<JiraCreateSafeGlobalDataPayload>;
|
|
44083
|
-
createSafePlan?: Maybe<JiraCreatePlanPayload>;
|
|
44084
44164
|
createSimpleNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
44085
44165
|
deleteCustomBackground?: Maybe<JiraDeleteCustomBackgroundPayload>;
|
|
44086
44166
|
deleteFormattingRule?: Maybe<JiraDeleteFormattingRulePayload>;
|
|
@@ -44238,9 +44318,6 @@ export declare type JiraMutationAttributeUnsplashImageArgs = {
|
|
|
44238
44318
|
export declare type JiraMutationBulkCreateRequestTypeFromTemplateArgs = {
|
|
44239
44319
|
input: JiraServiceManagementBulkCreateRequestTypeFromTemplateInput;
|
|
44240
44320
|
};
|
|
44241
|
-
export declare type JiraMutationCreateAgileReleaseTrainArgs = {
|
|
44242
|
-
input: JiraCreateAgileReleaseTrainInput;
|
|
44243
|
-
};
|
|
44244
44321
|
export declare type JiraMutationCreateAndAssociateWorkflowFromJsmTemplateArgs = {
|
|
44245
44322
|
input: JiraServiceManagementCreateAndAssociateWorkflowFromTemplateInput;
|
|
44246
44323
|
};
|
|
@@ -44292,9 +44369,6 @@ export declare type JiraMutationCreateJwmOverviewArgs = {
|
|
|
44292
44369
|
cloudId: Scalars['ID']['input'];
|
|
44293
44370
|
input: JiraWorkManagementCreateOverviewInput;
|
|
44294
44371
|
};
|
|
44295
|
-
export declare type JiraMutationCreateLargeSolutionArgs = {
|
|
44296
|
-
input: JiraCreateLargeSolutionInput;
|
|
44297
|
-
};
|
|
44298
44372
|
export declare type JiraMutationCreateProjectCleanupRecommendationsArgs = {
|
|
44299
44373
|
cloudId: Scalars['ID']['input'];
|
|
44300
44374
|
};
|
|
@@ -44304,12 +44378,6 @@ export declare type JiraMutationCreateProjectShortcutArgs = {
|
|
|
44304
44378
|
export declare type JiraMutationCreateReleaseNoteConfluencePageArgs = {
|
|
44305
44379
|
input: JiraCreateReleaseNoteConfluencePageInput;
|
|
44306
44380
|
};
|
|
44307
|
-
export declare type JiraMutationCreateSafeGlobalDataArgs = {
|
|
44308
|
-
input: JiraCreateSafeGlobalDataInput;
|
|
44309
|
-
};
|
|
44310
|
-
export declare type JiraMutationCreateSafePlanArgs = {
|
|
44311
|
-
input: JiraCreatePlanInput;
|
|
44312
|
-
};
|
|
44313
44381
|
export declare type JiraMutationCreateSimpleNavigationItemArgs = {
|
|
44314
44382
|
input: JiraCreateSimpleNavigationItemInput;
|
|
44315
44383
|
};
|
|
@@ -46545,8 +46613,6 @@ export declare type JiraQuery = {
|
|
|
46545
46613
|
resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
|
|
46546
46614
|
resourceUsageRecommendationStats?: Maybe<JiraResourceUsageRecommendationStats>;
|
|
46547
46615
|
savedFilters?: Maybe<JiraFilterConnection>;
|
|
46548
|
-
scaledConfiguration?: Maybe<JiraSafeConfiguration>;
|
|
46549
|
-
scaledConfigurationPermissions?: Maybe<JiraScaledConfigurationPermissions>;
|
|
46550
46616
|
screenIdByIssueId?: Maybe<Scalars['Long']['output']>;
|
|
46551
46617
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
46552
46618
|
searchUnsplashImages?: Maybe<JiraUnsplashImageSearchPageResult>;
|
|
@@ -47286,13 +47352,6 @@ export declare type JiraQuerySavedFiltersArgs = {
|
|
|
47286
47352
|
keyword: Scalars['String']['input'];
|
|
47287
47353
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47288
47354
|
};
|
|
47289
|
-
export declare type JiraQueryScaledConfigurationArgs = {
|
|
47290
|
-
cloudId: Scalars['ID']['input'];
|
|
47291
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
47292
|
-
};
|
|
47293
|
-
export declare type JiraQueryScaledConfigurationPermissionsArgs = {
|
|
47294
|
-
cloudId: Scalars['ID']['input'];
|
|
47295
|
-
};
|
|
47296
47355
|
export declare type JiraQueryScreenIdByIssueIdArgs = {
|
|
47297
47356
|
issueId: Scalars['ID']['input'];
|
|
47298
47357
|
};
|
|
@@ -47952,68 +48011,6 @@ export declare type JiraRoleEdge = {
|
|
|
47952
48011
|
cursor: Scalars['String']['output'];
|
|
47953
48012
|
node?: Maybe<JiraRole>;
|
|
47954
48013
|
};
|
|
47955
|
-
export declare type JiraSafeBoard = {
|
|
47956
|
-
__typename?: 'JiraSafeBoard';
|
|
47957
|
-
boardId?: Maybe<Scalars['ID']['output']>;
|
|
47958
|
-
boardName?: Maybe<Scalars['String']['output']>;
|
|
47959
|
-
id: Scalars['ID']['output'];
|
|
47960
|
-
team?: Maybe<JiraTeamView>;
|
|
47961
|
-
};
|
|
47962
|
-
export declare type JiraSafeConfiguration = {
|
|
47963
|
-
__typename?: 'JiraSafeConfiguration';
|
|
47964
|
-
agileReleaseTrains?: Maybe<JiraAgileReleaseTrainConnection>;
|
|
47965
|
-
artIssueTypeScheme?: Maybe<JiraConfiguratorIssueTypeScheme>;
|
|
47966
|
-
capability?: Maybe<JiraIssueType>;
|
|
47967
|
-
feature?: Maybe<JiraIssueType>;
|
|
47968
|
-
id: Scalars['ID']['output'];
|
|
47969
|
-
jobSize?: Maybe<JiraNumberField>;
|
|
47970
|
-
largeSolutionIssueTypeScheme?: Maybe<JiraConfiguratorIssueTypeScheme>;
|
|
47971
|
-
largeSolutions?: Maybe<JiraLargeSolutionConnection>;
|
|
47972
|
-
plan?: Maybe<JiraPlan>;
|
|
47973
|
-
riskReduction?: Maybe<JiraNumberField>;
|
|
47974
|
-
timeCriticality?: Maybe<JiraNumberField>;
|
|
47975
|
-
userBusinessValue?: Maybe<JiraNumberField>;
|
|
47976
|
-
weightedShortestJobFirst?: Maybe<JiraNumberField>;
|
|
47977
|
-
};
|
|
47978
|
-
export declare type JiraSafeConfigurationAgileReleaseTrainsArgs = {
|
|
47979
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
47980
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
47981
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47982
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47983
|
-
};
|
|
47984
|
-
export declare type JiraSafeConfigurationLargeSolutionsArgs = {
|
|
47985
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
47986
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
47987
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47988
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47989
|
-
};
|
|
47990
|
-
export declare type JiraSafeTeamBoard = {
|
|
47991
|
-
__typename?: 'JiraSafeTeamBoard';
|
|
47992
|
-
boardId?: Maybe<Scalars['ID']['output']>;
|
|
47993
|
-
boardName?: Maybe<Scalars['String']['output']>;
|
|
47994
|
-
id: Scalars['ID']['output'];
|
|
47995
|
-
team?: Maybe<JiraTeamView>;
|
|
47996
|
-
};
|
|
47997
|
-
export declare type JiraSafeTeamBoardConnection = {
|
|
47998
|
-
__typename?: 'JiraSafeTeamBoardConnection';
|
|
47999
|
-
edges?: Maybe<Array<Maybe<JiraSafeTeamBoardEdge>>>;
|
|
48000
|
-
pageInfo: PageInfo;
|
|
48001
|
-
};
|
|
48002
|
-
export declare type JiraSafeTeamBoardEdge = {
|
|
48003
|
-
__typename?: 'JiraSafeTeamBoardEdge';
|
|
48004
|
-
cursor: Scalars['String']['output'];
|
|
48005
|
-
node?: Maybe<JiraSafeTeamBoard>;
|
|
48006
|
-
};
|
|
48007
|
-
export declare enum JiraScaledConfigurationPermission {
|
|
48008
|
-
Edit = "EDIT",
|
|
48009
|
-
None = "NONE",
|
|
48010
|
-
View = "VIEW"
|
|
48011
|
-
}
|
|
48012
|
-
export declare type JiraScaledConfigurationPermissions = {
|
|
48013
|
-
__typename?: 'JiraScaledConfigurationPermissions';
|
|
48014
|
-
hasEntitlements?: Maybe<Scalars['Boolean']['output']>;
|
|
48015
|
-
userPermissions?: Maybe<JiraScaledConfigurationPermission>;
|
|
48016
|
-
};
|
|
48017
48014
|
export declare type JiraScenario = Node & {
|
|
48018
48015
|
__typename?: 'JiraScenario';
|
|
48019
48016
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -48040,8 +48037,16 @@ export declare type JiraScenarioIssueLikePlanScenarioValuesArgs = {
|
|
|
48040
48037
|
export declare type JiraScenarioIssueLikeConnection = {
|
|
48041
48038
|
__typename?: 'JiraScenarioIssueLikeConnection';
|
|
48042
48039
|
edges?: Maybe<Array<Maybe<JiraScenarioIssueLikeEdge>>>;
|
|
48040
|
+
isCappingIssueSearchResult?: Maybe<Scalars['Boolean']['output']>;
|
|
48041
|
+
issueNavigatorPageInfo?: Maybe<JiraIssueNavigatorPageInfo>;
|
|
48042
|
+
pageCursors?: Maybe<JiraPageCursors>;
|
|
48043
48043
|
pageInfo: PageInfo;
|
|
48044
48044
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
48045
|
+
totalIssueSearchResultCount?: Maybe<Scalars['Int']['output']>;
|
|
48046
|
+
};
|
|
48047
|
+
export declare type JiraScenarioIssueLikeConnectionPageCursorsArgs = {
|
|
48048
|
+
maxCursors: Scalars['Int']['input'];
|
|
48049
|
+
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
48045
48050
|
};
|
|
48046
48051
|
export declare type JiraScenarioIssueLikeEdge = {
|
|
48047
48052
|
__typename?: 'JiraScenarioIssueLikeEdge';
|
|
@@ -52972,7 +52977,8 @@ export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
|
52972
52977
|
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
52973
52978
|
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
52974
52979
|
None = "NONE",
|
|
52975
|
-
Person = "PERSON"
|
|
52980
|
+
Person = "PERSON",
|
|
52981
|
+
Team = "TEAM"
|
|
52976
52982
|
}
|
|
52977
52983
|
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
52978
52984
|
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
@@ -56069,6 +56075,7 @@ export declare type Mutation = {
|
|
|
56069
56075
|
editSprint?: Maybe<SprintResponse>;
|
|
56070
56076
|
ersLifecycle?: Maybe<ErsLifecycleMutation>;
|
|
56071
56077
|
graphStore?: Maybe<GraphStoreMutation>;
|
|
56078
|
+
growthUnifiedProfile_createUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
|
|
56072
56079
|
helpCenter?: Maybe<HelpCenterMutationApi>;
|
|
56073
56080
|
helpExternalResource?: Maybe<HelpExternalResourceMutationApi>;
|
|
56074
56081
|
helpLayout?: Maybe<HelpLayoutMutationApi>;
|
|
@@ -56860,6 +56867,9 @@ export declare type MutationDeleteWebTriggerUrlArgs = {
|
|
|
56860
56867
|
export declare type MutationEditSprintArgs = {
|
|
56861
56868
|
input?: InputMaybe<EditSprintInput>;
|
|
56862
56869
|
};
|
|
56870
|
+
export declare type MutationGrowthUnifiedProfile_CreateUnifiedProfileArgs = {
|
|
56871
|
+
profile: GrowthUnifiedProfileCreateProfileInput;
|
|
56872
|
+
};
|
|
56863
56873
|
export declare type MutationHelpCenterArgs = {
|
|
56864
56874
|
cloudId: Scalars['ID']['input'];
|
|
56865
56875
|
};
|
|
@@ -59539,6 +59549,7 @@ export declare type Query = {
|
|
|
59539
59549
|
customerStory?: Maybe<ContentPlatformCustomerStory>;
|
|
59540
59550
|
customerSupport?: Maybe<SupportRequestCatalogQueryApi>;
|
|
59541
59551
|
dataScope?: Maybe<MigrationPlanningServiceQuery>;
|
|
59552
|
+
demoMercury_getById?: Maybe<DemoMercuryFocusArea>;
|
|
59542
59553
|
devAi?: Maybe<DevAi>;
|
|
59543
59554
|
devOps?: Maybe<DevOps>;
|
|
59544
59555
|
devOpsMetrics?: Maybe<DevOpsMetrics>;
|
|
@@ -59575,12 +59586,15 @@ export declare type Query = {
|
|
|
59575
59586
|
getKeywords?: Maybe<Array<Scalars['String']['output']>>;
|
|
59576
59587
|
graphStore?: Maybe<GraphStore>;
|
|
59577
59588
|
growthRecommendations?: Maybe<GrowthRecQuery>;
|
|
59589
|
+
growthUnifiedProfile_getUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
|
|
59578
59590
|
helpCenter?: Maybe<HelpCenterQueryApi>;
|
|
59579
59591
|
helpExternalResource?: Maybe<HelpExternalResourceQueryApi>;
|
|
59580
59592
|
helpLayout?: Maybe<HelpLayoutQueryApi>;
|
|
59581
59593
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
59582
59594
|
insights?: Maybe<Insights>;
|
|
59583
59595
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
59596
|
+
ipmFlag?: Maybe<ContentPlatformIpmFlag>;
|
|
59597
|
+
ipmFlags: ContentPlatformIpmFlagSearchConnection;
|
|
59584
59598
|
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
59585
59599
|
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
59586
59600
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -60742,6 +60756,10 @@ export declare type QueryCustomerStoryArgs = {
|
|
|
60742
60756
|
id: Scalars['String']['input'];
|
|
60743
60757
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60744
60758
|
};
|
|
60759
|
+
export declare type QueryDemoMercury_GetByIdArgs = {
|
|
60760
|
+
cloudId: Scalars['ID']['input'];
|
|
60761
|
+
id: Scalars['ID']['input'];
|
|
60762
|
+
};
|
|
60745
60763
|
export declare type QueryDevOpsServiceArgs = {
|
|
60746
60764
|
id: Scalars['ID']['input'];
|
|
60747
60765
|
};
|
|
@@ -60808,6 +60826,7 @@ export declare type QueryExtensionByKeyArgs = {
|
|
|
60808
60826
|
contextId: Scalars['ID']['input'];
|
|
60809
60827
|
definitionId: Scalars['ID']['input'];
|
|
60810
60828
|
extensionKey: Scalars['String']['input'];
|
|
60829
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
60811
60830
|
};
|
|
60812
60831
|
export declare type QueryExtensionContextArgs = {
|
|
60813
60832
|
contextId: Scalars['ID']['input'];
|
|
@@ -60839,6 +60858,10 @@ export declare type QueryGetKeywordsArgs = {
|
|
|
60839
60858
|
entityAri?: InputMaybe<Scalars['String']['input']>;
|
|
60840
60859
|
textInput?: InputMaybe<NlpGetKeywordsTextInput>;
|
|
60841
60860
|
};
|
|
60861
|
+
export declare type QueryGrowthUnifiedProfile_GetUnifiedProfileArgs = {
|
|
60862
|
+
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
60863
|
+
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
60864
|
+
};
|
|
60842
60865
|
export declare type QueryHelpCenterArgs = {
|
|
60843
60866
|
cloudId: Scalars['ID']['input'];
|
|
60844
60867
|
};
|
|
@@ -60854,6 +60877,13 @@ export declare type QueryHelpObjectStoreArgs = {
|
|
|
60854
60877
|
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
60855
60878
|
appId: Scalars['ID']['input'];
|
|
60856
60879
|
};
|
|
60880
|
+
export declare type QueryIpmFlagArgs = {
|
|
60881
|
+
id: Scalars['String']['input'];
|
|
60882
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60883
|
+
};
|
|
60884
|
+
export declare type QueryIpmFlagsArgs = {
|
|
60885
|
+
search: ContentPlatformSearchApIv2Query;
|
|
60886
|
+
};
|
|
60857
60887
|
export declare type QueryIpmImageModalArgs = {
|
|
60858
60888
|
id: Scalars['String']['input'];
|
|
60859
60889
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -66608,6 +66638,7 @@ export declare type TrelloBoardViewer = {
|
|
|
66608
66638
|
calendarKey?: Maybe<Scalars['String']['output']>;
|
|
66609
66639
|
email?: Maybe<TrelloBoardViewerEmail>;
|
|
66610
66640
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
66641
|
+
showCompactMirrorCards?: Maybe<Scalars['Boolean']['output']>;
|
|
66611
66642
|
sidebar?: Maybe<TrelloBoardViewerSidebar>;
|
|
66612
66643
|
starred: Scalars['Boolean']['output'];
|
|
66613
66644
|
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -69208,6 +69239,7 @@ export declare type WorkSuggestionsAutoDevJobTask = {
|
|
|
69208
69239
|
autoDevState?: Maybe<WorkSuggestionsAutoDevJobState>;
|
|
69209
69240
|
id: Scalars['String']['output'];
|
|
69210
69241
|
issue: WorkSuggestionsAutoDevJobJiraIssue;
|
|
69242
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69211
69243
|
repoUrl?: Maybe<Scalars['String']['output']>;
|
|
69212
69244
|
};
|
|
69213
69245
|
export declare type WorkSuggestionsAutoDevJobsPlanSuccessTask = WorkSuggestionsAutoDevJobTask & {
|
|
@@ -69217,6 +69249,7 @@ export declare type WorkSuggestionsAutoDevJobsPlanSuccessTask = WorkSuggestionsA
|
|
|
69217
69249
|
autoDevState?: Maybe<WorkSuggestionsAutoDevJobState>;
|
|
69218
69250
|
id: Scalars['String']['output'];
|
|
69219
69251
|
issue: WorkSuggestionsAutoDevJobJiraIssue;
|
|
69252
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69220
69253
|
repoUrl?: Maybe<Scalars['String']['output']>;
|
|
69221
69254
|
};
|
|
69222
69255
|
export declare type WorkSuggestionsBlockedIssue = {
|
|
@@ -69235,6 +69268,7 @@ export declare type WorkSuggestionsBlockingIssueTask = WorkSuggestionsCommon & {
|
|
|
69235
69268
|
issueIconUrl: Scalars['String']['output'];
|
|
69236
69269
|
issueId: Scalars['String']['output'];
|
|
69237
69270
|
issueKey: Scalars['String']['output'];
|
|
69271
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69238
69272
|
title: Scalars['String']['output'];
|
|
69239
69273
|
url: Scalars['String']['output'];
|
|
69240
69274
|
};
|
|
@@ -69247,6 +69281,7 @@ export declare type WorkSuggestionsBuildTask = WorkSuggestionsCommon & {
|
|
|
69247
69281
|
issueName: Scalars['String']['output'];
|
|
69248
69282
|
lastUpdated: Scalars['String']['output'];
|
|
69249
69283
|
numberOfFailedBuilds: Scalars['Int']['output'];
|
|
69284
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69250
69285
|
title: Scalars['String']['output'];
|
|
69251
69286
|
url: Scalars['String']['output'];
|
|
69252
69287
|
};
|
|
@@ -69343,6 +69378,7 @@ export declare type WorkSuggestionsCodeTabTaskConnection = {
|
|
|
69343
69378
|
};
|
|
69344
69379
|
export declare type WorkSuggestionsCommon = {
|
|
69345
69380
|
id: Scalars['String']['output'];
|
|
69381
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69346
69382
|
title: Scalars['String']['output'];
|
|
69347
69383
|
url: Scalars['String']['output'];
|
|
69348
69384
|
};
|
|
@@ -69363,6 +69399,7 @@ export declare type WorkSuggestionsCriticalVulnerabilityTask = WorkSuggestionsCo
|
|
|
69363
69399
|
introducedDate: Scalars['String']['output'];
|
|
69364
69400
|
issueId: Scalars['String']['output'];
|
|
69365
69401
|
issueKey: Scalars['String']['output'];
|
|
69402
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69366
69403
|
securityContainerName: Scalars['String']['output'];
|
|
69367
69404
|
status: WorkSuggestionsVulnerabilityStatus;
|
|
69368
69405
|
title: Scalars['String']['output'];
|
|
@@ -69378,6 +69415,7 @@ export declare type WorkSuggestionsDeploymentTask = WorkSuggestionsCommon & {
|
|
|
69378
69415
|
issueName: Scalars['String']['output'];
|
|
69379
69416
|
lastUpdated: Scalars['String']['output'];
|
|
69380
69417
|
numberOfFailedDeployments: Scalars['Int']['output'];
|
|
69418
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69381
69419
|
pipelineName: Scalars['String']['output'];
|
|
69382
69420
|
title: Scalars['String']['output'];
|
|
69383
69421
|
url: Scalars['String']['output'];
|
|
@@ -69482,6 +69520,7 @@ export declare type WorkSuggestionsPullRequestNeedsWorkTask = WorkSuggestionsCom
|
|
|
69482
69520
|
id: Scalars['String']['output'];
|
|
69483
69521
|
lastUpdated: Scalars['String']['output'];
|
|
69484
69522
|
needsWorkCount: Scalars['Int']['output'];
|
|
69523
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69485
69524
|
providerIconUrl?: Maybe<Scalars['String']['output']>;
|
|
69486
69525
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
69487
69526
|
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
@@ -69498,6 +69537,7 @@ export declare type WorkSuggestionsPullRequestReviewTask = WorkSuggestionsCommon
|
|
|
69498
69537
|
destinationBranchName?: Maybe<Scalars['String']['output']>;
|
|
69499
69538
|
id: Scalars['String']['output'];
|
|
69500
69539
|
lastUpdated: Scalars['String']['output'];
|
|
69540
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
69501
69541
|
providerIconUrl?: Maybe<Scalars['String']['output']>;
|
|
69502
69542
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
69503
69543
|
repositoryName?: Maybe<Scalars['String']['output']>;
|