@forge/cli-shared 8.0.0-next.14 → 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 -46
- 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 +31 -665
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -79
- 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,9 +4782,7 @@ 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
4787
|
experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
4873
4788
|
invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
@@ -4884,15 +4799,9 @@ export declare type CcpQueryApi = {
|
|
|
4884
4799
|
transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
4885
4800
|
transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
4886
4801
|
};
|
|
4887
|
-
export declare type CcpQueryApiCatalogAccountsArgs = {
|
|
4888
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4889
|
-
};
|
|
4890
4802
|
export declare type CcpQueryApiEntitlementArgs = {
|
|
4891
4803
|
id: Scalars['ID']['input'];
|
|
4892
4804
|
};
|
|
4893
|
-
export declare type CcpQueryApiEntitlementTemplatesArgs = {
|
|
4894
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4895
|
-
};
|
|
4896
4805
|
export declare type CcpQueryApiEntitlementsArgs = {
|
|
4897
4806
|
ids: Array<Scalars['ID']['input']>;
|
|
4898
4807
|
};
|
|
@@ -5507,16 +5416,6 @@ export declare enum ChannelPlatformMutationStatus {
|
|
|
5507
5416
|
Failure = "FAILURE",
|
|
5508
5417
|
Success = "SUCCESS"
|
|
5509
5418
|
}
|
|
5510
|
-
export declare type ChannelPlatformPluginActionRequest = {
|
|
5511
|
-
actionName?: InputMaybe<Scalars['String']['input']>;
|
|
5512
|
-
appId?: InputMaybe<Scalars['String']['input']>;
|
|
5513
|
-
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
5514
|
-
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
5515
|
-
};
|
|
5516
|
-
export declare type ChannelPlatformPluginActionResponse = {
|
|
5517
|
-
__typename?: 'ChannelPlatformPluginActionResponse';
|
|
5518
|
-
response?: Maybe<Scalars['JSON']['output']>;
|
|
5519
|
-
};
|
|
5520
5419
|
export declare type ChannelPlatformSampleQueue = {
|
|
5521
5420
|
__typename?: 'ChannelPlatformSampleQueue';
|
|
5522
5421
|
config?: Maybe<ChannelPlatformSampleQueueConfig>;
|
|
@@ -5529,7 +5428,6 @@ export declare type ChannelPlatformSampleQueueConfig = {
|
|
|
5529
5428
|
queueId?: Maybe<Scalars['ID']['output']>;
|
|
5530
5429
|
};
|
|
5531
5430
|
export declare type ChannelPlatformSubmitRequestInput = {
|
|
5532
|
-
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
5533
5431
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
5534
5432
|
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
5535
5433
|
};
|
|
@@ -8050,7 +7948,6 @@ export declare type CompassCustomNumberFieldFilter = CompassCustomFieldFilter &
|
|
|
8050
7948
|
export declare type CompassCustomNumberFieldFilterInput = {
|
|
8051
7949
|
comparator?: InputMaybe<CustomNumberFieldInputComparators>;
|
|
8052
7950
|
customFieldId: Scalars['String']['input'];
|
|
8053
|
-
values?: InputMaybe<Array<Scalars['Float']['input']>>;
|
|
8054
7951
|
};
|
|
8055
7952
|
export declare type CompassCustomNumberFieldInput = {
|
|
8056
7953
|
annotations?: InputMaybe<Array<CompassCustomFieldAnnotationInput>>;
|
|
@@ -8136,7 +8033,6 @@ export declare type CompassCustomTextFieldFilter = CompassCustomFieldFilter & {
|
|
|
8136
8033
|
export declare type CompassCustomTextFieldFilterInput = {
|
|
8137
8034
|
comparator?: InputMaybe<CustomTextFieldInputComparators>;
|
|
8138
8035
|
customFieldId: Scalars['String']['input'];
|
|
8139
|
-
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
8140
8036
|
};
|
|
8141
8037
|
export declare type CompassCustomTextFieldInput = {
|
|
8142
8038
|
annotations?: InputMaybe<Array<CompassCustomFieldAnnotationInput>>;
|
|
@@ -9654,7 +9550,6 @@ export declare type CompassScorecard = Node & {
|
|
|
9654
9550
|
name: Scalars['String']['output'];
|
|
9655
9551
|
owner?: Maybe<User>;
|
|
9656
9552
|
scoreSystem?: Maybe<CompassScorecardScoreSystem>;
|
|
9657
|
-
scorecardMaturityLevelStatisticsHistories?: Maybe<CompassScorecardMaturityLevelStatisticsHistoryConnection>;
|
|
9658
9553
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
9659
9554
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
9660
9555
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
@@ -9684,11 +9579,6 @@ export declare type CompassScorecardDeactivatedComponentsArgs = {
|
|
|
9684
9579
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9685
9580
|
query?: InputMaybe<CompassScorecardDeactivatedComponentsQuery>;
|
|
9686
9581
|
};
|
|
9687
|
-
export declare type CompassScorecardScorecardMaturityLevelStatisticsHistoriesArgs = {
|
|
9688
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
9689
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9690
|
-
query?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQuery>;
|
|
9691
|
-
};
|
|
9692
9582
|
export declare type CompassScorecardScorecardScoreArgs = {
|
|
9693
9583
|
query?: InputMaybe<CompassScorecardScoreQuery>;
|
|
9694
9584
|
};
|
|
@@ -10168,36 +10058,6 @@ export declare type CompassScorecardMaturityLevelScoreSystem = {
|
|
|
10168
10058
|
__typename?: 'CompassScorecardMaturityLevelScoreSystem';
|
|
10169
10059
|
levelConfig?: Maybe<CompassScorecardMaturityLevelConfig>;
|
|
10170
10060
|
};
|
|
10171
|
-
export declare type CompassScorecardMaturityLevelStatistic = {
|
|
10172
|
-
__typename?: 'CompassScorecardMaturityLevelStatistic';
|
|
10173
|
-
count?: Maybe<Scalars['Int']['output']>;
|
|
10174
|
-
maturityLevel?: Maybe<CompassScorecardMaturityLevel>;
|
|
10175
|
-
};
|
|
10176
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistory = {
|
|
10177
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistory';
|
|
10178
|
-
date?: Maybe<Scalars['DateTime']['output']>;
|
|
10179
|
-
statistics?: Maybe<Array<CompassScorecardMaturityLevelStatistic>>;
|
|
10180
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10181
|
-
};
|
|
10182
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryConnection = {
|
|
10183
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryConnection';
|
|
10184
|
-
edges?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistoryEdge>>;
|
|
10185
|
-
nodes?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistory>>;
|
|
10186
|
-
pageInfo: PageInfo;
|
|
10187
|
-
};
|
|
10188
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryEdge = {
|
|
10189
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryEdge';
|
|
10190
|
-
cursor: Scalars['String']['output'];
|
|
10191
|
-
node?: Maybe<CompassScorecardMaturityLevelStatisticsHistory>;
|
|
10192
|
-
};
|
|
10193
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryQuery = {
|
|
10194
|
-
filter?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQueryFilter>;
|
|
10195
|
-
};
|
|
10196
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryQueryFilter = {
|
|
10197
|
-
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
10198
|
-
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
10199
|
-
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
10200
|
-
};
|
|
10201
10061
|
export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
|
|
10202
10062
|
__typename?: 'CompassScorecardMetricCriterionScore';
|
|
10203
10063
|
criterionId: Scalars['ID']['output'];
|
|
@@ -11091,10 +10951,6 @@ export declare type CompleteSprintResponse = MutationResponse & {
|
|
|
11091
10951
|
success: Scalars['Boolean']['output'];
|
|
11092
10952
|
taskId?: Maybe<Scalars['String']['output']>;
|
|
11093
10953
|
};
|
|
11094
|
-
export declare enum ComplianceBoundary {
|
|
11095
|
-
Commercial = "COMMERCIAL",
|
|
11096
|
-
FedrampModerate = "FEDRAMP_MODERATE"
|
|
11097
|
-
}
|
|
11098
10954
|
export declare type ComponentApiUpload = {
|
|
11099
10955
|
__typename?: 'ComponentApiUpload';
|
|
11100
10956
|
specUrl: Scalars['String']['output'];
|
|
@@ -11123,6 +10979,21 @@ export declare enum ComponentSyncEventStatus {
|
|
|
11123
10979
|
Success = "SUCCESS",
|
|
11124
10980
|
UserError = "USER_ERROR"
|
|
11125
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
|
+
};
|
|
11126
10997
|
export declare type ConfluenceAdminAnnouncementBanner = {
|
|
11127
10998
|
__typename?: 'ConfluenceAdminAnnouncementBanner';
|
|
11128
10999
|
appearance: Scalars['String']['output'];
|
|
@@ -21621,7 +21492,6 @@ export declare type CreateInvitationUrlPayload = {
|
|
|
21621
21492
|
export declare type CreateJiraPlaybookInput = {
|
|
21622
21493
|
cloudId: Scalars['ID']['input'];
|
|
21623
21494
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
21624
|
-
jql?: InputMaybe<Scalars['String']['input']>;
|
|
21625
21495
|
name: Scalars['String']['input'];
|
|
21626
21496
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
21627
21497
|
scopeType: JiraPlaybookScopeType;
|
|
@@ -22219,7 +22089,6 @@ export declare enum CustomMultiselectFieldInputComparators {
|
|
|
22219
22089
|
NotSet = "NOT_SET"
|
|
22220
22090
|
}
|
|
22221
22091
|
export declare enum CustomNumberFieldInputComparators {
|
|
22222
|
-
ContainAny = "CONTAIN_ANY",
|
|
22223
22092
|
IsSet = "IS_SET",
|
|
22224
22093
|
NotSet = "NOT_SET"
|
|
22225
22094
|
}
|
|
@@ -22235,7 +22104,6 @@ export declare enum CustomSingleSelectFieldInputComparators {
|
|
|
22235
22104
|
NotSet = "NOT_SET"
|
|
22236
22105
|
}
|
|
22237
22106
|
export declare enum CustomTextFieldInputComparators {
|
|
22238
|
-
ContainAny = "CONTAIN_ANY",
|
|
22239
22107
|
IsSet = "IS_SET",
|
|
22240
22108
|
NotSet = "NOT_SET"
|
|
22241
22109
|
}
|
|
@@ -24419,42 +24287,6 @@ export declare type DevAiWorkspace = {
|
|
|
24419
24287
|
status?: Maybe<Scalars['String']['output']>;
|
|
24420
24288
|
workspaceAri: Scalars['ID']['output'];
|
|
24421
24289
|
};
|
|
24422
|
-
export declare type DevConsoleCreateDeveloperSpaceInput = {
|
|
24423
|
-
name: Scalars['String']['input'];
|
|
24424
|
-
};
|
|
24425
|
-
export declare type DevConsoleDeveloperSpace = {
|
|
24426
|
-
__typename?: 'DevConsoleDeveloperSpace';
|
|
24427
|
-
id: Scalars['String']['output'];
|
|
24428
|
-
name: Scalars['String']['output'];
|
|
24429
|
-
status: Scalars['String']['output'];
|
|
24430
|
-
type: DevConsoleDeveloperSpaceType;
|
|
24431
|
-
version: Scalars['Int']['output'];
|
|
24432
|
-
versionId: Scalars['Int']['output'];
|
|
24433
|
-
};
|
|
24434
|
-
export declare type DevConsoleDeveloperSpaceDetails = {
|
|
24435
|
-
__typename?: 'DevConsoleDeveloperSpaceDetails';
|
|
24436
|
-
logo?: Maybe<Scalars['String']['output']>;
|
|
24437
|
-
name: Scalars['String']['output'];
|
|
24438
|
-
};
|
|
24439
|
-
export declare enum DevConsoleDeveloperSpaceType {
|
|
24440
|
-
AtlassianExternal = "ATLASSIAN_EXTERNAL",
|
|
24441
|
-
AtlassianInternal = "ATLASSIAN_INTERNAL"
|
|
24442
|
-
}
|
|
24443
|
-
export declare type DevConsoleMutation = {
|
|
24444
|
-
__typename?: 'DevConsoleMutation';
|
|
24445
|
-
createDeveloperSpace: DevConsoleDeveloperSpace;
|
|
24446
|
-
};
|
|
24447
|
-
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
24448
|
-
input: DevConsoleCreateDeveloperSpaceInput;
|
|
24449
|
-
};
|
|
24450
|
-
export declare type DevConsoleQuery = {
|
|
24451
|
-
__typename?: 'DevConsoleQuery';
|
|
24452
|
-
getDeveloperSpaceDetails: DevConsoleDeveloperSpaceDetails;
|
|
24453
|
-
getDeveloperSpaceWithLinkingAccess: Array<Maybe<Scalars['String']['output']>>;
|
|
24454
|
-
};
|
|
24455
|
-
export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
|
|
24456
|
-
developerSpaceId: Scalars['String']['input'];
|
|
24457
|
-
};
|
|
24458
24290
|
export declare type DevOps = {
|
|
24459
24291
|
__typename?: 'DevOps';
|
|
24460
24292
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -26135,7 +25967,6 @@ export declare type EcosystemMutation = {
|
|
|
26135
25967
|
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
26136
25968
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
26137
25969
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
26138
|
-
devConsole?: Maybe<DevConsoleMutation>;
|
|
26139
25970
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
26140
25971
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
26141
25972
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
@@ -26240,7 +26071,6 @@ export declare type EcosystemQuery = {
|
|
|
26240
26071
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
26241
26072
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
26242
26073
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
26243
|
-
devConsole?: Maybe<DevConsoleQuery>;
|
|
26244
26074
|
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
26245
26075
|
forgeAuditLogs?: Maybe<ForgeAuditLogsQuery>;
|
|
26246
26076
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
@@ -33438,7 +33268,6 @@ export declare type GraphStore = {
|
|
|
33438
33268
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
33439
33269
|
thirdPartyToGraphRemoteLink?: Maybe<GraphStoreSimplifiedThirdPartyToGraphRemoteLinkConnection>;
|
|
33440
33270
|
topicHasRelatedEntity?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
33441
|
-
topicHasRelatedEntityInverse?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection>;
|
|
33442
33271
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
33443
33272
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
33444
33273
|
userAssignedIssue?: Maybe<GraphStoreSimplifiedUserAssignedIssueConnection>;
|
|
@@ -37084,13 +36913,6 @@ export declare type GraphStoreTopicHasRelatedEntityArgs = {
|
|
|
37084
36913
|
id: Scalars['ID']['input'];
|
|
37085
36914
|
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37086
36915
|
};
|
|
37087
|
-
export declare type GraphStoreTopicHasRelatedEntityInverseArgs = {
|
|
37088
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
37089
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37090
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37091
|
-
id: Scalars['ID']['input'];
|
|
37092
|
-
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37093
|
-
};
|
|
37094
36916
|
export declare type GraphStoreUserAssignedIncidentArgs = {
|
|
37095
36917
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37096
36918
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40280,7 +40102,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
40280
40102
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
40281
40103
|
id: Scalars['ID']['output'];
|
|
40282
40104
|
};
|
|
40283
|
-
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;
|
|
40284
40106
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
40285
40107
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
40286
40108
|
value: Scalars['Int']['output'];
|
|
@@ -40315,7 +40137,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
40315
40137
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
40316
40138
|
id: Scalars['ID']['output'];
|
|
40317
40139
|
};
|
|
40318
|
-
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;
|
|
40319
40141
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
40320
40142
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
40321
40143
|
value: Scalars['String']['output'];
|
|
@@ -40325,19 +40147,19 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
40325
40147
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
40326
40148
|
id: Scalars['ID']['output'];
|
|
40327
40149
|
};
|
|
40328
|
-
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;
|
|
40329
40151
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
40330
40152
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
40331
40153
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
40332
40154
|
id: Scalars['ID']['output'];
|
|
40333
40155
|
};
|
|
40334
|
-
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;
|
|
40335
40157
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
40336
40158
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
40337
40159
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
40338
40160
|
id: Scalars['ID']['output'];
|
|
40339
40161
|
};
|
|
40340
|
-
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;
|
|
40341
40163
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
40342
40164
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
40343
40165
|
value: Scalars['Boolean']['output'];
|
|
@@ -40436,7 +40258,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
40436
40258
|
V2 = "V2",
|
|
40437
40259
|
V3 = "V3"
|
|
40438
40260
|
}
|
|
40439
|
-
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;
|
|
40440
40262
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
40441
40263
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
40442
40264
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -50534,21 +50356,7 @@ export declare type GraphStoreSimplifiedTopicHasRelatedEntityEdge = {
|
|
|
50534
50356
|
lastUpdated: Scalars['DateTime']['output'];
|
|
50535
50357
|
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityUnion>;
|
|
50536
50358
|
};
|
|
50537
|
-
export declare type
|
|
50538
|
-
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection';
|
|
50539
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge>>>;
|
|
50540
|
-
pageInfo: PageInfo;
|
|
50541
|
-
};
|
|
50542
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge = {
|
|
50543
|
-
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge';
|
|
50544
|
-
createdAt: Scalars['DateTime']['output'];
|
|
50545
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
50546
|
-
id: Scalars['ID']['output'];
|
|
50547
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
50548
|
-
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion>;
|
|
50549
|
-
};
|
|
50550
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion = KnowledgeDiscoveryTopicByAri;
|
|
50551
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityUnion = AppUser | AtlassianAccountUser | ConfluenceBlogPost | ConfluencePage | CustomerUser;
|
|
50359
|
+
export declare type GraphStoreSimplifiedTopicHasRelatedEntityUnion = ConfluenceBlogPost | ConfluencePage;
|
|
50552
50360
|
export declare type GraphStoreSimplifiedUserAssignedIncidentConnection = HasPageInfo & {
|
|
50553
50361
|
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentConnection';
|
|
50554
50362
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIncidentEdge>>>;
|
|
@@ -58792,7 +58600,6 @@ export declare enum JiraBoardType {
|
|
|
58792
58600
|
}
|
|
58793
58601
|
export declare type JiraBoardView = {
|
|
58794
58602
|
__typename?: 'JiraBoardView';
|
|
58795
|
-
canInlineEditStatusColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
58796
58603
|
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
58797
58604
|
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
58798
58605
|
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
@@ -58829,7 +58636,6 @@ export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
|
58829
58636
|
};
|
|
58830
58637
|
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
58831
58638
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
58832
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58833
58639
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58834
58640
|
id: Scalars['ID']['output'];
|
|
58835
58641
|
user?: Maybe<User>;
|
|
@@ -58852,13 +58658,11 @@ export declare type JiraBoardViewCardOptionEdge = {
|
|
|
58852
58658
|
};
|
|
58853
58659
|
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
58854
58660
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
58855
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58856
58661
|
category?: Maybe<JiraOption>;
|
|
58857
58662
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58858
58663
|
id: Scalars['ID']['output'];
|
|
58859
58664
|
};
|
|
58860
58665
|
export declare type JiraBoardViewColumn = {
|
|
58861
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58862
58666
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58863
58667
|
id: Scalars['ID']['output'];
|
|
58864
58668
|
};
|
|
@@ -58887,7 +58691,6 @@ export declare type JiraBoardViewInput = {
|
|
|
58887
58691
|
};
|
|
58888
58692
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
58889
58693
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
58890
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58891
58694
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58892
58695
|
id: Scalars['ID']['output'];
|
|
58893
58696
|
priority?: Maybe<JiraPriority>;
|
|
@@ -58907,7 +58710,6 @@ export declare type JiraBoardViewSettings = {
|
|
|
58907
58710
|
};
|
|
58908
58711
|
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
58909
58712
|
__typename?: 'JiraBoardViewStatusColumn';
|
|
58910
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58911
58713
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58912
58714
|
id: Scalars['ID']['output'];
|
|
58913
58715
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -61144,7 +60946,6 @@ export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView &
|
|
|
61144
60946
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61145
60947
|
issues?: Maybe<JiraIssueConnection>;
|
|
61146
60948
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
61147
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
61148
60949
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
61149
60950
|
};
|
|
61150
60951
|
export declare type JiraDetailedViewFieldSetsArgs = {
|
|
@@ -61974,10 +61775,6 @@ export declare type JiraFieldSetPreferences = {
|
|
|
61974
61775
|
__typename?: 'JiraFieldSetPreferences';
|
|
61975
61776
|
width?: Maybe<Scalars['Int']['output']>;
|
|
61976
61777
|
};
|
|
61977
|
-
export declare type JiraFieldSetPreferencesInput = {
|
|
61978
|
-
fieldSetId: Scalars['String']['input'];
|
|
61979
|
-
width?: InputMaybe<Scalars['Int']['input']>;
|
|
61980
|
-
};
|
|
61981
61778
|
export declare type JiraFieldSetPreferencesMutationInput = {
|
|
61982
61779
|
nodes?: InputMaybe<Array<JiraUpdateFieldSetPreferencesInput>>;
|
|
61983
61780
|
};
|
|
@@ -62866,7 +62663,6 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpre
|
|
|
62866
62663
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62867
62664
|
jql?: Maybe<Scalars['String']['output']>;
|
|
62868
62665
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
62869
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
62870
62666
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
62871
62667
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
62872
62668
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -64428,9 +64224,6 @@ export declare type JiraIssueSearchScope = {
|
|
|
64428
64224
|
operationScope?: InputMaybe<JiraIssueSearchOperationScope>;
|
|
64429
64225
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
64430
64226
|
};
|
|
64431
|
-
export declare type JiraIssueSearchSettings = {
|
|
64432
|
-
hideDone?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64433
|
-
};
|
|
64434
64227
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
64435
64228
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64436
64229
|
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -65782,7 +65575,6 @@ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheet
|
|
|
65782
65575
|
issues?: Maybe<JiraIssueConnection>;
|
|
65783
65576
|
jql?: Maybe<Scalars['String']['output']>;
|
|
65784
65577
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
65785
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
65786
65578
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
65787
65579
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
65788
65580
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -65810,7 +65602,6 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
65810
65602
|
export declare type JiraListViewViewSettingsArgs = {
|
|
65811
65603
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
65812
65604
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
65813
|
-
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
65814
65605
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
65815
65606
|
};
|
|
65816
65607
|
export declare type JiraLongRunningTaskProgress = {
|
|
@@ -68077,7 +67868,6 @@ export declare type JiraPlaybook = Node & {
|
|
|
68077
67868
|
__typename?: 'JiraPlaybook';
|
|
68078
67869
|
filters?: Maybe<Array<JiraPlaybookIssueFilter>>;
|
|
68079
67870
|
id: Scalars['ID']['output'];
|
|
68080
|
-
jql?: Maybe<Scalars['String']['output']>;
|
|
68081
67871
|
name?: Maybe<Scalars['String']['output']>;
|
|
68082
67872
|
owner?: Maybe<User>;
|
|
68083
67873
|
scopeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -68098,13 +67888,6 @@ export declare type JiraPlaybookEdge = {
|
|
|
68098
67888
|
cursor: Scalars['String']['output'];
|
|
68099
67889
|
node?: Maybe<JiraPlaybook>;
|
|
68100
67890
|
};
|
|
68101
|
-
export declare type JiraPlaybookExecutionFilter = {
|
|
68102
|
-
contextId?: InputMaybe<Scalars['String']['input']>;
|
|
68103
|
-
endTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68104
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
68105
|
-
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68106
|
-
status?: InputMaybe<Array<JiraPlaybookStepRunStatus>>;
|
|
68107
|
-
};
|
|
68108
67891
|
export declare type JiraPlaybookFilter = {
|
|
68109
67892
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68110
67893
|
};
|
|
@@ -72614,15 +72397,6 @@ export declare type JiraSetFieldAssociationWithIssueTypesPayload = Payload & {
|
|
|
72614
72397
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
72615
72398
|
success: Scalars['Boolean']['output'];
|
|
72616
72399
|
};
|
|
72617
|
-
export declare type JiraSetFieldSetsPreferencesInput = {
|
|
72618
|
-
fieldSetsPreferences?: InputMaybe<Array<JiraFieldSetPreferencesInput>>;
|
|
72619
|
-
viewId: Scalars['ID']['input'];
|
|
72620
|
-
};
|
|
72621
|
-
export declare type JiraSetFieldSetsPreferencesPayload = Payload & {
|
|
72622
|
-
__typename?: 'JiraSetFieldSetsPreferencesPayload';
|
|
72623
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72624
|
-
success: Scalars['Boolean']['output'];
|
|
72625
|
-
};
|
|
72626
72400
|
export declare type JiraSetIsFavouriteInput = {
|
|
72627
72401
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
72628
72402
|
entityId: Scalars['ID']['input'];
|
|
@@ -73118,7 +72892,6 @@ export declare type JiraSpreadsheetGroupIssuesArgs = {
|
|
|
73118
72892
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73119
72893
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
73120
72894
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73121
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73122
72895
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
73123
72896
|
};
|
|
73124
72897
|
export declare type JiraSpreadsheetGroupByConfig = {
|
|
@@ -75266,8 +75039,7 @@ export declare type JiraViewScopeInput = {
|
|
|
75266
75039
|
};
|
|
75267
75040
|
export declare enum JiraVisibilityControlMechanism {
|
|
75268
75041
|
AppAccessRules = "AppAccessRules",
|
|
75269
|
-
DisplayConditions = "DisplayConditions"
|
|
75270
|
-
UnlicensedAccess = "UnlicensedAccess"
|
|
75042
|
+
DisplayConditions = "DisplayConditions"
|
|
75271
75043
|
}
|
|
75272
75044
|
export declare type JiraVote = {
|
|
75273
75045
|
__typename?: 'JiraVote';
|
|
@@ -77190,15 +76962,6 @@ export declare enum KnowledgeDiscoveryKeyPhraseInputTextFormat {
|
|
|
77190
76962
|
Plain = "PLAIN"
|
|
77191
76963
|
}
|
|
77192
76964
|
export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPhraseConnection | QueryError;
|
|
77193
|
-
export declare type KnowledgeDiscoveryMarkZeroQueryInteractedInput = {
|
|
77194
|
-
cloudId: Scalars['String']['input'];
|
|
77195
|
-
query: Scalars['String']['input'];
|
|
77196
|
-
};
|
|
77197
|
-
export declare type KnowledgeDiscoveryMarkZeroQueryInteractedPayload = Payload & {
|
|
77198
|
-
__typename?: 'KnowledgeDiscoveryMarkZeroQueryInteractedPayload';
|
|
77199
|
-
errors?: Maybe<Array<MutationError>>;
|
|
77200
|
-
success: Scalars['Boolean']['output'];
|
|
77201
|
-
};
|
|
77202
76965
|
export declare type KnowledgeDiscoveryMetadata = {
|
|
77203
76966
|
numberOfRecentDocuments?: InputMaybe<Scalars['Int']['input']>;
|
|
77204
76967
|
};
|
|
@@ -77210,7 +76973,6 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
77210
76973
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
77211
76974
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
77212
76975
|
dismissBookmarkSuggestion?: Maybe<KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload>;
|
|
77213
|
-
markZeroQueryInteracted?: Maybe<KnowledgeDiscoveryMarkZeroQueryInteractedPayload>;
|
|
77214
76976
|
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
77215
76977
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
77216
76978
|
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
@@ -77233,9 +76995,6 @@ export declare type KnowledgeDiscoveryMutationApiDeleteBookmarksArgs = {
|
|
|
77233
76995
|
export declare type KnowledgeDiscoveryMutationApiDismissBookmarkSuggestionArgs = {
|
|
77234
76996
|
input: KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput;
|
|
77235
76997
|
};
|
|
77236
|
-
export declare type KnowledgeDiscoveryMutationApiMarkZeroQueryInteractedArgs = {
|
|
77237
|
-
input: KnowledgeDiscoveryMarkZeroQueryInteractedInput;
|
|
77238
|
-
};
|
|
77239
76998
|
export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
|
|
77240
76999
|
input: KnowledgeDiscoveryUpdateAdminhubBookmarkInput;
|
|
77241
77000
|
};
|
|
@@ -77275,7 +77034,6 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
77275
77034
|
searchUser?: Maybe<KnowledgeDiscoveryUserSearchResult>;
|
|
77276
77035
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
77277
77036
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
77278
|
-
topicsByAris?: Maybe<Array<Maybe<KnowledgeDiscoveryTopicByAri>>>;
|
|
77279
77037
|
zeroQueries?: Maybe<KnowledgeDiscoveryZeroQueriesResult>;
|
|
77280
77038
|
};
|
|
77281
77039
|
export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarkArgs = {
|
|
@@ -77376,9 +77134,6 @@ export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
|
|
|
77376
77134
|
id: Scalars['String']['input'];
|
|
77377
77135
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
77378
77136
|
};
|
|
77379
|
-
export declare type KnowledgeDiscoveryQueryApiTopicsByArisArgs = {
|
|
77380
|
-
ids: Array<Scalars['ID']['input']>;
|
|
77381
|
-
};
|
|
77382
77137
|
export declare type KnowledgeDiscoveryQueryApiZeroQueriesArgs = {
|
|
77383
77138
|
cloudId: Scalars['String']['input'];
|
|
77384
77139
|
};
|
|
@@ -77462,16 +77217,6 @@ export declare type KnowledgeDiscoveryTopic = KnowledgeDiscoveryEntity & {
|
|
|
77462
77217
|
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77463
77218
|
updatedAt: Scalars['String']['output'];
|
|
77464
77219
|
};
|
|
77465
|
-
export declare type KnowledgeDiscoveryTopicByAri = Node & {
|
|
77466
|
-
__typename?: 'KnowledgeDiscoveryTopicByAri';
|
|
77467
|
-
description: Scalars['String']['output'];
|
|
77468
|
-
documentCount?: Maybe<Scalars['Int']['output']>;
|
|
77469
|
-
id: Scalars['ID']['output'];
|
|
77470
|
-
name: Scalars['String']['output'];
|
|
77471
|
-
relatedQuestion?: Maybe<Scalars['String']['output']>;
|
|
77472
|
-
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77473
|
-
updatedAt: Scalars['String']['output'];
|
|
77474
|
-
};
|
|
77475
77220
|
export declare type KnowledgeDiscoveryTopicResult = KnowledgeDiscoveryTopic | QueryError;
|
|
77476
77221
|
export declare enum KnowledgeDiscoveryTopicType {
|
|
77477
77222
|
Area = "AREA",
|
|
@@ -77531,19 +77276,9 @@ export declare type KnowledgeDiscoveryUsers = {
|
|
|
77531
77276
|
};
|
|
77532
77277
|
export declare type KnowledgeDiscoveryZeroQueries = {
|
|
77533
77278
|
__typename?: 'KnowledgeDiscoveryZeroQueries';
|
|
77534
|
-
zeroQueries?: Maybe<Array<
|
|
77279
|
+
zeroQueries?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
77535
77280
|
};
|
|
77536
77281
|
export declare type KnowledgeDiscoveryZeroQueriesResult = KnowledgeDiscoveryZeroQueries | QueryError;
|
|
77537
|
-
export declare type KnowledgeDiscoveryZeroQuery = {
|
|
77538
|
-
__typename?: 'KnowledgeDiscoveryZeroQuery';
|
|
77539
|
-
query: Scalars['String']['output'];
|
|
77540
|
-
type: KnowledgeDiscoveryZeroQueryType;
|
|
77541
|
-
};
|
|
77542
|
-
export declare enum KnowledgeDiscoveryZeroQueryType {
|
|
77543
|
-
RecentWork = "RECENT_WORK",
|
|
77544
|
-
RelatedQuestion = "RELATED_QUESTION",
|
|
77545
|
-
WhoIs = "WHO_IS"
|
|
77546
|
-
}
|
|
77547
77282
|
export declare enum KnowledgeGraphContentType {
|
|
77548
77283
|
Blogpost = "BLOGPOST",
|
|
77549
77284
|
Page = "PAGE"
|
|
@@ -78456,7 +78191,6 @@ export declare type MarketplaceAppVersionEdge = {
|
|
|
78456
78191
|
};
|
|
78457
78192
|
export declare type MarketplaceAppVersionFilter = {
|
|
78458
78193
|
cloudAppVersionId?: InputMaybe<Scalars['ID']['input']>;
|
|
78459
|
-
cloudComplianceBoundary?: InputMaybe<Array<InputMaybe<ComplianceBoundary>>>;
|
|
78460
78194
|
excludeHiddenIn?: InputMaybe<MarketplaceLocation>;
|
|
78461
78195
|
productHostingOptions?: InputMaybe<Array<AtlassianProductHostingType>>;
|
|
78462
78196
|
visibility?: InputMaybe<MarketplaceAppVersionVisibility>;
|
|
@@ -81291,7 +81025,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
81291
81025
|
ari: Scalars['String']['output'];
|
|
81292
81026
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
81293
81027
|
createdDate: Scalars['String']['output'];
|
|
81294
|
-
draft: Scalars['Boolean']['output'];
|
|
81295
81028
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
81296
81029
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
81297
81030
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
@@ -81381,7 +81114,7 @@ export declare type MercuryFocusAreaChangeRequirements = {
|
|
|
81381
81114
|
};
|
|
81382
81115
|
export declare type MercuryFocusAreaChangeSummary = {
|
|
81383
81116
|
__typename?: 'MercuryFocusAreaChangeSummary';
|
|
81384
|
-
focusAreaId
|
|
81117
|
+
focusAreaId: Scalars['ID']['output'];
|
|
81385
81118
|
fundChangeSummary?: Maybe<MercuryFocusAreaFundChangeSummary>;
|
|
81386
81119
|
positionChangeSummary?: Maybe<MercuryFocusAreaPositionChangeSummary>;
|
|
81387
81120
|
strategicEventId: Scalars['ID']['output'];
|
|
@@ -81401,7 +81134,6 @@ export declare type MercuryFocusAreaFundChangeSummary = {
|
|
|
81401
81134
|
__typename?: 'MercuryFocusAreaFundChangeSummary';
|
|
81402
81135
|
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
81403
81136
|
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
81404
|
-
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
81405
81137
|
};
|
|
81406
81138
|
export declare type MercuryFocusAreaGoalLink = Node & {
|
|
81407
81139
|
__typename?: 'MercuryFocusAreaGoalLink';
|
|
@@ -81477,9 +81209,7 @@ export declare type MercuryFocusAreaPositionChangeSummary = {
|
|
|
81477
81209
|
movedInCount?: Maybe<Scalars['Int']['output']>;
|
|
81478
81210
|
movedOutCount?: Maybe<Scalars['Int']['output']>;
|
|
81479
81211
|
movedWithinCount?: Maybe<Scalars['Int']['output']>;
|
|
81480
|
-
netCount?: Maybe<Scalars['Int']['output']>;
|
|
81481
81212
|
newCount?: Maybe<Scalars['Int']['output']>;
|
|
81482
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
81483
81213
|
};
|
|
81484
81214
|
export declare type MercuryFocusAreaSort = {
|
|
81485
81215
|
field?: InputMaybe<MercuryFocusAreaSortField>;
|
|
@@ -82726,7 +82456,6 @@ export declare type MercuryStrategicEventsQueryApi = {
|
|
|
82726
82456
|
changeSummaryByFocusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaChangeSummary>>>;
|
|
82727
82457
|
changeSummaryByFocusAreaIds?: Maybe<Array<Maybe<MercuryChangeSummary>>>;
|
|
82728
82458
|
changeSummaryForChangeProposal?: Maybe<MercuryChangeSummaryForChangeProposal>;
|
|
82729
|
-
changeSummaryForStrategicEvent?: Maybe<MercuryFocusAreaChangeSummary>;
|
|
82730
82459
|
changeSummaryInternal?: Maybe<Array<Maybe<MercuryChangeSummary>>>;
|
|
82731
82460
|
changes?: Maybe<Array<Maybe<MercuryChange>>>;
|
|
82732
82461
|
changesByPositionIds?: Maybe<Array<Maybe<MercuryChange>>>;
|
|
@@ -82770,9 +82499,6 @@ export declare type MercuryStrategicEventsQueryApiChangeSummaryByFocusAreaIdsArg
|
|
|
82770
82499
|
export declare type MercuryStrategicEventsQueryApiChangeSummaryForChangeProposalArgs = {
|
|
82771
82500
|
changeProposalId: Scalars['ID']['input'];
|
|
82772
82501
|
};
|
|
82773
|
-
export declare type MercuryStrategicEventsQueryApiChangeSummaryForStrategicEventArgs = {
|
|
82774
|
-
strategicEventId?: InputMaybe<Scalars['ID']['input']>;
|
|
82775
|
-
};
|
|
82776
82502
|
export declare type MercuryStrategicEventsQueryApiChangeSummaryInternalArgs = {
|
|
82777
82503
|
inputs: Array<MercuryChangeSummaryInput>;
|
|
82778
82504
|
};
|
|
@@ -83357,8 +83083,6 @@ export declare type Mutation = {
|
|
|
83357
83083
|
addLabels?: Maybe<AddLabelsPayload>;
|
|
83358
83084
|
addPublicLinkPermissions?: Maybe<AddPublicLinkPermissionsPayload>;
|
|
83359
83085
|
addReaction?: Maybe<SaveReactionResponse>;
|
|
83360
|
-
admin_createAccessUrl?: Maybe<AdminAccessUrlCreationResponsePayload>;
|
|
83361
|
-
admin_deleteAccessUrl?: Maybe<AdminAccessUrlDeletionResponsePayload>;
|
|
83362
83086
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
83363
83087
|
agentStudio_createScenario?: Maybe<AgentStudioCreateScenarioPayload>;
|
|
83364
83088
|
agentStudio_deleteScenario?: Maybe<AgentStudioDeleteScenarioPayload>;
|
|
@@ -83372,7 +83096,6 @@ export declare type Mutation = {
|
|
|
83372
83096
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
83373
83097
|
appStorage?: Maybe<AppStorageMutation>;
|
|
83374
83098
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
83375
|
-
appStorage_admin?: Maybe<AppStorageAdminMutation>;
|
|
83376
83099
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
83377
83100
|
archivePages?: Maybe<BulkArchivePagePayload>;
|
|
83378
83101
|
archivePolarisInsights?: Maybe<ArchivePolarisInsightsPayload>;
|
|
@@ -83393,10 +83116,10 @@ export declare type Mutation = {
|
|
|
83393
83116
|
channelPlatform_createMeetingDetails?: Maybe<ChannelPlatformMeeting>;
|
|
83394
83117
|
channelPlatform_createQueues?: Maybe<ChannelPlatformConnectQueue>;
|
|
83395
83118
|
channelPlatform_deleteQueues?: Maybe<ChannelPlatformMutationStatus>;
|
|
83396
|
-
channelPlatform_performPluginAction?: Maybe<ChannelPlatformPluginActionResponse>;
|
|
83397
83119
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
83398
83120
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
83399
83121
|
completeSprint?: Maybe<CompleteSprintResponse>;
|
|
83122
|
+
configurePolarisRefresh?: Maybe<ConfigurePolarisRefreshPayload>;
|
|
83400
83123
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
83401
83124
|
confluenceLegacy_activatePaywallContent?: Maybe<ConfluenceLegacyActivatePaywallContentPayload>;
|
|
83402
83125
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacyAddDefaultExCoSpacePermissionsPayload>;
|
|
@@ -83756,7 +83479,6 @@ export declare type Mutation = {
|
|
|
83756
83479
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
83757
83480
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
83758
83481
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
83759
|
-
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
83760
83482
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
83761
83483
|
jira_setIssueSearchHideDoneItems?: Maybe<JiraSetIssueSearchHideDoneItemsPayload>;
|
|
83762
83484
|
jira_setIssueSearchHierarchyEnabled?: Maybe<JiraSetIssueSearchHierarchyEnabledPayload>;
|
|
@@ -83774,7 +83496,6 @@ export declare type Mutation = {
|
|
|
83774
83496
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
83775
83497
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
83776
83498
|
likeContent?: Maybe<LikeContentPayload>;
|
|
83777
|
-
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
83778
83499
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
83779
83500
|
markFeatureDiscovered?: Maybe<FeatureDiscoveryPayload>;
|
|
83780
83501
|
marketplaceConsole: MarketplaceConsoleMutationApi;
|
|
@@ -83881,26 +83602,10 @@ export declare type Mutation = {
|
|
|
83881
83602
|
shareResource?: Maybe<ShareResourcePayload>;
|
|
83882
83603
|
shepherd?: Maybe<ShepherdMutation>;
|
|
83883
83604
|
softDeleteSpace?: Maybe<SoftDeleteSpacePayload>;
|
|
83884
|
-
spf_attachAskLink?: Maybe<SpfAttachAskLinkPayload>;
|
|
83885
83605
|
spf_attachRelatedContent?: Maybe<SpfAttachRelatedContentPayload>;
|
|
83886
|
-
spf_createAsk?: Maybe<SpfCreateAskPayload>;
|
|
83887
|
-
spf_createAskComment?: Maybe<SpfCreateAskCommentPayload>;
|
|
83888
83606
|
spf_createComment?: Maybe<SpfCreateCommentPayload>;
|
|
83889
83607
|
spf_createDependency?: Maybe<SpfCreateDependencyPayload>;
|
|
83890
|
-
spf_deleteAsk?: Maybe<SpfDeleteAskPayload>;
|
|
83891
83608
|
spf_deleteDependency?: Maybe<SpfDeleteDependencyPayload>;
|
|
83892
|
-
spf_updateAskComment?: Maybe<SpfUpdateAskCommentPayload>;
|
|
83893
|
-
spf_updateAskDescription?: Maybe<SpfUpdateAskPayload>;
|
|
83894
|
-
spf_updateAskImpactedWork?: Maybe<SpfUpdateAskPayload>;
|
|
83895
|
-
spf_updateAskJustification?: Maybe<SpfUpdateAskPayload>;
|
|
83896
|
-
spf_updateAskName?: Maybe<SpfUpdateAskPayload>;
|
|
83897
|
-
spf_updateAskOwner?: Maybe<SpfUpdateAskPayload>;
|
|
83898
|
-
spf_updateAskPriority?: Maybe<SpfUpdateAskPayload>;
|
|
83899
|
-
spf_updateAskReceivingTeam?: Maybe<SpfUpdateAskPayload>;
|
|
83900
|
-
spf_updateAskStatus?: Maybe<SpfUpdateAskPayload>;
|
|
83901
|
-
spf_updateAskSubmitter?: Maybe<SpfUpdateAskPayload>;
|
|
83902
|
-
spf_updateAskSubmittingTeam?: Maybe<SpfUpdateAskPayload>;
|
|
83903
|
-
spf_updateAskTargetDate?: Maybe<SpfUpdateAskPayload>;
|
|
83904
83609
|
spf_updateComment?: Maybe<SpfUpdateCommentPayload>;
|
|
83905
83610
|
spf_updateDependencyDescription?: Maybe<SpfUpdateDependencyPayload>;
|
|
83906
83611
|
spf_updateDependencyImpactedWork?: Maybe<SpfUpdateDependencyPayload>;
|
|
@@ -84026,12 +83731,6 @@ export declare type MutationAddReactionArgs = {
|
|
|
84026
83731
|
contentType: GraphQlReactionContentType;
|
|
84027
83732
|
emojiId: Scalars['String']['input'];
|
|
84028
83733
|
};
|
|
84029
|
-
export declare type MutationAdmin_CreateAccessUrlArgs = {
|
|
84030
|
-
resourceAri: Scalars['ID']['input'];
|
|
84031
|
-
};
|
|
84032
|
-
export declare type MutationAdmin_DeleteAccessUrlArgs = {
|
|
84033
|
-
id: Scalars['ID']['input'];
|
|
84034
|
-
};
|
|
84035
83734
|
export declare type MutationAgentStudio_CreateAgentArgs = {
|
|
84036
83735
|
cloudId: Scalars['String']['input'];
|
|
84037
83736
|
input: AgentStudioCreateAgentInput;
|
|
@@ -84072,9 +83771,6 @@ export declare type MutationAgentStudio_UpdateScenarioMappingsForContainerArgs =
|
|
|
84072
83771
|
containerId: Scalars['String']['input'];
|
|
84073
83772
|
scenarioIds: Array<Scalars['ID']['input']>;
|
|
84074
83773
|
};
|
|
84075
|
-
export declare type MutationAppStorage_AdminArgs = {
|
|
84076
|
-
appId: Scalars['ID']['input'];
|
|
84077
|
-
};
|
|
84078
83774
|
export declare type MutationApplyPolarisProjectTemplateArgs = {
|
|
84079
83775
|
input: ApplyPolarisProjectTemplateInput;
|
|
84080
83776
|
};
|
|
@@ -84145,15 +83841,15 @@ export declare type MutationChannelPlatform_DeleteQueuesArgs = {
|
|
|
84145
83841
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
84146
83842
|
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
84147
83843
|
};
|
|
84148
|
-
export declare type MutationChannelPlatform_PerformPluginActionArgs = {
|
|
84149
|
-
pluginActionRequest?: InputMaybe<ChannelPlatformPluginActionRequest>;
|
|
84150
|
-
};
|
|
84151
83844
|
export declare type MutationClearRestrictionsForFreeArgs = {
|
|
84152
83845
|
contentId: Scalars['ID']['input'];
|
|
84153
83846
|
};
|
|
84154
83847
|
export declare type MutationCompleteSprintArgs = {
|
|
84155
83848
|
input?: InputMaybe<CompleteSprintInput>;
|
|
84156
83849
|
};
|
|
83850
|
+
export declare type MutationConfigurePolarisRefreshArgs = {
|
|
83851
|
+
input: ConfigurePolarisRefreshInput;
|
|
83852
|
+
};
|
|
84157
83853
|
export declare type MutationConfluenceLegacy_ActivatePaywallContentArgs = {
|
|
84158
83854
|
input: ConfluenceLegacyActivatePaywallContentInput;
|
|
84159
83855
|
};
|
|
@@ -85305,9 +85001,6 @@ export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
|
85305
85001
|
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
85306
85002
|
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
85307
85003
|
};
|
|
85308
|
-
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
85309
|
-
input: JiraSetFieldSetsPreferencesInput;
|
|
85310
|
-
};
|
|
85311
85004
|
export declare type MutationJira_SetIssueSearchGroupByArgs = {
|
|
85312
85005
|
input: JiraSetIssueSearchGroupByInput;
|
|
85313
85006
|
};
|
|
@@ -85354,12 +85047,6 @@ export declare type MutationKnowledgeBaseSpacePermission_UpdateViewArgs = {
|
|
|
85354
85047
|
export declare type MutationLikeContentArgs = {
|
|
85355
85048
|
input: LikeContentInput;
|
|
85356
85049
|
};
|
|
85357
|
-
export declare type MutationLoom_SpaceCreateArgs = {
|
|
85358
|
-
analyticsSource?: InputMaybe<Scalars['String']['input']>;
|
|
85359
|
-
name: Scalars['String']['input'];
|
|
85360
|
-
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
85361
|
-
siteId: Scalars['ID']['input'];
|
|
85362
|
-
};
|
|
85363
85050
|
export declare type MutationMarkCommentsAsReadArgs = {
|
|
85364
85051
|
input: MarkCommentsAsReadInput;
|
|
85365
85052
|
};
|
|
@@ -85674,66 +85361,18 @@ export declare type MutationShareResourceArgs = {
|
|
|
85674
85361
|
export declare type MutationSoftDeleteSpaceArgs = {
|
|
85675
85362
|
spaceKey: Scalars['String']['input'];
|
|
85676
85363
|
};
|
|
85677
|
-
export declare type MutationSpf_AttachAskLinkArgs = {
|
|
85678
|
-
input: SpfAttachAskLinkInput;
|
|
85679
|
-
};
|
|
85680
85364
|
export declare type MutationSpf_AttachRelatedContentArgs = {
|
|
85681
85365
|
input: SpfAttachRelatedContentInput;
|
|
85682
85366
|
};
|
|
85683
|
-
export declare type MutationSpf_CreateAskArgs = {
|
|
85684
|
-
input: SpfCreateAskInput;
|
|
85685
|
-
};
|
|
85686
|
-
export declare type MutationSpf_CreateAskCommentArgs = {
|
|
85687
|
-
input: SpfCreateAskCommentInput;
|
|
85688
|
-
};
|
|
85689
85367
|
export declare type MutationSpf_CreateCommentArgs = {
|
|
85690
85368
|
input: SpfCreateCommentInput;
|
|
85691
85369
|
};
|
|
85692
85370
|
export declare type MutationSpf_CreateDependencyArgs = {
|
|
85693
85371
|
input: SpfCreateDependencyInput;
|
|
85694
85372
|
};
|
|
85695
|
-
export declare type MutationSpf_DeleteAskArgs = {
|
|
85696
|
-
input: SpfDeleteAskInput;
|
|
85697
|
-
};
|
|
85698
85373
|
export declare type MutationSpf_DeleteDependencyArgs = {
|
|
85699
85374
|
input: SpfDeleteDependencyInput;
|
|
85700
85375
|
};
|
|
85701
|
-
export declare type MutationSpf_UpdateAskCommentArgs = {
|
|
85702
|
-
input: SpfUpdateAskCommentDataInput;
|
|
85703
|
-
};
|
|
85704
|
-
export declare type MutationSpf_UpdateAskDescriptionArgs = {
|
|
85705
|
-
input: SpfUpdateAskDescriptionInput;
|
|
85706
|
-
};
|
|
85707
|
-
export declare type MutationSpf_UpdateAskImpactedWorkArgs = {
|
|
85708
|
-
input: SpfUpdateAskImpactedWorkInput;
|
|
85709
|
-
};
|
|
85710
|
-
export declare type MutationSpf_UpdateAskJustificationArgs = {
|
|
85711
|
-
input: SpfUpdateAskJustificationInput;
|
|
85712
|
-
};
|
|
85713
|
-
export declare type MutationSpf_UpdateAskNameArgs = {
|
|
85714
|
-
input: SpfUpdateAskNameInput;
|
|
85715
|
-
};
|
|
85716
|
-
export declare type MutationSpf_UpdateAskOwnerArgs = {
|
|
85717
|
-
input: SpfUpdateAskOwnerInput;
|
|
85718
|
-
};
|
|
85719
|
-
export declare type MutationSpf_UpdateAskPriorityArgs = {
|
|
85720
|
-
input: SpfUpdateAskPriorityInput;
|
|
85721
|
-
};
|
|
85722
|
-
export declare type MutationSpf_UpdateAskReceivingTeamArgs = {
|
|
85723
|
-
input: SpfUpdateAskReceivingTeamInput;
|
|
85724
|
-
};
|
|
85725
|
-
export declare type MutationSpf_UpdateAskStatusArgs = {
|
|
85726
|
-
input: SpfUpdateAskStatusInput;
|
|
85727
|
-
};
|
|
85728
|
-
export declare type MutationSpf_UpdateAskSubmitterArgs = {
|
|
85729
|
-
input: SpfUpdateAskSubmitterInput;
|
|
85730
|
-
};
|
|
85731
|
-
export declare type MutationSpf_UpdateAskSubmittingTeamArgs = {
|
|
85732
|
-
input: SpfUpdateAskSubmittingTeamInput;
|
|
85733
|
-
};
|
|
85734
|
-
export declare type MutationSpf_UpdateAskTargetDateArgs = {
|
|
85735
|
-
input: SpfUpdateAskTargetDateInput;
|
|
85736
|
-
};
|
|
85737
85376
|
export declare type MutationSpf_UpdateCommentArgs = {
|
|
85738
85377
|
input: SpfUpdateCommentDataInput;
|
|
85739
85378
|
};
|
|
@@ -88799,7 +88438,6 @@ export declare type Query = {
|
|
|
88799
88438
|
adminAnnouncementBannerSettings?: Maybe<Array<Maybe<ConfluenceAdminAnnouncementBannerSetting>>>;
|
|
88800
88439
|
adminAnnouncementBannerSettingsByCriteria?: Maybe<AdminAnnouncementBannerSettingConnection>;
|
|
88801
88440
|
adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
|
|
88802
|
-
admin_accessUrls?: Maybe<AdminAccessUrlConnection>;
|
|
88803
88441
|
agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
|
|
88804
88442
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
|
|
88805
88443
|
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
|
|
@@ -89397,8 +89035,6 @@ export declare type Query = {
|
|
|
89397
89035
|
pricings: ContentPlatformPricingSearchConnection;
|
|
89398
89036
|
productListing?: Maybe<ProductListingResult>;
|
|
89399
89037
|
productListings: Array<ProductListingResult>;
|
|
89400
|
-
projects_byAri?: Maybe<TownsquareProject>;
|
|
89401
|
-
projects_byAris?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
89402
89038
|
ptpage?: Maybe<PtPage>;
|
|
89403
89039
|
publicLinkInformation?: Maybe<PublicLinkInformation>;
|
|
89404
89040
|
publicLinkOnboardingReference?: Maybe<PublicLinkOnboardingReference>;
|
|
@@ -89471,9 +89107,6 @@ export declare type Query = {
|
|
|
89471
89107
|
spaceWatchers?: Maybe<PaginatedPersonList>;
|
|
89472
89108
|
spaces?: Maybe<PaginatedSpaceList>;
|
|
89473
89109
|
spacesWithExemptions?: Maybe<Array<Maybe<SpaceWithExemption>>>;
|
|
89474
|
-
spf_ask?: Maybe<SpfAskResult>;
|
|
89475
|
-
spf_asks?: Maybe<SpfAskConnection>;
|
|
89476
|
-
spf_asksByIds?: Maybe<Array<Maybe<SpfAsk>>>;
|
|
89477
89110
|
spf_dependencies?: Maybe<SpfDependencyConnection>;
|
|
89478
89111
|
spf_dependenciesByIds?: Maybe<Array<Maybe<SpfDependency>>>;
|
|
89479
89112
|
spf_dependency?: Maybe<SpfDependencyResult>;
|
|
@@ -89546,13 +89179,6 @@ export declare type QueryAdminAnnouncementBannerSettingsByCriteriaArgs = {
|
|
|
89546
89179
|
isAscending?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89547
89180
|
orderBy?: InputMaybe<AdminAnnouncementBannerSettingsByCriteriaOrder>;
|
|
89548
89181
|
};
|
|
89549
|
-
export declare type QueryAdmin_AccessUrlsArgs = {
|
|
89550
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
89551
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
89552
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89553
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
89554
|
-
orgId: Scalars['ID']['input'];
|
|
89555
|
-
};
|
|
89556
89182
|
export declare type QueryAgentAi_ContextPanelArgs = {
|
|
89557
89183
|
cloudId: Scalars['ID']['input'];
|
|
89558
89184
|
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -91851,7 +91477,6 @@ export declare type QueryPlaybook_JiraPlaybookStepRunsForProjectArgs = {
|
|
|
91851
91477
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
91852
91478
|
cloudId: Scalars['ID']['input'];
|
|
91853
91479
|
filter?: InputMaybe<JiraPlaybookFilter>;
|
|
91854
|
-
filters?: InputMaybe<JiraPlaybookExecutionFilter>;
|
|
91855
91480
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91856
91481
|
projectKey: Scalars['String']['input'];
|
|
91857
91482
|
};
|
|
@@ -91930,12 +91555,6 @@ export declare type QueryProductListingsArgs = {
|
|
|
91930
91555
|
ids: Array<Scalars['ID']['input']>;
|
|
91931
91556
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
91932
91557
|
};
|
|
91933
|
-
export declare type QueryProjects_ByAriArgs = {
|
|
91934
|
-
ari: Scalars['String']['input'];
|
|
91935
|
-
};
|
|
91936
|
-
export declare type QueryProjects_ByArisArgs = {
|
|
91937
|
-
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
91938
|
-
};
|
|
91939
91558
|
export declare type QueryPtpageArgs = {
|
|
91940
91559
|
enablePaging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
91941
91560
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -92018,7 +91637,6 @@ export declare type QueryRadar_PositionsByEntitySearchArgs = {
|
|
|
92018
91637
|
cloudId: Scalars['ID']['input'];
|
|
92019
91638
|
entity: RadarPositionsByEntityType;
|
|
92020
91639
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
92021
|
-
input?: InputMaybe<RadarPositionsByEntityInput>;
|
|
92022
91640
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
92023
91641
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
92024
91642
|
};
|
|
@@ -92255,18 +91873,6 @@ export declare type QuerySpacesArgs = {
|
|
|
92255
91873
|
export declare type QuerySpacesWithExemptionsArgs = {
|
|
92256
91874
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
92257
91875
|
};
|
|
92258
|
-
export declare type QuerySpf_AskArgs = {
|
|
92259
|
-
id: Scalars['ID']['input'];
|
|
92260
|
-
};
|
|
92261
|
-
export declare type QuerySpf_AsksArgs = {
|
|
92262
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
92263
|
-
cloudId: Scalars['ID']['input'];
|
|
92264
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
92265
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
92266
|
-
};
|
|
92267
|
-
export declare type QuerySpf_AsksByIdsArgs = {
|
|
92268
|
-
ids: Array<Scalars['ID']['input']>;
|
|
92269
|
-
};
|
|
92270
91876
|
export declare type QuerySpf_DependenciesArgs = {
|
|
92271
91877
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92272
91878
|
cloudId: Scalars['ID']['input'];
|
|
@@ -92908,13 +92514,8 @@ export declare type RadarPositionsByEntityEdge = RadarEdge & {
|
|
|
92908
92514
|
cursor: Scalars['String']['output'];
|
|
92909
92515
|
node: RadarPositionsByEntity;
|
|
92910
92516
|
};
|
|
92911
|
-
export declare type RadarPositionsByEntityInput = {
|
|
92912
|
-
entity: RadarPositionsByEntityType;
|
|
92913
|
-
fieldValue?: InputMaybe<Scalars['ID']['input']>;
|
|
92914
|
-
};
|
|
92915
92517
|
export declare enum RadarPositionsByEntityType {
|
|
92916
|
-
FocusArea = "focusArea"
|
|
92917
|
-
Position = "position"
|
|
92518
|
+
FocusArea = "focusArea"
|
|
92918
92519
|
}
|
|
92919
92520
|
export declare type RadarPrincipalByResourceRole = {
|
|
92920
92521
|
__typename?: 'RadarPrincipalByResourceRole';
|
|
@@ -93058,8 +92659,6 @@ export declare enum RateLimitingCurrency {
|
|
|
93058
92659
|
DevopsContainerRelationshipsWriteCurrency = "DEVOPS_CONTAINER_RELATIONSHIPS_WRITE_CURRENCY",
|
|
93059
92660
|
DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
|
|
93060
92661
|
DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
|
|
93061
|
-
DevConsoleMutationCurrency = "DEV_CONSOLE_MUTATION_CURRENCY",
|
|
93062
|
-
DevConsoleQueryCurrency = "DEV_CONSOLE_QUERY_CURRENCY",
|
|
93063
92662
|
ExportMetricsCurrency = "EXPORT_METRICS_CURRENCY",
|
|
93064
92663
|
ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY",
|
|
93065
92664
|
ForgeAppContributorCurrency = "FORGE_APP_CONTRIBUTOR_CURRENCY",
|
|
@@ -94745,7 +94344,6 @@ export declare type SearchAnalyticsInput = {
|
|
|
94745
94344
|
queryVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
94746
94345
|
searchReferrerId?: InputMaybe<Scalars['String']['input']>;
|
|
94747
94346
|
searchSessionId?: InputMaybe<Scalars['String']['input']>;
|
|
94748
|
-
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
94749
94347
|
sourceProduct?: InputMaybe<Scalars['String']['input']>;
|
|
94750
94348
|
};
|
|
94751
94349
|
export declare type SearchBoardFilter = {
|
|
@@ -98388,137 +97986,6 @@ export declare type SpaceWithExemption = {
|
|
|
98388
97986
|
status?: Maybe<Scalars['String']['output']>;
|
|
98389
97987
|
type?: Maybe<Scalars['String']['output']>;
|
|
98390
97988
|
};
|
|
98391
|
-
export declare type SpfAsk = Node & {
|
|
98392
|
-
__typename?: 'SpfAsk';
|
|
98393
|
-
comments?: Maybe<SpfAskCommentConnection>;
|
|
98394
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98395
|
-
createdBy?: Maybe<User>;
|
|
98396
|
-
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
98397
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
98398
|
-
id: Scalars['ID']['output'];
|
|
98399
|
-
impactedWork?: Maybe<SpfImpactedWork>;
|
|
98400
|
-
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
98401
|
-
justification?: Maybe<Scalars['String']['output']>;
|
|
98402
|
-
links?: Maybe<SpfAskLinkConnection>;
|
|
98403
|
-
name: Scalars['String']['output'];
|
|
98404
|
-
owner?: Maybe<User>;
|
|
98405
|
-
ownerId?: Maybe<Scalars['String']['output']>;
|
|
98406
|
-
priority: SpfAskPriority;
|
|
98407
|
-
receivingTeam?: Maybe<TeamV2>;
|
|
98408
|
-
receivingTeamId?: Maybe<Scalars['String']['output']>;
|
|
98409
|
-
status: SpfAskStatus;
|
|
98410
|
-
submitter?: Maybe<User>;
|
|
98411
|
-
submitterId: Scalars['String']['output'];
|
|
98412
|
-
submittingTeam?: Maybe<TeamV2>;
|
|
98413
|
-
submittingTeamId?: Maybe<Scalars['String']['output']>;
|
|
98414
|
-
targetDate?: Maybe<SpfAskTargetDate>;
|
|
98415
|
-
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98416
|
-
updatedBy?: Maybe<User>;
|
|
98417
|
-
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
98418
|
-
};
|
|
98419
|
-
export declare type SpfAskCommentsArgs = {
|
|
98420
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
98421
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
98422
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
98423
|
-
};
|
|
98424
|
-
export declare type SpfAskLinksArgs = {
|
|
98425
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
98426
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
98427
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
98428
|
-
};
|
|
98429
|
-
export declare type SpfAskComment = {
|
|
98430
|
-
__typename?: 'SpfAskComment';
|
|
98431
|
-
askId: Scalars['String']['output'];
|
|
98432
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98433
|
-
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
98434
|
-
data: Scalars['String']['output'];
|
|
98435
|
-
id: Scalars['ID']['output'];
|
|
98436
|
-
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
98437
|
-
};
|
|
98438
|
-
export declare type SpfAskCommentConnection = {
|
|
98439
|
-
__typename?: 'SpfAskCommentConnection';
|
|
98440
|
-
edges?: Maybe<Array<Maybe<SpfAskCommentEdge>>>;
|
|
98441
|
-
pageInfo: PageInfo;
|
|
98442
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
98443
|
-
};
|
|
98444
|
-
export declare type SpfAskCommentEdge = {
|
|
98445
|
-
__typename?: 'SpfAskCommentEdge';
|
|
98446
|
-
cursor: Scalars['String']['output'];
|
|
98447
|
-
node?: Maybe<SpfAskCommentResult>;
|
|
98448
|
-
};
|
|
98449
|
-
export declare type SpfAskCommentResult = QueryError | SpfAskComment;
|
|
98450
|
-
export declare type SpfAskConnection = {
|
|
98451
|
-
__typename?: 'SpfAskConnection';
|
|
98452
|
-
edges?: Maybe<Array<Maybe<SpfAskEdge>>>;
|
|
98453
|
-
pageInfo: PageInfo;
|
|
98454
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
98455
|
-
};
|
|
98456
|
-
export declare type SpfAskEdge = {
|
|
98457
|
-
__typename?: 'SpfAskEdge';
|
|
98458
|
-
cursor: Scalars['String']['output'];
|
|
98459
|
-
node?: Maybe<SpfAskResult>;
|
|
98460
|
-
};
|
|
98461
|
-
export declare type SpfAskLink = {
|
|
98462
|
-
__typename?: 'SpfAskLink';
|
|
98463
|
-
askId: Scalars['String']['output'];
|
|
98464
|
-
attachedByUserId?: Maybe<Scalars['String']['output']>;
|
|
98465
|
-
attachedDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
98466
|
-
id: Scalars['ID']['output'];
|
|
98467
|
-
url: Scalars['URL']['output'];
|
|
98468
|
-
};
|
|
98469
|
-
export declare type SpfAskLinkConnection = {
|
|
98470
|
-
__typename?: 'SpfAskLinkConnection';
|
|
98471
|
-
edges?: Maybe<Array<Maybe<SpfAskLinkEdge>>>;
|
|
98472
|
-
pageInfo: PageInfo;
|
|
98473
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
98474
|
-
};
|
|
98475
|
-
export declare type SpfAskLinkEdge = {
|
|
98476
|
-
__typename?: 'SpfAskLinkEdge';
|
|
98477
|
-
cursor: Scalars['String']['output'];
|
|
98478
|
-
node?: Maybe<SpfAskLinkResult>;
|
|
98479
|
-
};
|
|
98480
|
-
export declare type SpfAskLinkResult = QueryError | SpfAskLink;
|
|
98481
|
-
export declare enum SpfAskPriority {
|
|
98482
|
-
Critical = "CRITICAL",
|
|
98483
|
-
High = "HIGH",
|
|
98484
|
-
Highest = "HIGHEST",
|
|
98485
|
-
Low = "LOW",
|
|
98486
|
-
Medium = "MEDIUM"
|
|
98487
|
-
}
|
|
98488
|
-
export declare type SpfAskResult = QueryError | SpfAsk;
|
|
98489
|
-
export declare enum SpfAskStatus {
|
|
98490
|
-
Accepted = "ACCEPTED",
|
|
98491
|
-
Canceled = "CANCELED",
|
|
98492
|
-
Denied = "DENIED",
|
|
98493
|
-
Draft = "DRAFT",
|
|
98494
|
-
InReview = "IN_REVIEW",
|
|
98495
|
-
Revising = "REVISING",
|
|
98496
|
-
Submitted = "SUBMITTED"
|
|
98497
|
-
}
|
|
98498
|
-
export declare type SpfAskTargetDate = {
|
|
98499
|
-
__typename?: 'SpfAskTargetDate';
|
|
98500
|
-
targetDate?: Maybe<Scalars['String']['output']>;
|
|
98501
|
-
targetDateType?: Maybe<SpfAskTargetDateType>;
|
|
98502
|
-
};
|
|
98503
|
-
export declare type SpfAskTargetDateInput = {
|
|
98504
|
-
targetDate: Scalars['String']['input'];
|
|
98505
|
-
targetDateType: SpfAskTargetDateType;
|
|
98506
|
-
};
|
|
98507
|
-
export declare enum SpfAskTargetDateType {
|
|
98508
|
-
Day = "DAY",
|
|
98509
|
-
Month = "MONTH",
|
|
98510
|
-
Quarter = "QUARTER"
|
|
98511
|
-
}
|
|
98512
|
-
export declare type SpfAttachAskLinkInput = {
|
|
98513
|
-
askId: Scalars['ID']['input'];
|
|
98514
|
-
url: Scalars['URL']['input'];
|
|
98515
|
-
};
|
|
98516
|
-
export declare type SpfAttachAskLinkPayload = Payload & {
|
|
98517
|
-
__typename?: 'SpfAttachAskLinkPayload';
|
|
98518
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98519
|
-
link?: Maybe<SpfAskLink>;
|
|
98520
|
-
success: Scalars['Boolean']['output'];
|
|
98521
|
-
};
|
|
98522
97989
|
export declare type SpfAttachRelatedContentInput = {
|
|
98523
97990
|
dependencyId: Scalars['ID']['input'];
|
|
98524
97991
|
url: Scalars['URL']['input'];
|
|
@@ -98550,36 +98017,6 @@ export declare type SpfCommentEdge = {
|
|
|
98550
98017
|
node?: Maybe<SpfCommentResult>;
|
|
98551
98018
|
};
|
|
98552
98019
|
export declare type SpfCommentResult = QueryError | SpfComment;
|
|
98553
|
-
export declare type SpfCreateAskCommentInput = {
|
|
98554
|
-
askId: Scalars['ID']['input'];
|
|
98555
|
-
data: Scalars['String']['input'];
|
|
98556
|
-
};
|
|
98557
|
-
export declare type SpfCreateAskCommentPayload = Payload & {
|
|
98558
|
-
__typename?: 'SpfCreateAskCommentPayload';
|
|
98559
|
-
comment?: Maybe<SpfAskComment>;
|
|
98560
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98561
|
-
success: Scalars['Boolean']['output'];
|
|
98562
|
-
};
|
|
98563
|
-
export declare type SpfCreateAskInput = {
|
|
98564
|
-
cloudId: Scalars['ID']['input'];
|
|
98565
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
98566
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
98567
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
98568
|
-
name: Scalars['String']['input'];
|
|
98569
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
98570
|
-
priority: SpfAskPriority;
|
|
98571
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98572
|
-
status: SpfAskStatus;
|
|
98573
|
-
submitterId: Scalars['String']['input'];
|
|
98574
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98575
|
-
targetDate?: InputMaybe<SpfAskTargetDateInput>;
|
|
98576
|
-
};
|
|
98577
|
-
export declare type SpfCreateAskPayload = Payload & {
|
|
98578
|
-
__typename?: 'SpfCreateAskPayload';
|
|
98579
|
-
ask?: Maybe<SpfAsk>;
|
|
98580
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98581
|
-
success: Scalars['Boolean']['output'];
|
|
98582
|
-
};
|
|
98583
98020
|
export declare type SpfCreateCommentInput = {
|
|
98584
98021
|
data: Scalars['String']['input'];
|
|
98585
98022
|
dependencyId: Scalars['ID']['input'];
|
|
@@ -98610,15 +98047,6 @@ export declare type SpfCreateDependencyPayload = Payload & {
|
|
|
98610
98047
|
errors?: Maybe<Array<MutationError>>;
|
|
98611
98048
|
success: Scalars['Boolean']['output'];
|
|
98612
98049
|
};
|
|
98613
|
-
export declare type SpfDeleteAskInput = {
|
|
98614
|
-
id: Scalars['ID']['input'];
|
|
98615
|
-
};
|
|
98616
|
-
export declare type SpfDeleteAskPayload = Payload & {
|
|
98617
|
-
__typename?: 'SpfDeleteAskPayload';
|
|
98618
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98619
|
-
id: Scalars['ID']['output'];
|
|
98620
|
-
success: Scalars['Boolean']['output'];
|
|
98621
|
-
};
|
|
98622
98050
|
export declare type SpfDeleteDependencyInput = {
|
|
98623
98051
|
id: Scalars['ID']['input'];
|
|
98624
98052
|
};
|
|
@@ -98728,66 +98156,6 @@ export declare enum SpfTargetDateType {
|
|
|
98728
98156
|
Month = "MONTH",
|
|
98729
98157
|
Quarter = "QUARTER"
|
|
98730
98158
|
}
|
|
98731
|
-
export declare type SpfUpdateAskCommentDataInput = {
|
|
98732
|
-
data: Scalars['String']['input'];
|
|
98733
|
-
id: Scalars['ID']['input'];
|
|
98734
|
-
};
|
|
98735
|
-
export declare type SpfUpdateAskCommentPayload = Payload & {
|
|
98736
|
-
__typename?: 'SpfUpdateAskCommentPayload';
|
|
98737
|
-
comment?: Maybe<SpfAskComment>;
|
|
98738
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98739
|
-
success: Scalars['Boolean']['output'];
|
|
98740
|
-
};
|
|
98741
|
-
export declare type SpfUpdateAskDescriptionInput = {
|
|
98742
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
98743
|
-
id: Scalars['ID']['input'];
|
|
98744
|
-
};
|
|
98745
|
-
export declare type SpfUpdateAskImpactedWorkInput = {
|
|
98746
|
-
id: Scalars['ID']['input'];
|
|
98747
|
-
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
98748
|
-
};
|
|
98749
|
-
export declare type SpfUpdateAskJustificationInput = {
|
|
98750
|
-
id: Scalars['ID']['input'];
|
|
98751
|
-
justification?: InputMaybe<Scalars['String']['input']>;
|
|
98752
|
-
};
|
|
98753
|
-
export declare type SpfUpdateAskNameInput = {
|
|
98754
|
-
id: Scalars['ID']['input'];
|
|
98755
|
-
name: Scalars['String']['input'];
|
|
98756
|
-
};
|
|
98757
|
-
export declare type SpfUpdateAskOwnerInput = {
|
|
98758
|
-
id: Scalars['ID']['input'];
|
|
98759
|
-
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
98760
|
-
};
|
|
98761
|
-
export declare type SpfUpdateAskPayload = Payload & {
|
|
98762
|
-
__typename?: 'SpfUpdateAskPayload';
|
|
98763
|
-
ask?: Maybe<SpfAsk>;
|
|
98764
|
-
errors?: Maybe<Array<MutationError>>;
|
|
98765
|
-
success: Scalars['Boolean']['output'];
|
|
98766
|
-
};
|
|
98767
|
-
export declare type SpfUpdateAskPriorityInput = {
|
|
98768
|
-
id: Scalars['ID']['input'];
|
|
98769
|
-
priority: SpfAskPriority;
|
|
98770
|
-
};
|
|
98771
|
-
export declare type SpfUpdateAskReceivingTeamInput = {
|
|
98772
|
-
id: Scalars['ID']['input'];
|
|
98773
|
-
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98774
|
-
};
|
|
98775
|
-
export declare type SpfUpdateAskStatusInput = {
|
|
98776
|
-
id: Scalars['ID']['input'];
|
|
98777
|
-
status: SpfAskStatus;
|
|
98778
|
-
};
|
|
98779
|
-
export declare type SpfUpdateAskSubmitterInput = {
|
|
98780
|
-
id: Scalars['ID']['input'];
|
|
98781
|
-
submitterId: Scalars['String']['input'];
|
|
98782
|
-
};
|
|
98783
|
-
export declare type SpfUpdateAskSubmittingTeamInput = {
|
|
98784
|
-
id: Scalars['ID']['input'];
|
|
98785
|
-
submittingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
98786
|
-
};
|
|
98787
|
-
export declare type SpfUpdateAskTargetDateInput = {
|
|
98788
|
-
id: Scalars['ID']['input'];
|
|
98789
|
-
targetDate?: InputMaybe<SpfAskTargetDateInput>;
|
|
98790
|
-
};
|
|
98791
98159
|
export declare type SpfUpdateCommentDataInput = {
|
|
98792
98160
|
data: Scalars['String']['input'];
|
|
98793
98161
|
id: Scalars['ID']['input'];
|
|
@@ -102660,7 +102028,6 @@ export declare type TrelloChecklistConnectionUpdated = {
|
|
|
102660
102028
|
};
|
|
102661
102029
|
export declare type TrelloChecklistDeleted = {
|
|
102662
102030
|
__typename?: 'TrelloChecklistDeleted';
|
|
102663
|
-
id: Scalars['ID']['output'];
|
|
102664
102031
|
objectId: Scalars['ID']['output'];
|
|
102665
102032
|
};
|
|
102666
102033
|
export declare type TrelloChecklistEdge = {
|
|
@@ -105932,7 +105299,6 @@ export declare type UpdateInstallationDetailsResponse = {
|
|
|
105932
105299
|
export declare type UpdateJiraPlaybookInput = {
|
|
105933
105300
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
105934
105301
|
id: Scalars['ID']['input'];
|
|
105935
|
-
jql?: InputMaybe<Scalars['String']['input']>;
|
|
105936
105302
|
name: Scalars['String']['input'];
|
|
105937
105303
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
105938
105304
|
scopeType: JiraPlaybookScopeType;
|