@forge/cli-shared 6.7.1-next.2-experimental-611b366 → 6.8.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 +63 -5
- package/out/apps/create-an-app.d.ts +6 -2
- package/out/apps/create-an-app.d.ts.map +1 -1
- package/out/apps/create-an-app.js +20 -3
- package/out/apps/register-app.d.ts +2 -1
- package/out/apps/register-app.d.ts.map +1 -1
- package/out/apps/register-app.js +9 -2
- package/out/graphql/graphql-types.d.ts +930 -21
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +102 -26
- package/out/shared/test.d.ts +2 -1
- package/out/shared/test.d.ts.map +1 -1
- package/out/shared/test.js +6 -1
- package/out/ui/command-line-ui.d.ts +5 -0
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +13 -0
- package/out/ui/text.d.ts +1 -52
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +32 -49
- package/out/ui/ui.d.ts +5 -0
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -795,7 +795,7 @@ export declare type AgentStudioAgent = {
|
|
|
795
795
|
id: Scalars['ID']['output'];
|
|
796
796
|
name?: Maybe<Scalars['String']['output']>;
|
|
797
797
|
};
|
|
798
|
-
export declare type AgentStudioAgentResult = AgentStudioAssistant | QueryError;
|
|
798
|
+
export declare type AgentStudioAgentResult = AgentStudioAssistant | AgentStudioServiceAgent | QueryError;
|
|
799
799
|
export declare enum AgentStudioAgentType {
|
|
800
800
|
Assistant = "ASSISTANT"
|
|
801
801
|
}
|
|
@@ -870,6 +870,13 @@ export declare type AgentStudioKnowledgeSourceInput = {
|
|
|
870
870
|
filters?: InputMaybe<AgentStudioKnowledgeFiltersInput>;
|
|
871
871
|
source: Scalars['String']['input'];
|
|
872
872
|
};
|
|
873
|
+
export declare type AgentStudioServiceAgent = AgentStudioAgent & Node & {
|
|
874
|
+
__typename?: 'AgentStudioServiceAgent';
|
|
875
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
876
|
+
id: Scalars['ID']['output'];
|
|
877
|
+
linkedJiraProject?: Maybe<JiraProject>;
|
|
878
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
879
|
+
};
|
|
873
880
|
export declare type AgentStudioSuggestConversationStartersInput = {
|
|
874
881
|
agentDescription?: InputMaybe<Scalars['String']['input']>;
|
|
875
882
|
agentInstructions?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1405,10 +1412,20 @@ export declare type AppFeaturesInput = {
|
|
|
1405
1412
|
};
|
|
1406
1413
|
export declare type AppHostService = {
|
|
1407
1414
|
__typename?: 'AppHostService';
|
|
1415
|
+
additionalDetails?: Maybe<AppHostServiceDetails>;
|
|
1416
|
+
allowedAuthMechanisms: Array<Scalars['String']['output']>;
|
|
1408
1417
|
description: Scalars['String']['output'];
|
|
1409
1418
|
name: Scalars['String']['output'];
|
|
1419
|
+
resourceOwner?: Maybe<Scalars['String']['output']>;
|
|
1410
1420
|
scopes?: Maybe<Array<AppHostServiceScope>>;
|
|
1411
1421
|
serviceId: Scalars['ID']['output'];
|
|
1422
|
+
supportsSiteEgressPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
1423
|
+
};
|
|
1424
|
+
export declare type AppHostServiceDetails = {
|
|
1425
|
+
__typename?: 'AppHostServiceDetails';
|
|
1426
|
+
documentationUrl?: Maybe<Scalars['String']['output']>;
|
|
1427
|
+
isEnrollable?: Maybe<Scalars['Boolean']['output']>;
|
|
1428
|
+
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
1412
1429
|
};
|
|
1413
1430
|
export declare type AppHostServiceScope = {
|
|
1414
1431
|
__typename?: 'AppHostServiceScope';
|
|
@@ -2029,6 +2046,15 @@ export declare type AppVersion = {
|
|
|
2029
2046
|
__typename?: 'AppVersion';
|
|
2030
2047
|
isLatest: Scalars['Boolean']['output'];
|
|
2031
2048
|
};
|
|
2049
|
+
export declare type AppVersionEnrolment = {
|
|
2050
|
+
__typename?: 'AppVersionEnrolment';
|
|
2051
|
+
appId: Scalars['String']['output'];
|
|
2052
|
+
appVersionId?: Maybe<Scalars['String']['output']>;
|
|
2053
|
+
authClientId?: Maybe<Scalars['String']['output']>;
|
|
2054
|
+
id: Scalars['String']['output'];
|
|
2055
|
+
scopes?: Maybe<Array<Scalars['String']['output']>>;
|
|
2056
|
+
serviceId: Scalars['ID']['output'];
|
|
2057
|
+
};
|
|
2032
2058
|
export declare type AppVersionExtension = {
|
|
2033
2059
|
__typename?: 'AppVersionExtension';
|
|
2034
2060
|
extensionData: Scalars['JSON']['output'];
|
|
@@ -4647,6 +4673,7 @@ export declare type CompassCampaign = Node & {
|
|
|
4647
4673
|
createdByUser?: Maybe<User>;
|
|
4648
4674
|
description?: Maybe<Scalars['String']['output']>;
|
|
4649
4675
|
dueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
4676
|
+
goalId?: Maybe<Scalars['ID']['output']>;
|
|
4650
4677
|
id: Scalars['ID']['output'];
|
|
4651
4678
|
name?: Maybe<Scalars['String']['output']>;
|
|
4652
4679
|
scorecard?: Maybe<CompassScorecard>;
|
|
@@ -4703,6 +4730,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4703
4730
|
createComponentScorecardJiraIssue?: Maybe<CompassCreateComponentScorecardJiraIssuePayload>;
|
|
4704
4731
|
createComponentSubscription?: Maybe<CompassCreateComponentSubscriptionPayload>;
|
|
4705
4732
|
createComponentType?: Maybe<CreateCompassComponentTypePayload>;
|
|
4733
|
+
createCriterionExemption?: Maybe<CompassCreateCriterionExemptionPayload>;
|
|
4706
4734
|
createCustomFieldDefinition?: Maybe<CompassCreateCustomFieldDefinitionPayload>;
|
|
4707
4735
|
createEventSource?: Maybe<CreateEventSourcePayload>;
|
|
4708
4736
|
createIncomingWebhook?: Maybe<CompassCreateIncomingWebhookPayload>;
|
|
@@ -4836,6 +4864,10 @@ export declare type CompassCatalogMutationApiCreateComponentTypeArgs = {
|
|
|
4836
4864
|
cloudId: Scalars['ID']['input'];
|
|
4837
4865
|
input: CreateCompassComponentTypeInput;
|
|
4838
4866
|
};
|
|
4867
|
+
export declare type CompassCatalogMutationApiCreateCriterionExemptionArgs = {
|
|
4868
|
+
cloudId: Scalars['ID']['input'];
|
|
4869
|
+
input: CompassCreateCriterionExemptionInput;
|
|
4870
|
+
};
|
|
4839
4871
|
export declare type CompassCatalogMutationApiCreateCustomFieldDefinitionArgs = {
|
|
4840
4872
|
input: CompassCreateCustomFieldDefinitionInput;
|
|
4841
4873
|
};
|
|
@@ -5274,6 +5306,7 @@ export declare type CompassComponent = Node & {
|
|
|
5274
5306
|
metricSources?: Maybe<CompassComponentMetricSourcesQueryResult>;
|
|
5275
5307
|
name: Scalars['String']['output'];
|
|
5276
5308
|
ownerId?: Maybe<Scalars['ID']['output']>;
|
|
5309
|
+
packageDependencies?: Maybe<CompassComponentPackageDependencyConnection>;
|
|
5277
5310
|
relationships?: Maybe<CompassRelationshipConnectionResult>;
|
|
5278
5311
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
5279
5312
|
scorecardScores?: Maybe<Array<CompassScorecardScore>>;
|
|
@@ -5301,6 +5334,10 @@ export declare type CompassComponentEventsArgs = {
|
|
|
5301
5334
|
export declare type CompassComponentMetricSourcesArgs = {
|
|
5302
5335
|
query?: InputMaybe<CompassComponentMetricSourcesQuery>;
|
|
5303
5336
|
};
|
|
5337
|
+
export declare type CompassComponentPackageDependenciesArgs = {
|
|
5338
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5339
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5340
|
+
};
|
|
5304
5341
|
export declare type CompassComponentRelationshipsArgs = {
|
|
5305
5342
|
query?: InputMaybe<CompassRelationshipQuery>;
|
|
5306
5343
|
};
|
|
@@ -5532,6 +5569,41 @@ export declare type CompassComponentMetricSourcesQuery = {
|
|
|
5532
5569
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5533
5570
|
};
|
|
5534
5571
|
export declare type CompassComponentMetricSourcesQueryResult = CompassComponentMetricSourcesConnection | QueryError;
|
|
5572
|
+
export declare type CompassComponentPackageDependencyConnection = {
|
|
5573
|
+
__typename?: 'CompassComponentPackageDependencyConnection';
|
|
5574
|
+
edges?: Maybe<Array<CompassComponentPackageDependencyEdge>>;
|
|
5575
|
+
nodes?: Maybe<Array<CompassPackage>>;
|
|
5576
|
+
pageInfo?: Maybe<PageInfo>;
|
|
5577
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
5578
|
+
};
|
|
5579
|
+
export declare type CompassComponentPackageDependencyEdge = {
|
|
5580
|
+
__typename?: 'CompassComponentPackageDependencyEdge';
|
|
5581
|
+
changeMetadata?: Maybe<CompassChangeMetadata>;
|
|
5582
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
5583
|
+
node?: Maybe<CompassPackage>;
|
|
5584
|
+
versionsBySource?: Maybe<CompassComponentPackageDependencyVersionsBySourceConnection>;
|
|
5585
|
+
};
|
|
5586
|
+
export declare type CompassComponentPackageDependencyEdgeVersionsBySourceArgs = {
|
|
5587
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5588
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5589
|
+
};
|
|
5590
|
+
export declare type CompassComponentPackageDependencyVersionsBySourceConnection = {
|
|
5591
|
+
__typename?: 'CompassComponentPackageDependencyVersionsBySourceConnection';
|
|
5592
|
+
edges?: Maybe<Array<CompassComponentPackageDependencyVersionsBySourceEdge>>;
|
|
5593
|
+
nodes?: Maybe<Array<CompassComponentPackageVersionsBySource>>;
|
|
5594
|
+
pageInfo?: Maybe<PageInfo>;
|
|
5595
|
+
};
|
|
5596
|
+
export declare type CompassComponentPackageDependencyVersionsBySourceEdge = {
|
|
5597
|
+
__typename?: 'CompassComponentPackageDependencyVersionsBySourceEdge';
|
|
5598
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
5599
|
+
node?: Maybe<CompassComponentPackageVersionsBySource>;
|
|
5600
|
+
};
|
|
5601
|
+
export declare type CompassComponentPackageVersionsBySource = {
|
|
5602
|
+
__typename?: 'CompassComponentPackageVersionsBySource';
|
|
5603
|
+
dependentOnVersions?: Maybe<Array<Scalars['String']['output']>>;
|
|
5604
|
+
sourceId?: Maybe<Scalars['String']['output']>;
|
|
5605
|
+
sourceUrl?: Maybe<Scalars['String']['output']>;
|
|
5606
|
+
};
|
|
5535
5607
|
export declare type CompassComponentQueryResult = CompassSearchComponentConnection | QueryError;
|
|
5536
5608
|
export declare type CompassComponentResult = CompassComponent | QueryError;
|
|
5537
5609
|
export declare type CompassComponentScorecardJiraIssueConnection = {
|
|
@@ -5722,6 +5794,7 @@ export declare type CompassCreateBuildEventInput = {
|
|
|
5722
5794
|
export declare type CompassCreateCampaignInput = {
|
|
5723
5795
|
description: Scalars['String']['input'];
|
|
5724
5796
|
dueDate: Scalars['DateTime']['input'];
|
|
5797
|
+
goalId?: InputMaybe<Scalars['ID']['input']>;
|
|
5725
5798
|
name: Scalars['String']['input'];
|
|
5726
5799
|
scorecardId: Scalars['ID']['input'];
|
|
5727
5800
|
startDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -5751,6 +5824,20 @@ export declare type CompassCreateComponentSubscriptionPayload = Payload & {
|
|
|
5751
5824
|
errors?: Maybe<Array<MutationError>>;
|
|
5752
5825
|
success: Scalars['Boolean']['output'];
|
|
5753
5826
|
};
|
|
5827
|
+
export declare type CompassCreateCriterionExemptionInput = {
|
|
5828
|
+
componentId?: InputMaybe<Scalars['ID']['input']>;
|
|
5829
|
+
criterionId: Scalars['ID']['input'];
|
|
5830
|
+
description: Scalars['String']['input'];
|
|
5831
|
+
endDate: Scalars['DateTime']['input'];
|
|
5832
|
+
startDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5833
|
+
type?: InputMaybe<CriterionExemptionType>;
|
|
5834
|
+
};
|
|
5835
|
+
export declare type CompassCreateCriterionExemptionPayload = Payload & {
|
|
5836
|
+
__typename?: 'CompassCreateCriterionExemptionPayload';
|
|
5837
|
+
criterionExemptionDetails?: Maybe<CompassCriterionExemptionDetails>;
|
|
5838
|
+
errors?: Maybe<Array<MutationError>>;
|
|
5839
|
+
success: Scalars['Boolean']['output'];
|
|
5840
|
+
};
|
|
5754
5841
|
export declare type CompassCreateCustomBooleanFieldDefinitionInput = {
|
|
5755
5842
|
cloudId: Scalars['ID']['input'];
|
|
5756
5843
|
componentTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -5970,6 +6057,7 @@ export declare type CompassCreateMetricDefinitionPayload = Payload & {
|
|
|
5970
6057
|
export declare type CompassCreateMetricSourceInput = {
|
|
5971
6058
|
componentId: Scalars['ID']['input'];
|
|
5972
6059
|
configuration?: InputMaybe<CompassMetricSourceConfigurationInput>;
|
|
6060
|
+
dataConnectionConfiguration?: InputMaybe<CompassDataConnectionConfigurationInput>;
|
|
5973
6061
|
derived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5974
6062
|
externalConfiguration?: InputMaybe<CompassExternalMetricSourceConfigurationInput>;
|
|
5975
6063
|
externalMetricSourceId: Scalars['ID']['input'];
|
|
@@ -6158,6 +6246,12 @@ export declare enum CompassCriteriaTextComparatorOptions {
|
|
|
6158
6246
|
IsPresent = "IS_PRESENT",
|
|
6159
6247
|
MatchesRegex = "MATCHES_REGEX"
|
|
6160
6248
|
}
|
|
6249
|
+
export declare type CompassCriterionExemptionDetails = {
|
|
6250
|
+
__typename?: 'CompassCriterionExemptionDetails';
|
|
6251
|
+
endDate?: Maybe<Scalars['DateTime']['output']>;
|
|
6252
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
6253
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
6254
|
+
};
|
|
6161
6255
|
export declare type CompassCustomBooleanField = CompassCustomField & {
|
|
6162
6256
|
__typename?: 'CompassCustomBooleanField';
|
|
6163
6257
|
annotations?: Maybe<Array<CompassCustomFieldAnnotation>>;
|
|
@@ -6454,6 +6548,62 @@ export declare type CompassCustomUserFieldInput = {
|
|
|
6454
6548
|
definitionId: Scalars['ID']['input'];
|
|
6455
6549
|
userIdValue?: InputMaybe<Scalars['ID']['input']>;
|
|
6456
6550
|
};
|
|
6551
|
+
export declare type CompassDataConnectionApiConfigurationInput = {
|
|
6552
|
+
dataSourceLinks?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
6553
|
+
source?: InputMaybe<CompassDataConnectionSource>;
|
|
6554
|
+
};
|
|
6555
|
+
export declare type CompassDataConnectionAppConfigurationInput = {
|
|
6556
|
+
dataSourceLinks?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
6557
|
+
source?: InputMaybe<CompassDataConnectionSource>;
|
|
6558
|
+
};
|
|
6559
|
+
export declare type CompassDataConnectionConfiguration = {
|
|
6560
|
+
__typename?: 'CompassDataConnectionConfiguration';
|
|
6561
|
+
dataSourceLinks?: Maybe<CompassDataSourceLinksConnection>;
|
|
6562
|
+
incomingWebhook?: Maybe<CompassIncomingWebhook>;
|
|
6563
|
+
method?: Maybe<Scalars['String']['output']>;
|
|
6564
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
6565
|
+
};
|
|
6566
|
+
export declare type CompassDataConnectionConfigurationDataSourceLinksArgs = {
|
|
6567
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
6568
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6569
|
+
};
|
|
6570
|
+
export declare type CompassDataConnectionConfigurationInput = {
|
|
6571
|
+
api?: InputMaybe<CompassDataConnectionApiConfigurationInput>;
|
|
6572
|
+
app?: InputMaybe<CompassDataConnectionAppConfigurationInput>;
|
|
6573
|
+
incomingWebhook?: InputMaybe<CompassDataConnectionIncomingWebhookConfigurationInput>;
|
|
6574
|
+
};
|
|
6575
|
+
export declare type CompassDataConnectionIncomingWebhookConfigurationInput = {
|
|
6576
|
+
dataSourceLinks?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
6577
|
+
incomingWebhookId: Scalars['ID']['input'];
|
|
6578
|
+
source?: InputMaybe<CompassDataConnectionSource>;
|
|
6579
|
+
};
|
|
6580
|
+
export declare enum CompassDataConnectionSource {
|
|
6581
|
+
Api = "API",
|
|
6582
|
+
Bitbucket = "BITBUCKET",
|
|
6583
|
+
Circleci = "CIRCLECI",
|
|
6584
|
+
CustomWebhooks = "CUSTOM_WEBHOOKS",
|
|
6585
|
+
ForgeApp = "FORGE_APP",
|
|
6586
|
+
Github = "GITHUB",
|
|
6587
|
+
Gitlab = "GITLAB",
|
|
6588
|
+
Jira = "JIRA",
|
|
6589
|
+
JiraDocumentation = "JIRA_DOCUMENTATION",
|
|
6590
|
+
MarketplaceApps = "MARKETPLACE_APPS",
|
|
6591
|
+
Pagerduty = "PAGERDUTY",
|
|
6592
|
+
Snyk = "SNYK",
|
|
6593
|
+
Sonarqube = "SONARQUBE",
|
|
6594
|
+
Webhook = "WEBHOOK"
|
|
6595
|
+
}
|
|
6596
|
+
export declare type CompassDataSourceLinkEdge = {
|
|
6597
|
+
__typename?: 'CompassDataSourceLinkEdge';
|
|
6598
|
+
cursor: Scalars['String']['output'];
|
|
6599
|
+
node?: Maybe<CompassLink>;
|
|
6600
|
+
};
|
|
6601
|
+
export declare type CompassDataSourceLinksConnection = {
|
|
6602
|
+
__typename?: 'CompassDataSourceLinksConnection';
|
|
6603
|
+
edges?: Maybe<Array<CompassDataSourceLinkEdge>>;
|
|
6604
|
+
nodes?: Maybe<Array<CompassLink>>;
|
|
6605
|
+
pageInfo: PageInfo;
|
|
6606
|
+
};
|
|
6457
6607
|
export declare type CompassDeactivateScorecardForComponentPayload = Payload & {
|
|
6458
6608
|
__typename?: 'CompassDeactivateScorecardForComponentPayload';
|
|
6459
6609
|
componentDetails?: Maybe<CompassComponent>;
|
|
@@ -7344,6 +7494,7 @@ export declare type CompassMetricDefinitionsQueryResult = CompassMetricDefinitio
|
|
|
7344
7494
|
export declare type CompassMetricSource = Node & {
|
|
7345
7495
|
__typename?: 'CompassMetricSource';
|
|
7346
7496
|
component?: Maybe<CompassComponent>;
|
|
7497
|
+
dataConnectionConfiguration?: Maybe<CompassDataConnectionConfiguration>;
|
|
7347
7498
|
derivedFrom?: Maybe<Array<EventSource>>;
|
|
7348
7499
|
externalMetricSourceId?: Maybe<Scalars['ID']['output']>;
|
|
7349
7500
|
forgeAppId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -7407,9 +7558,15 @@ export declare type CompassMetricSourcesQuery = {
|
|
|
7407
7558
|
export declare type CompassMetricSourcesQueryResult = CompassMetricSourcesConnection | QueryError;
|
|
7408
7559
|
export declare type CompassMetricValue = {
|
|
7409
7560
|
__typename?: 'CompassMetricValue';
|
|
7561
|
+
annotation?: Maybe<CompassMetricValueAnnotation>;
|
|
7410
7562
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
7411
7563
|
value?: Maybe<Scalars['Float']['output']>;
|
|
7412
7564
|
};
|
|
7565
|
+
export declare type CompassMetricValueAnnotation = {
|
|
7566
|
+
__typename?: 'CompassMetricValueAnnotation';
|
|
7567
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
7568
|
+
createdAtTimestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
7569
|
+
};
|
|
7413
7570
|
export declare type CompassMetricValueEdge = {
|
|
7414
7571
|
__typename?: 'CompassMetricValueEdge';
|
|
7415
7572
|
cursor: Scalars['String']['output'];
|
|
@@ -7434,6 +7591,11 @@ export declare type CompassMetricValuesTimeseries = {
|
|
|
7434
7591
|
values?: Maybe<Array<Maybe<CompassMetricValue>>>;
|
|
7435
7592
|
};
|
|
7436
7593
|
export declare type CompassMetricValuesTimeseriesResult = CompassMetricValuesTimeseries | QueryError;
|
|
7594
|
+
export declare type CompassPackage = {
|
|
7595
|
+
__typename?: 'CompassPackage';
|
|
7596
|
+
id: Scalars['ID']['output'];
|
|
7597
|
+
packageName: Scalars['String']['output'];
|
|
7598
|
+
};
|
|
7437
7599
|
export declare type CompassPermissionResult = {
|
|
7438
7600
|
__typename?: 'CompassPermissionResult';
|
|
7439
7601
|
allowed: Scalars['Boolean']['output'];
|
|
@@ -7818,6 +7980,7 @@ export declare type CompassScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
|
7818
7980
|
export declare type CompassScorecardCriteriaScore = {
|
|
7819
7981
|
__typename?: 'CompassScorecardCriteriaScore';
|
|
7820
7982
|
dataSourceLastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
7983
|
+
exemptionDetails?: Maybe<CompassCriterionExemptionDetails>;
|
|
7821
7984
|
explanation?: Maybe<Scalars['String']['output']>;
|
|
7822
7985
|
maxScore: Scalars['Int']['output'];
|
|
7823
7986
|
metadata?: Maybe<CompassScorecardCriterionScoreMetadata>;
|
|
@@ -8024,9 +8187,8 @@ export declare type CompassScorecardCriterionScore = {
|
|
|
8024
8187
|
};
|
|
8025
8188
|
export declare type CompassScorecardCriterionScoreEventSimulation = {
|
|
8026
8189
|
__typename?: 'CompassScorecardCriterionScoreEventSimulation';
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
scoreStatus?: Maybe<CompassScorecardCriterionScoreStatus>;
|
|
8190
|
+
eventValue?: Maybe<Scalars['Float']['output']>;
|
|
8191
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
8030
8192
|
};
|
|
8031
8193
|
export declare type CompassScorecardCriterionScoreEventSimulationResult = CompassScorecardCriterionScoreEventSimulation | QueryError;
|
|
8032
8194
|
export declare type CompassScorecardCriterionScoreMetadata = {
|
|
@@ -8699,6 +8861,7 @@ export declare type CompassUpdateMetricDefinitionPayload = Payload & {
|
|
|
8699
8861
|
};
|
|
8700
8862
|
export declare type CompassUpdateMetricSourceInput = {
|
|
8701
8863
|
configuration?: InputMaybe<CompassMetricSourceConfigurationInput>;
|
|
8864
|
+
dataConnectionConfiguration?: InputMaybe<CompassDataConnectionConfigurationInput>;
|
|
8702
8865
|
id: Scalars['ID']['input'];
|
|
8703
8866
|
};
|
|
8704
8867
|
export declare type CompassUpdateMetricSourcePayload = Payload & {
|
|
@@ -9017,6 +9180,7 @@ export declare type ConfluenceAdminReport = {
|
|
|
9017
9180
|
link?: Maybe<Scalars['String']['output']>;
|
|
9018
9181
|
reportId?: Maybe<Scalars['ID']['output']>;
|
|
9019
9182
|
requesterId?: Maybe<Scalars['ID']['output']>;
|
|
9183
|
+
user?: Maybe<AtlassianUser>;
|
|
9020
9184
|
};
|
|
9021
9185
|
export declare type ConfluenceAdminReportPayload = {
|
|
9022
9186
|
__typename?: 'ConfluenceAdminReportPayload';
|
|
@@ -9127,6 +9291,11 @@ export declare type ConfluenceBulkNestedConvertToLiveDocsPayload = {
|
|
|
9127
9291
|
success: Scalars['Boolean']['output'];
|
|
9128
9292
|
taskId: Scalars['ID']['output'];
|
|
9129
9293
|
};
|
|
9294
|
+
export declare type ConfluenceBulkPdfExportContent = {
|
|
9295
|
+
areChildrenIncluded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9296
|
+
contentId: Scalars['ID']['input'];
|
|
9297
|
+
excludedChildrenIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
9298
|
+
};
|
|
9130
9299
|
export declare type ConfluenceCalendarJqlValidationResult = {
|
|
9131
9300
|
__typename?: 'ConfluenceCalendarJqlValidationResult';
|
|
9132
9301
|
errorMessages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -9249,6 +9418,7 @@ export declare type ConfluenceContentBodyInput = {
|
|
|
9249
9418
|
export declare type ConfluenceContentMetadata = {
|
|
9250
9419
|
__typename?: 'ConfluenceContentMetadata';
|
|
9251
9420
|
collaborativeEditingService?: Maybe<ConfluenceCollaborativeEditingService>;
|
|
9421
|
+
sourceTemplateEntityId?: Maybe<Scalars['String']['output']>;
|
|
9252
9422
|
titleEmojiDraft?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9253
9423
|
titleEmojiPublished?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9254
9424
|
};
|
|
@@ -9307,6 +9477,10 @@ export declare type ConfluenceContentVersion = {
|
|
|
9307
9477
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
9308
9478
|
number?: Maybe<Scalars['Int']['output']>;
|
|
9309
9479
|
};
|
|
9480
|
+
export declare type ConfluenceContentViewerSummary = {
|
|
9481
|
+
__typename?: 'ConfluenceContentViewerSummary';
|
|
9482
|
+
favoritedSummary?: Maybe<ConfluenceFavoritedSummary>;
|
|
9483
|
+
};
|
|
9310
9484
|
export declare type ConfluenceContribution = {
|
|
9311
9485
|
__typename?: 'ConfluenceContribution';
|
|
9312
9486
|
status: ConfluenceContributionStatus;
|
|
@@ -9413,6 +9587,24 @@ export declare type ConfluenceCreatePagePropertyPayload = Payload & {
|
|
|
9413
9587
|
pageProperty?: Maybe<ConfluencePageProperty>;
|
|
9414
9588
|
success: Scalars['Boolean']['output'];
|
|
9415
9589
|
};
|
|
9590
|
+
export declare type ConfluenceCreatePdfExportTaskForBulkContentInput = {
|
|
9591
|
+
exportContents: Array<InputMaybe<ConfluenceBulkPdfExportContent>>;
|
|
9592
|
+
};
|
|
9593
|
+
export declare type ConfluenceCreatePdfExportTaskForBulkContentPayload = Payload & {
|
|
9594
|
+
__typename?: 'ConfluenceCreatePdfExportTaskForBulkContentPayload';
|
|
9595
|
+
errors?: Maybe<Array<MutationError>>;
|
|
9596
|
+
exportTaskId: Scalars['ID']['output'];
|
|
9597
|
+
success: Scalars['Boolean']['output'];
|
|
9598
|
+
};
|
|
9599
|
+
export declare type ConfluenceCreatePdfExportTaskForSingleContentInput = {
|
|
9600
|
+
contentId: Scalars['ID']['input'];
|
|
9601
|
+
};
|
|
9602
|
+
export declare type ConfluenceCreatePdfExportTaskForSingleContentPayload = Payload & {
|
|
9603
|
+
__typename?: 'ConfluenceCreatePdfExportTaskForSingleContentPayload';
|
|
9604
|
+
errors?: Maybe<Array<MutationError>>;
|
|
9605
|
+
exportTaskId: Scalars['ID']['output'];
|
|
9606
|
+
success: Scalars['Boolean']['output'];
|
|
9607
|
+
};
|
|
9416
9608
|
export declare type ConfluenceCreateSpaceInput = {
|
|
9417
9609
|
key: Scalars['String']['input'];
|
|
9418
9610
|
name: Scalars['String']['input'];
|
|
@@ -9442,6 +9634,7 @@ export declare type ConfluenceDatabase = {
|
|
|
9442
9634
|
status?: Maybe<ConfluenceContentStatus>;
|
|
9443
9635
|
title?: Maybe<Scalars['String']['output']>;
|
|
9444
9636
|
type?: Maybe<ConfluenceContentType>;
|
|
9637
|
+
viewer?: Maybe<ConfluenceContentViewerSummary>;
|
|
9445
9638
|
};
|
|
9446
9639
|
export declare type ConfluenceDatabaseLinks = {
|
|
9447
9640
|
__typename?: 'ConfluenceDatabaseLinks';
|
|
@@ -9594,6 +9787,7 @@ export declare type ConfluenceEmbed = {
|
|
|
9594
9787
|
status?: Maybe<ConfluenceContentStatus>;
|
|
9595
9788
|
title?: Maybe<Scalars['String']['output']>;
|
|
9596
9789
|
type?: Maybe<ConfluenceContentType>;
|
|
9790
|
+
viewer?: Maybe<ConfluenceContentViewerSummary>;
|
|
9597
9791
|
};
|
|
9598
9792
|
export declare type ConfluenceEmbedLinks = {
|
|
9599
9793
|
__typename?: 'ConfluenceEmbedLinks';
|
|
@@ -9619,6 +9813,7 @@ export declare type ConfluenceFolder = {
|
|
|
9619
9813
|
status?: Maybe<ConfluenceContentStatus>;
|
|
9620
9814
|
title?: Maybe<Scalars['String']['output']>;
|
|
9621
9815
|
type?: Maybe<ConfluenceContentType>;
|
|
9816
|
+
viewer?: Maybe<ConfluenceContentViewerSummary>;
|
|
9622
9817
|
};
|
|
9623
9818
|
export declare type ConfluenceFolderLinks = {
|
|
9624
9819
|
__typename?: 'ConfluenceFolderLinks';
|
|
@@ -15587,6 +15782,20 @@ export declare type ConfluencePageViewerSummary = {
|
|
|
15587
15782
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
15588
15783
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
15589
15784
|
};
|
|
15785
|
+
export declare enum ConfluencePdfExportState {
|
|
15786
|
+
Done = "DONE",
|
|
15787
|
+
Failed = "FAILED",
|
|
15788
|
+
InProgress = "IN_PROGRESS",
|
|
15789
|
+
Validating = "VALIDATING"
|
|
15790
|
+
}
|
|
15791
|
+
export declare type ConfluencePdfExportTask = {
|
|
15792
|
+
__typename?: 'ConfluencePdfExportTask';
|
|
15793
|
+
downloadLinkPath?: Maybe<Scalars['String']['output']>;
|
|
15794
|
+
estimatedSecondsRemaining?: Maybe<Scalars['Long']['output']>;
|
|
15795
|
+
exportState: ConfluencePdfExportState;
|
|
15796
|
+
progressPercent?: Maybe<Scalars['Int']['output']>;
|
|
15797
|
+
secondsElapsed?: Maybe<Scalars['Long']['output']>;
|
|
15798
|
+
};
|
|
15590
15799
|
export declare type ConfluencePerson = Person & {
|
|
15591
15800
|
__typename?: 'ConfluencePerson';
|
|
15592
15801
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -16748,6 +16957,7 @@ export declare type ConfluenceWhiteboard = {
|
|
|
16748
16957
|
status?: Maybe<ConfluenceContentStatus>;
|
|
16749
16958
|
title?: Maybe<Scalars['String']['output']>;
|
|
16750
16959
|
type?: Maybe<ConfluenceContentType>;
|
|
16960
|
+
viewer?: Maybe<ConfluenceContentViewerSummary>;
|
|
16751
16961
|
whiteboardId: Scalars['ID']['output'];
|
|
16752
16962
|
};
|
|
16753
16963
|
export declare type ConfluenceWhiteboardCommentsArgs = {
|
|
@@ -17112,7 +17322,9 @@ export declare type ContentAnalyticsPageViewInfo = {
|
|
|
17112
17322
|
lastVersionViewedNumber?: Maybe<Scalars['Int']['output']>;
|
|
17113
17323
|
lastVersionViewedUrl?: Maybe<Scalars['String']['output']>;
|
|
17114
17324
|
lastViewedAt: Scalars['String']['output'];
|
|
17325
|
+
user?: Maybe<AtlassianUser>;
|
|
17115
17326
|
userId: Scalars['ID']['output'];
|
|
17327
|
+
userProfile?: Maybe<AtlassianUser>;
|
|
17116
17328
|
views: Scalars['Int']['output'];
|
|
17117
17329
|
};
|
|
17118
17330
|
export declare type ContentAnalyticsTotalViewsByPage = {
|
|
@@ -18954,6 +19166,7 @@ export declare type CountGroupByUser = {
|
|
|
18954
19166
|
export declare type CountGroupByUserItem = {
|
|
18955
19167
|
__typename?: 'CountGroupByUserItem';
|
|
18956
19168
|
count: Scalars['Int']['output'];
|
|
19169
|
+
user?: Maybe<AtlassianUser>;
|
|
18957
19170
|
userId: Scalars['String']['output'];
|
|
18958
19171
|
};
|
|
18959
19172
|
export declare type CountUsersGroupByPage = {
|
|
@@ -19654,6 +19867,10 @@ export declare type CreatedSprint = {
|
|
|
19654
19867
|
sprintState?: Maybe<SprintState>;
|
|
19655
19868
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
19656
19869
|
};
|
|
19870
|
+
export declare enum CriterionExemptionType {
|
|
19871
|
+
Exemption = "EXEMPTION",
|
|
19872
|
+
Global = "GLOBAL"
|
|
19873
|
+
}
|
|
19657
19874
|
export declare type CsmAiAgent = {
|
|
19658
19875
|
__typename?: 'CsmAiAgent';
|
|
19659
19876
|
conversationStarters?: Maybe<Array<CsmAiAgentConversationStarter>>;
|
|
@@ -20783,6 +21000,35 @@ export declare type CustomerUser = LocalizationContext & User & {
|
|
|
20783
21000
|
picture: Scalars['URL']['output'];
|
|
20784
21001
|
zoneinfo?: Maybe<Scalars['String']['output']>;
|
|
20785
21002
|
};
|
|
21003
|
+
export declare type DailyToplineTrendSeries = {
|
|
21004
|
+
__typename?: 'DailyToplineTrendSeries';
|
|
21005
|
+
cohortType: Scalars['String']['output'];
|
|
21006
|
+
cohortValue: Scalars['String']['output'];
|
|
21007
|
+
data: Array<DailyToplineTrendSeriesData>;
|
|
21008
|
+
env: GlanceEnvironment;
|
|
21009
|
+
goals: Array<ExperienceToplineGoal>;
|
|
21010
|
+
id: Scalars['ID']['output'];
|
|
21011
|
+
metric: Scalars['String']['output'];
|
|
21012
|
+
missingDays?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
21013
|
+
pageLoadType?: Maybe<PageLoadType>;
|
|
21014
|
+
percentile: Scalars['Int']['output'];
|
|
21015
|
+
};
|
|
21016
|
+
export declare type DailyToplineTrendSeriesData = {
|
|
21017
|
+
__typename?: 'DailyToplineTrendSeriesData';
|
|
21018
|
+
aggregatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
21019
|
+
approxVolumePercentage?: Maybe<Scalars['Float']['output']>;
|
|
21020
|
+
count: Scalars['Int']['output'];
|
|
21021
|
+
day: Scalars['Date']['output'];
|
|
21022
|
+
id: Scalars['ID']['output'];
|
|
21023
|
+
isPartialDayAggregation?: Maybe<Scalars['Boolean']['output']>;
|
|
21024
|
+
overrideAt?: Maybe<Scalars['DateTime']['output']>;
|
|
21025
|
+
overrideSourceName?: Maybe<Scalars['String']['output']>;
|
|
21026
|
+
overrideUserId?: Maybe<Scalars['String']['output']>;
|
|
21027
|
+
projectedValueEod?: Maybe<Scalars['Float']['output']>;
|
|
21028
|
+
projectedValueHigh?: Maybe<Scalars['Float']['output']>;
|
|
21029
|
+
projectedValueLow?: Maybe<Scalars['Float']['output']>;
|
|
21030
|
+
value: Scalars['Float']['output'];
|
|
21031
|
+
};
|
|
20786
21032
|
export declare type DataAccessAndStorage = {
|
|
20787
21033
|
__typename?: 'DataAccessAndStorage';
|
|
20788
21034
|
appProcessEUDOutsideAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -20887,6 +21133,7 @@ export declare type DeactivatedUserPageCountEntity = {
|
|
|
20887
21133
|
__typename?: 'DeactivatedUserPageCountEntity';
|
|
20888
21134
|
accountId?: Maybe<Scalars['ID']['output']>;
|
|
20889
21135
|
pageCount?: Maybe<Scalars['Int']['output']>;
|
|
21136
|
+
user?: Maybe<AtlassianUser>;
|
|
20890
21137
|
};
|
|
20891
21138
|
export declare type DeactivatedUserPageCountEntityEdge = {
|
|
20892
21139
|
__typename?: 'DeactivatedUserPageCountEntityEdge';
|
|
@@ -21610,6 +21857,38 @@ export declare type DevAiCreateTechnicalPlannerJobPayload = Payload & {
|
|
|
21610
21857
|
job?: Maybe<DevAiTechnicalPlannerJob>;
|
|
21611
21858
|
success: Scalars['Boolean']['output'];
|
|
21612
21859
|
};
|
|
21860
|
+
export declare type DevAiFlowPipeline = {
|
|
21861
|
+
__typename?: 'DevAiFlowPipeline';
|
|
21862
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
21863
|
+
id: Scalars['ID']['output'];
|
|
21864
|
+
sessionARI: Scalars['ID']['output'];
|
|
21865
|
+
status?: Maybe<DevAiFlowPipelinesStatus>;
|
|
21866
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
21867
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
21868
|
+
};
|
|
21869
|
+
export declare enum DevAiFlowPipelinesStatus {
|
|
21870
|
+
Failed = "FAILED",
|
|
21871
|
+
InProgress = "IN_PROGRESS",
|
|
21872
|
+
Provisioned = "PROVISIONED",
|
|
21873
|
+
Stopped = "STOPPED"
|
|
21874
|
+
}
|
|
21875
|
+
export declare type DevAiFlowSession = {
|
|
21876
|
+
__typename?: 'DevAiFlowSession';
|
|
21877
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
21878
|
+
id: Scalars['ID']['output'];
|
|
21879
|
+
issueARI?: Maybe<Scalars['ID']['output']>;
|
|
21880
|
+
pipelines?: Maybe<Array<Maybe<DevAiFlowPipeline>>>;
|
|
21881
|
+
sessionARI: Scalars['ID']['output'];
|
|
21882
|
+
status?: Maybe<DevAiFlowSessionsStatus>;
|
|
21883
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
21884
|
+
};
|
|
21885
|
+
export declare enum DevAiFlowSessionsStatus {
|
|
21886
|
+
Completed = "COMPLETED",
|
|
21887
|
+
Failed = "FAILED",
|
|
21888
|
+
InProgress = "IN_PROGRESS",
|
|
21889
|
+
Paused = "PAUSED",
|
|
21890
|
+
Pending = "PENDING"
|
|
21891
|
+
}
|
|
21613
21892
|
export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
|
|
21614
21893
|
__typename?: 'DevAiGenericAutodevLog';
|
|
21615
21894
|
attributes?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -21720,6 +21999,8 @@ export declare type DevAiRovoAgent = {
|
|
|
21720
21999
|
icon?: Maybe<Scalars['String']['output']>;
|
|
21721
22000
|
id: Scalars['ID']['output'];
|
|
21722
22001
|
name?: Maybe<Scalars['String']['output']>;
|
|
22002
|
+
rankCategory?: Maybe<DevAiRovoAgentRankCategory>;
|
|
22003
|
+
similarityScore?: Maybe<Scalars['Float']['output']>;
|
|
21723
22004
|
systemPromptTemplate?: Maybe<Scalars['String']['output']>;
|
|
21724
22005
|
userDefinedConversationStarters?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
21725
22006
|
};
|
|
@@ -21740,6 +22021,11 @@ export declare type DevAiRovoAgentEdge = {
|
|
|
21740
22021
|
cursor: Scalars['String']['output'];
|
|
21741
22022
|
node?: Maybe<DevAiRovoAgent>;
|
|
21742
22023
|
};
|
|
22024
|
+
export declare enum DevAiRovoAgentRankCategory {
|
|
22025
|
+
AdequateMatch = "ADEQUATE_MATCH",
|
|
22026
|
+
GoodMatch = "GOOD_MATCH",
|
|
22027
|
+
PoorMatch = "POOR_MATCH"
|
|
22028
|
+
}
|
|
21743
22029
|
export declare enum DevAiRovoAgentTemplateFilter {
|
|
21744
22030
|
Exclude = "EXCLUDE",
|
|
21745
22031
|
Include = "INCLUDE",
|
|
@@ -23672,7 +23958,6 @@ export declare enum EcosystemInstallationRecoveryMode {
|
|
|
23672
23958
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
23673
23959
|
}
|
|
23674
23960
|
export declare enum EcosystemLicenseMode {
|
|
23675
|
-
Agent = "AGENT",
|
|
23676
23961
|
UserAccess = "USER_ACCESS"
|
|
23677
23962
|
}
|
|
23678
23963
|
export declare type EcosystemMarketplaceAppDeployment = {
|
|
@@ -23877,6 +24162,7 @@ export declare type EcosystemQuery = {
|
|
|
23877
24162
|
appInstallationsByApp?: Maybe<AppInstallationByIndexConnection>;
|
|
23878
24163
|
appInstallationsByContext?: Maybe<AppInstallationByIndexConnection>;
|
|
23879
24164
|
appPoliciesByAppIds?: Maybe<Array<EcosystemAppPoliciesByAppId>>;
|
|
24165
|
+
appVersionEnrolments?: Maybe<Array<Maybe<AppVersionEnrolment>>>;
|
|
23880
24166
|
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
23881
24167
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
23882
24168
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
@@ -23915,6 +24201,9 @@ export declare type EcosystemQueryAppInstallationsByContextArgs = {
|
|
|
23915
24201
|
export declare type EcosystemQueryAppPoliciesByAppIdsArgs = {
|
|
23916
24202
|
appIds: Array<Scalars['ID']['input']>;
|
|
23917
24203
|
};
|
|
24204
|
+
export declare type EcosystemQueryAppVersionEnrolmentsArgs = {
|
|
24205
|
+
appVersionId: Scalars['ID']['input'];
|
|
24206
|
+
};
|
|
23918
24207
|
export declare type EcosystemQueryAppVersionRolloutArgs = {
|
|
23919
24208
|
id: Scalars['ID']['input'];
|
|
23920
24209
|
};
|
|
@@ -24244,6 +24533,47 @@ export declare type EventTimeseriesCtrItems = {
|
|
|
24244
24533
|
ctr: Scalars['Float']['output'];
|
|
24245
24534
|
timestamp: Scalars['String']['output'];
|
|
24246
24535
|
};
|
|
24536
|
+
export declare type Experience = {
|
|
24537
|
+
__typename?: 'Experience';
|
|
24538
|
+
dailyToplineTrend: Array<DailyToplineTrendSeries>;
|
|
24539
|
+
experienceEventType: ExperienceEventType;
|
|
24540
|
+
experienceKey: Scalars['String']['output'];
|
|
24541
|
+
experienceLink: Scalars['String']['output'];
|
|
24542
|
+
id: Scalars['ID']['output'];
|
|
24543
|
+
name: Scalars['String']['output'];
|
|
24544
|
+
product: Product;
|
|
24545
|
+
};
|
|
24546
|
+
export declare type ExperienceDailyToplineTrendArgs = {
|
|
24547
|
+
cohortType?: InputMaybe<Scalars['String']['input']>;
|
|
24548
|
+
cohortTypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
24549
|
+
cohortValue?: InputMaybe<Scalars['String']['input']>;
|
|
24550
|
+
dateFrom: Scalars['Date']['input'];
|
|
24551
|
+
dateTo: Scalars['Date']['input'];
|
|
24552
|
+
env: GlanceEnvironment;
|
|
24553
|
+
metric: Scalars['String']['input'];
|
|
24554
|
+
pageLoadType?: InputMaybe<PageLoadType>;
|
|
24555
|
+
percentile: Scalars['Int']['input'];
|
|
24556
|
+
};
|
|
24557
|
+
export declare enum ExperienceEventType {
|
|
24558
|
+
Custom = "CUSTOM",
|
|
24559
|
+
Database = "DATABASE",
|
|
24560
|
+
InlineResult = "INLINE_RESULT",
|
|
24561
|
+
PageLoad = "PAGE_LOAD",
|
|
24562
|
+
PageSegmentLoad = "PAGE_SEGMENT_LOAD",
|
|
24563
|
+
WebVitals = "WEB_VITALS"
|
|
24564
|
+
}
|
|
24565
|
+
export declare type ExperienceToplineGoal = {
|
|
24566
|
+
__typename?: 'ExperienceToplineGoal';
|
|
24567
|
+
cohort?: Maybe<Scalars['String']['output']>;
|
|
24568
|
+
cohortType: Scalars['String']['output'];
|
|
24569
|
+
env: GlanceEnvironment;
|
|
24570
|
+
id: Scalars['ID']['output'];
|
|
24571
|
+
metric: Scalars['String']['output'];
|
|
24572
|
+
name: Scalars['String']['output'];
|
|
24573
|
+
pageLoadType?: Maybe<PageLoadType>;
|
|
24574
|
+
percentile: Scalars['Int']['output'];
|
|
24575
|
+
value: Scalars['Float']['output'];
|
|
24576
|
+
};
|
|
24247
24577
|
export declare type Extension = {
|
|
24248
24578
|
__typename?: 'Extension';
|
|
24249
24579
|
appId: Scalars['ID']['output'];
|
|
@@ -24354,7 +24684,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
24354
24684
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
24355
24685
|
node?: Maybe<ExternalAssociation>;
|
|
24356
24686
|
};
|
|
24357
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
24687
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
24358
24688
|
export declare type ExternalAttachment = {
|
|
24359
24689
|
__typename?: 'ExternalAttachment';
|
|
24360
24690
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24399,6 +24729,7 @@ export declare type ExternalBranch = Node & {
|
|
|
24399
24729
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24400
24730
|
name?: Maybe<Scalars['String']['output']>;
|
|
24401
24731
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24732
|
+
provider?: Maybe<ExternalProvider>;
|
|
24402
24733
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
24403
24734
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24404
24735
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24430,6 +24761,7 @@ export declare type ExternalBuildInfo = Node & {
|
|
|
24430
24761
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24431
24762
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24432
24763
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
24764
|
+
provider?: Maybe<ExternalProvider>;
|
|
24433
24765
|
references?: Maybe<Array<Maybe<ExternalBuildReferences>>>;
|
|
24434
24766
|
state?: Maybe<ExternalBuildState>;
|
|
24435
24767
|
testInfo?: Maybe<ExternalTestInfo>;
|
|
@@ -24474,6 +24806,7 @@ export declare type ExternalCalendarEvent = Node & {
|
|
|
24474
24806
|
location?: Maybe<ExternalLocation>;
|
|
24475
24807
|
parent?: Maybe<ExternalEntity>;
|
|
24476
24808
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
24809
|
+
provider?: Maybe<ExternalProvider>;
|
|
24477
24810
|
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
24478
24811
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24479
24812
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24533,6 +24866,7 @@ export declare type ExternalComment = Node & {
|
|
|
24533
24866
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24534
24867
|
parent?: Maybe<ExternalEntity>;
|
|
24535
24868
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
24869
|
+
provider?: Maybe<ExternalProvider>;
|
|
24536
24870
|
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
24537
24871
|
text?: Maybe<Scalars['String']['output']>;
|
|
24538
24872
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
@@ -24561,6 +24895,7 @@ export declare type ExternalCommit = Node & {
|
|
|
24561
24895
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24562
24896
|
message?: Maybe<Scalars['String']['output']>;
|
|
24563
24897
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24898
|
+
provider?: Maybe<ExternalProvider>;
|
|
24564
24899
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
24565
24900
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24566
24901
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24590,6 +24925,7 @@ export declare type ExternalConversation = Node & {
|
|
|
24590
24925
|
members?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24591
24926
|
membershipType?: Maybe<ExternalMembershipType>;
|
|
24592
24927
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24928
|
+
provider?: Maybe<ExternalProvider>;
|
|
24593
24929
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24594
24930
|
topic?: Maybe<Scalars['String']['output']>;
|
|
24595
24931
|
type?: Maybe<ExternalConversationType>;
|
|
@@ -24609,6 +24945,81 @@ export declare type ExternalCue = {
|
|
|
24609
24945
|
startTimeInSeconds?: Maybe<Scalars['Float']['output']>;
|
|
24610
24946
|
text?: Maybe<Scalars['String']['output']>;
|
|
24611
24947
|
};
|
|
24948
|
+
export declare type ExternalCustomerOrg = Node & {
|
|
24949
|
+
__typename?: 'ExternalCustomerOrg';
|
|
24950
|
+
accountType?: Maybe<Scalars['String']['output']>;
|
|
24951
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
24952
|
+
contacts?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24953
|
+
contributors?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24954
|
+
country?: Maybe<Scalars['String']['output']>;
|
|
24955
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
24956
|
+
createdBy?: Maybe<ExternalUser>;
|
|
24957
|
+
customerOrgLastActivity?: Maybe<ExternalCustomerOrgLastActivity>;
|
|
24958
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
24959
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
24960
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
24961
|
+
id: Scalars['ID']['output'];
|
|
24962
|
+
industry?: Maybe<Scalars['String']['output']>;
|
|
24963
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24964
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24965
|
+
lifeTimeValue?: Maybe<ExternalCustomerOrgLifeTimeValue>;
|
|
24966
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24967
|
+
parent?: Maybe<ExternalEntity>;
|
|
24968
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
24969
|
+
provider?: Maybe<ExternalProvider>;
|
|
24970
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24971
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24972
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24973
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
24974
|
+
websiteUrl?: Maybe<Scalars['String']['output']>;
|
|
24975
|
+
};
|
|
24976
|
+
export declare type ExternalCustomerOrgLastActivity = {
|
|
24977
|
+
__typename?: 'ExternalCustomerOrgLastActivity';
|
|
24978
|
+
event?: Maybe<Scalars['String']['output']>;
|
|
24979
|
+
lastActivityAt?: Maybe<Scalars['String']['output']>;
|
|
24980
|
+
};
|
|
24981
|
+
export declare type ExternalCustomerOrgLifeTimeValue = {
|
|
24982
|
+
__typename?: 'ExternalCustomerOrgLifeTimeValue';
|
|
24983
|
+
currencyCode?: Maybe<Scalars['String']['output']>;
|
|
24984
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
24985
|
+
};
|
|
24986
|
+
export declare type ExternalDeal = Node & {
|
|
24987
|
+
__typename?: 'ExternalDeal';
|
|
24988
|
+
accountName?: Maybe<Scalars['String']['output']>;
|
|
24989
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
24990
|
+
contact?: Maybe<ExternalUser>;
|
|
24991
|
+
contributors?: Maybe<Array<Maybe<ExternalContributor>>>;
|
|
24992
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
24993
|
+
createdBy?: Maybe<ExternalUser>;
|
|
24994
|
+
dealClosedAt?: Maybe<Scalars['String']['output']>;
|
|
24995
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
24996
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
24997
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
24998
|
+
id: Scalars['ID']['output'];
|
|
24999
|
+
isClosed?: Maybe<Scalars['Boolean']['output']>;
|
|
25000
|
+
lastActivity?: Maybe<ExternalDealLastActivity>;
|
|
25001
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25002
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25003
|
+
opportunityAmount?: Maybe<ExternalDealOpportunityAmount>;
|
|
25004
|
+
parent?: Maybe<ExternalEntity>;
|
|
25005
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25006
|
+
provider?: Maybe<ExternalProvider>;
|
|
25007
|
+
stage?: Maybe<Scalars['String']['output']>;
|
|
25008
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
25009
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25010
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
25011
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
25012
|
+
};
|
|
25013
|
+
export declare type ExternalDealLastActivity = {
|
|
25014
|
+
__typename?: 'ExternalDealLastActivity';
|
|
25015
|
+
event?: Maybe<Scalars['String']['output']>;
|
|
25016
|
+
lastActivityAt?: Maybe<Scalars['String']['output']>;
|
|
25017
|
+
};
|
|
25018
|
+
export declare type ExternalDealOpportunityAmount = {
|
|
25019
|
+
__typename?: 'ExternalDealOpportunityAmount';
|
|
25020
|
+
currencyCode?: Maybe<Scalars['String']['output']>;
|
|
25021
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
25022
|
+
};
|
|
24612
25023
|
export declare type ExternalDeployment = Node & {
|
|
24613
25024
|
__typename?: 'ExternalDeployment';
|
|
24614
25025
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -24628,6 +25039,7 @@ export declare type ExternalDeployment = Node & {
|
|
|
24628
25039
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24629
25040
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24630
25041
|
pipeline?: Maybe<ExternalPipeline>;
|
|
25042
|
+
provider?: Maybe<ExternalProvider>;
|
|
24631
25043
|
region?: Maybe<Scalars['String']['output']>;
|
|
24632
25044
|
state?: Maybe<ExternalDeploymentState>;
|
|
24633
25045
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
@@ -24660,6 +25072,7 @@ export declare type ExternalDesign = Node & {
|
|
|
24660
25072
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24661
25073
|
liveEmbedUrl?: Maybe<Scalars['String']['output']>;
|
|
24662
25074
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25075
|
+
provider?: Maybe<ExternalProvider>;
|
|
24663
25076
|
status?: Maybe<ExternalDesignStatus>;
|
|
24664
25077
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24665
25078
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
@@ -24700,6 +25113,7 @@ export declare type ExternalDocument = Node & {
|
|
|
24700
25113
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24701
25114
|
parent?: Maybe<ExternalEntity>;
|
|
24702
25115
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25116
|
+
provider?: Maybe<ExternalProvider>;
|
|
24703
25117
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24704
25118
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24705
25119
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -24712,7 +25126,6 @@ export declare enum ExternalDocumentCategory {
|
|
|
24712
25126
|
Audio = "AUDIO",
|
|
24713
25127
|
Blogpost = "BLOGPOST",
|
|
24714
25128
|
Code = "CODE",
|
|
24715
|
-
Comment = "COMMENT",
|
|
24716
25129
|
Document = "DOCUMENT",
|
|
24717
25130
|
Folder = "FOLDER",
|
|
24718
25131
|
Form = "FORM",
|
|
@@ -24722,7 +25135,6 @@ export declare enum ExternalDocumentCategory {
|
|
|
24722
25135
|
Pdf = "PDF",
|
|
24723
25136
|
Presentation = "PRESENTATION",
|
|
24724
25137
|
Shortcut = "SHORTCUT",
|
|
24725
|
-
Space = "SPACE",
|
|
24726
25138
|
Spreadsheet = "SPREADSHEET",
|
|
24727
25139
|
Video = "VIDEO",
|
|
24728
25140
|
WebPage = "WEB_PAGE"
|
|
@@ -24742,6 +25154,8 @@ export declare type ExternalEntities = {
|
|
|
24742
25154
|
comment?: Maybe<Array<Maybe<ExternalComment>>>;
|
|
24743
25155
|
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
24744
25156
|
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
25157
|
+
customerOrg?: Maybe<Array<Maybe<ExternalCustomerOrg>>>;
|
|
25158
|
+
deal?: Maybe<Array<Maybe<ExternalDeal>>>;
|
|
24745
25159
|
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
24746
25160
|
design?: Maybe<Array<Maybe<ExternalDesign>>>;
|
|
24747
25161
|
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
@@ -24758,7 +25172,7 @@ export declare type ExternalEntities = {
|
|
|
24758
25172
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24759
25173
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24760
25174
|
};
|
|
24761
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
25175
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
24762
25176
|
export declare type ExternalEnvironment = {
|
|
24763
25177
|
__typename?: 'ExternalEnvironment';
|
|
24764
25178
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -24796,6 +25210,7 @@ export declare type ExternalFeatureFlag = Node & {
|
|
|
24796
25210
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
24797
25211
|
id: Scalars['ID']['output'];
|
|
24798
25212
|
key?: Maybe<Scalars['String']['output']>;
|
|
25213
|
+
provider?: Maybe<ExternalProvider>;
|
|
24799
25214
|
summary?: Maybe<ExternalFeatureFlagSummary>;
|
|
24800
25215
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24801
25216
|
};
|
|
@@ -24887,6 +25302,7 @@ export declare type ExternalMessage = Node & {
|
|
|
24887
25302
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24888
25303
|
parent?: Maybe<ExternalEntity>;
|
|
24889
25304
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25305
|
+
provider?: Maybe<ExternalProvider>;
|
|
24890
25306
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24891
25307
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24892
25308
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24905,6 +25321,7 @@ export declare type ExternalOrganisation = Node & {
|
|
|
24905
25321
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24906
25322
|
parent?: Maybe<ExternalEntity>;
|
|
24907
25323
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25324
|
+
provider?: Maybe<ExternalProvider>;
|
|
24908
25325
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24909
25326
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24910
25327
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24929,6 +25346,7 @@ export declare type ExternalPosition = Node & {
|
|
|
24929
25346
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24930
25347
|
parent?: Maybe<ExternalEntity>;
|
|
24931
25348
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25349
|
+
provider?: Maybe<ExternalProvider>;
|
|
24932
25350
|
status?: Maybe<Scalars['String']['output']>;
|
|
24933
25351
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24934
25352
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
@@ -24940,6 +25358,12 @@ export declare type ExternalProject = {
|
|
|
24940
25358
|
id?: Maybe<Scalars['String']['output']>;
|
|
24941
25359
|
name?: Maybe<Scalars['String']['output']>;
|
|
24942
25360
|
};
|
|
25361
|
+
export declare type ExternalProvider = {
|
|
25362
|
+
__typename?: 'ExternalProvider';
|
|
25363
|
+
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
25364
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
25365
|
+
providerId?: Maybe<Scalars['String']['output']>;
|
|
25366
|
+
};
|
|
24943
25367
|
export declare type ExternalPullRequest = Node & {
|
|
24944
25368
|
__typename?: 'ExternalPullRequest';
|
|
24945
25369
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -24956,6 +25380,7 @@ export declare type ExternalPullRequest = Node & {
|
|
|
24956
25380
|
lastUpdate?: Maybe<Scalars['String']['output']>;
|
|
24957
25381
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24958
25382
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25383
|
+
provider?: Maybe<ExternalProvider>;
|
|
24959
25384
|
pullRequestId?: Maybe<Scalars['String']['output']>;
|
|
24960
25385
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
24961
25386
|
reviewers?: Maybe<Array<Maybe<ExternalReviewer>>>;
|
|
@@ -24995,6 +25420,7 @@ export declare type ExternalRemoteLink = Node & {
|
|
|
24995
25420
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24996
25421
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24997
25422
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25423
|
+
provider?: Maybe<ExternalProvider>;
|
|
24998
25424
|
remoteLinkId?: Maybe<Scalars['String']['output']>;
|
|
24999
25425
|
status?: Maybe<ExternalRemoteLinkStatus>;
|
|
25000
25426
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
@@ -25023,9 +25449,11 @@ export declare type ExternalRepository = Node & {
|
|
|
25023
25449
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
25024
25450
|
forkOfId?: Maybe<Scalars['String']['output']>;
|
|
25025
25451
|
id: Scalars['ID']['output'];
|
|
25452
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25026
25453
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25027
25454
|
name?: Maybe<Scalars['String']['output']>;
|
|
25028
25455
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25456
|
+
provider?: Maybe<ExternalProvider>;
|
|
25029
25457
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
25030
25458
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25031
25459
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -25049,11 +25477,17 @@ export declare type ExternalSpace = Node & {
|
|
|
25049
25477
|
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
25050
25478
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25051
25479
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25480
|
+
provider?: Maybe<ExternalProvider>;
|
|
25052
25481
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
25482
|
+
subtype?: Maybe<ExternalSpaceSubtype>;
|
|
25053
25483
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25054
25484
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
25055
25485
|
url?: Maybe<Scalars['String']['output']>;
|
|
25056
25486
|
};
|
|
25487
|
+
export declare enum ExternalSpaceSubtype {
|
|
25488
|
+
Project = "PROJECT",
|
|
25489
|
+
Space = "SPACE"
|
|
25490
|
+
}
|
|
25057
25491
|
export declare type ExternalTestInfo = {
|
|
25058
25492
|
__typename?: 'ExternalTestInfo';
|
|
25059
25493
|
numberFailed?: Maybe<Scalars['Int']['output']>;
|
|
@@ -25073,9 +25507,16 @@ export declare type ExternalTrack = {
|
|
|
25073
25507
|
};
|
|
25074
25508
|
export declare type ExternalUser = {
|
|
25075
25509
|
__typename?: 'ExternalUser';
|
|
25510
|
+
linkedUsers?: Maybe<GraphStoreSimplifiedUserLinkedThirdPartyUserInverseConnection>;
|
|
25076
25511
|
thirdPartyUser?: Maybe<ThirdPartyUser>;
|
|
25077
25512
|
user?: Maybe<User>;
|
|
25078
25513
|
};
|
|
25514
|
+
export declare type ExternalUserLinkedUsersArgs = {
|
|
25515
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25516
|
+
filter?: InputMaybe<GraphStoreUserLinkedThirdPartyUserFilterInput>;
|
|
25517
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25518
|
+
sort?: InputMaybe<GraphStoreUserLinkedThirdPartyUserSortInput>;
|
|
25519
|
+
};
|
|
25079
25520
|
export declare type ExternalVideo = Node & {
|
|
25080
25521
|
__typename?: 'ExternalVideo';
|
|
25081
25522
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -25094,6 +25535,7 @@ export declare type ExternalVideo = Node & {
|
|
|
25094
25535
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25095
25536
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25096
25537
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25538
|
+
provider?: Maybe<ExternalProvider>;
|
|
25097
25539
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
25098
25540
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25099
25541
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -25112,6 +25554,7 @@ export declare type ExternalVulnerability = Node & {
|
|
|
25112
25554
|
identifiers?: Maybe<Array<Maybe<ExternalVulnerabilityIdentifier>>>;
|
|
25113
25555
|
introducedDate?: Maybe<Scalars['String']['output']>;
|
|
25114
25556
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25557
|
+
provider?: Maybe<ExternalProvider>;
|
|
25115
25558
|
severity?: Maybe<ExternalVulnerabilitySeverity>;
|
|
25116
25559
|
status?: Maybe<ExternalVulnerabilityStatus>;
|
|
25117
25560
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
@@ -25158,6 +25601,8 @@ export declare type ExternalWorkItem = Node & {
|
|
|
25158
25601
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
25159
25602
|
attachments?: Maybe<Array<Maybe<ExternalWorkItemAttachment>>>;
|
|
25160
25603
|
collaborators?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25604
|
+
container?: Maybe<ExternalEntity>;
|
|
25605
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
25161
25606
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
25162
25607
|
createdBy?: Maybe<ExternalUser>;
|
|
25163
25608
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -25166,11 +25611,13 @@ export declare type ExternalWorkItem = Node & {
|
|
|
25166
25611
|
exceedsMaxCollaborators?: Maybe<Scalars['Boolean']['output']>;
|
|
25167
25612
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
25168
25613
|
id: Scalars['ID']['output'];
|
|
25614
|
+
largeDescription?: Maybe<ExternalLargeContent>;
|
|
25169
25615
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25170
25616
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25171
25617
|
parent?: Maybe<ExternalEntity>;
|
|
25172
25618
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25173
25619
|
project?: Maybe<ExternalProject>;
|
|
25620
|
+
provider?: Maybe<ExternalProvider>;
|
|
25174
25621
|
status?: Maybe<Scalars['String']['output']>;
|
|
25175
25622
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
25176
25623
|
team?: Maybe<Scalars['String']['output']>;
|
|
@@ -25220,6 +25667,7 @@ export declare type ExternalWorker = Node & {
|
|
|
25220
25667
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
25221
25668
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25222
25669
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25670
|
+
provider?: Maybe<ExternalProvider>;
|
|
25223
25671
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25224
25672
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
25225
25673
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -26586,6 +27034,11 @@ export declare type GenericQueryErrorExtension = QueryErrorExtension & {
|
|
|
26586
27034
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
26587
27035
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
26588
27036
|
};
|
|
27037
|
+
export declare enum GlanceEnvironment {
|
|
27038
|
+
Dev = "DEV",
|
|
27039
|
+
Prod = "PROD",
|
|
27040
|
+
Staging = "STAGING"
|
|
27041
|
+
}
|
|
26589
27042
|
export declare type GlanceUserInsights = {
|
|
26590
27043
|
__typename?: 'GlanceUserInsights';
|
|
26591
27044
|
additional_data?: Maybe<Scalars['String']['output']>;
|
|
@@ -30384,8 +30837,12 @@ export declare type GraphStore = {
|
|
|
30384
30837
|
conversationHasMessage?: Maybe<GraphStoreSimplifiedConversationHasMessageConnection>;
|
|
30385
30838
|
conversationHasMessageInverse?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseConnection>;
|
|
30386
30839
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
30840
|
+
deploymentAssociatedRepo?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoConnection>;
|
|
30841
|
+
deploymentAssociatedRepoInverse?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoInverseConnection>;
|
|
30387
30842
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
30388
30843
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
30844
|
+
entityIsRelatedToEntity?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityConnection>;
|
|
30845
|
+
entityIsRelatedToEntityInverse?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection>;
|
|
30389
30846
|
externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
|
|
30390
30847
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
30391
30848
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
@@ -30483,6 +30940,8 @@ export declare type GraphStore = {
|
|
|
30483
30940
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
30484
30941
|
issueHasAutodevJob?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobConnection>;
|
|
30485
30942
|
issueHasAutodevJobInverse?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseConnection>;
|
|
30943
|
+
issueHasChangedPriority?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityConnection>;
|
|
30944
|
+
issueHasChangedPriorityInverse?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityInverseConnection>;
|
|
30486
30945
|
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
30487
30946
|
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
30488
30947
|
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
@@ -31558,6 +32017,20 @@ export declare type GraphStoreCypherQueryArgs = {
|
|
|
31558
32017
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31559
32018
|
query: Scalars['String']['input'];
|
|
31560
32019
|
};
|
|
32020
|
+
export declare type GraphStoreDeploymentAssociatedRepoArgs = {
|
|
32021
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32022
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32023
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32024
|
+
id: Scalars['ID']['input'];
|
|
32025
|
+
sort?: InputMaybe<GraphStoreDeploymentAssociatedRepoSortInput>;
|
|
32026
|
+
};
|
|
32027
|
+
export declare type GraphStoreDeploymentAssociatedRepoInverseArgs = {
|
|
32028
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32029
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32030
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32031
|
+
id: Scalars['ID']['input'];
|
|
32032
|
+
sort?: InputMaybe<GraphStoreDeploymentAssociatedRepoSortInput>;
|
|
32033
|
+
};
|
|
31561
32034
|
export declare type GraphStoreDeploymentContainsCommitArgs = {
|
|
31562
32035
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31563
32036
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31572,6 +32045,20 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
|
31572
32045
|
id: Scalars['ID']['input'];
|
|
31573
32046
|
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
31574
32047
|
};
|
|
32048
|
+
export declare type GraphStoreEntityIsRelatedToEntityArgs = {
|
|
32049
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32050
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32051
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32052
|
+
id: Scalars['ID']['input'];
|
|
32053
|
+
sort?: InputMaybe<GraphStoreEntityIsRelatedToEntitySortInput>;
|
|
32054
|
+
};
|
|
32055
|
+
export declare type GraphStoreEntityIsRelatedToEntityInverseArgs = {
|
|
32056
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32057
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32058
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32059
|
+
id: Scalars['ID']['input'];
|
|
32060
|
+
sort?: InputMaybe<GraphStoreEntityIsRelatedToEntitySortInput>;
|
|
32061
|
+
};
|
|
31575
32062
|
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserArgs = {
|
|
31576
32063
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31577
32064
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32182,6 +32669,20 @@ export declare type GraphStoreIssueHasAutodevJobInverseArgs = {
|
|
|
32182
32669
|
id: Scalars['ID']['input'];
|
|
32183
32670
|
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
32184
32671
|
};
|
|
32672
|
+
export declare type GraphStoreIssueHasChangedPriorityArgs = {
|
|
32673
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32674
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32675
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32676
|
+
id: Scalars['ID']['input'];
|
|
32677
|
+
sort?: InputMaybe<GraphStoreIssueHasChangedPrioritySortInput>;
|
|
32678
|
+
};
|
|
32679
|
+
export declare type GraphStoreIssueHasChangedPriorityInverseArgs = {
|
|
32680
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32681
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32682
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32683
|
+
id: Scalars['ID']['input'];
|
|
32684
|
+
sort?: InputMaybe<GraphStoreIssueHasChangedPrioritySortInput>;
|
|
32685
|
+
};
|
|
32185
32686
|
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
32186
32687
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32187
32688
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -37144,9 +37645,15 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
37144
37645
|
from: Scalars['ID']['input'];
|
|
37145
37646
|
to: Scalars['ID']['input'];
|
|
37146
37647
|
};
|
|
37648
|
+
export declare type GraphStoreDeploymentAssociatedRepoSortInput = {
|
|
37649
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37650
|
+
};
|
|
37147
37651
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
37148
37652
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37149
37653
|
};
|
|
37654
|
+
export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
|
|
37655
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37656
|
+
};
|
|
37150
37657
|
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
|
|
37151
37658
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37152
37659
|
};
|
|
@@ -37761,11 +38268,13 @@ export declare type GraphStoreFullIssueAssociatedDeploymentStartNode = {
|
|
|
37761
38268
|
id: Scalars['ID']['output'];
|
|
37762
38269
|
};
|
|
37763
38270
|
export declare type GraphStoreFullIssueAssociatedDeploymentStartUnion = JiraIssue;
|
|
37764
|
-
export declare type GraphStoreFullIssueAssociatedDesignConnection = HasPageInfo & {
|
|
38271
|
+
export declare type GraphStoreFullIssueAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
37765
38272
|
__typename?: 'GraphStoreFullIssueAssociatedDesignConnection';
|
|
37766
38273
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedDesignEdge>>;
|
|
38274
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
37767
38275
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedDesignNode>>;
|
|
37768
38276
|
pageInfo: PageInfo;
|
|
38277
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37769
38278
|
};
|
|
37770
38279
|
export declare enum GraphStoreFullIssueAssociatedDesignDesignStatusOutput {
|
|
37771
38280
|
None = "NONE",
|
|
@@ -40722,7 +41231,12 @@ export declare type GraphStoreIssueAssociatedDeploymentSortInput = {
|
|
|
40722
41231
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
40723
41232
|
};
|
|
40724
41233
|
export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
41234
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41235
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
40725
41236
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41237
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
41238
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
41239
|
+
to_type?: InputMaybe<GraphStoreSortInput>;
|
|
40726
41240
|
};
|
|
40727
41241
|
export declare type GraphStoreIssueAssociatedFeatureFlagSortInput = {
|
|
40728
41242
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40789,6 +41303,9 @@ export declare type GraphStoreIssueHasAutodevJobSortInput = {
|
|
|
40789
41303
|
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
40790
41304
|
to_updatedAt?: InputMaybe<GraphStoreSortInput>;
|
|
40791
41305
|
};
|
|
41306
|
+
export declare type GraphStoreIssueHasChangedPrioritySortInput = {
|
|
41307
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41308
|
+
};
|
|
40792
41309
|
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
40793
41310
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40794
41311
|
};
|
|
@@ -42816,6 +43333,34 @@ export declare type GraphStoreSimplifiedConversationHasMessageInverseEdge = {
|
|
|
42816
43333
|
};
|
|
42817
43334
|
export declare type GraphStoreSimplifiedConversationHasMessageInverseUnion = ExternalConversation;
|
|
42818
43335
|
export declare type GraphStoreSimplifiedConversationHasMessageUnion = ExternalMessage;
|
|
43336
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoConnection = HasPageInfo & {
|
|
43337
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedRepoConnection';
|
|
43338
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoEdge>>>;
|
|
43339
|
+
pageInfo: PageInfo;
|
|
43340
|
+
};
|
|
43341
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoEdge = {
|
|
43342
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedRepoEdge';
|
|
43343
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43344
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43345
|
+
id: Scalars['ID']['output'];
|
|
43346
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43347
|
+
node?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoUnion>;
|
|
43348
|
+
};
|
|
43349
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoInverseConnection = HasPageInfo & {
|
|
43350
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedRepoInverseConnection';
|
|
43351
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoInverseEdge>>>;
|
|
43352
|
+
pageInfo: PageInfo;
|
|
43353
|
+
};
|
|
43354
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoInverseEdge = {
|
|
43355
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedRepoInverseEdge';
|
|
43356
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43357
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43358
|
+
id: Scalars['ID']['output'];
|
|
43359
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43360
|
+
node?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoInverseUnion>;
|
|
43361
|
+
};
|
|
43362
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
43363
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoUnion = ExternalRepository;
|
|
42819
43364
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
|
|
42820
43365
|
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
|
|
42821
43366
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
|
|
@@ -42844,6 +43389,34 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
42844
43389
|
};
|
|
42845
43390
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
42846
43391
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
43392
|
+
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityConnection = HasPageInfo & {
|
|
43393
|
+
__typename?: 'GraphStoreSimplifiedEntityIsRelatedToEntityConnection';
|
|
43394
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityEdge>>>;
|
|
43395
|
+
pageInfo: PageInfo;
|
|
43396
|
+
};
|
|
43397
|
+
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityEdge = {
|
|
43398
|
+
__typename?: 'GraphStoreSimplifiedEntityIsRelatedToEntityEdge';
|
|
43399
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43400
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43401
|
+
id: Scalars['ID']['output'];
|
|
43402
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43403
|
+
node?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityUnion>;
|
|
43404
|
+
};
|
|
43405
|
+
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection = HasPageInfo & {
|
|
43406
|
+
__typename?: 'GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection';
|
|
43407
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseEdge>>>;
|
|
43408
|
+
pageInfo: PageInfo;
|
|
43409
|
+
};
|
|
43410
|
+
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseEdge = {
|
|
43411
|
+
__typename?: 'GraphStoreSimplifiedEntityIsRelatedToEntityInverseEdge';
|
|
43412
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43413
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43414
|
+
id: Scalars['ID']['output'];
|
|
43415
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43416
|
+
node?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseUnion>;
|
|
43417
|
+
};
|
|
43418
|
+
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseUnion = ConfluenceBlogPost | ConfluencePage;
|
|
43419
|
+
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityUnion = ConfluenceBlogPost | ConfluencePage;
|
|
42847
43420
|
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection = HasPageInfo & {
|
|
42848
43421
|
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection';
|
|
42849
43422
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge>>>;
|
|
@@ -43292,10 +43865,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
|
43292
43865
|
};
|
|
43293
43866
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion = JiraIssue;
|
|
43294
43867
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
43295
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDesignConnection = HasPageInfo & {
|
|
43868
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
43296
43869
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignConnection';
|
|
43297
43870
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDesignEdge>>>;
|
|
43871
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
43298
43872
|
pageInfo: PageInfo;
|
|
43873
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43299
43874
|
};
|
|
43300
43875
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignEdge = {
|
|
43301
43876
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignEdge';
|
|
@@ -43305,10 +43880,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDesignEdge = {
|
|
|
43305
43880
|
lastUpdated: Scalars['DateTime']['output'];
|
|
43306
43881
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignUnion>;
|
|
43307
43882
|
};
|
|
43308
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseConnection = HasPageInfo & {
|
|
43883
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseConnection = HasPageInfo & HasTotal & {
|
|
43309
43884
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignInverseConnection';
|
|
43310
43885
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDesignInverseEdge>>>;
|
|
43886
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
43311
43887
|
pageInfo: PageInfo;
|
|
43888
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43312
43889
|
};
|
|
43313
43890
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseEdge = {
|
|
43314
43891
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignInverseEdge';
|
|
@@ -43532,6 +44109,34 @@ export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseEdge = {
|
|
|
43532
44109
|
};
|
|
43533
44110
|
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseUnion = JiraIssue;
|
|
43534
44111
|
export declare type GraphStoreSimplifiedIssueHasAutodevJobUnion = JiraAutodevJob;
|
|
44112
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityConnection = HasPageInfo & {
|
|
44113
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityConnection';
|
|
44114
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasChangedPriorityEdge>>>;
|
|
44115
|
+
pageInfo: PageInfo;
|
|
44116
|
+
};
|
|
44117
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityEdge = {
|
|
44118
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityEdge';
|
|
44119
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44120
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44121
|
+
id: Scalars['ID']['output'];
|
|
44122
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44123
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityUnion>;
|
|
44124
|
+
};
|
|
44125
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityInverseConnection = HasPageInfo & {
|
|
44126
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityInverseConnection';
|
|
44127
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasChangedPriorityInverseEdge>>>;
|
|
44128
|
+
pageInfo: PageInfo;
|
|
44129
|
+
};
|
|
44130
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityInverseEdge = {
|
|
44131
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityInverseEdge';
|
|
44132
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44133
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44134
|
+
id: Scalars['ID']['output'];
|
|
44135
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44136
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityInverseUnion>;
|
|
44137
|
+
};
|
|
44138
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityInverseUnion = JiraIssue;
|
|
44139
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityUnion = JiraPriority;
|
|
43535
44140
|
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
43536
44141
|
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
43537
44142
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
@@ -52815,6 +53420,34 @@ export declare enum JiraApplicationKey {
|
|
|
52815
53420
|
JiraServiceDesk = "JIRA_SERVICE_DESK",
|
|
52816
53421
|
JiraSoftware = "JIRA_SOFTWARE"
|
|
52817
53422
|
}
|
|
53423
|
+
export declare type JiraApplicationLink = {
|
|
53424
|
+
__typename?: 'JiraApplicationLink';
|
|
53425
|
+
applicationId?: Maybe<Scalars['String']['output']>;
|
|
53426
|
+
cloudId?: Maybe<Scalars['String']['output']>;
|
|
53427
|
+
displayUrl?: Maybe<Scalars['URL']['output']>;
|
|
53428
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
53429
|
+
isSystem?: Maybe<Scalars['Boolean']['output']>;
|
|
53430
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
53431
|
+
rpcUrl?: Maybe<Scalars['URL']['output']>;
|
|
53432
|
+
typeId?: Maybe<Scalars['String']['output']>;
|
|
53433
|
+
userContext?: Maybe<JiraApplicationLinkUserContext>;
|
|
53434
|
+
};
|
|
53435
|
+
export declare type JiraApplicationLinkConnection = {
|
|
53436
|
+
__typename?: 'JiraApplicationLinkConnection';
|
|
53437
|
+
edges?: Maybe<Array<Maybe<JiraApplicationLinkEdge>>>;
|
|
53438
|
+
pageInfo: PageInfo;
|
|
53439
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53440
|
+
};
|
|
53441
|
+
export declare type JiraApplicationLinkEdge = {
|
|
53442
|
+
__typename?: 'JiraApplicationLinkEdge';
|
|
53443
|
+
cursor: Scalars['String']['output'];
|
|
53444
|
+
node?: Maybe<JiraApplicationLink>;
|
|
53445
|
+
};
|
|
53446
|
+
export declare type JiraApplicationLinkUserContext = {
|
|
53447
|
+
__typename?: 'JiraApplicationLinkUserContext';
|
|
53448
|
+
authenticationUrl?: Maybe<Scalars['URL']['output']>;
|
|
53449
|
+
isAuthenticationRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
53450
|
+
};
|
|
52818
53451
|
export declare type JiraApplicationProperty = Node & {
|
|
52819
53452
|
__typename?: 'JiraApplicationProperty';
|
|
52820
53453
|
allowedValues?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -52982,6 +53615,9 @@ export declare type JiraAssignableUsersEdge = {
|
|
|
52982
53615
|
cursor: Scalars['String']['output'];
|
|
52983
53616
|
node?: Maybe<User>;
|
|
52984
53617
|
};
|
|
53618
|
+
export declare type JiraAssociatedFieldConfigSchemesInput = {
|
|
53619
|
+
fieldId: Scalars['ID']['input'];
|
|
53620
|
+
};
|
|
52985
53621
|
export declare type JiraAtlassianIntelligenceAction = JiraAccessAtlassianIntelligenceFeature | JiraContactOrgAdminToEnableAtlassianIntelligence | JiraEnableAtlassianIntelligenceDeepLink;
|
|
52986
53622
|
export declare enum JiraAtlassianIntelligenceFeatureEnum {
|
|
52987
53623
|
AiMate = "AI_MATE",
|
|
@@ -53228,6 +53864,8 @@ export declare type JiraAutodevJob = {
|
|
|
53228
53864
|
jobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
53229
53865
|
logGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
53230
53866
|
logs?: Maybe<DevAiAutodevLogConnection>;
|
|
53867
|
+
owner?: Maybe<User>;
|
|
53868
|
+
ownerId?: Maybe<Scalars['ID']['output']>;
|
|
53231
53869
|
phase?: Maybe<JiraAutodevPhase>;
|
|
53232
53870
|
plan?: Maybe<JiraAutodevPlan>;
|
|
53233
53871
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
@@ -53429,6 +54067,10 @@ export declare type JiraAvailableField = JiraProjectFieldAssociationInterface &
|
|
|
53429
54067
|
fieldOperation?: Maybe<JiraFieldOperation>;
|
|
53430
54068
|
id: Scalars['ID']['output'];
|
|
53431
54069
|
};
|
|
54070
|
+
export declare type JiraAvailableFieldConfigSchemesInput = {
|
|
54071
|
+
fieldId: Scalars['ID']['input'];
|
|
54072
|
+
schemeNameFilter?: InputMaybe<Scalars['String']['input']>;
|
|
54073
|
+
};
|
|
53432
54074
|
export declare type JiraAvailableFieldsConnection = {
|
|
53433
54075
|
__typename?: 'JiraAvailableFieldsConnection';
|
|
53434
54076
|
edges?: Maybe<Array<Maybe<JiraAvailableFieldsEdge>>>;
|
|
@@ -56417,6 +57059,24 @@ export declare type JiraFieldConfigFilterInput = {
|
|
|
56417
57059
|
projectIdOrKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
56418
57060
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
56419
57061
|
};
|
|
57062
|
+
export declare type JiraFieldConfigScheme = {
|
|
57063
|
+
__typename?: 'JiraFieldConfigScheme';
|
|
57064
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
57065
|
+
fieldsCount?: Maybe<Scalars['Int']['output']>;
|
|
57066
|
+
id: Scalars['ID']['output'];
|
|
57067
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
57068
|
+
projectsCount?: Maybe<Scalars['Int']['output']>;
|
|
57069
|
+
};
|
|
57070
|
+
export declare type JiraFieldConfigSchemesConnection = {
|
|
57071
|
+
__typename?: 'JiraFieldConfigSchemesConnection';
|
|
57072
|
+
edges?: Maybe<Array<Maybe<JiraFieldConfigSchemesEdge>>>;
|
|
57073
|
+
pageInfo: PageInfo;
|
|
57074
|
+
};
|
|
57075
|
+
export declare type JiraFieldConfigSchemesEdge = {
|
|
57076
|
+
__typename?: 'JiraFieldConfigSchemesEdge';
|
|
57077
|
+
cursor: Scalars['String']['output'];
|
|
57078
|
+
node?: Maybe<JiraFieldConfigScheme>;
|
|
57079
|
+
};
|
|
56420
57080
|
export declare type JiraFieldConnection = {
|
|
56421
57081
|
__typename?: 'JiraFieldConnection';
|
|
56422
57082
|
edges?: Maybe<Array<Maybe<JiraFieldEdge>>>;
|
|
@@ -56519,6 +57179,16 @@ export declare enum JiraFieldStatusType {
|
|
|
56519
57179
|
Active = "ACTIVE",
|
|
56520
57180
|
Trashed = "TRASHED"
|
|
56521
57181
|
}
|
|
57182
|
+
export declare type JiraFieldToFieldConfigSchemeAssociationsInput = {
|
|
57183
|
+
fieldId: Scalars['ID']['input'];
|
|
57184
|
+
schemeIdsToAdd: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
57185
|
+
schemeIdsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
57186
|
+
};
|
|
57187
|
+
export declare type JiraFieldToFieldConfigSchemeAssociationsPayload = {
|
|
57188
|
+
__typename?: 'JiraFieldToFieldConfigSchemeAssociationsPayload';
|
|
57189
|
+
errors?: Maybe<Array<MutationError>>;
|
|
57190
|
+
success: Scalars['Boolean']['output'];
|
|
57191
|
+
};
|
|
56522
57192
|
export declare type JiraFieldType = {
|
|
56523
57193
|
__typename?: 'JiraFieldType';
|
|
56524
57194
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -58563,7 +59233,9 @@ export declare type JiraIssueSearchChildIssuesInput = {
|
|
|
58563
59233
|
filterByProjectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
58564
59234
|
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
58565
59235
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
59236
|
+
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
58566
59237
|
parentIssueKey: Scalars['String']['input'];
|
|
59238
|
+
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
58567
59239
|
};
|
|
58568
59240
|
export declare type JiraIssueSearchContextlessContent = JiraIssueSearchResultContent & {
|
|
58569
59241
|
__typename?: 'JiraIssueSearchContextlessContent';
|
|
@@ -59385,6 +60057,13 @@ export declare type JiraJqlComponentFieldValue = JiraJqlFieldValue & {
|
|
|
59385
60057
|
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
59386
60058
|
jqlTerm: Scalars['String']['output'];
|
|
59387
60059
|
};
|
|
60060
|
+
export declare type JiraJqlEmptyFieldValue = JiraJqlFieldValue & {
|
|
60061
|
+
__typename?: 'JiraJqlEmptyFieldValue';
|
|
60062
|
+
displayName: Scalars['String']['output'];
|
|
60063
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
60064
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
60065
|
+
jqlTerm: Scalars['String']['output'];
|
|
60066
|
+
};
|
|
59388
60067
|
export declare type JiraJqlField = {
|
|
59389
60068
|
__typename?: 'JiraJqlField';
|
|
59390
60069
|
allowedClauseTypes: Array<JiraJqlClauseType>;
|
|
@@ -60408,6 +61087,7 @@ export declare type JiraMutation = {
|
|
|
60408
61087
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
60409
61088
|
replaceSpreadsheetViewFieldSets?: Maybe<JiraSpreadsheetViewPayload>;
|
|
60410
61089
|
requestCancelIssueExportTask?: Maybe<JiraIssueExportTaskCancellationResult>;
|
|
61090
|
+
restoreJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
60411
61091
|
saveBusinessBoardSettings?: Maybe<JiraWorkManagementBoardSettingsPayload>;
|
|
60412
61092
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
60413
61093
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
@@ -60440,6 +61120,7 @@ export declare type JiraMutation = {
|
|
|
60440
61120
|
updateDateTimeField?: Maybe<JiraDateTimeFieldPayload>;
|
|
60441
61121
|
updateEntitlementField?: Maybe<JiraServiceManagementEntitlementFieldPayload>;
|
|
60442
61122
|
updateFieldSetsView?: Maybe<JiraFieldSetsViewPayload>;
|
|
61123
|
+
updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
60443
61124
|
updateForgeObjectField?: Maybe<JiraForgeObjectFieldPayload>;
|
|
60444
61125
|
updateFormattingRule?: Maybe<JiraUpdateFormattingRulePayload>;
|
|
60445
61126
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
@@ -60819,6 +61500,10 @@ export declare type JiraMutationRequestCancelIssueExportTaskArgs = {
|
|
|
60819
61500
|
cloudId: Scalars['ID']['input'];
|
|
60820
61501
|
taskId?: InputMaybe<Scalars['String']['input']>;
|
|
60821
61502
|
};
|
|
61503
|
+
export declare type JiraMutationRestoreJiraJourneyConfigurationArgs = {
|
|
61504
|
+
cloudId: Scalars['ID']['input'];
|
|
61505
|
+
input: JiraRestoreJourneyConfigurationInput;
|
|
61506
|
+
};
|
|
60822
61507
|
export declare type JiraMutationSaveBusinessBoardSettingsArgs = {
|
|
60823
61508
|
input: JiraWorkManagementBoardSettingsInput;
|
|
60824
61509
|
};
|
|
@@ -60928,6 +61613,10 @@ export declare type JiraMutationUpdateFieldSetsViewArgs = {
|
|
|
60928
61613
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
60929
61614
|
id: Scalars['ID']['input'];
|
|
60930
61615
|
};
|
|
61616
|
+
export declare type JiraMutationUpdateFieldToFieldConfigSchemeAssociationsArgs = {
|
|
61617
|
+
cloudId: Scalars['ID']['input'];
|
|
61618
|
+
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
61619
|
+
};
|
|
60931
61620
|
export declare type JiraMutationUpdateForgeObjectFieldArgs = {
|
|
60932
61621
|
input: JiraUpdateForgeObjectFieldInput;
|
|
60933
61622
|
};
|
|
@@ -63119,7 +63808,9 @@ export declare type JiraQuery = {
|
|
|
63119
63808
|
allJiraUserBroadcastMessages?: Maybe<JiraUserBroadcastMessageConnection>;
|
|
63120
63809
|
allNotificationProjectPreferences?: Maybe<JiraNotificationProjectPreferenceConnection>;
|
|
63121
63810
|
announcementBanner?: Maybe<JiraAnnouncementBanner>;
|
|
63811
|
+
applicationLinksByTypeId?: Maybe<JiraApplicationLinkConnection>;
|
|
63122
63812
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
63813
|
+
associatedFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
63123
63814
|
atlassianIntelligenceAction?: Maybe<JiraAtlassianIntelligenceAction>;
|
|
63124
63815
|
attachmentByAri?: Maybe<JiraPlatformAttachment>;
|
|
63125
63816
|
attachmentByAriV2?: Maybe<JiraAttachmentByAriResult>;
|
|
@@ -63127,6 +63818,7 @@ export declare type JiraQuery = {
|
|
|
63127
63818
|
attachmentStorageAllowed?: Maybe<Scalars['Long']['output']>;
|
|
63128
63819
|
attachmentStorageIsUnlimited?: Maybe<Scalars['Boolean']['output']>;
|
|
63129
63820
|
attachmentStorageUsed?: Maybe<Scalars['Long']['output']>;
|
|
63821
|
+
availableFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
63130
63822
|
backgroundUploadToken?: Maybe<JiraBackgroundUploadTokenResult>;
|
|
63131
63823
|
booleanUserProperty?: Maybe<JiraEntityPropertyBoolean>;
|
|
63132
63824
|
bulkOperationProgress?: Maybe<JiraIssueBulkOperationProgress>;
|
|
@@ -63275,8 +63967,10 @@ export declare type JiraQuery = {
|
|
|
63275
63967
|
resourceUsageCustomFieldRecommendations?: Maybe<JiraResourceUsageCustomFieldRecommendationConnection>;
|
|
63276
63968
|
resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
|
|
63277
63969
|
resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
|
|
63970
|
+
resourceUsageMetricByIdV2?: Maybe<JiraResourceUsageMetricV2>;
|
|
63278
63971
|
resourceUsageMetricV2?: Maybe<JiraResourceUsageMetricV2>;
|
|
63279
63972
|
resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
|
|
63973
|
+
resourceUsageMetricsV2?: Maybe<JiraResourceUsageMetricConnectionV2>;
|
|
63280
63974
|
resourceUsageRecommendationStats?: Maybe<JiraResourceUsageRecommendationStats>;
|
|
63281
63975
|
savedFilters?: Maybe<JiraFilterConnection>;
|
|
63282
63976
|
screenById?: Maybe<Array<Maybe<JiraScreen>>>;
|
|
@@ -63360,10 +64054,24 @@ export declare type JiraQueryAllNotificationProjectPreferencesArgs = {
|
|
|
63360
64054
|
export declare type JiraQueryAnnouncementBannerArgs = {
|
|
63361
64055
|
cloudId: Scalars['ID']['input'];
|
|
63362
64056
|
};
|
|
64057
|
+
export declare type JiraQueryApplicationLinksByTypeIdArgs = {
|
|
64058
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64059
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
64060
|
+
cloudId: Scalars['ID']['input'];
|
|
64061
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64062
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64063
|
+
typeId?: InputMaybe<Scalars['String']['input']>;
|
|
64064
|
+
};
|
|
63363
64065
|
export declare type JiraQueryApplicationPropertiesByKeyArgs = {
|
|
63364
64066
|
cloudId: Scalars['ID']['input'];
|
|
63365
64067
|
keys: Array<Scalars['String']['input']>;
|
|
63366
64068
|
};
|
|
64069
|
+
export declare type JiraQueryAssociatedFieldConfigSchemesArgs = {
|
|
64070
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64071
|
+
cloudId: Scalars['ID']['input'];
|
|
64072
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64073
|
+
input: JiraAssociatedFieldConfigSchemesInput;
|
|
64074
|
+
};
|
|
63367
64075
|
export declare type JiraQueryAtlassianIntelligenceActionArgs = {
|
|
63368
64076
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
63369
64077
|
cloudId: Scalars['ID']['input'];
|
|
@@ -63395,6 +64103,12 @@ export declare type JiraQueryAttachmentStorageUsedArgs = {
|
|
|
63395
64103
|
applicationKey: JiraApplicationKey;
|
|
63396
64104
|
cloudId: Scalars['ID']['input'];
|
|
63397
64105
|
};
|
|
64106
|
+
export declare type JiraQueryAvailableFieldConfigSchemesArgs = {
|
|
64107
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64108
|
+
cloudId: Scalars['ID']['input'];
|
|
64109
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64110
|
+
input: JiraAvailableFieldConfigSchemesInput;
|
|
64111
|
+
};
|
|
63398
64112
|
export declare type JiraQueryBackgroundUploadTokenArgs = {
|
|
63399
64113
|
cloudId: Scalars['ID']['input'];
|
|
63400
64114
|
durationInSeconds: Scalars['Int']['input'];
|
|
@@ -64105,6 +64819,9 @@ export declare type JiraQueryResourceUsageMetricArgs = {
|
|
|
64105
64819
|
export declare type JiraQueryResourceUsageMetricByIdArgs = {
|
|
64106
64820
|
id: Scalars['ID']['input'];
|
|
64107
64821
|
};
|
|
64822
|
+
export declare type JiraQueryResourceUsageMetricByIdV2Args = {
|
|
64823
|
+
id: Scalars['ID']['input'];
|
|
64824
|
+
};
|
|
64108
64825
|
export declare type JiraQueryResourceUsageMetricV2Args = {
|
|
64109
64826
|
cloudId: Scalars['ID']['input'];
|
|
64110
64827
|
metricKey: Scalars['String']['input'];
|
|
@@ -64116,6 +64833,13 @@ export declare type JiraQueryResourceUsageMetricsArgs = {
|
|
|
64116
64833
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64117
64834
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64118
64835
|
};
|
|
64836
|
+
export declare type JiraQueryResourceUsageMetricsV2Args = {
|
|
64837
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64838
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
64839
|
+
cloudId: Scalars['ID']['input'];
|
|
64840
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64841
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64842
|
+
};
|
|
64119
64843
|
export declare type JiraQueryResourceUsageRecommendationStatsArgs = {
|
|
64120
64844
|
category: JiraRecommendationCategory;
|
|
64121
64845
|
cloudId: Scalars['ID']['input'];
|
|
@@ -64799,11 +65523,23 @@ export declare type JiraResourceUsageMetricConnection = {
|
|
|
64799
65523
|
pageInfo: PageInfo;
|
|
64800
65524
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
64801
65525
|
};
|
|
65526
|
+
export declare type JiraResourceUsageMetricConnectionV2 = {
|
|
65527
|
+
__typename?: 'JiraResourceUsageMetricConnectionV2';
|
|
65528
|
+
edges?: Maybe<Array<Maybe<JiraResourceUsageMetricEdgeV2>>>;
|
|
65529
|
+
nodes?: Maybe<Array<Maybe<JiraResourceUsageMetricV2>>>;
|
|
65530
|
+
pageInfo: PageInfo;
|
|
65531
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
65532
|
+
};
|
|
64802
65533
|
export declare type JiraResourceUsageMetricEdge = {
|
|
64803
65534
|
__typename?: 'JiraResourceUsageMetricEdge';
|
|
64804
65535
|
cursor: Scalars['String']['output'];
|
|
64805
65536
|
node?: Maybe<JiraResourceUsageMetric>;
|
|
64806
65537
|
};
|
|
65538
|
+
export declare type JiraResourceUsageMetricEdgeV2 = {
|
|
65539
|
+
__typename?: 'JiraResourceUsageMetricEdgeV2';
|
|
65540
|
+
cursor: Scalars['String']['output'];
|
|
65541
|
+
node?: Maybe<JiraResourceUsageMetricV2>;
|
|
65542
|
+
};
|
|
64807
65543
|
export declare type JiraResourceUsageMetricV2 = {
|
|
64808
65544
|
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
64809
65545
|
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
@@ -64850,6 +65586,10 @@ export declare enum JiraResourceUsageRecommendationStatus {
|
|
|
64850
65586
|
Obsolete = "OBSOLETE",
|
|
64851
65587
|
Trashed = "TRASHED"
|
|
64852
65588
|
}
|
|
65589
|
+
export declare type JiraRestoreJourneyConfigurationInput = {
|
|
65590
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
65591
|
+
id: Scalars['ID']['input'];
|
|
65592
|
+
};
|
|
64853
65593
|
export declare enum JiraReviewState {
|
|
64854
65594
|
Approval = "APPROVAL",
|
|
64855
65595
|
Closed = "CLOSED",
|
|
@@ -70853,6 +71593,7 @@ export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarksArgs = {
|
|
|
70853
71593
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70854
71594
|
cloudId: Scalars['ID']['input'];
|
|
70855
71595
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71596
|
+
isSuggestion?: InputMaybe<Scalars['Boolean']['input']>;
|
|
70856
71597
|
orgId: Scalars['String']['input'];
|
|
70857
71598
|
};
|
|
70858
71599
|
export declare type KnowledgeDiscoveryQueryApiAutoDefinitionArgs = {
|
|
@@ -70997,6 +71738,7 @@ export declare type KnowledgeDiscoveryTopic = KnowledgeDiscoveryEntity & {
|
|
|
70997
71738
|
documentCount?: Maybe<Scalars['Int']['output']>;
|
|
70998
71739
|
id: Scalars['ID']['output'];
|
|
70999
71740
|
name: Scalars['String']['output'];
|
|
71741
|
+
relatedQuestion?: Maybe<Scalars['String']['output']>;
|
|
71000
71742
|
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
71001
71743
|
updatedAt: Scalars['String']['output'];
|
|
71002
71744
|
};
|
|
@@ -73779,7 +74521,7 @@ export declare type MercuryChangeProposalCommentsArgs = {
|
|
|
73779
74521
|
export declare type MercuryChangeProposalComment = {
|
|
73780
74522
|
__typename?: 'MercuryChangeProposalComment';
|
|
73781
74523
|
content: Scalars['String']['output'];
|
|
73782
|
-
createdBy
|
|
74524
|
+
createdBy?: Maybe<User>;
|
|
73783
74525
|
createdDate: Scalars['String']['output'];
|
|
73784
74526
|
id: Scalars['ID']['output'];
|
|
73785
74527
|
};
|
|
@@ -74072,6 +74814,7 @@ export declare enum MercuryEntityType {
|
|
|
74072
74814
|
ProgramStatusUpdate = "PROGRAM_STATUS_UPDATE"
|
|
74073
74815
|
}
|
|
74074
74816
|
export declare enum MercuryEventType {
|
|
74817
|
+
Archive = "ARCHIVE",
|
|
74075
74818
|
Create = "CREATE",
|
|
74076
74819
|
CreateUpdate = "CREATE_UPDATE",
|
|
74077
74820
|
Delete = "DELETE",
|
|
@@ -74080,6 +74823,7 @@ export declare enum MercuryEventType {
|
|
|
74080
74823
|
Export = "EXPORT",
|
|
74081
74824
|
Import = "IMPORT",
|
|
74082
74825
|
Link = "LINK",
|
|
74826
|
+
Unarchive = "UNARCHIVE",
|
|
74083
74827
|
Unlink = "UNLINK",
|
|
74084
74828
|
Update = "UPDATE"
|
|
74085
74829
|
}
|
|
@@ -75025,7 +75769,7 @@ export declare type MercuryStrategicEventCommentsArgs = {
|
|
|
75025
75769
|
export declare type MercuryStrategicEventComment = {
|
|
75026
75770
|
__typename?: 'MercuryStrategicEventComment';
|
|
75027
75771
|
content: Scalars['String']['output'];
|
|
75028
|
-
createdBy
|
|
75772
|
+
createdBy?: Maybe<User>;
|
|
75029
75773
|
createdDate: Scalars['String']['output'];
|
|
75030
75774
|
id: Scalars['ID']['output'];
|
|
75031
75775
|
};
|
|
@@ -75852,6 +76596,8 @@ export declare type Mutation = {
|
|
|
75852
76596
|
confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
|
|
75853
76597
|
confluence_bulkNestedConvertToLiveDocs?: Maybe<ConfluenceBulkNestedConvertToLiveDocsPayload>;
|
|
75854
76598
|
confluence_createCustomRole?: Maybe<ConfluenceCreateCustomRolePayload>;
|
|
76599
|
+
confluence_createPdfExportTaskForBulkContent?: Maybe<ConfluenceCreatePdfExportTaskForBulkContentPayload>;
|
|
76600
|
+
confluence_createPdfExportTaskForSingleContent?: Maybe<ConfluenceCreatePdfExportTaskForSingleContentPayload>;
|
|
75855
76601
|
confluence_deleteCalendarCustomEventType?: Maybe<ConfluenceDeleteCalendarCustomEventTypePayload>;
|
|
75856
76602
|
confluence_deleteCustomRole?: Maybe<ConfluenceDeleteCustomRolePayload>;
|
|
75857
76603
|
confluence_deleteSubCalendarAllFutureEvents?: Maybe<ConfluenceDeleteSubCalendarAllFutureEventsPayload>;
|
|
@@ -75965,6 +76711,7 @@ export declare type Mutation = {
|
|
|
75965
76711
|
devOps?: Maybe<DevOpsMutation>;
|
|
75966
76712
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
75967
76713
|
devai_createTechnicalPlannerJob?: Maybe<DevAiCreateTechnicalPlannerJobPayload>;
|
|
76714
|
+
devai_flowSessionCreate?: Maybe<DevAiFlowSession>;
|
|
75968
76715
|
devai_invokeAutodevRovoAgent?: Maybe<DevAiInvokeAutodevRovoAgentPayload>;
|
|
75969
76716
|
devai_invokeAutodevRovoAgentInBulk?: Maybe<DevAiInvokeAutodevRovoAgentInBulkPayload>;
|
|
75970
76717
|
disableExperiment?: Maybe<TapExperiment>;
|
|
@@ -76813,6 +77560,12 @@ export declare type MutationConfluence_CreateCustomRoleArgs = {
|
|
|
76813
77560
|
cloudId: Scalars['ID']['input'];
|
|
76814
77561
|
input: ConfluenceCreateCustomRoleInput;
|
|
76815
77562
|
};
|
|
77563
|
+
export declare type MutationConfluence_CreatePdfExportTaskForBulkContentArgs = {
|
|
77564
|
+
input: ConfluenceCreatePdfExportTaskForBulkContentInput;
|
|
77565
|
+
};
|
|
77566
|
+
export declare type MutationConfluence_CreatePdfExportTaskForSingleContentArgs = {
|
|
77567
|
+
input: ConfluenceCreatePdfExportTaskForSingleContentInput;
|
|
77568
|
+
};
|
|
76816
77569
|
export declare type MutationConfluence_DeleteCalendarCustomEventTypeArgs = {
|
|
76817
77570
|
cloudId: Scalars['ID']['input'];
|
|
76818
77571
|
input: ConfluenceDeleteCalendarCustomEventTypeInput;
|
|
@@ -77205,6 +77958,9 @@ export declare type MutationDevai_CreateTechnicalPlannerJobArgs = {
|
|
|
77205
77958
|
repoUrl: Scalars['URL']['input'];
|
|
77206
77959
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
77207
77960
|
};
|
|
77961
|
+
export declare type MutationDevai_FlowSessionCreateArgs = {
|
|
77962
|
+
issueARI?: InputMaybe<Scalars['ID']['input']>;
|
|
77963
|
+
};
|
|
77208
77964
|
export declare type MutationDevai_InvokeAutodevRovoAgentArgs = {
|
|
77209
77965
|
agentId: Scalars['ID']['input'];
|
|
77210
77966
|
issueId: Scalars['ID']['input'];
|
|
@@ -78694,6 +79450,7 @@ export declare type PageActivityEventCreatedComment = PageActivityEvent & {
|
|
|
78694
79450
|
commentType: AnalyticsCommentType;
|
|
78695
79451
|
groupSize: Scalars['Int']['output'];
|
|
78696
79452
|
timestamp: Scalars['String']['output'];
|
|
79453
|
+
user?: Maybe<AtlassianUser>;
|
|
78697
79454
|
};
|
|
78698
79455
|
export declare type PageActivityEventCreatedPage = PageActivityEvent & {
|
|
78699
79456
|
__typename?: 'PageActivityEventCreatedPage';
|
|
@@ -78703,6 +79460,7 @@ export declare type PageActivityEventCreatedPage = PageActivityEvent & {
|
|
|
78703
79460
|
groupSize: Scalars['Int']['output'];
|
|
78704
79461
|
pageVersion: Scalars['Int']['output'];
|
|
78705
79462
|
timestamp: Scalars['String']['output'];
|
|
79463
|
+
user?: Maybe<AtlassianUser>;
|
|
78706
79464
|
};
|
|
78707
79465
|
export declare type PageActivityEventPublishedPage = PageActivityEvent & {
|
|
78708
79466
|
__typename?: 'PageActivityEventPublishedPage';
|
|
@@ -78712,6 +79470,7 @@ export declare type PageActivityEventPublishedPage = PageActivityEvent & {
|
|
|
78712
79470
|
groupSize: Scalars['Int']['output'];
|
|
78713
79471
|
pageVersion: Scalars['Int']['output'];
|
|
78714
79472
|
timestamp: Scalars['String']['output'];
|
|
79473
|
+
user?: Maybe<AtlassianUser>;
|
|
78715
79474
|
};
|
|
78716
79475
|
export declare type PageActivityEventSnapshottedPage = PageActivityEvent & {
|
|
78717
79476
|
__typename?: 'PageActivityEventSnapshottedPage';
|
|
@@ -78721,6 +79480,7 @@ export declare type PageActivityEventSnapshottedPage = PageActivityEvent & {
|
|
|
78721
79480
|
groupSize: Scalars['Int']['output'];
|
|
78722
79481
|
pageVersion: Scalars['Int']['output'];
|
|
78723
79482
|
timestamp: Scalars['String']['output'];
|
|
79483
|
+
user?: Maybe<AtlassianUser>;
|
|
78724
79484
|
};
|
|
78725
79485
|
export declare type PageActivityEventStartedPage = PageActivityEvent & {
|
|
78726
79486
|
__typename?: 'PageActivityEventStartedPage';
|
|
@@ -78730,6 +79490,7 @@ export declare type PageActivityEventStartedPage = PageActivityEvent & {
|
|
|
78730
79490
|
groupSize: Scalars['Int']['output'];
|
|
78731
79491
|
pageVersion: Scalars['Int']['output'];
|
|
78732
79492
|
timestamp: Scalars['String']['output'];
|
|
79493
|
+
user?: Maybe<AtlassianUser>;
|
|
78733
79494
|
};
|
|
78734
79495
|
export declare type PageActivityEventUpdatedPage = PageActivityEvent & {
|
|
78735
79496
|
__typename?: 'PageActivityEventUpdatedPage';
|
|
@@ -78739,6 +79500,7 @@ export declare type PageActivityEventUpdatedPage = PageActivityEvent & {
|
|
|
78739
79500
|
groupSize: Scalars['Int']['output'];
|
|
78740
79501
|
pageVersion: Scalars['Int']['output'];
|
|
78741
79502
|
timestamp: Scalars['String']['output'];
|
|
79503
|
+
user?: Maybe<AtlassianUser>;
|
|
78742
79504
|
};
|
|
78743
79505
|
export declare type PageActivityPageInfo = {
|
|
78744
79506
|
__typename?: 'PageActivityPageInfo';
|
|
@@ -78805,6 +79567,11 @@ export declare type PageInput = {
|
|
|
78805
79567
|
status?: InputMaybe<PageStatusInput>;
|
|
78806
79568
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
78807
79569
|
};
|
|
79570
|
+
export declare enum PageLoadType {
|
|
79571
|
+
Combined = "COMBINED",
|
|
79572
|
+
Initial = "INITIAL",
|
|
79573
|
+
Transition = "TRANSITION"
|
|
79574
|
+
}
|
|
78808
79575
|
export declare type PageRestriction = {
|
|
78809
79576
|
__typename?: 'PageRestriction';
|
|
78810
79577
|
group?: Maybe<Array<PageGroupRestriction>>;
|
|
@@ -80763,6 +81530,7 @@ export declare type Query = {
|
|
|
80763
81530
|
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
80764
81531
|
confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
|
|
80765
81532
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
81533
|
+
confluence_pdfExportTask?: Maybe<ConfluencePdfExportTask>;
|
|
80766
81534
|
confluence_refreshMigrationMediaSession?: Maybe<ContentMediaSession>;
|
|
80767
81535
|
confluence_search?: Maybe<ConfluenceSearchConnection>;
|
|
80768
81536
|
confluence_searchTeamLabels?: Maybe<LabelSearchResults>;
|
|
@@ -80787,6 +81555,7 @@ export declare type Query = {
|
|
|
80787
81555
|
contentAnalyticsViewers?: Maybe<ContentAnalyticsViewers>;
|
|
80788
81556
|
contentAnalyticsViews?: Maybe<ContentAnalyticsViews>;
|
|
80789
81557
|
contentAnalyticsViewsByDate?: Maybe<ContentAnalyticsViewsByDate>;
|
|
81558
|
+
contentAnalyticsViewsByUser?: Maybe<ContentAnalyticsViewsByUser>;
|
|
80790
81559
|
contentBody?: Maybe<ContentBodyPerRepresentation>;
|
|
80791
81560
|
contentByState?: Maybe<PaginatedContentList>;
|
|
80792
81561
|
contentContributors?: Maybe<ContentContributors>;
|
|
@@ -80849,6 +81618,8 @@ export declare type Query = {
|
|
|
80849
81618
|
devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
|
|
80850
81619
|
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
80851
81620
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
81621
|
+
devai_flowSessionsGet?: Maybe<DevAiFlowSession>;
|
|
81622
|
+
devai_flowSessionsResume?: Maybe<DevAiFlowPipeline>;
|
|
80852
81623
|
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
80853
81624
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
80854
81625
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
@@ -80899,6 +81670,8 @@ export declare type Query = {
|
|
|
80899
81670
|
getSmartContentFeature?: Maybe<SmartPageFeatures>;
|
|
80900
81671
|
getSmartFeatures?: Maybe<SmartFeaturesResponse>;
|
|
80901
81672
|
getSummary?: Maybe<SmartFeaturesContentSummary>;
|
|
81673
|
+
glance_getCurrentUserSettings?: Maybe<UserSettings>;
|
|
81674
|
+
glance_getPipelineEvents?: Maybe<Array<Maybe<GlanceUserInsights>>>;
|
|
80902
81675
|
glance_getVULNIssues?: Maybe<Array<Maybe<GlanceUserInsights>>>;
|
|
80903
81676
|
globalContextContentCreationMetadata?: Maybe<ContentCreationMetadata>;
|
|
80904
81677
|
globalSpaceConfiguration?: Maybe<GlobalSpaceConfiguration>;
|
|
@@ -82397,6 +83170,10 @@ export declare type QueryConfluence_ExternalCollaboratorsByCriteriaArgs = {
|
|
|
82397
83170
|
spaceAssignmentType?: InputMaybe<SpaceAssignmentType>;
|
|
82398
83171
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
82399
83172
|
};
|
|
83173
|
+
export declare type QueryConfluence_PdfExportTaskArgs = {
|
|
83174
|
+
cloudId: Scalars['ID']['input'];
|
|
83175
|
+
id: Scalars['ID']['input'];
|
|
83176
|
+
};
|
|
82400
83177
|
export declare type QueryConfluence_RefreshMigrationMediaSessionArgs = {
|
|
82401
83178
|
cloudId: Scalars['ID']['input'];
|
|
82402
83179
|
migrationId: Scalars['String']['input'];
|
|
@@ -82534,6 +83311,12 @@ export declare type QueryContentAnalyticsViewsByDateArgs = {
|
|
|
82534
83311
|
toDate: Scalars['String']['input'];
|
|
82535
83312
|
type: Scalars['String']['input'];
|
|
82536
83313
|
};
|
|
83314
|
+
export declare type QueryContentAnalyticsViewsByUserArgs = {
|
|
83315
|
+
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
83316
|
+
contentId: Scalars['ID']['input'];
|
|
83317
|
+
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
83318
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
83319
|
+
};
|
|
82537
83320
|
export declare type QueryContentBodyArgs = {
|
|
82538
83321
|
id: Scalars['ID']['input'];
|
|
82539
83322
|
};
|
|
@@ -82816,10 +83599,18 @@ export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
|
82816
83599
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
82817
83600
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
82818
83601
|
cloudId: Scalars['ID']['input'];
|
|
83602
|
+
filterByRankCategories?: InputMaybe<Array<DevAiRovoAgentRankCategory>>;
|
|
82819
83603
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83604
|
+
issueIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
82820
83605
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
82821
83606
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
82822
83607
|
};
|
|
83608
|
+
export declare type QueryDevai_FlowSessionsGetArgs = {
|
|
83609
|
+
id: Scalars['ID']['input'];
|
|
83610
|
+
};
|
|
83611
|
+
export declare type QueryDevai_FlowSessionsResumeArgs = {
|
|
83612
|
+
id: Scalars['ID']['input'];
|
|
83613
|
+
};
|
|
82823
83614
|
export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
82824
83615
|
atlassianAccountId: Scalars['ID']['input'];
|
|
82825
83616
|
cloudId: Scalars['ID']['input'];
|
|
@@ -84236,6 +85027,7 @@ export declare type RadarWorker = Node & RadarEntity & {
|
|
|
84236
85027
|
id: Scalars['ID']['output'];
|
|
84237
85028
|
preferredName?: Maybe<Scalars['String']['output']>;
|
|
84238
85029
|
type: RadarEntityType;
|
|
85030
|
+
user?: Maybe<User>;
|
|
84239
85031
|
};
|
|
84240
85032
|
export declare type RadarWorkerConnection = RadarConnection & {
|
|
84241
85033
|
__typename?: 'RadarWorkerConnection';
|
|
@@ -84258,6 +85050,7 @@ export declare type RadarWorkspace = {
|
|
|
84258
85050
|
id: Scalars['ID']['output'];
|
|
84259
85051
|
positionFields: Array<RadarFieldDefinition>;
|
|
84260
85052
|
userContext?: Maybe<RadarUserContext>;
|
|
85053
|
+
workerFields: Array<RadarFieldDefinition>;
|
|
84261
85054
|
};
|
|
84262
85055
|
export declare type RankColumnInput = {
|
|
84263
85056
|
boardId: Scalars['ID']['input'];
|
|
@@ -84455,6 +85248,7 @@ export declare type RecommendedPeopleItem = {
|
|
|
84455
85248
|
__typename?: 'RecommendedPeopleItem';
|
|
84456
85249
|
accountId: Scalars['String']['output'];
|
|
84457
85250
|
score: Scalars['Float']['output'];
|
|
85251
|
+
user?: Maybe<AtlassianUser>;
|
|
84458
85252
|
};
|
|
84459
85253
|
export declare type RecommendedSpaceItem = {
|
|
84460
85254
|
__typename?: 'RecommendedSpaceItem';
|
|
@@ -86639,6 +87433,7 @@ export declare enum SearchSortOrder {
|
|
|
86639
87433
|
export declare type SearchThirdPartyFilter = {
|
|
86640
87434
|
ancestorAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
86641
87435
|
assignees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
87436
|
+
containerAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
86642
87437
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
86643
87438
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
86644
87439
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -92332,6 +93127,15 @@ export declare type TrelloBoardMembershipsConnection = {
|
|
|
92332
93127
|
nodes?: Maybe<Array<TrelloMember>>;
|
|
92333
93128
|
pageInfo: PageInfo;
|
|
92334
93129
|
};
|
|
93130
|
+
export declare type TrelloBoardMirrorCards = {
|
|
93131
|
+
__typename?: 'TrelloBoardMirrorCards';
|
|
93132
|
+
id: Scalars['ID']['output'];
|
|
93133
|
+
mirrorCards?: Maybe<TrelloMirrorCardConnection>;
|
|
93134
|
+
};
|
|
93135
|
+
export declare type TrelloBoardMirrorCardsMirrorCardsArgs = {
|
|
93136
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
93137
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
93138
|
+
};
|
|
92335
93139
|
export declare type TrelloBoardPowerUpConnection = {
|
|
92336
93140
|
__typename?: 'TrelloBoardPowerUpConnection';
|
|
92337
93141
|
edges?: Maybe<Array<TrelloBoardPowerUpEdge>>;
|
|
@@ -92535,9 +93339,10 @@ export declare enum TrelloCardActionType {
|
|
|
92535
93339
|
AddMember = "ADD_MEMBER",
|
|
92536
93340
|
Comment = "COMMENT",
|
|
92537
93341
|
MoveCard = "MOVE_CARD",
|
|
93342
|
+
RemoveChecklist = "REMOVE_CHECKLIST",
|
|
92538
93343
|
RemoveMember = "REMOVE_MEMBER"
|
|
92539
93344
|
}
|
|
92540
|
-
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloRemoveMemberFromCardAction;
|
|
93345
|
+
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction;
|
|
92541
93346
|
export declare type TrelloCardAttachmentsByType = {
|
|
92542
93347
|
__typename?: 'TrelloCardAttachmentsByType';
|
|
92543
93348
|
trello?: Maybe<TrelloCardAttachmentsCount>;
|
|
@@ -93058,7 +93863,7 @@ export declare type TrelloLabelUpdated = {
|
|
|
93058
93863
|
};
|
|
93059
93864
|
export declare type TrelloLabelUpdatedConnection = {
|
|
93060
93865
|
__typename?: 'TrelloLabelUpdatedConnection';
|
|
93061
|
-
nodes
|
|
93866
|
+
nodes?: Maybe<Array<TrelloLabel>>;
|
|
93062
93867
|
};
|
|
93063
93868
|
export declare type TrelloLimitProps = {
|
|
93064
93869
|
__typename?: 'TrelloLimitProps';
|
|
@@ -93175,7 +93980,7 @@ export declare type TrelloMemberWorkspacesArgs = {
|
|
|
93175
93980
|
export declare type TrelloMemberConnection = {
|
|
93176
93981
|
__typename?: 'TrelloMemberConnection';
|
|
93177
93982
|
edges?: Maybe<Array<Maybe<TrelloMemberEdge>>>;
|
|
93178
|
-
nodes?: Maybe<Array<
|
|
93983
|
+
nodes?: Maybe<Array<TrelloMember>>;
|
|
93179
93984
|
pageInfo: PageInfo;
|
|
93180
93985
|
};
|
|
93181
93986
|
export declare type TrelloMemberEdge = {
|
|
@@ -93218,6 +94023,23 @@ export declare type TrelloMemberWorkspaceFilter = {
|
|
|
93218
94023
|
membershipType: TrelloWorkspaceMembershipType;
|
|
93219
94024
|
tier: TrelloWorkspaceTier;
|
|
93220
94025
|
};
|
|
94026
|
+
export declare type TrelloMirrorCard = {
|
|
94027
|
+
__typename?: 'TrelloMirrorCard';
|
|
94028
|
+
id: Scalars['ID']['output'];
|
|
94029
|
+
mirrorCard?: Maybe<TrelloCard>;
|
|
94030
|
+
sourceBoard?: Maybe<TrelloBoard>;
|
|
94031
|
+
sourceCard?: Maybe<TrelloCard>;
|
|
94032
|
+
};
|
|
94033
|
+
export declare type TrelloMirrorCardConnection = {
|
|
94034
|
+
__typename?: 'TrelloMirrorCardConnection';
|
|
94035
|
+
edges?: Maybe<Array<TrelloMirrorCardEdge>>;
|
|
94036
|
+
pageInfo: PageInfo;
|
|
94037
|
+
};
|
|
94038
|
+
export declare type TrelloMirrorCardEdge = {
|
|
94039
|
+
__typename?: 'TrelloMirrorCardEdge';
|
|
94040
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
94041
|
+
node?: Maybe<TrelloMirrorCard>;
|
|
94042
|
+
};
|
|
93221
94043
|
export declare type TrelloMoveCardAction = TrelloAction & TrelloCardActionData & {
|
|
93222
94044
|
__typename?: 'TrelloMoveCardAction';
|
|
93223
94045
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -93415,6 +94237,9 @@ export declare type TrelloPlannerCalendarAccountUpdated = {
|
|
|
93415
94237
|
__typename?: 'TrelloPlannerCalendarAccountUpdated';
|
|
93416
94238
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnectionUpdated>;
|
|
93417
94239
|
id: Scalars['ID']['output'];
|
|
94240
|
+
onPlannerCalendarDeleted?: Maybe<Array<TrelloPlannerCalendarDeleted>>;
|
|
94241
|
+
onProviderCalendarDeleted?: Maybe<Array<TrelloProviderCalendarDeleted>>;
|
|
94242
|
+
providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnectionUpdated>;
|
|
93418
94243
|
};
|
|
93419
94244
|
export declare enum TrelloPlannerCalendarColor {
|
|
93420
94245
|
BlueSubtler = "BLUE_SUBTLER",
|
|
@@ -93566,9 +94391,24 @@ export declare enum TrelloPlannerCalendarEventType {
|
|
|
93566
94391
|
}
|
|
93567
94392
|
export declare type TrelloPlannerCalendarEventUpdated = {
|
|
93568
94393
|
__typename?: 'TrelloPlannerCalendarEventUpdated';
|
|
94394
|
+
allDay?: Maybe<Scalars['Boolean']['output']>;
|
|
94395
|
+
busy?: Maybe<Scalars['Boolean']['output']>;
|
|
93569
94396
|
cards?: Maybe<TrelloPlannerCalendarEventCardConnectionUpdated>;
|
|
94397
|
+
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
94398
|
+
conferencing?: Maybe<TrelloPlannerCalendarEventConferencing>;
|
|
94399
|
+
createdByTrello?: Maybe<Scalars['Boolean']['output']>;
|
|
94400
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
94401
|
+
endAt?: Maybe<Scalars['DateTime']['output']>;
|
|
94402
|
+
eventType?: Maybe<TrelloPlannerCalendarEventType>;
|
|
93570
94403
|
id: Scalars['ID']['output'];
|
|
94404
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
93571
94405
|
onPlannerCalendarEventCardDeleted?: Maybe<Array<TrelloPlannerCalendarEventCardDeleted>>;
|
|
94406
|
+
parentEventId?: Maybe<Scalars['ID']['output']>;
|
|
94407
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
94408
|
+
startAt?: Maybe<Scalars['DateTime']['output']>;
|
|
94409
|
+
status?: Maybe<TrelloPlannerCalendarEventStatus>;
|
|
94410
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
94411
|
+
visibility?: Maybe<TrelloPlannerCalendarEventVisibility>;
|
|
93572
94412
|
};
|
|
93573
94413
|
export declare enum TrelloPlannerCalendarEventVisibility {
|
|
93574
94414
|
Default = "DEFAULT",
|
|
@@ -93590,8 +94430,18 @@ export declare type TrelloPlannerCalendarProviderCalendarsFilter = {
|
|
|
93590
94430
|
};
|
|
93591
94431
|
export declare type TrelloPlannerCalendarUpdated = {
|
|
93592
94432
|
__typename?: 'TrelloPlannerCalendarUpdated';
|
|
94433
|
+
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
94434
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
93593
94435
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
93594
94436
|
id: Scalars['ID']['output'];
|
|
94437
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
94438
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
94439
|
+
onPlannerCalendarEventDeleted?: Maybe<Array<TrelloPlannerCalendarEventDeleted>>;
|
|
94440
|
+
providerCalendarId?: Maybe<Scalars['ID']['output']>;
|
|
94441
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
94442
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
94443
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
94444
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
93595
94445
|
};
|
|
93596
94446
|
export declare type TrelloPlannerCalendarUpdatedEventsArgs = {
|
|
93597
94447
|
filter: TrelloPlannerCalendarEventsUpdatedFilter;
|
|
@@ -93613,12 +94463,30 @@ export declare type TrelloPlannerProviderCalendarConnection = {
|
|
|
93613
94463
|
pageInfo: PageInfo;
|
|
93614
94464
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
93615
94465
|
};
|
|
94466
|
+
export declare type TrelloPlannerProviderCalendarConnectionUpdated = {
|
|
94467
|
+
__typename?: 'TrelloPlannerProviderCalendarConnectionUpdated';
|
|
94468
|
+
edges?: Maybe<Array<TrelloPlannerProviderCalendarEdgeUpdated>>;
|
|
94469
|
+
};
|
|
93616
94470
|
export declare type TrelloPlannerProviderCalendarEdge = {
|
|
93617
94471
|
__typename?: 'TrelloPlannerProviderCalendarEdge';
|
|
93618
94472
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
93619
94473
|
deletedCalendar?: Maybe<TrelloProviderCalendarDeleted>;
|
|
93620
94474
|
node?: Maybe<TrelloPlannerProviderCalendar>;
|
|
93621
94475
|
};
|
|
94476
|
+
export declare type TrelloPlannerProviderCalendarEdgeUpdated = {
|
|
94477
|
+
__typename?: 'TrelloPlannerProviderCalendarEdgeUpdated';
|
|
94478
|
+
node?: Maybe<TrelloPlannerProviderCalendarUpdated>;
|
|
94479
|
+
};
|
|
94480
|
+
export declare type TrelloPlannerProviderCalendarUpdated = {
|
|
94481
|
+
__typename?: 'TrelloPlannerProviderCalendarUpdated';
|
|
94482
|
+
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
94483
|
+
id: Scalars['ID']['output'];
|
|
94484
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
94485
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
94486
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
94487
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
94488
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
94489
|
+
};
|
|
93622
94490
|
export declare type TrelloPlannerUpdated = {
|
|
93623
94491
|
__typename?: 'TrelloPlannerUpdated';
|
|
93624
94492
|
accounts?: Maybe<TrelloPlannerCalendarAccountConnectionUpdated>;
|
|
@@ -93693,6 +94561,7 @@ export declare type TrelloQueryApi = {
|
|
|
93693
94561
|
attachmentsById?: Maybe<Array<Maybe<TrelloAttachment>>>;
|
|
93694
94562
|
board?: Maybe<TrelloBoard>;
|
|
93695
94563
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
94564
|
+
boardMirrorCardInfo?: Maybe<TrelloBoardMirrorCards>;
|
|
93696
94565
|
card?: Maybe<TrelloCard>;
|
|
93697
94566
|
echo?: Maybe<Scalars['String']['output']>;
|
|
93698
94567
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -93708,6 +94577,7 @@ export declare type TrelloQueryApi = {
|
|
|
93708
94577
|
plannerCalendarById?: Maybe<TrelloPlannerCalendar>;
|
|
93709
94578
|
plannerCalendarEventById?: Maybe<TrelloPlannerCalendarEvent>;
|
|
93710
94579
|
plannerCalendarEventsByCalendarId?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
94580
|
+
providerCalendarById?: Maybe<TrelloPlannerProviderCalendar>;
|
|
93711
94581
|
providerPlannerCalendarsByAccountId?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
93712
94582
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
93713
94583
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
@@ -93725,6 +94595,9 @@ export declare type TrelloQueryApiBoardArgs = {
|
|
|
93725
94595
|
export declare type TrelloQueryApiBoardByShortLinkArgs = {
|
|
93726
94596
|
shortLink: Scalars['TrelloShortLink']['input'];
|
|
93727
94597
|
};
|
|
94598
|
+
export declare type TrelloQueryApiBoardMirrorCardInfoArgs = {
|
|
94599
|
+
id: Scalars['ID']['input'];
|
|
94600
|
+
};
|
|
93728
94601
|
export declare type TrelloQueryApiCardArgs = {
|
|
93729
94602
|
id: Scalars['ID']['input'];
|
|
93730
94603
|
};
|
|
@@ -93781,6 +94654,11 @@ export declare type TrelloQueryApiPlannerCalendarEventsByCalendarIdArgs = {
|
|
|
93781
94654
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
93782
94655
|
plannerCalendarId: Scalars['ID']['input'];
|
|
93783
94656
|
};
|
|
94657
|
+
export declare type TrelloQueryApiProviderCalendarByIdArgs = {
|
|
94658
|
+
id: Scalars['ID']['input'];
|
|
94659
|
+
providerAccountId: Scalars['ID']['input'];
|
|
94660
|
+
workspaceId: Scalars['ID']['input'];
|
|
94661
|
+
};
|
|
93784
94662
|
export declare type TrelloQueryApiProviderPlannerCalendarsByAccountIdArgs = {
|
|
93785
94663
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
93786
94664
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -93823,6 +94701,27 @@ export declare type TrelloRemoveCardFromPlannerCalendarEventPayload = Payload &
|
|
|
93823
94701
|
eventCard?: Maybe<TrelloPlannerCalendarEventCardDeleted>;
|
|
93824
94702
|
success: Scalars['Boolean']['output'];
|
|
93825
94703
|
};
|
|
94704
|
+
export declare type TrelloRemoveChecklistFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
94705
|
+
__typename?: 'TrelloRemoveChecklistFromCardAction';
|
|
94706
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
94707
|
+
board?: Maybe<TrelloBoard>;
|
|
94708
|
+
card?: Maybe<TrelloCard>;
|
|
94709
|
+
checklist?: Maybe<TrelloChecklist>;
|
|
94710
|
+
creator?: Maybe<TrelloMember>;
|
|
94711
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
94712
|
+
displayEntities?: Maybe<TrelloRemoveChecklistFromCardDisplayEntities>;
|
|
94713
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
94714
|
+
id: Scalars['ID']['output'];
|
|
94715
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
94716
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
94717
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
94718
|
+
};
|
|
94719
|
+
export declare type TrelloRemoveChecklistFromCardDisplayEntities = {
|
|
94720
|
+
__typename?: 'TrelloRemoveChecklistFromCardDisplayEntities';
|
|
94721
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
94722
|
+
checklist?: Maybe<TrelloActionChecklistEntity>;
|
|
94723
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
94724
|
+
};
|
|
93826
94725
|
export declare type TrelloRemoveMemberFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
93827
94726
|
__typename?: 'TrelloRemoveMemberFromCardAction';
|
|
93828
94727
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -93891,16 +94790,16 @@ export declare type TrelloStickerUpdatedConnection = {
|
|
|
93891
94790
|
};
|
|
93892
94791
|
export declare type TrelloSubscriptionApi = {
|
|
93893
94792
|
__typename?: 'TrelloSubscriptionApi';
|
|
94793
|
+
onBoardCardSetUpdated?: Maybe<TrelloBoardUpdated>;
|
|
93894
94794
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
93895
|
-
onCardsUpdated?: Maybe<TrelloBoardUpdated>;
|
|
93896
94795
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
93897
94796
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
93898
94797
|
};
|
|
93899
|
-
export declare type
|
|
94798
|
+
export declare type TrelloSubscriptionApiOnBoardCardSetUpdatedArgs = {
|
|
93900
94799
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
93901
94800
|
id: Scalars['ID']['input'];
|
|
93902
94801
|
};
|
|
93903
|
-
export declare type
|
|
94802
|
+
export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
93904
94803
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
93905
94804
|
id: Scalars['ID']['input'];
|
|
93906
94805
|
};
|
|
@@ -94150,6 +95049,7 @@ export declare type TrelloWorkspaceUpdated = {
|
|
|
94150
95049
|
__typename?: 'TrelloWorkspaceUpdated';
|
|
94151
95050
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
94152
95051
|
id: Scalars['ID']['output'];
|
|
95052
|
+
offering?: Maybe<Scalars['String']['output']>;
|
|
94153
95053
|
planner?: Maybe<TrelloPlannerUpdated>;
|
|
94154
95054
|
};
|
|
94155
95055
|
export declare type TrustSignal = {
|
|
@@ -94325,6 +95225,7 @@ export declare type UnifiedCommunityMutation = {
|
|
|
94325
95225
|
};
|
|
94326
95226
|
export declare type UnifiedCommunityMutationDeleteCommunityDataArgs = {
|
|
94327
95227
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
95228
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
94328
95229
|
};
|
|
94329
95230
|
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
94330
95231
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -94370,6 +95271,7 @@ export declare type UnifiedConsentObj = {
|
|
|
94370
95271
|
consentStatus: Scalars['String']['output'];
|
|
94371
95272
|
consenthubStatus: Scalars['Boolean']['output'];
|
|
94372
95273
|
createdAt: Scalars['String']['output'];
|
|
95274
|
+
displayedText?: Maybe<Scalars['String']['output']>;
|
|
94373
95275
|
updatedAt: Scalars['String']['output'];
|
|
94374
95276
|
uppConsentStatus: Scalars['Boolean']['output'];
|
|
94375
95277
|
};
|
|
@@ -95034,7 +95936,7 @@ export declare type UpdateAppDetailsInput = {
|
|
|
95034
95936
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
95035
95937
|
distributionStatus?: InputMaybe<DistributionStatus>;
|
|
95036
95938
|
hasPDReportingApiImplemented?: InputMaybe<Scalars['Boolean']['input']>;
|
|
95037
|
-
name
|
|
95939
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
95038
95940
|
privacyPolicy?: InputMaybe<Scalars['String']['input']>;
|
|
95039
95941
|
storesPersonalData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
95040
95942
|
termsOfService?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -95500,6 +96402,7 @@ export declare type UpdateJiraPlaybookStepInput = {
|
|
|
95500
96402
|
description?: InputMaybe<Scalars['JSON']['input']>;
|
|
95501
96403
|
name: Scalars['String']['input'];
|
|
95502
96404
|
ruleId?: InputMaybe<Scalars['String']['input']>;
|
|
96405
|
+
stepId?: InputMaybe<Scalars['ID']['input']>;
|
|
95503
96406
|
type: JiraPlaybookStepType;
|
|
95504
96407
|
};
|
|
95505
96408
|
export declare type UpdateNestedPageOwnersPayload = Payload & {
|
|
@@ -96032,6 +96935,12 @@ export declare type UserPreferencesInput = {
|
|
|
96032
96935
|
theme?: InputMaybe<Scalars['String']['input']>;
|
|
96033
96936
|
topNavigationOptedOut?: InputMaybe<Scalars['Boolean']['input']>;
|
|
96034
96937
|
};
|
|
96938
|
+
export declare type UserSettings = {
|
|
96939
|
+
__typename?: 'UserSettings';
|
|
96940
|
+
id: Scalars['ID']['output'];
|
|
96941
|
+
starredExperiences: Array<Experience>;
|
|
96942
|
+
username: Scalars['String']['output'];
|
|
96943
|
+
};
|
|
96035
96944
|
export declare type UserWithPermissionsInput = {
|
|
96036
96945
|
accountId: Scalars['ID']['input'];
|
|
96037
96946
|
operations: Array<InputMaybe<OperationCheckResultInput>>;
|