@forge/cli-shared 8.0.0-next.15 → 8.0.0-next.8
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 +0 -53
- package/out/app-logs/graphql-client.d.ts +1 -1
- package/out/app-logs/graphql-client.d.ts.map +1 -1
- package/out/app-logs/graphql-client.js +18 -33
- package/out/app-logs/view-logs.d.ts +2 -4
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/app-logs/view-logs.js +3 -4
- package/out/apps/template.d.ts.map +1 -1
- package/out/apps/template.js +1 -3
- package/out/file-system/file-system-reader.d.ts +0 -1
- package/out/file-system/file-system-reader.d.ts.map +1 -1
- package/out/graphql/graphql-types.d.ts +80 -843
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -109
- package/out/service/bridge-script-service.d.ts +0 -1
- package/out/service/bridge-script-service.d.ts.map +1 -1
- package/out/service/i18n-resource-bundling-service.d.ts +0 -1
- package/out/service/i18n-resource-bundling-service.d.ts.map +1 -1
- package/out/service/iframe-resizer-script-service.d.ts +0 -1
- package/out/service/iframe-resizer-script-service.d.ts.map +1 -1
- package/out/shared/test.d.ts.map +1 -1
- package/out/shared/test.js +3 -2
- package/out/ui/command-line-ui.d.ts +1 -0
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +5 -0
- package/out/ui/logger.d.ts +1 -0
- package/out/ui/logger.d.ts.map +1 -1
- package/out/ui/logger.js +2 -0
- package/out/ui/text.d.ts +14 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +20 -1
- package/package.json +2 -2
|
@@ -725,36 +725,6 @@ export declare type AddPublicLinkPermissionsPayload = Payload & {
|
|
|
725
725
|
success: Scalars['Boolean']['output'];
|
|
726
726
|
};
|
|
727
727
|
export declare type Admin = JiraUser | JiraUserGroup;
|
|
728
|
-
export declare type AdminAccessUrl = {
|
|
729
|
-
__typename?: 'AdminAccessUrl';
|
|
730
|
-
expirationDate?: Maybe<Scalars['String']['output']>;
|
|
731
|
-
id: Scalars['ID']['output'];
|
|
732
|
-
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
733
|
-
resources?: Maybe<Array<AdminResource>>;
|
|
734
|
-
status: Scalars['String']['output'];
|
|
735
|
-
url: Scalars['String']['output'];
|
|
736
|
-
};
|
|
737
|
-
export declare type AdminAccessUrlConnection = {
|
|
738
|
-
__typename?: 'AdminAccessUrlConnection';
|
|
739
|
-
edges?: Maybe<Array<AdminAccessUrlEdge>>;
|
|
740
|
-
pageInfo: PageInfo;
|
|
741
|
-
};
|
|
742
|
-
export declare type AdminAccessUrlCreationResponsePayload = Payload & {
|
|
743
|
-
__typename?: 'AdminAccessUrlCreationResponsePayload';
|
|
744
|
-
accessUrl?: Maybe<AdminAccessUrl>;
|
|
745
|
-
errors?: Maybe<Array<MutationError>>;
|
|
746
|
-
success: Scalars['Boolean']['output'];
|
|
747
|
-
};
|
|
748
|
-
export declare type AdminAccessUrlDeletionResponsePayload = Payload & {
|
|
749
|
-
__typename?: 'AdminAccessUrlDeletionResponsePayload';
|
|
750
|
-
errors?: Maybe<Array<MutationError>>;
|
|
751
|
-
success: Scalars['Boolean']['output'];
|
|
752
|
-
};
|
|
753
|
-
export declare type AdminAccessUrlEdge = {
|
|
754
|
-
__typename?: 'AdminAccessUrlEdge';
|
|
755
|
-
cursor: Scalars['String']['output'];
|
|
756
|
-
node: AdminAccessUrl;
|
|
757
|
-
};
|
|
758
728
|
export declare type AdminAnnouncementBannerFeature = {
|
|
759
729
|
__typename?: 'AdminAnnouncementBannerFeature';
|
|
760
730
|
isEntitled: Scalars['Boolean']['output'];
|
|
@@ -776,12 +746,6 @@ export declare enum AdminAnnouncementBannerSettingsByCriteriaOrder {
|
|
|
776
746
|
ScheduledStartDate = "SCHEDULED_START_DATE",
|
|
777
747
|
Visibility = "VISIBILITY"
|
|
778
748
|
}
|
|
779
|
-
export declare type AdminPolicy = AdminAccessUrl;
|
|
780
|
-
export declare type AdminResource = AdminSite;
|
|
781
|
-
export declare type AdminSite = {
|
|
782
|
-
__typename?: 'AdminSite';
|
|
783
|
-
id: Scalars['ID']['output'];
|
|
784
|
-
};
|
|
785
749
|
export declare type AgentAiContextPanelResponse = {
|
|
786
750
|
__typename?: 'AgentAIContextPanelResponse';
|
|
787
751
|
nextSteps?: Maybe<Scalars['String']['output']>;
|
|
@@ -872,9 +836,7 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
872
836
|
connectedChannels?: Maybe<AgentStudioConnectedChannels>;
|
|
873
837
|
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
874
838
|
creator?: Maybe<User>;
|
|
875
|
-
creatorType?: Maybe<Scalars['String']['output']>;
|
|
876
839
|
description?: Maybe<Scalars['String']['output']>;
|
|
877
|
-
externalConfigReference?: Maybe<Scalars['String']['output']>;
|
|
878
840
|
id: Scalars['ID']['output'];
|
|
879
841
|
instructions?: Maybe<Scalars['String']['output']>;
|
|
880
842
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2090,14 +2052,6 @@ export declare type AppStorageAdmin = {
|
|
|
2090
2052
|
export declare type AppStorageAdminKvsQueryArgs = {
|
|
2091
2053
|
input: AppStorageKvsQueryInput;
|
|
2092
2054
|
};
|
|
2093
|
-
export declare type AppStorageAdminMutation = {
|
|
2094
|
-
__typename?: 'AppStorageAdminMutation';
|
|
2095
|
-
appId: Scalars['ID']['output'];
|
|
2096
|
-
kvsSet?: Maybe<AppStorageKvsSetPayload>;
|
|
2097
|
-
};
|
|
2098
|
-
export declare type AppStorageAdminMutationKvsSetArgs = {
|
|
2099
|
-
input: AppStorageKvsSetInput;
|
|
2100
|
-
};
|
|
2101
2055
|
export declare type AppStorageCustomEntityMutation = {
|
|
2102
2056
|
__typename?: 'AppStorageCustomEntityMutation';
|
|
2103
2057
|
deleteAppStoredCustomEntity?: Maybe<DeleteAppStoredCustomEntityPayload>;
|
|
@@ -2129,19 +2083,6 @@ export declare type AppStorageKvsQueryPayload = {
|
|
|
2129
2083
|
pageInfo: AppStoragePageInfo;
|
|
2130
2084
|
totalCount: Scalars['Int']['output'];
|
|
2131
2085
|
};
|
|
2132
|
-
export declare type AppStorageKvsSetInput = {
|
|
2133
|
-
contextAri: Scalars['ID']['input'];
|
|
2134
|
-
environmentId: Scalars['ID']['input'];
|
|
2135
|
-
installationId: Scalars['ID']['input'];
|
|
2136
|
-
key: Scalars['String']['input'];
|
|
2137
|
-
oauthClientId: Scalars['ID']['input'];
|
|
2138
|
-
value: Scalars['AppStorageEntityValue']['input'];
|
|
2139
|
-
};
|
|
2140
|
-
export declare type AppStorageKvsSetPayload = {
|
|
2141
|
-
__typename?: 'AppStorageKvsSetPayload';
|
|
2142
|
-
errors?: Maybe<Array<MutationError>>;
|
|
2143
|
-
success: Scalars['Boolean']['output'];
|
|
2144
|
-
};
|
|
2145
2086
|
export declare type AppStorageMutation = {
|
|
2146
2087
|
__typename?: 'AppStorageMutation';
|
|
2147
2088
|
deleteAppStoredEntity?: Maybe<DeleteAppStoredEntityPayload>;
|
|
@@ -3756,15 +3697,6 @@ export declare type CcpCancelEntitlementExperienceCapability = CommerceExperienc
|
|
|
3756
3697
|
export declare enum CcpCancelEntitlementExperienceCapabilityReasonCode {
|
|
3757
3698
|
EntitlementIsCollectionInstance = "ENTITLEMENT_IS_COLLECTION_INSTANCE"
|
|
3758
3699
|
}
|
|
3759
|
-
export declare type CcpCatalogAccount = Node & {
|
|
3760
|
-
__typename?: 'CcpCatalogAccount';
|
|
3761
|
-
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
3762
|
-
id: Scalars['ID']['output'];
|
|
3763
|
-
key?: Maybe<Scalars['String']['output']>;
|
|
3764
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
3765
|
-
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
3766
|
-
version?: Maybe<Scalars['Int']['output']>;
|
|
3767
|
-
};
|
|
3768
3700
|
export declare type CcpChangeOfferingExperienceCapability = CommerceExperienceCapability & {
|
|
3769
3701
|
__typename?: 'CcpChangeOfferingExperienceCapability';
|
|
3770
3702
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -4078,29 +4010,14 @@ export declare enum CcpEntitlementStatus {
|
|
|
4078
4010
|
Active = "ACTIVE",
|
|
4079
4011
|
Inactive = "INACTIVE"
|
|
4080
4012
|
}
|
|
4081
|
-
export declare type CcpEntitlementTemplate =
|
|
4013
|
+
export declare type CcpEntitlementTemplate = {
|
|
4082
4014
|
__typename?: 'CcpEntitlementTemplate';
|
|
4083
|
-
catalogAccountKey?: Maybe<Scalars['ID']['output']>;
|
|
4084
|
-
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
4085
4015
|
data?: Maybe<Scalars['String']['output']>;
|
|
4086
|
-
defaultRevision?: Maybe<Scalars['Boolean']['output']>;
|
|
4087
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
4088
|
-
id: Scalars['ID']['output'];
|
|
4089
4016
|
key?: Maybe<Scalars['ID']['output']>;
|
|
4090
|
-
productKey?: Maybe<Scalars['String']['output']>;
|
|
4091
4017
|
provisionedBy?: Maybe<Scalars['String']['output']>;
|
|
4092
|
-
status?: Maybe<CcpEntitlementTemplateStatus>;
|
|
4093
|
-
uniqueKey?: Maybe<Scalars['ID']['output']>;
|
|
4094
|
-
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4095
4018
|
userUsageInclusions?: Maybe<CcpEntitlementTemplateUserUsageInclusions>;
|
|
4096
4019
|
version?: Maybe<Scalars['Int']['output']>;
|
|
4097
4020
|
};
|
|
4098
|
-
export declare enum CcpEntitlementTemplateStatus {
|
|
4099
|
-
Deprecated = "DEPRECATED",
|
|
4100
|
-
None = "NONE",
|
|
4101
|
-
Published = "PUBLISHED",
|
|
4102
|
-
Unpublished = "UNPUBLISHED"
|
|
4103
|
-
}
|
|
4104
4021
|
export declare type CcpEntitlementTemplateUserUsageInclusions = {
|
|
4105
4022
|
__typename?: 'CcpEntitlementTemplateUserUsageInclusions';
|
|
4106
4023
|
references?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -4865,11 +4782,8 @@ export declare type CcpPurchaseOrder = {
|
|
|
4865
4782
|
};
|
|
4866
4783
|
export declare type CcpQueryApi = {
|
|
4867
4784
|
__typename?: 'CcpQueryApi';
|
|
4868
|
-
catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
4869
4785
|
entitlement?: Maybe<CcpEntitlement>;
|
|
4870
|
-
entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
4871
4786
|
entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4872
|
-
entitlementsV2?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4873
4787
|
experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
4874
4788
|
invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
4875
4789
|
offering?: Maybe<CcpOffering>;
|
|
@@ -4885,21 +4799,12 @@ export declare type CcpQueryApi = {
|
|
|
4885
4799
|
transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
4886
4800
|
transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
4887
4801
|
};
|
|
4888
|
-
export declare type CcpQueryApiCatalogAccountsArgs = {
|
|
4889
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4890
|
-
};
|
|
4891
4802
|
export declare type CcpQueryApiEntitlementArgs = {
|
|
4892
4803
|
id: Scalars['ID']['input'];
|
|
4893
4804
|
};
|
|
4894
|
-
export declare type CcpQueryApiEntitlementTemplatesArgs = {
|
|
4895
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4896
|
-
};
|
|
4897
4805
|
export declare type CcpQueryApiEntitlementsArgs = {
|
|
4898
4806
|
ids: Array<Scalars['ID']['input']>;
|
|
4899
4807
|
};
|
|
4900
|
-
export declare type CcpQueryApiEntitlementsV2Args = {
|
|
4901
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4902
|
-
};
|
|
4903
4808
|
export declare type CcpQueryApiInvoiceGroupsArgs = {
|
|
4904
4809
|
ids: Array<Scalars['ID']['input']>;
|
|
4905
4810
|
};
|
|
@@ -5511,16 +5416,6 @@ export declare enum ChannelPlatformMutationStatus {
|
|
|
5511
5416
|
Failure = "FAILURE",
|
|
5512
5417
|
Success = "SUCCESS"
|
|
5513
5418
|
}
|
|
5514
|
-
export declare type ChannelPlatformPluginActionRequest = {
|
|
5515
|
-
actionName?: InputMaybe<Scalars['String']['input']>;
|
|
5516
|
-
appId?: InputMaybe<Scalars['String']['input']>;
|
|
5517
|
-
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
5518
|
-
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
5519
|
-
};
|
|
5520
|
-
export declare type ChannelPlatformPluginActionResponse = {
|
|
5521
|
-
__typename?: 'ChannelPlatformPluginActionResponse';
|
|
5522
|
-
response?: Maybe<Scalars['JSON']['output']>;
|
|
5523
|
-
};
|
|
5524
5419
|
export declare type ChannelPlatformSampleQueue = {
|
|
5525
5420
|
__typename?: 'ChannelPlatformSampleQueue';
|
|
5526
5421
|
config?: Maybe<ChannelPlatformSampleQueueConfig>;
|
|
@@ -5533,7 +5428,6 @@ export declare type ChannelPlatformSampleQueueConfig = {
|
|
|
5533
5428
|
queueId?: Maybe<Scalars['ID']['output']>;
|
|
5534
5429
|
};
|
|
5535
5430
|
export declare type ChannelPlatformSubmitRequestInput = {
|
|
5536
|
-
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
5537
5431
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
5538
5432
|
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
5539
5433
|
};
|
|
@@ -8054,7 +7948,6 @@ export declare type CompassCustomNumberFieldFilter = CompassCustomFieldFilter &
|
|
|
8054
7948
|
export declare type CompassCustomNumberFieldFilterInput = {
|
|
8055
7949
|
comparator?: InputMaybe<CustomNumberFieldInputComparators>;
|
|
8056
7950
|
customFieldId: Scalars['String']['input'];
|
|
8057
|
-
values?: InputMaybe<Array<Scalars['Float']['input']>>;
|
|
8058
7951
|
};
|
|
8059
7952
|
export declare type CompassCustomNumberFieldInput = {
|
|
8060
7953
|
annotations?: InputMaybe<Array<CompassCustomFieldAnnotationInput>>;
|
|
@@ -8140,7 +8033,6 @@ export declare type CompassCustomTextFieldFilter = CompassCustomFieldFilter & {
|
|
|
8140
8033
|
export declare type CompassCustomTextFieldFilterInput = {
|
|
8141
8034
|
comparator?: InputMaybe<CustomTextFieldInputComparators>;
|
|
8142
8035
|
customFieldId: Scalars['String']['input'];
|
|
8143
|
-
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
8144
8036
|
};
|
|
8145
8037
|
export declare type CompassCustomTextFieldInput = {
|
|
8146
8038
|
annotations?: InputMaybe<Array<CompassCustomFieldAnnotationInput>>;
|
|
@@ -9658,7 +9550,6 @@ export declare type CompassScorecard = Node & {
|
|
|
9658
9550
|
name: Scalars['String']['output'];
|
|
9659
9551
|
owner?: Maybe<User>;
|
|
9660
9552
|
scoreSystem?: Maybe<CompassScorecardScoreSystem>;
|
|
9661
|
-
scorecardMaturityLevelStatisticsHistories?: Maybe<CompassScorecardMaturityLevelStatisticsHistoryConnection>;
|
|
9662
9553
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
9663
9554
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
9664
9555
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
@@ -9688,11 +9579,6 @@ export declare type CompassScorecardDeactivatedComponentsArgs = {
|
|
|
9688
9579
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9689
9580
|
query?: InputMaybe<CompassScorecardDeactivatedComponentsQuery>;
|
|
9690
9581
|
};
|
|
9691
|
-
export declare type CompassScorecardScorecardMaturityLevelStatisticsHistoriesArgs = {
|
|
9692
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
9693
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9694
|
-
query?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQuery>;
|
|
9695
|
-
};
|
|
9696
9582
|
export declare type CompassScorecardScorecardScoreArgs = {
|
|
9697
9583
|
query?: InputMaybe<CompassScorecardScoreQuery>;
|
|
9698
9584
|
};
|
|
@@ -10172,36 +10058,6 @@ export declare type CompassScorecardMaturityLevelScoreSystem = {
|
|
|
10172
10058
|
__typename?: 'CompassScorecardMaturityLevelScoreSystem';
|
|
10173
10059
|
levelConfig?: Maybe<CompassScorecardMaturityLevelConfig>;
|
|
10174
10060
|
};
|
|
10175
|
-
export declare type CompassScorecardMaturityLevelStatistic = {
|
|
10176
|
-
__typename?: 'CompassScorecardMaturityLevelStatistic';
|
|
10177
|
-
count?: Maybe<Scalars['Int']['output']>;
|
|
10178
|
-
maturityLevel?: Maybe<CompassScorecardMaturityLevel>;
|
|
10179
|
-
};
|
|
10180
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistory = {
|
|
10181
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistory';
|
|
10182
|
-
date?: Maybe<Scalars['DateTime']['output']>;
|
|
10183
|
-
statistics?: Maybe<Array<CompassScorecardMaturityLevelStatistic>>;
|
|
10184
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10185
|
-
};
|
|
10186
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryConnection = {
|
|
10187
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryConnection';
|
|
10188
|
-
edges?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistoryEdge>>;
|
|
10189
|
-
nodes?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistory>>;
|
|
10190
|
-
pageInfo: PageInfo;
|
|
10191
|
-
};
|
|
10192
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryEdge = {
|
|
10193
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryEdge';
|
|
10194
|
-
cursor: Scalars['String']['output'];
|
|
10195
|
-
node?: Maybe<CompassScorecardMaturityLevelStatisticsHistory>;
|
|
10196
|
-
};
|
|
10197
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryQuery = {
|
|
10198
|
-
filter?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQueryFilter>;
|
|
10199
|
-
};
|
|
10200
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryQueryFilter = {
|
|
10201
|
-
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
10202
|
-
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
10203
|
-
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
10204
|
-
};
|
|
10205
10061
|
export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
|
|
10206
10062
|
__typename?: 'CompassScorecardMetricCriterionScore';
|
|
10207
10063
|
criterionId: Scalars['ID']['output'];
|
|
@@ -11095,10 +10951,6 @@ export declare type CompleteSprintResponse = MutationResponse & {
|
|
|
11095
10951
|
success: Scalars['Boolean']['output'];
|
|
11096
10952
|
taskId?: Maybe<Scalars['String']['output']>;
|
|
11097
10953
|
};
|
|
11098
|
-
export declare enum ComplianceBoundary {
|
|
11099
|
-
Commercial = "COMMERCIAL",
|
|
11100
|
-
FedrampModerate = "FEDRAMP_MODERATE"
|
|
11101
|
-
}
|
|
11102
10954
|
export declare type ComponentApiUpload = {
|
|
11103
10955
|
__typename?: 'ComponentApiUpload';
|
|
11104
10956
|
specUrl: Scalars['String']['output'];
|
|
@@ -11127,6 +10979,21 @@ export declare enum ComponentSyncEventStatus {
|
|
|
11127
10979
|
Success = "SUCCESS",
|
|
11128
10980
|
UserError = "USER_ERROR"
|
|
11129
10981
|
}
|
|
10982
|
+
export declare type ConfigurePolarisRefreshInput = {
|
|
10983
|
+
autoRefreshTimeSeconds?: InputMaybe<Scalars['Int']['input']>;
|
|
10984
|
+
clearError?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10985
|
+
disable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10986
|
+
project: Scalars['ID']['input'];
|
|
10987
|
+
setError?: InputMaybe<PolarisRefreshError>;
|
|
10988
|
+
subject?: InputMaybe<Scalars['ID']['input']>;
|
|
10989
|
+
timeToLiveSeconds?: InputMaybe<Scalars['Int']['input']>;
|
|
10990
|
+
};
|
|
10991
|
+
export declare type ConfigurePolarisRefreshPayload = Payload & {
|
|
10992
|
+
__typename?: 'ConfigurePolarisRefreshPayload';
|
|
10993
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10994
|
+
node?: Maybe<Scalars['Int']['output']>;
|
|
10995
|
+
success: Scalars['Boolean']['output'];
|
|
10996
|
+
};
|
|
11130
10997
|
export declare type ConfluenceAdminAnnouncementBanner = {
|
|
11131
10998
|
__typename?: 'ConfluenceAdminAnnouncementBanner';
|
|
11132
10999
|
appearance: Scalars['String']['output'];
|
|
@@ -21625,7 +21492,6 @@ export declare type CreateInvitationUrlPayload = {
|
|
|
21625
21492
|
export declare type CreateJiraPlaybookInput = {
|
|
21626
21493
|
cloudId: Scalars['ID']['input'];
|
|
21627
21494
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
21628
|
-
jql?: InputMaybe<Scalars['String']['input']>;
|
|
21629
21495
|
name: Scalars['String']['input'];
|
|
21630
21496
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
21631
21497
|
scopeType: JiraPlaybookScopeType;
|
|
@@ -21871,7 +21737,6 @@ export declare type CsmAiAction = {
|
|
|
21871
21737
|
description?: Maybe<Scalars['String']['output']>;
|
|
21872
21738
|
id: Scalars['ID']['output'];
|
|
21873
21739
|
isConfirmationRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
21874
|
-
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21875
21740
|
name?: Maybe<Scalars['String']['output']>;
|
|
21876
21741
|
variables?: Maybe<Array<Maybe<CsmAiActionVariable>>>;
|
|
21877
21742
|
};
|
|
@@ -21964,7 +21829,6 @@ export declare type CsmAiCreateActionInput = {
|
|
|
21964
21829
|
authentication: CsmAiAuthenticationInput;
|
|
21965
21830
|
description: Scalars['String']['input'];
|
|
21966
21831
|
isConfirmationRequired: Scalars['Boolean']['input'];
|
|
21967
|
-
isEnabled: Scalars['Boolean']['input'];
|
|
21968
21832
|
name: Scalars['String']['input'];
|
|
21969
21833
|
variables?: InputMaybe<Array<CsmAiActionVariableInput>>;
|
|
21970
21834
|
};
|
|
@@ -22008,10 +21872,6 @@ export declare type CsmAiHub = {
|
|
|
22008
21872
|
agent?: Maybe<CsmAiAgentResult>;
|
|
22009
21873
|
handoffConfigs?: Maybe<Array<Maybe<CsmAiHandoffConfigResult>>>;
|
|
22010
21874
|
id: Scalars['ID']['output'];
|
|
22011
|
-
widgets?: Maybe<Array<Maybe<CsmAiWidgetConfigResult>>>;
|
|
22012
|
-
};
|
|
22013
|
-
export declare type CsmAiHubActionsArgs = {
|
|
22014
|
-
filterEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22015
21875
|
};
|
|
22016
21876
|
export declare type CsmAiHubResult = CsmAiHub | QueryError;
|
|
22017
21877
|
export declare type CsmAiKeyValueInput = {
|
|
@@ -22043,7 +21903,6 @@ export declare type CsmAiUpdateActionInput = {
|
|
|
22043
21903
|
authentication?: InputMaybe<CsmAiAuthenticationInput>;
|
|
22044
21904
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
22045
21905
|
isConfirmationRequired?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22046
|
-
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22047
21906
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
22048
21907
|
variables?: InputMaybe<Array<InputMaybe<CsmAiActionVariableInput>>>;
|
|
22049
21908
|
};
|
|
@@ -22085,78 +21944,6 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
22085
21944
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
22086
21945
|
success: Scalars['Boolean']['output'];
|
|
22087
21946
|
};
|
|
22088
|
-
export declare type CsmAiUpdateWidgetPayload = Payload & {
|
|
22089
|
-
__typename?: 'CsmAiUpdateWidgetPayload';
|
|
22090
|
-
errors?: Maybe<Array<MutationError>>;
|
|
22091
|
-
success: Scalars['Boolean']['output'];
|
|
22092
|
-
widget?: Maybe<CsmAiWidgetConfig>;
|
|
22093
|
-
};
|
|
22094
|
-
export declare type CsmAiWidgetBrandingAttribution = {
|
|
22095
|
-
__typename?: 'CsmAiWidgetBrandingAttribution';
|
|
22096
|
-
text?: Maybe<Scalars['String']['output']>;
|
|
22097
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
22098
|
-
};
|
|
22099
|
-
export declare type CsmAiWidgetBrandingAttributionInput = {
|
|
22100
|
-
text?: InputMaybe<Scalars['String']['input']>;
|
|
22101
|
-
url?: InputMaybe<Scalars['String']['input']>;
|
|
22102
|
-
};
|
|
22103
|
-
export declare enum CsmAiWidgetBrandingChatColorVibeVariant {
|
|
22104
|
-
Dark = "DARK",
|
|
22105
|
-
Default = "DEFAULT",
|
|
22106
|
-
Light = "LIGHT",
|
|
22107
|
-
Vibrant = "VIBRANT"
|
|
22108
|
-
}
|
|
22109
|
-
export declare enum CsmAiWidgetBrandingColorVibeVariant {
|
|
22110
|
-
Dark = "DARK",
|
|
22111
|
-
Light = "LIGHT",
|
|
22112
|
-
Vibrant = "VIBRANT"
|
|
22113
|
-
}
|
|
22114
|
-
export declare enum CsmAiWidgetBrandingRadius {
|
|
22115
|
-
Normal = "NORMAL",
|
|
22116
|
-
Rounded = "ROUNDED",
|
|
22117
|
-
Sharp = "SHARP"
|
|
22118
|
-
}
|
|
22119
|
-
export declare enum CsmAiWidgetBrandingSpaceVariant {
|
|
22120
|
-
Comfortable = "COMFORTABLE",
|
|
22121
|
-
Cosy = "COSY",
|
|
22122
|
-
Generous = "GENEROUS"
|
|
22123
|
-
}
|
|
22124
|
-
export declare type CsmAiWidgetBrandingTheme = {
|
|
22125
|
-
__typename?: 'CsmAiWidgetBrandingTheme';
|
|
22126
|
-
attribution?: Maybe<CsmAiWidgetBrandingAttribution>;
|
|
22127
|
-
chatColor?: Maybe<CsmAiWidgetBrandingChatColorVibeVariant>;
|
|
22128
|
-
colorVibeVariant?: Maybe<CsmAiWidgetBrandingColorVibeVariant>;
|
|
22129
|
-
radius?: Maybe<CsmAiWidgetBrandingRadius>;
|
|
22130
|
-
space?: Maybe<CsmAiWidgetBrandingSpaceVariant>;
|
|
22131
|
-
};
|
|
22132
|
-
export declare type CsmAiWidgetBrandingThemeUpdateInput = {
|
|
22133
|
-
attribution?: InputMaybe<CsmAiWidgetBrandingAttributionInput>;
|
|
22134
|
-
chatColor: CsmAiWidgetBrandingChatColorVibeVariant;
|
|
22135
|
-
colorVibeVariant: CsmAiWidgetBrandingColorVibeVariant;
|
|
22136
|
-
radius: CsmAiWidgetBrandingRadius;
|
|
22137
|
-
space: CsmAiWidgetBrandingSpaceVariant;
|
|
22138
|
-
};
|
|
22139
|
-
export declare type CsmAiWidgetConfig = {
|
|
22140
|
-
__typename?: 'CsmAiWidgetConfig';
|
|
22141
|
-
allowedDomains?: Maybe<Array<Scalars['String']['output']>>;
|
|
22142
|
-
id: Scalars['ID']['output'];
|
|
22143
|
-
isAnonymousAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22144
|
-
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22145
|
-
theme?: Maybe<CsmAiWidgetBrandingTheme>;
|
|
22146
|
-
type: CsmAiWidgetType;
|
|
22147
|
-
};
|
|
22148
|
-
export declare type CsmAiWidgetConfigResult = CsmAiWidgetConfig | QueryError;
|
|
22149
|
-
export declare enum CsmAiWidgetType {
|
|
22150
|
-
Embed = "EMBED",
|
|
22151
|
-
SupportSite = "SUPPORT_SITE"
|
|
22152
|
-
}
|
|
22153
|
-
export declare type CsmAiWidgetUpdateInput = {
|
|
22154
|
-
allowedDomains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
22155
|
-
isAnonymousAccessEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22156
|
-
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22157
|
-
theme?: InputMaybe<CsmAiWidgetBrandingThemeUpdateInput>;
|
|
22158
|
-
type: CsmAiWidgetType;
|
|
22159
|
-
};
|
|
22160
21947
|
export declare type CumulativeFlowDiagram = {
|
|
22161
21948
|
__typename?: 'CumulativeFlowDiagram';
|
|
22162
21949
|
chart: CfdChartConnection;
|
|
@@ -22302,7 +22089,6 @@ export declare enum CustomMultiselectFieldInputComparators {
|
|
|
22302
22089
|
NotSet = "NOT_SET"
|
|
22303
22090
|
}
|
|
22304
22091
|
export declare enum CustomNumberFieldInputComparators {
|
|
22305
|
-
ContainAny = "CONTAIN_ANY",
|
|
22306
22092
|
IsSet = "IS_SET",
|
|
22307
22093
|
NotSet = "NOT_SET"
|
|
22308
22094
|
}
|
|
@@ -22318,7 +22104,6 @@ export declare enum CustomSingleSelectFieldInputComparators {
|
|
|
22318
22104
|
NotSet = "NOT_SET"
|
|
22319
22105
|
}
|
|
22320
22106
|
export declare enum CustomTextFieldInputComparators {
|
|
22321
|
-
ContainAny = "CONTAIN_ANY",
|
|
22322
22107
|
IsSet = "IS_SET",
|
|
22323
22108
|
NotSet = "NOT_SET"
|
|
22324
22109
|
}
|
|
@@ -24502,42 +24287,6 @@ export declare type DevAiWorkspace = {
|
|
|
24502
24287
|
status?: Maybe<Scalars['String']['output']>;
|
|
24503
24288
|
workspaceAri: Scalars['ID']['output'];
|
|
24504
24289
|
};
|
|
24505
|
-
export declare type DevConsoleCreateDeveloperSpaceInput = {
|
|
24506
|
-
name: Scalars['String']['input'];
|
|
24507
|
-
};
|
|
24508
|
-
export declare type DevConsoleDeveloperSpace = {
|
|
24509
|
-
__typename?: 'DevConsoleDeveloperSpace';
|
|
24510
|
-
id: Scalars['String']['output'];
|
|
24511
|
-
name: Scalars['String']['output'];
|
|
24512
|
-
status: Scalars['String']['output'];
|
|
24513
|
-
type: DevConsoleDeveloperSpaceType;
|
|
24514
|
-
version: Scalars['Int']['output'];
|
|
24515
|
-
versionId: Scalars['Int']['output'];
|
|
24516
|
-
};
|
|
24517
|
-
export declare type DevConsoleDeveloperSpaceDetails = {
|
|
24518
|
-
__typename?: 'DevConsoleDeveloperSpaceDetails';
|
|
24519
|
-
logo?: Maybe<Scalars['String']['output']>;
|
|
24520
|
-
name: Scalars['String']['output'];
|
|
24521
|
-
};
|
|
24522
|
-
export declare enum DevConsoleDeveloperSpaceType {
|
|
24523
|
-
AtlassianExternal = "ATLASSIAN_EXTERNAL",
|
|
24524
|
-
AtlassianInternal = "ATLASSIAN_INTERNAL"
|
|
24525
|
-
}
|
|
24526
|
-
export declare type DevConsoleMutation = {
|
|
24527
|
-
__typename?: 'DevConsoleMutation';
|
|
24528
|
-
createDeveloperSpace: DevConsoleDeveloperSpace;
|
|
24529
|
-
};
|
|
24530
|
-
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
24531
|
-
input: DevConsoleCreateDeveloperSpaceInput;
|
|
24532
|
-
};
|
|
24533
|
-
export declare type DevConsoleQuery = {
|
|
24534
|
-
__typename?: 'DevConsoleQuery';
|
|
24535
|
-
getDeveloperSpaceDetails: DevConsoleDeveloperSpaceDetails;
|
|
24536
|
-
getDeveloperSpaceWithLinkingAccess: Array<Maybe<Scalars['String']['output']>>;
|
|
24537
|
-
};
|
|
24538
|
-
export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
|
|
24539
|
-
developerSpaceId: Scalars['String']['input'];
|
|
24540
|
-
};
|
|
24541
24290
|
export declare type DevOps = {
|
|
24542
24291
|
__typename?: 'DevOps';
|
|
24543
24292
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -26218,7 +25967,6 @@ export declare type EcosystemMutation = {
|
|
|
26218
25967
|
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
26219
25968
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
26220
25969
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
26221
|
-
devConsole?: Maybe<DevConsoleMutation>;
|
|
26222
25970
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
26223
25971
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
26224
25972
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
@@ -26323,7 +26071,6 @@ export declare type EcosystemQuery = {
|
|
|
26323
26071
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
26324
26072
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
26325
26073
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
26326
|
-
devConsole?: Maybe<DevConsoleQuery>;
|
|
26327
26074
|
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
26328
26075
|
forgeAuditLogs?: Maybe<ForgeAuditLogsQuery>;
|
|
26329
26076
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
@@ -33064,6 +32811,8 @@ export declare type GraphStore = {
|
|
|
33064
32811
|
componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
33065
32812
|
componentLinkIsJiraProject?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectConnection>;
|
|
33066
32813
|
componentLinkIsJiraProjectInverse?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectInverseConnection>;
|
|
32814
|
+
componentLinkIsProviderRepo?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoConnection>;
|
|
32815
|
+
componentLinkIsProviderRepoInverse?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection>;
|
|
33067
32816
|
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
|
|
33068
32817
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
33069
32818
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
@@ -33519,7 +33268,6 @@ export declare type GraphStore = {
|
|
|
33519
33268
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
33520
33269
|
thirdPartyToGraphRemoteLink?: Maybe<GraphStoreSimplifiedThirdPartyToGraphRemoteLinkConnection>;
|
|
33521
33270
|
topicHasRelatedEntity?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
33522
|
-
topicHasRelatedEntityInverse?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection>;
|
|
33523
33271
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
33524
33272
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
33525
33273
|
userAssignedIssue?: Maybe<GraphStoreSimplifiedUserAssignedIssueConnection>;
|
|
@@ -34170,6 +33918,20 @@ export declare type GraphStoreComponentLinkIsJiraProjectInverseArgs = {
|
|
|
34170
33918
|
id: Scalars['ID']['input'];
|
|
34171
33919
|
sort?: InputMaybe<GraphStoreComponentLinkIsJiraProjectSortInput>;
|
|
34172
33920
|
};
|
|
33921
|
+
export declare type GraphStoreComponentLinkIsProviderRepoArgs = {
|
|
33922
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33923
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33924
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33925
|
+
id: Scalars['ID']['input'];
|
|
33926
|
+
sort?: InputMaybe<GraphStoreComponentLinkIsProviderRepoSortInput>;
|
|
33927
|
+
};
|
|
33928
|
+
export declare type GraphStoreComponentLinkIsProviderRepoInverseArgs = {
|
|
33929
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33930
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33931
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33932
|
+
id: Scalars['ID']['input'];
|
|
33933
|
+
sort?: InputMaybe<GraphStoreComponentLinkIsProviderRepoSortInput>;
|
|
33934
|
+
};
|
|
34173
33935
|
export declare type GraphStoreComponentLinkedJswIssueArgs = {
|
|
34174
33936
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34175
33937
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -37151,13 +36913,6 @@ export declare type GraphStoreTopicHasRelatedEntityArgs = {
|
|
|
37151
36913
|
id: Scalars['ID']['input'];
|
|
37152
36914
|
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37153
36915
|
};
|
|
37154
|
-
export declare type GraphStoreTopicHasRelatedEntityInverseArgs = {
|
|
37155
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
37156
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37157
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37158
|
-
id: Scalars['ID']['input'];
|
|
37159
|
-
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37160
|
-
};
|
|
37161
36916
|
export declare type GraphStoreUserAssignedIncidentArgs = {
|
|
37162
36917
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37163
36918
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39823,6 +39578,9 @@ export declare type GraphStoreComponentImpactedByIncidentSortInput = {
|
|
|
39823
39578
|
export declare type GraphStoreComponentLinkIsJiraProjectSortInput = {
|
|
39824
39579
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39825
39580
|
};
|
|
39581
|
+
export declare type GraphStoreComponentLinkIsProviderRepoSortInput = {
|
|
39582
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39583
|
+
};
|
|
39826
39584
|
export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
39827
39585
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
39828
39586
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40344,7 +40102,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
40344
40102
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
40345
40103
|
id: Scalars['ID']['output'];
|
|
40346
40104
|
};
|
|
40347
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog |
|
|
40105
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40348
40106
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
40349
40107
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
40350
40108
|
value: Scalars['Int']['output'];
|
|
@@ -40379,7 +40137,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
40379
40137
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
40380
40138
|
id: Scalars['ID']['output'];
|
|
40381
40139
|
};
|
|
40382
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog |
|
|
40140
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40383
40141
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
40384
40142
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
40385
40143
|
value: Scalars['String']['output'];
|
|
@@ -40389,19 +40147,19 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
40389
40147
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
40390
40148
|
id: Scalars['ID']['output'];
|
|
40391
40149
|
};
|
|
40392
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog |
|
|
40150
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40393
40151
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
40394
40152
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
40395
40153
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
40396
40154
|
id: Scalars['ID']['output'];
|
|
40397
40155
|
};
|
|
40398
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog |
|
|
40156
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40399
40157
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
40400
40158
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
40401
40159
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
40402
40160
|
id: Scalars['ID']['output'];
|
|
40403
40161
|
};
|
|
40404
|
-
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog |
|
|
40162
|
+
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40405
40163
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
40406
40164
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
40407
40165
|
value: Scalars['Boolean']['output'];
|
|
@@ -40500,7 +40258,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
40500
40258
|
V2 = "V2",
|
|
40501
40259
|
V3 = "V3"
|
|
40502
40260
|
}
|
|
40503
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog |
|
|
40261
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40504
40262
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
40505
40263
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
40506
40264
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -46305,6 +46063,34 @@ export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectInverseEdge =
|
|
|
46305
46063
|
};
|
|
46306
46064
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectInverseUnion = CompassLinkNode;
|
|
46307
46065
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectUnion = JiraProject;
|
|
46066
|
+
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoConnection = HasPageInfo & {
|
|
46067
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoConnection';
|
|
46068
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoEdge>>>;
|
|
46069
|
+
pageInfo: PageInfo;
|
|
46070
|
+
};
|
|
46071
|
+
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoEdge = {
|
|
46072
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoEdge';
|
|
46073
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46074
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46075
|
+
id: Scalars['ID']['output'];
|
|
46076
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46077
|
+
node?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoUnion>;
|
|
46078
|
+
};
|
|
46079
|
+
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection = HasPageInfo & {
|
|
46080
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection';
|
|
46081
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseEdge>>>;
|
|
46082
|
+
pageInfo: PageInfo;
|
|
46083
|
+
};
|
|
46084
|
+
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoInverseEdge = {
|
|
46085
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoInverseEdge';
|
|
46086
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46087
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46088
|
+
id: Scalars['ID']['output'];
|
|
46089
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46090
|
+
node?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseUnion>;
|
|
46091
|
+
};
|
|
46092
|
+
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoInverseUnion = CompassLinkNode;
|
|
46093
|
+
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoUnion = BitbucketRepository;
|
|
46308
46094
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
46309
46095
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
46310
46096
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
|
|
@@ -50570,21 +50356,7 @@ export declare type GraphStoreSimplifiedTopicHasRelatedEntityEdge = {
|
|
|
50570
50356
|
lastUpdated: Scalars['DateTime']['output'];
|
|
50571
50357
|
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityUnion>;
|
|
50572
50358
|
};
|
|
50573
|
-
export declare type
|
|
50574
|
-
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection';
|
|
50575
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge>>>;
|
|
50576
|
-
pageInfo: PageInfo;
|
|
50577
|
-
};
|
|
50578
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge = {
|
|
50579
|
-
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge';
|
|
50580
|
-
createdAt: Scalars['DateTime']['output'];
|
|
50581
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
50582
|
-
id: Scalars['ID']['output'];
|
|
50583
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
50584
|
-
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion>;
|
|
50585
|
-
};
|
|
50586
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion = KnowledgeDiscoveryTopicByAri;
|
|
50587
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityUnion = AppUser | AtlassianAccountUser | ConfluenceBlogPost | ConfluencePage | CustomerUser;
|
|
50359
|
+
export declare type GraphStoreSimplifiedTopicHasRelatedEntityUnion = ConfluenceBlogPost | ConfluencePage;
|
|
50588
50360
|
export declare type GraphStoreSimplifiedUserAssignedIncidentConnection = HasPageInfo & {
|
|
50589
50361
|
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentConnection';
|
|
50590
50362
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIncidentEdge>>>;
|
|
@@ -58828,7 +58600,6 @@ export declare enum JiraBoardType {
|
|
|
58828
58600
|
}
|
|
58829
58601
|
export declare type JiraBoardView = {
|
|
58830
58602
|
__typename?: 'JiraBoardView';
|
|
58831
|
-
canInlineEditStatusColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
58832
58603
|
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
58833
58604
|
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
58834
58605
|
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
@@ -58840,7 +58611,6 @@ export declare type JiraBoardView = {
|
|
|
58840
58611
|
id: Scalars['ID']['output'];
|
|
58841
58612
|
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
58842
58613
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
58843
|
-
unmappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
58844
58614
|
};
|
|
58845
58615
|
export declare type JiraBoardViewCardOptionsArgs = {
|
|
58846
58616
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58864,13 +58634,8 @@ export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
|
58864
58634
|
export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
58865
58635
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
58866
58636
|
};
|
|
58867
|
-
export declare type JiraBoardViewUnmappedStatusesArgs = {
|
|
58868
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
58869
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58870
|
-
};
|
|
58871
58637
|
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
58872
58638
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
58873
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58874
58639
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58875
58640
|
id: Scalars['ID']['output'];
|
|
58876
58641
|
user?: Maybe<User>;
|
|
@@ -58893,13 +58658,11 @@ export declare type JiraBoardViewCardOptionEdge = {
|
|
|
58893
58658
|
};
|
|
58894
58659
|
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
58895
58660
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
58896
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58897
58661
|
category?: Maybe<JiraOption>;
|
|
58898
58662
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58899
58663
|
id: Scalars['ID']['output'];
|
|
58900
58664
|
};
|
|
58901
58665
|
export declare type JiraBoardViewColumn = {
|
|
58902
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58903
58666
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58904
58667
|
id: Scalars['ID']['output'];
|
|
58905
58668
|
};
|
|
@@ -58928,7 +58691,6 @@ export declare type JiraBoardViewInput = {
|
|
|
58928
58691
|
};
|
|
58929
58692
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
58930
58693
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
58931
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58932
58694
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58933
58695
|
id: Scalars['ID']['output'];
|
|
58934
58696
|
priority?: Maybe<JiraPriority>;
|
|
@@ -58946,45 +58708,18 @@ export declare type JiraBoardViewSettings = {
|
|
|
58946
58708
|
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
58947
58709
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
58948
58710
|
};
|
|
58949
|
-
export declare type JiraBoardViewStatus = {
|
|
58950
|
-
__typename?: 'JiraBoardViewStatus';
|
|
58951
|
-
associatedIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
58952
|
-
id: Scalars['ID']['output'];
|
|
58953
|
-
status?: Maybe<JiraStatus>;
|
|
58954
|
-
};
|
|
58955
|
-
export declare type JiraBoardViewStatusAssociatedIssueTypesArgs = {
|
|
58956
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
58957
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58958
|
-
};
|
|
58959
58711
|
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
58960
58712
|
__typename?: 'JiraBoardViewStatusColumn';
|
|
58961
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58962
58713
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58963
58714
|
id: Scalars['ID']['output'];
|
|
58964
|
-
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
58965
58715
|
name?: Maybe<Scalars['String']['output']>;
|
|
58966
58716
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
58967
58717
|
};
|
|
58968
|
-
export declare type JiraBoardViewStatusColumnMappedStatusesArgs = {
|
|
58969
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
58970
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58971
|
-
};
|
|
58972
58718
|
export declare type JiraBoardViewStatusColumnMapping = {
|
|
58973
58719
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
58974
58720
|
name: Scalars['String']['input'];
|
|
58975
58721
|
statusIds: Array<Scalars['ID']['input']>;
|
|
58976
58722
|
};
|
|
58977
|
-
export declare type JiraBoardViewStatusConnection = {
|
|
58978
|
-
__typename?: 'JiraBoardViewStatusConnection';
|
|
58979
|
-
edges?: Maybe<Array<Maybe<JiraBoardViewStatusEdge>>>;
|
|
58980
|
-
errors?: Maybe<Array<QueryError>>;
|
|
58981
|
-
pageInfo?: Maybe<PageInfo>;
|
|
58982
|
-
};
|
|
58983
|
-
export declare type JiraBoardViewStatusEdge = {
|
|
58984
|
-
__typename?: 'JiraBoardViewStatusEdge';
|
|
58985
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
58986
|
-
node?: Maybe<JiraBoardViewStatus>;
|
|
58987
|
-
};
|
|
58988
58723
|
export declare type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
58989
58724
|
__typename?: 'JiraBoardViewSyntheticFieldCardOption';
|
|
58990
58725
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -61211,7 +60946,6 @@ export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView &
|
|
|
61211
60946
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61212
60947
|
issues?: Maybe<JiraIssueConnection>;
|
|
61213
60948
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
61214
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
61215
60949
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
61216
60950
|
};
|
|
61217
60951
|
export declare type JiraDetailedViewFieldSetsArgs = {
|
|
@@ -61222,9 +60956,6 @@ export declare type JiraDetailedViewFieldSetsArgs = {
|
|
|
61222
60956
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61223
60957
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61224
60958
|
};
|
|
61225
|
-
export declare type JiraDetailedViewHasDefaultFieldSetsArgs = {
|
|
61226
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61227
|
-
};
|
|
61228
60959
|
export declare type JiraDetailedViewIssuesArgs = {
|
|
61229
60960
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61230
60961
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62044,10 +61775,6 @@ export declare type JiraFieldSetPreferences = {
|
|
|
62044
61775
|
__typename?: 'JiraFieldSetPreferences';
|
|
62045
61776
|
width?: Maybe<Scalars['Int']['output']>;
|
|
62046
61777
|
};
|
|
62047
|
-
export declare type JiraFieldSetPreferencesInput = {
|
|
62048
|
-
fieldSetId: Scalars['String']['input'];
|
|
62049
|
-
width?: InputMaybe<Scalars['Int']['input']>;
|
|
62050
|
-
};
|
|
62051
61778
|
export declare type JiraFieldSetPreferencesMutationInput = {
|
|
62052
61779
|
nodes?: InputMaybe<Array<JiraUpdateFieldSetPreferencesInput>>;
|
|
62053
61780
|
};
|
|
@@ -62070,14 +61797,10 @@ export declare type JiraFieldSetViewFieldSetsArgs = {
|
|
|
62070
61797
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62071
61798
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62072
61799
|
};
|
|
62073
|
-
export declare type JiraFieldSetViewHasDefaultFieldSetsArgs = {
|
|
62074
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62075
|
-
};
|
|
62076
61800
|
export declare type JiraFieldSetViewResult = JiraFieldSetView | QueryError;
|
|
62077
61801
|
export declare type JiraFieldSetsMutationInput = {
|
|
62078
61802
|
replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
|
|
62079
61803
|
resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62080
|
-
scopedResetToDefaultFieldSets?: InputMaybe<JiraScopedResetFieldsetsInput>;
|
|
62081
61804
|
};
|
|
62082
61805
|
export declare type JiraFieldSetsViewMetadata = {
|
|
62083
61806
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -62092,9 +61815,6 @@ export declare type JiraFieldSetsViewMetadataFieldSetsArgs = {
|
|
|
62092
61815
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62093
61816
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62094
61817
|
};
|
|
62095
|
-
export declare type JiraFieldSetsViewMetadataHasDefaultFieldSetsArgs = {
|
|
62096
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62097
|
-
};
|
|
62098
61818
|
export declare type JiraFieldSetsViewPayload = Payload & {
|
|
62099
61819
|
__typename?: 'JiraFieldSetsViewPayload';
|
|
62100
61820
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -62909,6 +62629,7 @@ export declare type JiraGroup = Node & {
|
|
|
62909
62629
|
name: Scalars['String']['output'];
|
|
62910
62630
|
};
|
|
62911
62631
|
export declare type JiraGroupByDropdownFilter = {
|
|
62632
|
+
projectId?: InputMaybe<Scalars['Long']['input']>;
|
|
62912
62633
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
62913
62634
|
};
|
|
62914
62635
|
export declare type JiraGroupConnection = {
|
|
@@ -62942,7 +62663,6 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpre
|
|
|
62942
62663
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62943
62664
|
jql?: Maybe<Scalars['String']['output']>;
|
|
62944
62665
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
62945
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
62946
62666
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
62947
62667
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
62948
62668
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -62966,9 +62686,6 @@ export declare type JiraGroupedListViewGroupsArgs = {
|
|
|
62966
62686
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62967
62687
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62968
62688
|
};
|
|
62969
|
-
export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
|
|
62970
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62971
|
-
};
|
|
62972
62689
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
62973
62690
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
62974
62691
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -64507,9 +64224,6 @@ export declare type JiraIssueSearchScope = {
|
|
|
64507
64224
|
operationScope?: InputMaybe<JiraIssueSearchOperationScope>;
|
|
64508
64225
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
64509
64226
|
};
|
|
64510
|
-
export declare type JiraIssueSearchSettings = {
|
|
64511
|
-
hideDone?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64512
|
-
};
|
|
64513
64227
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
64514
64228
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64515
64229
|
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -64538,9 +64252,6 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
64538
64252
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64539
64253
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64540
64254
|
};
|
|
64541
|
-
export declare type JiraIssueSearchViewHasDefaultFieldSetsArgs = {
|
|
64542
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64543
|
-
};
|
|
64544
64255
|
export declare type JiraIssueSearchViewViewConfigSettingsArgs = {
|
|
64545
64256
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
64546
64257
|
};
|
|
@@ -64628,9 +64339,6 @@ export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
|
|
|
64628
64339
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64629
64340
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64630
64341
|
};
|
|
64631
|
-
export declare type JiraIssueSearchViewMetadataHasDefaultFieldSetsArgs = {
|
|
64632
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64633
|
-
};
|
|
64634
64342
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
64635
64343
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
64636
64344
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -65867,7 +65575,6 @@ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheet
|
|
|
65867
65575
|
issues?: Maybe<JiraIssueConnection>;
|
|
65868
65576
|
jql?: Maybe<Scalars['String']['output']>;
|
|
65869
65577
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
65870
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
65871
65578
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
65872
65579
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
65873
65580
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -65880,9 +65587,6 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
65880
65587
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
65881
65588
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
65882
65589
|
};
|
|
65883
|
-
export declare type JiraListViewHasDefaultFieldSetsArgs = {
|
|
65884
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
65885
|
-
};
|
|
65886
65590
|
export declare type JiraListViewIssuesArgs = {
|
|
65887
65591
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65888
65592
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -65898,7 +65602,6 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
65898
65602
|
export declare type JiraListViewViewSettingsArgs = {
|
|
65899
65603
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
65900
65604
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
65901
|
-
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
65902
65605
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
65903
65606
|
};
|
|
65904
65607
|
export declare type JiraLongRunningTaskProgress = {
|
|
@@ -68165,7 +67868,6 @@ export declare type JiraPlaybook = Node & {
|
|
|
68165
67868
|
__typename?: 'JiraPlaybook';
|
|
68166
67869
|
filters?: Maybe<Array<JiraPlaybookIssueFilter>>;
|
|
68167
67870
|
id: Scalars['ID']['output'];
|
|
68168
|
-
jql?: Maybe<Scalars['String']['output']>;
|
|
68169
67871
|
name?: Maybe<Scalars['String']['output']>;
|
|
68170
67872
|
owner?: Maybe<User>;
|
|
68171
67873
|
scopeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -68186,13 +67888,6 @@ export declare type JiraPlaybookEdge = {
|
|
|
68186
67888
|
cursor: Scalars['String']['output'];
|
|
68187
67889
|
node?: Maybe<JiraPlaybook>;
|
|
68188
67890
|
};
|
|
68189
|
-
export declare type JiraPlaybookExecutionFilter = {
|
|
68190
|
-
contextId?: InputMaybe<Scalars['String']['input']>;
|
|
68191
|
-
endTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68192
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
68193
|
-
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68194
|
-
status?: InputMaybe<Array<JiraPlaybookStepRunStatus>>;
|
|
68195
|
-
};
|
|
68196
67891
|
export declare type JiraPlaybookFilter = {
|
|
68197
67892
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68198
67893
|
};
|
|
@@ -69200,7 +68895,6 @@ export declare type JiraProjectsSidebarMenu = {
|
|
|
69200
68895
|
moreRecents?: Maybe<JiraProjectConnection>;
|
|
69201
68896
|
mostRecent?: Maybe<JiraProject>;
|
|
69202
68897
|
mostRecentFromHistory?: Maybe<JiraProject>;
|
|
69203
|
-
otherItems?: Maybe<JiraProjectConnection>;
|
|
69204
68898
|
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
69205
68899
|
recents?: Maybe<JiraProjectConnection>;
|
|
69206
68900
|
};
|
|
@@ -69218,10 +68912,6 @@ export declare type JiraProjectsSidebarMenuMoreRecentsArgs = {
|
|
|
69218
68912
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69219
68913
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69220
68914
|
};
|
|
69221
|
-
export declare type JiraProjectsSidebarMenuOtherItemsArgs = {
|
|
69222
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
69223
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69224
|
-
};
|
|
69225
68915
|
export declare type JiraProjectsSidebarMenuRecentsArgs = {
|
|
69226
68916
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69227
68917
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -71332,10 +71022,6 @@ export declare type JiraScmRepository = {
|
|
|
71332
71022
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
71333
71023
|
name?: Maybe<Scalars['String']['output']>;
|
|
71334
71024
|
};
|
|
71335
|
-
export declare type JiraScopedResetFieldsetsInput = {
|
|
71336
|
-
context?: InputMaybe<JiraIssueSearchViewFieldSetsContext>;
|
|
71337
|
-
doReset?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71338
|
-
};
|
|
71339
71025
|
export declare type JiraScreen = Node & {
|
|
71340
71026
|
__typename?: 'JiraScreen';
|
|
71341
71027
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -72711,15 +72397,6 @@ export declare type JiraSetFieldAssociationWithIssueTypesPayload = Payload & {
|
|
|
72711
72397
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
72712
72398
|
success: Scalars['Boolean']['output'];
|
|
72713
72399
|
};
|
|
72714
|
-
export declare type JiraSetFieldSetsPreferencesInput = {
|
|
72715
|
-
fieldSetsPreferences?: InputMaybe<Array<JiraFieldSetPreferencesInput>>;
|
|
72716
|
-
viewId: Scalars['ID']['input'];
|
|
72717
|
-
};
|
|
72718
|
-
export declare type JiraSetFieldSetsPreferencesPayload = Payload & {
|
|
72719
|
-
__typename?: 'JiraSetFieldSetsPreferencesPayload';
|
|
72720
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72721
|
-
success: Scalars['Boolean']['output'];
|
|
72722
|
-
};
|
|
72723
72400
|
export declare type JiraSetIsFavouriteInput = {
|
|
72724
72401
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
72725
72402
|
entityId: Scalars['ID']['input'];
|
|
@@ -73215,7 +72892,6 @@ export declare type JiraSpreadsheetGroupIssuesArgs = {
|
|
|
73215
72892
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73216
72893
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
73217
72894
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73218
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73219
72895
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
73220
72896
|
};
|
|
73221
72897
|
export declare type JiraSpreadsheetGroupByConfig = {
|
|
@@ -73285,9 +72961,6 @@ export declare type JiraSpreadsheetViewFieldSetsArgs = {
|
|
|
73285
72961
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73286
72962
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73287
72963
|
};
|
|
73288
|
-
export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
|
|
73289
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73290
|
-
};
|
|
73291
72964
|
export declare type JiraSpreadsheetViewViewSettingsArgs = {
|
|
73292
72965
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
73293
72966
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -75366,8 +75039,7 @@ export declare type JiraViewScopeInput = {
|
|
|
75366
75039
|
};
|
|
75367
75040
|
export declare enum JiraVisibilityControlMechanism {
|
|
75368
75041
|
AppAccessRules = "AppAccessRules",
|
|
75369
|
-
DisplayConditions = "DisplayConditions"
|
|
75370
|
-
UnlicensedAccess = "UnlicensedAccess"
|
|
75042
|
+
DisplayConditions = "DisplayConditions"
|
|
75371
75043
|
}
|
|
75372
75044
|
export declare type JiraVote = {
|
|
75373
75045
|
__typename?: 'JiraVote';
|
|
@@ -77290,15 +76962,6 @@ export declare enum KnowledgeDiscoveryKeyPhraseInputTextFormat {
|
|
|
77290
76962
|
Plain = "PLAIN"
|
|
77291
76963
|
}
|
|
77292
76964
|
export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPhraseConnection | QueryError;
|
|
77293
|
-
export declare type KnowledgeDiscoveryMarkZeroQueryInteractedInput = {
|
|
77294
|
-
cloudId: Scalars['String']['input'];
|
|
77295
|
-
query: Scalars['String']['input'];
|
|
77296
|
-
};
|
|
77297
|
-
export declare type KnowledgeDiscoveryMarkZeroQueryInteractedPayload = Payload & {
|
|
77298
|
-
__typename?: 'KnowledgeDiscoveryMarkZeroQueryInteractedPayload';
|
|
77299
|
-
errors?: Maybe<Array<MutationError>>;
|
|
77300
|
-
success: Scalars['Boolean']['output'];
|
|
77301
|
-
};
|
|
77302
76965
|
export declare type KnowledgeDiscoveryMetadata = {
|
|
77303
76966
|
numberOfRecentDocuments?: InputMaybe<Scalars['Int']['input']>;
|
|
77304
76967
|
};
|
|
@@ -77310,7 +76973,6 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
77310
76973
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
77311
76974
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
77312
76975
|
dismissBookmarkSuggestion?: Maybe<KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload>;
|
|
77313
|
-
markZeroQueryInteracted?: Maybe<KnowledgeDiscoveryMarkZeroQueryInteractedPayload>;
|
|
77314
76976
|
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
77315
76977
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
77316
76978
|
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
@@ -77333,9 +76995,6 @@ export declare type KnowledgeDiscoveryMutationApiDeleteBookmarksArgs = {
|
|
|
77333
76995
|
export declare type KnowledgeDiscoveryMutationApiDismissBookmarkSuggestionArgs = {
|
|
77334
76996
|
input: KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput;
|
|
77335
76997
|
};
|
|
77336
|
-
export declare type KnowledgeDiscoveryMutationApiMarkZeroQueryInteractedArgs = {
|
|
77337
|
-
input: KnowledgeDiscoveryMarkZeroQueryInteractedInput;
|
|
77338
|
-
};
|
|
77339
76998
|
export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
|
|
77340
76999
|
input: KnowledgeDiscoveryUpdateAdminhubBookmarkInput;
|
|
77341
77000
|
};
|
|
@@ -77375,7 +77034,6 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
77375
77034
|
searchUser?: Maybe<KnowledgeDiscoveryUserSearchResult>;
|
|
77376
77035
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
77377
77036
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
77378
|
-
topicsByAris?: Maybe<Array<Maybe<KnowledgeDiscoveryTopicByAri>>>;
|
|
77379
77037
|
zeroQueries?: Maybe<KnowledgeDiscoveryZeroQueriesResult>;
|
|
77380
77038
|
};
|
|
77381
77039
|
export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarkArgs = {
|
|
@@ -77476,9 +77134,6 @@ export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
|
|
|
77476
77134
|
id: Scalars['String']['input'];
|
|
77477
77135
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
77478
77136
|
};
|
|
77479
|
-
export declare type KnowledgeDiscoveryQueryApiTopicsByArisArgs = {
|
|
77480
|
-
ids: Array<Scalars['ID']['input']>;
|
|
77481
|
-
};
|
|
77482
77137
|
export declare type KnowledgeDiscoveryQueryApiZeroQueriesArgs = {
|
|
77483
77138
|
cloudId: Scalars['String']['input'];
|
|
77484
77139
|
};
|
|
@@ -77562,20 +77217,6 @@ export declare type KnowledgeDiscoveryTopic = KnowledgeDiscoveryEntity & {
|
|
|
77562
77217
|
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77563
77218
|
updatedAt: Scalars['String']['output'];
|
|
77564
77219
|
};
|
|
77565
|
-
export declare type KnowledgeDiscoveryTopicByAri = Node & {
|
|
77566
|
-
__typename?: 'KnowledgeDiscoveryTopicByAri';
|
|
77567
|
-
description: Scalars['String']['output'];
|
|
77568
|
-
documentCount?: Maybe<Scalars['Int']['output']>;
|
|
77569
|
-
id: Scalars['ID']['output'];
|
|
77570
|
-
name: Scalars['String']['output'];
|
|
77571
|
-
relatedEntities?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
77572
|
-
relatedQuestion?: Maybe<Scalars['String']['output']>;
|
|
77573
|
-
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77574
|
-
updatedAt: Scalars['String']['output'];
|
|
77575
|
-
};
|
|
77576
|
-
export declare type KnowledgeDiscoveryTopicByAriRelatedEntitiesArgs = {
|
|
77577
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
77578
|
-
};
|
|
77579
77220
|
export declare type KnowledgeDiscoveryTopicResult = KnowledgeDiscoveryTopic | QueryError;
|
|
77580
77221
|
export declare enum KnowledgeDiscoveryTopicType {
|
|
77581
77222
|
Area = "AREA",
|
|
@@ -77635,19 +77276,9 @@ export declare type KnowledgeDiscoveryUsers = {
|
|
|
77635
77276
|
};
|
|
77636
77277
|
export declare type KnowledgeDiscoveryZeroQueries = {
|
|
77637
77278
|
__typename?: 'KnowledgeDiscoveryZeroQueries';
|
|
77638
|
-
zeroQueries?: Maybe<Array<
|
|
77279
|
+
zeroQueries?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
77639
77280
|
};
|
|
77640
77281
|
export declare type KnowledgeDiscoveryZeroQueriesResult = KnowledgeDiscoveryZeroQueries | QueryError;
|
|
77641
|
-
export declare type KnowledgeDiscoveryZeroQuery = {
|
|
77642
|
-
__typename?: 'KnowledgeDiscoveryZeroQuery';
|
|
77643
|
-
query: Scalars['String']['output'];
|
|
77644
|
-
type: KnowledgeDiscoveryZeroQueryType;
|
|
77645
|
-
};
|
|
77646
|
-
export declare enum KnowledgeDiscoveryZeroQueryType {
|
|
77647
|
-
RecentWork = "RECENT_WORK",
|
|
77648
|
-
RelatedQuestion = "RELATED_QUESTION",
|
|
77649
|
-
WhoIs = "WHO_IS"
|
|
77650
|
-
}
|
|
77651
77282
|
export declare enum KnowledgeGraphContentType {
|
|
77652
77283
|
Blogpost = "BLOGPOST",
|
|
77653
77284
|
Page = "PAGE"
|
|
@@ -78560,7 +78191,6 @@ export declare type MarketplaceAppVersionEdge = {
|
|
|
78560
78191
|
};
|
|
78561
78192
|
export declare type MarketplaceAppVersionFilter = {
|
|
78562
78193
|
cloudAppVersionId?: InputMaybe<Scalars['ID']['input']>;
|
|
78563
|
-
cloudComplianceBoundary?: InputMaybe<Array<InputMaybe<ComplianceBoundary>>>;
|
|
78564
78194
|
excludeHiddenIn?: InputMaybe<MarketplaceLocation>;
|
|
78565
78195
|
productHostingOptions?: InputMaybe<Array<AtlassianProductHostingType>>;
|
|
78566
78196
|
visibility?: InputMaybe<MarketplaceAppVersionVisibility>;
|
|
@@ -81395,7 +81025,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
81395
81025
|
ari: Scalars['String']['output'];
|
|
81396
81026
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
81397
81027
|
createdDate: Scalars['String']['output'];
|
|
81398
|
-
draft: Scalars['Boolean']['output'];
|
|
81399
81028
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
81400
81029
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
81401
81030
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
@@ -81485,7 +81114,7 @@ export declare type MercuryFocusAreaChangeRequirements = {
|
|
|
81485
81114
|
};
|
|
81486
81115
|
export declare type MercuryFocusAreaChangeSummary = {
|
|
81487
81116
|
__typename?: 'MercuryFocusAreaChangeSummary';
|
|
81488
|
-
focusAreaId
|
|
81117
|
+
focusAreaId: Scalars['ID']['output'];
|
|
81489
81118
|
fundChangeSummary?: Maybe<MercuryFocusAreaFundChangeSummary>;
|
|
81490
81119
|
positionChangeSummary?: Maybe<MercuryFocusAreaPositionChangeSummary>;
|
|
81491
81120
|
strategicEventId: Scalars['ID']['output'];
|
|
@@ -81505,7 +81134,6 @@ export declare type MercuryFocusAreaFundChangeSummary = {
|
|
|
81505
81134
|
__typename?: 'MercuryFocusAreaFundChangeSummary';
|
|
81506
81135
|
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
81507
81136
|
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
81508
|
-
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
81509
81137
|
};
|
|
81510
81138
|
export declare type MercuryFocusAreaGoalLink = Node & {
|
|
81511
81139
|
__typename?: 'MercuryFocusAreaGoalLink';
|
|
@@ -81581,9 +81209,7 @@ export declare type MercuryFocusAreaPositionChangeSummary = {
|
|
|
81581
81209
|
movedInCount?: Maybe<Scalars['Int']['output']>;
|
|
81582
81210
|
movedOutCount?: Maybe<Scalars['Int']['output']>;
|
|
81583
81211
|
movedWithinCount?: Maybe<Scalars['Int']['output']>;
|
|
81584
|
-
netCount?: Maybe<Scalars['Int']['output']>;
|
|
81585
81212
|
newCount?: Maybe<Scalars['Int']['output']>;
|
|
81586
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
81587
81213
|
};
|
|
81588
81214
|
export declare type MercuryFocusAreaSort = {
|
|
81589
81215
|
field?: InputMaybe<MercuryFocusAreaSortField>;
|
|
@@ -82830,7 +82456,6 @@ export declare type MercuryStrategicEventsQueryApi = {
|
|
|
82830
82456
|
changeSummaryByFocusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaChangeSummary>>>;
|
|
82831
82457
|
changeSummaryByFocusAreaIds?: Maybe<Array<Maybe<MercuryChangeSummary>>>;
|
|
82832
82458
|
changeSummaryForChangeProposal?: Maybe<MercuryChangeSummaryForChangeProposal>;
|
|
82833
|
-
changeSummaryForStrategicEvent?: Maybe<MercuryFocusAreaChangeSummary>;
|
|
82834
82459
|
changeSummaryInternal?: Maybe<Array<Maybe<MercuryChangeSummary>>>;
|
|
82835
82460
|
changes?: Maybe<Array<Maybe<MercuryChange>>>;
|
|
82836
82461
|
changesByPositionIds?: Maybe<Array<Maybe<MercuryChange>>>;
|
|
@@ -82874,9 +82499,6 @@ export declare type MercuryStrategicEventsQueryApiChangeSummaryByFocusAreaIdsArg
|
|
|
82874
82499
|
export declare type MercuryStrategicEventsQueryApiChangeSummaryForChangeProposalArgs = {
|
|
82875
82500
|
changeProposalId: Scalars['ID']['input'];
|
|
82876
82501
|
};
|
|
82877
|
-
export declare type MercuryStrategicEventsQueryApiChangeSummaryForStrategicEventArgs = {
|
|
82878
|
-
strategicEventId?: InputMaybe<Scalars['ID']['input']>;
|
|
82879
|
-
};
|
|
82880
82502
|
export declare type MercuryStrategicEventsQueryApiChangeSummaryInternalArgs = {
|
|
82881
82503
|
inputs: Array<MercuryChangeSummaryInput>;
|
|
82882
82504
|
};
|
|
@@ -83461,8 +83083,6 @@ export declare type Mutation = {
|
|
|
83461
83083
|
addLabels?: Maybe<AddLabelsPayload>;
|
|
83462
83084
|
addPublicLinkPermissions?: Maybe<AddPublicLinkPermissionsPayload>;
|
|
83463
83085
|
addReaction?: Maybe<SaveReactionResponse>;
|
|
83464
|
-
admin_createAccessUrl?: Maybe<AdminAccessUrlCreationResponsePayload>;
|
|
83465
|
-
admin_deleteAccessUrl?: Maybe<AdminAccessUrlDeletionResponsePayload>;
|
|
83466
83086
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
83467
83087
|
agentStudio_createScenario?: Maybe<AgentStudioCreateScenarioPayload>;
|
|
83468
83088
|
agentStudio_deleteScenario?: Maybe<AgentStudioDeleteScenarioPayload>;
|
|
@@ -83476,7 +83096,6 @@ export declare type Mutation = {
|
|
|
83476
83096
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
83477
83097
|
appStorage?: Maybe<AppStorageMutation>;
|
|
83478
83098
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
83479
|
-
appStorage_admin?: Maybe<AppStorageAdminMutation>;
|
|
83480
83099
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
83481
83100
|
archivePages?: Maybe<BulkArchivePagePayload>;
|
|
83482
83101
|
archivePolarisInsights?: Maybe<ArchivePolarisInsightsPayload>;
|
|
@@ -83497,10 +83116,10 @@ export declare type Mutation = {
|
|
|
83497
83116
|
channelPlatform_createMeetingDetails?: Maybe<ChannelPlatformMeeting>;
|
|
83498
83117
|
channelPlatform_createQueues?: Maybe<ChannelPlatformConnectQueue>;
|
|
83499
83118
|
channelPlatform_deleteQueues?: Maybe<ChannelPlatformMutationStatus>;
|
|
83500
|
-
channelPlatform_performPluginAction?: Maybe<ChannelPlatformPluginActionResponse>;
|
|
83501
83119
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
83502
83120
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
83503
83121
|
completeSprint?: Maybe<CompleteSprintResponse>;
|
|
83122
|
+
configurePolarisRefresh?: Maybe<ConfigurePolarisRefreshPayload>;
|
|
83504
83123
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
83505
83124
|
confluenceLegacy_activatePaywallContent?: Maybe<ConfluenceLegacyActivatePaywallContentPayload>;
|
|
83506
83125
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacyAddDefaultExCoSpacePermissionsPayload>;
|
|
@@ -83755,7 +83374,6 @@ export declare type Mutation = {
|
|
|
83755
83374
|
csmAi_updateAction?: Maybe<CsmAiUpdateActionPayload>;
|
|
83756
83375
|
csmAi_updateAgent?: Maybe<CsmAiUpdateAgentPayload>;
|
|
83757
83376
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
83758
|
-
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
83759
83377
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
83760
83378
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
83761
83379
|
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
@@ -83861,7 +83479,6 @@ export declare type Mutation = {
|
|
|
83861
83479
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
83862
83480
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
83863
83481
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
83864
|
-
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
83865
83482
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
83866
83483
|
jira_setIssueSearchHideDoneItems?: Maybe<JiraSetIssueSearchHideDoneItemsPayload>;
|
|
83867
83484
|
jira_setIssueSearchHierarchyEnabled?: Maybe<JiraSetIssueSearchHierarchyEnabledPayload>;
|
|
@@ -83879,7 +83496,6 @@ export declare type Mutation = {
|
|
|
83879
83496
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
83880
83497
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
83881
83498
|
likeContent?: Maybe<LikeContentPayload>;
|
|
83882
|
-
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
83883
83499
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
83884
83500
|
markFeatureDiscovered?: Maybe<FeatureDiscoveryPayload>;
|
|
83885
83501
|
marketplaceConsole: MarketplaceConsoleMutationApi;
|
|
@@ -83986,26 +83602,10 @@ export declare type Mutation = {
|
|
|
83986
83602
|
shareResource?: Maybe<ShareResourcePayload>;
|
|
83987
83603
|
shepherd?: Maybe<ShepherdMutation>;
|
|
83988
83604
|
softDeleteSpace?: Maybe<SoftDeleteSpacePayload>;
|
|
83989
|
-
spf_attachAskLink?: Maybe<SpfAttachAskLinkPayload>;
|
|
83990
83605
|
spf_attachRelatedContent?: Maybe<SpfAttachRelatedContentPayload>;
|
|
83991
|
-
spf_createAsk?: Maybe<SpfCreateAskPayload>;
|
|
83992
|
-
spf_createAskComment?: Maybe<SpfCreateAskCommentPayload>;
|
|
83993
83606
|
spf_createComment?: Maybe<SpfCreateCommentPayload>;
|
|
83994
83607
|
spf_createDependency?: Maybe<SpfCreateDependencyPayload>;
|
|
83995
|
-
spf_deleteAsk?: Maybe<SpfDeleteAskPayload>;
|
|
83996
83608
|
spf_deleteDependency?: Maybe<SpfDeleteDependencyPayload>;
|
|
83997
|
-
spf_updateAskComment?: Maybe<SpfUpdateAskCommentPayload>;
|
|
83998
|
-
spf_updateAskDescription?: Maybe<SpfUpdateAskPayload>;
|
|
83999
|
-
spf_updateAskImpactedWork?: Maybe<SpfUpdateAskPayload>;
|
|
84000
|
-
spf_updateAskJustification?: Maybe<SpfUpdateAskPayload>;
|
|
84001
|
-
spf_updateAskName?: Maybe<SpfUpdateAskPayload>;
|
|
84002
|
-
spf_updateAskOwner?: Maybe<SpfUpdateAskPayload>;
|
|
84003
|
-
spf_updateAskPriority?: Maybe<SpfUpdateAskPayload>;
|
|
84004
|
-
spf_updateAskReceivingTeam?: Maybe<SpfUpdateAskPayload>;
|
|
84005
|
-
spf_updateAskStatus?: Maybe<SpfUpdateAskPayload>;
|
|
84006
|
-
spf_updateAskSubmitter?: Maybe<SpfUpdateAskPayload>;
|
|
84007
|
-
spf_updateAskSubmittingTeam?: Maybe<SpfUpdateAskPayload>;
|
|
84008
|
-
spf_updateAskTargetDate?: Maybe<SpfUpdateAskPayload>;
|
|
84009
83609
|
spf_updateComment?: Maybe<SpfUpdateCommentPayload>;
|
|
84010
83610
|
spf_updateDependencyDescription?: Maybe<SpfUpdateDependencyPayload>;
|
|
84011
83611
|
spf_updateDependencyImpactedWork?: Maybe<SpfUpdateDependencyPayload>;
|
|
@@ -84131,12 +83731,6 @@ export declare type MutationAddReactionArgs = {
|
|
|
84131
83731
|
contentType: GraphQlReactionContentType;
|
|
84132
83732
|
emojiId: Scalars['String']['input'];
|
|
84133
83733
|
};
|
|
84134
|
-
export declare type MutationAdmin_CreateAccessUrlArgs = {
|
|
84135
|
-
resourceAri: Scalars['ID']['input'];
|
|
84136
|
-
};
|
|
84137
|
-
export declare type MutationAdmin_DeleteAccessUrlArgs = {
|
|
84138
|
-
id: Scalars['ID']['input'];
|
|
84139
|
-
};
|
|
84140
83734
|
export declare type MutationAgentStudio_CreateAgentArgs = {
|
|
84141
83735
|
cloudId: Scalars['String']['input'];
|
|
84142
83736
|
input: AgentStudioCreateAgentInput;
|
|
@@ -84177,9 +83771,6 @@ export declare type MutationAgentStudio_UpdateScenarioMappingsForContainerArgs =
|
|
|
84177
83771
|
containerId: Scalars['String']['input'];
|
|
84178
83772
|
scenarioIds: Array<Scalars['ID']['input']>;
|
|
84179
83773
|
};
|
|
84180
|
-
export declare type MutationAppStorage_AdminArgs = {
|
|
84181
|
-
appId: Scalars['ID']['input'];
|
|
84182
|
-
};
|
|
84183
83774
|
export declare type MutationApplyPolarisProjectTemplateArgs = {
|
|
84184
83775
|
input: ApplyPolarisProjectTemplateInput;
|
|
84185
83776
|
};
|
|
@@ -84250,15 +83841,15 @@ export declare type MutationChannelPlatform_DeleteQueuesArgs = {
|
|
|
84250
83841
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
84251
83842
|
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
84252
83843
|
};
|
|
84253
|
-
export declare type MutationChannelPlatform_PerformPluginActionArgs = {
|
|
84254
|
-
pluginActionRequest?: InputMaybe<ChannelPlatformPluginActionRequest>;
|
|
84255
|
-
};
|
|
84256
83844
|
export declare type MutationClearRestrictionsForFreeArgs = {
|
|
84257
83845
|
contentId: Scalars['ID']['input'];
|
|
84258
83846
|
};
|
|
84259
83847
|
export declare type MutationCompleteSprintArgs = {
|
|
84260
83848
|
input?: InputMaybe<CompleteSprintInput>;
|
|
84261
83849
|
};
|
|
83850
|
+
export declare type MutationConfigurePolarisRefreshArgs = {
|
|
83851
|
+
input: ConfigurePolarisRefreshInput;
|
|
83852
|
+
};
|
|
84262
83853
|
export declare type MutationConfluenceLegacy_ActivatePaywallContentArgs = {
|
|
84263
83854
|
input: ConfluenceLegacyActivatePaywallContentInput;
|
|
84264
83855
|
};
|
|
@@ -85100,11 +84691,6 @@ export declare type MutationCsmAi_UpdateHandoffConfigArgs = {
|
|
|
85100
84691
|
helpCenterAri: Scalars['ID']['input'];
|
|
85101
84692
|
input: CsmAiUpdateHandoffConfigInput;
|
|
85102
84693
|
};
|
|
85103
|
-
export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
85104
|
-
helpCenterAri: Scalars['ID']['input'];
|
|
85105
|
-
input: CsmAiWidgetUpdateInput;
|
|
85106
|
-
widgetId: Scalars['ID']['input'];
|
|
85107
|
-
};
|
|
85108
84694
|
export declare type MutationCustomerServiceArgs = {
|
|
85109
84695
|
cloudId: Scalars['ID']['input'];
|
|
85110
84696
|
};
|
|
@@ -85415,9 +85001,6 @@ export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
|
85415
85001
|
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
85416
85002
|
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
85417
85003
|
};
|
|
85418
|
-
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
85419
|
-
input: JiraSetFieldSetsPreferencesInput;
|
|
85420
|
-
};
|
|
85421
85004
|
export declare type MutationJira_SetIssueSearchGroupByArgs = {
|
|
85422
85005
|
input: JiraSetIssueSearchGroupByInput;
|
|
85423
85006
|
};
|
|
@@ -85464,12 +85047,6 @@ export declare type MutationKnowledgeBaseSpacePermission_UpdateViewArgs = {
|
|
|
85464
85047
|
export declare type MutationLikeContentArgs = {
|
|
85465
85048
|
input: LikeContentInput;
|
|
85466
85049
|
};
|
|
85467
|
-
export declare type MutationLoom_SpaceCreateArgs = {
|
|
85468
|
-
analyticsSource?: InputMaybe<Scalars['String']['input']>;
|
|
85469
|
-
name: Scalars['String']['input'];
|
|
85470
|
-
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
85471
|
-
siteId: Scalars['ID']['input'];
|
|
85472
|
-
};
|
|
85473
85050
|
export declare type MutationMarkCommentsAsReadArgs = {
|
|
85474
85051
|
input: MarkCommentsAsReadInput;
|
|
85475
85052
|
};
|
|
@@ -85784,66 +85361,18 @@ export declare type MutationShareResourceArgs = {
|
|
|
85784
85361
|
export declare type MutationSoftDeleteSpaceArgs = {
|
|
85785
85362
|
spaceKey: Scalars['String']['input'];
|
|
85786
85363
|
};
|
|
85787
|
-
export declare type MutationSpf_AttachAskLinkArgs = {
|
|
85788
|
-
input: SpfAttachAskLinkInput;
|
|
85789
|
-
};
|
|
85790
85364
|
export declare type MutationSpf_AttachRelatedContentArgs = {
|
|
85791
85365
|
input: SpfAttachRelatedContentInput;
|
|
85792
85366
|
};
|
|
85793
|
-
export declare type MutationSpf_CreateAskArgs = {
|
|
85794
|
-
input: SpfCreateAskInput;
|
|
85795
|
-
};
|
|
85796
|
-
export declare type MutationSpf_CreateAskCommentArgs = {
|
|
85797
|
-
input: SpfCreateAskCommentInput;
|
|
85798
|
-
};
|
|
85799
85367
|
export declare type MutationSpf_CreateCommentArgs = {
|
|
85800
85368
|
input: SpfCreateCommentInput;
|
|
85801
85369
|
};
|
|
85802
85370
|
export declare type MutationSpf_CreateDependencyArgs = {
|
|
85803
85371
|
input: SpfCreateDependencyInput;
|
|
85804
85372
|
};
|
|
85805
|
-
export declare type MutationSpf_DeleteAskArgs = {
|
|
85806
|
-
input: SpfDeleteAskInput;
|
|
85807
|
-
};
|
|
85808
85373
|
export declare type MutationSpf_DeleteDependencyArgs = {
|
|
85809
85374
|
input: SpfDeleteDependencyInput;
|
|
85810
85375
|
};
|
|
85811
|
-
export declare type MutationSpf_UpdateAskCommentArgs = {
|
|
85812
|
-
input: SpfUpdateAskCommentDataInput;
|
|
85813
|
-
};
|
|
85814
|
-
export declare type MutationSpf_UpdateAskDescriptionArgs = {
|
|
85815
|
-
input: SpfUpdateAskDescriptionInput;
|
|
85816
|
-
};
|
|
85817
|
-
export declare type MutationSpf_UpdateAskImpactedWorkArgs = {
|
|
85818
|
-
input: SpfUpdateAskImpactedWorkInput;
|
|
85819
|
-
};
|
|
85820
|
-
export declare type MutationSpf_UpdateAskJustificationArgs = {
|
|
85821
|
-
input: SpfUpdateAskJustificationInput;
|
|
85822
|
-
};
|
|
85823
|
-
export declare type MutationSpf_UpdateAskNameArgs = {
|
|
85824
|
-
input: SpfUpdateAskNameInput;
|
|
85825
|
-
};
|
|
85826
|
-
export declare type MutationSpf_UpdateAskOwnerArgs = {
|
|
85827
|
-
input: SpfUpdateAskOwnerInput;
|
|
85828
|
-
};
|
|
85829
|
-
export declare type MutationSpf_UpdateAskPriorityArgs = {
|
|
85830
|
-
input: SpfUpdateAskPriorityInput;
|
|
85831
|
-
};
|
|
85832
|
-
export declare type MutationSpf_UpdateAskReceivingTeamArgs = {
|
|
85833
|
-
input: SpfUpdateAskReceivingTeamInput;
|
|
85834
|
-
};
|
|
85835
|
-
export declare type MutationSpf_UpdateAskStatusArgs = {
|
|
85836
|
-
input: SpfUpdateAskStatusInput;
|
|
85837
|
-
};
|
|
85838
|
-
export declare type MutationSpf_UpdateAskSubmitterArgs = {
|
|
85839
|
-
input: SpfUpdateAskSubmitterInput;
|
|
85840
|
-
};
|
|
85841
|
-
export declare type MutationSpf_UpdateAskSubmittingTeamArgs = {
|
|
85842
|
-
input: SpfUpdateAskSubmittingTeamInput;
|
|
85843
|
-
};
|
|
85844
|
-
export declare type MutationSpf_UpdateAskTargetDateArgs = {
|
|
85845
|
-
input: SpfUpdateAskTargetDateInput;
|
|
85846
|
-
};
|
|
85847
85376
|
export declare type MutationSpf_UpdateCommentArgs = {
|
|
85848
85377
|
input: SpfUpdateCommentDataInput;
|
|
85849
85378
|
};
|
|
@@ -88909,7 +88438,6 @@ export declare type Query = {
|
|
|
88909
88438
|
adminAnnouncementBannerSettings?: Maybe<Array<Maybe<ConfluenceAdminAnnouncementBannerSetting>>>;
|
|
88910
88439
|
adminAnnouncementBannerSettingsByCriteria?: Maybe<AdminAnnouncementBannerSettingConnection>;
|
|
88911
88440
|
adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
|
|
88912
|
-
admin_accessUrls?: Maybe<AdminAccessUrlConnection>;
|
|
88913
88441
|
agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
|
|
88914
88442
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
|
|
88915
88443
|
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
|
|
@@ -88950,9 +88478,6 @@ export declare type Query = {
|
|
|
88950
88478
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
88951
88479
|
apps?: Maybe<AppConnection>;
|
|
88952
88480
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
88953
|
-
atlasGoalLinkedToIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88954
|
-
atlasProjectsLinkedToGoals?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88955
|
-
atlasProjectsLinkedToIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88956
88481
|
atlassianStudio_userSiteContext?: Maybe<AtlassianStudioUserSiteContextResult>;
|
|
88957
88482
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
88958
88483
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
@@ -89243,7 +88768,6 @@ export declare type Query = {
|
|
|
89243
88768
|
contentTemplateLabelsByCriteria?: Maybe<PaginatedLabelList>;
|
|
89244
88769
|
contentVersionHistory?: Maybe<ContentVersionHistoryConnection>;
|
|
89245
88770
|
contentWatchers?: Maybe<PaginatedPersonList>;
|
|
89246
|
-
contributorsLinkedToAtlasProject?: Maybe<GraphStoreCypherQueryConnection>;
|
|
89247
88771
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
89248
88772
|
convoai_jiraSimilarWorkItems?: Maybe<ConvoAiJiraSimilarWorkItemsConnection>;
|
|
89249
88773
|
countGroupByEventName?: Maybe<CountGroupByEventName>;
|
|
@@ -89511,8 +89035,6 @@ export declare type Query = {
|
|
|
89511
89035
|
pricings: ContentPlatformPricingSearchConnection;
|
|
89512
89036
|
productListing?: Maybe<ProductListingResult>;
|
|
89513
89037
|
productListings: Array<ProductListingResult>;
|
|
89514
|
-
projects_byAri?: Maybe<TownsquareProject>;
|
|
89515
|
-
projects_byAris?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
89516
89038
|
ptpage?: Maybe<PtPage>;
|
|
89517
89039
|
publicLinkInformation?: Maybe<PublicLinkInformation>;
|
|
89518
89040
|
publicLinkOnboardingReference?: Maybe<PublicLinkOnboardingReference>;
|
|
@@ -89585,9 +89107,6 @@ export declare type Query = {
|
|
|
89585
89107
|
spaceWatchers?: Maybe<PaginatedPersonList>;
|
|
89586
89108
|
spaces?: Maybe<PaginatedSpaceList>;
|
|
89587
89109
|
spacesWithExemptions?: Maybe<Array<Maybe<SpaceWithExemption>>>;
|
|
89588
|
-
spf_ask?: Maybe<SpfAskResult>;
|
|
89589
|
-
spf_asks?: Maybe<SpfAskConnection>;
|
|
89590
|
-
spf_asksByIds?: Maybe<Array<Maybe<SpfAsk>>>;
|
|
89591
89110
|
spf_dependencies?: Maybe<SpfDependencyConnection>;
|
|
89592
89111
|
spf_dependenciesByIds?: Maybe<Array<Maybe<SpfDependency>>>;
|
|
89593
89112
|
spf_dependency?: Maybe<SpfDependencyResult>;
|
|
@@ -89660,13 +89179,6 @@ export declare type QueryAdminAnnouncementBannerSettingsByCriteriaArgs = {
|
|
|
89660
89179
|
isAscending?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89661
89180
|
orderBy?: InputMaybe<AdminAnnouncementBannerSettingsByCriteriaOrder>;
|
|
89662
89181
|
};
|
|
89663
|
-
export declare type QueryAdmin_AccessUrlsArgs = {
|
|
89664
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
89665
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
89666
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89667
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
89668
|
-
orgId: Scalars['ID']['input'];
|
|
89669
|
-
};
|
|
89670
89182
|
export declare type QueryAgentAi_ContextPanelArgs = {
|
|
89671
89183
|
cloudId: Scalars['ID']['input'];
|
|
89672
89184
|
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -89848,15 +89360,6 @@ export declare type QueryAppsArgs = {
|
|
|
89848
89360
|
export declare type QueryAquaOutgoingEmailLogsArgs = {
|
|
89849
89361
|
cloudId: Scalars['ID']['input'];
|
|
89850
89362
|
};
|
|
89851
|
-
export declare type QueryAtlasGoalLinkedToIssueArgs = {
|
|
89852
|
-
issueId: Scalars['ID']['input'];
|
|
89853
|
-
};
|
|
89854
|
-
export declare type QueryAtlasProjectsLinkedToGoalsArgs = {
|
|
89855
|
-
goalId: Scalars['ID']['input'];
|
|
89856
|
-
};
|
|
89857
|
-
export declare type QueryAtlasProjectsLinkedToIssueArgs = {
|
|
89858
|
-
issueId: Scalars['ID']['input'];
|
|
89859
|
-
};
|
|
89860
89363
|
export declare type QueryAtlassianStudio_UserSiteContextArgs = {
|
|
89861
89364
|
cloudId: Scalars['ID']['input'];
|
|
89862
89365
|
};
|
|
@@ -91160,11 +90663,6 @@ export declare type QueryContentWatchersArgs = {
|
|
|
91160
90663
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91161
90664
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
91162
90665
|
};
|
|
91163
|
-
export declare type QueryContributorsLinkedToAtlasProjectArgs = {
|
|
91164
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
91165
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91166
|
-
projectId: Scalars['ID']['input'];
|
|
91167
|
-
};
|
|
91168
90666
|
export declare type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
91169
90667
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
91170
90668
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -91979,7 +91477,6 @@ export declare type QueryPlaybook_JiraPlaybookStepRunsForProjectArgs = {
|
|
|
91979
91477
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
91980
91478
|
cloudId: Scalars['ID']['input'];
|
|
91981
91479
|
filter?: InputMaybe<JiraPlaybookFilter>;
|
|
91982
|
-
filters?: InputMaybe<JiraPlaybookExecutionFilter>;
|
|
91983
91480
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91984
91481
|
projectKey: Scalars['String']['input'];
|
|
91985
91482
|
};
|
|
@@ -92058,12 +91555,6 @@ export declare type QueryProductListingsArgs = {
|
|
|
92058
91555
|
ids: Array<Scalars['ID']['input']>;
|
|
92059
91556
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
92060
91557
|
};
|
|
92061
|
-
export declare type QueryProjects_ByAriArgs = {
|
|
92062
|
-
ari: Scalars['String']['input'];
|
|
92063
|
-
};
|
|
92064
|
-
export declare type QueryProjects_ByArisArgs = {
|
|
92065
|
-
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
92066
|
-
};
|
|
92067
91558
|
export declare type QueryPtpageArgs = {
|
|
92068
91559
|
enablePaging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
92069
91560
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -92144,9 +91635,8 @@ export declare type QueryRadar_PositionsByEntitySearchArgs = {
|
|
|
92144
91635
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92145
91636
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
92146
91637
|
cloudId: Scalars['ID']['input'];
|
|
92147
|
-
entity
|
|
91638
|
+
entity: RadarPositionsByEntityType;
|
|
92148
91639
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
92149
|
-
input?: InputMaybe<RadarPositionsByEntityInput>;
|
|
92150
91640
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
92151
91641
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
92152
91642
|
};
|
|
@@ -92383,18 +91873,6 @@ export declare type QuerySpacesArgs = {
|
|
|
92383
91873
|
export declare type QuerySpacesWithExemptionsArgs = {
|
|
92384
91874
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
92385
91875
|
};
|
|
92386
|
-
export declare type QuerySpf_AskArgs = {
|
|
92387
|
-
id: Scalars['ID']['input'];
|
|
92388
|
-
};
|
|
92389
|
-
export declare type QuerySpf_AsksArgs = {
|
|
92390
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
92391
|
-
cloudId: Scalars['ID']['input'];
|
|
92392
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
92393
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
92394
|
-
};
|
|
92395
|
-
export declare type QuerySpf_AsksByIdsArgs = {
|
|
92396
|
-
ids: Array<Scalars['ID']['input']>;
|
|
92397
|
-
};
|
|
92398
91876
|
export declare type QuerySpf_DependenciesArgs = {
|
|
92399
91877
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92400
91878
|
cloudId: Scalars['ID']['input'];
|
|
@@ -93036,13 +92514,8 @@ export declare type RadarPositionsByEntityEdge = RadarEdge & {
|
|
|
93036
92514
|
cursor: Scalars['String']['output'];
|
|
93037
92515
|
node: RadarPositionsByEntity;
|
|
93038
92516
|
};
|
|
93039
|
-
export declare type RadarPositionsByEntityInput = {
|
|
93040
|
-
entity: RadarPositionsByEntityType;
|
|
93041
|
-
fieldValue?: InputMaybe<Scalars['ID']['input']>;
|
|
93042
|
-
};
|
|
93043
92517
|
export declare enum RadarPositionsByEntityType {
|
|
93044
|
-
FocusArea = "focusArea"
|
|
93045
|
-
Position = "position"
|
|
92518
|
+
FocusArea = "focusArea"
|
|
93046
92519
|
}
|
|
93047
92520
|
export declare type RadarPrincipalByResourceRole = {
|
|
93048
92521
|
__typename?: 'RadarPrincipalByResourceRole';
|
|
@@ -93186,8 +92659,6 @@ export declare enum RateLimitingCurrency {
|
|
|
93186
92659
|
DevopsContainerRelationshipsWriteCurrency = "DEVOPS_CONTAINER_RELATIONSHIPS_WRITE_CURRENCY",
|
|
93187
92660
|
DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
|
|
93188
92661
|
DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
|
|
93189
|
-
DevConsoleMutationCurrency = "DEV_CONSOLE_MUTATION_CURRENCY",
|
|
93190
|
-
DevConsoleQueryCurrency = "DEV_CONSOLE_QUERY_CURRENCY",
|
|
93191
92662
|
ExportMetricsCurrency = "EXPORT_METRICS_CURRENCY",
|
|
93192
92663
|
ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY",
|
|
93193
92664
|
ForgeAppContributorCurrency = "FORGE_APP_CONTRIBUTOR_CURRENCY",
|
|
@@ -94873,7 +94344,6 @@ export declare type SearchAnalyticsInput = {
|
|
|
94873
94344
|
queryVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
94874
94345
|
searchReferrerId?: InputMaybe<Scalars['String']['input']>;
|
|
94875
94346
|
searchSessionId?: InputMaybe<Scalars['String']['input']>;
|
|
94876
|
-
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
94877
94347
|
sourceProduct?: InputMaybe<Scalars['String']['input']>;
|
|
94878
94348
|
};
|
|
94879
94349
|
export declare type SearchBoardFilter = {
|
|
@@ -98516,137 +97986,6 @@ export declare type SpaceWithExemption = {
|
|
|
98516
97986
|
status?: Maybe<Scalars['String']['output']>;
|
|
98517
97987
|
type?: Maybe<Scalars['String']['output']>;
|
|
98518
97988
|
};
|
|
98519
|
-
export declare type SpfAsk = Node & {
|
|
98520
|
-
__typename?: 'SpfAsk';
|
|
98521
|
-
comments?: Maybe<SpfAskCommentConnection>;
|
|
98522
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98523
|
-
createdBy?: Maybe<User>;
|
|
98524
|
-
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
98525
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
98526
|
-
id: Scalars['ID']['output'];
|
|
98527
|
-
impactedWork?: Maybe<SpfImpactedWork>;
|
|
98528
|
-
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
98529
|
-
justification?: Maybe<Scalars['String']['output']>;
|
|
98530
|
-
links?: Maybe<SpfAskLinkConnection>;
|
|
98531
|
-
name: Scalars['String']['output'];
|
|
98532
|
-
owner?: Maybe<User>;
|
|
98533
|
-
ownerId?: Maybe<Scalars['String']['output']>;
|
|
98534
|
-
priority: SpfAskPriority;
|
|
98535
|
-
receivingTeam?: Maybe<TeamV2>;
|
|
98536
|
-
receivingTeamId?: Maybe<Scalars['String']['output']>;
|
|
98537
|
-
status: SpfAskStatus;
|
|
98538
|
-
submitter?: Maybe<User>;
|
|
98539
|
-
submitterId: Scalars['String']['output'];
|
|
98540
|
-
submittingTeam?: Maybe<TeamV2>;
|
|
98541
|
-
submittingTeamId?: Maybe<Scalars['String']['output']>;
|
|
98542
|
-
targetDate?: Maybe<SpfAskTargetDate>;
|
|
98543
|
-
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98544
|
-
updatedBy?: Maybe<User>;
|
|
98545
|
-
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
98546
|
-
};
|
|
98547
|
-
export declare type SpfAskCommentsArgs = {
|
|
98548
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
98549
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
98550
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
98551
|
-
};
|
|
98552
|
-
export declare type SpfAskLinksArgs = {
|
|
98553
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
98554
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
98555
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
98556
|
-
};
|
|
98557
|
-
export declare type SpfAskComment = {
|
|
98558
|
-
__typename?: 'SpfAskComment';
|
|
98559
|
-
askId: Scalars['String']['output'];
|
|
98560
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98561
|
-
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
98562
|
-
data: Scalars['String']['output'];
|
|
98563
|
-
id: Scalars['ID']['output'];
|
|
98564
|
-
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98565
|
-
};
|
|
98566
|
-
export declare type SpfAskCommentConnection = {
|
|
98567
|
-
__typename?: 'SpfAskCommentConnection';
|
|
98568
|
-
edges?: Maybe<Array<Maybe<SpfAskCommentEdge>>>;
|
|
98569
|
-
pageInfo: PageInfo;
|
|
98570
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
98571
|
-
};
|
|
98572
|
-
export declare type SpfAskCommentEdge = {
|
|
98573
|
-
__typename?: 'SpfAskCommentEdge';
|
|
98574
|
-
cursor: Scalars['String']['output'];
|
|
98575
|
-
node?: Maybe<SpfAskCommentResult>;
|
|
98576
|
-
};
|
|
98577
|
-
export declare type SpfAskCommentResult = QueryError | SpfAskComment;
|
|
98578
|
-
export declare type SpfAskConnection = {
|
|
98579
|
-
__typename?: 'SpfAskConnection';
|
|
98580
|
-
edges?: Maybe<Array<Maybe<SpfAskEdge>>>;
|
|
98581
|
-
pageInfo: PageInfo;
|
|
98582
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
98583
|
-
};
|
|
98584
|
-
export declare type SpfAskEdge = {
|
|
98585
|
-
__typename?: 'SpfAskEdge';
|
|
98586
|
-
cursor: Scalars['String']['output'];
|
|
98587
|
-
node?: Maybe<SpfAskResult>;
|
|
98588
|
-
};
|
|
98589
|
-
export declare type SpfAskLink = {
|
|
98590
|
-
__typename?: 'SpfAskLink';
|
|
98591
|
-
askId: Scalars['String']['output'];
|
|
98592
|
-
attachedByUserId?: Maybe<Scalars['String']['output']>;
|
|
98593
|
-
attachedDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
98594
|
-
id: Scalars['ID']['output'];
|
|
98595
|
-
url: Scalars['URL']['output'];
|
|
98596
|
-
};
|
|
98597
|
-
export declare type SpfAskLinkConnection = {
|
|
98598
|
-
__typename?: 'SpfAskLinkConnection';
|
|
98599
|
-
edges?: Maybe<Array<Maybe<SpfAskLinkEdge>>>;
|
|
98600
|
-
pageInfo: PageInfo;
|
|
98601
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
98602
|
-
};
|
|
98603
|
-
export declare type SpfAskLinkEdge = {
|
|
98604
|
-
__typename?: 'SpfAskLinkEdge';
|
|
98605
|
-
cursor: Scalars['String']['output'];
|
|
98606
|
-
node?: Maybe<SpfAskLinkResult>;
|
|
98607
|
-
};
|
|
98608
|
-
export declare type SpfAskLinkResult = QueryError | SpfAskLink;
|
|
98609
|
-
export declare enum SpfAskPriority {
|
|
98610
|
-
Critical = "CRITICAL",
|
|
98611
|
-
High = "HIGH",
|
|
98612
|
-
Highest = "HIGHEST",
|
|
98613
|
-
Low = "LOW",
|
|
98614
|
-
Medium = "MEDIUM"
|
|
98615
|
-
}
|
|
98616
|
-
export declare type SpfAskResult = QueryError | SpfAsk;
|
|
98617
|
-
export declare enum SpfAskStatus {
|
|
98618
|
-
Accepted = "ACCEPTED",
|
|
98619
|
-
Canceled = "CANCELED",
|
|
98620
|
-
Denied = "DENIED",
|
|
98621
|
-
Draft = "DRAFT",
|
|
98622
|
-
InReview = "IN_REVIEW",
|
|
98623
|
-
Revising = "REVISING",
|
|
98624
|
-
Submitted = "SUBMITTED"
|
|
98625
|
-
}
|
|
98626
|
-
export declare type SpfAskTargetDate = {
|
|
98627
|
-
__typename?: 'SpfAskTargetDate';
|
|
98628
|
-
targetDate?: Maybe<Scalars['String']['output']>;
|
|
98629
|
-
targetDateType?: Maybe<SpfAskTargetDateType>;
|
|
98630
|
-
};
|
|
98631
|
-
export declare type SpfAskTargetDateInput = {
|
|
98632
|
-
targetDate: Scalars['String']['input'];
|
|
98633
|
-
targetDateType: SpfAskTargetDateType;
|
|
98634
|
-
};
|
|
98635
|
-
export declare enum SpfAskTargetDateType {
|
|
98636
|
-
Day = "DAY",
|
|
98637
|
-
Month = "MONTH",
|
|
98638
|
-
Quarter = "QUARTER"
|
|
98639
|
-
}
|
|
98640
|
-
export declare type SpfAttachAskLinkInput = {
|
|
98641
|
-
askId: Scalars['ID']['input'];
|
|
98642
|
-
url: Scalars['URL']['input'];
|
|
98643
|
-
};
|
|
98644
|
-
export declare type SpfAttachAskLinkPayload = Payload & {
|
|
98645
|
-
__typename?: 'SpfAttachAskLinkPayload';
|
|
98646
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98647
|
-
link?: Maybe<SpfAskLink>;
|
|
98648
|
-
success: Scalars['Boolean']['output'];
|
|
98649
|
-
};
|
|
98650
97989
|
export declare type SpfAttachRelatedContentInput = {
|
|
98651
97990
|
dependencyId: Scalars['ID']['input'];
|
|
98652
97991
|
url: Scalars['URL']['input'];
|
|
@@ -98678,36 +98017,6 @@ export declare type SpfCommentEdge = {
|
|
|
98678
98017
|
node?: Maybe<SpfCommentResult>;
|
|
98679
98018
|
};
|
|
98680
98019
|
export declare type SpfCommentResult = QueryError | SpfComment;
|
|
98681
|
-
export declare type SpfCreateAskCommentInput = {
|
|
98682
|
-
askId: Scalars['ID']['input'];
|
|
98683
|
-
data: Scalars['String']['input'];
|
|
98684
|
-
};
|
|
98685
|
-
export declare type SpfCreateAskCommentPayload = Payload & {
|
|
98686
|
-
__typename?: 'SpfCreateAskCommentPayload';
|
|
98687
|
-
comment?: Maybe<SpfAskComment>;
|
|
98688
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98689
|
-
success: Scalars['Boolean']['output'];
|
|
98690
|
-
};
|
|
98691
|
-
export declare type SpfCreateAskInput = {
|
|
98692
|
-
cloudId: Scalars['ID']['input'];
|
|
98693
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
98694
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
98695
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
98696
|
-
name: Scalars['String']['input'];
|
|
98697
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
98698
|
-
priority: SpfAskPriority;
|
|
98699
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98700
|
-
status: SpfAskStatus;
|
|
98701
|
-
submitterId: Scalars['String']['input'];
|
|
98702
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98703
|
-
targetDate?: InputMaybe<SpfAskTargetDateInput>;
|
|
98704
|
-
};
|
|
98705
|
-
export declare type SpfCreateAskPayload = Payload & {
|
|
98706
|
-
__typename?: 'SpfCreateAskPayload';
|
|
98707
|
-
ask?: Maybe<SpfAsk>;
|
|
98708
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98709
|
-
success: Scalars['Boolean']['output'];
|
|
98710
|
-
};
|
|
98711
98020
|
export declare type SpfCreateCommentInput = {
|
|
98712
98021
|
data: Scalars['String']['input'];
|
|
98713
98022
|
dependencyId: Scalars['ID']['input'];
|
|
@@ -98738,15 +98047,6 @@ export declare type SpfCreateDependencyPayload = Payload & {
|
|
|
98738
98047
|
errors?: Maybe<Array<MutationError>>;
|
|
98739
98048
|
success: Scalars['Boolean']['output'];
|
|
98740
98049
|
};
|
|
98741
|
-
export declare type SpfDeleteAskInput = {
|
|
98742
|
-
id: Scalars['ID']['input'];
|
|
98743
|
-
};
|
|
98744
|
-
export declare type SpfDeleteAskPayload = Payload & {
|
|
98745
|
-
__typename?: 'SpfDeleteAskPayload';
|
|
98746
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98747
|
-
id: Scalars['ID']['output'];
|
|
98748
|
-
success: Scalars['Boolean']['output'];
|
|
98749
|
-
};
|
|
98750
98050
|
export declare type SpfDeleteDependencyInput = {
|
|
98751
98051
|
id: Scalars['ID']['input'];
|
|
98752
98052
|
};
|
|
@@ -98856,66 +98156,6 @@ export declare enum SpfTargetDateType {
|
|
|
98856
98156
|
Month = "MONTH",
|
|
98857
98157
|
Quarter = "QUARTER"
|
|
98858
98158
|
}
|
|
98859
|
-
export declare type SpfUpdateAskCommentDataInput = {
|
|
98860
|
-
data: Scalars['String']['input'];
|
|
98861
|
-
id: Scalars['ID']['input'];
|
|
98862
|
-
};
|
|
98863
|
-
export declare type SpfUpdateAskCommentPayload = Payload & {
|
|
98864
|
-
__typename?: 'SpfUpdateAskCommentPayload';
|
|
98865
|
-
comment?: Maybe<SpfAskComment>;
|
|
98866
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98867
|
-
success: Scalars['Boolean']['output'];
|
|
98868
|
-
};
|
|
98869
|
-
export declare type SpfUpdateAskDescriptionInput = {
|
|
98870
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
98871
|
-
id: Scalars['ID']['input'];
|
|
98872
|
-
};
|
|
98873
|
-
export declare type SpfUpdateAskImpactedWorkInput = {
|
|
98874
|
-
id: Scalars['ID']['input'];
|
|
98875
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
98876
|
-
};
|
|
98877
|
-
export declare type SpfUpdateAskJustificationInput = {
|
|
98878
|
-
id: Scalars['ID']['input'];
|
|
98879
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
98880
|
-
};
|
|
98881
|
-
export declare type SpfUpdateAskNameInput = {
|
|
98882
|
-
id: Scalars['ID']['input'];
|
|
98883
|
-
name: Scalars['String']['input'];
|
|
98884
|
-
};
|
|
98885
|
-
export declare type SpfUpdateAskOwnerInput = {
|
|
98886
|
-
id: Scalars['ID']['input'];
|
|
98887
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
98888
|
-
};
|
|
98889
|
-
export declare type SpfUpdateAskPayload = Payload & {
|
|
98890
|
-
__typename?: 'SpfUpdateAskPayload';
|
|
98891
|
-
ask?: Maybe<SpfAsk>;
|
|
98892
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98893
|
-
success: Scalars['Boolean']['output'];
|
|
98894
|
-
};
|
|
98895
|
-
export declare type SpfUpdateAskPriorityInput = {
|
|
98896
|
-
id: Scalars['ID']['input'];
|
|
98897
|
-
priority: SpfAskPriority;
|
|
98898
|
-
};
|
|
98899
|
-
export declare type SpfUpdateAskReceivingTeamInput = {
|
|
98900
|
-
id: Scalars['ID']['input'];
|
|
98901
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98902
|
-
};
|
|
98903
|
-
export declare type SpfUpdateAskStatusInput = {
|
|
98904
|
-
id: Scalars['ID']['input'];
|
|
98905
|
-
status: SpfAskStatus;
|
|
98906
|
-
};
|
|
98907
|
-
export declare type SpfUpdateAskSubmitterInput = {
|
|
98908
|
-
id: Scalars['ID']['input'];
|
|
98909
|
-
submitterId: Scalars['String']['input'];
|
|
98910
|
-
};
|
|
98911
|
-
export declare type SpfUpdateAskSubmittingTeamInput = {
|
|
98912
|
-
id: Scalars['ID']['input'];
|
|
98913
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98914
|
-
};
|
|
98915
|
-
export declare type SpfUpdateAskTargetDateInput = {
|
|
98916
|
-
id: Scalars['ID']['input'];
|
|
98917
|
-
targetDate?: InputMaybe<SpfAskTargetDateInput>;
|
|
98918
|
-
};
|
|
98919
98159
|
export declare type SpfUpdateCommentDataInput = {
|
|
98920
98160
|
data: Scalars['String']['input'];
|
|
98921
98161
|
id: Scalars['ID']['input'];
|
|
@@ -100243,7 +99483,6 @@ export declare type TenantContext = {
|
|
|
100243
99483
|
entitlementInfo?: Maybe<CommerceEntitlementInfo>;
|
|
100244
99484
|
hostName?: Maybe<Scalars['String']['output']>;
|
|
100245
99485
|
orgId?: Maybe<Scalars['ID']['output']>;
|
|
100246
|
-
transactionAccounts?: Maybe<Array<Maybe<CommerceTransactionAccount>>>;
|
|
100247
99486
|
};
|
|
100248
99487
|
export declare type TenantContextActivationIdByProductArgs = {
|
|
100249
99488
|
product: Scalars['String']['input'];
|
|
@@ -102789,7 +102028,6 @@ export declare type TrelloChecklistConnectionUpdated = {
|
|
|
102789
102028
|
};
|
|
102790
102029
|
export declare type TrelloChecklistDeleted = {
|
|
102791
102030
|
__typename?: 'TrelloChecklistDeleted';
|
|
102792
|
-
id: Scalars['ID']['output'];
|
|
102793
102031
|
objectId: Scalars['ID']['output'];
|
|
102794
102032
|
};
|
|
102795
102033
|
export declare type TrelloChecklistEdge = {
|
|
@@ -106061,7 +105299,6 @@ export declare type UpdateInstallationDetailsResponse = {
|
|
|
106061
105299
|
export declare type UpdateJiraPlaybookInput = {
|
|
106062
105300
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
106063
105301
|
id: Scalars['ID']['input'];
|
|
106064
|
-
jql?: InputMaybe<Scalars['String']['input']>;
|
|
106065
105302
|
name: Scalars['String']['input'];
|
|
106066
105303
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
106067
105304
|
scopeType: JiraPlaybookScopeType;
|