@forge/cli-shared 3.25.1-next.2 → 3.25.1-next.3
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 +7 -0
- package/out/graphql/graphql-types.d.ts +453 -104
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +20 -6
- package/package.json +2 -2
|
@@ -1944,6 +1944,32 @@ export declare type Author = {
|
|
|
1944
1944
|
id?: Maybe<Scalars['String']['output']>;
|
|
1945
1945
|
name?: Maybe<Scalars['String']['output']>;
|
|
1946
1946
|
};
|
|
1947
|
+
export declare type AutoSuggestionApi = {
|
|
1948
|
+
__typename?: 'AutoSuggestionAPI';
|
|
1949
|
+
suggest?: Maybe<AutoSuggestionNodes>;
|
|
1950
|
+
};
|
|
1951
|
+
export declare type AutoSuggestionApiSuggestArgs = {
|
|
1952
|
+
filters: AutoSuggestionFilters;
|
|
1953
|
+
limit: Scalars['Int']['input'];
|
|
1954
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
1955
|
+
};
|
|
1956
|
+
export declare type AutoSuggestionFilters = {
|
|
1957
|
+
contextType: Scalars['String']['input'];
|
|
1958
|
+
organizationId: Scalars['String']['input'];
|
|
1959
|
+
principalId: Scalars['String']['input'];
|
|
1960
|
+
productKey: Scalars['String']['input'];
|
|
1961
|
+
siteId: Scalars['String']['input'];
|
|
1962
|
+
};
|
|
1963
|
+
export declare type AutoSuggestionNodes = {
|
|
1964
|
+
__typename?: 'AutoSuggestionNodes';
|
|
1965
|
+
nodes: Array<AutoSuggestionResult>;
|
|
1966
|
+
totalCount: Scalars['Int']['output'];
|
|
1967
|
+
};
|
|
1968
|
+
export declare type AutoSuggestionResult = {
|
|
1969
|
+
__typename?: 'AutoSuggestionResult';
|
|
1970
|
+
title: Scalars['String']['output'];
|
|
1971
|
+
type: Scalars['String']['output'];
|
|
1972
|
+
};
|
|
1947
1973
|
export declare type AuxEffectsInvocationPayload = {
|
|
1948
1974
|
config?: InputMaybe<Scalars['JSON']['input']>;
|
|
1949
1975
|
context: Scalars['JSON']['input'];
|
|
@@ -4343,9 +4369,9 @@ export declare enum CompassDeploymentEventState {
|
|
|
4343
4369
|
}
|
|
4344
4370
|
export declare type CompassDocumentationCategoriesConnection = {
|
|
4345
4371
|
__typename?: 'CompassDocumentationCategoriesConnection';
|
|
4346
|
-
edges?: Maybe<Array<
|
|
4372
|
+
edges?: Maybe<Array<CompassDocumentationCategoryEdge>>;
|
|
4347
4373
|
nodes?: Maybe<Array<CompassDocumentationCategory>>;
|
|
4348
|
-
pageInfo
|
|
4374
|
+
pageInfo?: Maybe<PageInfo>;
|
|
4349
4375
|
};
|
|
4350
4376
|
export declare type CompassDocumentationCategory = Node & {
|
|
4351
4377
|
__typename?: 'CompassDocumentationCategory';
|
|
@@ -4417,6 +4443,7 @@ export declare enum CompassEventType {
|
|
|
4417
4443
|
Flag = "FLAG",
|
|
4418
4444
|
Incident = "INCIDENT",
|
|
4419
4445
|
Lifecycle = "LIFECYCLE",
|
|
4446
|
+
PullRequest = "PULL_REQUEST",
|
|
4420
4447
|
Push = "PUSH"
|
|
4421
4448
|
}
|
|
4422
4449
|
export declare type CompassEventsInEventSourceQuery = {
|
|
@@ -6693,7 +6720,36 @@ export declare type ContainerEventObject = {
|
|
|
6693
6720
|
id: Scalars['ID']['output'];
|
|
6694
6721
|
type: Scalars['String']['output'];
|
|
6695
6722
|
};
|
|
6723
|
+
export declare type ContentPlatformAdvocateQuote = {
|
|
6724
|
+
__typename?: 'ContentPlatformAdvocateQuote';
|
|
6725
|
+
advocateHeadshot?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6726
|
+
advocateJobTitle?: Maybe<Scalars['String']['output']>;
|
|
6727
|
+
advocateName?: Maybe<Scalars['String']['output']>;
|
|
6728
|
+
advocateQuote?: Maybe<Scalars['String']['output']>;
|
|
6729
|
+
advocateQuoteId: Scalars['String']['output'];
|
|
6730
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6731
|
+
heroQuote?: Maybe<Scalars['Boolean']['output']>;
|
|
6732
|
+
name: Scalars['String']['output'];
|
|
6733
|
+
organization?: Maybe<ContentPlatformOrganization>;
|
|
6734
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6735
|
+
};
|
|
6696
6736
|
export declare type ContentPlatformAnyContext = ContentPlatformContextApp | ContentPlatformContextProduct | ContentPlatformContextTheme;
|
|
6737
|
+
export declare type ContentPlatformAppName = {
|
|
6738
|
+
__typename?: 'ContentPlatformAppName';
|
|
6739
|
+
appName?: Maybe<Scalars['String']['output']>;
|
|
6740
|
+
appNameId: Scalars['String']['output'];
|
|
6741
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6742
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
6743
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6744
|
+
};
|
|
6745
|
+
export declare type ContentPlatformAssetComponent = {
|
|
6746
|
+
__typename?: 'ContentPlatformAssetComponent';
|
|
6747
|
+
asset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6748
|
+
assetRelatedText?: Maybe<Scalars['String']['output']>;
|
|
6749
|
+
caption?: Maybe<Scalars['String']['output']>;
|
|
6750
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6751
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6752
|
+
};
|
|
6697
6753
|
export declare type ContentPlatformAuthor = {
|
|
6698
6754
|
__typename?: 'ContentPlatformAuthor';
|
|
6699
6755
|
authorPicture?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
@@ -6708,6 +6764,19 @@ export declare enum ContentPlatformBooleanOperators {
|
|
|
6708
6764
|
And = "AND",
|
|
6709
6765
|
Or = "OR"
|
|
6710
6766
|
}
|
|
6767
|
+
export declare type ContentPlatformCallToAction = {
|
|
6768
|
+
__typename?: 'ContentPlatformCallToAction';
|
|
6769
|
+
asset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6770
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6771
|
+
dataBlueprintModule?: Maybe<Scalars['String']['output']>;
|
|
6772
|
+
productLogo?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6773
|
+
productName?: Maybe<Scalars['String']['output']>;
|
|
6774
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
6775
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
6776
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6777
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
6778
|
+
valueProposition?: Maybe<Scalars['String']['output']>;
|
|
6779
|
+
};
|
|
6711
6780
|
export declare type ContentPlatformCategory = {
|
|
6712
6781
|
__typename?: 'ContentPlatformCategory';
|
|
6713
6782
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -6801,6 +6870,43 @@ export declare type ContentPlatformContextTheme = {
|
|
|
6801
6870
|
title: Scalars['String']['output'];
|
|
6802
6871
|
url?: Maybe<Scalars['String']['output']>;
|
|
6803
6872
|
};
|
|
6873
|
+
export declare type ContentPlatformCustomerStory = {
|
|
6874
|
+
__typename?: 'ContentPlatformCustomerStory';
|
|
6875
|
+
advocateQuotes?: Maybe<Array<ContentPlatformAdvocateQuote>>;
|
|
6876
|
+
callToAction?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
6877
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6878
|
+
customerCompany?: Maybe<ContentPlatformOrganization>;
|
|
6879
|
+
customerStoryId: Scalars['String']['output'];
|
|
6880
|
+
heroAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6881
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
6882
|
+
marketplaceApps?: Maybe<Array<ContentPlatformAppName>>;
|
|
6883
|
+
numberOfUsers?: Maybe<Scalars['String']['output']>;
|
|
6884
|
+
product?: Maybe<Scalars['String']['output']>;
|
|
6885
|
+
relatedCustomerStories?: Maybe<Array<ContentPlatformCustomerStory>>;
|
|
6886
|
+
relatedPdf?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6887
|
+
relatedVideo?: Maybe<Scalars['String']['output']>;
|
|
6888
|
+
shortTitle?: Maybe<Scalars['String']['output']>;
|
|
6889
|
+
solution?: Maybe<Array<ContentPlatformSolution>>;
|
|
6890
|
+
solutionPartner?: Maybe<ContentPlatformOrganization>;
|
|
6891
|
+
stats?: Maybe<Array<ContentPlatformStat>>;
|
|
6892
|
+
story?: Maybe<Array<ContentPlatformStoryComponent>>;
|
|
6893
|
+
storyDescription?: Maybe<Scalars['String']['output']>;
|
|
6894
|
+
storyIcon?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6895
|
+
subtitle?: Maybe<Scalars['String']['output']>;
|
|
6896
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
6897
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6898
|
+
urlSlug?: Maybe<Scalars['String']['output']>;
|
|
6899
|
+
};
|
|
6900
|
+
export declare type ContentPlatformCustomerStoryResultEdge = {
|
|
6901
|
+
__typename?: 'ContentPlatformCustomerStoryResultEdge';
|
|
6902
|
+
cursor: Scalars['String']['output'];
|
|
6903
|
+
node: ContentPlatformCustomerStory;
|
|
6904
|
+
};
|
|
6905
|
+
export declare type ContentPlatformCustomerStorySearchConnection = {
|
|
6906
|
+
__typename?: 'ContentPlatformCustomerStorySearchConnection';
|
|
6907
|
+
edges: Array<ContentPlatformCustomerStoryResultEdge>;
|
|
6908
|
+
pageInfo: PageInfo;
|
|
6909
|
+
};
|
|
6804
6910
|
export declare type ContentPlatformDateCondition = {
|
|
6805
6911
|
dateFieldNamed?: Scalars['String']['input'];
|
|
6806
6912
|
havingDate: Scalars['DateTime']['input'];
|
|
@@ -6809,6 +6915,14 @@ export declare type ContentPlatformDateRangeFilter = {
|
|
|
6809
6915
|
after: Scalars['DateTime']['input'];
|
|
6810
6916
|
before: Scalars['DateTime']['input'];
|
|
6811
6917
|
};
|
|
6918
|
+
export declare type ContentPlatformEmbeddedVideoAsset = {
|
|
6919
|
+
__typename?: 'ContentPlatformEmbeddedVideoAsset';
|
|
6920
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6921
|
+
embedAssetOverlay?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6922
|
+
embedded?: Maybe<Scalars['String']['output']>;
|
|
6923
|
+
embeddedVideoAssetName?: Maybe<Scalars['String']['output']>;
|
|
6924
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6925
|
+
};
|
|
6812
6926
|
export declare type ContentPlatformField = {
|
|
6813
6927
|
field: ContentPlatformFieldNames;
|
|
6814
6928
|
};
|
|
@@ -6820,6 +6934,18 @@ export declare type ContentPlatformFieldType = {
|
|
|
6820
6934
|
__typename?: 'ContentPlatformFieldType';
|
|
6821
6935
|
field: ContentPlatformFieldNames;
|
|
6822
6936
|
};
|
|
6937
|
+
export declare type ContentPlatformHubArticle = {
|
|
6938
|
+
__typename?: 'ContentPlatformHubArticle';
|
|
6939
|
+
articleBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6940
|
+
articleName?: Maybe<Scalars['String']['output']>;
|
|
6941
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6942
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
6943
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
6944
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6945
|
+
urlSlug: Scalars['String']['output'];
|
|
6946
|
+
};
|
|
6947
|
+
export declare type ContentPlatformHubArticleAndTutorialAndProductFeatureUnion = ContentPlatformHubArticle | ContentPlatformProductFeature | ContentPlatformTutorial;
|
|
6948
|
+
export declare type ContentPlatformHubArticleAndTutorialUnion = ContentPlatformHubArticle | ContentPlatformTutorial;
|
|
6823
6949
|
export declare type ContentPlatformImageAsset = {
|
|
6824
6950
|
__typename?: 'ContentPlatformImageAsset';
|
|
6825
6951
|
contentType: Scalars['String']['output'];
|
|
@@ -6860,6 +6986,22 @@ export declare type ContentPlatformOrganization = {
|
|
|
6860
6986
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6861
6987
|
};
|
|
6862
6988
|
export declare type ContentPlatformOrganizationAndAuthorUnion = ContentPlatformAuthor | ContentPlatformOrganization;
|
|
6989
|
+
export declare type ContentPlatformProTipComponent = {
|
|
6990
|
+
__typename?: 'ContentPlatformProTipComponent';
|
|
6991
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6992
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6993
|
+
proTipText?: Maybe<Scalars['String']['output']>;
|
|
6994
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6995
|
+
};
|
|
6996
|
+
export declare type ContentPlatformProductFeature = {
|
|
6997
|
+
__typename?: 'ContentPlatformProductFeature';
|
|
6998
|
+
callToAction?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
6999
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7000
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7001
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7002
|
+
slogan?: Maybe<Scalars['String']['output']>;
|
|
7003
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7004
|
+
};
|
|
6863
7005
|
export declare type ContentPlatformReleaseNote = {
|
|
6864
7006
|
__typename?: 'ContentPlatformReleaseNote';
|
|
6865
7007
|
affectedUsers?: Maybe<Array<ContentPlatformTaxonomyUserRole>>;
|
|
@@ -6971,15 +7113,51 @@ export declare enum ContentPlatformSearchTypes {
|
|
|
6971
7113
|
Contains = "CONTAINS",
|
|
6972
7114
|
ExactMatch = "EXACT_MATCH"
|
|
6973
7115
|
}
|
|
7116
|
+
export declare type ContentPlatformSolution = {
|
|
7117
|
+
__typename?: 'ContentPlatformSolution';
|
|
7118
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7119
|
+
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
7120
|
+
solutionId: Scalars['String']['output'];
|
|
7121
|
+
solutionName?: Maybe<Scalars['String']['output']>;
|
|
7122
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7123
|
+
};
|
|
6974
7124
|
export declare type ContentPlatformSortClause = {
|
|
6975
7125
|
fieldNamed?: Scalars['String']['input'];
|
|
6976
7126
|
havingOrder?: Scalars['String']['input'];
|
|
6977
7127
|
};
|
|
7128
|
+
export declare type ContentPlatformStat = {
|
|
7129
|
+
__typename?: 'ContentPlatformStat';
|
|
7130
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7131
|
+
name: Scalars['String']['output'];
|
|
7132
|
+
stat?: Maybe<Scalars['String']['output']>;
|
|
7133
|
+
statDescription?: Maybe<Scalars['String']['output']>;
|
|
7134
|
+
statId: Scalars['String']['output'];
|
|
7135
|
+
statResource?: Maybe<Scalars['String']['output']>;
|
|
7136
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7137
|
+
};
|
|
6978
7138
|
export declare type ContentPlatformStatusOfChange = {
|
|
6979
7139
|
__typename?: 'ContentPlatformStatusOfChange';
|
|
6980
7140
|
description: Scalars['String']['output'];
|
|
6981
7141
|
label: Scalars['String']['output'];
|
|
6982
7142
|
};
|
|
7143
|
+
export declare type ContentPlatformStoryComponent = {
|
|
7144
|
+
__typename?: 'ContentPlatformStoryComponent';
|
|
7145
|
+
bodyAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7146
|
+
bodyAssetCaption?: Maybe<Scalars['String']['output']>;
|
|
7147
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7148
|
+
embeddedVideoLink?: Maybe<Scalars['String']['output']>;
|
|
7149
|
+
quote?: Maybe<ContentPlatformAdvocateQuote>;
|
|
7150
|
+
storyComponentId: Scalars['String']['output'];
|
|
7151
|
+
storyText?: Maybe<Scalars['JSON']['output']>;
|
|
7152
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7153
|
+
};
|
|
7154
|
+
export declare type ContentPlatformSupportingConceptWrapper = {
|
|
7155
|
+
__typename?: 'ContentPlatformSupportingConceptWrapper';
|
|
7156
|
+
contentComponents?: Maybe<Array<ContentPlatformTextComponentAndAssetComponentAndProTipComponentAndTwitterComponentAndEmbeddedVideoAssetAndCallToActionUnion>>;
|
|
7157
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7158
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7159
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7160
|
+
};
|
|
6983
7161
|
export declare type ContentPlatformTaxonomyAnnouncementPlan = {
|
|
6984
7162
|
__typename?: 'ContentPlatformTaxonomyAnnouncementPlan';
|
|
6985
7163
|
description: Scalars['String']['output'];
|
|
@@ -7002,6 +7180,14 @@ export declare type ContentPlatformTaxonomyCompanySize = {
|
|
|
7002
7180
|
shortDescription: Scalars['String']['output'];
|
|
7003
7181
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7004
7182
|
};
|
|
7183
|
+
export declare type ContentPlatformTaxonomyContentHub = {
|
|
7184
|
+
__typename?: 'ContentPlatformTaxonomyContentHub';
|
|
7185
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7186
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7187
|
+
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
7188
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
7189
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7190
|
+
};
|
|
7005
7191
|
export declare type ContentPlatformTaxonomyIndustry = {
|
|
7006
7192
|
__typename?: 'ContentPlatformTaxonomyIndustry';
|
|
7007
7193
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -7122,6 +7308,71 @@ export declare type ContentPlatformTemplateUseStep = {
|
|
|
7122
7308
|
name: Scalars['String']['output'];
|
|
7123
7309
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7124
7310
|
};
|
|
7311
|
+
export declare type ContentPlatformTextComponent = {
|
|
7312
|
+
__typename?: 'ContentPlatformTextComponent';
|
|
7313
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7314
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7315
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
7316
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7317
|
+
};
|
|
7318
|
+
export declare type ContentPlatformTextComponentAndAssetComponentAndProTipComponentAndTwitterComponentAndEmbeddedVideoAssetAndCallToActionUnion = ContentPlatformAssetComponent | ContentPlatformCallToAction | ContentPlatformEmbeddedVideoAsset | ContentPlatformProTipComponent | ContentPlatformTextComponent | ContentPlatformTwitterComponent;
|
|
7319
|
+
export declare type ContentPlatformTopicIntroduction = {
|
|
7320
|
+
__typename?: 'ContentPlatformTopicIntroduction';
|
|
7321
|
+
asset?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
7322
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7323
|
+
details?: Maybe<Scalars['String']['output']>;
|
|
7324
|
+
embedLink?: Maybe<Scalars['String']['output']>;
|
|
7325
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
7326
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7327
|
+
};
|
|
7328
|
+
export declare type ContentPlatformTopicOverview = {
|
|
7329
|
+
__typename?: 'ContentPlatformTopicOverview';
|
|
7330
|
+
author?: Maybe<ContentPlatformAuthor>;
|
|
7331
|
+
bannerImage: ContentPlatformTemplateImageAsset;
|
|
7332
|
+
bodyTextContainer?: Maybe<Array<ContentPlatformSupportingConceptWrapper>>;
|
|
7333
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7334
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7335
|
+
featuredContentContainer?: Maybe<Array<ContentPlatformHubArticleAndTutorialAndProductFeatureUnion>>;
|
|
7336
|
+
mainCallToAction?: Maybe<ContentPlatformCallToAction>;
|
|
7337
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7338
|
+
nextBestAction: Array<ContentPlatformHubArticleAndTutorialUnion>;
|
|
7339
|
+
relatedHub: Array<ContentPlatformTaxonomyContentHub>;
|
|
7340
|
+
subtitle?: Maybe<Scalars['String']['output']>;
|
|
7341
|
+
title: Scalars['String']['output'];
|
|
7342
|
+
topicIntroduction?: Maybe<Array<ContentPlatformTopicIntroduction>>;
|
|
7343
|
+
topicOverviewId: Scalars['String']['output'];
|
|
7344
|
+
upNextFooter?: Maybe<ContentPlatformHubArticle>;
|
|
7345
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7346
|
+
urlSlug: Scalars['String']['output'];
|
|
7347
|
+
};
|
|
7348
|
+
export declare type ContentPlatformTopicOverviewContentSearchConnection = {
|
|
7349
|
+
__typename?: 'ContentPlatformTopicOverviewContentSearchConnection';
|
|
7350
|
+
edges: Array<ContentPlatformTopicOverviewResultEdge>;
|
|
7351
|
+
pageInfo: PageInfo;
|
|
7352
|
+
};
|
|
7353
|
+
export declare type ContentPlatformTopicOverviewResultEdge = {
|
|
7354
|
+
__typename?: 'ContentPlatformTopicOverviewResultEdge';
|
|
7355
|
+
cursor: Scalars['String']['output'];
|
|
7356
|
+
node: ContentPlatformTopicOverview;
|
|
7357
|
+
};
|
|
7358
|
+
export declare type ContentPlatformTutorial = {
|
|
7359
|
+
__typename?: 'ContentPlatformTutorial';
|
|
7360
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7361
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7362
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7363
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
7364
|
+
tutorialBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7365
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7366
|
+
urlSlug: Scalars['String']['output'];
|
|
7367
|
+
};
|
|
7368
|
+
export declare type ContentPlatformTwitterComponent = {
|
|
7369
|
+
__typename?: 'ContentPlatformTwitterComponent';
|
|
7370
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7371
|
+
tweetText?: Maybe<Scalars['String']['output']>;
|
|
7372
|
+
twitterComponentName?: Maybe<Scalars['String']['output']>;
|
|
7373
|
+
twitterUrl?: Maybe<Scalars['String']['output']>;
|
|
7374
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7375
|
+
};
|
|
7125
7376
|
export declare type ContentPlatformTypeOfChange = {
|
|
7126
7377
|
__typename?: 'ContentPlatformTypeOfChange';
|
|
7127
7378
|
icon: ContentPlatformImageAsset;
|
|
@@ -11164,6 +11415,7 @@ export declare type ForgeMetricsChartInsightQueryInput = {
|
|
|
11164
11415
|
chartName?: InputMaybe<ForgeMetricsChartName>;
|
|
11165
11416
|
invocationChartFilters?: InputMaybe<ForgeMetricsQueryFilters>;
|
|
11166
11417
|
invocationGroupBy?: InputMaybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
11418
|
+
latencyBucketsChartFilters?: InputMaybe<ForgeMetricsLatencyBucketsQueryFilters>;
|
|
11167
11419
|
};
|
|
11168
11420
|
export declare type ForgeMetricsChartInsightResult = ForgeMetricsChartInsightData | QueryError;
|
|
11169
11421
|
export declare type ForgeMetricsChartInsightUsage = {
|
|
@@ -24672,6 +24924,7 @@ export declare type HelpCenterBanner = {
|
|
|
24672
24924
|
};
|
|
24673
24925
|
export declare type HelpCenterBannerInput = {
|
|
24674
24926
|
filedId?: InputMaybe<Scalars['String']['input']>;
|
|
24927
|
+
useDefaultBanner?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24675
24928
|
};
|
|
24676
24929
|
export declare type HelpCenterBranding = {
|
|
24677
24930
|
__typename?: 'HelpCenterBranding';
|
|
@@ -24994,6 +25247,7 @@ export declare type HelpCenterQueryApi = {
|
|
|
24994
25247
|
helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
|
|
24995
25248
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
24996
25249
|
helpCenters?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
|
|
25250
|
+
helpCentersList?: Maybe<HelpCentersListQueryResult>;
|
|
24997
25251
|
helpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
24998
25252
|
mediaConfig?: Maybe<HelpCenterMediaConfig>;
|
|
24999
25253
|
};
|
|
@@ -25014,6 +25268,11 @@ export declare type HelpCenterQueryApiHelpCenterTopicByIdArgs = {
|
|
|
25014
25268
|
export declare type HelpCenterQueryApiHelpCentersArgs = {
|
|
25015
25269
|
workspaceAri: Scalars['ID']['input'];
|
|
25016
25270
|
};
|
|
25271
|
+
export declare type HelpCenterQueryApiHelpCentersListArgs = {
|
|
25272
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25273
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25274
|
+
workspaceAri: Scalars['ID']['input'];
|
|
25275
|
+
};
|
|
25017
25276
|
export declare type HelpCenterQueryApiHelpDeskByIdArgs = {
|
|
25018
25277
|
helpCenterAri: Scalars['ID']['input'];
|
|
25019
25278
|
helpDeskAri: Scalars['ID']['input'];
|
|
@@ -25023,6 +25282,17 @@ export declare type HelpCenterQueryApiMediaConfigArgs = {
|
|
|
25023
25282
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
25024
25283
|
};
|
|
25025
25284
|
export declare type HelpCenterQueryResult = HelpCenter | QueryError;
|
|
25285
|
+
export declare type HelpCenterQueryResultConnection = {
|
|
25286
|
+
__typename?: 'HelpCenterQueryResultConnection';
|
|
25287
|
+
edges?: Maybe<Array<Maybe<HelpCenterQueryResultEdge>>>;
|
|
25288
|
+
nodes?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
|
|
25289
|
+
pageInfo: PageInfo;
|
|
25290
|
+
};
|
|
25291
|
+
export declare type HelpCenterQueryResultEdge = {
|
|
25292
|
+
__typename?: 'HelpCenterQueryResultEdge';
|
|
25293
|
+
cursor: Scalars['String']['output'];
|
|
25294
|
+
node?: Maybe<HelpCenterQueryResult>;
|
|
25295
|
+
};
|
|
25026
25296
|
export declare type HelpCenterReporting = {
|
|
25027
25297
|
__typename?: 'HelpCenterReporting';
|
|
25028
25298
|
contentGapIndicatorsWithMetaData?: Maybe<HelpCenterContentGapIndicatorsWithMetaData>;
|
|
@@ -25139,6 +25409,7 @@ export declare type HelpCenterUpdateTopicsOrderPayload = Payload & {
|
|
|
25139
25409
|
errors?: Maybe<Array<MutationError>>;
|
|
25140
25410
|
success: Scalars['Boolean']['output'];
|
|
25141
25411
|
};
|
|
25412
|
+
export declare type HelpCentersListQueryResult = HelpCenterQueryResultConnection | QueryError;
|
|
25142
25413
|
export declare type HelpExternalResource = Node & {
|
|
25143
25414
|
__typename?: 'HelpExternalResource';
|
|
25144
25415
|
containerAti: Scalars['String']['output'];
|
|
@@ -26200,6 +26471,7 @@ export declare type InsightsBlockingIssueDetails = {
|
|
|
26200
26471
|
blockedIssues?: Maybe<Array<InsightsBlockedIssue>>;
|
|
26201
26472
|
issueIconUrl: Scalars['String']['output'];
|
|
26202
26473
|
issueId: Scalars['String']['output'];
|
|
26474
|
+
issueKey: Scalars['String']['output'];
|
|
26203
26475
|
};
|
|
26204
26476
|
export declare type InsightsBlockingIssueTask = InsightsNextBestTaskCommon & {
|
|
26205
26477
|
__typename?: 'InsightsBlockingIssueTask';
|
|
@@ -26207,6 +26479,7 @@ export declare type InsightsBlockingIssueTask = InsightsNextBestTaskCommon & {
|
|
|
26207
26479
|
id: Scalars['String']['output'];
|
|
26208
26480
|
issueIconUrl: Scalars['String']['output'];
|
|
26209
26481
|
issueId: Scalars['String']['output'];
|
|
26482
|
+
issueKey: Scalars['String']['output'];
|
|
26210
26483
|
title: Scalars['String']['output'];
|
|
26211
26484
|
url: Scalars['String']['output'];
|
|
26212
26485
|
};
|
|
@@ -27298,6 +27571,21 @@ export declare type JiraAttachmentFilterInput = {
|
|
|
27298
27571
|
fileName?: InputMaybe<Scalars['String']['input']>;
|
|
27299
27572
|
mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27300
27573
|
};
|
|
27574
|
+
export declare type JiraAttachmentSearchViewContext = {
|
|
27575
|
+
__typename?: 'JiraAttachmentSearchViewContext';
|
|
27576
|
+
matchesSearch: Scalars['Boolean']['output'];
|
|
27577
|
+
nextAttachmentId?: Maybe<Scalars['ID']['output']>;
|
|
27578
|
+
position?: Maybe<Scalars['Int']['output']>;
|
|
27579
|
+
previousAttachmentId?: Maybe<Scalars['ID']['output']>;
|
|
27580
|
+
};
|
|
27581
|
+
export declare type JiraAttachmentSearchViewContextInput = {
|
|
27582
|
+
authorIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27583
|
+
createdAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
27584
|
+
createdBefore?: InputMaybe<Scalars['Date']['input']>;
|
|
27585
|
+
fileName?: InputMaybe<Scalars['String']['input']>;
|
|
27586
|
+
mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27587
|
+
projectKeys: Array<Scalars['String']['input']>;
|
|
27588
|
+
};
|
|
27301
27589
|
export declare enum JiraAttachmentSortField {
|
|
27302
27590
|
Created = "CREATED"
|
|
27303
27591
|
}
|
|
@@ -27372,12 +27660,14 @@ export declare type JiraAutodevCreateJobPayload = Payload & {
|
|
|
27372
27660
|
export declare type JiraAutodevJob = {
|
|
27373
27661
|
__typename?: 'JiraAutodevJob';
|
|
27374
27662
|
codeChanges?: Maybe<JiraAutodevCodeChangeConnection>;
|
|
27663
|
+
currentWorkflow?: Maybe<Scalars['String']['output']>;
|
|
27375
27664
|
id: Scalars['ID']['output'];
|
|
27376
27665
|
plan?: Maybe<JiraAutodevPlan>;
|
|
27377
27666
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
27378
27667
|
pullRequests?: Maybe<JiraAutodevPullRequestConnection>;
|
|
27379
27668
|
repoUrl?: Maybe<Scalars['String']['output']>;
|
|
27380
27669
|
state?: Maybe<JiraAutodevState>;
|
|
27670
|
+
status?: Maybe<JiraAutodevStatus>;
|
|
27381
27671
|
};
|
|
27382
27672
|
export declare type JiraAutodevJobConnection = {
|
|
27383
27673
|
__typename?: 'JiraAutodevJobConnection';
|
|
@@ -27425,6 +27715,13 @@ export declare enum JiraAutodevState {
|
|
|
27425
27715
|
PullrequestCreationFail = "PULLREQUEST_CREATION_FAIL",
|
|
27426
27716
|
PullrequestCreationSuccess = "PULLREQUEST_CREATION_SUCCESS"
|
|
27427
27717
|
}
|
|
27718
|
+
export declare enum JiraAutodevStatus {
|
|
27719
|
+
Cancelled = "CANCELLED",
|
|
27720
|
+
Completed = "COMPLETED",
|
|
27721
|
+
Failed = "FAILED",
|
|
27722
|
+
InProgress = "IN_PROGRESS",
|
|
27723
|
+
Pending = "PENDING"
|
|
27724
|
+
}
|
|
27428
27725
|
export declare type JiraAutofixCreateJobPayload = Payload & {
|
|
27429
27726
|
__typename?: 'JiraAutofixCreateJobPayload';
|
|
27430
27727
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -27603,6 +27900,32 @@ export declare type JiraBulkTransitionResponseBulkTransitionsArgs = {
|
|
|
27603
27900
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27604
27901
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
27605
27902
|
};
|
|
27903
|
+
export declare type JiraBulkTransitionScreenConnection = {
|
|
27904
|
+
__typename?: 'JiraBulkTransitionScreenConnection';
|
|
27905
|
+
edges?: Maybe<Array<Maybe<JiraBulkTransitionScreenEdge>>>;
|
|
27906
|
+
errors?: Maybe<Array<QueryError>>;
|
|
27907
|
+
pageInfo: PageInfo;
|
|
27908
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
27909
|
+
};
|
|
27910
|
+
export declare type JiraBulkTransitionScreenEdge = {
|
|
27911
|
+
__typename?: 'JiraBulkTransitionScreenEdge';
|
|
27912
|
+
cursor: Scalars['String']['output'];
|
|
27913
|
+
node?: Maybe<Array<Maybe<JiraScreenTabLayout>>>;
|
|
27914
|
+
};
|
|
27915
|
+
export declare type JiraBulkTransitionScreenInput = {
|
|
27916
|
+
issueIds: Array<Scalars['ID']['input']>;
|
|
27917
|
+
transitionId: Scalars['Long']['input'];
|
|
27918
|
+
};
|
|
27919
|
+
export declare type JiraBulkTransitionScreenResponse = {
|
|
27920
|
+
__typename?: 'JiraBulkTransitionScreenResponse';
|
|
27921
|
+
bulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenConnection>;
|
|
27922
|
+
};
|
|
27923
|
+
export declare type JiraBulkTransitionScreenResponseBulkTransitionsScreenArgs = {
|
|
27924
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
27925
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
27926
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27927
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
27928
|
+
};
|
|
27606
27929
|
export declare type JiraBulkTransitionsInput = {
|
|
27607
27930
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
27608
27931
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28283,6 +28606,15 @@ export declare enum JiraConfigStateProviderType {
|
|
|
28283
28606
|
Security = "SECURITY",
|
|
28284
28607
|
Unknown = "UNKNOWN"
|
|
28285
28608
|
}
|
|
28609
|
+
export declare type JiraConfigurableNavigationItem = {
|
|
28610
|
+
__typename?: 'JiraConfigurableNavigationItem';
|
|
28611
|
+
isVisible: Scalars['Boolean']['output'];
|
|
28612
|
+
menuId: Scalars['String']['output'];
|
|
28613
|
+
};
|
|
28614
|
+
export declare type JiraConfigurableNavigationItemInput = {
|
|
28615
|
+
isVisible: Scalars['Boolean']['input'];
|
|
28616
|
+
menuId: Scalars['String']['input'];
|
|
28617
|
+
};
|
|
28286
28618
|
export declare type JiraConfluenceRemoteIssueLink = {
|
|
28287
28619
|
__typename?: 'JiraConfluenceRemoteIssueLink';
|
|
28288
28620
|
href?: Maybe<Scalars['String']['output']>;
|
|
@@ -28822,6 +29154,7 @@ export declare type JiraDevOpsMutation = {
|
|
|
28822
29154
|
optoutOfDevOpsIssuePanelNotConnectedState?: Maybe<JiraOptoutDevOpsIssuePanelNotConnectedPayload>;
|
|
28823
29155
|
regenerateAutodevPlan?: Maybe<JiraAutodevBasicPayload>;
|
|
28824
29156
|
removeJiraBitbucketWorkspaceConnection?: Maybe<JiraRemoveJiraBitbucketWorkspaceConnectionPayload>;
|
|
29157
|
+
retryAutodevJob?: Maybe<JiraAutodevBasicPayload>;
|
|
28825
29158
|
saveAutodevPlan?: Maybe<JiraAutodevBasicPayload>;
|
|
28826
29159
|
setProjectSelectedDeploymentAppsProperty?: Maybe<JiraSetProjectSelectedDeploymentAppsPropertyPayload>;
|
|
28827
29160
|
startAutodev?: Maybe<JiraAutodevBasicPayload>;
|
|
@@ -28866,6 +29199,10 @@ export declare type JiraDevOpsMutationRemoveJiraBitbucketWorkspaceConnectionArgs
|
|
|
28866
29199
|
cloudId: Scalars['ID']['input'];
|
|
28867
29200
|
input: JiraRemoveJiraBitbucketWorkspaceConnectionInput;
|
|
28868
29201
|
};
|
|
29202
|
+
export declare type JiraDevOpsMutationRetryAutodevJobArgs = {
|
|
29203
|
+
issueAri: Scalars['ID']['input'];
|
|
29204
|
+
jobId: Scalars['ID']['input'];
|
|
29205
|
+
};
|
|
28869
29206
|
export declare type JiraDevOpsMutationSaveAutodevPlanArgs = {
|
|
28870
29207
|
acceptanceCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
28871
29208
|
currentState?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -30592,7 +30929,9 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
30592
30929
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
30593
30930
|
JiraIssueTypeField?: InputMaybe<Array<JiraUpdateIssueTypeFieldInput>>;
|
|
30594
30931
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
30932
|
+
JiraMultipleGroupPickerField?: InputMaybe<Array<JiraUpdateMultipleGroupPickerFieldInput>>;
|
|
30595
30933
|
JiraMultipleSelectField?: InputMaybe<Array<JiraUpdateMultipleSelectFieldInput>>;
|
|
30934
|
+
JiraMultipleSelectUserPickerField?: InputMaybe<Array<JiraUpdateMultipleSelectUserPickerFieldInput>>;
|
|
30596
30935
|
JiraMultipleVersionPickerField?: InputMaybe<Array<JiraUpdateMultipleVersionPickerFieldInput>>;
|
|
30597
30936
|
JiraNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
30598
30937
|
JiraParentIssueField?: InputMaybe<Array<JiraUpdateParentFieldInput>>;
|
|
@@ -31747,6 +32086,7 @@ export declare type JiraMutation = {
|
|
|
31747
32086
|
setDefaultNavigationItem?: Maybe<JiraSetDefaultNavigationItemPayload>;
|
|
31748
32087
|
setEntityIsFavourite?: Maybe<JiraSetIsFavouritePayload>;
|
|
31749
32088
|
setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
|
|
32089
|
+
sprintUpdate?: Maybe<JiraSprintMutationPayload>;
|
|
31750
32090
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
31751
32091
|
unlinkIssuesFromIncident?: Maybe<JiraUnlinkIssuesFromIncidentMutationPayload>;
|
|
31752
32092
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
@@ -31796,6 +32136,7 @@ export declare type JiraMutation = {
|
|
|
31796
32136
|
updateTeamField?: Maybe<JiraTeamFieldPayload>;
|
|
31797
32137
|
updateTimeTrackingField?: Maybe<JiraTimeTrackingFieldPayload>;
|
|
31798
32138
|
updateUrlField?: Maybe<JiraUrlFieldPayload>;
|
|
32139
|
+
updateUserNavigationConfiguration?: Maybe<JiraUserNavigationConfigurationPayload>;
|
|
31799
32140
|
updateVersionArchivedStatus?: Maybe<JiraUpdateVersionPayload>;
|
|
31800
32141
|
updateVersionDescription?: Maybe<JiraUpdateVersionPayload>;
|
|
31801
32142
|
updateVersionName?: Maybe<JiraUpdateVersionPayload>;
|
|
@@ -31996,6 +32337,9 @@ export declare type JiraMutationSetUserBroadcastMessageDismissedArgs = {
|
|
|
31996
32337
|
cloudId: Scalars['ID']['input'];
|
|
31997
32338
|
id: Scalars['ID']['input'];
|
|
31998
32339
|
};
|
|
32340
|
+
export declare type JiraMutationSprintUpdateArgs = {
|
|
32341
|
+
sprintUpdateInput: JiraSprintUpdateInput;
|
|
32342
|
+
};
|
|
31999
32343
|
export declare type JiraMutationSubmitBulkOperationArgs = {
|
|
32000
32344
|
cloudId: Scalars['ID']['input'];
|
|
32001
32345
|
input: JiraSubmitBulkOperationInput;
|
|
@@ -32148,6 +32492,9 @@ export declare type JiraMutationUpdateTimeTrackingFieldArgs = {
|
|
|
32148
32492
|
export declare type JiraMutationUpdateUrlFieldArgs = {
|
|
32149
32493
|
input: JiraUpdateUrlFieldInput;
|
|
32150
32494
|
};
|
|
32495
|
+
export declare type JiraMutationUpdateUserNavigationConfigurationArgs = {
|
|
32496
|
+
input: JiraUpdateUserNavigationConfigurationInput;
|
|
32497
|
+
};
|
|
32151
32498
|
export declare type JiraMutationUpdateVersionArchivedStatusArgs = {
|
|
32152
32499
|
input: JiraUpdateVersionArchivedStatusInput;
|
|
32153
32500
|
};
|
|
@@ -32570,10 +32917,12 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
32570
32917
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
32571
32918
|
};
|
|
32572
32919
|
export declare enum JiraOverviewPlanMigrationChangeboardingStatus {
|
|
32920
|
+
Completed = "COMPLETED",
|
|
32573
32921
|
Triggered = "TRIGGERED"
|
|
32574
32922
|
}
|
|
32575
32923
|
export declare type JiraOverviewPlanMigrationState = {
|
|
32576
32924
|
__typename?: 'JiraOverviewPlanMigrationState';
|
|
32925
|
+
changeboardingActive?: Maybe<Scalars['Boolean']['output']>;
|
|
32577
32926
|
triggerChangeboarding?: Maybe<Scalars['Boolean']['output']>;
|
|
32578
32927
|
};
|
|
32579
32928
|
export declare type JiraOverviewPlanMigrationStateResult = JiraOverviewPlanMigrationState | QueryError;
|
|
@@ -32844,11 +33193,15 @@ export declare type JiraPlatformAttachment = JiraAttachment & Node & {
|
|
|
32844
33193
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
32845
33194
|
parentId?: Maybe<Scalars['String']['output']>;
|
|
32846
33195
|
parentName?: Maybe<Scalars['String']['output']>;
|
|
33196
|
+
searchViewContext?: Maybe<JiraAttachmentSearchViewContext>;
|
|
32847
33197
|
};
|
|
32848
33198
|
export declare type JiraPlatformAttachmentMediaReadTokenArgs = {
|
|
32849
33199
|
durationInSeconds: Scalars['Int']['input'];
|
|
32850
33200
|
maxTokenLength: Scalars['Int']['input'];
|
|
32851
33201
|
};
|
|
33202
|
+
export declare type JiraPlatformAttachmentSearchViewContextArgs = {
|
|
33203
|
+
filter?: InputMaybe<JiraAttachmentSearchViewContextInput>;
|
|
33204
|
+
};
|
|
32852
33205
|
export declare type JiraPlatformComment = JiraComment & Node & {
|
|
32853
33206
|
__typename?: 'JiraPlatformComment';
|
|
32854
33207
|
author?: Maybe<User>;
|
|
@@ -33618,6 +33971,7 @@ export declare type JiraQuery = {
|
|
|
33618
33971
|
issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
33619
33972
|
jiraBulkEditFields?: Maybe<JiraBulkEditResponse>;
|
|
33620
33973
|
jiraBulkEditTransitions?: Maybe<JiraBulkTransitionResponse>;
|
|
33974
|
+
jiraBulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenResponse>;
|
|
33621
33975
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
33622
33976
|
jiraProject?: Maybe<JiraProject>;
|
|
33623
33977
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
@@ -33678,6 +34032,7 @@ export declare type JiraQuery = {
|
|
|
33678
34032
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
33679
34033
|
uiModifications?: Maybe<Array<JiraAppUiModifications>>;
|
|
33680
34034
|
userHomePage?: Maybe<JiraHomePage>;
|
|
34035
|
+
userNavigationConfiguration?: Maybe<JiraUserNavigationConfiguration>;
|
|
33681
34036
|
userPreferences?: Maybe<JiraUserPreferences>;
|
|
33682
34037
|
userSegmentation?: Maybe<JiraUserSegmentation>;
|
|
33683
34038
|
version?: Maybe<JiraVersionResult>;
|
|
@@ -33988,6 +34343,9 @@ export declare type JiraQueryJiraBulkEditFieldsArgs = {
|
|
|
33988
34343
|
export declare type JiraQueryJiraBulkEditTransitionsArgs = {
|
|
33989
34344
|
issueIds: Array<Scalars['ID']['input']>;
|
|
33990
34345
|
};
|
|
34346
|
+
export declare type JiraQueryJiraBulkTransitionsScreenArgs = {
|
|
34347
|
+
input: Array<JiraBulkTransitionScreenInput>;
|
|
34348
|
+
};
|
|
33991
34349
|
export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
|
|
33992
34350
|
issueIds: Array<Scalars['ID']['input']>;
|
|
33993
34351
|
};
|
|
@@ -34259,6 +34617,10 @@ export declare type JiraQueryUiModificationsArgs = {
|
|
|
34259
34617
|
export declare type JiraQueryUserHomePageArgs = {
|
|
34260
34618
|
cloudId: Scalars['ID']['input'];
|
|
34261
34619
|
};
|
|
34620
|
+
export declare type JiraQueryUserNavigationConfigurationArgs = {
|
|
34621
|
+
cloudID: Scalars['ID']['input'];
|
|
34622
|
+
navKey: Scalars['String']['input'];
|
|
34623
|
+
};
|
|
34262
34624
|
export declare type JiraQueryUserPreferencesArgs = {
|
|
34263
34625
|
cloudId: Scalars['ID']['input'];
|
|
34264
34626
|
};
|
|
@@ -36231,11 +36593,22 @@ export declare type JiraSprintFilterInput = {
|
|
|
36231
36593
|
export declare type JiraSprintInput = {
|
|
36232
36594
|
sprintId: Scalars['ID']['input'];
|
|
36233
36595
|
};
|
|
36596
|
+
export declare type JiraSprintMutationPayload = Payload & {
|
|
36597
|
+
__typename?: 'JiraSprintMutationPayload';
|
|
36598
|
+
errors?: Maybe<Array<MutationError>>;
|
|
36599
|
+
jiraSprint?: Maybe<JiraSprint>;
|
|
36600
|
+
success: Scalars['Boolean']['output'];
|
|
36601
|
+
};
|
|
36234
36602
|
export declare enum JiraSprintState {
|
|
36235
36603
|
Active = "ACTIVE",
|
|
36236
36604
|
Closed = "CLOSED",
|
|
36237
36605
|
Future = "FUTURE"
|
|
36238
36606
|
}
|
|
36607
|
+
export declare type JiraSprintUpdateInput = {
|
|
36608
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
36609
|
+
sprintId: Scalars['ID']['input'];
|
|
36610
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
36611
|
+
};
|
|
36239
36612
|
export declare type JiraStatus = Node & {
|
|
36240
36613
|
__typename?: 'JiraStatus';
|
|
36241
36614
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -36881,6 +37254,11 @@ export declare type JiraUpdateUrlFieldInput = {
|
|
|
36881
37254
|
id: Scalars['ID']['input'];
|
|
36882
37255
|
operation: JiraUrlFieldOperationInput;
|
|
36883
37256
|
};
|
|
37257
|
+
export declare type JiraUpdateUserNavigationConfigurationInput = {
|
|
37258
|
+
cloudID: Scalars['ID']['input'];
|
|
37259
|
+
navItems: Array<JiraConfigurableNavigationItemInput>;
|
|
37260
|
+
navKey: Scalars['String']['input'];
|
|
37261
|
+
};
|
|
36884
37262
|
export declare type JiraUpdateVersionArchivedStatusInput = {
|
|
36885
37263
|
id: Scalars['ID']['input'];
|
|
36886
37264
|
isArchived: Scalars['Boolean']['input'];
|
|
@@ -37066,6 +37444,17 @@ export declare type JiraUserMetadata = {
|
|
|
37066
37444
|
info?: Maybe<User>;
|
|
37067
37445
|
status?: Maybe<JiraProjectRoleActorUserStatus>;
|
|
37068
37446
|
};
|
|
37447
|
+
export declare type JiraUserNavigationConfiguration = {
|
|
37448
|
+
__typename?: 'JiraUserNavigationConfiguration';
|
|
37449
|
+
navItems: Array<JiraConfigurableNavigationItem>;
|
|
37450
|
+
navKey: Scalars['String']['output'];
|
|
37451
|
+
};
|
|
37452
|
+
export declare type JiraUserNavigationConfigurationPayload = Payload & {
|
|
37453
|
+
__typename?: 'JiraUserNavigationConfigurationPayload';
|
|
37454
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37455
|
+
success: Scalars['Boolean']['output'];
|
|
37456
|
+
userNavigationConfiguration?: Maybe<JiraUserNavigationConfiguration>;
|
|
37457
|
+
};
|
|
37069
37458
|
export declare type JiraUserPreferences = {
|
|
37070
37459
|
__typename?: 'JiraUserPreferences';
|
|
37071
37460
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
@@ -37748,6 +38137,20 @@ export declare type JiraWorkLogEdge = {
|
|
|
37748
38137
|
cursor: Scalars['String']['output'];
|
|
37749
38138
|
node?: Maybe<JiraWorklog>;
|
|
37750
38139
|
};
|
|
38140
|
+
export declare type JiraWorkLogField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
38141
|
+
__typename?: 'JiraWorkLogField';
|
|
38142
|
+
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
38143
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
38144
|
+
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
38145
|
+
fieldId: Scalars['String']['output'];
|
|
38146
|
+
id: Scalars['ID']['output'];
|
|
38147
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
38148
|
+
mediaContext?: Maybe<JiraMediaContext>;
|
|
38149
|
+
name: Scalars['String']['output'];
|
|
38150
|
+
timeTrackingSettings?: Maybe<JiraTimeTrackingSettings>;
|
|
38151
|
+
type: Scalars['String']['output'];
|
|
38152
|
+
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
38153
|
+
};
|
|
37751
38154
|
export declare type JiraWorkManagementActiveBackgroundDetailsResult = JiraWorkManagementAttachmentBackground | JiraWorkManagementColorBackground | JiraWorkManagementGradientBackground | JiraWorkManagementMediaBackground | QueryError;
|
|
37752
38155
|
export declare type JiraWorkManagementAttachmentBackground = JiraWorkManagementBackground & {
|
|
37753
38156
|
__typename?: 'JiraWorkManagementAttachmentBackground';
|
|
@@ -37824,12 +38227,6 @@ export declare type JiraWorkManagementCreateOverviewInput = {
|
|
|
37824
38227
|
projectIds: Array<Scalars['ID']['input']>;
|
|
37825
38228
|
theme?: InputMaybe<Scalars['String']['input']>;
|
|
37826
38229
|
};
|
|
37827
|
-
export declare type JiraWorkManagementCreateOverviewPayload = Payload & {
|
|
37828
|
-
__typename?: 'JiraWorkManagementCreateOverviewPayload';
|
|
37829
|
-
errors?: Maybe<Array<MutationError>>;
|
|
37830
|
-
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
37831
|
-
success: Scalars['Boolean']['output'];
|
|
37832
|
-
};
|
|
37833
38230
|
export declare type JiraWorkManagementCreateSavedViewInput = {
|
|
37834
38231
|
label?: InputMaybe<Scalars['String']['input']>;
|
|
37835
38232
|
projectId: Scalars['ID']['input'];
|
|
@@ -37887,11 +38284,6 @@ export declare type JiraWorkManagementDeleteCustomBackgroundPayload = Payload &
|
|
|
37887
38284
|
export declare type JiraWorkManagementDeleteOverviewInput = {
|
|
37888
38285
|
id: Scalars['ID']['input'];
|
|
37889
38286
|
};
|
|
37890
|
-
export declare type JiraWorkManagementDeleteOverviewPayload = Payload & {
|
|
37891
|
-
__typename?: 'JiraWorkManagementDeleteOverviewPayload';
|
|
37892
|
-
errors?: Maybe<Array<MutationError>>;
|
|
37893
|
-
success: Scalars['Boolean']['output'];
|
|
37894
|
-
};
|
|
37895
38287
|
export declare type JiraWorkManagementFilter = Node & {
|
|
37896
38288
|
__typename?: 'JiraWorkManagementFilter';
|
|
37897
38289
|
filter?: Maybe<JiraCustomFilter>;
|
|
@@ -38008,7 +38400,6 @@ export declare type JiraWorkManagementNavigation = {
|
|
|
38008
38400
|
jwmLicensing?: Maybe<JiraWorkManagementLicensing>;
|
|
38009
38401
|
jwmOverviewPlanMigrationState?: Maybe<JiraOverviewPlanMigrationStateResult>;
|
|
38010
38402
|
jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
|
|
38011
|
-
overviews?: Maybe<JiraWorkManagementOverviewConnectionResult>;
|
|
38012
38403
|
recentProjects?: Maybe<JiraProjectConnection>;
|
|
38013
38404
|
};
|
|
38014
38405
|
export declare type JiraWorkManagementNavigationFavoriteProjectsArgs = {
|
|
@@ -38022,67 +38413,12 @@ export declare type JiraWorkManagementNavigationJwmOverviewsArgs = {
|
|
|
38022
38413
|
cloudId: Scalars['ID']['input'];
|
|
38023
38414
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38024
38415
|
};
|
|
38025
|
-
export declare type JiraWorkManagementNavigationOverviewsArgs = {
|
|
38026
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
38027
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
38028
|
-
cloudId: Scalars['ID']['input'];
|
|
38029
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38030
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38031
|
-
};
|
|
38032
38416
|
export declare type JiraWorkManagementNavigationRecentProjectsArgs = {
|
|
38033
38417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38034
38418
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
38035
38419
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38036
38420
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38037
38421
|
};
|
|
38038
|
-
export declare type JiraWorkManagementOverview = Node & {
|
|
38039
|
-
__typename?: 'JiraWorkManagementOverview';
|
|
38040
|
-
author?: Maybe<User>;
|
|
38041
|
-
fields?: Maybe<JiraJqlFieldConnectionResult>;
|
|
38042
|
-
id: Scalars['ID']['output'];
|
|
38043
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
38044
|
-
projects?: Maybe<JiraWorkManagementProjectConnection>;
|
|
38045
|
-
theme?: Maybe<Scalars['String']['output']>;
|
|
38046
|
-
};
|
|
38047
|
-
export declare type JiraWorkManagementOverviewFieldsArgs = {
|
|
38048
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
38049
|
-
cloudId: Scalars['ID']['input'];
|
|
38050
|
-
excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
38051
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38052
|
-
forClause?: InputMaybe<JiraJqlClauseType>;
|
|
38053
|
-
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
38054
|
-
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
38055
|
-
};
|
|
38056
|
-
export declare type JiraWorkManagementOverviewProjectsArgs = {
|
|
38057
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
38058
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
38059
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38060
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38061
|
-
};
|
|
38062
|
-
export declare type JiraWorkManagementOverviewConnection = {
|
|
38063
|
-
__typename?: 'JiraWorkManagementOverviewConnection';
|
|
38064
|
-
edges?: Maybe<Array<Maybe<JiraWorkManagementOverviewEdge>>>;
|
|
38065
|
-
pageInfo: PageInfo;
|
|
38066
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
38067
|
-
};
|
|
38068
|
-
export declare type JiraWorkManagementOverviewConnectionResult = JiraWorkManagementOverviewConnection | QueryError;
|
|
38069
|
-
export declare type JiraWorkManagementOverviewEdge = {
|
|
38070
|
-
__typename?: 'JiraWorkManagementOverviewEdge';
|
|
38071
|
-
cursor: Scalars['String']['output'];
|
|
38072
|
-
node?: Maybe<JiraWorkManagementOverview>;
|
|
38073
|
-
};
|
|
38074
|
-
export declare type JiraWorkManagementOverviewResult = JiraWorkManagementOverview | QueryError;
|
|
38075
|
-
export declare type JiraWorkManagementProjectConnection = {
|
|
38076
|
-
__typename?: 'JiraWorkManagementProjectConnection';
|
|
38077
|
-
edges?: Maybe<Array<Maybe<JiraWorkManagementProjectEdge>>>;
|
|
38078
|
-
pageInfo: PageInfo;
|
|
38079
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
38080
|
-
};
|
|
38081
|
-
export declare type JiraWorkManagementProjectEdge = {
|
|
38082
|
-
__typename?: 'JiraWorkManagementProjectEdge';
|
|
38083
|
-
cursor: Scalars['String']['output'];
|
|
38084
|
-
node?: Maybe<JiraProject>;
|
|
38085
|
-
};
|
|
38086
38422
|
export declare type JiraWorkManagementProjectNavigationMetadata = {
|
|
38087
38423
|
__typename?: 'JiraWorkManagementProjectNavigationMetadata';
|
|
38088
38424
|
boardName: Scalars['String']['output'];
|
|
@@ -38101,6 +38437,8 @@ export declare type JiraWorkManagementRemoveActiveBackgroundPayload = Payload &
|
|
|
38101
38437
|
};
|
|
38102
38438
|
export declare type JiraWorkManagementSavedView = JiraNavigationItem & Node & {
|
|
38103
38439
|
__typename?: 'JiraWorkManagementSavedView';
|
|
38440
|
+
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
38441
|
+
canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
38104
38442
|
id: Scalars['ID']['output'];
|
|
38105
38443
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
38106
38444
|
label?: Maybe<Scalars['String']['output']>;
|
|
@@ -38161,12 +38499,6 @@ export declare type JiraWorkManagementUpdateOverviewInput = {
|
|
|
38161
38499
|
projectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
38162
38500
|
theme?: InputMaybe<Scalars['String']['input']>;
|
|
38163
38501
|
};
|
|
38164
|
-
export declare type JiraWorkManagementUpdateOverviewPayload = Payload & {
|
|
38165
|
-
__typename?: 'JiraWorkManagementUpdateOverviewPayload';
|
|
38166
|
-
errors?: Maybe<Array<MutationError>>;
|
|
38167
|
-
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
38168
|
-
success: Scalars['Boolean']['output'];
|
|
38169
|
-
};
|
|
38170
38502
|
export declare enum JiraWorkManagementUserLicenseSeatEdition {
|
|
38171
38503
|
Free = "FREE",
|
|
38172
38504
|
Premium = "PREMIUM",
|
|
@@ -38756,6 +39088,7 @@ export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStor
|
|
|
38756
39088
|
description: Scalars['String']['output'];
|
|
38757
39089
|
highlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
|
|
38758
39090
|
id: Scalars['ID']['output'];
|
|
39091
|
+
navigationUrl?: Maybe<Scalars['String']['output']>;
|
|
38759
39092
|
screenSpecificProperties: MarketplaceStoreHomePageSectionScreenSpecificProperties;
|
|
38760
39093
|
title: Scalars['String']['output'];
|
|
38761
39094
|
};
|
|
@@ -38768,6 +39101,7 @@ export declare type MarketplaceStoreHomePageRegularSection = MarketplaceStoreHom
|
|
|
38768
39101
|
appsFetchCount: Scalars['Int']['output'];
|
|
38769
39102
|
description: Scalars['String']['output'];
|
|
38770
39103
|
id: Scalars['ID']['output'];
|
|
39104
|
+
navigationUrl?: Maybe<Scalars['String']['output']>;
|
|
38771
39105
|
screenSpecificProperties: MarketplaceStoreHomePageSectionScreenSpecificProperties;
|
|
38772
39106
|
title: Scalars['String']['output'];
|
|
38773
39107
|
};
|
|
@@ -38968,7 +39302,6 @@ export declare type Mutation = {
|
|
|
38968
39302
|
createJiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationshipCreatePayload>;
|
|
38969
39303
|
createJiraProjectAndOpsgenieTeamRelationship?: Maybe<CreateJiraProjectAndOpsgenieTeamRelationshipPayload>;
|
|
38970
39304
|
createJiraProjectAndRepositoryRelationship?: Maybe<CreateJiraProjectAndRepositoryRelationshipPayload>;
|
|
38971
|
-
createJwmOverview?: Maybe<JiraWorkManagementCreateOverviewPayload>;
|
|
38972
39305
|
createPolarisComment?: Maybe<CreatePolarisCommentPayload>;
|
|
38973
39306
|
createPolarisIdeaTemplate?: Maybe<CreatePolarisIdeaTemplatePayload>;
|
|
38974
39307
|
createPolarisInsight?: Maybe<CreatePolarisInsightPayload>;
|
|
@@ -38998,7 +39331,6 @@ export declare type Mutation = {
|
|
|
38998
39331
|
deleteJiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationshipDeletePayload>;
|
|
38999
39332
|
deleteJiraProjectAndOpsgenieTeamRelationship?: Maybe<DeleteJiraProjectAndOpsgenieTeamRelationshipPayload>;
|
|
39000
39333
|
deleteJiraProjectAndRepositoryRelationship?: Maybe<DeleteJiraProjectAndRepositoryRelationshipPayload>;
|
|
39001
|
-
deleteJwmOverview?: Maybe<JiraWorkManagementDeleteOverviewPayload>;
|
|
39002
39334
|
deletePolarisIdeaTemplate?: Maybe<DeletePolarisIdeaTemplatePayload>;
|
|
39003
39335
|
deletePolarisInsight?: Maybe<DeletePolarisInsightPayload>;
|
|
39004
39336
|
deletePolarisPlayContribution?: Maybe<DeletePolarisPlayContributionPayload>;
|
|
@@ -39080,7 +39412,6 @@ export declare type Mutation = {
|
|
|
39080
39412
|
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
39081
39413
|
updateJiraProjectAndOpsgenieTeamRelationship?: Maybe<UpdateJiraProjectAndOpsgenieTeamRelationshipPayload>;
|
|
39082
39414
|
updateJiraProjectAndRepositoryRelationship?: Maybe<UpdateJiraProjectAndRepositoryRelationshipPayload>;
|
|
39083
|
-
updateJwmOverview?: Maybe<JiraWorkManagementUpdateOverviewPayload>;
|
|
39084
39415
|
updatePolarisComment?: Maybe<UpdatePolarisCommentPayload>;
|
|
39085
39416
|
updatePolarisIdea?: Maybe<UpdatePolarisIdeaPayload>;
|
|
39086
39417
|
updatePolarisIdeaTemplate?: Maybe<UpdatePolarisIdeaTemplatePayload>;
|
|
@@ -39172,10 +39503,6 @@ export declare type MutationCreateJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
|
39172
39503
|
export declare type MutationCreateJiraProjectAndRepositoryRelationshipArgs = {
|
|
39173
39504
|
input: CreateJiraProjectAndRepositoryRelationshipInput;
|
|
39174
39505
|
};
|
|
39175
|
-
export declare type MutationCreateJwmOverviewArgs = {
|
|
39176
|
-
cloudId: Scalars['ID']['input'];
|
|
39177
|
-
input: JiraWorkManagementCreateOverviewInput;
|
|
39178
|
-
};
|
|
39179
39506
|
export declare type MutationCreatePolarisCommentArgs = {
|
|
39180
39507
|
input: CreatePolarisCommentInput;
|
|
39181
39508
|
};
|
|
@@ -39279,10 +39606,6 @@ export declare type MutationDeleteJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
|
39279
39606
|
export declare type MutationDeleteJiraProjectAndRepositoryRelationshipArgs = {
|
|
39280
39607
|
input: DeleteJiraProjectAndRepositoryRelationshipInput;
|
|
39281
39608
|
};
|
|
39282
|
-
export declare type MutationDeleteJwmOverviewArgs = {
|
|
39283
|
-
cloudId: Scalars['ID']['input'];
|
|
39284
|
-
input: JiraWorkManagementDeleteOverviewInput;
|
|
39285
|
-
};
|
|
39286
39609
|
export declare type MutationDeletePolarisIdeaTemplateArgs = {
|
|
39287
39610
|
input: DeletePolarisIdeaTemplateInput;
|
|
39288
39611
|
};
|
|
@@ -39473,10 +39796,6 @@ export declare type MutationUpdateJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
|
39473
39796
|
export declare type MutationUpdateJiraProjectAndRepositoryRelationshipArgs = {
|
|
39474
39797
|
input: UpdateJiraProjectAndRepositoryRelationshipInput;
|
|
39475
39798
|
};
|
|
39476
|
-
export declare type MutationUpdateJwmOverviewArgs = {
|
|
39477
|
-
cloudId: Scalars['ID']['input'];
|
|
39478
|
-
input: JiraWorkManagementUpdateOverviewInput;
|
|
39479
|
-
};
|
|
39480
39799
|
export declare type MutationUpdatePolarisCommentArgs = {
|
|
39481
39800
|
input: UpdatePolarisCommentInput;
|
|
39482
39801
|
};
|
|
@@ -41117,6 +41436,7 @@ export declare type PolarisPlay = {
|
|
|
41117
41436
|
__typename?: 'PolarisPlay';
|
|
41118
41437
|
contribution?: Maybe<PolarisPlayContribution>;
|
|
41119
41438
|
contributions?: Maybe<Array<PolarisPlayContribution>>;
|
|
41439
|
+
contributionsBySubject?: Maybe<Array<PolarisPlayContribution>>;
|
|
41120
41440
|
fields?: Maybe<Array<PolarisIdeaPlayField>>;
|
|
41121
41441
|
id: Scalars['ID']['output'];
|
|
41122
41442
|
kind: PolarisPlayKind;
|
|
@@ -41127,6 +41447,9 @@ export declare type PolarisPlay = {
|
|
|
41127
41447
|
export declare type PolarisPlayContributionArgs = {
|
|
41128
41448
|
id: Scalars['ID']['input'];
|
|
41129
41449
|
};
|
|
41450
|
+
export declare type PolarisPlayContributionsBySubjectArgs = {
|
|
41451
|
+
subject: Scalars['ID']['input'];
|
|
41452
|
+
};
|
|
41130
41453
|
export declare type PolarisPlayContribution = {
|
|
41131
41454
|
__typename?: 'PolarisPlayContribution';
|
|
41132
41455
|
aaid: Scalars['String']['output'];
|
|
@@ -41646,6 +41969,8 @@ export declare type Query = {
|
|
|
41646
41969
|
connectedData?: Maybe<ConnectedDataQuery>;
|
|
41647
41970
|
contentFacet: ContentPlatformContentFacetConnection;
|
|
41648
41971
|
customerService?: Maybe<CustomerServiceQueryApi>;
|
|
41972
|
+
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
41973
|
+
customerStory?: Maybe<ContentPlatformCustomerStory>;
|
|
41649
41974
|
customerSupport?: Maybe<SupportRequestCatalogQueryApi>;
|
|
41650
41975
|
devOps?: Maybe<DevOps>;
|
|
41651
41976
|
devOpsMetrics?: Maybe<DevOpsMetrics>;
|
|
@@ -41697,8 +42022,6 @@ export declare type Query = {
|
|
|
41697
42022
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
41698
42023
|
jiraReleases?: Maybe<JiraReleases>;
|
|
41699
42024
|
jsw?: Maybe<JswQuery>;
|
|
41700
|
-
jwmOverview?: Maybe<JiraWorkManagementOverviewResult>;
|
|
41701
|
-
jwmOverviews?: Maybe<JiraWorkManagementOverviewConnectionResult>;
|
|
41702
42025
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
41703
42026
|
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
|
|
41704
42027
|
marketplaceAppByKey?: Maybe<MarketplaceApp>;
|
|
@@ -41747,6 +42070,7 @@ export declare type Query = {
|
|
|
41747
42070
|
shepherd?: Maybe<ShepherdQuery>;
|
|
41748
42071
|
smarts?: Maybe<SmartsQueryApi>;
|
|
41749
42072
|
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
42073
|
+
suggestions?: Maybe<AutoSuggestionApi>;
|
|
41750
42074
|
surfacePlatform: SurfacePlatformQueryApi;
|
|
41751
42075
|
team?: Maybe<TeamQuery>;
|
|
41752
42076
|
template?: Maybe<ContentPlatformTemplate>;
|
|
@@ -41755,6 +42079,8 @@ export declare type Query = {
|
|
|
41755
42079
|
templates: ContentPlatformTemplateContentSearchConnection;
|
|
41756
42080
|
tenantContexts?: Maybe<Array<Maybe<TenantContext>>>;
|
|
41757
42081
|
testing?: Maybe<Testing>;
|
|
42082
|
+
topicOverview?: Maybe<ContentPlatformTopicOverview>;
|
|
42083
|
+
topicOverviews: ContentPlatformTopicOverviewContentSearchConnection;
|
|
41758
42084
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
41759
42085
|
trello: TrelloQueryApi;
|
|
41760
42086
|
user?: Maybe<User>;
|
|
@@ -41882,6 +42208,13 @@ export declare type QueryContentFacetArgs = {
|
|
|
41882
42208
|
export declare type QueryCustomerServiceArgs = {
|
|
41883
42209
|
cloudId: Scalars['ID']['input'];
|
|
41884
42210
|
};
|
|
42211
|
+
export declare type QueryCustomerStoriesArgs = {
|
|
42212
|
+
search: ContentPlatformSearchApIv2Query;
|
|
42213
|
+
};
|
|
42214
|
+
export declare type QueryCustomerStoryArgs = {
|
|
42215
|
+
id: Scalars['String']['input'];
|
|
42216
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42217
|
+
};
|
|
41885
42218
|
export declare type QueryDevOpsServiceArgs = {
|
|
41886
42219
|
id: Scalars['ID']['input'];
|
|
41887
42220
|
};
|
|
@@ -42012,18 +42345,6 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
42012
42345
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42013
42346
|
id: Scalars['ID']['input'];
|
|
42014
42347
|
};
|
|
42015
|
-
export declare type QueryJwmOverviewArgs = {
|
|
42016
|
-
id: Scalars['ID']['input'];
|
|
42017
|
-
};
|
|
42018
|
-
export declare type QueryJwmOverviewsArgs = {
|
|
42019
|
-
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
42020
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
42021
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
42022
|
-
cloudId: Scalars['ID']['input'];
|
|
42023
|
-
currentUserSeatEdition?: InputMaybe<JiraWorkManagementUserLicenseSeatEdition>;
|
|
42024
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42025
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
42026
|
-
};
|
|
42027
42348
|
export declare type QueryMarketplaceAppArgs = {
|
|
42028
42349
|
appId: Scalars['ID']['input'];
|
|
42029
42350
|
};
|
|
@@ -42178,6 +42499,13 @@ export declare type QueryTenantContextsArgs = {
|
|
|
42178
42499
|
cloudIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
42179
42500
|
hostNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
42180
42501
|
};
|
|
42502
|
+
export declare type QueryTopicOverviewArgs = {
|
|
42503
|
+
id: Scalars['String']['input'];
|
|
42504
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42505
|
+
};
|
|
42506
|
+
export declare type QueryTopicOverviewsArgs = {
|
|
42507
|
+
search: ContentPlatformSearchApIv2Query;
|
|
42508
|
+
};
|
|
42181
42509
|
export declare type QueryUserArgs = {
|
|
42182
42510
|
accountId: Scalars['ID']['input'];
|
|
42183
42511
|
};
|
|
@@ -44178,8 +44506,11 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
44178
44506
|
AddedDomain = "ADDED_DOMAIN",
|
|
44179
44507
|
AddedJiraGlobalPermission = "ADDED_JIRA_GLOBAL_PERMISSION",
|
|
44180
44508
|
AddedOrgadmin = "ADDED_ORGADMIN",
|
|
44509
|
+
BitbucketRepositoryPrivacy = "BITBUCKET_REPOSITORY_PRIVACY",
|
|
44510
|
+
BitbucketWorkspacePrivacy = "BITBUCKET_WORKSPACE_PRIVACY",
|
|
44181
44511
|
ClassificationLevelArchived = "CLASSIFICATION_LEVEL_ARCHIVED",
|
|
44182
44512
|
ClassificationLevelPublished = "CLASSIFICATION_LEVEL_PUBLISHED",
|
|
44513
|
+
ConfluenceCustomDetection = "CONFLUENCE_CUSTOM_DETECTION",
|
|
44183
44514
|
ConfluenceDataDiscovery = "CONFLUENCE_DATA_DISCOVERY",
|
|
44184
44515
|
ConfluenceDataDiscoveryAtlassianToken = "CONFLUENCE_DATA_DISCOVERY_ATLASSIAN_TOKEN",
|
|
44185
44516
|
ConfluenceDataDiscoveryAwsKeys = "CONFLUENCE_DATA_DISCOVERY_AWS_KEYS",
|
|
@@ -44254,11 +44585,13 @@ export declare type ShepherdAlertsResult = QueryError | ShepherdAlertsConnection
|
|
|
44254
44585
|
export declare type ShepherdAppInfo = {
|
|
44255
44586
|
__typename?: 'ShepherdAppInfo';
|
|
44256
44587
|
apiVersion: Scalars['Int']['output'];
|
|
44588
|
+
commitHash?: Maybe<Scalars['String']['output']>;
|
|
44257
44589
|
env: Scalars['String']['output'];
|
|
44258
44590
|
loginUrl: Scalars['String']['output'];
|
|
44259
44591
|
};
|
|
44260
44592
|
export declare enum ShepherdAtlassianProduct {
|
|
44261
44593
|
AdminHub = "ADMIN_HUB",
|
|
44594
|
+
Bitbucket = "BITBUCKET",
|
|
44262
44595
|
Confluence = "CONFLUENCE",
|
|
44263
44596
|
JiraSoftware = "JIRA_SOFTWARE",
|
|
44264
44597
|
Marketplace = "MARKETPLACE"
|
|
@@ -44349,6 +44682,7 @@ export declare type ShepherdClassificationsResult = QueryError | ShepherdClassif
|
|
|
44349
44682
|
export declare type ShepherdCreateAlertInput = {
|
|
44350
44683
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
44351
44684
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44685
|
+
customDetectionHighlight?: InputMaybe<ShepherdCustomDetectionHighlightInput>;
|
|
44352
44686
|
highlight?: InputMaybe<ShepherdHighlightInput>;
|
|
44353
44687
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
44354
44688
|
status?: InputMaybe<ShepherdAlertStatus>;
|
|
@@ -46496,6 +46830,7 @@ export declare type TownsquareProject = Node & {
|
|
|
46496
46830
|
iconData?: Maybe<Scalars['String']['output']>;
|
|
46497
46831
|
id: Scalars['ID']['output'];
|
|
46498
46832
|
isArchived: Scalars['Boolean']['output'];
|
|
46833
|
+
isPrivate: Scalars['Boolean']['output'];
|
|
46499
46834
|
key: Scalars['String']['output'];
|
|
46500
46835
|
name: Scalars['String']['output'];
|
|
46501
46836
|
owner?: Maybe<User>;
|
|
@@ -47544,6 +47879,7 @@ export declare type TrelloMutationApi = {
|
|
|
47544
47879
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
47545
47880
|
unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
|
|
47546
47881
|
unwatchCard?: Maybe<TrelloWatchCardPayload>;
|
|
47882
|
+
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
47547
47883
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
47548
47884
|
watchCard?: Maybe<TrelloWatchCardPayload>;
|
|
47549
47885
|
};
|
|
@@ -47571,6 +47907,9 @@ export declare type TrelloMutationApiUnarchiveCardArgs = {
|
|
|
47571
47907
|
export declare type TrelloMutationApiUnwatchCardArgs = {
|
|
47572
47908
|
input: TrelloWatchCardInput;
|
|
47573
47909
|
};
|
|
47910
|
+
export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
47911
|
+
input: TrelloUpdateBoardNameInput;
|
|
47912
|
+
};
|
|
47574
47913
|
export declare type TrelloMutationApiUpdateCardNameArgs = {
|
|
47575
47914
|
input: TrelloUpdateCardNameInput;
|
|
47576
47915
|
};
|
|
@@ -47799,6 +48138,16 @@ export declare type TrelloUnarchiveCardPayload = Payload & {
|
|
|
47799
48138
|
errors?: Maybe<Array<MutationError>>;
|
|
47800
48139
|
success: Scalars['Boolean']['output'];
|
|
47801
48140
|
};
|
|
48141
|
+
export declare type TrelloUpdateBoardNameInput = {
|
|
48142
|
+
boardId: Scalars['ID']['input'];
|
|
48143
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
48144
|
+
};
|
|
48145
|
+
export declare type TrelloUpdateBoardNamePayload = Payload & {
|
|
48146
|
+
__typename?: 'TrelloUpdateBoardNamePayload';
|
|
48147
|
+
board?: Maybe<TrelloBoard>;
|
|
48148
|
+
errors?: Maybe<Array<MutationError>>;
|
|
48149
|
+
success: Scalars['Boolean']['output'];
|
|
48150
|
+
};
|
|
47802
48151
|
export declare type TrelloUpdateCardNameInput = {
|
|
47803
48152
|
cardId: Scalars['ID']['input'];
|
|
47804
48153
|
name?: InputMaybe<Scalars['String']['input']>;
|