@forge/cli-shared 5.2.1-next.0-experimental-2b4814c → 5.2.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -4
- package/out/graphql/graphql-types.d.ts +49 -278
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +25 -47
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 5.2.1-next.
|
|
3
|
+
## 5.2.1-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @forge/manifest@7.5.1-next.
|
|
7
|
+
- Updated dependencies [b55fa5a]
|
|
8
|
+
- Updated dependencies [d335c40]
|
|
9
|
+
- @forge/manifest@7.5.1-next.1
|
|
10
10
|
|
|
11
11
|
## 5.2.1-next.0
|
|
12
12
|
|
|
@@ -580,7 +580,6 @@ export declare enum ApiGroup {
|
|
|
580
580
|
Confluence = "CONFLUENCE",
|
|
581
581
|
ConfluenceAnalytics = "CONFLUENCE_ANALYTICS",
|
|
582
582
|
ConfluenceLegacy = "CONFLUENCE_LEGACY",
|
|
583
|
-
ConfluenceMutations = "CONFLUENCE_MUTATIONS",
|
|
584
583
|
ConfluenceSmarts = "CONFLUENCE_SMARTS",
|
|
585
584
|
ConfluenceUser = "CONFLUENCE_USER",
|
|
586
585
|
ConfluenceV2 = "CONFLUENCE_V2",
|
|
@@ -6632,14 +6631,6 @@ export declare type ConfluenceLegacy_AddDefaultExCoSpacePermissionsPayload = {
|
|
|
6632
6631
|
errors?: Maybe<Array<MutationError>>;
|
|
6633
6632
|
status: Scalars['Boolean']['output'];
|
|
6634
6633
|
};
|
|
6635
|
-
export declare type ConfluenceLegacy_AddLabelsInput = {
|
|
6636
|
-
contentId: Scalars['ID']['input'];
|
|
6637
|
-
labels: Array<ConfluenceLegacy_LabelInput>;
|
|
6638
|
-
};
|
|
6639
|
-
export declare type ConfluenceLegacy_AddLabelsPayload = {
|
|
6640
|
-
__typename?: 'ConfluenceLegacy_AddLabelsPayload';
|
|
6641
|
-
labels: ConfluenceLegacy_Mutations_PaginatedLabelList;
|
|
6642
|
-
};
|
|
6643
6634
|
export declare type ConfluenceLegacy_AddPublicLinkPermissionsInput = {
|
|
6644
6635
|
objectId: Scalars['ID']['input'];
|
|
6645
6636
|
objectType: ConfluenceLegacy_PublicLinkPermissionsObjectType;
|
|
@@ -6895,16 +6886,6 @@ export declare type ConfluenceLegacy_BlockSmartLink = ConfluenceLegacy_SmartLink
|
|
|
6895
6886
|
__typename?: 'ConfluenceLegacy_BlockSmartLink';
|
|
6896
6887
|
url: Scalars['String']['output'];
|
|
6897
6888
|
};
|
|
6898
|
-
export declare enum ConfluenceLegacy_BodyFormatType {
|
|
6899
|
-
AnonymousExportView = "ANONYMOUS_EXPORT_VIEW",
|
|
6900
|
-
AtlasDocFormat = "ATLAS_DOC_FORMAT",
|
|
6901
|
-
Editor = "EDITOR",
|
|
6902
|
-
Editor2 = "EDITOR2",
|
|
6903
|
-
ExportView = "EXPORT_VIEW",
|
|
6904
|
-
Storage = "STORAGE",
|
|
6905
|
-
StyledView = "STYLED_VIEW",
|
|
6906
|
-
View = "VIEW"
|
|
6907
|
-
}
|
|
6908
6889
|
export declare type ConfluenceLegacy_BordersAndDividersLookAndFeel = {
|
|
6909
6890
|
__typename?: 'ConfluenceLegacy_BordersAndDividersLookAndFeel';
|
|
6910
6891
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -8048,15 +8029,6 @@ export declare type ConfluenceLegacy_DeleteInlineCommentInput = {
|
|
|
8048
8029
|
commentId: Scalars['ID']['input'];
|
|
8049
8030
|
step?: InputMaybe<ConfluenceLegacy_Step>;
|
|
8050
8031
|
};
|
|
8051
|
-
export declare type ConfluenceLegacy_DeleteLabelInput = {
|
|
8052
|
-
contentId: Scalars['ID']['input'];
|
|
8053
|
-
label: Scalars['String']['input'];
|
|
8054
|
-
};
|
|
8055
|
-
export declare type ConfluenceLegacy_DeleteLabelPayload = {
|
|
8056
|
-
__typename?: 'ConfluenceLegacy_DeleteLabelPayload';
|
|
8057
|
-
contentId: Scalars['ID']['output'];
|
|
8058
|
-
label: Scalars['String']['output'];
|
|
8059
|
-
};
|
|
8060
8032
|
export declare type ConfluenceLegacy_DeletePagesInput = {
|
|
8061
8033
|
areChildrenIncluded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8062
8034
|
excludedBranchRootPageIDs?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
@@ -8068,19 +8040,6 @@ export declare type ConfluenceLegacy_DeletePagesPayload = {
|
|
|
8068
8040
|
status: Scalars['Boolean']['output'];
|
|
8069
8041
|
taskId?: Maybe<Scalars['String']['output']>;
|
|
8070
8042
|
};
|
|
8071
|
-
export declare type ConfluenceLegacy_DeleteRelationInput = {
|
|
8072
|
-
relationName: ConfluenceLegacy_RelationType;
|
|
8073
|
-
sourceKey: Scalars['String']['input'];
|
|
8074
|
-
sourceType: ConfluenceLegacy_RelationSourceType;
|
|
8075
|
-
targetKey: Scalars['String']['input'];
|
|
8076
|
-
targetType: ConfluenceLegacy_RelationTargetType;
|
|
8077
|
-
};
|
|
8078
|
-
export declare type ConfluenceLegacy_DeleteRelationPayload = {
|
|
8079
|
-
__typename?: 'ConfluenceLegacy_DeleteRelationPayload';
|
|
8080
|
-
relationName: Scalars['String']['output'];
|
|
8081
|
-
sourceKey: Scalars['String']['output'];
|
|
8082
|
-
targetKey: Scalars['String']['output'];
|
|
8083
|
-
};
|
|
8084
8043
|
export declare type ConfluenceLegacy_DeleteSpaceDefaultClassificationLevelInput = {
|
|
8085
8044
|
id: Scalars['Long']['input'];
|
|
8086
8045
|
};
|
|
@@ -8307,11 +8266,6 @@ export declare type ConfluenceLegacy_EntityTimeseriesCountItem = {
|
|
|
8307
8266
|
count: Scalars['Int']['output'];
|
|
8308
8267
|
date: Scalars['String']['output'];
|
|
8309
8268
|
};
|
|
8310
|
-
export declare type ConfluenceLegacy_Error = {
|
|
8311
|
-
__typename?: 'ConfluenceLegacy_Error';
|
|
8312
|
-
message: Scalars['String']['output'];
|
|
8313
|
-
status: Scalars['Int']['output'];
|
|
8314
|
-
};
|
|
8315
8269
|
export declare type ConfluenceLegacy_ExternalCollaboratorDefaultSpace = {
|
|
8316
8270
|
__typename?: 'ConfluenceLegacy_ExternalCollaboratorDefaultSpace';
|
|
8317
8271
|
enabled: Scalars['Boolean']['output'];
|
|
@@ -8844,10 +8798,6 @@ export declare type ConfluenceLegacy_LabelEdge = {
|
|
|
8844
8798
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
8845
8799
|
node?: Maybe<ConfluenceLegacy_Label>;
|
|
8846
8800
|
};
|
|
8847
|
-
export declare type ConfluenceLegacy_LabelInput = {
|
|
8848
|
-
name: Scalars['String']['input'];
|
|
8849
|
-
prefix: Scalars['String']['input'];
|
|
8850
|
-
};
|
|
8851
8801
|
export declare type ConfluenceLegacy_LabelSearchResults = {
|
|
8852
8802
|
__typename?: 'ConfluenceLegacy_LabelSearchResults';
|
|
8853
8803
|
otherLabels: Array<Maybe<ConfluenceLegacy_Label>>;
|
|
@@ -9077,32 +9027,12 @@ export declare type ConfluenceLegacy_MediaAccessTokens = {
|
|
|
9077
9027
|
readOnlyToken?: Maybe<ConfluenceLegacy_MediaToken>;
|
|
9078
9028
|
readWriteToken?: Maybe<ConfluenceLegacy_MediaToken>;
|
|
9079
9029
|
};
|
|
9080
|
-
export declare type ConfluenceLegacy_MediaAttachment = {
|
|
9081
|
-
__typename?: 'ConfluenceLegacy_MediaAttachment';
|
|
9082
|
-
html: Scalars['String']['output'];
|
|
9083
|
-
id: Scalars['ID']['output'];
|
|
9084
|
-
};
|
|
9085
|
-
export declare type ConfluenceLegacy_MediaAttachmentError = {
|
|
9086
|
-
__typename?: 'ConfluenceLegacy_MediaAttachmentError';
|
|
9087
|
-
error: ConfluenceLegacy_Error;
|
|
9088
|
-
};
|
|
9089
|
-
export declare type ConfluenceLegacy_MediaAttachmentInput = {
|
|
9090
|
-
file: ConfluenceLegacy_MediaFile;
|
|
9091
|
-
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9092
|
-
};
|
|
9093
|
-
export declare type ConfluenceLegacy_MediaAttachmentOrError = ConfluenceLegacy_MediaAttachment | ConfluenceLegacy_MediaAttachmentError;
|
|
9094
9030
|
export declare type ConfluenceLegacy_MediaConfiguration = {
|
|
9095
9031
|
__typename?: 'ConfluenceLegacy_MediaConfiguration';
|
|
9096
9032
|
clientId: Scalars['String']['output'];
|
|
9097
9033
|
fileStoreUrl: Scalars['String']['output'];
|
|
9098
9034
|
maxFileSize?: Maybe<Scalars['Long']['output']>;
|
|
9099
9035
|
};
|
|
9100
|
-
export declare type ConfluenceLegacy_MediaFile = {
|
|
9101
|
-
id: Scalars['ID']['input'];
|
|
9102
|
-
mimeType?: InputMaybe<Scalars['String']['input']>;
|
|
9103
|
-
name: Scalars['String']['input'];
|
|
9104
|
-
size: Scalars['Int']['input'];
|
|
9105
|
-
};
|
|
9106
9036
|
export declare type ConfluenceLegacy_MediaPickerUserToken = {
|
|
9107
9037
|
__typename?: 'ConfluenceLegacy_MediaPickerUserToken';
|
|
9108
9038
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -9151,57 +9081,10 @@ export declare type ConfluenceLegacy_MoveBlogPayload = {
|
|
|
9151
9081
|
__typename?: 'ConfluenceLegacy_MoveBlogPayload';
|
|
9152
9082
|
content?: Maybe<ConfluenceLegacy_Content>;
|
|
9153
9083
|
};
|
|
9154
|
-
export declare type ConfluenceLegacy_MovePageAsChildInput = {
|
|
9155
|
-
pageId: Scalars['ID']['input'];
|
|
9156
|
-
parentId: Scalars['ID']['input'];
|
|
9157
|
-
};
|
|
9158
|
-
export declare type ConfluenceLegacy_MovePageAsSiblingInput = {
|
|
9159
|
-
pageId: Scalars['ID']['input'];
|
|
9160
|
-
siblingId: Scalars['ID']['input'];
|
|
9161
|
-
};
|
|
9162
|
-
export declare type ConfluenceLegacy_MovePagePayload = {
|
|
9163
|
-
__typename?: 'ConfluenceLegacy_MovePagePayload';
|
|
9164
|
-
content?: Maybe<ConfluenceLegacy_Content>;
|
|
9165
|
-
movedPage: Scalars['ID']['output'];
|
|
9166
|
-
page?: Maybe<ConfluenceLegacy_Page>;
|
|
9167
|
-
};
|
|
9168
|
-
export declare type ConfluenceLegacy_MovePageTopLevelInput = {
|
|
9169
|
-
pageId: Scalars['ID']['input'];
|
|
9170
|
-
targetSpaceKey: Scalars['String']['input'];
|
|
9171
|
-
};
|
|
9172
9084
|
export declare type ConfluenceLegacy_MutationResponse = {
|
|
9173
9085
|
__typename?: 'ConfluenceLegacy_MutationResponse';
|
|
9174
9086
|
success: Scalars['Boolean']['output'];
|
|
9175
9087
|
};
|
|
9176
|
-
export declare type ConfluenceLegacy_Mutations_CloudId = {
|
|
9177
|
-
__typename?: 'ConfluenceLegacy_Mutations_CloudId';
|
|
9178
|
-
cloudId: Scalars['ID']['output'];
|
|
9179
|
-
};
|
|
9180
|
-
export declare type ConfluenceLegacy_Mutations_Label = {
|
|
9181
|
-
__typename?: 'ConfluenceLegacy_Mutations_Label';
|
|
9182
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
9183
|
-
label?: Maybe<Scalars['String']['output']>;
|
|
9184
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
9185
|
-
prefix?: Maybe<Scalars['String']['output']>;
|
|
9186
|
-
};
|
|
9187
|
-
export declare type ConfluenceLegacy_Mutations_LabelEdge = {
|
|
9188
|
-
__typename?: 'ConfluenceLegacy_Mutations_LabelEdge';
|
|
9189
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
9190
|
-
node?: Maybe<ConfluenceLegacy_Mutations_Label>;
|
|
9191
|
-
};
|
|
9192
|
-
export declare type ConfluenceLegacy_Mutations_LinksContextBase = {
|
|
9193
|
-
__typename?: 'ConfluenceLegacy_Mutations_LinksContextBase';
|
|
9194
|
-
base?: Maybe<Scalars['String']['output']>;
|
|
9195
|
-
context?: Maybe<Scalars['String']['output']>;
|
|
9196
|
-
};
|
|
9197
|
-
export declare type ConfluenceLegacy_Mutations_PaginatedLabelList = {
|
|
9198
|
-
__typename?: 'ConfluenceLegacy_Mutations_PaginatedLabelList';
|
|
9199
|
-
count?: Maybe<Scalars['Int']['output']>;
|
|
9200
|
-
edges?: Maybe<Array<Maybe<ConfluenceLegacy_Mutations_LabelEdge>>>;
|
|
9201
|
-
links?: Maybe<ConfluenceLegacy_Mutations_LinksContextBase>;
|
|
9202
|
-
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_Mutations_Label>>>;
|
|
9203
|
-
pageInfo?: Maybe<PageInfo>;
|
|
9204
|
-
};
|
|
9205
9088
|
export declare type ConfluenceLegacy_MyVisitedPages = {
|
|
9206
9089
|
__typename?: 'ConfluenceLegacy_MyVisitedPages';
|
|
9207
9090
|
nodes: ConfluenceLegacy_MyVisitedPagesItems;
|
|
@@ -9246,18 +9129,6 @@ export declare type ConfluenceLegacy_NestedPageInput = {
|
|
|
9246
9129
|
isSelected?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9247
9130
|
pageID: Scalars['Long']['input'];
|
|
9248
9131
|
};
|
|
9249
|
-
export declare type ConfluenceLegacy_NewPageInput = {
|
|
9250
|
-
page: ConfluenceLegacy_PageInput;
|
|
9251
|
-
space: ConfluenceLegacy_SpaceInput;
|
|
9252
|
-
};
|
|
9253
|
-
export declare type ConfluenceLegacy_NewPagePayload = {
|
|
9254
|
-
__typename?: 'ConfluenceLegacy_NewPagePayload';
|
|
9255
|
-
content?: Maybe<ConfluenceLegacy_Content>;
|
|
9256
|
-
contentId: Scalars['ID']['output'];
|
|
9257
|
-
page?: Maybe<ConfluenceLegacy_Page>;
|
|
9258
|
-
pageId: Scalars['ID']['output'];
|
|
9259
|
-
restrictions?: Maybe<ConfluenceLegacy_PageRestrictions>;
|
|
9260
|
-
};
|
|
9261
9132
|
export declare type ConfluenceLegacy_NotificationResponsePayload = Payload & {
|
|
9262
9133
|
__typename?: 'ConfluenceLegacy_NotificationResponsePayload';
|
|
9263
9134
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -9427,10 +9298,6 @@ export declare type ConfluenceLegacy_PageAnalyticsTimeseriesCountItem = {
|
|
|
9427
9298
|
export declare enum ConfluenceLegacy_PageAnalyticsTimeseriesCountType {
|
|
9428
9299
|
All = "ALL"
|
|
9429
9300
|
}
|
|
9430
|
-
export declare type ConfluenceLegacy_PageBodyInput = {
|
|
9431
|
-
representation?: InputMaybe<ConfluenceLegacy_BodyFormatType>;
|
|
9432
|
-
value: Scalars['String']['input'];
|
|
9433
|
-
};
|
|
9434
9301
|
export declare enum ConfluenceLegacy_PageCardInPageTreeHoverPreference {
|
|
9435
9302
|
NoOptionSelected = "NO_OPTION_SELECTED",
|
|
9436
9303
|
NoShowPagecard = "NO_SHOW_PAGECARD",
|
|
@@ -9446,49 +9313,12 @@ export declare type ConfluenceLegacy_PageEdge = {
|
|
|
9446
9313
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
9447
9314
|
node?: Maybe<ConfluenceLegacy_Page>;
|
|
9448
9315
|
};
|
|
9449
|
-
export declare type ConfluenceLegacy_PageGroupRestriction = {
|
|
9450
|
-
__typename?: 'ConfluenceLegacy_PageGroupRestriction';
|
|
9451
|
-
name: Scalars['String']['output'];
|
|
9452
|
-
};
|
|
9453
|
-
export declare type ConfluenceLegacy_PageGroupRestrictionInput = {
|
|
9454
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
9455
|
-
name: Scalars['String']['input'];
|
|
9456
|
-
};
|
|
9457
|
-
export declare type ConfluenceLegacy_PageInput = {
|
|
9458
|
-
body?: InputMaybe<ConfluenceLegacy_PageBodyInput>;
|
|
9459
|
-
parentId?: InputMaybe<Scalars['ID']['input']>;
|
|
9460
|
-
restrictions?: InputMaybe<ConfluenceLegacy_PageRestrictionsInput>;
|
|
9461
|
-
status?: InputMaybe<ConfluenceLegacy_PageStatusInput>;
|
|
9462
|
-
title?: InputMaybe<Scalars['String']['input']>;
|
|
9463
|
-
};
|
|
9464
|
-
export declare type ConfluenceLegacy_PageRestriction = {
|
|
9465
|
-
__typename?: 'ConfluenceLegacy_PageRestriction';
|
|
9466
|
-
group?: Maybe<Array<ConfluenceLegacy_PageGroupRestriction>>;
|
|
9467
|
-
user?: Maybe<Array<ConfluenceLegacy_PageUserRestriction>>;
|
|
9468
|
-
};
|
|
9469
|
-
export declare type ConfluenceLegacy_PageRestrictionInput = {
|
|
9470
|
-
group?: InputMaybe<Array<ConfluenceLegacy_PageGroupRestrictionInput>>;
|
|
9471
|
-
user?: InputMaybe<Array<ConfluenceLegacy_PageUserRestrictionInput>>;
|
|
9472
|
-
};
|
|
9473
|
-
export declare type ConfluenceLegacy_PageRestrictions = {
|
|
9474
|
-
__typename?: 'ConfluenceLegacy_PageRestrictions';
|
|
9475
|
-
read?: Maybe<ConfluenceLegacy_PageRestriction>;
|
|
9476
|
-
update?: Maybe<ConfluenceLegacy_PageRestriction>;
|
|
9477
|
-
};
|
|
9478
|
-
export declare type ConfluenceLegacy_PageRestrictionsInput = {
|
|
9479
|
-
read?: InputMaybe<ConfluenceLegacy_PageRestrictionInput>;
|
|
9480
|
-
update?: InputMaybe<ConfluenceLegacy_PageRestrictionInput>;
|
|
9481
|
-
};
|
|
9482
9316
|
export declare enum ConfluenceLegacy_PageStatus {
|
|
9483
9317
|
Current = "CURRENT",
|
|
9484
9318
|
Draft = "DRAFT",
|
|
9485
9319
|
Historical = "HISTORICAL",
|
|
9486
9320
|
Trashed = "TRASHED"
|
|
9487
9321
|
}
|
|
9488
|
-
export declare enum ConfluenceLegacy_PageStatusInput {
|
|
9489
|
-
Current = "CURRENT",
|
|
9490
|
-
Draft = "DRAFT"
|
|
9491
|
-
}
|
|
9492
9322
|
export declare enum ConfluenceLegacy_PageUpdateTrigger {
|
|
9493
9323
|
CreatePage = "CREATE_PAGE",
|
|
9494
9324
|
DiscardChanges = "DISCARD_CHANGES",
|
|
@@ -9503,13 +9333,6 @@ export declare enum ConfluenceLegacy_PageUpdateTrigger {
|
|
|
9503
9333
|
Unknown = "UNKNOWN",
|
|
9504
9334
|
ViewPage = "VIEW_PAGE"
|
|
9505
9335
|
}
|
|
9506
|
-
export declare type ConfluenceLegacy_PageUserRestriction = {
|
|
9507
|
-
__typename?: 'ConfluenceLegacy_PageUserRestriction';
|
|
9508
|
-
id: Scalars['ID']['output'];
|
|
9509
|
-
};
|
|
9510
|
-
export declare type ConfluenceLegacy_PageUserRestrictionInput = {
|
|
9511
|
-
id: Scalars['ID']['input'];
|
|
9512
|
-
};
|
|
9513
9336
|
export declare type ConfluenceLegacy_PageValidationResult = {
|
|
9514
9337
|
__typename?: 'ConfluenceLegacy_PageValidationResult';
|
|
9515
9338
|
isValid: Scalars['Boolean']['output'];
|
|
@@ -10204,18 +10027,6 @@ export declare type ConfluenceLegacy_RecommendedSpaceItem = {
|
|
|
10204
10027
|
space?: Maybe<ConfluenceLegacy_Space>;
|
|
10205
10028
|
spaceId: Scalars['Long']['output'];
|
|
10206
10029
|
};
|
|
10207
|
-
export declare enum ConfluenceLegacy_RelationSourceType {
|
|
10208
|
-
User = "user"
|
|
10209
|
-
}
|
|
10210
|
-
export declare enum ConfluenceLegacy_RelationTargetType {
|
|
10211
|
-
Content = "content",
|
|
10212
|
-
Space = "space"
|
|
10213
|
-
}
|
|
10214
|
-
export declare enum ConfluenceLegacy_RelationType {
|
|
10215
|
-
Collaborator = "collaborator",
|
|
10216
|
-
Favourite = "favourite",
|
|
10217
|
-
Touched = "touched"
|
|
10218
|
-
}
|
|
10219
10030
|
export declare type ConfluenceLegacy_RelevantFeedFilters = {
|
|
10220
10031
|
__typename?: 'ConfluenceLegacy_RelevantFeedFilters';
|
|
10221
10032
|
relevantFeedSpacesFilter: Array<Maybe<Scalars['Long']['output']>>;
|
|
@@ -10960,9 +10771,6 @@ export declare type ConfluenceLegacy_SpaceHistory = {
|
|
|
10960
10771
|
createdDate?: Maybe<Scalars['String']['output']>;
|
|
10961
10772
|
links?: Maybe<ConfluenceLegacy_LinksContextBase>;
|
|
10962
10773
|
};
|
|
10963
|
-
export declare type ConfluenceLegacy_SpaceInput = {
|
|
10964
|
-
key: Scalars['ID']['input'];
|
|
10965
|
-
};
|
|
10966
10774
|
export declare type ConfluenceLegacy_SpaceMetadata = {
|
|
10967
10775
|
__typename?: 'ConfluenceLegacy_SpaceMetadata';
|
|
10968
10776
|
labels?: Maybe<ConfluenceLegacy_PaginatedLabelList>;
|
|
@@ -11684,20 +11492,6 @@ export declare type ConfluenceLegacy_UpdateOwnerPayload = {
|
|
|
11684
11492
|
__typename?: 'ConfluenceLegacy_UpdateOwnerPayload';
|
|
11685
11493
|
content: ConfluenceLegacy_Content;
|
|
11686
11494
|
};
|
|
11687
|
-
export declare type ConfluenceLegacy_UpdatePageExtensionInput = {
|
|
11688
|
-
key: Scalars['String']['input'];
|
|
11689
|
-
value: Scalars['String']['input'];
|
|
11690
|
-
};
|
|
11691
|
-
export declare type ConfluenceLegacy_UpdatePageInput = {
|
|
11692
|
-
body?: InputMaybe<ConfluenceLegacy_PageBodyInput>;
|
|
11693
|
-
extensions?: InputMaybe<Array<InputMaybe<ConfluenceLegacy_UpdatePageExtensionInput>>>;
|
|
11694
|
-
mediaAttachments?: InputMaybe<Array<ConfluenceLegacy_MediaAttachmentInput>>;
|
|
11695
|
-
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11696
|
-
pageId: Scalars['ID']['input'];
|
|
11697
|
-
restrictions?: InputMaybe<ConfluenceLegacy_PageRestrictionsInput>;
|
|
11698
|
-
status?: InputMaybe<ConfluenceLegacy_PageStatusInput>;
|
|
11699
|
-
title?: InputMaybe<Scalars['String']['input']>;
|
|
11700
|
-
};
|
|
11701
11495
|
export declare type ConfluenceLegacy_UpdatePageOwnersInput = {
|
|
11702
11496
|
ownerId: Scalars['ID']['input'];
|
|
11703
11497
|
pageIDs: Array<InputMaybe<Scalars['Long']['input']>>;
|
|
@@ -11708,14 +11502,6 @@ export declare type ConfluenceLegacy_UpdatePageOwnersPayload = Payload & {
|
|
|
11708
11502
|
success: Scalars['Boolean']['output'];
|
|
11709
11503
|
taskId: Scalars['ID']['output'];
|
|
11710
11504
|
};
|
|
11711
|
-
export declare type ConfluenceLegacy_UpdatePagePayload = {
|
|
11712
|
-
__typename?: 'ConfluenceLegacy_UpdatePagePayload';
|
|
11713
|
-
content?: Maybe<ConfluenceLegacy_Content>;
|
|
11714
|
-
mediaAttached: Array<ConfluenceLegacy_MediaAttachmentOrError>;
|
|
11715
|
-
page?: Maybe<ConfluenceLegacy_Page>;
|
|
11716
|
-
pageId: Scalars['ID']['output'];
|
|
11717
|
-
restrictions?: Maybe<ConfluenceLegacy_PageRestrictions>;
|
|
11718
|
-
};
|
|
11719
11505
|
export declare type ConfluenceLegacy_UpdatePageStatusesInput = {
|
|
11720
11506
|
pages: Array<InputMaybe<ConfluenceLegacy_NestedPageInput>>;
|
|
11721
11507
|
spaceKey: Scalars['String']['input'];
|
|
@@ -11731,24 +11517,6 @@ export declare type ConfluenceLegacy_UpdatePermissionSubjectKeyInput = {
|
|
|
11731
11517
|
permissionDisplayType: ConfluenceLegacy_PermissionDisplayType;
|
|
11732
11518
|
subjectId: Scalars['String']['input'];
|
|
11733
11519
|
};
|
|
11734
|
-
export declare type ConfluenceLegacy_UpdateRelationInput = {
|
|
11735
|
-
relationName: ConfluenceLegacy_RelationType;
|
|
11736
|
-
sourceKey: Scalars['String']['input'];
|
|
11737
|
-
sourceStatus?: InputMaybe<Scalars['String']['input']>;
|
|
11738
|
-
sourceType: ConfluenceLegacy_RelationSourceType;
|
|
11739
|
-
sourceVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
11740
|
-
targetKey: Scalars['String']['input'];
|
|
11741
|
-
targetStatus?: InputMaybe<Scalars['String']['input']>;
|
|
11742
|
-
targetType: ConfluenceLegacy_RelationTargetType;
|
|
11743
|
-
targetVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
11744
|
-
};
|
|
11745
|
-
export declare type ConfluenceLegacy_UpdateRelationPayload = {
|
|
11746
|
-
__typename?: 'ConfluenceLegacy_UpdateRelationPayload';
|
|
11747
|
-
relationName: Scalars['String']['output'];
|
|
11748
|
-
sourceKey: Scalars['String']['output'];
|
|
11749
|
-
targetKey: Scalars['String']['output'];
|
|
11750
|
-
url: Scalars['String']['output'];
|
|
11751
|
-
};
|
|
11752
11520
|
export declare type ConfluenceLegacy_UpdateSiteLookAndFeelInput = {
|
|
11753
11521
|
backgroundColor?: InputMaybe<Scalars['String']['input']>;
|
|
11754
11522
|
faviconFiles: Array<ConfluenceLegacy_FaviconFileInput>;
|
|
@@ -37804,6 +37572,13 @@ export declare type JiraCommentEdge = {
|
|
|
37804
37572
|
cursor: Scalars['String']['output'];
|
|
37805
37573
|
node?: Maybe<JiraComment>;
|
|
37806
37574
|
};
|
|
37575
|
+
export declare enum JiraCommentSortField {
|
|
37576
|
+
Created = "CREATED"
|
|
37577
|
+
}
|
|
37578
|
+
export declare type JiraCommentSortInput = {
|
|
37579
|
+
field: JiraCommentSortField;
|
|
37580
|
+
order: SortDirection;
|
|
37581
|
+
};
|
|
37807
37582
|
export declare type JiraComponent = Node & {
|
|
37808
37583
|
__typename?: 'JiraComponent';
|
|
37809
37584
|
ari?: Maybe<Scalars['String']['output']>;
|
|
@@ -39819,6 +39594,7 @@ export declare type JiraIssueCommentsArgs = {
|
|
|
39819
39594
|
beforeTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
39820
39595
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39821
39596
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
39597
|
+
sortBy?: InputMaybe<JiraCommentSortInput>;
|
|
39822
39598
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
39823
39599
|
};
|
|
39824
39600
|
export declare type JiraIssueDesignsArgs = {
|
|
@@ -43938,6 +43714,7 @@ export declare enum JiraProjectCleanupRecommendationStaleSince {
|
|
|
43938
43714
|
}
|
|
43939
43715
|
export declare type JiraProjectCleanupTaskStatus = {
|
|
43940
43716
|
__typename?: 'JiraProjectCleanupTaskStatus';
|
|
43717
|
+
progress?: Maybe<Scalars['Int']['output']>;
|
|
43941
43718
|
status?: Maybe<JiraProjectCleanupTaskStatusType>;
|
|
43942
43719
|
};
|
|
43943
43720
|
export declare enum JiraProjectCleanupTaskStatusType {
|
|
@@ -50488,6 +50265,16 @@ export declare enum KnowledgeDiscoveryEntityType {
|
|
|
50488
50265
|
Topic = "TOPIC",
|
|
50489
50266
|
User = "USER"
|
|
50490
50267
|
}
|
|
50268
|
+
export declare type KnowledgeDiscoveryExtendedTopic = KnowledgeDiscoveryEntity & {
|
|
50269
|
+
__typename?: 'KnowledgeDiscoveryExtendedTopic';
|
|
50270
|
+
documentCount?: Maybe<Scalars['Int']['output']>;
|
|
50271
|
+
id: Scalars['ID']['output'];
|
|
50272
|
+
name: Scalars['String']['output'];
|
|
50273
|
+
summary: Scalars['String']['output'];
|
|
50274
|
+
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
50275
|
+
updatedAt: Scalars['String']['output'];
|
|
50276
|
+
};
|
|
50277
|
+
export declare type KnowledgeDiscoveryExtendedTopicResult = KnowledgeDiscoveryExtendedTopic | QueryError;
|
|
50491
50278
|
export declare type KnowledgeDiscoveryJiraProject = KnowledgeDiscoveryEntity & {
|
|
50492
50279
|
__typename?: 'KnowledgeDiscoveryJiraProject';
|
|
50493
50280
|
id: Scalars['ID']['output'];
|
|
@@ -50534,6 +50321,7 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
50534
50321
|
bookmark?: Maybe<KnowledgeDiscoveryBookmarkResult>;
|
|
50535
50322
|
definition?: Maybe<KnowledgeDiscoveryDefinitionResult>;
|
|
50536
50323
|
definitionHistory?: Maybe<KnowledgeDiscoveryDefinitionHistoryResult>;
|
|
50324
|
+
extendedTopic?: Maybe<KnowledgeDiscoveryExtendedTopicResult>;
|
|
50537
50325
|
keyPhrases?: Maybe<KnowledgeDiscoveryKeyPhrasesResult>;
|
|
50538
50326
|
relatedEntities?: Maybe<KnowledgeDiscoveryRelatedEntitiesResult>;
|
|
50539
50327
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
@@ -50560,6 +50348,12 @@ export declare type KnowledgeDiscoveryQueryApiDefinitionHistoryArgs = {
|
|
|
50560
50348
|
spaceId?: InputMaybe<Scalars['String']['input']>;
|
|
50561
50349
|
workspaceId: Scalars['String']['input'];
|
|
50562
50350
|
};
|
|
50351
|
+
export declare type KnowledgeDiscoveryQueryApiExtendedTopicArgs = {
|
|
50352
|
+
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
50353
|
+
id: Scalars['String']['input'];
|
|
50354
|
+
summaryLength?: InputMaybe<KnowledgeDiscoverySummaryLength>;
|
|
50355
|
+
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
50356
|
+
};
|
|
50563
50357
|
export declare type KnowledgeDiscoveryQueryApiKeyPhrasesArgs = {
|
|
50564
50358
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
50565
50359
|
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -50606,6 +50400,11 @@ export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
|
50606
50400
|
transformedQuery: Scalars['String']['output'];
|
|
50607
50401
|
};
|
|
50608
50402
|
export declare type KnowledgeDiscoverySmartAnswersRouteResult = KnowledgeDiscoverySmartAnswersRoute | QueryError;
|
|
50403
|
+
export declare enum KnowledgeDiscoverySummaryLength {
|
|
50404
|
+
Large = "LARGE",
|
|
50405
|
+
Medium = "MEDIUM",
|
|
50406
|
+
Small = "SMALL"
|
|
50407
|
+
}
|
|
50609
50408
|
export declare type KnowledgeDiscoveryTopic = KnowledgeDiscoveryEntity & {
|
|
50610
50409
|
__typename?: 'KnowledgeDiscoveryTopic';
|
|
50611
50410
|
description: Scalars['String']['output'];
|
|
@@ -50637,11 +50436,28 @@ export declare type LpCertmetricsCertificate = {
|
|
|
50637
50436
|
inactiveDate?: Maybe<Scalars['String']['output']>;
|
|
50638
50437
|
name?: Maybe<Scalars['String']['output']>;
|
|
50639
50438
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
50439
|
+
uuid?: Maybe<Scalars['String']['output']>;
|
|
50440
|
+
};
|
|
50441
|
+
export declare type LpCertmetricsCertificateConnection = {
|
|
50442
|
+
__typename?: 'LPCertmetricsCertificateConnection';
|
|
50443
|
+
edges?: Maybe<Array<LpCertmetricsCertificateEdge>>;
|
|
50444
|
+
pageInfo?: Maybe<PageInfo>;
|
|
50445
|
+
};
|
|
50446
|
+
export declare type LpCertmetricsCertificateEdge = {
|
|
50447
|
+
__typename?: 'LPCertmetricsCertificateEdge';
|
|
50448
|
+
cursor: Scalars['String']['output'];
|
|
50449
|
+
node?: Maybe<LpCertmetricsCertificate>;
|
|
50640
50450
|
};
|
|
50641
50451
|
export declare type LpLearner = {
|
|
50642
50452
|
__typename?: 'LPLearner';
|
|
50643
50453
|
atlassianId: Scalars['String']['output'];
|
|
50644
|
-
certmetricsCertificates?: Maybe<
|
|
50454
|
+
certmetricsCertificates?: Maybe<LpCertmetricsCertificateConnection>;
|
|
50455
|
+
};
|
|
50456
|
+
export declare type LpLearnerCertmetricsCertificatesArgs = {
|
|
50457
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50458
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
50459
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50460
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
50645
50461
|
};
|
|
50646
50462
|
export declare type LpLearnerData = {
|
|
50647
50463
|
__typename?: 'LPLearnerData';
|
|
@@ -52676,7 +52492,6 @@ export declare type Mutation = {
|
|
|
52676
52492
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
52677
52493
|
confluenceLegacy_activatePaywallContent?: Maybe<ConfluenceLegacy_ActivatePaywallContentPayload>;
|
|
52678
52494
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacy_AddDefaultExCoSpacePermissionsPayload>;
|
|
52679
|
-
confluenceLegacy_addLabels?: Maybe<ConfluenceLegacy_AddLabelsPayload>;
|
|
52680
52495
|
confluenceLegacy_addPublicLinkPermissions?: Maybe<ConfluenceLegacy_AddPublicLinkPermissionsPayload>;
|
|
52681
52496
|
confluenceLegacy_archivePages?: Maybe<ConfluenceLegacy_BulkArchivePagePayload>;
|
|
52682
52497
|
confluenceLegacy_attachDanglingComment?: Maybe<ConfluenceLegacy_Comment>;
|
|
@@ -52721,9 +52536,7 @@ export declare type Mutation = {
|
|
|
52721
52536
|
confluenceLegacy_deleteExCoSpacePermissions?: Maybe<Array<Maybe<ConfluenceLegacy_DeleteExCoSpacePermissionsPayload>>>;
|
|
52722
52537
|
confluenceLegacy_deleteExternalCollaboratorDefaultSpace?: Maybe<ConfluenceLegacy_DeleteExternalCollaboratorDefaultSpacePayload>;
|
|
52723
52538
|
confluenceLegacy_deleteInlineComment?: Maybe<Scalars['Boolean']['output']>;
|
|
52724
|
-
confluenceLegacy_deleteLabel?: Maybe<ConfluenceLegacy_DeleteLabelPayload>;
|
|
52725
52539
|
confluenceLegacy_deletePages?: Maybe<ConfluenceLegacy_DeletePagesPayload>;
|
|
52726
|
-
confluenceLegacy_deleteRelation?: Maybe<ConfluenceLegacy_DeleteRelationPayload>;
|
|
52727
52540
|
confluenceLegacy_deleteSpaceDefaultClassificationLevel?: Maybe<ConfluenceLegacy_DeleteSpaceDefaultClassificationLevelPayload>;
|
|
52728
52541
|
confluenceLegacy_deleteSpaceRoles?: Maybe<ConfluenceLegacy_DeleteSpaceRolesPayload>;
|
|
52729
52542
|
confluenceLegacy_deleteTemplate?: Maybe<Scalars['ID']['output']>;
|
|
@@ -52746,12 +52559,6 @@ export declare type Mutation = {
|
|
|
52746
52559
|
confluenceLegacy_markFeatureDiscovered?: Maybe<ConfluenceLegacy_FeatureDiscoveryPayload>;
|
|
52747
52560
|
confluenceLegacy_migrateSpaceShortcuts?: Maybe<ConfluenceLegacy_MigrateSpaceShortcutsPayload>;
|
|
52748
52561
|
confluenceLegacy_moveBlog?: Maybe<ConfluenceLegacy_MoveBlogPayload>;
|
|
52749
|
-
confluenceLegacy_movePageAfter?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52750
|
-
confluenceLegacy_movePageAppend?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52751
|
-
confluenceLegacy_movePageBefore?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52752
|
-
confluenceLegacy_movePageTopLevel?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52753
|
-
confluenceLegacy_mutationsCloudId?: Maybe<ConfluenceLegacy_Mutations_CloudId>;
|
|
52754
|
-
confluenceLegacy_newPage?: Maybe<ConfluenceLegacy_NewPagePayload>;
|
|
52755
52562
|
confluenceLegacy_notifyUsersOnFirstView?: Maybe<ConfluenceLegacy_NotificationResponsePayload>;
|
|
52756
52563
|
confluenceLegacy_openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
52757
52564
|
confluenceLegacy_patchCommentsSummary?: Maybe<ConfluenceLegacy_PatchCommentsSummaryPayload>;
|
|
@@ -52814,12 +52621,10 @@ export declare type Mutation = {
|
|
|
52814
52621
|
confluenceLegacy_updateLocalStorage?: Maybe<ConfluenceLegacy_LocalStorage>;
|
|
52815
52622
|
confluenceLegacy_updateNestedPageOwners?: Maybe<ConfluenceLegacy_UpdateNestedPageOwnersPayload>;
|
|
52816
52623
|
confluenceLegacy_updateOwner?: Maybe<ConfluenceLegacy_UpdateOwnerPayload>;
|
|
52817
|
-
confluenceLegacy_updatePage?: Maybe<ConfluenceLegacy_UpdatePagePayload>;
|
|
52818
52624
|
confluenceLegacy_updatePageOwners?: Maybe<ConfluenceLegacy_UpdatePageOwnersPayload>;
|
|
52819
52625
|
confluenceLegacy_updatePageStatuses?: Maybe<ConfluenceLegacy_UpdatePageStatusesPayload>;
|
|
52820
52626
|
confluenceLegacy_updatePushNotificationCustomSettings?: Maybe<ConfluenceLegacy_PushNotificationSettings>;
|
|
52821
52627
|
confluenceLegacy_updatePushNotificationGroupSetting?: Maybe<ConfluenceLegacy_PushNotificationSettings>;
|
|
52822
|
-
confluenceLegacy_updateRelation?: Maybe<ConfluenceLegacy_UpdateRelationPayload>;
|
|
52823
52628
|
confluenceLegacy_updateSiteLookAndFeel?: Maybe<ConfluenceLegacy_UpdateSiteLookAndFeelPayload>;
|
|
52824
52629
|
confluenceLegacy_updateSitePermission?: Maybe<ConfluenceLegacy_SitePermission>;
|
|
52825
52630
|
confluenceLegacy_updateSpaceDefaultClassificationLevel?: Maybe<ConfluenceLegacy_UpdateSpaceDefaultClassificationLevelPayload>;
|
|
@@ -53017,9 +52822,6 @@ export declare type MutationConfluenceLegacy_ActivatePaywallContentArgs = {
|
|
|
53017
52822
|
export declare type MutationConfluenceLegacy_AddDefaultExCoSpacePermissionsArgs = {
|
|
53018
52823
|
spacePermissionsInput: ConfluenceLegacy_AddDefaultExCoSpacePermissionsInput;
|
|
53019
52824
|
};
|
|
53020
|
-
export declare type MutationConfluenceLegacy_AddLabelsArgs = {
|
|
53021
|
-
input: ConfluenceLegacy_AddLabelsInput;
|
|
53022
|
-
};
|
|
53023
52825
|
export declare type MutationConfluenceLegacy_AddPublicLinkPermissionsArgs = {
|
|
53024
52826
|
input: ConfluenceLegacy_AddPublicLinkPermissionsInput;
|
|
53025
52827
|
};
|
|
@@ -53159,15 +52961,9 @@ export declare type MutationConfluenceLegacy_DeleteExCoSpacePermissionsArgs = {
|
|
|
53159
52961
|
export declare type MutationConfluenceLegacy_DeleteInlineCommentArgs = {
|
|
53160
52962
|
input: ConfluenceLegacy_DeleteInlineCommentInput;
|
|
53161
52963
|
};
|
|
53162
|
-
export declare type MutationConfluenceLegacy_DeleteLabelArgs = {
|
|
53163
|
-
input: ConfluenceLegacy_DeleteLabelInput;
|
|
53164
|
-
};
|
|
53165
52964
|
export declare type MutationConfluenceLegacy_DeletePagesArgs = {
|
|
53166
52965
|
input: Array<InputMaybe<ConfluenceLegacy_DeletePagesInput>>;
|
|
53167
52966
|
};
|
|
53168
|
-
export declare type MutationConfluenceLegacy_DeleteRelationArgs = {
|
|
53169
|
-
input: ConfluenceLegacy_DeleteRelationInput;
|
|
53170
|
-
};
|
|
53171
52967
|
export declare type MutationConfluenceLegacy_DeleteSpaceDefaultClassificationLevelArgs = {
|
|
53172
52968
|
input: ConfluenceLegacy_DeleteSpaceDefaultClassificationLevelInput;
|
|
53173
52969
|
};
|
|
@@ -53221,24 +53017,6 @@ export declare type MutationConfluenceLegacy_MigrateSpaceShortcutsArgs = {
|
|
|
53221
53017
|
export declare type MutationConfluenceLegacy_MoveBlogArgs = {
|
|
53222
53018
|
input: ConfluenceLegacy_MoveBlogInput;
|
|
53223
53019
|
};
|
|
53224
|
-
export declare type MutationConfluenceLegacy_MovePageAfterArgs = {
|
|
53225
|
-
input: ConfluenceLegacy_MovePageAsSiblingInput;
|
|
53226
|
-
};
|
|
53227
|
-
export declare type MutationConfluenceLegacy_MovePageAppendArgs = {
|
|
53228
|
-
input: ConfluenceLegacy_MovePageAsChildInput;
|
|
53229
|
-
};
|
|
53230
|
-
export declare type MutationConfluenceLegacy_MovePageBeforeArgs = {
|
|
53231
|
-
input: ConfluenceLegacy_MovePageAsSiblingInput;
|
|
53232
|
-
};
|
|
53233
|
-
export declare type MutationConfluenceLegacy_MovePageTopLevelArgs = {
|
|
53234
|
-
input: ConfluenceLegacy_MovePageTopLevelInput;
|
|
53235
|
-
};
|
|
53236
|
-
export declare type MutationConfluenceLegacy_MutationsCloudIdArgs = {
|
|
53237
|
-
cloudId: Scalars['ID']['input'];
|
|
53238
|
-
};
|
|
53239
|
-
export declare type MutationConfluenceLegacy_NewPageArgs = {
|
|
53240
|
-
input: ConfluenceLegacy_NewPageInput;
|
|
53241
|
-
};
|
|
53242
53020
|
export declare type MutationConfluenceLegacy_NotifyUsersOnFirstViewArgs = {
|
|
53243
53021
|
contentId: Scalars['ID']['input'];
|
|
53244
53022
|
};
|
|
@@ -53435,9 +53213,6 @@ export declare type MutationConfluenceLegacy_UpdateNestedPageOwnersArgs = {
|
|
|
53435
53213
|
export declare type MutationConfluenceLegacy_UpdateOwnerArgs = {
|
|
53436
53214
|
input: ConfluenceLegacy_UpdateOwnerInput;
|
|
53437
53215
|
};
|
|
53438
|
-
export declare type MutationConfluenceLegacy_UpdatePageArgs = {
|
|
53439
|
-
input: ConfluenceLegacy_UpdatePageInput;
|
|
53440
|
-
};
|
|
53441
53216
|
export declare type MutationConfluenceLegacy_UpdatePageOwnersArgs = {
|
|
53442
53217
|
input: ConfluenceLegacy_UpdatePageOwnersInput;
|
|
53443
53218
|
};
|
|
@@ -53450,9 +53225,6 @@ export declare type MutationConfluenceLegacy_UpdatePushNotificationCustomSetting
|
|
|
53450
53225
|
export declare type MutationConfluenceLegacy_UpdatePushNotificationGroupSettingArgs = {
|
|
53451
53226
|
group: ConfluenceLegacy_PushNotificationGroupInputType;
|
|
53452
53227
|
};
|
|
53453
|
-
export declare type MutationConfluenceLegacy_UpdateRelationArgs = {
|
|
53454
|
-
input: ConfluenceLegacy_UpdateRelationInput;
|
|
53455
|
-
};
|
|
53456
53228
|
export declare type MutationConfluenceLegacy_UpdateSiteLookAndFeelArgs = {
|
|
53457
53229
|
input: ConfluenceLegacy_UpdateSiteLookAndFeelInput;
|
|
53458
53230
|
};
|
|
@@ -56346,7 +56118,6 @@ export declare type Query = {
|
|
|
56346
56118
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
56347
56119
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
56348
56120
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
56349
|
-
dummyQuery?: Maybe<Scalars['String']['output']>;
|
|
56350
56121
|
dvcs?: Maybe<DvcsQuery>;
|
|
56351
56122
|
echo?: Maybe<Scalars['String']['output']>;
|
|
56352
56123
|
ecosystem?: Maybe<EcosystemQuery>;
|