@forge/cli-shared 6.3.1-next.1 → 6.4.0-next.11
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 +71 -0
- package/out/graphql/graphql-types.d.ts +838 -81
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +36 -20
- package/out/service/statsig-service.js +1 -1
- package/out/shared/error-handling.d.ts +0 -2
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +0 -5
- package/out/ui/text.d.ts +41 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +57 -1
- package/package.json +2 -2
|
@@ -135,6 +135,7 @@ export declare type ActionsAction = {
|
|
|
135
135
|
actionVerb?: Maybe<Scalars['String']['output']>;
|
|
136
136
|
auth: Array<ActionsAuthType>;
|
|
137
137
|
description?: Maybe<ActionsDescription>;
|
|
138
|
+
enabledCapabilities?: Maybe<Array<Maybe<ActionsCapabilityType>>>;
|
|
138
139
|
extensionAri?: Maybe<Scalars['String']['output']>;
|
|
139
140
|
icon?: Maybe<Scalars['String']['output']>;
|
|
140
141
|
inputs?: Maybe<Array<ActionsActionInputTuple>>;
|
|
@@ -168,6 +169,7 @@ export declare type ActionsActionType = {
|
|
|
168
169
|
contextEntityType?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
169
170
|
description?: Maybe<ActionsDescription>;
|
|
170
171
|
displayName: Scalars['String']['output'];
|
|
172
|
+
enabledCapabilities?: Maybe<Array<Maybe<ActionsCapabilityType>>>;
|
|
171
173
|
entityProperty?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
172
174
|
entityType?: Maybe<Scalars['String']['output']>;
|
|
173
175
|
inputs?: Maybe<Array<ActionsActionInputTuple>>;
|
|
@@ -221,6 +223,9 @@ export declare enum ActionsAuthType {
|
|
|
221
223
|
ThreeLegged = "THREE_LEGGED",
|
|
222
224
|
TwoLegged = "TWO_LEGGED"
|
|
223
225
|
}
|
|
226
|
+
export declare enum ActionsCapabilityType {
|
|
227
|
+
Automation = "AUTOMATION"
|
|
228
|
+
}
|
|
224
229
|
export declare type ActionsDescription = {
|
|
225
230
|
__typename?: 'ActionsDescription';
|
|
226
231
|
ai?: Maybe<Scalars['String']['output']>;
|
|
@@ -988,6 +993,7 @@ export declare type AppInstallationLicense = {
|
|
|
988
993
|
ccpEntitlementId?: Maybe<Scalars['String']['output']>;
|
|
989
994
|
ccpEntitlementSlug?: Maybe<Scalars['String']['output']>;
|
|
990
995
|
isEvaluation?: Maybe<Scalars['Boolean']['output']>;
|
|
996
|
+
modes?: Maybe<Array<EcosystemLicenseMode>>;
|
|
991
997
|
subscriptionEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
992
998
|
supportEntitlementNumber?: Maybe<Scalars['String']['output']>;
|
|
993
999
|
trialEndDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -1301,6 +1307,35 @@ export declare type AppStorageMutationDeleteAppStoredEntityArgs = {
|
|
|
1301
1307
|
export declare type AppStorageMutationSetAppStoredEntityArgs = {
|
|
1302
1308
|
input: SetAppStoredEntityMutationInput;
|
|
1303
1309
|
};
|
|
1310
|
+
export declare type AppStorageSqlDatabaseColumn = {
|
|
1311
|
+
__typename?: 'AppStorageSqlDatabaseColumn';
|
|
1312
|
+
default: Scalars['String']['output'];
|
|
1313
|
+
extra: Scalars['String']['output'];
|
|
1314
|
+
field: Scalars['String']['output'];
|
|
1315
|
+
key: Scalars['String']['output'];
|
|
1316
|
+
null: Scalars['String']['output'];
|
|
1317
|
+
type: Scalars['String']['output'];
|
|
1318
|
+
};
|
|
1319
|
+
export declare type AppStorageSqlDatabaseInput = {
|
|
1320
|
+
installationId: Scalars['ID']['input'];
|
|
1321
|
+
};
|
|
1322
|
+
export declare type AppStorageSqlDatabaseMigration = {
|
|
1323
|
+
__typename?: 'AppStorageSqlDatabaseMigration';
|
|
1324
|
+
id: Scalars['Int']['output'];
|
|
1325
|
+
migratedAt: Scalars['String']['output'];
|
|
1326
|
+
name: Scalars['String']['output'];
|
|
1327
|
+
};
|
|
1328
|
+
export declare type AppStorageSqlDatabasePayload = {
|
|
1329
|
+
__typename?: 'AppStorageSqlDatabasePayload';
|
|
1330
|
+
databaseSize: Scalars['Int']['output'];
|
|
1331
|
+
migrations: Array<Maybe<AppStorageSqlDatabaseMigration>>;
|
|
1332
|
+
tables: Array<Maybe<AppStorageSqlDatabaseTable>>;
|
|
1333
|
+
};
|
|
1334
|
+
export declare type AppStorageSqlDatabaseTable = {
|
|
1335
|
+
__typename?: 'AppStorageSqlDatabaseTable';
|
|
1336
|
+
columns: Array<AppStorageSqlDatabaseColumn>;
|
|
1337
|
+
name: Scalars['String']['output'];
|
|
1338
|
+
};
|
|
1304
1339
|
export declare type AppStoredCustomEntity = {
|
|
1305
1340
|
__typename?: 'AppStoredCustomEntity';
|
|
1306
1341
|
entityName: Scalars['String']['output'];
|
|
@@ -1948,9 +1983,21 @@ export declare type BasicBoardFeatureView = Node & {
|
|
|
1948
1983
|
status?: Maybe<Scalars['String']['output']>;
|
|
1949
1984
|
title?: Maybe<Scalars['String']['output']>;
|
|
1950
1985
|
};
|
|
1986
|
+
export declare type BitbucketPrAuthor = {
|
|
1987
|
+
__typename?: 'BitbucketPRAuthor';
|
|
1988
|
+
authorAccountId?: Maybe<Scalars['String']['output']>;
|
|
1989
|
+
};
|
|
1951
1990
|
export declare enum BitbucketPermission {
|
|
1952
1991
|
Admin = "ADMIN"
|
|
1953
1992
|
}
|
|
1993
|
+
export declare type BitbucketPullRequest = Node & {
|
|
1994
|
+
__typename?: 'BitbucketPullRequest';
|
|
1995
|
+
author?: Maybe<BitbucketPrAuthor>;
|
|
1996
|
+
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1997
|
+
id: Scalars['ID']['output'];
|
|
1998
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
1999
|
+
title: Scalars['String']['output'];
|
|
2000
|
+
};
|
|
1954
2001
|
export declare type BitbucketQuery = {
|
|
1955
2002
|
__typename?: 'BitbucketQuery';
|
|
1956
2003
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
@@ -4325,7 +4372,7 @@ export declare type CompassComponentTypeEdge = {
|
|
|
4325
4372
|
cursor: Scalars['String']['output'];
|
|
4326
4373
|
node?: Maybe<CompassComponentTypeObject>;
|
|
4327
4374
|
};
|
|
4328
|
-
export declare type CompassComponentTypeObject = {
|
|
4375
|
+
export declare type CompassComponentTypeObject = Node & {
|
|
4329
4376
|
__typename?: 'CompassComponentTypeObject';
|
|
4330
4377
|
componentCount?: Maybe<Scalars['Int']['output']>;
|
|
4331
4378
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5801,7 +5848,7 @@ export declare type CompassMetricDefinitionsQuery = {
|
|
|
5801
5848
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5802
5849
|
};
|
|
5803
5850
|
export declare type CompassMetricDefinitionsQueryResult = CompassMetricDefinitionsConnection | QueryError;
|
|
5804
|
-
export declare type CompassMetricSource = {
|
|
5851
|
+
export declare type CompassMetricSource = Node & {
|
|
5805
5852
|
__typename?: 'CompassMetricSource';
|
|
5806
5853
|
component?: Maybe<CompassComponent>;
|
|
5807
5854
|
derivedFrom?: Maybe<Array<EventSource>>;
|
|
@@ -6417,6 +6464,7 @@ export declare type CompassScorecardMetricCriterionScore = CompassScorecardCrite
|
|
|
6417
6464
|
export declare type CompassScorecardQueryFilter = {
|
|
6418
6465
|
componentTypeIds?: InputMaybe<CompassScorecardAppliedToComponentsTypesFilter>;
|
|
6419
6466
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6467
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
|
6420
6468
|
type?: InputMaybe<CompassScorecardTypesFilter>;
|
|
6421
6469
|
};
|
|
6422
6470
|
export declare type CompassScorecardQuerySort = {
|
|
@@ -14334,6 +14382,49 @@ export declare type ConnectedDataQueryServicesArgs = {
|
|
|
14334
14382
|
cloudId: Scalars['ID']['input'];
|
|
14335
14383
|
id: Scalars['ID']['input'];
|
|
14336
14384
|
};
|
|
14385
|
+
export declare type ConnectionManagerConfiguration = {
|
|
14386
|
+
__typename?: 'ConnectionManagerConfiguration';
|
|
14387
|
+
parameters?: Maybe<Scalars['String']['output']>;
|
|
14388
|
+
};
|
|
14389
|
+
export declare type ConnectionManagerConfigurationInput = {
|
|
14390
|
+
parameters?: InputMaybe<Scalars['String']['input']>;
|
|
14391
|
+
};
|
|
14392
|
+
export declare type ConnectionManagerConnection = {
|
|
14393
|
+
__typename?: 'ConnectionManagerConnection';
|
|
14394
|
+
configuration?: Maybe<ConnectionManagerConfiguration>;
|
|
14395
|
+
connectionId?: Maybe<Scalars['String']['output']>;
|
|
14396
|
+
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
14397
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
14398
|
+
};
|
|
14399
|
+
export declare type ConnectionManagerConnections = {
|
|
14400
|
+
__typename?: 'ConnectionManagerConnections';
|
|
14401
|
+
connections?: Maybe<Array<Maybe<ConnectionManagerConnection>>>;
|
|
14402
|
+
};
|
|
14403
|
+
export declare type ConnectionManagerConnectionsByJiraProjectResult = ConnectionManagerConnections | QueryError;
|
|
14404
|
+
export declare type ConnectionManagerConnectionsFilter = {
|
|
14405
|
+
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
14406
|
+
};
|
|
14407
|
+
export declare type ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload = Payload & {
|
|
14408
|
+
__typename?: 'ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload';
|
|
14409
|
+
createdConnectionId?: Maybe<Scalars['ID']['output']>;
|
|
14410
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14411
|
+
success: Scalars['Boolean']['output'];
|
|
14412
|
+
};
|
|
14413
|
+
export declare type ConnectionManagerCreateApiTokenConnectionInput = {
|
|
14414
|
+
configuration?: InputMaybe<ConnectionManagerConfigurationInput>;
|
|
14415
|
+
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
14416
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
14417
|
+
tokens?: InputMaybe<Array<InputMaybe<ConnectionManagerTokenInput>>>;
|
|
14418
|
+
};
|
|
14419
|
+
export declare type ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload = Payload & {
|
|
14420
|
+
__typename?: 'ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload';
|
|
14421
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14422
|
+
success: Scalars['Boolean']['output'];
|
|
14423
|
+
};
|
|
14424
|
+
export declare type ConnectionManagerTokenInput = {
|
|
14425
|
+
token?: InputMaybe<Scalars['String']['input']>;
|
|
14426
|
+
tokenId?: InputMaybe<Scalars['String']['input']>;
|
|
14427
|
+
};
|
|
14337
14428
|
export declare type ContainerEventObject = {
|
|
14338
14429
|
__typename?: 'ContainerEventObject';
|
|
14339
14430
|
attributes: Scalars['JSON']['output'];
|
|
@@ -14960,11 +15051,13 @@ export declare type ContentPlatformIpmInlineDialog = {
|
|
|
14960
15051
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14961
15052
|
featuredImage?: Maybe<ContentPlatformIpmCompImage>;
|
|
14962
15053
|
id: Scalars['String']['output'];
|
|
15054
|
+
ipmNumber: Scalars['String']['output'];
|
|
14963
15055
|
primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
|
|
14964
15056
|
secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
|
|
14965
15057
|
title: Scalars['String']['output'];
|
|
14966
15058
|
trigger: ContentPlatformIpmTrigger;
|
|
14967
15059
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
15060
|
+
variant: Scalars['String']['output'];
|
|
14968
15061
|
};
|
|
14969
15062
|
export declare type ContentPlatformIpmInlineDialogResultEdge = {
|
|
14970
15063
|
__typename?: 'ContentPlatformIpmInlineDialogResultEdge';
|
|
@@ -16635,6 +16728,10 @@ export declare enum CustomerServiceCustomDetailsEntityType {
|
|
|
16635
16728
|
Organization = "ORGANIZATION"
|
|
16636
16729
|
}
|
|
16637
16730
|
export declare type CustomerServiceCustomDetailsQueryResult = CustomerServiceCustomDetails | QueryError;
|
|
16731
|
+
export declare type CustomerServiceDefaultRoutingRuleInput = {
|
|
16732
|
+
issueTypeId: Scalars['String']['input'];
|
|
16733
|
+
projectId: Scalars['ID']['input'];
|
|
16734
|
+
};
|
|
16638
16735
|
export declare type CustomerServiceEntitledEntity = CustomerServiceIndividual | CustomerServiceOrganization;
|
|
16639
16736
|
export declare type CustomerServiceEntitlement = Node & {
|
|
16640
16737
|
__typename?: 'CustomerServiceEntitlement';
|
|
@@ -16742,12 +16839,14 @@ export declare type CustomerServiceMutationApi = {
|
|
|
16742
16839
|
createOrganization?: Maybe<CustomerServiceOrganizationCreatePayload>;
|
|
16743
16840
|
createOrganizationAttribute?: Maybe<CustomerServiceAttributeCreatePayload>;
|
|
16744
16841
|
createProduct?: Maybe<CustomerServiceProductCreatePayload>;
|
|
16842
|
+
createTemplateForm?: Maybe<CustomerServiceTemplateFormCreatePayload>;
|
|
16745
16843
|
deleteCustomDetail?: Maybe<CustomerServiceCustomDetailDeletePayload>;
|
|
16746
16844
|
deleteIndividualAttribute?: Maybe<CustomerServiceAttributeDeletePayload>;
|
|
16747
16845
|
deleteNote?: Maybe<CustomerServiceNoteDeletePayload>;
|
|
16748
16846
|
deleteOrganization?: Maybe<CustomerServiceOrganizationDeletePayload>;
|
|
16749
16847
|
deleteOrganizationAttribute?: Maybe<CustomerServiceAttributeDeletePayload>;
|
|
16750
16848
|
deleteProduct?: Maybe<CustomerServiceProductDeletePayload>;
|
|
16849
|
+
deleteTemplateForm?: Maybe<CustomerServiceTemplateFormDeletePayload>;
|
|
16751
16850
|
removeEntitlement?: Maybe<CustomerServiceEntitlementRemovePayload>;
|
|
16752
16851
|
updateCustomDetail?: Maybe<CustomerServiceCustomDetailUpdatePayload>;
|
|
16753
16852
|
updateCustomDetailConfig?: Maybe<CustomerServiceCustomDetailConfigMetadataUpdatePayload>;
|
|
@@ -16766,6 +16865,7 @@ export declare type CustomerServiceMutationApi = {
|
|
|
16766
16865
|
updateOrganizationAttributeValue?: Maybe<CustomerServiceOrganizationUpdateAttributeValuePayload>;
|
|
16767
16866
|
updateOrganizationAttributeValueByName?: Maybe<CustomerServiceOrganizationUpdateAttributeValuePayload>;
|
|
16768
16867
|
updateProduct?: Maybe<CustomerServiceProductUpdatePayload>;
|
|
16868
|
+
updateTemplateForm?: Maybe<CustomerServiceTemplateFormUpdatePayload>;
|
|
16769
16869
|
};
|
|
16770
16870
|
export declare type CustomerServiceMutationApiAddEntitlementArgs = {
|
|
16771
16871
|
input: CustomerServiceEntitlementAddInput;
|
|
@@ -16788,6 +16888,9 @@ export declare type CustomerServiceMutationApiCreateOrganizationAttributeArgs =
|
|
|
16788
16888
|
export declare type CustomerServiceMutationApiCreateProductArgs = {
|
|
16789
16889
|
input: CustomerServiceProductCreateInput;
|
|
16790
16890
|
};
|
|
16891
|
+
export declare type CustomerServiceMutationApiCreateTemplateFormArgs = {
|
|
16892
|
+
input: CustomerServiceTemplateFormCreateInput;
|
|
16893
|
+
};
|
|
16791
16894
|
export declare type CustomerServiceMutationApiDeleteCustomDetailArgs = {
|
|
16792
16895
|
input: CustomerServiceCustomDetailDeleteInput;
|
|
16793
16896
|
};
|
|
@@ -16806,6 +16909,9 @@ export declare type CustomerServiceMutationApiDeleteOrganizationAttributeArgs =
|
|
|
16806
16909
|
export declare type CustomerServiceMutationApiDeleteProductArgs = {
|
|
16807
16910
|
input: CustomerServiceProductDeleteInput;
|
|
16808
16911
|
};
|
|
16912
|
+
export declare type CustomerServiceMutationApiDeleteTemplateFormArgs = {
|
|
16913
|
+
input: CustomerServiceTemplateFormDeleteInput;
|
|
16914
|
+
};
|
|
16809
16915
|
export declare type CustomerServiceMutationApiRemoveEntitlementArgs = {
|
|
16810
16916
|
input: CustomerServiceEntitlementRemoveInput;
|
|
16811
16917
|
};
|
|
@@ -16860,6 +16966,11 @@ export declare type CustomerServiceMutationApiUpdateOrganizationAttributeValueBy
|
|
|
16860
16966
|
export declare type CustomerServiceMutationApiUpdateProductArgs = {
|
|
16861
16967
|
input: CustomerServiceProductUpdateInput;
|
|
16862
16968
|
};
|
|
16969
|
+
export declare type CustomerServiceMutationApiUpdateTemplateFormArgs = {
|
|
16970
|
+
helpCenterId: Scalars['ID']['input'];
|
|
16971
|
+
input: CustomerServiceTemplateFormUpdateInput;
|
|
16972
|
+
templateFormId: Scalars['ID']['input'];
|
|
16973
|
+
};
|
|
16863
16974
|
export declare type CustomerServiceNote = {
|
|
16864
16975
|
__typename?: 'CustomerServiceNote';
|
|
16865
16976
|
author: CustomerServiceNoteAuthor;
|
|
@@ -17071,6 +17182,8 @@ export declare type CustomerServiceQueryApi = {
|
|
|
17071
17182
|
organizationByOrganizationId?: Maybe<CustomerServiceOrganizationQueryResult>;
|
|
17072
17183
|
productConnections?: Maybe<CustomerServiceProductConnection>;
|
|
17073
17184
|
products?: Maybe<CustomerServiceProductQueryResult>;
|
|
17185
|
+
templateFormById?: Maybe<CustomerServiceTemplateFormQueryResult>;
|
|
17186
|
+
templateForms?: Maybe<CustomerServiceTemplateFormConnection>;
|
|
17074
17187
|
};
|
|
17075
17188
|
export declare type CustomerServiceQueryApiCustomDetailsByEntityTypeArgs = {
|
|
17076
17189
|
customDetailsEntityType: CustomerServiceCustomDetailsEntityType;
|
|
@@ -17097,11 +17210,78 @@ export declare type CustomerServiceQueryApiProductsArgs = {
|
|
|
17097
17210
|
filter?: InputMaybe<CustomerServiceProductFilterInput>;
|
|
17098
17211
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17099
17212
|
};
|
|
17213
|
+
export declare type CustomerServiceQueryApiTemplateFormByIdArgs = {
|
|
17214
|
+
helpCenterId: Scalars['ID']['input'];
|
|
17215
|
+
templateFormId: Scalars['ID']['input'];
|
|
17216
|
+
};
|
|
17217
|
+
export declare type CustomerServiceQueryApiTemplateFormsArgs = {
|
|
17218
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
17219
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17220
|
+
helpCenterId: Scalars['ID']['input'];
|
|
17221
|
+
};
|
|
17222
|
+
export declare type CustomerServiceRoutingRule = {
|
|
17223
|
+
__typename?: 'CustomerServiceRoutingRule';
|
|
17224
|
+
id: Scalars['ID']['output'];
|
|
17225
|
+
issueTypeIconUrl?: Maybe<Scalars['String']['output']>;
|
|
17226
|
+
issueTypeId?: Maybe<Scalars['ID']['output']>;
|
|
17227
|
+
issueTypeName?: Maybe<Scalars['String']['output']>;
|
|
17228
|
+
project?: Maybe<JiraProject>;
|
|
17229
|
+
projectId?: Maybe<Scalars['ID']['output']>;
|
|
17230
|
+
};
|
|
17100
17231
|
export declare type CustomerServiceStatusPayload = Payload & {
|
|
17101
17232
|
__typename?: 'CustomerServiceStatusPayload';
|
|
17102
17233
|
errors?: Maybe<Array<MutationError>>;
|
|
17103
17234
|
success: Scalars['Boolean']['output'];
|
|
17104
17235
|
};
|
|
17236
|
+
export declare type CustomerServiceTemplateForm = Node & {
|
|
17237
|
+
__typename?: 'CustomerServiceTemplateForm';
|
|
17238
|
+
defaultRouteRule?: Maybe<CustomerServiceRoutingRule>;
|
|
17239
|
+
helpCenter?: Maybe<HelpCenterQueryResult>;
|
|
17240
|
+
helpCenterId: Scalars['ID']['output'];
|
|
17241
|
+
id: Scalars['ID']['output'];
|
|
17242
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
17243
|
+
};
|
|
17244
|
+
export declare type CustomerServiceTemplateFormConnection = {
|
|
17245
|
+
__typename?: 'CustomerServiceTemplateFormConnection';
|
|
17246
|
+
edges: Array<CustomerServiceTemplateFormEdge>;
|
|
17247
|
+
pageInfo: PageInfo;
|
|
17248
|
+
};
|
|
17249
|
+
export declare type CustomerServiceTemplateFormCreateInput = {
|
|
17250
|
+
defaultRoutingRule?: InputMaybe<CustomerServiceDefaultRoutingRuleInput>;
|
|
17251
|
+
helpCenterId: Scalars['ID']['input'];
|
|
17252
|
+
name: Scalars['String']['input'];
|
|
17253
|
+
};
|
|
17254
|
+
export declare type CustomerServiceTemplateFormCreatePayload = Payload & {
|
|
17255
|
+
__typename?: 'CustomerServiceTemplateFormCreatePayload';
|
|
17256
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17257
|
+
success: Scalars['Boolean']['output'];
|
|
17258
|
+
successfullyCreatedTemplateForm?: Maybe<CustomerServiceTemplateFormEdge>;
|
|
17259
|
+
};
|
|
17260
|
+
export declare type CustomerServiceTemplateFormDeleteInput = {
|
|
17261
|
+
helpCenterId: Scalars['ID']['input'];
|
|
17262
|
+
templateFormId: Scalars['ID']['input'];
|
|
17263
|
+
};
|
|
17264
|
+
export declare type CustomerServiceTemplateFormDeletePayload = Payload & {
|
|
17265
|
+
__typename?: 'CustomerServiceTemplateFormDeletePayload';
|
|
17266
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17267
|
+
success: Scalars['Boolean']['output'];
|
|
17268
|
+
};
|
|
17269
|
+
export declare type CustomerServiceTemplateFormEdge = {
|
|
17270
|
+
__typename?: 'CustomerServiceTemplateFormEdge';
|
|
17271
|
+
cursor: Scalars['String']['output'];
|
|
17272
|
+
node?: Maybe<CustomerServiceTemplateForm>;
|
|
17273
|
+
};
|
|
17274
|
+
export declare type CustomerServiceTemplateFormQueryResult = CustomerServiceTemplateForm | QueryError;
|
|
17275
|
+
export declare type CustomerServiceTemplateFormUpdateInput = {
|
|
17276
|
+
defaultRoutingRule?: InputMaybe<CustomerServiceDefaultRoutingRuleInput>;
|
|
17277
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
17278
|
+
};
|
|
17279
|
+
export declare type CustomerServiceTemplateFormUpdatePayload = Payload & {
|
|
17280
|
+
__typename?: 'CustomerServiceTemplateFormUpdatePayload';
|
|
17281
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17282
|
+
success: Scalars['Boolean']['output'];
|
|
17283
|
+
successfullyCreatedTemplateForm?: Maybe<CustomerServiceTemplateFormEdge>;
|
|
17284
|
+
};
|
|
17105
17285
|
export declare type CustomerServiceUpdateCustomDetailContextConfigsPayload = Payload & {
|
|
17106
17286
|
__typename?: 'CustomerServiceUpdateCustomDetailContextConfigsPayload';
|
|
17107
17287
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -17768,6 +17948,7 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
17768
17948
|
export declare enum DevAiIssueScopingLabel {
|
|
17769
17949
|
Complex = "COMPLEX",
|
|
17770
17950
|
InScope = "IN_SCOPE",
|
|
17951
|
+
Optimal = "OPTIMAL",
|
|
17771
17952
|
Recoverable = "RECOVERABLE",
|
|
17772
17953
|
Unsolvable = "UNSOLVABLE"
|
|
17773
17954
|
}
|
|
@@ -19521,7 +19702,7 @@ export declare type EarliestViewViewedForUser = {
|
|
|
19521
19702
|
};
|
|
19522
19703
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
19523
19704
|
export declare type EcosystemAppInstallationOverridesInput = {
|
|
19524
|
-
|
|
19705
|
+
licenseModes?: InputMaybe<Array<EcosystemLicenseMode>>;
|
|
19525
19706
|
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19526
19707
|
};
|
|
19527
19708
|
export declare type EcosystemAppNetworkEgressPermission = {
|
|
@@ -19725,6 +19906,7 @@ export declare type EcosystemQuery = {
|
|
|
19725
19906
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
19726
19907
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
19727
19908
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
19909
|
+
userAccess?: Maybe<UserAccess>;
|
|
19728
19910
|
userGrants?: Maybe<UserGrantConnection>;
|
|
19729
19911
|
userInstallationRules?: Maybe<UserInstallationRules>;
|
|
19730
19912
|
};
|
|
@@ -19783,6 +19965,11 @@ export declare type EcosystemQueryForgeMetricsArgs = {
|
|
|
19783
19965
|
export declare type EcosystemQueryFortifiedMetricsArgs = {
|
|
19784
19966
|
appKey: Scalars['ID']['input'];
|
|
19785
19967
|
};
|
|
19968
|
+
export declare type EcosystemQueryUserAccessArgs = {
|
|
19969
|
+
contextId: Scalars['ID']['input'];
|
|
19970
|
+
definitionId: Scalars['ID']['input'];
|
|
19971
|
+
userAaid?: InputMaybe<Scalars['ID']['input']>;
|
|
19972
|
+
};
|
|
19786
19973
|
export declare type EcosystemQueryUserGrantsArgs = {
|
|
19787
19974
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
19788
19975
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -19906,11 +20093,15 @@ export declare type Extension = {
|
|
|
19906
20093
|
scopes: Array<Scalars['String']['output']>;
|
|
19907
20094
|
securityPolicies?: Maybe<Array<AppSecurityPoliciesPermissionExtension>>;
|
|
19908
20095
|
type: Scalars['String']['output'];
|
|
20096
|
+
userAccess: UserAccess;
|
|
19909
20097
|
versionId: Scalars['ID']['output'];
|
|
19910
20098
|
};
|
|
19911
20099
|
export declare type ExtensionDataClassificationPolicyDecisionArgs = {
|
|
19912
20100
|
input: DataClassificationPolicyDecisionInput;
|
|
19913
20101
|
};
|
|
20102
|
+
export declare type ExtensionUserAccessArgs = {
|
|
20103
|
+
userAaid?: InputMaybe<Scalars['ID']['input']>;
|
|
20104
|
+
};
|
|
19914
20105
|
export declare type ExtensionContext = {
|
|
19915
20106
|
__typename?: 'ExtensionContext';
|
|
19916
20107
|
appAuditLogs: AppAuditConnection;
|
|
@@ -19980,7 +20171,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
19980
20171
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
19981
20172
|
node?: Maybe<ExternalAssociation>;
|
|
19982
20173
|
};
|
|
19983
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
20174
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
19984
20175
|
export declare type ExternalAttachment = {
|
|
19985
20176
|
__typename?: 'ExternalAttachment';
|
|
19986
20177
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -20301,10 +20492,11 @@ export declare type ExternalEntities = {
|
|
|
20301
20492
|
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
20302
20493
|
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
20303
20494
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
20495
|
+
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
20304
20496
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
20305
20497
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
20306
20498
|
};
|
|
20307
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
|
|
20499
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability;
|
|
20308
20500
|
export declare type ExternalEnvironment = {
|
|
20309
20501
|
__typename?: 'ExternalEnvironment';
|
|
20310
20502
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -20391,7 +20583,7 @@ export declare type ExternalIcon = {
|
|
|
20391
20583
|
__typename?: 'ExternalIcon';
|
|
20392
20584
|
height?: Maybe<Scalars['Int']['output']>;
|
|
20393
20585
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
20394
|
-
|
|
20586
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20395
20587
|
width?: Maybe<Scalars['Int']['output']>;
|
|
20396
20588
|
};
|
|
20397
20589
|
export declare type ExternalLargeContent = {
|
|
@@ -20522,6 +20714,24 @@ export declare type ExternalReviewer = {
|
|
|
20522
20714
|
approvalStatus?: Maybe<ExternalApprovalStatus>;
|
|
20523
20715
|
user?: Maybe<ExternalUser>;
|
|
20524
20716
|
};
|
|
20717
|
+
export declare type ExternalSpace = Node & {
|
|
20718
|
+
__typename?: 'ExternalSpace';
|
|
20719
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
20720
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20721
|
+
createdBy?: Maybe<ExternalUser>;
|
|
20722
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20723
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
20724
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
20725
|
+
icon?: Maybe<ExternalIcon>;
|
|
20726
|
+
id: Scalars['ID']['output'];
|
|
20727
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
20728
|
+
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
20729
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
20730
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
20731
|
+
spaceType?: Maybe<Scalars['String']['output']>;
|
|
20732
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
20733
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20734
|
+
};
|
|
20525
20735
|
export declare type ExternalTestInfo = {
|
|
20526
20736
|
__typename?: 'ExternalTestInfo';
|
|
20527
20737
|
numberFailed?: Maybe<Scalars['Int']['output']>;
|
|
@@ -25256,7 +25466,9 @@ export declare type GraphStore = {
|
|
|
25256
25466
|
appInstallationAssociatedToSecurityWorkspaceInverseRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25257
25467
|
appInstallationAssociatedToSecurityWorkspaceRelationship?: Maybe<GraphStoreFullAppInstallationAssociatedToSecurityWorkspaceConnection>;
|
|
25258
25468
|
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
25469
|
+
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
|
|
25259
25470
|
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
25471
|
+
atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
|
|
25260
25472
|
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
|
|
25261
25473
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
25262
25474
|
atlasGoalHasSubAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalInverseConnection>;
|
|
@@ -25266,8 +25478,11 @@ export declare type GraphStore = {
|
|
|
25266
25478
|
atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
|
|
25267
25479
|
atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
|
|
25268
25480
|
atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
|
|
25481
|
+
atlasProjectHasContributor?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorConnection>;
|
|
25269
25482
|
atlasProjectHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection>;
|
|
25483
|
+
atlasProjectHasFollower?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerConnection>;
|
|
25270
25484
|
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
25485
|
+
atlasProjectHasOwner?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerConnection>;
|
|
25271
25486
|
atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
|
|
25272
25487
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
25273
25488
|
atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
|
|
@@ -25288,6 +25503,8 @@ export declare type GraphStore = {
|
|
|
25288
25503
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
25289
25504
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
25290
25505
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
25506
|
+
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
25507
|
+
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
25291
25508
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
25292
25509
|
contentReferencedEntityBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
25293
25510
|
contentReferencedEntityInverse?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseConnection>;
|
|
@@ -25381,6 +25598,7 @@ export declare type GraphStore = {
|
|
|
25381
25598
|
issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
|
|
25382
25599
|
issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
25383
25600
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
25601
|
+
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
25384
25602
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
25385
25603
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
25386
25604
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
@@ -25602,9 +25820,14 @@ export declare type GraphStore = {
|
|
|
25602
25820
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
25603
25821
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
25604
25822
|
userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
|
|
25823
|
+
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
25605
25824
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
25825
|
+
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
25826
|
+
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
25606
25827
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
25828
|
+
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
25607
25829
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
25830
|
+
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
25608
25831
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
25609
25832
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
25610
25833
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -25674,6 +25897,13 @@ export declare type GraphStoreAtlasGoalHasContributorInverseArgs = {
|
|
|
25674
25897
|
id: Scalars['ID']['input'];
|
|
25675
25898
|
sort?: InputMaybe<GraphStoreAtlasGoalHasContributorSortInput>;
|
|
25676
25899
|
};
|
|
25900
|
+
export declare type GraphStoreAtlasGoalHasFollowerArgs = {
|
|
25901
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25902
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25903
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25904
|
+
id: Scalars['ID']['input'];
|
|
25905
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
25906
|
+
};
|
|
25677
25907
|
export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
25678
25908
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25679
25909
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25681,6 +25911,13 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
|
25681
25911
|
id: Scalars['ID']['input'];
|
|
25682
25912
|
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
25683
25913
|
};
|
|
25914
|
+
export declare type GraphStoreAtlasGoalHasOwnerArgs = {
|
|
25915
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25916
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25917
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25918
|
+
id: Scalars['ID']['input'];
|
|
25919
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasOwnerSortInput>;
|
|
25920
|
+
};
|
|
25684
25921
|
export declare type GraphStoreAtlasGoalHasOwnerInverseArgs = {
|
|
25685
25922
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25686
25923
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25740,6 +25977,13 @@ export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
|
|
|
25740
25977
|
id: Scalars['ID']['input'];
|
|
25741
25978
|
sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
|
|
25742
25979
|
};
|
|
25980
|
+
export declare type GraphStoreAtlasProjectHasContributorArgs = {
|
|
25981
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25982
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25983
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25984
|
+
id: Scalars['ID']['input'];
|
|
25985
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasContributorSortInput>;
|
|
25986
|
+
};
|
|
25743
25987
|
export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
|
|
25744
25988
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25745
25989
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25747,6 +25991,13 @@ export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
|
|
|
25747
25991
|
id: Scalars['ID']['input'];
|
|
25748
25992
|
sort?: InputMaybe<GraphStoreAtlasProjectHasContributorSortInput>;
|
|
25749
25993
|
};
|
|
25994
|
+
export declare type GraphStoreAtlasProjectHasFollowerArgs = {
|
|
25995
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25996
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25997
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25998
|
+
id: Scalars['ID']['input'];
|
|
25999
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
|
|
26000
|
+
};
|
|
25750
26001
|
export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
|
|
25751
26002
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25752
26003
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25754,6 +26005,13 @@ export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
|
|
|
25754
26005
|
id: Scalars['ID']['input'];
|
|
25755
26006
|
sort?: InputMaybe<GraphStoreAtlasProjectHasFollowerSortInput>;
|
|
25756
26007
|
};
|
|
26008
|
+
export declare type GraphStoreAtlasProjectHasOwnerArgs = {
|
|
26009
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26010
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26011
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26012
|
+
id: Scalars['ID']['input'];
|
|
26013
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasOwnerSortInput>;
|
|
26014
|
+
};
|
|
25757
26015
|
export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
|
|
25758
26016
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25759
26017
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25878,6 +26136,20 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
|
|
|
25878
26136
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25879
26137
|
id: Scalars['ID']['input'];
|
|
25880
26138
|
};
|
|
26139
|
+
export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
|
|
26140
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26141
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26142
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26143
|
+
id: Scalars['ID']['input'];
|
|
26144
|
+
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceCommentSortInput>;
|
|
26145
|
+
};
|
|
26146
|
+
export declare type GraphStoreConfluencePageHasConfluenceCommentInverseArgs = {
|
|
26147
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26148
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26149
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26150
|
+
id: Scalars['ID']['input'];
|
|
26151
|
+
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceCommentSortInput>;
|
|
26152
|
+
};
|
|
25881
26153
|
export declare type GraphStoreContentReferencedEntityArgs = {
|
|
25882
26154
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25883
26155
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -26450,6 +26722,13 @@ export declare type GraphStoreIssueChangesComponentRelationshipArgs = {
|
|
|
26450
26722
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26451
26723
|
id: Scalars['ID']['input'];
|
|
26452
26724
|
};
|
|
26725
|
+
export declare type GraphStoreIssueHasAssigneeArgs = {
|
|
26726
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26727
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26728
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26729
|
+
id: Scalars['ID']['input'];
|
|
26730
|
+
sort?: InputMaybe<GraphStoreIssueHasAssigneeSortInput>;
|
|
26731
|
+
};
|
|
26453
26732
|
export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
26454
26733
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26455
26734
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27852,6 +28131,13 @@ export declare type GraphStoreUserAuthoredPrArgs = {
|
|
|
27852
28131
|
id: Scalars['ID']['input'];
|
|
27853
28132
|
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
27854
28133
|
};
|
|
28134
|
+
export declare type GraphStoreUserAuthoredPrInverseArgs = {
|
|
28135
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
28136
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28137
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28138
|
+
id: Scalars['ID']['input'];
|
|
28139
|
+
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
28140
|
+
};
|
|
27855
28141
|
export declare type GraphStoreUserHasTopProjectArgs = {
|
|
27856
28142
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27857
28143
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27859,6 +28145,20 @@ export declare type GraphStoreUserHasTopProjectArgs = {
|
|
|
27859
28145
|
id: Scalars['ID']['input'];
|
|
27860
28146
|
sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
|
|
27861
28147
|
};
|
|
28148
|
+
export declare type GraphStoreUserHasTopProjectInverseArgs = {
|
|
28149
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
28150
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28151
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28152
|
+
id: Scalars['ID']['input'];
|
|
28153
|
+
sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
|
|
28154
|
+
};
|
|
28155
|
+
export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
28156
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
28157
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28158
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28159
|
+
id: Scalars['ID']['input'];
|
|
28160
|
+
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
28161
|
+
};
|
|
27862
28162
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
27863
28163
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27864
28164
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27866,6 +28166,13 @@ export declare type GraphStoreUserOwnsComponentArgs = {
|
|
|
27866
28166
|
id: Scalars['ID']['input'];
|
|
27867
28167
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
27868
28168
|
};
|
|
28169
|
+
export declare type GraphStoreUserOwnsComponentInverseArgs = {
|
|
28170
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
28171
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28172
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28173
|
+
id: Scalars['ID']['input'];
|
|
28174
|
+
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
28175
|
+
};
|
|
27869
28176
|
export declare type GraphStoreUserReviewsPrArgs = {
|
|
27870
28177
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27871
28178
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27873,6 +28180,13 @@ export declare type GraphStoreUserReviewsPrArgs = {
|
|
|
27873
28180
|
id: Scalars['ID']['input'];
|
|
27874
28181
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
27875
28182
|
};
|
|
28183
|
+
export declare type GraphStoreUserReviewsPrInverseArgs = {
|
|
28184
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
28185
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28186
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28187
|
+
id: Scalars['ID']['input'];
|
|
28188
|
+
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
28189
|
+
};
|
|
27876
28190
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
27877
28191
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27878
28192
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28200,7 +28514,7 @@ export declare type GraphStoreBatchContentReferencedEntityEndNode = {
|
|
|
28200
28514
|
data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
|
|
28201
28515
|
id: Scalars['ID']['output'];
|
|
28202
28516
|
};
|
|
28203
|
-
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
28517
|
+
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
28204
28518
|
export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
|
|
28205
28519
|
__typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
|
|
28206
28520
|
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
|
|
@@ -28225,7 +28539,7 @@ export declare type GraphStoreBatchContentReferencedEntityStartNode = {
|
|
|
28225
28539
|
data?: Maybe<GraphStoreBatchContentReferencedEntityStartUnion>;
|
|
28226
28540
|
id: Scalars['ID']['output'];
|
|
28227
28541
|
};
|
|
28228
|
-
export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluencePage | JiraIssue;
|
|
28542
|
+
export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
28229
28543
|
export declare type GraphStoreBatchFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
28230
28544
|
__typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectConnection';
|
|
28231
28545
|
edges: Array<Maybe<GraphStoreBatchFocusAreaAssociatedToProjectEdge>>;
|
|
@@ -28731,7 +29045,7 @@ export declare type GraphStoreBatchMediaAttachedToContentEndNode = {
|
|
|
28731
29045
|
data?: Maybe<GraphStoreBatchMediaAttachedToContentEndUnion>;
|
|
28732
29046
|
id: Scalars['ID']['output'];
|
|
28733
29047
|
};
|
|
28734
|
-
export declare type GraphStoreBatchMediaAttachedToContentEndUnion = ConfluencePage | JiraIssue;
|
|
29048
|
+
export declare type GraphStoreBatchMediaAttachedToContentEndUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
28735
29049
|
export declare type GraphStoreBatchMediaAttachedToContentInnerConnection = {
|
|
28736
29050
|
__typename?: 'GraphStoreBatchMediaAttachedToContentInnerConnection';
|
|
28737
29051
|
edges: Array<Maybe<GraphStoreBatchMediaAttachedToContentInnerEdge>>;
|
|
@@ -28851,6 +29165,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
28851
29165
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28852
29166
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28853
29167
|
};
|
|
29168
|
+
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
29169
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29170
|
+
};
|
|
28854
29171
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
28855
29172
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28856
29173
|
};
|
|
@@ -29796,7 +30113,7 @@ export declare type GraphStoreFullContentReferencedEntityEndNode = {
|
|
|
29796
30113
|
data?: Maybe<GraphStoreFullContentReferencedEntityEndUnion>;
|
|
29797
30114
|
id: Scalars['ID']['output'];
|
|
29798
30115
|
};
|
|
29799
|
-
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
30116
|
+
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
29800
30117
|
export declare type GraphStoreFullContentReferencedEntityNode = Node & {
|
|
29801
30118
|
__typename?: 'GraphStoreFullContentReferencedEntityNode';
|
|
29802
30119
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -29810,7 +30127,7 @@ export declare type GraphStoreFullContentReferencedEntityStartNode = {
|
|
|
29810
30127
|
data?: Maybe<GraphStoreFullContentReferencedEntityStartUnion>;
|
|
29811
30128
|
id: Scalars['ID']['output'];
|
|
29812
30129
|
};
|
|
29813
|
-
export declare type GraphStoreFullContentReferencedEntityStartUnion = ConfluencePage | JiraIssue;
|
|
30130
|
+
export declare type GraphStoreFullContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
29814
30131
|
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
29815
30132
|
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewConnection';
|
|
29816
30133
|
edges: Array<Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -33886,6 +34203,19 @@ export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseEdge = {
|
|
|
33886
34203
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion>;
|
|
33887
34204
|
};
|
|
33888
34205
|
export declare type GraphStoreSimplifiedAtlasGoalHasContributorInverseUnion = TownsquareGoal;
|
|
34206
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerConnection = HasPageInfo & {
|
|
34207
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerConnection';
|
|
34208
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerEdge>>>;
|
|
34209
|
+
pageInfo: PageInfo;
|
|
34210
|
+
};
|
|
34211
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerEdge = {
|
|
34212
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerEdge';
|
|
34213
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34214
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34215
|
+
id: Scalars['ID']['output'];
|
|
34216
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34217
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerUnion>;
|
|
34218
|
+
};
|
|
33889
34219
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection = HasPageInfo & {
|
|
33890
34220
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection';
|
|
33891
34221
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge>>>;
|
|
@@ -33900,6 +34230,20 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
|
33900
34230
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion>;
|
|
33901
34231
|
};
|
|
33902
34232
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
|
|
34233
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34234
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
|
|
34235
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
|
|
34236
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
|
|
34237
|
+
pageInfo: PageInfo;
|
|
34238
|
+
};
|
|
34239
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerEdge = {
|
|
34240
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerEdge';
|
|
34241
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34242
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34243
|
+
id: Scalars['ID']['output'];
|
|
34244
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34245
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerUnion>;
|
|
34246
|
+
};
|
|
33903
34247
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection = HasPageInfo & {
|
|
33904
34248
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection';
|
|
33905
34249
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge>>>;
|
|
@@ -33914,6 +34258,7 @@ export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseEdge = {
|
|
|
33914
34258
|
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion>;
|
|
33915
34259
|
};
|
|
33916
34260
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerInverseUnion = TownsquareGoal;
|
|
34261
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
33917
34262
|
export declare type GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection = HasPageInfo & {
|
|
33918
34263
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection';
|
|
33919
34264
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalEdge>>>;
|
|
@@ -33998,6 +34343,19 @@ export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverse
|
|
|
33998
34343
|
};
|
|
33999
34344
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
|
|
34000
34345
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion = TownsquareProject;
|
|
34346
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasContributorConnection = HasPageInfo & {
|
|
34347
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorConnection';
|
|
34348
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorEdge>>>;
|
|
34349
|
+
pageInfo: PageInfo;
|
|
34350
|
+
};
|
|
34351
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasContributorEdge = {
|
|
34352
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorEdge';
|
|
34353
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34354
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34355
|
+
id: Scalars['ID']['output'];
|
|
34356
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34357
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorUnion>;
|
|
34358
|
+
};
|
|
34001
34359
|
export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection = HasPageInfo & {
|
|
34002
34360
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection';
|
|
34003
34361
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge>>>;
|
|
@@ -34012,6 +34370,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge =
|
|
|
34012
34370
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion>;
|
|
34013
34371
|
};
|
|
34014
34372
|
export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion = TownsquareProject;
|
|
34373
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasContributorUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34374
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerConnection = HasPageInfo & {
|
|
34375
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerConnection';
|
|
34376
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerEdge>>>;
|
|
34377
|
+
pageInfo: PageInfo;
|
|
34378
|
+
};
|
|
34379
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerEdge = {
|
|
34380
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerEdge';
|
|
34381
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34382
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34383
|
+
id: Scalars['ID']['output'];
|
|
34384
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34385
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerUnion>;
|
|
34386
|
+
};
|
|
34015
34387
|
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection = HasPageInfo & {
|
|
34016
34388
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection';
|
|
34017
34389
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge>>>;
|
|
@@ -34026,6 +34398,20 @@ export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge = {
|
|
|
34026
34398
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion>;
|
|
34027
34399
|
};
|
|
34028
34400
|
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseUnion = TownsquareProject;
|
|
34401
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34402
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerConnection = HasPageInfo & {
|
|
34403
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerConnection';
|
|
34404
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerEdge>>>;
|
|
34405
|
+
pageInfo: PageInfo;
|
|
34406
|
+
};
|
|
34407
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerEdge = {
|
|
34408
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerEdge';
|
|
34409
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34410
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34411
|
+
id: Scalars['ID']['output'];
|
|
34412
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34413
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerUnion>;
|
|
34414
|
+
};
|
|
34029
34415
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection = HasPageInfo & {
|
|
34030
34416
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection';
|
|
34031
34417
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge>>>;
|
|
@@ -34040,6 +34426,7 @@ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
|
|
|
34040
34426
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion>;
|
|
34041
34427
|
};
|
|
34042
34428
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
|
|
34429
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34043
34430
|
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection = HasPageInfo & {
|
|
34044
34431
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection';
|
|
34045
34432
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge>>>;
|
|
@@ -34198,6 +34585,34 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
34198
34585
|
};
|
|
34199
34586
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
34200
34587
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
34588
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
|
|
34589
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
|
|
34590
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
|
|
34591
|
+
pageInfo: PageInfo;
|
|
34592
|
+
};
|
|
34593
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge = {
|
|
34594
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge';
|
|
34595
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34596
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34597
|
+
id: Scalars['ID']['output'];
|
|
34598
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34599
|
+
node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentUnion>;
|
|
34600
|
+
};
|
|
34601
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection = HasPageInfo & {
|
|
34602
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection';
|
|
34603
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseEdge>>>;
|
|
34604
|
+
pageInfo: PageInfo;
|
|
34605
|
+
};
|
|
34606
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseEdge = {
|
|
34607
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseEdge';
|
|
34608
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34609
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34610
|
+
id: Scalars['ID']['output'];
|
|
34611
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34612
|
+
node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseUnion>;
|
|
34613
|
+
};
|
|
34614
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseUnion = ConfluenceBlogPost | ConfluencePage;
|
|
34615
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
34201
34616
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
34202
34617
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
34203
34618
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedContentReferencedEntityEdge>>>;
|
|
@@ -34224,8 +34639,8 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
34224
34639
|
lastUpdated: Scalars['DateTime']['output'];
|
|
34225
34640
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
34226
34641
|
};
|
|
34227
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluencePage | JiraIssue;
|
|
34228
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
34642
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
34643
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
34229
34644
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
|
|
34230
34645
|
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
|
|
34231
34646
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
|
|
@@ -34740,6 +35155,19 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
|
|
|
34740
35155
|
};
|
|
34741
35156
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
|
|
34742
35157
|
export declare type GraphStoreSimplifiedIssueChangesComponentUnion = CompassComponent;
|
|
35158
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeConnection = HasPageInfo & {
|
|
35159
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAssigneeConnection';
|
|
35160
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAssigneeEdge>>>;
|
|
35161
|
+
pageInfo: PageInfo;
|
|
35162
|
+
};
|
|
35163
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeEdge = {
|
|
35164
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAssigneeEdge';
|
|
35165
|
+
createdAt: Scalars['DateTime']['output'];
|
|
35166
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
35167
|
+
id: Scalars['ID']['output'];
|
|
35168
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
35169
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasAssigneeUnion>;
|
|
35170
|
+
};
|
|
34743
35171
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseConnection = HasPageInfo & {
|
|
34744
35172
|
__typename?: 'GraphStoreSimplifiedIssueHasAssigneeInverseConnection';
|
|
34745
35173
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseEdge>>>;
|
|
@@ -34754,6 +35182,7 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
|
34754
35182
|
node?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseUnion>;
|
|
34755
35183
|
};
|
|
34756
35184
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
35185
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34757
35186
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
34758
35187
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
34759
35188
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -35115,7 +35544,7 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
35115
35544
|
lastUpdated: Scalars['DateTime']['output'];
|
|
35116
35545
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
35117
35546
|
};
|
|
35118
|
-
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluencePage | JiraIssue;
|
|
35547
|
+
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
35119
35548
|
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
35120
35549
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
35121
35550
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -36427,6 +36856,20 @@ export declare type GraphStoreSimplifiedUserAuthoredPrEdge = {
|
|
|
36427
36856
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36428
36857
|
node?: Maybe<GraphStoreSimplifiedUserAuthoredPrUnion>;
|
|
36429
36858
|
};
|
|
36859
|
+
export declare type GraphStoreSimplifiedUserAuthoredPrInverseConnection = HasPageInfo & {
|
|
36860
|
+
__typename?: 'GraphStoreSimplifiedUserAuthoredPrInverseConnection';
|
|
36861
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrInverseEdge>>>;
|
|
36862
|
+
pageInfo: PageInfo;
|
|
36863
|
+
};
|
|
36864
|
+
export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
|
|
36865
|
+
__typename?: 'GraphStoreSimplifiedUserAuthoredPrInverseEdge';
|
|
36866
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36867
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36868
|
+
id: Scalars['ID']['output'];
|
|
36869
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36870
|
+
node?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseUnion>;
|
|
36871
|
+
};
|
|
36872
|
+
export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
36430
36873
|
export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails;
|
|
36431
36874
|
export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
|
|
36432
36875
|
__typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
|
|
@@ -36441,7 +36884,35 @@ export declare type GraphStoreSimplifiedUserHasTopProjectEdge = {
|
|
|
36441
36884
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36442
36885
|
node?: Maybe<GraphStoreSimplifiedUserHasTopProjectUnion>;
|
|
36443
36886
|
};
|
|
36887
|
+
export declare type GraphStoreSimplifiedUserHasTopProjectInverseConnection = HasPageInfo & {
|
|
36888
|
+
__typename?: 'GraphStoreSimplifiedUserHasTopProjectInverseConnection';
|
|
36889
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectInverseEdge>>>;
|
|
36890
|
+
pageInfo: PageInfo;
|
|
36891
|
+
};
|
|
36892
|
+
export declare type GraphStoreSimplifiedUserHasTopProjectInverseEdge = {
|
|
36893
|
+
__typename?: 'GraphStoreSimplifiedUserHasTopProjectInverseEdge';
|
|
36894
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36895
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36896
|
+
id: Scalars['ID']['output'];
|
|
36897
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36898
|
+
node?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseUnion>;
|
|
36899
|
+
};
|
|
36900
|
+
export declare type GraphStoreSimplifiedUserHasTopProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
36444
36901
|
export declare type GraphStoreSimplifiedUserHasTopProjectUnion = JiraProject;
|
|
36902
|
+
export declare type GraphStoreSimplifiedUserIsInTeamInverseConnection = HasPageInfo & {
|
|
36903
|
+
__typename?: 'GraphStoreSimplifiedUserIsInTeamInverseConnection';
|
|
36904
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserIsInTeamInverseEdge>>>;
|
|
36905
|
+
pageInfo: PageInfo;
|
|
36906
|
+
};
|
|
36907
|
+
export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
36908
|
+
__typename?: 'GraphStoreSimplifiedUserIsInTeamInverseEdge';
|
|
36909
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36910
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36911
|
+
id: Scalars['ID']['output'];
|
|
36912
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36913
|
+
node?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseUnion>;
|
|
36914
|
+
};
|
|
36915
|
+
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
36445
36916
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
36446
36917
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
36447
36918
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -36457,6 +36928,22 @@ export declare type GraphStoreSimplifiedUserOwnsComponentEdge = {
|
|
|
36457
36928
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36458
36929
|
node?: Maybe<GraphStoreSimplifiedUserOwnsComponentUnion>;
|
|
36459
36930
|
};
|
|
36931
|
+
export declare type GraphStoreSimplifiedUserOwnsComponentInverseConnection = HasPageInfo & HasTotal & {
|
|
36932
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsComponentInverseConnection';
|
|
36933
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentInverseEdge>>>;
|
|
36934
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36935
|
+
pageInfo: PageInfo;
|
|
36936
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36937
|
+
};
|
|
36938
|
+
export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
|
|
36939
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsComponentInverseEdge';
|
|
36940
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36941
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36942
|
+
id: Scalars['ID']['output'];
|
|
36943
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36944
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseUnion>;
|
|
36945
|
+
};
|
|
36946
|
+
export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
36460
36947
|
export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
|
|
36461
36948
|
export declare type GraphStoreSimplifiedUserReviewsPrConnection = HasPageInfo & {
|
|
36462
36949
|
__typename?: 'GraphStoreSimplifiedUserReviewsPrConnection';
|
|
@@ -36471,6 +36958,20 @@ export declare type GraphStoreSimplifiedUserReviewsPrEdge = {
|
|
|
36471
36958
|
lastUpdated: Scalars['DateTime']['output'];
|
|
36472
36959
|
node?: Maybe<GraphStoreSimplifiedUserReviewsPrUnion>;
|
|
36473
36960
|
};
|
|
36961
|
+
export declare type GraphStoreSimplifiedUserReviewsPrInverseConnection = HasPageInfo & {
|
|
36962
|
+
__typename?: 'GraphStoreSimplifiedUserReviewsPrInverseConnection';
|
|
36963
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReviewsPrInverseEdge>>>;
|
|
36964
|
+
pageInfo: PageInfo;
|
|
36965
|
+
};
|
|
36966
|
+
export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
|
|
36967
|
+
__typename?: 'GraphStoreSimplifiedUserReviewsPrInverseEdge';
|
|
36968
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36969
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36970
|
+
id: Scalars['ID']['output'];
|
|
36971
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36972
|
+
node?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseUnion>;
|
|
36973
|
+
};
|
|
36974
|
+
export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
36474
36975
|
export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails;
|
|
36475
36976
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
36476
36977
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
|
|
@@ -37134,6 +37635,9 @@ export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
|
37134
37635
|
export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
37135
37636
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37136
37637
|
};
|
|
37638
|
+
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
37639
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37640
|
+
};
|
|
37137
37641
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
37138
37642
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
37139
37643
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -37412,12 +37916,14 @@ export declare enum GrowthUnifiedProfileJtbd {
|
|
|
37412
37916
|
ProjectPlanning = "PROJECT_PLANNING",
|
|
37413
37917
|
ProjectPlanningAndCoordination = "PROJECT_PLANNING_AND_COORDINATION",
|
|
37414
37918
|
ProjectProgress = "PROJECT_PROGRESS",
|
|
37919
|
+
RunSprints = "RUN_SPRINTS",
|
|
37415
37920
|
Stakeholders = "STAKEHOLDERS",
|
|
37416
37921
|
StrategiesAndGoals = "STRATEGIES_AND_GOALS",
|
|
37417
37922
|
SystemAndToolEvaluations = "SYSTEM_AND_TOOL_EVALUATIONS",
|
|
37418
37923
|
TrackingRprtng = "TRACKING_RPRTNG",
|
|
37419
37924
|
TrackBugs = "TRACK_BUGS",
|
|
37420
|
-
UseKanbanBoard = "USE_KANBAN_BOARD"
|
|
37925
|
+
UseKanbanBoard = "USE_KANBAN_BOARD",
|
|
37926
|
+
WorkInScrum = "WORK_IN_SCRUM"
|
|
37421
37927
|
}
|
|
37422
37928
|
export declare enum GrowthUnifiedProfileJiraFamiliarity {
|
|
37423
37929
|
Experience = "EXPERIENCE",
|
|
@@ -37698,11 +38204,13 @@ export declare type HelpCenter = Node & {
|
|
|
37698
38204
|
__typename?: 'HelpCenter';
|
|
37699
38205
|
announcements?: Maybe<HelpCenterAnnouncements>;
|
|
37700
38206
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
38207
|
+
hoistedProjectId?: Maybe<Scalars['ID']['output']>;
|
|
37701
38208
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
37702
38209
|
id: Scalars['ID']['output'];
|
|
37703
38210
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
37704
38211
|
mappedProjectsCount?: Maybe<Scalars['Int']['output']>;
|
|
37705
38212
|
name?: Maybe<HelpCenterName>;
|
|
38213
|
+
permissionSettings?: Maybe<HelpCenterPermissionSettingsResult>;
|
|
37706
38214
|
portals?: Maybe<HelpCenterPortals>;
|
|
37707
38215
|
projectMappingData?: Maybe<HelpCenterProjectMappingData>;
|
|
37708
38216
|
siteDefaultLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
@@ -37768,6 +38276,7 @@ export declare type HelpCenterBranding = {
|
|
|
37768
38276
|
__typename?: 'HelpCenterBranding';
|
|
37769
38277
|
banner?: Maybe<HelpCenterBanner>;
|
|
37770
38278
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
38279
|
+
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
37771
38280
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
37772
38281
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
37773
38282
|
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -42910,6 +43419,7 @@ export declare type JiraDetailedView = JiraIssueSearchViewType & JiraView & Node
|
|
|
42910
43419
|
export declare type JiraDetailedViewIssuesArgs = {
|
|
42911
43420
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42912
43421
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
43422
|
+
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
42913
43423
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42914
43424
|
issueSearchInput: JiraIssueSearchInput;
|
|
42915
43425
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -43390,7 +43900,7 @@ export declare type JiraEstimateInput = {
|
|
|
43390
43900
|
};
|
|
43391
43901
|
export declare type JiraExtensionRenderingContextInput = {
|
|
43392
43902
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
43393
|
-
portalId?: InputMaybe<Scalars['
|
|
43903
|
+
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
43394
43904
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
43395
43905
|
};
|
|
43396
43906
|
export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
@@ -43745,6 +44255,7 @@ export declare type JiraForgeExtension = {
|
|
|
43745
44255
|
properties: Scalars['JSON']['output'];
|
|
43746
44256
|
scopes: Array<Scalars['String']['output']>;
|
|
43747
44257
|
type: Scalars['String']['output'];
|
|
44258
|
+
userAccess?: Maybe<JiraUserAppAccess>;
|
|
43748
44259
|
};
|
|
43749
44260
|
export declare type JiraForgeExtensionLicense = {
|
|
43750
44261
|
__typename?: 'JiraForgeExtensionLicense';
|
|
@@ -44411,6 +44922,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
44411
44922
|
fields?: Maybe<JiraIssueFieldConnection>;
|
|
44412
44923
|
fieldsById?: Maybe<JiraIssueFieldConnection>;
|
|
44413
44924
|
fieldsByIdOrAlias?: Maybe<Array<Maybe<JiraIssueField>>>;
|
|
44925
|
+
groupsByFieldId?: Maybe<JiraSpreadsheetGroupConnection>;
|
|
44414
44926
|
hasChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
44415
44927
|
hasCustomisedContentPanels?: Maybe<Scalars['Boolean']['output']>;
|
|
44416
44928
|
hasProjectPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -44564,6 +45076,15 @@ export declare type JiraIssueFieldsByIdOrAliasArgs = {
|
|
|
44564
45076
|
idsOrAliases: Array<InputMaybe<Scalars['String']['input']>>;
|
|
44565
45077
|
ignoreMissingFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
44566
45078
|
};
|
|
45079
|
+
export declare type JiraIssueGroupsByFieldIdArgs = {
|
|
45080
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
45081
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
45082
|
+
fieldId: Scalars['String']['input'];
|
|
45083
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
45084
|
+
firstNGroupsToSearch?: InputMaybe<Scalars['Int']['input']>;
|
|
45085
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
45086
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
45087
|
+
};
|
|
44567
45088
|
export declare type JiraIssueHasChildrenArgs = {
|
|
44568
45089
|
filterByProjectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
44569
45090
|
};
|
|
@@ -45180,6 +45701,7 @@ export declare type JiraIssueItemPanelItem = {
|
|
|
45180
45701
|
export declare enum JiraIssueItemSystemContainerType {
|
|
45181
45702
|
Content = "CONTENT",
|
|
45182
45703
|
Context = "CONTEXT",
|
|
45704
|
+
CustomerContext = "CUSTOMER_CONTEXT",
|
|
45183
45705
|
HiddenItems = "HIDDEN_ITEMS",
|
|
45184
45706
|
Primary = "PRIMARY",
|
|
45185
45707
|
Request = "REQUEST",
|
|
@@ -45947,6 +46469,7 @@ export declare type JiraJourneyConfiguration = Node & {
|
|
|
45947
46469
|
parentIssue?: Maybe<JiraJourneyParentIssue>;
|
|
45948
46470
|
status?: Maybe<JiraJourneyStatus>;
|
|
45949
46471
|
trigger?: Maybe<JiraJourneyTrigger>;
|
|
46472
|
+
triggerConfiguration?: Maybe<JiraJourneyTriggerConfiguration>;
|
|
45950
46473
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
45951
46474
|
updatedBy?: Maybe<User>;
|
|
45952
46475
|
version?: Maybe<Scalars['Long']['output']>;
|
|
@@ -45973,6 +46496,13 @@ export declare type JiraJourneyParentIssueInput = {
|
|
|
45973
46496
|
type: JiraJourneyParentIssueType;
|
|
45974
46497
|
value: Scalars['String']['input'];
|
|
45975
46498
|
};
|
|
46499
|
+
export declare type JiraJourneyParentIssueTriggerConfiguration = {
|
|
46500
|
+
__typename?: 'JiraJourneyParentIssueTriggerConfiguration';
|
|
46501
|
+
type?: Maybe<JiraJourneyTriggerType>;
|
|
46502
|
+
};
|
|
46503
|
+
export declare type JiraJourneyParentIssueTriggerConfigurationInput = {
|
|
46504
|
+
type?: InputMaybe<JiraJourneyTriggerType>;
|
|
46505
|
+
};
|
|
45976
46506
|
export declare enum JiraJourneyParentIssueType {
|
|
45977
46507
|
Request = "REQUEST"
|
|
45978
46508
|
}
|
|
@@ -45987,12 +46517,27 @@ export declare type JiraJourneyTrigger = {
|
|
|
45987
46517
|
__typename?: 'JiraJourneyTrigger';
|
|
45988
46518
|
type: JiraJourneyTriggerType;
|
|
45989
46519
|
};
|
|
46520
|
+
export declare type JiraJourneyTriggerConfiguration = JiraJourneyParentIssueTriggerConfiguration | JiraJourneyWorkdayIntegrationTriggerConfiguration;
|
|
46521
|
+
export declare type JiraJourneyTriggerConfigurationInput = {
|
|
46522
|
+
parentIssueTriggerConfiguration?: InputMaybe<JiraJourneyParentIssueTriggerConfigurationInput>;
|
|
46523
|
+
workdayIntegrationTriggerConfiguration?: InputMaybe<JiraJourneyWorkdayIntegrationTriggerConfigurationInput>;
|
|
46524
|
+
};
|
|
45990
46525
|
export declare type JiraJourneyTriggerInput = {
|
|
45991
46526
|
type: JiraJourneyTriggerType;
|
|
45992
46527
|
};
|
|
45993
46528
|
export declare enum JiraJourneyTriggerType {
|
|
45994
|
-
ParentIssueCreated = "PARENT_ISSUE_CREATED"
|
|
46529
|
+
ParentIssueCreated = "PARENT_ISSUE_CREATED",
|
|
46530
|
+
WorkdayIntegrationTriggered = "WORKDAY_INTEGRATION_TRIGGERED"
|
|
45995
46531
|
}
|
|
46532
|
+
export declare type JiraJourneyWorkdayIntegrationTriggerConfiguration = {
|
|
46533
|
+
__typename?: 'JiraJourneyWorkdayIntegrationTriggerConfiguration';
|
|
46534
|
+
ruleId?: Maybe<Scalars['ID']['output']>;
|
|
46535
|
+
type?: Maybe<JiraJourneyTriggerType>;
|
|
46536
|
+
};
|
|
46537
|
+
export declare type JiraJourneyWorkdayIntegrationTriggerConfigurationInput = {
|
|
46538
|
+
ruleId?: InputMaybe<Scalars['ID']['input']>;
|
|
46539
|
+
type?: InputMaybe<JiraJourneyTriggerType>;
|
|
46540
|
+
};
|
|
45996
46541
|
export declare enum JiraJqlAutocompleteType {
|
|
45997
46542
|
Basic = "BASIC",
|
|
45998
46543
|
Cascadingoption = "CASCADINGOPTION",
|
|
@@ -47153,6 +47698,7 @@ export declare type JiraMutation = {
|
|
|
47153
47698
|
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
47154
47699
|
updateJiraJourneyActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47155
47700
|
updateJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47701
|
+
updateJiraJourneyTriggerConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
47156
47702
|
updateJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
47157
47703
|
updateJiraVersionApproverDeclineReason?: Maybe<JiraVersionUpdateApproverDeclineReasonPayload>;
|
|
47158
47704
|
updateJiraVersionApproverDescription?: Maybe<JiraVersionUpdateApproverDescriptionPayload>;
|
|
@@ -47594,6 +48140,10 @@ export declare type JiraMutationUpdateJiraJourneyConfigurationArgs = {
|
|
|
47594
48140
|
cloudId: Scalars['ID']['input'];
|
|
47595
48141
|
input: JiraUpdateJourneyConfigurationInput;
|
|
47596
48142
|
};
|
|
48143
|
+
export declare type JiraMutationUpdateJiraJourneyTriggerConfigurationArgs = {
|
|
48144
|
+
cloudId: Scalars['ID']['input'];
|
|
48145
|
+
input: JiraUpdateJourneyTriggerConfigurationInput;
|
|
48146
|
+
};
|
|
47597
48147
|
export declare type JiraMutationUpdateJiraVersionArgs = {
|
|
47598
48148
|
input: JiraVersionUpdateMutationInput;
|
|
47599
48149
|
};
|
|
@@ -48726,6 +49276,7 @@ export declare type JiraProject = Node & {
|
|
|
48726
49276
|
isAIEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
48727
49277
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
48728
49278
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
49279
|
+
isVirtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
48729
49280
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
48730
49281
|
jsmChatInitialNativeConfig?: Maybe<JsmChatInitializeNativeConfigResponse>;
|
|
48731
49282
|
jsmChatMsTeamsConfig?: Maybe<JsmChatMsTeamsConfig>;
|
|
@@ -52677,6 +53228,8 @@ export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
|
52677
53228
|
};
|
|
52678
53229
|
export declare type JiraSpreadsheetGroup = {
|
|
52679
53230
|
__typename?: 'JiraSpreadsheetGroup';
|
|
53231
|
+
afterGroupId?: Maybe<Scalars['String']['output']>;
|
|
53232
|
+
beforeGroupId?: Maybe<Scalars['String']['output']>;
|
|
52680
53233
|
fieldId?: Maybe<Scalars['String']['output']>;
|
|
52681
53234
|
fieldType?: Maybe<Scalars['String']['output']>;
|
|
52682
53235
|
fieldValue?: Maybe<JiraJqlFieldValue>;
|
|
@@ -52689,6 +53242,7 @@ export declare type JiraSpreadsheetGroup = {
|
|
|
52689
53242
|
export declare type JiraSpreadsheetGroupIssuesArgs = {
|
|
52690
53243
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52691
53244
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
53245
|
+
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
52692
53246
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52693
53247
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52694
53248
|
};
|
|
@@ -52717,6 +53271,7 @@ export declare type JiraSpreadsheetGroupConnection = {
|
|
|
52717
53271
|
edges?: Maybe<Array<Maybe<JiraSpreadsheetGroupEdge>>>;
|
|
52718
53272
|
errors?: Maybe<Array<QueryError>>;
|
|
52719
53273
|
firstGroup?: Maybe<JiraSpreadsheetGroup>;
|
|
53274
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
52720
53275
|
pageInfo: PageInfo;
|
|
52721
53276
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
52722
53277
|
};
|
|
@@ -53417,6 +53972,7 @@ export declare type JiraUiModification = {
|
|
|
53417
53972
|
id: Scalars['ID']['output'];
|
|
53418
53973
|
};
|
|
53419
53974
|
export declare type JiraUiModificationsContextInput = {
|
|
53975
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
53420
53976
|
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
53421
53977
|
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
53422
53978
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -53622,8 +54178,14 @@ export declare type JiraUpdateJourneyConfigurationPayload = Payload & {
|
|
|
53622
54178
|
__typename?: 'JiraUpdateJourneyConfigurationPayload';
|
|
53623
54179
|
errors?: Maybe<Array<MutationError>>;
|
|
53624
54180
|
jiraJourneyConfiguration?: Maybe<JiraJourneyConfiguration>;
|
|
54181
|
+
jiraJourneyConfigurationEdge?: Maybe<JiraJourneyConfigurationEdge>;
|
|
53625
54182
|
success: Scalars['Boolean']['output'];
|
|
53626
54183
|
};
|
|
54184
|
+
export declare type JiraUpdateJourneyTriggerConfigurationInput = {
|
|
54185
|
+
id: Scalars['ID']['input'];
|
|
54186
|
+
triggerConfiguration?: InputMaybe<JiraJourneyTriggerConfigurationInput>;
|
|
54187
|
+
version: Scalars['Long']['input'];
|
|
54188
|
+
};
|
|
53627
54189
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
53628
54190
|
id: Scalars['ID']['input'];
|
|
53629
54191
|
operations: Array<JiraLabelsFieldOperationInput>;
|
|
@@ -53920,6 +54482,10 @@ export declare type JiraUser = {
|
|
|
53920
54482
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
53921
54483
|
email?: Maybe<Scalars['String']['output']>;
|
|
53922
54484
|
};
|
|
54485
|
+
export declare type JiraUserAppAccess = {
|
|
54486
|
+
__typename?: 'JiraUserAppAccess';
|
|
54487
|
+
hasAccess: Scalars['Boolean']['output'];
|
|
54488
|
+
};
|
|
53923
54489
|
export declare type JiraUserBroadcastMessage = Node & {
|
|
53924
54490
|
__typename?: 'JiraUserBroadcastMessage';
|
|
53925
54491
|
id: Scalars['ID']['output'];
|
|
@@ -54007,6 +54573,7 @@ export declare type JiraUserPreferences = {
|
|
|
54007
54573
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
54008
54574
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54009
54575
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
54576
|
+
isIssueViewSmartRepliesUserEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54010
54577
|
isMiniModalGlobalIssueCreateDiscoverabilityPushComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
54011
54578
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54012
54579
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
@@ -55225,6 +55792,7 @@ export declare enum JsmChatConversationAnalyticsEvent {
|
|
|
55225
55792
|
export declare type JsmChatConversationAnalyticsMetadataInput = {
|
|
55226
55793
|
channelType?: InputMaybe<JsmChatConversationChannelType>;
|
|
55227
55794
|
csatScore?: InputMaybe<Scalars['Int']['input']>;
|
|
55795
|
+
helpCenterId?: InputMaybe<Scalars['String']['input']>;
|
|
55228
55796
|
projectId?: InputMaybe<Scalars['String']['input']>;
|
|
55229
55797
|
};
|
|
55230
55798
|
export declare type JsmChatConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
|
|
@@ -55310,6 +55878,7 @@ export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
|
|
|
55310
55878
|
success: Scalars['Boolean']['output'];
|
|
55311
55879
|
};
|
|
55312
55880
|
export declare enum JsmChatCreateWebConversationUserRole {
|
|
55881
|
+
Acknowledgment = "Acknowledgment",
|
|
55313
55882
|
Init = "Init",
|
|
55314
55883
|
JsmAgent = "JSM_Agent",
|
|
55315
55884
|
Participant = "Participant",
|
|
@@ -55641,6 +56210,7 @@ export declare type JsmChatWebAddConversationInteractionPayload = Payload & {
|
|
|
55641
56210
|
};
|
|
55642
56211
|
export declare enum JsmChatWebConversationActions {
|
|
55643
56212
|
CloseConversation = "CLOSE_CONVERSATION",
|
|
56213
|
+
DisableInput = "DISABLE_INPUT",
|
|
55644
56214
|
RedirectToSearch = "REDIRECT_TO_SEARCH"
|
|
55645
56215
|
}
|
|
55646
56216
|
export declare type JsmChatWebConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
|
|
@@ -56306,6 +56876,7 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
56306
56876
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
56307
56877
|
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
56308
56878
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
56879
|
+
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
56309
56880
|
};
|
|
56310
56881
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
56311
56882
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
@@ -56322,6 +56893,9 @@ export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
|
|
|
56322
56893
|
export declare type KnowledgeDiscoveryMutationApiUpdateRelatedEntitiesArgs = {
|
|
56323
56894
|
input: KnowledgeDiscoveryUpdateRelatedEntitiesInput;
|
|
56324
56895
|
};
|
|
56896
|
+
export declare type KnowledgeDiscoveryMutationApiUpdateUserKeyPhraseInteractionArgs = {
|
|
56897
|
+
input: KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput;
|
|
56898
|
+
};
|
|
56325
56899
|
export declare type KnowledgeDiscoveryPageInfo = {
|
|
56326
56900
|
__typename?: 'KnowledgeDiscoveryPageInfo';
|
|
56327
56901
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -56513,6 +57087,16 @@ export declare type KnowledgeDiscoveryUpdateRelatedEntitiesPayload = Payload & {
|
|
|
56513
57087
|
errors?: Maybe<Array<MutationError>>;
|
|
56514
57088
|
success: Scalars['Boolean']['output'];
|
|
56515
57089
|
};
|
|
57090
|
+
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput = {
|
|
57091
|
+
accountId: Scalars['ID']['input'];
|
|
57092
|
+
keyPhrase: Scalars['String']['input'];
|
|
57093
|
+
workspaceId: Scalars['String']['input'];
|
|
57094
|
+
};
|
|
57095
|
+
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload = Payload & {
|
|
57096
|
+
__typename?: 'KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload';
|
|
57097
|
+
errors?: Maybe<Array<MutationError>>;
|
|
57098
|
+
success: Scalars['Boolean']['output'];
|
|
57099
|
+
};
|
|
56516
57100
|
export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
|
|
56517
57101
|
__typename?: 'KnowledgeDiscoveryUser';
|
|
56518
57102
|
id: Scalars['ID']['output'];
|
|
@@ -56748,6 +57332,7 @@ export declare type MarketplaceApp = {
|
|
|
56748
57332
|
summary?: Maybe<Scalars['String']['output']>;
|
|
56749
57333
|
supportTicketSystemUrl?: Maybe<Scalars['URL']['output']>;
|
|
56750
57334
|
tagline?: Maybe<Scalars['String']['output']>;
|
|
57335
|
+
tags?: Maybe<MarketplaceAppTags>;
|
|
56751
57336
|
versions: MarketplaceAppVersionConnection;
|
|
56752
57337
|
watchersInfo?: Maybe<MarketplaceAppWatchersInfo>;
|
|
56753
57338
|
wikiUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -56806,6 +57391,17 @@ export declare type MarketplaceAppReviewSummary = {
|
|
|
56806
57391
|
rating?: Maybe<Scalars['Float']['output']>;
|
|
56807
57392
|
score?: Maybe<Scalars['Float']['output']>;
|
|
56808
57393
|
};
|
|
57394
|
+
export declare type MarketplaceAppTag = {
|
|
57395
|
+
__typename?: 'MarketplaceAppTag';
|
|
57396
|
+
id: Scalars['ID']['output'];
|
|
57397
|
+
name: Scalars['String']['output'];
|
|
57398
|
+
};
|
|
57399
|
+
export declare type MarketplaceAppTags = {
|
|
57400
|
+
__typename?: 'MarketplaceAppTags';
|
|
57401
|
+
categoryTags?: Maybe<Array<MarketplaceAppTag>>;
|
|
57402
|
+
keywordTags?: Maybe<Array<MarketplaceAppTag>>;
|
|
57403
|
+
marketingTags?: Maybe<Array<MarketplaceAppTag>>;
|
|
57404
|
+
};
|
|
56809
57405
|
export declare type MarketplaceAppTrustInformation = {
|
|
56810
57406
|
__typename?: 'MarketplaceAppTrustInformation';
|
|
56811
57407
|
dataAccessAndStorage?: Maybe<DataAccessAndStorage>;
|
|
@@ -57020,9 +57616,9 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
57020
57616
|
createdBy: Scalars['String']['output'];
|
|
57021
57617
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
57022
57618
|
heroImage?: Maybe<Scalars['String']['output']>;
|
|
57023
|
-
highlights?: Maybe<Array<Maybe<
|
|
57619
|
+
highlights?: Maybe<Array<Maybe<MarketplaceConsoleListingHighLight>>>;
|
|
57024
57620
|
moreDetails?: Maybe<Scalars['String']['output']>;
|
|
57025
|
-
screenshots?: Maybe<Array<
|
|
57621
|
+
screenshots?: Maybe<Array<MarketplaceConsoleListingScreenshot>>;
|
|
57026
57622
|
status: Scalars['String']['output'];
|
|
57027
57623
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
57028
57624
|
updatedBy?: Maybe<Scalars['String']['output']>;
|
|
@@ -57103,6 +57699,18 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
|
57103
57699
|
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
57104
57700
|
href: Scalars['String']['input'];
|
|
57105
57701
|
};
|
|
57702
|
+
export declare type MarketplaceConsoleCreatePrivateAppVersionError = MarketplaceConsoleError & {
|
|
57703
|
+
__typename?: 'MarketplaceConsoleCreatePrivateAppVersionError';
|
|
57704
|
+
id: Scalars['ID']['output'];
|
|
57705
|
+
message: Scalars['String']['output'];
|
|
57706
|
+
path?: Maybe<Scalars['String']['output']>;
|
|
57707
|
+
subCode?: Maybe<Scalars['String']['output']>;
|
|
57708
|
+
};
|
|
57709
|
+
export declare type MarketplaceConsoleCreatePrivateAppVersionKnownError = {
|
|
57710
|
+
__typename?: 'MarketplaceConsoleCreatePrivateAppVersionKnownError';
|
|
57711
|
+
errors?: Maybe<Array<Maybe<MarketplaceConsoleCreatePrivateAppVersionError>>>;
|
|
57712
|
+
};
|
|
57713
|
+
export declare type MarketplaceConsoleCreatePrivateAppVersionMutationOutput = MarketplaceConsoleCreatePrivateAppVersionKnownError | MarketplaceConsoleCreatePrivateAppVersionMutationResponse;
|
|
57106
57714
|
export declare type MarketplaceConsoleCreatePrivateAppVersionMutationResponse = {
|
|
57107
57715
|
__typename?: 'MarketplaceConsoleCreatePrivateAppVersionMutationResponse';
|
|
57108
57716
|
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -57112,7 +57720,7 @@ export declare type MarketplaceConsoleDeleteAppVersionResponse = MarketplaceCons
|
|
|
57112
57720
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
57113
57721
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
57114
57722
|
body: Scalars['String']['output'];
|
|
57115
|
-
|
|
57723
|
+
screenshot?: Maybe<MarketplaceConsoleListingScreenshot>;
|
|
57116
57724
|
};
|
|
57117
57725
|
export declare type MarketplaceConsoleDeploymentInstructionInput = {
|
|
57118
57726
|
body?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57286,7 +57894,6 @@ export declare type MarketplaceConsoleFrameworkAttributes = {
|
|
|
57286
57894
|
external?: Maybe<MarketplaceConsoleExternalFrameworkAttributes>;
|
|
57287
57895
|
forge?: Maybe<MarketplaceConsoleForgeFrameworkAttributes>;
|
|
57288
57896
|
plugin?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
|
|
57289
|
-
plugins?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
|
|
57290
57897
|
workflow?: Maybe<MarketplaceConsoleWorkflowFrameworkAttributes>;
|
|
57291
57898
|
};
|
|
57292
57899
|
export declare type MarketplaceConsoleFrameworkAttributesInput = {
|
|
@@ -57368,6 +57975,13 @@ export declare type MarketplaceConsoleLink = {
|
|
|
57368
57975
|
title?: Maybe<Scalars['String']['output']>;
|
|
57369
57976
|
type?: Maybe<Scalars['String']['output']>;
|
|
57370
57977
|
};
|
|
57978
|
+
export declare type MarketplaceConsoleListingHighLight = {
|
|
57979
|
+
__typename?: 'MarketplaceConsoleListingHighLight';
|
|
57980
|
+
caption?: Maybe<Scalars['String']['output']>;
|
|
57981
|
+
screenshot: MarketplaceConsoleListingScreenshot;
|
|
57982
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
57983
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
57984
|
+
};
|
|
57371
57985
|
export declare type MarketplaceConsoleListingHighLightInput = {
|
|
57372
57986
|
caption?: InputMaybe<Scalars['String']['input']>;
|
|
57373
57987
|
screenshotUrl: Scalars['String']['input'];
|
|
@@ -57375,23 +57989,32 @@ export declare type MarketplaceConsoleListingHighLightInput = {
|
|
|
57375
57989
|
thumbnailUrl: Scalars['String']['input'];
|
|
57376
57990
|
title: Scalars['String']['input'];
|
|
57377
57991
|
};
|
|
57378
|
-
export declare type MarketplaceConsoleListingHighLights = {
|
|
57379
|
-
__typename?: 'MarketplaceConsoleListingHighLights';
|
|
57380
|
-
caption?: Maybe<Scalars['String']['output']>;
|
|
57381
|
-
screenshot: MarketplaceConsoleListingScreenshot;
|
|
57382
|
-
summary?: Maybe<Scalars['String']['output']>;
|
|
57383
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
57384
|
-
};
|
|
57385
57992
|
export declare type MarketplaceConsoleListingScreenshot = {
|
|
57386
57993
|
__typename?: 'MarketplaceConsoleListingScreenshot';
|
|
57387
57994
|
caption?: Maybe<Scalars['String']['output']>;
|
|
57388
|
-
imageId: Scalars['String']['output'];
|
|
57389
57995
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
57390
57996
|
};
|
|
57391
57997
|
export declare type MarketplaceConsoleListingScreenshotInput = {
|
|
57392
57998
|
caption?: InputMaybe<Scalars['String']['input']>;
|
|
57393
57999
|
imageUrl: Scalars['String']['input'];
|
|
57394
58000
|
};
|
|
58001
|
+
export declare type MarketplaceConsoleMakeAppPublicError = MarketplaceConsoleError & {
|
|
58002
|
+
__typename?: 'MarketplaceConsoleMakeAppPublicError';
|
|
58003
|
+
id: Scalars['ID']['output'];
|
|
58004
|
+
message: Scalars['String']['output'];
|
|
58005
|
+
path?: Maybe<Scalars['String']['output']>;
|
|
58006
|
+
subCode?: Maybe<Scalars['String']['output']>;
|
|
58007
|
+
};
|
|
58008
|
+
export declare type MarketplaceConsoleMakeAppPublicKnownError = {
|
|
58009
|
+
__typename?: 'MarketplaceConsoleMakeAppPublicKnownError';
|
|
58010
|
+
errors?: Maybe<Array<Maybe<MarketplaceConsoleMakeAppPublicError>>>;
|
|
58011
|
+
};
|
|
58012
|
+
export declare type MarketplaceConsoleMakeAppVersionPublicChecks = {
|
|
58013
|
+
__typename?: 'MarketplaceConsoleMakeAppVersionPublicChecks';
|
|
58014
|
+
canBeMadePublic?: Maybe<Scalars['Boolean']['output']>;
|
|
58015
|
+
redirectToVersionsPage?: Maybe<Scalars['Boolean']['output']>;
|
|
58016
|
+
};
|
|
58017
|
+
export declare type MarketplaceConsoleMakeAppVersionPublicMutationOutput = MarketplaceConsoleMakeAppPublicKnownError | MarketplaceConsoleMutationVoidResponse;
|
|
57395
58018
|
export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|
|
57396
58019
|
appKey: Scalars['ID']['input'];
|
|
57397
58020
|
appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57440,11 +58063,11 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
57440
58063
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
57441
58064
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
57442
58065
|
createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
|
|
57443
|
-
createPrivateAppSoftwareVersion?: Maybe<
|
|
58066
|
+
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationOutput>;
|
|
57444
58067
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
57445
58068
|
deleteAppVersion?: Maybe<MarketplaceConsoleDeleteAppVersionResponse>;
|
|
57446
58069
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
|
|
57447
|
-
makeAppVersionPublic?: Maybe<
|
|
58070
|
+
makeAppVersionPublic?: Maybe<MarketplaceConsoleMakeAppVersionPublicMutationOutput>;
|
|
57448
58071
|
validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
57449
58072
|
};
|
|
57450
58073
|
export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
@@ -57678,6 +58301,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
57678
58301
|
developerSpaceByAppId?: Maybe<MarketplaceConsoleDevSpace>;
|
|
57679
58302
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEdition>>>;
|
|
57680
58303
|
editionsActivationStatus?: Maybe<MarketplaceConsoleEditionsActivationResponse>;
|
|
58304
|
+
makeAppVersionPublicChecks?: Maybe<MarketplaceConsoleMakeAppVersionPublicChecks>;
|
|
57681
58305
|
parentSoftwares: Array<MarketplaceConsoleParentSoftware>;
|
|
57682
58306
|
product?: Maybe<MarketplaceConsoleProduct>;
|
|
57683
58307
|
productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
|
|
@@ -57728,6 +58352,10 @@ export declare type MarketplaceConsoleQueryApiEditionsArgs = {
|
|
|
57728
58352
|
export declare type MarketplaceConsoleQueryApiEditionsActivationStatusArgs = {
|
|
57729
58353
|
product: MarketplaceConsoleEditionsInput;
|
|
57730
58354
|
};
|
|
58355
|
+
export declare type MarketplaceConsoleQueryApiMakeAppVersionPublicChecksArgs = {
|
|
58356
|
+
appId: Scalars['ID']['input'];
|
|
58357
|
+
buildNumber: Scalars['ID']['input'];
|
|
58358
|
+
};
|
|
57731
58359
|
export declare type MarketplaceConsoleQueryApiProductArgs = {
|
|
57732
58360
|
appKey: Scalars['ID']['input'];
|
|
57733
58361
|
productId: Scalars['ID']['input'];
|
|
@@ -57747,7 +58375,7 @@ export declare type MarketplaceConsoleRemoteArtifactDetails = {
|
|
|
57747
58375
|
};
|
|
57748
58376
|
export declare type MarketplaceConsoleRemoteArtifactLinks = {
|
|
57749
58377
|
__typename?: 'MarketplaceConsoleRemoteArtifactLinks';
|
|
57750
|
-
binary
|
|
58378
|
+
binary?: Maybe<MarketplaceConsoleLink>;
|
|
57751
58379
|
remote?: Maybe<MarketplaceConsoleLink>;
|
|
57752
58380
|
self: MarketplaceConsoleLink;
|
|
57753
58381
|
};
|
|
@@ -58726,6 +59354,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
58726
59354
|
headcountAggregation?: Maybe<MercuryHeadcountAggregation>;
|
|
58727
59355
|
health?: Maybe<MercuryFocusAreaHealth>;
|
|
58728
59356
|
id: Scalars['ID']['output'];
|
|
59357
|
+
linkedGoalSummary?: Maybe<MercuryFocusAreaLinkedGoalSummary>;
|
|
58729
59358
|
linkedWorkSummary?: Maybe<MercuryFocusAreaLinkedWorkSummary>;
|
|
58730
59359
|
name: Scalars['String']['output'];
|
|
58731
59360
|
owner?: Maybe<User>;
|
|
@@ -58848,9 +59477,15 @@ export declare type MercuryFocusAreaLink = Node & {
|
|
|
58848
59477
|
id: Scalars['ID']['output'];
|
|
58849
59478
|
parentFocusAreaId: Scalars['String']['output'];
|
|
58850
59479
|
};
|
|
59480
|
+
export declare type MercuryFocusAreaLinkedGoalSummary = {
|
|
59481
|
+
__typename?: 'MercuryFocusAreaLinkedGoalSummary';
|
|
59482
|
+
count: Scalars['Int']['output'];
|
|
59483
|
+
countIncludingSubFocusAreas?: Maybe<Scalars['Int']['output']>;
|
|
59484
|
+
};
|
|
58851
59485
|
export declare type MercuryFocusAreaLinkedWorkSummary = {
|
|
58852
59486
|
__typename?: 'MercuryFocusAreaLinkedWorkSummary';
|
|
58853
59487
|
count: Scalars['Int']['output'];
|
|
59488
|
+
countIncludingSubFocusAreas?: Maybe<Scalars['Int']['output']>;
|
|
58854
59489
|
};
|
|
58855
59490
|
export declare type MercuryFocusAreaLinks = {
|
|
58856
59491
|
__typename?: 'MercuryFocusAreaLinks';
|
|
@@ -59232,10 +59867,12 @@ export declare type MercuryPortfolio = Node & {
|
|
|
59232
59867
|
ari: Scalars['String']['output'];
|
|
59233
59868
|
funding?: Maybe<MercuryPortfolioFunding>;
|
|
59234
59869
|
id: Scalars['ID']['output'];
|
|
59870
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
59235
59871
|
linkedFocusAreaGoalCount: Scalars['Int']['output'];
|
|
59236
59872
|
linkedFocusAreaSummary?: Maybe<MercuryPortfolioFocusAreaSummary>;
|
|
59237
59873
|
name: Scalars['String']['output'];
|
|
59238
59874
|
owner?: Maybe<User>;
|
|
59875
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
59239
59876
|
};
|
|
59240
59877
|
export declare type MercuryPortfolioAllocations = {
|
|
59241
59878
|
__typename?: 'MercuryPortfolioAllocations';
|
|
@@ -60076,6 +60713,8 @@ export declare type Mutation = {
|
|
|
60076
60713
|
confluenceV2_createPage?: Maybe<ConfluenceV2CreatePagePayload>;
|
|
60077
60714
|
confluenceV2_deletePage?: Maybe<Scalars['Boolean']['output']>;
|
|
60078
60715
|
confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
|
|
60716
|
+
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
60717
|
+
connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
|
|
60079
60718
|
copyPolarisInsights?: Maybe<CopyPolarisInsightsPayload>;
|
|
60080
60719
|
createApp?: Maybe<CreateAppResponse>;
|
|
60081
60720
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
@@ -60159,7 +60798,7 @@ export declare type Mutation = {
|
|
|
60159
60798
|
polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
|
|
60160
60799
|
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
|
|
60161
60800
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
60162
|
-
radar_updateFocusAreaMappings
|
|
60801
|
+
radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
|
|
60163
60802
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
60164
60803
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
60165
60804
|
rankCustomFilter?: Maybe<GenericMutationResponse>;
|
|
@@ -60746,6 +61385,14 @@ export declare type MutationConfluenceV2_DeletePageArgs = {
|
|
|
60746
61385
|
export declare type MutationConfluenceV2_UpdatePageArgs = {
|
|
60747
61386
|
input: ConfluenceV2UpdatePageInput;
|
|
60748
61387
|
};
|
|
61388
|
+
export declare type MutationConnectionManager_CreateApiTokenConnectionForJiraProjectArgs = {
|
|
61389
|
+
createApiTokenConnectionInput?: InputMaybe<ConnectionManagerCreateApiTokenConnectionInput>;
|
|
61390
|
+
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
61391
|
+
};
|
|
61392
|
+
export declare type MutationConnectionManager_DeleteApiTokenConnectionForJiraProjectArgs = {
|
|
61393
|
+
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
61394
|
+
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
61395
|
+
};
|
|
60749
61396
|
export declare type MutationCopyPolarisInsightsArgs = {
|
|
60750
61397
|
input: CopyPolarisInsightsInput;
|
|
60751
61398
|
};
|
|
@@ -61607,6 +62254,7 @@ export declare type PeapProgram = {
|
|
|
61607
62254
|
__typename?: 'PEAPProgram';
|
|
61608
62255
|
activatedAt?: Maybe<Scalars['Date']['output']>;
|
|
61609
62256
|
cdacCategory?: Maybe<Scalars['Int']['output']>;
|
|
62257
|
+
cdacCategoryURL?: Maybe<Scalars['String']['output']>;
|
|
61610
62258
|
changeTicket?: Maybe<Scalars['String']['output']>;
|
|
61611
62259
|
completedAt?: Maybe<Scalars['Date']['output']>;
|
|
61612
62260
|
createdAt: Scalars['Date']['output'];
|
|
@@ -61651,6 +62299,8 @@ export declare type PeapProgramEnrollmentQueryJiraArgs = {
|
|
|
61651
62299
|
export declare type PeapProgramInternalData = {
|
|
61652
62300
|
__typename?: 'PEAPProgramInternalData';
|
|
61653
62301
|
cdacGroup?: Maybe<Scalars['String']['output']>;
|
|
62302
|
+
cdacGroupURL?: Maybe<Scalars['String']['output']>;
|
|
62303
|
+
changeTicketURL?: Maybe<Scalars['String']['output']>;
|
|
61654
62304
|
owner?: Maybe<User>;
|
|
61655
62305
|
};
|
|
61656
62306
|
export declare type PeapProgramMutationResponse = Payload & {
|
|
@@ -62784,6 +63434,7 @@ export declare type Query = {
|
|
|
62784
63434
|
appLogs?: Maybe<AppLogConnection>;
|
|
62785
63435
|
appLogsWithMetaData?: Maybe<AppLogsWithMetaDataResponse>;
|
|
62786
63436
|
appRecommendations?: Maybe<AppRecQuery>;
|
|
63437
|
+
appStorage_sqlDatabase?: Maybe<AppStorageSqlDatabasePayload>;
|
|
62787
63438
|
appStoredCustomEntities?: Maybe<AppStoredCustomEntityConnection>;
|
|
62788
63439
|
appStoredCustomEntity?: Maybe<AppStoredCustomEntity>;
|
|
62789
63440
|
appStoredEntities?: Maybe<AppStoredEntityConnection>;
|
|
@@ -63018,6 +63669,7 @@ export declare type Query = {
|
|
|
63018
63669
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
63019
63670
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
63020
63671
|
connectedData?: Maybe<ConnectedDataQuery>;
|
|
63672
|
+
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
63021
63673
|
contentFacet: ContentPlatformContentFacetConnection;
|
|
63022
63674
|
customerService?: Maybe<CustomerServiceQueryApi>;
|
|
63023
63675
|
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
@@ -63135,8 +63787,9 @@ export declare type Query = {
|
|
|
63135
63787
|
pricings: ContentPlatformPricingSearchConnection;
|
|
63136
63788
|
productListing?: Maybe<ProductListingResult>;
|
|
63137
63789
|
productListings: Array<ProductListingResult>;
|
|
63138
|
-
radar_fieldValues
|
|
63139
|
-
|
|
63790
|
+
radar_fieldValues?: Maybe<RadarFieldValuesConnection>;
|
|
63791
|
+
radar_groupMetrics?: Maybe<RadarGroupMetricsConnection>;
|
|
63792
|
+
radar_positions?: Maybe<RadarPositionConnection>;
|
|
63140
63793
|
radar_workspace: RadarWorkspace;
|
|
63141
63794
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
63142
63795
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
@@ -63231,6 +63884,9 @@ export declare type QueryAppLogsWithMetaDataArgs = {
|
|
|
63231
63884
|
query?: InputMaybe<LogQueryInput>;
|
|
63232
63885
|
queryStartTime: Scalars['String']['input'];
|
|
63233
63886
|
};
|
|
63887
|
+
export declare type QueryAppStorage_SqlDatabaseArgs = {
|
|
63888
|
+
input?: InputMaybe<AppStorageSqlDatabaseInput>;
|
|
63889
|
+
};
|
|
63234
63890
|
export declare type QueryAppStoredCustomEntitiesArgs = {
|
|
63235
63891
|
contextAri: Scalars['ID']['input'];
|
|
63236
63892
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -64221,6 +64877,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
64221
64877
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
64222
64878
|
ids: Array<Scalars['ID']['input']>;
|
|
64223
64879
|
};
|
|
64880
|
+
export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
64881
|
+
filter?: InputMaybe<ConnectionManagerConnectionsFilter>;
|
|
64882
|
+
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
64883
|
+
};
|
|
64224
64884
|
export declare type QueryContentFacetArgs = {
|
|
64225
64885
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64226
64886
|
first?: Scalars['Int']['input'];
|
|
@@ -64546,6 +65206,15 @@ export declare type QueryRadar_FieldValuesArgs = {
|
|
|
64546
65206
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
64547
65207
|
uniqueFieldId: Scalars['ID']['input'];
|
|
64548
65208
|
};
|
|
65209
|
+
export declare type QueryRadar_GroupMetricsArgs = {
|
|
65210
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
65211
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
65212
|
+
cloudId: Scalars['ID']['input'];
|
|
65213
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65214
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
65215
|
+
rql?: InputMaybe<Scalars['String']['input']>;
|
|
65216
|
+
uniqueFieldIdIsIn: Array<Scalars['ID']['input']>;
|
|
65217
|
+
};
|
|
64549
65218
|
export declare type QueryRadar_PositionsArgs = {
|
|
64550
65219
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64551
65220
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -64707,7 +65376,7 @@ export declare type RadarEdge = {
|
|
|
64707
65376
|
cursor: Scalars['String']['output'];
|
|
64708
65377
|
};
|
|
64709
65378
|
export declare type RadarEntity = {
|
|
64710
|
-
fieldValues
|
|
65379
|
+
fieldValues: Array<RadarFieldValueIdPair>;
|
|
64711
65380
|
id: Scalars['ID']['output'];
|
|
64712
65381
|
type?: Maybe<RadarEntityType>;
|
|
64713
65382
|
};
|
|
@@ -64716,21 +65385,6 @@ export declare enum RadarEntityType {
|
|
|
64716
65385
|
Person = "person",
|
|
64717
65386
|
Position = "position"
|
|
64718
65387
|
}
|
|
64719
|
-
export declare type RadarError = {
|
|
64720
|
-
__typename?: 'RadarError';
|
|
64721
|
-
errorCode: Scalars['String']['output'];
|
|
64722
|
-
errorType?: Maybe<Scalars['String']['output']>;
|
|
64723
|
-
extensions?: Maybe<Array<RadarErrorExtension>>;
|
|
64724
|
-
location?: Maybe<Array<RadarLocation>>;
|
|
64725
|
-
message?: Maybe<Scalars['String']['output']>;
|
|
64726
|
-
stackTrace?: Maybe<Array<Scalars['String']['output']>>;
|
|
64727
|
-
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
64728
|
-
};
|
|
64729
|
-
export declare type RadarErrorExtension = {
|
|
64730
|
-
__typename?: 'RadarErrorExtension';
|
|
64731
|
-
property: Scalars['String']['output'];
|
|
64732
|
-
value?: Maybe<Scalars['String']['output']>;
|
|
64733
|
-
};
|
|
64734
65388
|
export declare type RadarFieldDefinition = Node & {
|
|
64735
65389
|
__typename?: 'RadarFieldDefinition';
|
|
64736
65390
|
displayName: Scalars['String']['output'];
|
|
@@ -64751,7 +65405,6 @@ export declare enum RadarFieldType {
|
|
|
64751
65405
|
Url = "URL"
|
|
64752
65406
|
}
|
|
64753
65407
|
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64754
|
-
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
64755
65408
|
export declare type RadarFieldValueIdPair = {
|
|
64756
65409
|
__typename?: 'RadarFieldValueIdPair';
|
|
64757
65410
|
fieldId: Scalars['ID']['output'];
|
|
@@ -64798,16 +65451,29 @@ export declare type RadarFocusAreaMappingsInput = {
|
|
|
64798
65451
|
focusAreaAri: Scalars['ID']['input'];
|
|
64799
65452
|
positionId: Scalars['ID']['input'];
|
|
64800
65453
|
};
|
|
64801
|
-
export declare type
|
|
64802
|
-
__typename?: '
|
|
64803
|
-
|
|
64804
|
-
|
|
65454
|
+
export declare type RadarGroupMetrics = {
|
|
65455
|
+
__typename?: 'RadarGroupMetrics';
|
|
65456
|
+
count: Scalars['Int']['output'];
|
|
65457
|
+
field: RadarFieldValueIdPair;
|
|
65458
|
+
subGroups: Array<RadarGroupMetrics>;
|
|
65459
|
+
};
|
|
65460
|
+
export declare type RadarGroupMetricsConnection = RadarConnection & {
|
|
65461
|
+
__typename?: 'RadarGroupMetricsConnection';
|
|
65462
|
+
edges?: Maybe<Array<RadarGroupMetricsEdge>>;
|
|
65463
|
+
nodes?: Maybe<Array<RadarGroupMetrics>>;
|
|
65464
|
+
pageInfo: PageInfo;
|
|
65465
|
+
rowCount: Scalars['Int']['output'];
|
|
65466
|
+
totalCount: Scalars['Int']['output'];
|
|
65467
|
+
};
|
|
65468
|
+
export declare type RadarGroupMetricsEdge = RadarEdge & {
|
|
65469
|
+
__typename?: 'RadarGroupMetricsEdge';
|
|
65470
|
+
cursor: Scalars['String']['output'];
|
|
65471
|
+
node: RadarGroupMetrics;
|
|
64805
65472
|
};
|
|
64806
65473
|
export declare type RadarMutationResponse = {
|
|
64807
65474
|
__typename?: 'RadarMutationResponse';
|
|
64808
|
-
success
|
|
65475
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
64809
65476
|
};
|
|
64810
|
-
export declare type RadarMutationResponseResult = RadarError | RadarMutationResponse;
|
|
64811
65477
|
export declare type RadarNumericFieldValue = {
|
|
64812
65478
|
__typename?: 'RadarNumericFieldValue';
|
|
64813
65479
|
displayValue?: Maybe<Scalars['Int']['output']>;
|
|
@@ -64815,7 +65481,7 @@ export declare type RadarNumericFieldValue = {
|
|
|
64815
65481
|
};
|
|
64816
65482
|
export declare type RadarPosition = Node & RadarEntity & {
|
|
64817
65483
|
__typename?: 'RadarPosition';
|
|
64818
|
-
fieldValues
|
|
65484
|
+
fieldValues: Array<RadarFieldValueIdPair>;
|
|
64819
65485
|
id: Scalars['ID']['output'];
|
|
64820
65486
|
type?: Maybe<RadarEntityType>;
|
|
64821
65487
|
};
|
|
@@ -64826,7 +65492,6 @@ export declare type RadarPositionConnection = RadarConnection & {
|
|
|
64826
65492
|
pageInfo: PageInfo;
|
|
64827
65493
|
totalCount: Scalars['Int']['output'];
|
|
64828
65494
|
};
|
|
64829
|
-
export declare type RadarPositionConnectionResult = RadarError | RadarPositionConnection;
|
|
64830
65495
|
export declare type RadarPositionEdge = RadarEdge & {
|
|
64831
65496
|
__typename?: 'RadarPositionEdge';
|
|
64832
65497
|
cursor: Scalars['String']['output'];
|
|
@@ -66363,6 +67028,7 @@ export declare type SearchJiraFilter = {
|
|
|
66363
67028
|
};
|
|
66364
67029
|
export declare type SearchJiraIssueFilter = {
|
|
66365
67030
|
assigneeARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
67031
|
+
issueTypeIDs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
66366
67032
|
projectARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
66367
67033
|
reporterARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
66368
67034
|
statusCategories?: InputMaybe<Array<SearchIssueStatusCategory>>;
|
|
@@ -66632,6 +67298,7 @@ export declare type SearchResultJiraIssue = SearchResult & {
|
|
|
66632
67298
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
66633
67299
|
id: Scalars['ID']['output'];
|
|
66634
67300
|
issue?: Maybe<JiraIssue>;
|
|
67301
|
+
issueTypeId: Scalars['String']['output'];
|
|
66635
67302
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
66636
67303
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
66637
67304
|
socialSignal?: Maybe<SocialSignalSearch>;
|
|
@@ -68302,6 +68969,7 @@ export declare type ShepherdWorkspace = {
|
|
|
68302
68969
|
currentUser?: Maybe<ShepherdCurrentUser>;
|
|
68303
68970
|
customDetections: Array<ShepherdCustomDetection>;
|
|
68304
68971
|
detections: Array<ShepherdDetection>;
|
|
68972
|
+
hasDataCenterAlert?: Maybe<Scalars['Boolean']['output']>;
|
|
68305
68973
|
id: Scalars['ID']['output'];
|
|
68306
68974
|
orgId: Scalars['ID']['output'];
|
|
68307
68975
|
shouldOnboard?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70511,15 +71179,15 @@ export declare type TrelloArchiveCardPayload = Payload & {
|
|
|
70511
71179
|
};
|
|
70512
71180
|
export declare type TrelloAssignCardToPlannerCalendarEventInput = {
|
|
70513
71181
|
cardId: Scalars['ID']['input'];
|
|
71182
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
70514
71183
|
position?: InputMaybe<Scalars['Float']['input']>;
|
|
70515
|
-
|
|
71184
|
+
providerAccountId: Scalars['ID']['input'];
|
|
70516
71185
|
providerEventId: Scalars['ID']['input'];
|
|
70517
|
-
workspaceId: Scalars['ID']['input'];
|
|
70518
71186
|
};
|
|
70519
71187
|
export declare type TrelloAssignCardToPlannerCalendarEventPayload = Payload & {
|
|
70520
71188
|
__typename?: 'TrelloAssignCardToPlannerCalendarEventPayload';
|
|
70521
71189
|
errors?: Maybe<Array<MutationError>>;
|
|
70522
|
-
|
|
71190
|
+
event?: Maybe<TrelloPlannerCalendarEvent>;
|
|
70523
71191
|
success: Scalars['Boolean']['output'];
|
|
70524
71192
|
};
|
|
70525
71193
|
export declare type TrelloAtlassianIntelligence = {
|
|
@@ -71062,6 +71730,7 @@ export declare type TrelloCreateCardPayload = Payload & {
|
|
|
71062
71730
|
};
|
|
71063
71731
|
export declare type TrelloCreateOrUpdatePlannerCalendarInput = {
|
|
71064
71732
|
enabled: Scalars['Boolean']['input'];
|
|
71733
|
+
providerAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
71065
71734
|
providerCalendarId: Scalars['ID']['input'];
|
|
71066
71735
|
type: TrelloSupportedPlannerProviders;
|
|
71067
71736
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -71070,6 +71739,8 @@ export declare type TrelloCreateOrUpdatePlannerCalendarPayload = Payload & {
|
|
|
71070
71739
|
__typename?: 'TrelloCreateOrUpdatePlannerCalendarPayload';
|
|
71071
71740
|
errors?: Maybe<Array<MutationError>>;
|
|
71072
71741
|
plannerCalendar?: Maybe<TrelloPlannerCalendarConnection>;
|
|
71742
|
+
plannerCalendarAccount?: Maybe<TrelloPlannerCalendarAccount>;
|
|
71743
|
+
plannerCalendarUpdated?: Maybe<TrelloPlannerCalendarConnectionUpdated>;
|
|
71073
71744
|
success: Scalars['Boolean']['output'];
|
|
71074
71745
|
};
|
|
71075
71746
|
export declare type TrelloCreateOrUpdatePlannerCalendarPayloadPlannerCalendarArgs = {
|
|
@@ -71554,6 +72225,10 @@ export declare type TrelloPlannerCalendarConnection = {
|
|
|
71554
72225
|
pageInfo: PageInfo;
|
|
71555
72226
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
71556
72227
|
};
|
|
72228
|
+
export declare type TrelloPlannerCalendarConnectionUpdated = {
|
|
72229
|
+
__typename?: 'TrelloPlannerCalendarConnectionUpdated';
|
|
72230
|
+
edges?: Maybe<Array<TrelloPlannerCalendarEdge>>;
|
|
72231
|
+
};
|
|
71557
72232
|
export declare type TrelloPlannerCalendarEdge = {
|
|
71558
72233
|
__typename?: 'TrelloPlannerCalendarEdge';
|
|
71559
72234
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -71593,11 +72268,6 @@ export declare type TrelloPlannerCalendarEventCardConnection = {
|
|
|
71593
72268
|
nodes?: Maybe<Array<TrelloPlannerCalendarEventCard>>;
|
|
71594
72269
|
pageInfo: PageInfo;
|
|
71595
72270
|
};
|
|
71596
|
-
export declare type TrelloPlannerCalendarEventCardConnectionUpdated = {
|
|
71597
|
-
__typename?: 'TrelloPlannerCalendarEventCardConnectionUpdated';
|
|
71598
|
-
edges?: Maybe<Array<TrelloPlannerCalendarEventCardEdge>>;
|
|
71599
|
-
nodes?: Maybe<Array<TrelloPlannerCalendarEventCard>>;
|
|
71600
|
-
};
|
|
71601
72271
|
export declare type TrelloPlannerCalendarEventCardEdge = {
|
|
71602
72272
|
__typename?: 'TrelloPlannerCalendarEventCardEdge';
|
|
71603
72273
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -71719,7 +72389,6 @@ export declare type TrelloQueryApi = {
|
|
|
71719
72389
|
board?: Maybe<TrelloBoard>;
|
|
71720
72390
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
71721
72391
|
card?: Maybe<TrelloCard>;
|
|
71722
|
-
cardsForPlannerEvent?: Maybe<TrelloPlannerCalendarEventCardConnection>;
|
|
71723
72392
|
echo?: Maybe<Scalars['String']['output']>;
|
|
71724
72393
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
71725
72394
|
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
@@ -71727,6 +72396,10 @@ export declare type TrelloQueryApi = {
|
|
|
71727
72396
|
list?: Maybe<TrelloList>;
|
|
71728
72397
|
member?: Maybe<TrelloMember>;
|
|
71729
72398
|
plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
|
|
72399
|
+
plannerByWorkspaceId?: Maybe<TrelloPlanner>;
|
|
72400
|
+
plannerCalendarAccountById?: Maybe<TrelloPlannerCalendarAccount>;
|
|
72401
|
+
plannerCalendarById?: Maybe<TrelloPlannerCalendar>;
|
|
72402
|
+
plannerCalendarEventById?: Maybe<TrelloPlannerCalendarEvent>;
|
|
71730
72403
|
plannerCalendarEventsByCalendarId?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
71731
72404
|
providerPlannerCalendarsByAccountId?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
71732
72405
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
@@ -71744,13 +72417,6 @@ export declare type TrelloQueryApiBoardByShortLinkArgs = {
|
|
|
71744
72417
|
export declare type TrelloQueryApiCardArgs = {
|
|
71745
72418
|
id: Scalars['ID']['input'];
|
|
71746
72419
|
};
|
|
71747
|
-
export declare type TrelloQueryApiCardsForPlannerEventArgs = {
|
|
71748
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
71749
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71750
|
-
providerAccountId: Scalars['ID']['input'];
|
|
71751
|
-
providerEventId: Scalars['ID']['input'];
|
|
71752
|
-
workspaceId: Scalars['ID']['input'];
|
|
71753
|
-
};
|
|
71754
72420
|
export declare type TrelloQueryApiEchosArgs = {
|
|
71755
72421
|
echo: Array<Scalars['String']['input']>;
|
|
71756
72422
|
};
|
|
@@ -71775,6 +72441,22 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
71775
72441
|
id: Scalars['ID']['input'];
|
|
71776
72442
|
workspaceId: Scalars['ID']['input'];
|
|
71777
72443
|
};
|
|
72444
|
+
export declare type TrelloQueryApiPlannerByWorkspaceIdArgs = {
|
|
72445
|
+
id: Scalars['ID']['input'];
|
|
72446
|
+
};
|
|
72447
|
+
export declare type TrelloQueryApiPlannerCalendarAccountByIdArgs = {
|
|
72448
|
+
id: Scalars['ID']['input'];
|
|
72449
|
+
workspaceId: Scalars['ID']['input'];
|
|
72450
|
+
};
|
|
72451
|
+
export declare type TrelloQueryApiPlannerCalendarByIdArgs = {
|
|
72452
|
+
id: Scalars['ID']['input'];
|
|
72453
|
+
providerAccountId: Scalars['ID']['input'];
|
|
72454
|
+
};
|
|
72455
|
+
export declare type TrelloQueryApiPlannerCalendarEventByIdArgs = {
|
|
72456
|
+
id: Scalars['ID']['input'];
|
|
72457
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
72458
|
+
providerAccountId: Scalars['ID']['input'];
|
|
72459
|
+
};
|
|
71778
72460
|
export declare type TrelloQueryApiPlannerCalendarEventsByCalendarIdArgs = {
|
|
71779
72461
|
accountId: Scalars['ID']['input'];
|
|
71780
72462
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -72120,6 +72802,24 @@ export declare type UnifiedAccount = UnifiedINode & {
|
|
|
72120
72802
|
linkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
72121
72803
|
parentAccount?: Maybe<UnifiedParentAccount>;
|
|
72122
72804
|
};
|
|
72805
|
+
export declare type UnifiedAccount2 = UnifiedINode & {
|
|
72806
|
+
__typename?: 'UnifiedAccount2';
|
|
72807
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
72808
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
72809
|
+
id: Scalars['ID']['output'];
|
|
72810
|
+
internalId?: Maybe<Scalars['String']['output']>;
|
|
72811
|
+
isLinked?: Maybe<Scalars['Boolean']['output']>;
|
|
72812
|
+
isManaged?: Maybe<Scalars['Boolean']['output']>;
|
|
72813
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
72814
|
+
linkedAccounts?: Maybe<UnifiedULinkedAccount2Result>;
|
|
72815
|
+
};
|
|
72816
|
+
export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
72817
|
+
__typename?: 'UnifiedAccountDetails';
|
|
72818
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
72819
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
72820
|
+
id: Scalars['ID']['output'];
|
|
72821
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
72822
|
+
};
|
|
72123
72823
|
export declare type UnifiedAdmins = UnifiedINode & {
|
|
72124
72824
|
__typename?: 'UnifiedAdmins';
|
|
72125
72825
|
admins?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -72392,6 +73092,11 @@ export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
|
|
|
72392
73092
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
72393
73093
|
node?: Maybe<UnifiedLearningCertification>;
|
|
72394
73094
|
};
|
|
73095
|
+
export declare type UnifiedLinkTransaction = {
|
|
73096
|
+
__typename?: 'UnifiedLinkTransaction';
|
|
73097
|
+
id: Scalars['ID']['output'];
|
|
73098
|
+
token?: Maybe<Scalars['String']['output']>;
|
|
73099
|
+
};
|
|
72395
73100
|
export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
72396
73101
|
__typename?: 'UnifiedLinkedAccount';
|
|
72397
73102
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
@@ -72403,18 +73108,53 @@ export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
|
72403
73108
|
linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
72404
73109
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
72405
73110
|
};
|
|
73111
|
+
export declare type UnifiedLinkedAccount2Connection = UnifiedIConnection & {
|
|
73112
|
+
__typename?: 'UnifiedLinkedAccount2Connection';
|
|
73113
|
+
edges?: Maybe<Array<Maybe<UnifiedLinkedAccount2Edge>>>;
|
|
73114
|
+
pageInfo: UnifiedPageInfo;
|
|
73115
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
73116
|
+
};
|
|
73117
|
+
export declare type UnifiedLinkedAccount2Edge = UnifiedIEdge & {
|
|
73118
|
+
__typename?: 'UnifiedLinkedAccount2Edge';
|
|
73119
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
73120
|
+
node?: Maybe<UnifiedAccount2>;
|
|
73121
|
+
};
|
|
72406
73122
|
export declare type UnifiedLinkedAccountPayload = UnifiedPayload & {
|
|
72407
73123
|
__typename?: 'UnifiedLinkedAccountPayload';
|
|
72408
73124
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
72409
73125
|
success: Scalars['Boolean']['output'];
|
|
72410
73126
|
unifiedLinkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
72411
73127
|
};
|
|
73128
|
+
export declare type UnifiedLinkingMutation = {
|
|
73129
|
+
__typename?: 'UnifiedLinkingMutation';
|
|
73130
|
+
authenticateTransaction?: Maybe<UnifiedLinkingPayload>;
|
|
73131
|
+
completeTransaction?: Maybe<UnifiedLinkingPayload>;
|
|
73132
|
+
initializeTransaction?: Maybe<UnifiedULinkTransactionPayload>;
|
|
73133
|
+
};
|
|
73134
|
+
export declare type UnifiedLinkingMutationAuthenticateTransactionArgs = {
|
|
73135
|
+
isLoggedInPrimary?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73136
|
+
token: Scalars['String']['input'];
|
|
73137
|
+
};
|
|
73138
|
+
export declare type UnifiedLinkingMutationCompleteTransactionArgs = {
|
|
73139
|
+
token: Scalars['String']['input'];
|
|
73140
|
+
};
|
|
73141
|
+
export declare type UnifiedLinkingMutationInitializeTransactionArgs = {
|
|
73142
|
+
account2Aaid?: InputMaybe<Scalars['String']['input']>;
|
|
73143
|
+
primaryAccountType?: InputMaybe<UnifiedPrimaryAccountType>;
|
|
73144
|
+
};
|
|
73145
|
+
export declare type UnifiedLinkingPayload = UnifiedPayload & {
|
|
73146
|
+
__typename?: 'UnifiedLinkingPayload';
|
|
73147
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
73148
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
73149
|
+
success: Scalars['Boolean']['output'];
|
|
73150
|
+
};
|
|
72412
73151
|
export declare type UnifiedMutation = {
|
|
72413
73152
|
__typename?: 'UnifiedMutation';
|
|
72414
73153
|
createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
|
|
72415
73154
|
createParentAccount?: Maybe<UnifiedParentAccountPayload>;
|
|
72416
73155
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
72417
73156
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
73157
|
+
linking?: Maybe<UnifiedLinkingMutation>;
|
|
72418
73158
|
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
72419
73159
|
};
|
|
72420
73160
|
export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
@@ -72466,6 +73206,10 @@ export declare type UnifiedPayload = {
|
|
|
72466
73206
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
72467
73207
|
success: Scalars['Boolean']['output'];
|
|
72468
73208
|
};
|
|
73209
|
+
export declare enum UnifiedPrimaryAccountType {
|
|
73210
|
+
Input = "INPUT",
|
|
73211
|
+
LoggedIn = "LOGGED_IN"
|
|
73212
|
+
}
|
|
72469
73213
|
export declare type UnifiedProfile = UnifiedINode & {
|
|
72470
73214
|
__typename?: 'UnifiedProfile';
|
|
72471
73215
|
badges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
@@ -72540,6 +73284,8 @@ export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
|
72540
73284
|
};
|
|
72541
73285
|
export declare type UnifiedQuery = {
|
|
72542
73286
|
__typename?: 'UnifiedQuery';
|
|
73287
|
+
account?: Maybe<UnifiedUAccount2Result>;
|
|
73288
|
+
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
72543
73289
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
72544
73290
|
gating?: Maybe<UnifiedGatingQuery>;
|
|
72545
73291
|
node?: Maybe<UnifiedINode>;
|
|
@@ -72548,6 +73294,13 @@ export declare type UnifiedQuery = {
|
|
|
72548
73294
|
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
72549
73295
|
unifiedProfiles?: Maybe<Array<Maybe<UnifiedUProfileResult>>>;
|
|
72550
73296
|
};
|
|
73297
|
+
export declare type UnifiedQueryAccountArgs = {
|
|
73298
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
73299
|
+
};
|
|
73300
|
+
export declare type UnifiedQueryAccountDetailsArgs = {
|
|
73301
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
73302
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
73303
|
+
};
|
|
72551
73304
|
export declare type UnifiedQueryAtlassianProductsArgs = {
|
|
72552
73305
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
72553
73306
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -72591,6 +73344,8 @@ export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
|
72591
73344
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
72592
73345
|
node?: Maybe<UnifiedRecentCourse>;
|
|
72593
73346
|
};
|
|
73347
|
+
export declare type UnifiedUAccount2Result = UnifiedAccount2 | UnifiedQueryError;
|
|
73348
|
+
export declare type UnifiedUAccountDetailsResult = UnifiedAccountDetails | UnifiedQueryError;
|
|
72594
73349
|
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
72595
73350
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
72596
73351
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
@@ -72606,6 +73361,8 @@ export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQu
|
|
|
72606
73361
|
export declare type UnifiedUGatingStatusResult = UnifiedAccessStatus | UnifiedQueryError;
|
|
72607
73362
|
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
72608
73363
|
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
73364
|
+
export declare type UnifiedULinkTransactionPayload = UnifiedLinkTransaction | UnifiedLinkingPayload;
|
|
73365
|
+
export declare type UnifiedULinkedAccount2Result = UnifiedLinkedAccount2Connection | UnifiedQueryError;
|
|
72609
73366
|
export declare type UnifiedUProfileBadgesResult = UnifiedProfileBadgesConnection | UnifiedQueryError;
|
|
72610
73367
|
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
|
|
72611
73368
|
export declare type UnifiedURecentCourseResult = UnifiedQueryError | UnifiedRecentCourseConnection;
|
|
@@ -73173,6 +73930,10 @@ export declare type User = {
|
|
|
73173
73930
|
name: Scalars['String']['output'];
|
|
73174
73931
|
picture: Scalars['URL']['output'];
|
|
73175
73932
|
};
|
|
73933
|
+
export declare type UserAccess = {
|
|
73934
|
+
__typename?: 'UserAccess';
|
|
73935
|
+
hasAccess: Scalars['Boolean']['output'];
|
|
73936
|
+
};
|
|
73176
73937
|
export declare type UserAuthTokenForExtensionInput = {
|
|
73177
73938
|
contextIds: Array<Scalars['ID']['input']>;
|
|
73178
73939
|
extensionId: Scalars['ID']['input'];
|
|
@@ -73395,6 +74156,7 @@ export declare type VirtualAgentCreateChatChannelPayload = Payload & {
|
|
|
73395
74156
|
};
|
|
73396
74157
|
export declare type VirtualAgentCreateConfigurationInput = {
|
|
73397
74158
|
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
74159
|
+
isAiResponsesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73398
74160
|
respondToQueries?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73399
74161
|
};
|
|
73400
74162
|
export declare type VirtualAgentCreateConfigurationPayload = Payload & {
|
|
@@ -73932,7 +74694,6 @@ export declare type WorkSuggestionsByProjectsResponse = {
|
|
|
73932
74694
|
inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
|
|
73933
74695
|
pullRequestSuggestions?: Maybe<Array<WorkSuggestionsPeriscopeTask>>;
|
|
73934
74696
|
recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
|
|
73935
|
-
sortOrder?: Maybe<WorkSuggestionsOrder>;
|
|
73936
74697
|
stuckIssueSuggestions?: Maybe<Array<WorkSuggestionsStuckIssueTask>>;
|
|
73937
74698
|
};
|
|
73938
74699
|
export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
|
|
@@ -74154,10 +74915,6 @@ export declare type WorkSuggestionsMutationErrorExtension = MutationErrorExtensi
|
|
|
74154
74915
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
74155
74916
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
74156
74917
|
};
|
|
74157
|
-
export declare type WorkSuggestionsOrder = {
|
|
74158
|
-
__typename?: 'WorkSuggestionsOrder';
|
|
74159
|
-
defaultOrder: Array<Scalars['ID']['output']>;
|
|
74160
|
-
};
|
|
74161
74918
|
export declare type WorkSuggestionsOrderScore = {
|
|
74162
74919
|
__typename?: 'WorkSuggestionsOrderScore';
|
|
74163
74920
|
byTaskType?: Maybe<WorkSuggestionsOrderScores>;
|