@forge/cli-shared 5.3.2-next.0 → 5.3.2-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 +7 -0
- package/out/auth/instruction.js +1 -1
- package/out/auth/personal/credential-store.js +1 -1
- package/out/graphql/gateway.d.ts +2 -3
- package/out/graphql/gateway.d.ts.map +1 -1
- package/out/graphql/gateway.js +5 -5
- package/out/graphql/graphql-types.d.ts +461 -30
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +158 -16
- package/out/service/bridge-script-service.d.ts.map +1 -1
- package/out/service/bridge-script-service.js +1 -1
- package/out/service/feature-flag-service.d.ts +2 -2
- package/out/service/feature-flag-service.d.ts.map +1 -1
- package/out/service/feature-flag-service.js +1 -1
- package/out/service/iframe-resizer-script-service.d.ts.map +1 -1
- package/out/service/iframe-resizer-script-service.js +1 -1
- package/package.json +1 -1
|
@@ -201,10 +201,12 @@ export declare type ActionsActionableAppEdge = {
|
|
|
201
201
|
};
|
|
202
202
|
export declare type ActionsActionableAppsFilter = {
|
|
203
203
|
byActionType?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
204
|
+
byActionVerb?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
204
205
|
byCapability?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
205
206
|
byContextEntityType?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
206
207
|
byEntityProperty?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
207
208
|
byEntityType?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
209
|
+
byExtensionAri?: InputMaybe<Scalars['String']['input']>;
|
|
208
210
|
byIntegrationKey?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
209
211
|
byProviderID?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
210
212
|
};
|
|
@@ -6791,6 +6793,7 @@ export declare type ConfluenceLegacyAdminReport = {
|
|
|
6791
6793
|
link?: Maybe<Scalars['String']['output']>;
|
|
6792
6794
|
reportId?: Maybe<Scalars['ID']['output']>;
|
|
6793
6795
|
requesterId?: Maybe<Scalars['ID']['output']>;
|
|
6796
|
+
user?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
6794
6797
|
};
|
|
6795
6798
|
export declare type ConfluenceLegacyAdminReportPayload = {
|
|
6796
6799
|
__typename?: 'ConfluenceLegacyAdminReportPayload';
|
|
@@ -6915,7 +6918,7 @@ export declare type ConfluenceLegacyArchivedContentMetadata = {
|
|
|
6915
6918
|
export declare type ConfluenceLegacyAtlassianUser = {
|
|
6916
6919
|
__typename?: 'ConfluenceLegacyAtlassianUser';
|
|
6917
6920
|
companyName?: Maybe<Scalars['String']['output']>;
|
|
6918
|
-
confluence?: Maybe<
|
|
6921
|
+
confluence?: Maybe<ConfluenceLegacyConfluenceUser>;
|
|
6919
6922
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
6920
6923
|
emails?: Maybe<Array<Maybe<ConfluenceLegacyAtlassianUserEmail>>>;
|
|
6921
6924
|
groups?: Maybe<Array<Maybe<ConfluenceLegacyAtlassianUserGroup>>>;
|
|
@@ -7158,6 +7161,7 @@ export declare type ConfluenceLegacyComment = {
|
|
|
7158
7161
|
location: ConfluenceLegacyCommentLocation;
|
|
7159
7162
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
7160
7163
|
permissions: ConfluenceLegacyCommentPermissions;
|
|
7164
|
+
reactionsSummary?: Maybe<ConfluenceLegacyReactionsSummaryResponse>;
|
|
7161
7165
|
replies: Array<Maybe<ConfluenceLegacyComment>>;
|
|
7162
7166
|
spaceId: Scalars['Long']['output'];
|
|
7163
7167
|
version: ConfluenceLegacyVersion;
|
|
@@ -7165,6 +7169,11 @@ export declare type ConfluenceLegacyComment = {
|
|
|
7165
7169
|
export declare type ConfluenceLegacyCommentBodyArgs = {
|
|
7166
7170
|
representation?: InputMaybe<ConfluenceLegacyDocumentRepresentation>;
|
|
7167
7171
|
};
|
|
7172
|
+
export declare type ConfluenceLegacyCommentReactionsSummaryArgs = {
|
|
7173
|
+
childType: Scalars['String']['input'];
|
|
7174
|
+
contentType?: InputMaybe<Scalars['String']['input']>;
|
|
7175
|
+
pageId: Scalars['ID']['input'];
|
|
7176
|
+
};
|
|
7168
7177
|
export declare type ConfluenceLegacyCommentRepliesArgs = {
|
|
7169
7178
|
depth?: InputMaybe<Scalars['Int']['input']>;
|
|
7170
7179
|
};
|
|
@@ -7240,6 +7249,22 @@ export declare type ConfluenceLegacyCompanyHubFeature = {
|
|
|
7240
7249
|
__typename?: 'ConfluenceLegacyCompanyHubFeature';
|
|
7241
7250
|
isEntitled: Scalars['Boolean']['output'];
|
|
7242
7251
|
};
|
|
7252
|
+
export declare type ConfluenceLegacyConfluenceUser = {
|
|
7253
|
+
__typename?: 'ConfluenceLegacyConfluenceUser';
|
|
7254
|
+
accessStatus: ConfluenceLegacyAccessStatus;
|
|
7255
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
7256
|
+
currentUser?: Maybe<ConfluenceLegacyCurrentUserOperations>;
|
|
7257
|
+
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
7258
|
+
groupsWithId: Array<Maybe<ConfluenceLegacyGroup>>;
|
|
7259
|
+
hasBlog?: Maybe<Scalars['Boolean']['output']>;
|
|
7260
|
+
hasPersonalSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
7261
|
+
locale: Scalars['String']['output'];
|
|
7262
|
+
operations: Array<Maybe<ConfluenceLegacyOperationCheckResult>>;
|
|
7263
|
+
permissionType?: Maybe<ConfluenceLegacySitePermissionType>;
|
|
7264
|
+
roles?: Maybe<ConfluenceLegacyUserRoles>;
|
|
7265
|
+
space?: Maybe<ConfluenceLegacySpace>;
|
|
7266
|
+
userKey?: Maybe<Scalars['String']['output']>;
|
|
7267
|
+
};
|
|
7243
7268
|
export declare type ConfluenceLegacyContactAdminMutationInput = {
|
|
7244
7269
|
content: ConfluenceLegacyContactAdminMutationInputContent;
|
|
7245
7270
|
recaptchaResponseToken?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7298,14 +7323,18 @@ export declare type ConfluenceLegacyContent = {
|
|
|
7298
7323
|
childTypes?: Maybe<ConfluenceLegacyChildContentTypesAvailable>;
|
|
7299
7324
|
children?: Maybe<ConfluenceLegacyPaginatedContentList>;
|
|
7300
7325
|
classificationLevelId?: Maybe<Scalars['String']['output']>;
|
|
7326
|
+
classificationLevelMetadata?: Maybe<ConfluenceLegacyContentDataClassificationLevel>;
|
|
7301
7327
|
classificationLevelOverrideId?: Maybe<Scalars['String']['output']>;
|
|
7302
7328
|
comments?: Maybe<ConfluenceLegacyPaginatedContentList>;
|
|
7303
7329
|
container?: Maybe<ConfluenceLegacySpaceOrContent>;
|
|
7330
|
+
contentAnalyticsViewers?: Maybe<ConfluenceLegacyContentAnalyticsViewers>;
|
|
7331
|
+
contentAnalyticsViews?: Maybe<ConfluenceLegacyContentAnalyticsViews>;
|
|
7332
|
+
contentAnalyticsViewsByUser?: Maybe<ConfluenceLegacyContentAnalyticsViewsByUser>;
|
|
7333
|
+
contentReactionsSummary?: Maybe<ConfluenceLegacyReactionsSummaryResponse>;
|
|
7304
7334
|
contentState?: Maybe<ConfluenceLegacyContentState>;
|
|
7305
7335
|
contentStateLastUpdated?: Maybe<ConfluenceLegacyDate>;
|
|
7306
7336
|
creatorId?: Maybe<Scalars['String']['output']>;
|
|
7307
7337
|
currentUserIsWatching: Scalars['Boolean']['output'];
|
|
7308
|
-
dataClassificationLevel?: Maybe<Scalars['String']['output']>;
|
|
7309
7338
|
deletableDescendantsCount: Scalars['Long']['output'];
|
|
7310
7339
|
dynamicMobileBody?: Maybe<ConfluenceLegacyContentBody>;
|
|
7311
7340
|
embeddedProduct?: Maybe<Scalars['String']['output']>;
|
|
@@ -7336,6 +7365,7 @@ export declare type ConfluenceLegacyContent = {
|
|
|
7336
7365
|
restrictions?: Maybe<ConfluenceLegacyContentRestrictions>;
|
|
7337
7366
|
schedulePublishDate?: Maybe<Scalars['String']['output']>;
|
|
7338
7367
|
schedulePublishInfo?: Maybe<ConfluenceLegacySchedulePublishInfo>;
|
|
7368
|
+
smartFeatures?: Maybe<ConfluenceLegacySmartPageFeatures>;
|
|
7339
7369
|
space?: Maybe<ConfluenceLegacySpace>;
|
|
7340
7370
|
status?: Maybe<Scalars['String']['output']>;
|
|
7341
7371
|
subType?: Maybe<Scalars['String']['output']>;
|
|
@@ -7366,6 +7396,10 @@ export declare type ConfluenceLegacyContentCommentsArgs = {
|
|
|
7366
7396
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
7367
7397
|
recentFirst?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7368
7398
|
};
|
|
7399
|
+
export declare type ConfluenceLegacyContentContentAnalyticsViewsByUserArgs = {
|
|
7400
|
+
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
7401
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
7402
|
+
};
|
|
7369
7403
|
export declare type ConfluenceLegacyContentContentStateArgs = {
|
|
7370
7404
|
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7371
7405
|
};
|
|
@@ -7438,6 +7472,16 @@ export declare type ConfluenceLegacyContentAnalyticsLastViewedAtByPageItem = {
|
|
|
7438
7472
|
contentId: Scalars['ID']['output'];
|
|
7439
7473
|
lastViewedAt: Scalars['String']['output'];
|
|
7440
7474
|
};
|
|
7475
|
+
export declare type ConfluenceLegacyContentAnalyticsPageViewInfo = {
|
|
7476
|
+
__typename?: 'ConfluenceLegacyContentAnalyticsPageViewInfo';
|
|
7477
|
+
lastVersionViewed: Scalars['Int']['output'];
|
|
7478
|
+
lastVersionViewedUrl?: Maybe<Scalars['String']['output']>;
|
|
7479
|
+
lastViewedAt: Scalars['String']['output'];
|
|
7480
|
+
user?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
7481
|
+
userId: Scalars['ID']['output'];
|
|
7482
|
+
userProfile?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
7483
|
+
views: Scalars['Int']['output'];
|
|
7484
|
+
};
|
|
7441
7485
|
export declare type ConfluenceLegacyContentAnalyticsTotalViewsByPage = {
|
|
7442
7486
|
__typename?: 'ConfluenceLegacyContentAnalyticsTotalViewsByPage';
|
|
7443
7487
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacyContentAnalyticsTotalViewsByPageItem>>>;
|
|
@@ -7455,6 +7499,11 @@ export declare type ConfluenceLegacyContentAnalyticsViews = {
|
|
|
7455
7499
|
__typename?: 'ConfluenceLegacyContentAnalyticsViews';
|
|
7456
7500
|
count: Scalars['Int']['output'];
|
|
7457
7501
|
};
|
|
7502
|
+
export declare type ConfluenceLegacyContentAnalyticsViewsByUser = {
|
|
7503
|
+
__typename?: 'ConfluenceLegacyContentAnalyticsViewsByUser';
|
|
7504
|
+
id: Scalars['ID']['output'];
|
|
7505
|
+
pageViews: Array<ConfluenceLegacyContentAnalyticsPageViewInfo>;
|
|
7506
|
+
};
|
|
7458
7507
|
export declare type ConfluenceLegacyContentBody = {
|
|
7459
7508
|
__typename?: 'ConfluenceLegacyContentBody';
|
|
7460
7509
|
content?: Maybe<ConfluenceLegacyContent>;
|
|
@@ -7734,6 +7783,7 @@ export declare type ConfluenceLegacyContentTemplate = {
|
|
|
7734
7783
|
referencingBlueprint?: Maybe<Scalars['String']['output']>;
|
|
7735
7784
|
space?: Maybe<ConfluenceLegacySpace>;
|
|
7736
7785
|
templateId?: Maybe<Scalars['String']['output']>;
|
|
7786
|
+
templatePropertySet?: Maybe<ConfluenceLegacyTemplatePropertySet>;
|
|
7737
7787
|
templateType?: Maybe<Scalars['String']['output']>;
|
|
7738
7788
|
};
|
|
7739
7789
|
export declare type ConfluenceLegacyContentTemplateBodyInput = {
|
|
@@ -8060,6 +8110,7 @@ export declare type ConfluenceLegacyDeactivatedUserPageCountEntity = {
|
|
|
8060
8110
|
__typename?: 'ConfluenceLegacyDeactivatedUserPageCountEntity';
|
|
8061
8111
|
accountId?: Maybe<Scalars['ID']['output']>;
|
|
8062
8112
|
pageCount?: Maybe<Scalars['Int']['output']>;
|
|
8113
|
+
user?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
8063
8114
|
};
|
|
8064
8115
|
export declare type ConfluenceLegacyDeactivatedUserPageCountEntityEdge = {
|
|
8065
8116
|
__typename?: 'ConfluenceLegacyDeactivatedUserPageCountEntityEdge';
|
|
@@ -8246,6 +8297,15 @@ export declare type ConfluenceLegacyEditUpdate = ConfluenceLegacyAllUpdatesFeedE
|
|
|
8246
8297
|
user?: Maybe<ConfluenceLegacyPerson>;
|
|
8247
8298
|
version: Scalars['Int']['output'];
|
|
8248
8299
|
};
|
|
8300
|
+
export declare enum ConfluenceLegacyEdition {
|
|
8301
|
+
Free = "FREE",
|
|
8302
|
+
Premium = "PREMIUM",
|
|
8303
|
+
Standard = "STANDARD"
|
|
8304
|
+
}
|
|
8305
|
+
export declare type ConfluenceLegacyEditions = {
|
|
8306
|
+
__typename?: 'ConfluenceLegacyEditions';
|
|
8307
|
+
edition: ConfluenceLegacyEdition;
|
|
8308
|
+
};
|
|
8249
8309
|
export declare enum ConfluenceLegacyEditorConversionSetting {
|
|
8250
8310
|
None = "NONE",
|
|
8251
8311
|
Supported = "SUPPORTED"
|
|
@@ -8376,6 +8436,7 @@ export declare type ConfluenceLegacyError = {
|
|
|
8376
8436
|
export declare type ConfluenceLegacyExternalCollaboratorDefaultSpace = {
|
|
8377
8437
|
__typename?: 'ConfluenceLegacyExternalCollaboratorDefaultSpace';
|
|
8378
8438
|
enabled: Scalars['Boolean']['output'];
|
|
8439
|
+
space?: Maybe<ConfluenceLegacySpace>;
|
|
8379
8440
|
spaceId: Scalars['Long']['output'];
|
|
8380
8441
|
};
|
|
8381
8442
|
export declare type ConfluenceLegacyExternalCollaboratorFeature = {
|
|
@@ -8561,21 +8622,6 @@ export declare type ConfluenceLegacyGlobalDescription = {
|
|
|
8561
8622
|
__typename?: 'ConfluenceLegacyGlobalDescription';
|
|
8562
8623
|
id: Scalars['ID']['output'];
|
|
8563
8624
|
};
|
|
8564
|
-
export declare type ConfluenceLegacyGlobalPageTemplateUser = {
|
|
8565
|
-
__typename?: 'ConfluenceLegacyGlobalPageTemplateUser';
|
|
8566
|
-
accessStatus: ConfluenceLegacyAccessStatus;
|
|
8567
|
-
accountId?: Maybe<Scalars['String']['output']>;
|
|
8568
|
-
currentUser?: Maybe<ConfluenceLegacyCurrentUserOperations>;
|
|
8569
|
-
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
8570
|
-
groupsWithId: Array<Maybe<ConfluenceLegacyGroup>>;
|
|
8571
|
-
hasBlog?: Maybe<Scalars['Boolean']['output']>;
|
|
8572
|
-
hasPersonalSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
8573
|
-
locale: Scalars['String']['output'];
|
|
8574
|
-
operations: Array<Maybe<ConfluenceLegacyOperationCheckResult>>;
|
|
8575
|
-
permissionType?: Maybe<ConfluenceLegacySitePermissionType>;
|
|
8576
|
-
roles?: Maybe<ConfluenceLegacyUserRoles>;
|
|
8577
|
-
userKey?: Maybe<Scalars['String']['output']>;
|
|
8578
|
-
};
|
|
8579
8625
|
export declare type ConfluenceLegacyGlobalSpaceConfiguration = {
|
|
8580
8626
|
__typename?: 'ConfluenceLegacyGlobalSpaceConfiguration';
|
|
8581
8627
|
publicLinkDefaultSpaceStatus?: Maybe<ConfluenceLegacyPublicLinkDefaultSpaceStatus>;
|
|
@@ -9996,6 +10042,7 @@ export declare type ConfluenceLegacyPublicLink = {
|
|
|
9996
10042
|
__typename?: 'ConfluenceLegacyPublicLink';
|
|
9997
10043
|
id: Scalars['ID']['output'];
|
|
9998
10044
|
lastEnabledBy?: Maybe<Scalars['String']['output']>;
|
|
10045
|
+
lastEnabledByUser?: Maybe<ConfluenceLegacyPerson>;
|
|
9999
10046
|
lastEnabledDate?: Maybe<Scalars['String']['output']>;
|
|
10000
10047
|
publicLinkUrlPath?: Maybe<Scalars['String']['output']>;
|
|
10001
10048
|
status: ConfluenceLegacyPublicLinkStatus;
|
|
@@ -10024,6 +10071,7 @@ export declare type ConfluenceLegacyPublicLinkOnboardingReference = {
|
|
|
10024
10071
|
export declare type ConfluenceLegacyPublicLinkPage = {
|
|
10025
10072
|
__typename?: 'ConfluenceLegacyPublicLinkPage';
|
|
10026
10073
|
lastEnabledBy?: Maybe<Scalars['String']['output']>;
|
|
10074
|
+
lastEnabledByUser?: Maybe<ConfluenceLegacyPerson>;
|
|
10027
10075
|
lastEnabledDate?: Maybe<Scalars['String']['output']>;
|
|
10028
10076
|
pageId: Scalars['ID']['output'];
|
|
10029
10077
|
pageStatus: ConfluenceLegacyPublicLinkPageStatus;
|
|
@@ -10256,7 +10304,7 @@ export declare enum ConfluenceLegacyReactionContentType {
|
|
|
10256
10304
|
}
|
|
10257
10305
|
export declare type ConfluenceLegacyReactionsId = {
|
|
10258
10306
|
containerId: Scalars['ID']['input'];
|
|
10259
|
-
containerType
|
|
10307
|
+
containerType: Scalars['String']['input'];
|
|
10260
10308
|
contentId: Scalars['ID']['input'];
|
|
10261
10309
|
contentType: Scalars['String']['input'];
|
|
10262
10310
|
};
|
|
@@ -10979,7 +11027,10 @@ export declare type ConfluenceLegacySpace = {
|
|
|
10979
11027
|
hasRestriction: Scalars['Boolean']['output'];
|
|
10980
11028
|
history?: Maybe<ConfluenceLegacySpaceHistory>;
|
|
10981
11029
|
homepage?: Maybe<ConfluenceLegacyContent>;
|
|
11030
|
+
homepageComments?: Maybe<ConfluenceLegacyPaginatedCommentList>;
|
|
10982
11031
|
homepageId?: Maybe<Scalars['ID']['output']>;
|
|
11032
|
+
homepageV2?: Maybe<ConfluenceLegacyContent>;
|
|
11033
|
+
homepageWebSections?: Maybe<Array<Maybe<ConfluenceLegacyWebSection>>>;
|
|
10983
11034
|
icon?: Maybe<ConfluenceLegacyIcon>;
|
|
10984
11035
|
id?: Maybe<Scalars['ID']['output']>;
|
|
10985
11036
|
identifiers?: Maybe<ConfluenceLegacyGlobalSpaceIdentifier>;
|
|
@@ -10990,6 +11041,7 @@ export declare type ConfluenceLegacySpace = {
|
|
|
10990
11041
|
metadata: ConfluenceLegacySpaceMetadata;
|
|
10991
11042
|
name?: Maybe<Scalars['String']['output']>;
|
|
10992
11043
|
operations?: Maybe<Array<Maybe<ConfluenceLegacyOperationCheckResult>>>;
|
|
11044
|
+
pageTree?: Maybe<ConfluenceLegacyPtPage>;
|
|
10993
11045
|
permissions?: Maybe<Array<Maybe<ConfluenceLegacySpacePermission>>>;
|
|
10994
11046
|
settings?: Maybe<ConfluenceLegacySpaceSettings>;
|
|
10995
11047
|
spaceAdmins: ConfluenceLegacyPaginatedPersonList;
|
|
@@ -11031,6 +11083,20 @@ export declare type ConfluenceLegacySpaceHasRestrictionArgs = {
|
|
|
11031
11083
|
accountID: Scalars['String']['input'];
|
|
11032
11084
|
permission: ConfluenceLegacyInspectPermissions;
|
|
11033
11085
|
};
|
|
11086
|
+
export declare type ConfluenceLegacySpaceHomepageCommentsArgs = {
|
|
11087
|
+
depth?: InputMaybe<ConfluenceLegacyDepth>;
|
|
11088
|
+
type?: InputMaybe<Array<InputMaybe<ConfluenceLegacyCommentType>>>;
|
|
11089
|
+
};
|
|
11090
|
+
export declare type ConfluenceLegacySpaceHomepageWebSectionsArgs = {
|
|
11091
|
+
location?: InputMaybe<Scalars['String']['input']>;
|
|
11092
|
+
locations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
11093
|
+
version?: InputMaybe<Scalars['Int']['input']>;
|
|
11094
|
+
};
|
|
11095
|
+
export declare type ConfluenceLegacySpacePageTreeArgs = {
|
|
11096
|
+
enablePaging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11097
|
+
pageTree?: InputMaybe<Scalars['Int']['input']>;
|
|
11098
|
+
status?: InputMaybe<Array<InputMaybe<ConfluenceLegacyPtGraphQlPageStatus>>>;
|
|
11099
|
+
};
|
|
11034
11100
|
export declare type ConfluenceLegacySpaceSpaceAdminsArgs = {
|
|
11035
11101
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
11036
11102
|
excludeAddOns?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -11376,6 +11442,7 @@ export declare type ConfluenceLegacyStalePagePayload = {
|
|
|
11376
11442
|
__typename?: 'ConfluenceLegacyStalePagePayload';
|
|
11377
11443
|
lastActivityDate: Scalars['String']['output'];
|
|
11378
11444
|
lastViewedDate?: Maybe<Scalars['String']['output']>;
|
|
11445
|
+
page?: Maybe<ConfluenceLegacyContent>;
|
|
11379
11446
|
pageId: Scalars['String']['output'];
|
|
11380
11447
|
pageStatus: ConfluenceLegacyStalePageStatus;
|
|
11381
11448
|
spaceId: Scalars['String']['output'];
|
|
@@ -11588,6 +11655,10 @@ export declare type ConfluenceLegacyTemplateMigration = {
|
|
|
11588
11655
|
__typename?: 'ConfluenceLegacyTemplateMigration';
|
|
11589
11656
|
unsupportedTemplatesNames: Array<Maybe<Scalars['String']['output']>>;
|
|
11590
11657
|
};
|
|
11658
|
+
export declare type ConfluenceLegacyTemplatePropertySet = {
|
|
11659
|
+
__typename?: 'ConfluenceLegacyTemplatePropertySet';
|
|
11660
|
+
contentAppearance?: Maybe<ConfluenceLegacyTemplateContentAppearance>;
|
|
11661
|
+
};
|
|
11591
11662
|
export declare type ConfluenceLegacyTemplatePropertySetInput = {
|
|
11592
11663
|
contentAppearance?: InputMaybe<ConfluenceLegacyTemplateContentAppearance>;
|
|
11593
11664
|
};
|
|
@@ -11605,6 +11676,7 @@ export declare type ConfluenceLegacyTenant = {
|
|
|
11605
11676
|
__typename?: 'ConfluenceLegacyTenant';
|
|
11606
11677
|
activationId?: Maybe<Scalars['String']['output']>;
|
|
11607
11678
|
cloudId: Scalars['ID']['output'];
|
|
11679
|
+
editions?: Maybe<ConfluenceLegacyEditions>;
|
|
11608
11680
|
environment: ConfluenceLegacyEnvironment;
|
|
11609
11681
|
shard: Scalars['String']['output'];
|
|
11610
11682
|
};
|
|
@@ -11946,6 +12018,7 @@ export declare type ConfluenceLegacyUser = ConfluenceLegacyPerson & {
|
|
|
11946
12018
|
permissionType?: Maybe<ConfluenceLegacySitePermissionType>;
|
|
11947
12019
|
profilePicture?: Maybe<ConfluenceLegacyIcon>;
|
|
11948
12020
|
publicName?: Maybe<Scalars['String']['output']>;
|
|
12021
|
+
spacesAssigned?: Maybe<ConfluenceLegacyPaginatedSpaceList>;
|
|
11949
12022
|
timeZone?: Maybe<Scalars['String']['output']>;
|
|
11950
12023
|
type?: Maybe<Scalars['String']['output']>;
|
|
11951
12024
|
userKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -12439,6 +12512,7 @@ export declare type ConfluencePage = {
|
|
|
12439
12512
|
properties?: Maybe<Array<Maybe<ConfluencePageProperty>>>;
|
|
12440
12513
|
space?: Maybe<ConfluenceSpace>;
|
|
12441
12514
|
status?: Maybe<ConfluencePageStatus>;
|
|
12515
|
+
subtype?: Maybe<ConfluencePageSubType>;
|
|
12442
12516
|
title?: Maybe<Scalars['String']['output']>;
|
|
12443
12517
|
type?: Maybe<ConfluenceContentType>;
|
|
12444
12518
|
viewer?: Maybe<ConfluencePageViewerSummary>;
|
|
@@ -12472,6 +12546,9 @@ export declare enum ConfluencePageStatus {
|
|
|
12472
12546
|
Historical = "HISTORICAL",
|
|
12473
12547
|
Trashed = "TRASHED"
|
|
12474
12548
|
}
|
|
12549
|
+
export declare enum ConfluencePageSubType {
|
|
12550
|
+
Live = "LIVE"
|
|
12551
|
+
}
|
|
12475
12552
|
export declare type ConfluencePageVersion = {
|
|
12476
12553
|
__typename?: 'ConfluencePageVersion';
|
|
12477
12554
|
author?: Maybe<ConfluenceUserInfo>;
|
|
@@ -18429,7 +18506,6 @@ export declare type EcosystemQueryDataClassificationsArgs = {
|
|
|
18429
18506
|
};
|
|
18430
18507
|
export declare type EcosystemQueryForgeAlertsArgs = {
|
|
18431
18508
|
appId: Scalars['ID']['input'];
|
|
18432
|
-
ruleId?: InputMaybe<Scalars['ID']['input']>;
|
|
18433
18509
|
};
|
|
18434
18510
|
export declare type EcosystemQueryForgeAuditLogsArgs = {
|
|
18435
18511
|
appId: Scalars['ID']['input'];
|
|
@@ -18674,6 +18750,31 @@ export declare type ForgeAlertsActivityEdge = {
|
|
|
18674
18750
|
cursor: Scalars['String']['output'];
|
|
18675
18751
|
node?: Maybe<ForgeAlertsActivity>;
|
|
18676
18752
|
};
|
|
18753
|
+
export declare type ForgeAlertsActivityLog = {
|
|
18754
|
+
__typename?: 'ForgeAlertsActivityLog';
|
|
18755
|
+
context?: Maybe<ForgeAlertsActivityLogContext>;
|
|
18756
|
+
type: ForgeAlertsAlertActivityType;
|
|
18757
|
+
};
|
|
18758
|
+
export declare type ForgeAlertsActivityLogContext = {
|
|
18759
|
+
__typename?: 'ForgeAlertsActivityLogContext';
|
|
18760
|
+
actor?: Maybe<ForgeAlertsUserInfo>;
|
|
18761
|
+
at?: Maybe<Scalars['String']['output']>;
|
|
18762
|
+
severity?: Maybe<ForgeAlertsActivityLogSeverity>;
|
|
18763
|
+
to?: Maybe<Array<Maybe<ForgeAlertsEmailMeta>>>;
|
|
18764
|
+
};
|
|
18765
|
+
export declare type ForgeAlertsActivityLogSeverity = {
|
|
18766
|
+
__typename?: 'ForgeAlertsActivityLogSeverity';
|
|
18767
|
+
current?: Maybe<Scalars['String']['output']>;
|
|
18768
|
+
previous?: Maybe<Scalars['String']['output']>;
|
|
18769
|
+
};
|
|
18770
|
+
export declare type ForgeAlertsActivityLogsInput = {
|
|
18771
|
+
alertId: Scalars['Int']['input'];
|
|
18772
|
+
};
|
|
18773
|
+
export declare type ForgeAlertsActivityLogsResult = ForgeAlertsActivityLogsSuccess | QueryError;
|
|
18774
|
+
export declare type ForgeAlertsActivityLogsSuccess = {
|
|
18775
|
+
__typename?: 'ForgeAlertsActivityLogsSuccess';
|
|
18776
|
+
activities?: Maybe<Array<Maybe<ForgeAlertsActivityLog>>>;
|
|
18777
|
+
};
|
|
18677
18778
|
export declare enum ForgeAlertsActivityType {
|
|
18678
18779
|
AlertCreated = "ALERT_CREATED",
|
|
18679
18780
|
AlertMuted = "ALERT_MUTED",
|
|
@@ -18684,6 +18785,33 @@ export declare enum ForgeAlertsActivityType {
|
|
|
18684
18785
|
AlertUnmuted = "ALERT_UNMUTED",
|
|
18685
18786
|
AlertUpdated = "ALERT_UPDATED"
|
|
18686
18787
|
}
|
|
18788
|
+
export declare enum ForgeAlertsAlertActivityType {
|
|
18789
|
+
AlertClosed = "ALERT_CLOSED",
|
|
18790
|
+
AlertOpen = "ALERT_OPEN",
|
|
18791
|
+
EmailSent = "EMAIL_SENT",
|
|
18792
|
+
SeverityUpdated = "SEVERITY_UPDATED"
|
|
18793
|
+
}
|
|
18794
|
+
export declare type ForgeAlertsChartDetailsData = {
|
|
18795
|
+
__typename?: 'ForgeAlertsChartDetailsData';
|
|
18796
|
+
interval: ForgeAlertsMetricsIntervalRange;
|
|
18797
|
+
name: Scalars['String']['output'];
|
|
18798
|
+
resolution: ForgeAlertsMetricsResolution;
|
|
18799
|
+
series: Array<ForgeAlertsMetricsSeries>;
|
|
18800
|
+
type: ForgeAlertsMetricsDataType;
|
|
18801
|
+
};
|
|
18802
|
+
export declare type ForgeAlertsChartDetailsInput = {
|
|
18803
|
+
environment: Scalars['String']['input'];
|
|
18804
|
+
filters?: InputMaybe<Array<ForgeAlertsRuleFilters>>;
|
|
18805
|
+
interval?: InputMaybe<ForgeAlertsQueryIntervalInput>;
|
|
18806
|
+
metric: ForgeAlertsRuleMetricType;
|
|
18807
|
+
period?: InputMaybe<Scalars['Int']['input']>;
|
|
18808
|
+
};
|
|
18809
|
+
export declare type ForgeAlertsChartDetailsResult = ForgeAlertsChartDetailsData | QueryError;
|
|
18810
|
+
export declare type ForgeAlertsClosed = {
|
|
18811
|
+
__typename?: 'ForgeAlertsClosed';
|
|
18812
|
+
success: Scalars['Boolean']['output'];
|
|
18813
|
+
};
|
|
18814
|
+
export declare type ForgeAlertsClosedResponse = ForgeAlertsClosed | QueryError;
|
|
18687
18815
|
export declare type ForgeAlertsConfigData = {
|
|
18688
18816
|
__typename?: 'ForgeAlertsConfigData';
|
|
18689
18817
|
alertId: Scalars['String']['output'];
|
|
@@ -18765,6 +18893,14 @@ export declare type ForgeAlertsDeleteRulePayload = Payload & {
|
|
|
18765
18893
|
errors?: Maybe<Array<MutationError>>;
|
|
18766
18894
|
success: Scalars['Boolean']['output'];
|
|
18767
18895
|
};
|
|
18896
|
+
export declare type ForgeAlertsEmailMeta = {
|
|
18897
|
+
__typename?: 'ForgeAlertsEmailMeta';
|
|
18898
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
18899
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
18900
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
18901
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
18902
|
+
};
|
|
18903
|
+
export declare type ForgeAlertsIsAlertOpenForRuleResponse = ForgeAlertsOpen | QueryError;
|
|
18768
18904
|
export declare enum ForgeAlertsListOrderByColumns {
|
|
18769
18905
|
AlertId = "alertId",
|
|
18770
18906
|
ClosedAt = "closedAt",
|
|
@@ -18795,6 +18931,39 @@ export declare type ForgeAlertsListSuccess = {
|
|
|
18795
18931
|
alerts: Array<ForgeAlertsData>;
|
|
18796
18932
|
count: Scalars['Int']['output'];
|
|
18797
18933
|
};
|
|
18934
|
+
export declare type ForgeAlertsMetricsDataPoint = {
|
|
18935
|
+
__typename?: 'ForgeAlertsMetricsDataPoint';
|
|
18936
|
+
timestamp: Scalars['String']['output'];
|
|
18937
|
+
value: Scalars['Float']['output'];
|
|
18938
|
+
};
|
|
18939
|
+
export declare enum ForgeAlertsMetricsDataType {
|
|
18940
|
+
DateTime = "DATE_TIME"
|
|
18941
|
+
}
|
|
18942
|
+
export declare type ForgeAlertsMetricsIntervalRange = {
|
|
18943
|
+
__typename?: 'ForgeAlertsMetricsIntervalRange';
|
|
18944
|
+
end: Scalars['String']['output'];
|
|
18945
|
+
start: Scalars['String']['output'];
|
|
18946
|
+
};
|
|
18947
|
+
export declare type ForgeAlertsMetricsLabelGroup = {
|
|
18948
|
+
__typename?: 'ForgeAlertsMetricsLabelGroup';
|
|
18949
|
+
key: Scalars['String']['output'];
|
|
18950
|
+
value: Scalars['String']['output'];
|
|
18951
|
+
};
|
|
18952
|
+
export declare type ForgeAlertsMetricsResolution = {
|
|
18953
|
+
__typename?: 'ForgeAlertsMetricsResolution';
|
|
18954
|
+
size: Scalars['Int']['output'];
|
|
18955
|
+
units: ForgeAlertsMetricsResolutionUnit;
|
|
18956
|
+
};
|
|
18957
|
+
export declare enum ForgeAlertsMetricsResolutionUnit {
|
|
18958
|
+
Day = "DAY",
|
|
18959
|
+
Hours = "HOURS",
|
|
18960
|
+
Minutes = "MINUTES"
|
|
18961
|
+
}
|
|
18962
|
+
export declare type ForgeAlertsMetricsSeries = {
|
|
18963
|
+
__typename?: 'ForgeAlertsMetricsSeries';
|
|
18964
|
+
data: Array<ForgeAlertsMetricsDataPoint>;
|
|
18965
|
+
groups: Array<ForgeAlertsMetricsLabelGroup>;
|
|
18966
|
+
};
|
|
18798
18967
|
export declare type ForgeAlertsMutation = {
|
|
18799
18968
|
__typename?: 'ForgeAlertsMutation';
|
|
18800
18969
|
appId: Scalars['ID']['output'];
|
|
@@ -18823,29 +18992,100 @@ export declare type ForgeAlertsMutationModifyAlertConfigArgs = {
|
|
|
18823
18992
|
export declare type ForgeAlertsMutationUpdateRuleArgs = {
|
|
18824
18993
|
input: ForgeAlertsUpdateRuleInput;
|
|
18825
18994
|
};
|
|
18995
|
+
export declare type ForgeAlertsOpen = {
|
|
18996
|
+
__typename?: 'ForgeAlertsOpen';
|
|
18997
|
+
success: Scalars['Boolean']['output'];
|
|
18998
|
+
};
|
|
18826
18999
|
export declare type ForgeAlertsQuery = {
|
|
18827
19000
|
__typename?: 'ForgeAlertsQuery';
|
|
18828
19001
|
alert?: Maybe<ForgeAlertsSingleResult>;
|
|
18829
19002
|
alertActivities?: Maybe<ForgeAlertsActivitiesResult>;
|
|
19003
|
+
alertActivityLogs?: Maybe<ForgeAlertsActivityLogsResult>;
|
|
18830
19004
|
alertConfig?: Maybe<ForgeAlertsConfigResult>;
|
|
18831
19005
|
alerts?: Maybe<ForgeAlertsListResult>;
|
|
18832
19006
|
appId: Scalars['ID']['output'];
|
|
19007
|
+
chartDetails?: Maybe<ForgeAlertsChartDetailsResult>;
|
|
19008
|
+
closeAlert?: Maybe<ForgeAlertsClosedResponse>;
|
|
19009
|
+
isAlertOpenForRule?: Maybe<ForgeAlertsIsAlertOpenForRuleResponse>;
|
|
18833
19010
|
rule?: Maybe<ForgeAlertsRuleResult>;
|
|
18834
|
-
|
|
19011
|
+
ruleActivityLogs?: Maybe<ForgeAlertsRuleActivityLogsResult>;
|
|
18835
19012
|
rules?: Maybe<ForgeAlertsRulesResult>;
|
|
18836
19013
|
};
|
|
18837
19014
|
export declare type ForgeAlertsQueryAlertArgs = {
|
|
18838
|
-
|
|
19015
|
+
alertId: Scalars['ID']['input'];
|
|
18839
19016
|
};
|
|
18840
19017
|
export declare type ForgeAlertsQueryAlertActivitiesArgs = {
|
|
18841
19018
|
input: ForgeAlertsActivitiesQueryInput;
|
|
18842
19019
|
};
|
|
19020
|
+
export declare type ForgeAlertsQueryAlertActivityLogsArgs = {
|
|
19021
|
+
query: ForgeAlertsActivityLogsInput;
|
|
19022
|
+
};
|
|
18843
19023
|
export declare type ForgeAlertsQueryAlertConfigArgs = {
|
|
18844
19024
|
input: ForgeAlertsConfigQueryInput;
|
|
18845
19025
|
};
|
|
18846
19026
|
export declare type ForgeAlertsQueryAlertsArgs = {
|
|
18847
19027
|
query: ForgeAlertsListQueryInput;
|
|
18848
19028
|
};
|
|
19029
|
+
export declare type ForgeAlertsQueryChartDetailsArgs = {
|
|
19030
|
+
input: ForgeAlertsChartDetailsInput;
|
|
19031
|
+
};
|
|
19032
|
+
export declare type ForgeAlertsQueryCloseAlertArgs = {
|
|
19033
|
+
ruleId: Scalars['ID']['input'];
|
|
19034
|
+
};
|
|
19035
|
+
export declare type ForgeAlertsQueryIsAlertOpenForRuleArgs = {
|
|
19036
|
+
ruleId: Scalars['ID']['input'];
|
|
19037
|
+
};
|
|
19038
|
+
export declare type ForgeAlertsQueryRuleArgs = {
|
|
19039
|
+
ruleId: Scalars['ID']['input'];
|
|
19040
|
+
};
|
|
19041
|
+
export declare type ForgeAlertsQueryRuleActivityLogsArgs = {
|
|
19042
|
+
query: ForgeAlertsRuleActivityLogsInput;
|
|
19043
|
+
};
|
|
19044
|
+
export declare type ForgeAlertsQueryIntervalInput = {
|
|
19045
|
+
end: Scalars['String']['input'];
|
|
19046
|
+
start: Scalars['String']['input'];
|
|
19047
|
+
};
|
|
19048
|
+
export declare enum ForgeAlertsRuleActivityAction {
|
|
19049
|
+
Created = "CREATED",
|
|
19050
|
+
Deleted = "DELETED",
|
|
19051
|
+
Disabled = "DISABLED",
|
|
19052
|
+
Enabled = "ENABLED",
|
|
19053
|
+
Updated = "UPDATED"
|
|
19054
|
+
}
|
|
19055
|
+
export declare type ForgeAlertsRuleActivityLogContext = {
|
|
19056
|
+
__typename?: 'ForgeAlertsRuleActivityLogContext';
|
|
19057
|
+
ruleName?: Maybe<Scalars['String']['output']>;
|
|
19058
|
+
updates?: Maybe<Array<Maybe<ForgeAlertsRuleActivityLogContextUpdates>>>;
|
|
19059
|
+
};
|
|
19060
|
+
export declare type ForgeAlertsRuleActivityLogContextUpdates = {
|
|
19061
|
+
__typename?: 'ForgeAlertsRuleActivityLogContextUpdates';
|
|
19062
|
+
current?: Maybe<Scalars['String']['output']>;
|
|
19063
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
19064
|
+
previous?: Maybe<Scalars['String']['output']>;
|
|
19065
|
+
};
|
|
19066
|
+
export declare type ForgeAlertsRuleActivityLogs = {
|
|
19067
|
+
__typename?: 'ForgeAlertsRuleActivityLogs';
|
|
19068
|
+
action?: Maybe<ForgeAlertsRuleActivityAction>;
|
|
19069
|
+
actor?: Maybe<ForgeAlertsUserInfo>;
|
|
19070
|
+
context?: Maybe<ForgeAlertsRuleActivityLogContext>;
|
|
19071
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
19072
|
+
ruleId?: Maybe<Scalars['String']['output']>;
|
|
19073
|
+
};
|
|
19074
|
+
export declare type ForgeAlertsRuleActivityLogsInput = {
|
|
19075
|
+
action?: InputMaybe<ForgeAlertsRuleActivityAction>;
|
|
19076
|
+
actor?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
19077
|
+
endTime: Scalars['String']['input'];
|
|
19078
|
+
limit: Scalars['Int']['input'];
|
|
19079
|
+
page: Scalars['Int']['input'];
|
|
19080
|
+
ruleIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
19081
|
+
startTime: Scalars['String']['input'];
|
|
19082
|
+
};
|
|
19083
|
+
export declare type ForgeAlertsRuleActivityLogsResult = ForgeAlertsRuleActivityLogsSuccess | QueryError;
|
|
19084
|
+
export declare type ForgeAlertsRuleActivityLogsSuccess = {
|
|
19085
|
+
__typename?: 'ForgeAlertsRuleActivityLogsSuccess';
|
|
19086
|
+
activities?: Maybe<Array<Maybe<ForgeAlertsRuleActivityLogs>>>;
|
|
19087
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
19088
|
+
};
|
|
18849
19089
|
export declare type ForgeAlertsRuleConditions = {
|
|
18850
19090
|
severity: ForgeAlertsRuleSeverity;
|
|
18851
19091
|
threshold: Scalars['String']['input'];
|
|
@@ -18932,9 +19172,6 @@ export declare type ForgeAlertsRulesSuccess = {
|
|
|
18932
19172
|
__typename?: 'ForgeAlertsRulesSuccess';
|
|
18933
19173
|
rules: Array<ForgeAlertsRulesData>;
|
|
18934
19174
|
};
|
|
18935
|
-
export declare type ForgeAlertsSingleQueryInput = {
|
|
18936
|
-
alertId: Scalars['ID']['input'];
|
|
18937
|
-
};
|
|
18938
19175
|
export declare type ForgeAlertsSingleResult = ForgeAlertsSingleSuccess | QueryError;
|
|
18939
19176
|
export declare type ForgeAlertsSingleSuccess = {
|
|
18940
19177
|
__typename?: 'ForgeAlertsSingleSuccess';
|
|
@@ -35398,7 +35635,7 @@ export declare enum HelpLayoutForgeElementPages {
|
|
|
35398
35635
|
Approvals = "approvals",
|
|
35399
35636
|
CreateRequest = "create_request",
|
|
35400
35637
|
HelpCenter = "help_center",
|
|
35401
|
-
|
|
35638
|
+
MyRequests = "my_requests",
|
|
35402
35639
|
Portal = "portal",
|
|
35403
35640
|
Profile = "profile",
|
|
35404
35641
|
ViewRequest = "view_request"
|
|
@@ -35701,6 +35938,7 @@ export declare type HelpLayoutTopicItem = {
|
|
|
35701
35938
|
__typename?: 'HelpLayoutTopicItem';
|
|
35702
35939
|
displayLink?: Maybe<Scalars['String']['output']>;
|
|
35703
35940
|
entityKey?: Maybe<Scalars['String']['output']>;
|
|
35941
|
+
helpObjectType?: Maybe<Scalars['String']['output']>;
|
|
35704
35942
|
logo?: Maybe<Scalars['String']['output']>;
|
|
35705
35943
|
title?: Maybe<Scalars['String']['output']>;
|
|
35706
35944
|
};
|
|
@@ -38925,6 +39163,92 @@ export declare type JiraComponentsFieldPayload = Payload & {
|
|
|
38925
39163
|
field?: Maybe<JiraComponentsField>;
|
|
38926
39164
|
success: Scalars['Boolean']['output'];
|
|
38927
39165
|
};
|
|
39166
|
+
export declare enum JiraConfigFieldType {
|
|
39167
|
+
CustomCascadingSelect = "CUSTOM_CASCADING_SELECT",
|
|
39168
|
+
CustomDatetime = "CUSTOM_DATETIME",
|
|
39169
|
+
CustomDatePicker = "CUSTOM_DATE_PICKER",
|
|
39170
|
+
CustomFloat = "CUSTOM_FLOAT",
|
|
39171
|
+
CustomGroupPicker = "CUSTOM_GROUP_PICKER",
|
|
39172
|
+
CustomImportId = "CUSTOM_IMPORT_ID",
|
|
39173
|
+
CustomLabels = "CUSTOM_LABELS",
|
|
39174
|
+
CustomMultiCheckboxes = "CUSTOM_MULTI_CHECKBOXES",
|
|
39175
|
+
CustomMultiGroupPicker = "CUSTOM_MULTI_GROUP_PICKER",
|
|
39176
|
+
CustomMultiSelect = "CUSTOM_MULTI_SELECT",
|
|
39177
|
+
CustomMultiUserPicker = "CUSTOM_MULTI_USER_PICKER",
|
|
39178
|
+
CustomMultiVersion = "CUSTOM_MULTI_VERSION",
|
|
39179
|
+
CustomProject = "CUSTOM_PROJECT",
|
|
39180
|
+
CustomRadioButtons = "CUSTOM_RADIO_BUTTONS",
|
|
39181
|
+
CustomReadonlyField = "CUSTOM_READONLY_FIELD",
|
|
39182
|
+
CustomSelect = "CUSTOM_SELECT",
|
|
39183
|
+
CustomTextarea = "CUSTOM_TEXTAREA",
|
|
39184
|
+
CustomTextField = "CUSTOM_TEXT_FIELD",
|
|
39185
|
+
CustomUrl = "CUSTOM_URL",
|
|
39186
|
+
CustomUserPicker = "CUSTOM_USER_PICKER",
|
|
39187
|
+
CustomVersion = "CUSTOM_VERSION",
|
|
39188
|
+
ServicedeskApprovals = "SERVICEDESK_APPROVALS",
|
|
39189
|
+
ServicedeskCmdbField = "SERVICEDESK_CMDB_FIELD",
|
|
39190
|
+
ServicedeskCustomerOrganizations = "SERVICEDESK_CUSTOMER_ORGANIZATIONS",
|
|
39191
|
+
ServicedeskRequestFeedback = "SERVICEDESK_REQUEST_FEEDBACK",
|
|
39192
|
+
ServicedeskRequestFeedbackDate = "SERVICEDESK_REQUEST_FEEDBACK_DATE",
|
|
39193
|
+
ServicedeskRequestLanguage = "SERVICEDESK_REQUEST_LANGUAGE",
|
|
39194
|
+
ServicedeskRequestParticipants = "SERVICEDESK_REQUEST_PARTICIPANTS",
|
|
39195
|
+
ServicedeskSlaField = "SERVICEDESK_SLA_FIELD",
|
|
39196
|
+
ServicedeskVpOrigin = "SERVICEDESK_VP_ORIGIN",
|
|
39197
|
+
SoftwareEpicColor = "SOFTWARE_EPIC_COLOR",
|
|
39198
|
+
SoftwareEpicIssueColor = "SOFTWARE_EPIC_ISSUE_COLOR",
|
|
39199
|
+
SoftwareEpicLabel = "SOFTWARE_EPIC_LABEL",
|
|
39200
|
+
SoftwareEpicLexoRank = "SOFTWARE_EPIC_LEXO_RANK",
|
|
39201
|
+
SoftwareEpicLink = "SOFTWARE_EPIC_LINK",
|
|
39202
|
+
SoftwareEpicSprint = "SOFTWARE_EPIC_SPRINT",
|
|
39203
|
+
SoftwareEpicStatus = "SOFTWARE_EPIC_STATUS",
|
|
39204
|
+
StandardAffectedVersions = "STANDARD_AFFECTED_VERSIONS",
|
|
39205
|
+
StandardAggregateProgress = "STANDARD_AGGREGATE_PROGRESS",
|
|
39206
|
+
StandardAggregateTimeEstimate = "STANDARD_AGGREGATE_TIME_ESTIMATE",
|
|
39207
|
+
StandardAggregateTimeOriginalEstimate = "STANDARD_AGGREGATE_TIME_ORIGINAL_ESTIMATE",
|
|
39208
|
+
StandardAggregateTimeSpent = "STANDARD_AGGREGATE_TIME_SPENT",
|
|
39209
|
+
StandardAssignee = "STANDARD_ASSIGNEE",
|
|
39210
|
+
StandardAttachment = "STANDARD_ATTACHMENT",
|
|
39211
|
+
StandardComment = "STANDARD_COMMENT",
|
|
39212
|
+
StandardComponents = "STANDARD_COMPONENTS",
|
|
39213
|
+
StandardCreated = "STANDARD_CREATED",
|
|
39214
|
+
StandardCreator = "STANDARD_CREATOR",
|
|
39215
|
+
StandardDescription = "STANDARD_DESCRIPTION",
|
|
39216
|
+
StandardDueDate = "STANDARD_DUE_DATE",
|
|
39217
|
+
StandardEnvironment = "STANDARD_ENVIRONMENT",
|
|
39218
|
+
StandardFixForVersions = "STANDARD_FIX_FOR_VERSIONS",
|
|
39219
|
+
StandardFormToken = "STANDARD_FORM_TOKEN",
|
|
39220
|
+
StandardIssueKey = "STANDARD_ISSUE_KEY",
|
|
39221
|
+
StandardIssueLinks = "STANDARD_ISSUE_LINKS",
|
|
39222
|
+
StandardIssueNumber = "STANDARD_ISSUE_NUMBER",
|
|
39223
|
+
StandardIssueType = "STANDARD_ISSUE_TYPE",
|
|
39224
|
+
StandardLabels = "STANDARD_LABELS",
|
|
39225
|
+
StandardLastViewed = "STANDARD_LAST_VIEWED",
|
|
39226
|
+
StandardParent = "STANDARD_PARENT",
|
|
39227
|
+
StandardPriority = "STANDARD_PRIORITY",
|
|
39228
|
+
StandardProgress = "STANDARD_PROGRESS",
|
|
39229
|
+
StandardProject = "STANDARD_PROJECT",
|
|
39230
|
+
StandardProjectKey = "STANDARD_PROJECT_KEY",
|
|
39231
|
+
StandardReporter = "STANDARD_REPORTER",
|
|
39232
|
+
StandardResolution = "STANDARD_RESOLUTION",
|
|
39233
|
+
StandardResolutionDate = "STANDARD_RESOLUTION_DATE",
|
|
39234
|
+
StandardSecurity = "STANDARD_SECURITY",
|
|
39235
|
+
StandardStatus = "STANDARD_STATUS",
|
|
39236
|
+
StandardSubtasks = "STANDARD_SUBTASKS",
|
|
39237
|
+
StandardSummary = "STANDARD_SUMMARY",
|
|
39238
|
+
StandardThumbnail = "STANDARD_THUMBNAIL",
|
|
39239
|
+
StandardTimetracking = "STANDARD_TIMETRACKING",
|
|
39240
|
+
StandardTimeEstimate = "STANDARD_TIME_ESTIMATE",
|
|
39241
|
+
StandardTimeOriginalEstimate = "STANDARD_TIME_ORIGINAL_ESTIMATE",
|
|
39242
|
+
StandardTimeSpent = "STANDARD_TIME_SPENT",
|
|
39243
|
+
StandardUpdated = "STANDARD_UPDATED",
|
|
39244
|
+
StandardVoters = "STANDARD_VOTERS",
|
|
39245
|
+
StandardVotes = "STANDARD_VOTES",
|
|
39246
|
+
StandardWatchers = "STANDARD_WATCHERS",
|
|
39247
|
+
StandardWatches = "STANDARD_WATCHES",
|
|
39248
|
+
StandardWorklog = "STANDARD_WORKLOG",
|
|
39249
|
+
StandardWorkratio = "STANDARD_WORKRATIO",
|
|
39250
|
+
Unsupported = "UNSUPPORTED"
|
|
39251
|
+
}
|
|
38928
39252
|
export declare type JiraConfigState = {
|
|
38929
39253
|
__typename?: 'JiraConfigState';
|
|
38930
39254
|
appId: Scalars['ID']['output'];
|
|
@@ -39069,7 +39393,7 @@ export declare type JiraConnectRichTextField = JiraIssueField & JiraIssueFieldCo
|
|
|
39069
39393
|
type: Scalars['String']['output'];
|
|
39070
39394
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
39071
39395
|
};
|
|
39072
|
-
export declare type JiraConnectSingleSelectField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
39396
|
+
export declare type JiraConnectSingleSelectField = JiraHasSelectableValueOptions & JiraHasSingleSelectedValue & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
39073
39397
|
__typename?: 'JiraConnectSingleSelectField';
|
|
39074
39398
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
39075
39399
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -39081,6 +39405,8 @@ export declare type JiraConnectSingleSelectField = JiraIssueField & JiraIssueFie
|
|
|
39081
39405
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
39082
39406
|
name: Scalars['String']['output'];
|
|
39083
39407
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
39408
|
+
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
39409
|
+
selectedValue?: Maybe<JiraSelectableValue>;
|
|
39084
39410
|
type: Scalars['String']['output'];
|
|
39085
39411
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
39086
39412
|
};
|
|
@@ -39091,6 +39417,14 @@ export declare type JiraConnectSingleSelectFieldFieldOptionsArgs = {
|
|
|
39091
39417
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
39092
39418
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
39093
39419
|
};
|
|
39420
|
+
export declare type JiraConnectSingleSelectFieldSelectableValueOptionsArgs = {
|
|
39421
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
39422
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
39423
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
39424
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39425
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
39426
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
39427
|
+
};
|
|
39094
39428
|
export declare type JiraConnectTextField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
39095
39429
|
__typename?: 'JiraConnectTextField';
|
|
39096
39430
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -40065,6 +40399,10 @@ export declare type JiraEstimate = {
|
|
|
40065
40399
|
export declare type JiraEstimateInput = {
|
|
40066
40400
|
timeInSeconds: Scalars['Long']['input'];
|
|
40067
40401
|
};
|
|
40402
|
+
export declare type JiraExtensionRenderingContextInput = {
|
|
40403
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
40404
|
+
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
40405
|
+
};
|
|
40068
40406
|
export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
40069
40407
|
__typename?: 'JiraFallbackField';
|
|
40070
40408
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -40136,6 +40474,26 @@ export declare type JiraFieldConfig = {
|
|
|
40136
40474
|
isRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
40137
40475
|
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
40138
40476
|
};
|
|
40477
|
+
export declare type JiraFieldConfigConnection = {
|
|
40478
|
+
__typename?: 'JiraFieldConfigConnection';
|
|
40479
|
+
edges?: Maybe<Array<JiraFieldConfigEdge>>;
|
|
40480
|
+
nodes?: Maybe<Array<JiraIssueFieldConfig>>;
|
|
40481
|
+
pageInfo?: Maybe<PageInfo>;
|
|
40482
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
40483
|
+
};
|
|
40484
|
+
export declare type JiraFieldConfigEdge = {
|
|
40485
|
+
__typename?: 'JiraFieldConfigEdge';
|
|
40486
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40487
|
+
node?: Maybe<JiraIssueFieldConfig>;
|
|
40488
|
+
};
|
|
40489
|
+
export declare type JiraFieldConfigFilterInput = {
|
|
40490
|
+
aliasFieldIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
40491
|
+
cloudId: Scalars['ID']['input'];
|
|
40492
|
+
fieldIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
40493
|
+
includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
|
|
40494
|
+
projectIdOrKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
40495
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
40496
|
+
};
|
|
40139
40497
|
export declare type JiraFieldNonEditableReason = {
|
|
40140
40498
|
__typename?: 'JiraFieldNonEditableReason';
|
|
40141
40499
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -40291,6 +40649,20 @@ export declare type JiraForgeDatetimeField = JiraIssueField & JiraIssueFieldConf
|
|
|
40291
40649
|
type: Scalars['String']['output'];
|
|
40292
40650
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
40293
40651
|
};
|
|
40652
|
+
export declare enum JiraForgeEnvironmentType {
|
|
40653
|
+
Development = "DEVELOPMENT",
|
|
40654
|
+
Production = "PRODUCTION",
|
|
40655
|
+
Staging = "STAGING"
|
|
40656
|
+
}
|
|
40657
|
+
export declare type JiraForgeExtension = {
|
|
40658
|
+
__typename?: 'JiraForgeExtension';
|
|
40659
|
+
environmentKey: Scalars['String']['output'];
|
|
40660
|
+
environmentType: JiraForgeEnvironmentType;
|
|
40661
|
+
hiddenBy?: Maybe<JiraVisibilityControlMechanism>;
|
|
40662
|
+
id: Scalars['ID']['output'];
|
|
40663
|
+
properties: Scalars['JSON']['output'];
|
|
40664
|
+
type: Scalars['String']['output'];
|
|
40665
|
+
};
|
|
40294
40666
|
export declare type JiraForgeGroupField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
40295
40667
|
__typename?: 'JiraForgeGroupField';
|
|
40296
40668
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -40382,6 +40754,16 @@ export declare type JiraForgeObjectFieldPayload = Payload & {
|
|
|
40382
40754
|
field?: Maybe<JiraForgeObjectField>;
|
|
40383
40755
|
success: Scalars['Boolean']['output'];
|
|
40384
40756
|
};
|
|
40757
|
+
export declare type JiraForgeQuery = {
|
|
40758
|
+
__typename?: 'JiraForgeQuery';
|
|
40759
|
+
extensions?: Maybe<Array<JiraForgeExtension>>;
|
|
40760
|
+
};
|
|
40761
|
+
export declare type JiraForgeQueryExtensionsArgs = {
|
|
40762
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
40763
|
+
context?: InputMaybe<JiraExtensionRenderingContextInput>;
|
|
40764
|
+
includeHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40765
|
+
types: Array<Scalars['String']['input']>;
|
|
40766
|
+
};
|
|
40385
40767
|
export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
40386
40768
|
__typename?: 'JiraForgeStringField';
|
|
40387
40769
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -41339,6 +41721,17 @@ export declare type JiraIssueField = {
|
|
|
41339
41721
|
name: Scalars['String']['output'];
|
|
41340
41722
|
type: Scalars['String']['output'];
|
|
41341
41723
|
};
|
|
41724
|
+
export declare type JiraIssueFieldConfig = Node & {
|
|
41725
|
+
__typename?: 'JiraIssueFieldConfig';
|
|
41726
|
+
customId?: Maybe<Scalars['Int']['output']>;
|
|
41727
|
+
defaultJqlClauseName?: Maybe<Scalars['String']['output']>;
|
|
41728
|
+
fieldId: Scalars['String']['output'];
|
|
41729
|
+
id: Scalars['ID']['output'];
|
|
41730
|
+
isCustom: Scalars['Boolean']['output'];
|
|
41731
|
+
jqlClauseNames?: Maybe<Array<Scalars['String']['output']>>;
|
|
41732
|
+
name: Scalars['String']['output'];
|
|
41733
|
+
type: JiraConfigFieldType;
|
|
41734
|
+
};
|
|
41342
41735
|
export declare type JiraIssueFieldConfiguration = {
|
|
41343
41736
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
41344
41737
|
};
|
|
@@ -41973,6 +42366,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
41973
42366
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
41974
42367
|
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
41975
42368
|
JiraConnectNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
42369
|
+
JiraConnectSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
41976
42370
|
JiraConnectTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
41977
42371
|
JiraDatePickerField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
41978
42372
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
@@ -45312,6 +45706,7 @@ export declare enum JiraProjectPermissionCategoryEnum {
|
|
|
45312
45706
|
export declare enum JiraProjectPermissionType {
|
|
45313
45707
|
AddComments = "ADD_COMMENTS",
|
|
45314
45708
|
AdministerProjects = "ADMINISTER_PROJECTS",
|
|
45709
|
+
ArchiveIssues = "ARCHIVE_ISSUES",
|
|
45315
45710
|
AssignableUser = "ASSIGNABLE_USER",
|
|
45316
45711
|
AssignIssues = "ASSIGN_ISSUES",
|
|
45317
45712
|
BrowseProjects = "BROWSE_PROJECTS",
|
|
@@ -45340,6 +45735,7 @@ export declare enum JiraProjectPermissionType {
|
|
|
45340
45735
|
ScheduleIssues = "SCHEDULE_ISSUES",
|
|
45341
45736
|
SetIssueSecurity = "SET_ISSUE_SECURITY",
|
|
45342
45737
|
TransitionIssues = "TRANSITION_ISSUES",
|
|
45738
|
+
UnarchiveIssues = "UNARCHIVE_ISSUES",
|
|
45343
45739
|
ViewDevTools = "VIEW_DEV_TOOLS",
|
|
45344
45740
|
ViewReadonlyWorkflow = "VIEW_READONLY_WORKFLOW",
|
|
45345
45741
|
ViewVotersAndWatchers = "VIEW_VOTERS_AND_WATCHERS",
|
|
@@ -45521,6 +45917,7 @@ export declare type JiraQuery = {
|
|
|
45521
45917
|
filter?: Maybe<JiraFilter>;
|
|
45522
45918
|
filters?: Maybe<Array<Maybe<JiraFilter>>>;
|
|
45523
45919
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
45920
|
+
forge: JiraForgeQuery;
|
|
45524
45921
|
formattingRulesByProject?: Maybe<JiraFormattingRuleConnection>;
|
|
45525
45922
|
getArchivedIssues?: Maybe<JiraArchivedIssueConnection>;
|
|
45526
45923
|
getArchivedIssuesFilterOptions?: Maybe<JiraArchivedIssuesFilterOptions>;
|
|
@@ -45537,6 +45934,7 @@ export declare type JiraQuery = {
|
|
|
45537
45934
|
grantTypeValues?: Maybe<JiraGrantTypeValueConnection>;
|
|
45538
45935
|
groupCommentVisibilities?: Maybe<JiraGroupConnection>;
|
|
45539
45936
|
hasGlobalPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
45937
|
+
hasProjectPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
45540
45938
|
installDeploymentsBannerPrecondition?: Maybe<JiraInstallDeploymentsBannerPrecondition>;
|
|
45541
45939
|
integerUserProperty?: Maybe<JiraEntityPropertyInt>;
|
|
45542
45940
|
isAiEnabledForIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -45570,6 +45968,7 @@ export declare type JiraQuery = {
|
|
|
45570
45968
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
45571
45969
|
jiraCalendar?: Maybe<JiraCalendar>;
|
|
45572
45970
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
45971
|
+
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
45573
45972
|
jiraProject?: Maybe<JiraProject>;
|
|
45574
45973
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
45575
45974
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
@@ -45857,6 +46256,7 @@ export declare type JiraQueryGetArchivedIssuesFilterOptionsArgs = {
|
|
|
45857
46256
|
};
|
|
45858
46257
|
export declare type JiraQueryGetArchivedIssuesForProjectArgs = {
|
|
45859
46258
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46259
|
+
cloudId: Scalars['ID']['input'];
|
|
45860
46260
|
filterBy?: InputMaybe<JiraArchivedIssuesFilterInput>;
|
|
45861
46261
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
45862
46262
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -45924,6 +46324,10 @@ export declare type JiraQueryHasGlobalPermissionArgs = {
|
|
|
45924
46324
|
cloudId: Scalars['ID']['input'];
|
|
45925
46325
|
key: JiraGlobalPermissionType;
|
|
45926
46326
|
};
|
|
46327
|
+
export declare type JiraQueryHasProjectPermissionArgs = {
|
|
46328
|
+
permission: JiraProjectPermissionType;
|
|
46329
|
+
projectId: Scalars['ID']['input'];
|
|
46330
|
+
};
|
|
45927
46331
|
export declare type JiraQueryInstallDeploymentsBannerPreconditionArgs = {
|
|
45928
46332
|
projectId: Scalars['ID']['input'];
|
|
45929
46333
|
};
|
|
@@ -46065,6 +46469,13 @@ export declare type JiraQueryJiraCalendarArgs = {
|
|
|
46065
46469
|
export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
|
|
46066
46470
|
issueIds: Array<Scalars['ID']['input']>;
|
|
46067
46471
|
};
|
|
46472
|
+
export declare type JiraQueryJiraFieldConfigsArgs = {
|
|
46473
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
46474
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
46475
|
+
filter?: InputMaybe<JiraFieldConfigFilterInput>;
|
|
46476
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46477
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
46478
|
+
};
|
|
46068
46479
|
export declare type JiraQueryJiraProjectArgs = {
|
|
46069
46480
|
id: Scalars['ID']['input'];
|
|
46070
46481
|
};
|
|
@@ -49728,8 +50139,10 @@ export declare type JiraUserPreferences = {
|
|
|
49728
50139
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
49729
50140
|
issueViewActivityFeedSortOrder?: Maybe<JiraIssueViewActivityFeedSortOrder>;
|
|
49730
50141
|
issueViewAttachmentPanelViewMode?: Maybe<JiraIssueViewAttachmentPanelViewMode>;
|
|
50142
|
+
issueViewDefaultPinnedFieldsBannerProject?: Maybe<Scalars['String']['output']>;
|
|
49731
50143
|
issueViewPinnedFields?: Maybe<Scalars['String']['output']>;
|
|
49732
50144
|
issueViewPinnedFieldsBannerLastInteracted?: Maybe<Scalars['DateTime']['output']>;
|
|
50145
|
+
issueViewPinnedFieldsWithDefault?: Maybe<Scalars['String']['output']>;
|
|
49733
50146
|
issueViewSidebarResizeRatio?: Maybe<Scalars['String']['output']>;
|
|
49734
50147
|
issueViewTimestampDisplayMode?: Maybe<JiraIssueViewTimestampDisplayMode>;
|
|
49735
50148
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
@@ -49738,6 +50151,9 @@ export declare type JiraUserPreferences = {
|
|
|
49738
50151
|
export declare type JiraUserPreferencesIssueViewPinnedFieldsArgs = {
|
|
49739
50152
|
projectKey: Scalars['String']['input'];
|
|
49740
50153
|
};
|
|
50154
|
+
export declare type JiraUserPreferencesIssueViewPinnedFieldsWithDefaultArgs = {
|
|
50155
|
+
projectKey: Scalars['String']['input'];
|
|
50156
|
+
};
|
|
49741
50157
|
export declare type JiraUserPreferencesMutation = {
|
|
49742
50158
|
__typename?: 'JiraUserPreferencesMutation';
|
|
49743
50159
|
setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
|
|
@@ -50303,6 +50719,10 @@ export declare type JiraViewScopeInput = {
|
|
|
50303
50719
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
50304
50720
|
projectKeys?: InputMaybe<JiraProjectKeysInput>;
|
|
50305
50721
|
};
|
|
50722
|
+
export declare enum JiraVisibilityControlMechanism {
|
|
50723
|
+
AppAccessRules = "AppAccessRules",
|
|
50724
|
+
DisplayConditions = "DisplayConditions"
|
|
50725
|
+
}
|
|
50306
50726
|
export declare type JiraVote = {
|
|
50307
50727
|
__typename?: 'JiraVote';
|
|
50308
50728
|
count?: Maybe<Scalars['Long']['output']>;
|
|
@@ -51702,12 +52122,13 @@ export declare type KnowledgeDiscoveryConfluenceSpace = KnowledgeDiscoveryEntity
|
|
|
51702
52122
|
id: Scalars['ID']['output'];
|
|
51703
52123
|
};
|
|
51704
52124
|
export declare type KnowledgeDiscoveryCreateAdminhubBookmarkInput = {
|
|
52125
|
+
cloudId: Scalars['ID']['input'];
|
|
51705
52126
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
51706
52127
|
keyPhrases?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51707
52128
|
orgId: Scalars['String']['input'];
|
|
51708
52129
|
title: Scalars['String']['input'];
|
|
51709
52130
|
url: Scalars['String']['input'];
|
|
51710
|
-
workspaceId
|
|
52131
|
+
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
51711
52132
|
};
|
|
51712
52133
|
export declare type KnowledgeDiscoveryCreateAdminhubBookmarkPayload = Payload & {
|
|
51713
52134
|
__typename?: 'KnowledgeDiscoveryCreateAdminhubBookmarkPayload';
|
|
@@ -51768,9 +52189,10 @@ export declare type KnowledgeDiscoveryDeleteBookmarkInput = {
|
|
|
51768
52189
|
url: Scalars['String']['input'];
|
|
51769
52190
|
};
|
|
51770
52191
|
export declare type KnowledgeDiscoveryDeleteBookmarksInput = {
|
|
52192
|
+
cloudId: Scalars['ID']['input'];
|
|
51771
52193
|
deleteRequests?: InputMaybe<Array<KnowledgeDiscoveryDeleteBookmarkInput>>;
|
|
51772
52194
|
orgId: Scalars['ID']['input'];
|
|
51773
|
-
workspaceId
|
|
52195
|
+
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
51774
52196
|
};
|
|
51775
52197
|
export declare type KnowledgeDiscoveryDeleteBookmarksPayload = Payload & {
|
|
51776
52198
|
__typename?: 'KnowledgeDiscoveryDeleteBookmarksPayload';
|
|
@@ -51861,9 +52283,10 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
51861
52283
|
};
|
|
51862
52284
|
export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarksArgs = {
|
|
51863
52285
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52286
|
+
cloudId: Scalars['ID']['input'];
|
|
51864
52287
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
51865
52288
|
orgId: Scalars['String']['input'];
|
|
51866
|
-
workspaceId
|
|
52289
|
+
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
51867
52290
|
};
|
|
51868
52291
|
export declare type KnowledgeDiscoveryQueryApiBookmarkArgs = {
|
|
51869
52292
|
cloudId: Scalars['String']['input'];
|
|
@@ -52082,6 +52505,7 @@ export declare type LpLearnerCertmetricsCertificatesArgs = {
|
|
|
52082
52505
|
export declare type LpLearnerCoursesArgs = {
|
|
52083
52506
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52084
52507
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
52508
|
+
dateCompletedSortOrder?: InputMaybe<LpSortOrder>;
|
|
52085
52509
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52086
52510
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52087
52511
|
status?: InputMaybe<LpCourseStatus>;
|
|
@@ -52109,6 +52533,10 @@ export declare type LpPageInfo = {
|
|
|
52109
52533
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
52110
52534
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
52111
52535
|
};
|
|
52536
|
+
export declare enum LpSortOrder {
|
|
52537
|
+
Asc = "ASC",
|
|
52538
|
+
Desc = "DESC"
|
|
52539
|
+
}
|
|
52112
52540
|
export declare type MarketplaceApp = {
|
|
52113
52541
|
__typename?: 'MarketplaceApp';
|
|
52114
52542
|
appId: Scalars['ID']['output'];
|
|
@@ -61000,6 +61428,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
61000
61428
|
type: SearchResultType;
|
|
61001
61429
|
url: Scalars['URL']['output'];
|
|
61002
61430
|
};
|
|
61431
|
+
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
61003
61432
|
export declare type SearchResultGoogleDocument = SearchL2FeatureProvider & SearchResult & {
|
|
61004
61433
|
__typename?: 'SearchResultGoogleDocument';
|
|
61005
61434
|
bodyText: Scalars['String']['output'];
|
|
@@ -61049,6 +61478,7 @@ export declare type SearchResultGraphDocument = SearchL2FeatureProvider & Search
|
|
|
61049
61478
|
__typename?: 'SearchResultGraphDocument';
|
|
61050
61479
|
bodyText?: Maybe<Scalars['String']['output']>;
|
|
61051
61480
|
description: Scalars['String']['output'];
|
|
61481
|
+
entity?: Maybe<SearchResultEntity>;
|
|
61052
61482
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
61053
61483
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
61054
61484
|
id: Scalars['ID']['output'];
|
|
@@ -62302,6 +62732,7 @@ export declare enum ShepherdRemediationActionType {
|
|
|
62302
62732
|
DeleteFilesRemediation = "DELETE_FILES_REMEDIATION",
|
|
62303
62733
|
EditCustomDetectionRemediation = "EDIT_CUSTOM_DETECTION_REMEDIATION",
|
|
62304
62734
|
ExcludePageRemediation = "EXCLUDE_PAGE_REMEDIATION",
|
|
62735
|
+
ExcludeUserRemediation = "EXCLUDE_USER_REMEDIATION",
|
|
62305
62736
|
ExportsDspRemediation = "EXPORTS_DSP_REMEDIATION",
|
|
62306
62737
|
ExportDspRemediation = "EXPORT_DSP_REMEDIATION",
|
|
62307
62738
|
ExportSpacePermissionsRemediation = "EXPORT_SPACE_PERMISSIONS_REMEDIATION",
|
|
@@ -64391,7 +64822,7 @@ export declare type TownsquareQueryApi = {
|
|
|
64391
64822
|
};
|
|
64392
64823
|
export declare type TownsquareQueryApiAllWorkspacesForOrgArgs = {
|
|
64393
64824
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64394
|
-
cloudId
|
|
64825
|
+
cloudId: Scalars['String']['input'];
|
|
64395
64826
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64396
64827
|
organisationId?: InputMaybe<Scalars['String']['input']>;
|
|
64397
64828
|
};
|