@forge/cli-shared 2.3.0-next.0 → 2.3.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +83 -0
- package/out/config/config-file.js +8 -8
- package/out/config/config.d.ts +2 -1
- package/out/config/config.d.ts.map +1 -1
- package/out/config/config.js +3 -2
- package/out/graphql/graphql-types.d.ts +322 -86
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -13
- package/out/graphql/mutation-aware-graphql-client.d.ts +1 -1
- package/out/ui/text.d.ts +1 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +1 -1
- package/package.json +4 -4
|
@@ -211,11 +211,11 @@ export declare enum ActivityEventType {
|
|
|
211
211
|
}
|
|
212
212
|
export declare type ActivityFilter = {
|
|
213
213
|
actors?: Maybe<Array<Scalars['ID']>>;
|
|
214
|
+
rootContainerIds?: Maybe<Array<Scalars['ID']>>;
|
|
214
215
|
type?: Maybe<ActivitiesFilterType>;
|
|
215
216
|
arguments?: Maybe<ActivityFilterArgs>;
|
|
216
217
|
};
|
|
217
218
|
export declare type ActivityFilterArgs = {
|
|
218
|
-
rootContainerIds?: Maybe<Array<Scalars['ID']>>;
|
|
219
219
|
products?: Maybe<Array<Scalars['String']>>;
|
|
220
220
|
eventTypes?: Maybe<Array<Scalars['String']>>;
|
|
221
221
|
objectTypes?: Maybe<Array<Scalars['String']>>;
|
|
@@ -958,6 +958,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
958
958
|
effects: Array<Scalars['JSON']>;
|
|
959
959
|
context: Scalars['JSON'];
|
|
960
960
|
contextToken?: Maybe<Scalars['String']>;
|
|
961
|
+
extensionPayload?: Maybe<Scalars['JSON']>;
|
|
961
962
|
config?: Maybe<Scalars['JSON']>;
|
|
962
963
|
};
|
|
963
964
|
export declare type AuxEffectsResult = {
|
|
@@ -1569,6 +1570,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
1569
1570
|
createMetricSource?: Maybe<CompassCreateMetricSourcePayload>;
|
|
1570
1571
|
deleteMetricSource?: Maybe<CompassDeleteMetricSourcePayload>;
|
|
1571
1572
|
insertMetricValue?: Maybe<CompassInsertMetricValuePayload>;
|
|
1573
|
+
synchronizeLinkAssociations?: Maybe<CompassSynchronizeLinkAssociationsPayload>;
|
|
1572
1574
|
};
|
|
1573
1575
|
export declare type CompassCatalogMutationApiCreateComponentArgs = {
|
|
1574
1576
|
cloudId: Scalars['ID'];
|
|
@@ -1715,6 +1717,9 @@ export declare type CompassCatalogMutationApiDeleteMetricSourceArgs = {
|
|
|
1715
1717
|
export declare type CompassCatalogMutationApiInsertMetricValueArgs = {
|
|
1716
1718
|
input: CompassInsertMetricValueInput;
|
|
1717
1719
|
};
|
|
1720
|
+
export declare type CompassCatalogMutationApiSynchronizeLinkAssociationsArgs = {
|
|
1721
|
+
input?: Maybe<CompassSynchronizeLinkAssociationsInput>;
|
|
1722
|
+
};
|
|
1718
1723
|
export declare type CompassCatalogQueryApi = {
|
|
1719
1724
|
__typename?: 'CompassCatalogQueryApi';
|
|
1720
1725
|
component?: Maybe<CompassComponentResult>;
|
|
@@ -1855,8 +1860,8 @@ export declare type CompassCreateAlertEventInput = {
|
|
|
1855
1860
|
displayName: Scalars['String'];
|
|
1856
1861
|
lastUpdated: Scalars['DateTime'];
|
|
1857
1862
|
updateSequenceNumber: Scalars['Long'];
|
|
1858
|
-
description
|
|
1859
|
-
url
|
|
1863
|
+
description: Scalars['String'];
|
|
1864
|
+
url: Scalars['URL'];
|
|
1860
1865
|
externalEventSourceId: Scalars['ID'];
|
|
1861
1866
|
alertProperties: CompassAlertEventPropertiesInput;
|
|
1862
1867
|
};
|
|
@@ -1876,8 +1881,8 @@ export declare type CompassCreateBuildEventInput = {
|
|
|
1876
1881
|
displayName: Scalars['String'];
|
|
1877
1882
|
lastUpdated: Scalars['DateTime'];
|
|
1878
1883
|
updateSequenceNumber: Scalars['Long'];
|
|
1879
|
-
description
|
|
1880
|
-
url
|
|
1884
|
+
description: Scalars['String'];
|
|
1885
|
+
url: Scalars['URL'];
|
|
1881
1886
|
externalEventSourceId: Scalars['ID'];
|
|
1882
1887
|
buildProperties: CompassBuildEventPropertiesInput;
|
|
1883
1888
|
};
|
|
@@ -1885,8 +1890,8 @@ export declare type CompassCreateCustomEventInput = {
|
|
|
1885
1890
|
displayName: Scalars['String'];
|
|
1886
1891
|
lastUpdated: Scalars['DateTime'];
|
|
1887
1892
|
updateSequenceNumber: Scalars['Long'];
|
|
1888
|
-
description
|
|
1889
|
-
url
|
|
1893
|
+
description: Scalars['String'];
|
|
1894
|
+
url: Scalars['URL'];
|
|
1890
1895
|
externalEventSourceId: Scalars['ID'];
|
|
1891
1896
|
customEventProperties: CompassCustomEventPropertiesInput;
|
|
1892
1897
|
};
|
|
@@ -1918,8 +1923,8 @@ export declare type CompassCreateFlagEventInput = {
|
|
|
1918
1923
|
displayName: Scalars['String'];
|
|
1919
1924
|
lastUpdated: Scalars['DateTime'];
|
|
1920
1925
|
updateSequenceNumber: Scalars['Long'];
|
|
1921
|
-
description
|
|
1922
|
-
url
|
|
1926
|
+
description: Scalars['String'];
|
|
1927
|
+
url: Scalars['URL'];
|
|
1923
1928
|
externalEventSourceId: Scalars['ID'];
|
|
1924
1929
|
flagProperties: CompassCreateFlagEventPropertiesInput;
|
|
1925
1930
|
};
|
|
@@ -1931,8 +1936,8 @@ export declare type CompassCreateIncidentEventInput = {
|
|
|
1931
1936
|
displayName: Scalars['String'];
|
|
1932
1937
|
lastUpdated: Scalars['DateTime'];
|
|
1933
1938
|
updateSequenceNumber: Scalars['Long'];
|
|
1934
|
-
description
|
|
1935
|
-
url
|
|
1939
|
+
description: Scalars['String'];
|
|
1940
|
+
url: Scalars['URL'];
|
|
1936
1941
|
externalEventSourceId: Scalars['ID'];
|
|
1937
1942
|
incidentProperties: CompassCreateIncidentEventPropertiesInput;
|
|
1938
1943
|
};
|
|
@@ -1944,8 +1949,8 @@ export declare type CompassCreateLifecycleEventInput = {
|
|
|
1944
1949
|
displayName: Scalars['String'];
|
|
1945
1950
|
lastUpdated: Scalars['DateTime'];
|
|
1946
1951
|
updateSequenceNumber: Scalars['Long'];
|
|
1947
|
-
description
|
|
1948
|
-
url
|
|
1952
|
+
description: Scalars['String'];
|
|
1953
|
+
url: Scalars['URL'];
|
|
1949
1954
|
externalEventSourceId: Scalars['ID'];
|
|
1950
1955
|
lifecycleProperties: CompassLifecycleEventInputProperties;
|
|
1951
1956
|
};
|
|
@@ -2661,6 +2666,15 @@ export declare type CompassStarredComponentQuery = {
|
|
|
2661
2666
|
after?: Maybe<Scalars['String']>;
|
|
2662
2667
|
};
|
|
2663
2668
|
export declare type CompassStarredComponentQueryResult = CompassStarredComponentConnection | QueryError;
|
|
2669
|
+
export declare type CompassSynchronizeLinkAssociationsInput = {
|
|
2670
|
+
cloudId: Scalars['ID'];
|
|
2671
|
+
forgeAppId: Scalars['ID'];
|
|
2672
|
+
};
|
|
2673
|
+
export declare type CompassSynchronizeLinkAssociationsPayload = Payload & {
|
|
2674
|
+
__typename?: 'CompassSynchronizeLinkAssociationsPayload';
|
|
2675
|
+
success: Scalars['Boolean'];
|
|
2676
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2677
|
+
};
|
|
2664
2678
|
export declare type CompassTeamCheckin = {
|
|
2665
2679
|
__typename?: 'CompassTeamCheckin';
|
|
2666
2680
|
teamId?: Maybe<Scalars['ID']>;
|
|
@@ -2929,6 +2943,17 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
|
|
|
2929
2943
|
errors?: Maybe<Array<MutationError>>;
|
|
2930
2944
|
success: Scalars['Boolean'];
|
|
2931
2945
|
};
|
|
2946
|
+
export declare type ConfluenceCreateUserPropertyInput = {
|
|
2947
|
+
key: Scalars['String'];
|
|
2948
|
+
userId: Scalars['String'];
|
|
2949
|
+
value: Scalars['String'];
|
|
2950
|
+
};
|
|
2951
|
+
export declare type ConfluenceCreateUserPropertyPayload = Payload & {
|
|
2952
|
+
__typename?: 'ConfluenceCreateUserPropertyPayload';
|
|
2953
|
+
confluenceUserProperty?: Maybe<ConfluenceUserProperty>;
|
|
2954
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2955
|
+
success: Scalars['Boolean'];
|
|
2956
|
+
};
|
|
2932
2957
|
export declare type ConfluenceDeleteBlogPostInput = {
|
|
2933
2958
|
id: Scalars['ID'];
|
|
2934
2959
|
status: ConfluenceMutationContentStatus;
|
|
@@ -2947,6 +2972,14 @@ export declare type ConfluenceDeletePagePayload = Payload & {
|
|
|
2947
2972
|
errors?: Maybe<Array<MutationError>>;
|
|
2948
2973
|
success: Scalars['Boolean'];
|
|
2949
2974
|
};
|
|
2975
|
+
export declare type ConfluenceDeleteUserPropertyInput = {
|
|
2976
|
+
id: Scalars['ID'];
|
|
2977
|
+
};
|
|
2978
|
+
export declare type ConfluenceDeleteUserPropertyPayload = Payload & {
|
|
2979
|
+
__typename?: 'ConfluenceDeleteUserPropertyPayload';
|
|
2980
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2981
|
+
success: Scalars['Boolean'];
|
|
2982
|
+
};
|
|
2950
2983
|
export declare type ConfluenceInlineTask = {
|
|
2951
2984
|
__typename?: 'ConfluenceInlineTask';
|
|
2952
2985
|
assignedTo?: Maybe<ConfluenceUserInfo>;
|
|
@@ -2989,6 +3022,9 @@ export declare type ConfluenceMutationApi = {
|
|
|
2989
3022
|
confluenceUpdateDraftBlogPost?: Maybe<ConfluenceUpdateDraftBlogPostPayload>;
|
|
2990
3023
|
confluenceUpdateDraftPage?: Maybe<ConfluenceUpdateDraftPagePayload>;
|
|
2991
3024
|
confluenceUpdateSpace?: Maybe<ConfluenceUpdateSpacePayload>;
|
|
3025
|
+
confluenceCreateUserProperty?: Maybe<ConfluenceCreateUserPropertyPayload>;
|
|
3026
|
+
confluenceUpdateValueUserProperty?: Maybe<ConfluenceUpdateValueUserPropertyPayload>;
|
|
3027
|
+
confluenceDeleteUserProperty?: Maybe<ConfluenceDeleteUserPropertyPayload>;
|
|
2992
3028
|
};
|
|
2993
3029
|
export declare type ConfluenceMutationApiConfluenceCreateBlogPostArgs = {
|
|
2994
3030
|
blogPostInput: ConfluenceCreateBlogPostInput;
|
|
@@ -3046,6 +3082,16 @@ export declare type ConfluenceMutationApiConfluenceUpdateSpaceArgs = {
|
|
|
3046
3082
|
cloudId: Scalars['ID'];
|
|
3047
3083
|
input: ConfluenceUpdateSpaceInput;
|
|
3048
3084
|
};
|
|
3085
|
+
export declare type ConfluenceMutationApiConfluenceCreateUserPropertyArgs = {
|
|
3086
|
+
cloudId: Scalars['String'];
|
|
3087
|
+
input: ConfluenceCreateUserPropertyInput;
|
|
3088
|
+
};
|
|
3089
|
+
export declare type ConfluenceMutationApiConfluenceUpdateValueUserPropertyArgs = {
|
|
3090
|
+
input: ConfluenceUpdateValueUserPropertyInput;
|
|
3091
|
+
};
|
|
3092
|
+
export declare type ConfluenceMutationApiConfluenceDeleteUserPropertyArgs = {
|
|
3093
|
+
input: ConfluenceDeleteUserPropertyInput;
|
|
3094
|
+
};
|
|
3049
3095
|
export declare enum ConfluenceMutationContentStatus {
|
|
3050
3096
|
Current = "CURRENT",
|
|
3051
3097
|
Draft = "DRAFT"
|
|
@@ -3144,6 +3190,8 @@ export declare type ConfluenceQueryApi = {
|
|
|
3144
3190
|
confluencePages?: Maybe<Array<Maybe<ConfluencePage>>>;
|
|
3145
3191
|
confluenceSpace?: Maybe<ConfluenceSpace>;
|
|
3146
3192
|
confluenceSpaces?: Maybe<Array<Maybe<ConfluenceSpace>>>;
|
|
3193
|
+
confluenceUserProperty?: Maybe<ConfluenceUserProperty>;
|
|
3194
|
+
confluenceUserProperties: Array<Maybe<ConfluenceUserProperty>>;
|
|
3147
3195
|
};
|
|
3148
3196
|
export declare type ConfluenceQueryApiConfluenceBlogPostArgs = {
|
|
3149
3197
|
id: Scalars['ID'];
|
|
@@ -3172,6 +3220,12 @@ export declare type ConfluenceQueryApiConfluenceSpaceArgs = {
|
|
|
3172
3220
|
export declare type ConfluenceQueryApiConfluenceSpacesArgs = {
|
|
3173
3221
|
ids: Array<Maybe<Scalars['ID']>>;
|
|
3174
3222
|
};
|
|
3223
|
+
export declare type ConfluenceQueryApiConfluenceUserPropertyArgs = {
|
|
3224
|
+
id: Scalars['ID'];
|
|
3225
|
+
};
|
|
3226
|
+
export declare type ConfluenceQueryApiConfluenceUserPropertiesArgs = {
|
|
3227
|
+
ids: Array<Scalars['ID']>;
|
|
3228
|
+
};
|
|
3175
3229
|
export declare type ConfluenceSpace = {
|
|
3176
3230
|
__typename?: 'ConfluenceSpace';
|
|
3177
3231
|
description?: Maybe<ConfluenceSpaceDescription>;
|
|
@@ -3281,11 +3335,30 @@ export declare type ConfluenceUpdateSpacePayload = Payload & {
|
|
|
3281
3335
|
errors?: Maybe<Array<MutationError>>;
|
|
3282
3336
|
success: Scalars['Boolean'];
|
|
3283
3337
|
};
|
|
3338
|
+
export declare type ConfluenceUpdateValueUserPropertyInput = {
|
|
3339
|
+
id: Scalars['ID'];
|
|
3340
|
+
value: Scalars['String'];
|
|
3341
|
+
};
|
|
3342
|
+
export declare type ConfluenceUpdateValueUserPropertyPayload = Payload & {
|
|
3343
|
+
__typename?: 'ConfluenceUpdateValueUserPropertyPayload';
|
|
3344
|
+
confluenceUserProperty?: Maybe<ConfluenceUserProperty>;
|
|
3345
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3346
|
+
success: Scalars['Boolean'];
|
|
3347
|
+
};
|
|
3284
3348
|
export declare type ConfluenceUserInfo = {
|
|
3285
3349
|
__typename?: 'ConfluenceUserInfo';
|
|
3286
3350
|
user?: Maybe<User>;
|
|
3287
3351
|
personalSpace?: Maybe<ConfluenceSpace>;
|
|
3288
3352
|
};
|
|
3353
|
+
export declare type ConfluenceUserProperty = {
|
|
3354
|
+
__typename?: 'ConfluenceUserProperty';
|
|
3355
|
+
createdDate: Scalars['String'];
|
|
3356
|
+
id: Scalars['ID'];
|
|
3357
|
+
key: Scalars['String'];
|
|
3358
|
+
lastModifiedDate: Scalars['String'];
|
|
3359
|
+
propertyId: Scalars['ID'];
|
|
3360
|
+
value: Scalars['String'];
|
|
3361
|
+
};
|
|
3289
3362
|
export declare type ConnectAppScope = {
|
|
3290
3363
|
__typename?: 'ConnectAppScope';
|
|
3291
3364
|
scopeId: Scalars['ID'];
|
|
@@ -3879,7 +3952,7 @@ export declare type CreateDevOpsServiceRelationshipPayload = Payload & {
|
|
|
3879
3952
|
serviceRelationship?: Maybe<DevOpsServiceRelationship>;
|
|
3880
3953
|
};
|
|
3881
3954
|
export declare type CreateEventSourceInput = {
|
|
3882
|
-
cloudId
|
|
3955
|
+
cloudId: Scalars['ID'];
|
|
3883
3956
|
externalEventSourceId: Scalars['ID'];
|
|
3884
3957
|
eventType: CompassEventType;
|
|
3885
3958
|
};
|
|
@@ -4335,7 +4408,7 @@ export declare type DeleteDevOpsServiceRelationshipPayload = Payload & {
|
|
|
4335
4408
|
errors?: Maybe<Array<MutationError>>;
|
|
4336
4409
|
};
|
|
4337
4410
|
export declare type DeleteEventSourceInput = {
|
|
4338
|
-
cloudId
|
|
4411
|
+
cloudId: Scalars['ID'];
|
|
4339
4412
|
externalEventSourceId: Scalars['ID'];
|
|
4340
4413
|
eventType: CompassEventType;
|
|
4341
4414
|
};
|
|
@@ -4958,7 +5031,8 @@ export declare type DevOpsThirdPartyRepository = {
|
|
|
4958
5031
|
name?: Maybe<Scalars['String']>;
|
|
4959
5032
|
avatar?: Maybe<DevOpsAvatar>;
|
|
4960
5033
|
};
|
|
4961
|
-
export declare type DevOpsTool = {
|
|
5034
|
+
export declare type DevOpsTool = Node & {
|
|
5035
|
+
__typename?: 'DevOpsTool';
|
|
4962
5036
|
id: Scalars['ID'];
|
|
4963
5037
|
name: Scalars['String'];
|
|
4964
5038
|
productKey: Scalars['String'];
|
|
@@ -4966,7 +5040,6 @@ export declare type DevOpsTool = {
|
|
|
4966
5040
|
group: DevOpsToolGroup;
|
|
4967
5041
|
supportsContainers: Scalars['Boolean'];
|
|
4968
5042
|
containerIntegration?: Maybe<DevOpsToolContainerIntegration>;
|
|
4969
|
-
supportedContainerTypes?: Maybe<Array<DevOpsToolSupportedContainerType>>;
|
|
4970
5043
|
namespaces?: Maybe<DevOpsToolNamespaceConnection>;
|
|
4971
5044
|
};
|
|
4972
5045
|
export declare type DevOpsToolNamespacesArgs = {
|
|
@@ -4974,23 +5047,6 @@ export declare type DevOpsToolNamespacesArgs = {
|
|
|
4974
5047
|
first?: Maybe<Scalars['Int']>;
|
|
4975
5048
|
after?: Maybe<Scalars['String']>;
|
|
4976
5049
|
};
|
|
4977
|
-
export declare type DevOpsToolAvailable = DevOpsTool & Node & {
|
|
4978
|
-
__typename?: 'DevOpsToolAvailable';
|
|
4979
|
-
id: Scalars['ID'];
|
|
4980
|
-
name: Scalars['String'];
|
|
4981
|
-
productKey: Scalars['String'];
|
|
4982
|
-
avatar?: Maybe<DevOpsToolAvatar>;
|
|
4983
|
-
group: DevOpsToolGroup;
|
|
4984
|
-
supportsContainers: Scalars['Boolean'];
|
|
4985
|
-
containerIntegration?: Maybe<DevOpsToolContainerIntegration>;
|
|
4986
|
-
supportedContainerTypes?: Maybe<Array<DevOpsToolSupportedContainerType>>;
|
|
4987
|
-
namespaces?: Maybe<DevOpsToolNamespaceConnection>;
|
|
4988
|
-
};
|
|
4989
|
-
export declare type DevOpsToolAvailableNamespacesArgs = {
|
|
4990
|
-
query?: Maybe<Scalars['String']>;
|
|
4991
|
-
first?: Maybe<Scalars['Int']>;
|
|
4992
|
-
after?: Maybe<Scalars['String']>;
|
|
4993
|
-
};
|
|
4994
5050
|
export declare type DevOpsToolAvatar = {
|
|
4995
5051
|
__typename?: 'DevOpsToolAvatar';
|
|
4996
5052
|
url: Scalars['URL'];
|
|
@@ -5003,11 +5059,6 @@ export declare type DevOpsToolBitbucketCreate = DevOpsToolContainerCreationSpeci
|
|
|
5003
5059
|
name: Scalars['String'];
|
|
5004
5060
|
};
|
|
5005
5061
|
export declare type DevOpsToolCanContainerBeCreated = DevOpsToolContainerCanBeCreated | DevOpsToolContainerNameConflict | DevOpsToolContainerKeyConflict | DevOpsToolContainerKeyCannotBeGenerated | DevOpsToolUnknownTool;
|
|
5006
|
-
export declare enum DevOpsToolCategory {
|
|
5007
|
-
Development = "DEVELOPMENT",
|
|
5008
|
-
Documentation = "DOCUMENTATION",
|
|
5009
|
-
Operations = "OPERATIONS"
|
|
5010
|
-
}
|
|
5011
5062
|
export declare type DevOpsToolConfluenceCreate = DevOpsToolContainerCreationSpecification & {
|
|
5012
5063
|
__typename?: 'DevOpsToolConfluenceCreate';
|
|
5013
5064
|
requestId: Scalars['String'];
|
|
@@ -5082,11 +5133,6 @@ export declare type DevOpsToolContainerNameConflict = {
|
|
|
5082
5133
|
__typename?: 'DevOpsToolContainerNameConflict';
|
|
5083
5134
|
name?: Maybe<Scalars['String']>;
|
|
5084
5135
|
};
|
|
5085
|
-
export declare enum DevOpsToolContainerType {
|
|
5086
|
-
Repository = "REPOSITORY",
|
|
5087
|
-
DocumentsSpace = "DOCUMENTS_SPACE",
|
|
5088
|
-
OnCallSchedule = "ON_CALL_SCHEDULE"
|
|
5089
|
-
}
|
|
5090
5136
|
export declare type DevOpsToolEdge = {
|
|
5091
5137
|
__typename?: 'DevOpsToolEdge';
|
|
5092
5138
|
cursor: Scalars['String'];
|
|
@@ -5109,11 +5155,6 @@ export declare type DevOpsToolGroup = {
|
|
|
5109
5155
|
groupId: Scalars['String'];
|
|
5110
5156
|
groupName: Scalars['String'];
|
|
5111
5157
|
};
|
|
5112
|
-
export declare type DevOpsToolInstallationInfo = {
|
|
5113
|
-
__typename?: 'DevOpsToolInstallationInfo';
|
|
5114
|
-
oauthUrl?: Maybe<Scalars['URL']>;
|
|
5115
|
-
webUrl: Scalars['URL'];
|
|
5116
|
-
};
|
|
5117
5158
|
export declare type DevOpsToolNamespace = Node & {
|
|
5118
5159
|
__typename?: 'DevOpsToolNamespace';
|
|
5119
5160
|
id: Scalars['ID'];
|
|
@@ -5155,29 +5196,6 @@ export declare type DevOpsToolOpsgenieCreate = DevOpsToolContainerCreationSpecif
|
|
|
5155
5196
|
requestId: Scalars['String'];
|
|
5156
5197
|
name: Scalars['String'];
|
|
5157
5198
|
};
|
|
5158
|
-
export declare type DevOpsToolSupportedContainerType = {
|
|
5159
|
-
__typename?: 'DevOpsToolSupportedContainerType';
|
|
5160
|
-
category: DevOpsToolCategory;
|
|
5161
|
-
type: DevOpsToolContainerType;
|
|
5162
|
-
};
|
|
5163
|
-
export declare type DevOpsToolUnavailable = DevOpsTool & Node & {
|
|
5164
|
-
__typename?: 'DevOpsToolUnavailable';
|
|
5165
|
-
id: Scalars['ID'];
|
|
5166
|
-
name: Scalars['String'];
|
|
5167
|
-
productKey: Scalars['String'];
|
|
5168
|
-
avatar?: Maybe<DevOpsToolAvatar>;
|
|
5169
|
-
group: DevOpsToolGroup;
|
|
5170
|
-
supportsContainers: Scalars['Boolean'];
|
|
5171
|
-
containerIntegration?: Maybe<DevOpsToolContainerIntegration>;
|
|
5172
|
-
supportedContainerTypes?: Maybe<Array<DevOpsToolSupportedContainerType>>;
|
|
5173
|
-
install: DevOpsToolInstallationInfo;
|
|
5174
|
-
namespaces?: Maybe<DevOpsToolNamespaceConnection>;
|
|
5175
|
-
};
|
|
5176
|
-
export declare type DevOpsToolUnavailableNamespacesArgs = {
|
|
5177
|
-
query?: Maybe<Scalars['String']>;
|
|
5178
|
-
first?: Maybe<Scalars['Int']>;
|
|
5179
|
-
after?: Maybe<Scalars['String']>;
|
|
5180
|
-
};
|
|
5181
5199
|
export declare type DevOpsToolUnknownTool = {
|
|
5182
5200
|
__typename?: 'DevOpsToolUnknownTool';
|
|
5183
5201
|
toolId?: Maybe<Scalars['String']>;
|
|
@@ -6676,6 +6694,16 @@ export declare type JiraConnectTextField = Node & JiraIssueField & JiraIssueFiel
|
|
|
6676
6694
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
6677
6695
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
6678
6696
|
};
|
|
6697
|
+
export declare type JiraCustomFilter = JiraFilter & Node & {
|
|
6698
|
+
__typename?: 'JiraCustomFilter';
|
|
6699
|
+
id: Scalars['ID'];
|
|
6700
|
+
filterId: Scalars['String'];
|
|
6701
|
+
jql: Scalars['String'];
|
|
6702
|
+
owner?: Maybe<User>;
|
|
6703
|
+
name: Scalars['String'];
|
|
6704
|
+
description?: Maybe<Scalars['String']>;
|
|
6705
|
+
isFavourite?: Maybe<Scalars['Boolean']>;
|
|
6706
|
+
};
|
|
6679
6707
|
export declare type JiraDatePickerField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
6680
6708
|
__typename?: 'JiraDatePickerField';
|
|
6681
6709
|
id: Scalars['ID'];
|
|
@@ -6705,6 +6733,27 @@ export declare type JiraDefaultGrantTypeValue = Node & {
|
|
|
6705
6733
|
id: Scalars['ID'];
|
|
6706
6734
|
name: Scalars['String'];
|
|
6707
6735
|
};
|
|
6736
|
+
export declare type JiraDevOpsBranchDetails = {
|
|
6737
|
+
__typename?: 'JiraDevOpsBranchDetails';
|
|
6738
|
+
providerBranchId?: Maybe<Scalars['String']>;
|
|
6739
|
+
entityUrl?: Maybe<Scalars['URL']>;
|
|
6740
|
+
name?: Maybe<Scalars['String']>;
|
|
6741
|
+
repositoryName?: Maybe<Scalars['String']>;
|
|
6742
|
+
};
|
|
6743
|
+
export declare type JiraDevOpsCommitDetails = {
|
|
6744
|
+
__typename?: 'JiraDevOpsCommitDetails';
|
|
6745
|
+
providerCommitId?: Maybe<Scalars['String']>;
|
|
6746
|
+
displayCommitId?: Maybe<Scalars['String']>;
|
|
6747
|
+
entityUrl?: Maybe<Scalars['URL']>;
|
|
6748
|
+
name?: Maybe<Scalars['String']>;
|
|
6749
|
+
created?: Maybe<Scalars['DateTime']>;
|
|
6750
|
+
author?: Maybe<JiraDevOpsEntityAuthor>;
|
|
6751
|
+
};
|
|
6752
|
+
export declare type JiraDevOpsEntityAuthor = {
|
|
6753
|
+
__typename?: 'JiraDevOpsEntityAuthor';
|
|
6754
|
+
avatar?: Maybe<JiraAvatar>;
|
|
6755
|
+
name?: Maybe<Scalars['String']>;
|
|
6756
|
+
};
|
|
6708
6757
|
export declare type JiraDevOpsIssuePanel = {
|
|
6709
6758
|
__typename?: 'JiraDevOpsIssuePanel';
|
|
6710
6759
|
panelState?: Maybe<JiraDevOpsIssuePanelState>;
|
|
@@ -6731,6 +6780,17 @@ export declare type JiraDevOpsMutationOptoutOfDevOpsIssuePanelNotConnectedStateA
|
|
|
6731
6780
|
export declare type JiraDevOpsMutationDismissDevOpsIssuePanelBannerArgs = {
|
|
6732
6781
|
input: JiraDismissDevOpsIssuePanelBannerInput;
|
|
6733
6782
|
};
|
|
6783
|
+
export declare type JiraDevOpsPullRequestDetails = {
|
|
6784
|
+
__typename?: 'JiraDevOpsPullRequestDetails';
|
|
6785
|
+
providerPullRequestId?: Maybe<Scalars['String']>;
|
|
6786
|
+
entityUrl?: Maybe<Scalars['URL']>;
|
|
6787
|
+
name?: Maybe<Scalars['String']>;
|
|
6788
|
+
branchName?: Maybe<Scalars['String']>;
|
|
6789
|
+
lastUpdated?: Maybe<Scalars['DateTime']>;
|
|
6790
|
+
status?: Maybe<JiraPullRequestState>;
|
|
6791
|
+
author?: Maybe<JiraDevOpsEntityAuthor>;
|
|
6792
|
+
reviewers?: Maybe<Array<JiraPullRequestReviewer>>;
|
|
6793
|
+
};
|
|
6734
6794
|
export declare type JiraDevOpsQuery = {
|
|
6735
6795
|
__typename?: 'JiraDevOpsQuery';
|
|
6736
6796
|
devOpsIssuePanel?: Maybe<JiraDevOpsIssuePanel>;
|
|
@@ -6814,14 +6874,24 @@ export declare type JiraFieldNonEditableReason = {
|
|
|
6814
6874
|
__typename?: 'JiraFieldNonEditableReason';
|
|
6815
6875
|
message?: Maybe<Scalars['String']>;
|
|
6816
6876
|
};
|
|
6817
|
-
export declare type JiraFilter =
|
|
6818
|
-
__typename?: 'JiraFilter';
|
|
6877
|
+
export declare type JiraFilter = {
|
|
6819
6878
|
id: Scalars['ID'];
|
|
6820
6879
|
filterId: Scalars['String'];
|
|
6821
6880
|
jql: Scalars['String'];
|
|
6822
6881
|
name: Scalars['String'];
|
|
6882
|
+
isFavourite?: Maybe<Scalars['Boolean']>;
|
|
6883
|
+
};
|
|
6884
|
+
export declare type JiraFilterConnection = {
|
|
6885
|
+
__typename?: 'JiraFilterConnection';
|
|
6886
|
+
pageInfo: PageInfo;
|
|
6887
|
+
edges?: Maybe<Array<Maybe<JiraFilterEdge>>>;
|
|
6823
6888
|
};
|
|
6824
|
-
export declare type
|
|
6889
|
+
export declare type JiraFilterEdge = {
|
|
6890
|
+
__typename?: 'JiraFilterEdge';
|
|
6891
|
+
node?: Maybe<JiraFilter>;
|
|
6892
|
+
cursor: Scalars['String'];
|
|
6893
|
+
};
|
|
6894
|
+
export declare type JiraFilterResult = JiraCustomFilter | JiraSystemFilter | QueryError;
|
|
6825
6895
|
export declare type JiraFlag = {
|
|
6826
6896
|
__typename?: 'JiraFlag';
|
|
6827
6897
|
isFlagged?: Maybe<Scalars['Boolean']>;
|
|
@@ -7092,9 +7162,11 @@ export declare type JiraIssue = Node & {
|
|
|
7092
7162
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
7093
7163
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
7094
7164
|
fieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
7165
|
+
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
7095
7166
|
childIssues?: Maybe<JiraChildIssues>;
|
|
7096
7167
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
7097
7168
|
deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
|
|
7169
|
+
devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
|
|
7098
7170
|
};
|
|
7099
7171
|
export declare type JiraIssueFieldsArgs = {
|
|
7100
7172
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -7141,6 +7213,12 @@ export declare type JiraIssueFieldSetsForIssueSearchViewArgs = {
|
|
|
7141
7213
|
last?: Maybe<Scalars['Int']>;
|
|
7142
7214
|
before?: Maybe<Scalars['String']>;
|
|
7143
7215
|
};
|
|
7216
|
+
export declare type JiraIssueIssueLinksArgs = {
|
|
7217
|
+
first?: Maybe<Scalars['Int']>;
|
|
7218
|
+
after?: Maybe<Scalars['String']>;
|
|
7219
|
+
last?: Maybe<Scalars['Int']>;
|
|
7220
|
+
before?: Maybe<Scalars['String']>;
|
|
7221
|
+
};
|
|
7144
7222
|
export declare type JiraIssueBranchDevSummary = {
|
|
7145
7223
|
__typename?: 'JiraIssueBranchDevSummary';
|
|
7146
7224
|
count?: Maybe<Scalars['Int']>;
|
|
@@ -7151,6 +7229,10 @@ export declare type JiraIssueBranchDevSummaryContainer = {
|
|
|
7151
7229
|
overall?: Maybe<JiraIssueBranchDevSummary>;
|
|
7152
7230
|
summaryByProvider?: Maybe<Array<JiraIssueDevSummaryByProvider>>;
|
|
7153
7231
|
};
|
|
7232
|
+
export declare type JiraIssueBranches = {
|
|
7233
|
+
__typename?: 'JiraIssueBranches';
|
|
7234
|
+
details?: Maybe<Array<JiraDevOpsBranchDetails>>;
|
|
7235
|
+
};
|
|
7154
7236
|
export declare type JiraIssueBuildDevSummary = {
|
|
7155
7237
|
__typename?: 'JiraIssueBuildDevSummary';
|
|
7156
7238
|
count?: Maybe<Scalars['Int']>;
|
|
@@ -7174,6 +7256,10 @@ export declare type JiraIssueCommitDevSummaryContainer = {
|
|
|
7174
7256
|
overall?: Maybe<JiraIssueCommitDevSummary>;
|
|
7175
7257
|
summaryByProvider?: Maybe<Array<JiraIssueDevSummaryByProvider>>;
|
|
7176
7258
|
};
|
|
7259
|
+
export declare type JiraIssueCommits = {
|
|
7260
|
+
__typename?: 'JiraIssueCommits';
|
|
7261
|
+
details?: Maybe<Array<JiraDevOpsCommitDetails>>;
|
|
7262
|
+
};
|
|
7177
7263
|
export declare type JiraIssueConnection = {
|
|
7178
7264
|
__typename?: 'JiraIssueConnection';
|
|
7179
7265
|
totalCount?: Maybe<Scalars['Int']>;
|
|
@@ -7184,6 +7270,10 @@ export declare type JiraIssueConnection = {
|
|
|
7184
7270
|
totalIssueSearchResultCount?: Maybe<Scalars['Int']>;
|
|
7185
7271
|
isCappingIssueSearchResult?: Maybe<Scalars['Boolean']>;
|
|
7186
7272
|
issueNavigatorPageInfo?: Maybe<JiraIssueNavigatorPageInfo>;
|
|
7273
|
+
pageCursors?: Maybe<JiraPageCursors>;
|
|
7274
|
+
};
|
|
7275
|
+
export declare type JiraIssueConnectionPageCursorsArgs = {
|
|
7276
|
+
maxCursors: Scalars['Int'];
|
|
7187
7277
|
};
|
|
7188
7278
|
export declare type JiraIssueDeploymentEnvironment = {
|
|
7189
7279
|
__typename?: 'JiraIssueDeploymentEnvironment';
|
|
@@ -7205,6 +7295,12 @@ export declare enum JiraIssueDeploymentEnvironmentState {
|
|
|
7205
7295
|
NotDeployed = "NOT_DEPLOYED",
|
|
7206
7296
|
Deployed = "DEPLOYED"
|
|
7207
7297
|
}
|
|
7298
|
+
export declare type JiraIssueDevInfoDetails = {
|
|
7299
|
+
__typename?: 'JiraIssueDevInfoDetails';
|
|
7300
|
+
pullRequests?: Maybe<JiraIssuePullRequests>;
|
|
7301
|
+
branches?: Maybe<JiraIssueBranches>;
|
|
7302
|
+
commits?: Maybe<JiraIssueCommits>;
|
|
7303
|
+
};
|
|
7208
7304
|
export declare type JiraIssueDevSummary = {
|
|
7209
7305
|
__typename?: 'JiraIssueDevSummary';
|
|
7210
7306
|
branch?: Maybe<JiraIssueBranchDevSummaryContainer>;
|
|
@@ -7492,6 +7588,10 @@ export declare type JiraIssuePullRequestDevSummaryContainer = {
|
|
|
7492
7588
|
overall?: Maybe<JiraIssuePullRequestDevSummary>;
|
|
7493
7589
|
summaryByProvider?: Maybe<Array<JiraIssueDevSummaryByProvider>>;
|
|
7494
7590
|
};
|
|
7591
|
+
export declare type JiraIssuePullRequests = {
|
|
7592
|
+
__typename?: 'JiraIssuePullRequests';
|
|
7593
|
+
details?: Maybe<Array<JiraDevOpsPullRequestDetails>>;
|
|
7594
|
+
};
|
|
7495
7595
|
export declare type JiraIssueRestrictionField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
7496
7596
|
__typename?: 'JiraIssueRestrictionField';
|
|
7497
7597
|
id: Scalars['ID'];
|
|
@@ -7536,7 +7636,7 @@ export declare type JiraIssueSearchByFilter = JiraIssueSearchResult & {
|
|
|
7536
7636
|
__typename?: 'JiraIssueSearchByFilter';
|
|
7537
7637
|
content?: Maybe<JiraIssueSearchContextualContent>;
|
|
7538
7638
|
contentByFieldConfigSetIds?: Maybe<JiraIssueSearchContextlessContent>;
|
|
7539
|
-
filter?: Maybe<
|
|
7639
|
+
filter?: Maybe<JiraFilter>;
|
|
7540
7640
|
};
|
|
7541
7641
|
export declare type JiraIssueSearchByFilterContentArgs = {
|
|
7542
7642
|
namespace?: Maybe<Scalars['String']>;
|
|
@@ -7627,6 +7727,9 @@ export declare type JiraIssueSearchInput = {
|
|
|
7627
7727
|
jql?: Maybe<Scalars['String']>;
|
|
7628
7728
|
filterId?: Maybe<Scalars['String']>;
|
|
7629
7729
|
};
|
|
7730
|
+
export declare type JiraIssueSearchOptions = {
|
|
7731
|
+
issueKey?: Maybe<Scalars['String']>;
|
|
7732
|
+
};
|
|
7630
7733
|
export declare type JiraIssueSearchResult = {
|
|
7631
7734
|
content?: Maybe<JiraIssueSearchContextualContent>;
|
|
7632
7735
|
contentByFieldConfigSetIds?: Maybe<JiraIssueSearchContextlessContent>;
|
|
@@ -8331,6 +8434,7 @@ export declare type JiraMutation = {
|
|
|
8331
8434
|
__typename?: 'JiraMutation';
|
|
8332
8435
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
8333
8436
|
updateIssueSearchViewFieldConfigSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
8437
|
+
replaceIssueSearchViewFieldConfigSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
8334
8438
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
8335
8439
|
addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
|
|
8336
8440
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -8340,6 +8444,10 @@ export declare type JiraMutationUpdateIssueSearchViewFieldConfigSetsArgs = {
|
|
|
8340
8444
|
id: Scalars['ID'];
|
|
8341
8445
|
fieldConfigSetIds: Array<Scalars['String']>;
|
|
8342
8446
|
};
|
|
8447
|
+
export declare type JiraMutationReplaceIssueSearchViewFieldConfigSetsArgs = {
|
|
8448
|
+
id: Scalars['ID'];
|
|
8449
|
+
input: JiraReplaceIssueSearchViewFieldConfigSetsInput;
|
|
8450
|
+
};
|
|
8343
8451
|
export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
8344
8452
|
cloudId: Scalars['ID'];
|
|
8345
8453
|
input: Array<JiraSetApplicationPropertyInput>;
|
|
@@ -8533,6 +8641,19 @@ export declare type JiraOptoutDevOpsIssuePanelNotConnectedPayload = Payload & {
|
|
|
8533
8641
|
export declare type JiraOrderDirection = {
|
|
8534
8642
|
id?: Maybe<Scalars['ID']>;
|
|
8535
8643
|
};
|
|
8644
|
+
export declare type JiraPageCursor = {
|
|
8645
|
+
__typename?: 'JiraPageCursor';
|
|
8646
|
+
cursor?: Maybe<Scalars['String']>;
|
|
8647
|
+
pageNumber?: Maybe<Scalars['Int']>;
|
|
8648
|
+
isCurrent?: Maybe<Scalars['Boolean']>;
|
|
8649
|
+
};
|
|
8650
|
+
export declare type JiraPageCursors = {
|
|
8651
|
+
__typename?: 'JiraPageCursors';
|
|
8652
|
+
first?: Maybe<JiraPageCursor>;
|
|
8653
|
+
around?: Maybe<Array<Maybe<JiraPageCursor>>>;
|
|
8654
|
+
last?: Maybe<JiraPageCursor>;
|
|
8655
|
+
previous?: Maybe<JiraPageCursor>;
|
|
8656
|
+
};
|
|
8536
8657
|
export declare type JiraParentIssueField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
8537
8658
|
__typename?: 'JiraParentIssueField';
|
|
8538
8659
|
id: Scalars['ID'];
|
|
@@ -8791,6 +8912,7 @@ export declare type JiraProject = Node & {
|
|
|
8791
8912
|
projectType?: Maybe<JiraProjectType>;
|
|
8792
8913
|
projectStyle?: Maybe<JiraProjectStyle>;
|
|
8793
8914
|
status?: Maybe<JiraProjectStatus>;
|
|
8915
|
+
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
8794
8916
|
repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
8795
8917
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
8796
8918
|
opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
@@ -9026,6 +9148,12 @@ export declare enum JiraProjectType {
|
|
|
9026
9148
|
Business = "BUSINESS",
|
|
9027
9149
|
Software = "SOFTWARE"
|
|
9028
9150
|
}
|
|
9151
|
+
export declare type JiraPullRequestReviewer = {
|
|
9152
|
+
__typename?: 'JiraPullRequestReviewer';
|
|
9153
|
+
avatar?: Maybe<JiraAvatar>;
|
|
9154
|
+
name?: Maybe<Scalars['String']>;
|
|
9155
|
+
hasApproved?: Maybe<Scalars['Boolean']>;
|
|
9156
|
+
};
|
|
9029
9157
|
export declare enum JiraPullRequestState {
|
|
9030
9158
|
Open = "OPEN",
|
|
9031
9159
|
Declined = "DECLINED",
|
|
@@ -9051,6 +9179,9 @@ export declare type JiraQuery = {
|
|
|
9051
9179
|
screenIdByIssueKey?: Maybe<Scalars['Long']>;
|
|
9052
9180
|
epicLinkFieldKey?: Maybe<Scalars['String']>;
|
|
9053
9181
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
9182
|
+
filter?: Maybe<JiraFilter>;
|
|
9183
|
+
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
9184
|
+
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
9054
9185
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
9055
9186
|
allGrantTypeKeys: Array<JiraGrantTypeKey>;
|
|
9056
9187
|
grantTypeValues?: Maybe<JiraGrantTypeValueConnection>;
|
|
@@ -9108,6 +9239,7 @@ export declare type JiraQueryIssueSearchViewByNamespaceAndViewIdArgs = {
|
|
|
9108
9239
|
export declare type JiraQueryIssueSearchStableArgs = {
|
|
9109
9240
|
cloudId: Scalars['ID'];
|
|
9110
9241
|
issueSearchInput: JiraIssueSearchInput;
|
|
9242
|
+
options?: Maybe<JiraIssueSearchOptions>;
|
|
9111
9243
|
first?: Maybe<Scalars['Int']>;
|
|
9112
9244
|
after?: Maybe<Scalars['String']>;
|
|
9113
9245
|
last?: Maybe<Scalars['Int']>;
|
|
@@ -9130,6 +9262,24 @@ export declare type JiraQueryApplicationPropertiesByKeyArgs = {
|
|
|
9130
9262
|
cloudId: Scalars['ID'];
|
|
9131
9263
|
keys: Array<Scalars['String']>;
|
|
9132
9264
|
};
|
|
9265
|
+
export declare type JiraQueryFilterArgs = {
|
|
9266
|
+
id: Scalars['ID'];
|
|
9267
|
+
};
|
|
9268
|
+
export declare type JiraQueryFavouriteFiltersArgs = {
|
|
9269
|
+
cloudId: Scalars['ID'];
|
|
9270
|
+
first?: Maybe<Scalars['Int']>;
|
|
9271
|
+
after?: Maybe<Scalars['String']>;
|
|
9272
|
+
last?: Maybe<Scalars['Int']>;
|
|
9273
|
+
before?: Maybe<Scalars['String']>;
|
|
9274
|
+
};
|
|
9275
|
+
export declare type JiraQuerySystemFiltersArgs = {
|
|
9276
|
+
cloudId: Scalars['ID'];
|
|
9277
|
+
isFavourite?: Maybe<Scalars['Boolean']>;
|
|
9278
|
+
first?: Maybe<Scalars['Int']>;
|
|
9279
|
+
after?: Maybe<Scalars['String']>;
|
|
9280
|
+
last?: Maybe<Scalars['Int']>;
|
|
9281
|
+
before?: Maybe<Scalars['String']>;
|
|
9282
|
+
};
|
|
9133
9283
|
export declare type JiraQueryJqlBuilderArgs = {
|
|
9134
9284
|
cloudId: Scalars['ID'];
|
|
9135
9285
|
};
|
|
@@ -9325,6 +9475,12 @@ export declare type JiraReleasesTimeWindowInput = {
|
|
|
9325
9475
|
after: Scalars['DateTime'];
|
|
9326
9476
|
before: Scalars['DateTime'];
|
|
9327
9477
|
};
|
|
9478
|
+
export declare type JiraReplaceIssueSearchViewFieldConfigSetsInput = {
|
|
9479
|
+
before?: Maybe<Scalars['String']>;
|
|
9480
|
+
after?: Maybe<Scalars['String']>;
|
|
9481
|
+
nodes: Array<Scalars['String']>;
|
|
9482
|
+
inclusive?: Maybe<Scalars['Boolean']>;
|
|
9483
|
+
};
|
|
9328
9484
|
export declare type JiraResolution = Node & {
|
|
9329
9485
|
__typename?: 'JiraResolution';
|
|
9330
9486
|
id: Scalars['ID'];
|
|
@@ -9836,7 +9992,7 @@ export declare type JiraServiceManagementRequestLanguageField = Node & JiraIssue
|
|
|
9836
9992
|
export declare type JiraServiceManagementRequestType = Node & {
|
|
9837
9993
|
__typename?: 'JiraServiceManagementRequestType';
|
|
9838
9994
|
id: Scalars['ID'];
|
|
9839
|
-
requestTypeId: Scalars['
|
|
9995
|
+
requestTypeId: Scalars['String'];
|
|
9840
9996
|
name?: Maybe<Scalars['String']>;
|
|
9841
9997
|
key?: Maybe<Scalars['String']>;
|
|
9842
9998
|
description?: Maybe<Scalars['String']>;
|
|
@@ -9935,6 +10091,10 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
9935
10091
|
key: Scalars['String'];
|
|
9936
10092
|
value: Scalars['String'];
|
|
9937
10093
|
};
|
|
10094
|
+
export declare type JiraSimilarIssues = {
|
|
10095
|
+
__typename?: 'JiraSimilarIssues';
|
|
10096
|
+
featureEnabled: Scalars['Boolean'];
|
|
10097
|
+
};
|
|
9938
10098
|
export declare type JiraSingleGroupPickerField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
9939
10099
|
__typename?: 'JiraSingleGroupPickerField';
|
|
9940
10100
|
id: Scalars['ID'];
|
|
@@ -10152,6 +10312,24 @@ export declare type JiraSubtasksFieldSubtasksArgs = {
|
|
|
10152
10312
|
last?: Maybe<Scalars['Int']>;
|
|
10153
10313
|
before?: Maybe<Scalars['String']>;
|
|
10154
10314
|
};
|
|
10315
|
+
export declare type JiraSystemFilter = JiraFilter & Node & {
|
|
10316
|
+
__typename?: 'JiraSystemFilter';
|
|
10317
|
+
id: Scalars['ID'];
|
|
10318
|
+
filterId: Scalars['String'];
|
|
10319
|
+
jql: Scalars['String'];
|
|
10320
|
+
name: Scalars['String'];
|
|
10321
|
+
isFavourite?: Maybe<Scalars['Boolean']>;
|
|
10322
|
+
};
|
|
10323
|
+
export declare type JiraSystemFilterConnection = {
|
|
10324
|
+
__typename?: 'JiraSystemFilterConnection';
|
|
10325
|
+
pageInfo: PageInfo;
|
|
10326
|
+
edges?: Maybe<Array<Maybe<JiraSystemFilterEdge>>>;
|
|
10327
|
+
};
|
|
10328
|
+
export declare type JiraSystemFilterEdge = {
|
|
10329
|
+
__typename?: 'JiraSystemFilterEdge';
|
|
10330
|
+
node?: Maybe<JiraSystemFilter>;
|
|
10331
|
+
cursor: Scalars['String'];
|
|
10332
|
+
};
|
|
10155
10333
|
export declare type JiraTeam = Node & {
|
|
10156
10334
|
__typename?: 'JiraTeam';
|
|
10157
10335
|
id: Scalars['ID'];
|
|
@@ -10304,6 +10482,7 @@ export declare type JiraVersion = Node & {
|
|
|
10304
10482
|
startDate?: Maybe<Scalars['DateTime']>;
|
|
10305
10483
|
releaseDate?: Maybe<Scalars['DateTime']>;
|
|
10306
10484
|
warningConfig?: Maybe<JiraVersionWarningConfig>;
|
|
10485
|
+
connectAddonIframeData?: Maybe<Array<Maybe<JiraVersionConnectAddonIframeData>>>;
|
|
10307
10486
|
issues?: Maybe<JiraIssueConnection>;
|
|
10308
10487
|
};
|
|
10309
10488
|
export declare type JiraVersionIssuesArgs = {
|
|
@@ -10313,6 +10492,14 @@ export declare type JiraVersionIssuesArgs = {
|
|
|
10313
10492
|
before?: Maybe<Scalars['String']>;
|
|
10314
10493
|
filter?: Maybe<JiraVersionIssuesFilter>;
|
|
10315
10494
|
};
|
|
10495
|
+
export declare type JiraVersionConnectAddonIframeData = {
|
|
10496
|
+
__typename?: 'JiraVersionConnectAddonIframeData';
|
|
10497
|
+
appKey?: Maybe<Scalars['String']>;
|
|
10498
|
+
moduleKey?: Maybe<Scalars['String']>;
|
|
10499
|
+
appName?: Maybe<Scalars['String']>;
|
|
10500
|
+
location?: Maybe<Scalars['String']>;
|
|
10501
|
+
options?: Maybe<Scalars['JSON']>;
|
|
10502
|
+
};
|
|
10316
10503
|
export declare type JiraVersionConnection = {
|
|
10317
10504
|
__typename?: 'JiraVersionConnection';
|
|
10318
10505
|
totalCount?: Maybe<Scalars['Int']>;
|
|
@@ -10903,7 +11090,6 @@ export declare type MoveSprintUpResponse = MutationResponse & {
|
|
|
10903
11090
|
export declare type Mutation = {
|
|
10904
11091
|
__typename?: 'Mutation';
|
|
10905
11092
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
10906
|
-
confluence?: Maybe<ConfluenceMutationApi>;
|
|
10907
11093
|
shepherd?: Maybe<ShepherdMutation>;
|
|
10908
11094
|
createReleaseNote: ContentPlatformReleaseNote;
|
|
10909
11095
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
@@ -10969,6 +11155,7 @@ export declare type Mutation = {
|
|
|
10969
11155
|
jira?: Maybe<JiraMutation>;
|
|
10970
11156
|
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
10971
11157
|
roadmaps?: Maybe<RoadmapsMutation>;
|
|
11158
|
+
confluence?: Maybe<ConfluenceMutationApi>;
|
|
10972
11159
|
appStorage?: Maybe<AppStorageMutation>;
|
|
10973
11160
|
updatePolarisTermsConsent?: Maybe<UpdatePolarisTermsConsentPayload>;
|
|
10974
11161
|
polaris?: Maybe<PolarisMutationNamespace>;
|
|
@@ -11508,6 +11695,7 @@ export declare type MyActivityViewedArgs = {
|
|
|
11508
11695
|
after?: Maybe<Scalars['String']>;
|
|
11509
11696
|
};
|
|
11510
11697
|
export declare type MyActivityFilter = {
|
|
11698
|
+
rootContainerIds?: Maybe<Array<Scalars['ID']>>;
|
|
11511
11699
|
type?: Maybe<ActivitiesFilterType>;
|
|
11512
11700
|
arguments?: Maybe<ActivityFilterArgs>;
|
|
11513
11701
|
};
|
|
@@ -12691,7 +12879,6 @@ export declare type Query = {
|
|
|
12691
12879
|
echo?: Maybe<Scalars['String']>;
|
|
12692
12880
|
diagnostics?: Maybe<Scalars['JSON']>;
|
|
12693
12881
|
node?: Maybe<Node>;
|
|
12694
|
-
confluence?: Maybe<ConfluenceQueryApi>;
|
|
12695
12882
|
activities?: Maybe<Activities>;
|
|
12696
12883
|
activity?: Maybe<Activity>;
|
|
12697
12884
|
devOpsMetrics?: Maybe<DevOpsMetrics>;
|
|
@@ -12747,6 +12934,7 @@ export declare type Query = {
|
|
|
12747
12934
|
tenantContexts?: Maybe<Array<Maybe<TenantContext>>>;
|
|
12748
12935
|
testing?: Maybe<Testing>;
|
|
12749
12936
|
movie?: Maybe<TestingMovie>;
|
|
12937
|
+
confluence?: Maybe<ConfluenceQueryApi>;
|
|
12750
12938
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
12751
12939
|
appStoredEntities?: Maybe<AppStoredEntityConnection>;
|
|
12752
12940
|
appStoredEntitiesForCleanup?: Maybe<AppStoredEntityConnection>;
|
|
@@ -13304,6 +13492,10 @@ export declare type RoadmapFeatureTogglePayload = Payload & {
|
|
|
13304
13492
|
errors?: Maybe<Array<MutationError>>;
|
|
13305
13493
|
output?: Maybe<RoadmapFeatureToggleOutput>;
|
|
13306
13494
|
};
|
|
13495
|
+
export declare type RoadmapFilterConfiguration = {
|
|
13496
|
+
__typename?: 'RoadmapFilterConfiguration';
|
|
13497
|
+
quickFilters?: Maybe<Array<RoadmapQuickFilter>>;
|
|
13498
|
+
};
|
|
13307
13499
|
export declare type RoadmapItem = {
|
|
13308
13500
|
__typename?: 'RoadmapItem';
|
|
13309
13501
|
id: Scalars['ID'];
|
|
@@ -13443,6 +13635,12 @@ export declare type RoadmapProjectValidation = {
|
|
|
13443
13635
|
hasValidHierarchy: Scalars['Boolean'];
|
|
13444
13636
|
isRoadmapFeatureEnabled: Scalars['Boolean'];
|
|
13445
13637
|
};
|
|
13638
|
+
export declare type RoadmapQuickFilter = {
|
|
13639
|
+
__typename?: 'RoadmapQuickFilter';
|
|
13640
|
+
id: Scalars['ID'];
|
|
13641
|
+
name: Scalars['String'];
|
|
13642
|
+
query: Scalars['String'];
|
|
13643
|
+
};
|
|
13446
13644
|
export declare type RoadmapSprint = {
|
|
13447
13645
|
__typename?: 'RoadmapSprint';
|
|
13448
13646
|
id: Scalars['ID'];
|
|
@@ -13482,6 +13680,32 @@ export declare type RoadmapToggleDependencyResponse = {
|
|
|
13482
13680
|
dependee: Scalars['ID'];
|
|
13483
13681
|
dependency: Scalars['ID'];
|
|
13484
13682
|
};
|
|
13683
|
+
export declare type RoadmapUpdateItemInput = {
|
|
13684
|
+
itemId: Scalars['ID'];
|
|
13685
|
+
projectId: Scalars['ID'];
|
|
13686
|
+
summary?: Maybe<Scalars['String']>;
|
|
13687
|
+
dueDate?: Maybe<Scalars['Date']>;
|
|
13688
|
+
startDate?: Maybe<Scalars['Date']>;
|
|
13689
|
+
color?: Maybe<RoadmapPaletteColor>;
|
|
13690
|
+
rank?: Maybe<RoadmapUpdateItemRank>;
|
|
13691
|
+
parentId?: Maybe<Scalars['ID']>;
|
|
13692
|
+
sprintId?: Maybe<Scalars['ID']>;
|
|
13693
|
+
clearFields?: Maybe<Array<Scalars['String']>>;
|
|
13694
|
+
};
|
|
13695
|
+
export declare type RoadmapUpdateItemPayload = Payload & {
|
|
13696
|
+
__typename?: 'RoadmapUpdateItemPayload';
|
|
13697
|
+
success: Scalars['Boolean'];
|
|
13698
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13699
|
+
output?: Maybe<RoadmapUpdateItemResponse>;
|
|
13700
|
+
};
|
|
13701
|
+
export declare type RoadmapUpdateItemRank = {
|
|
13702
|
+
beforeId?: Maybe<Scalars['ID']>;
|
|
13703
|
+
afterId?: Maybe<Scalars['ID']>;
|
|
13704
|
+
};
|
|
13705
|
+
export declare type RoadmapUpdateItemResponse = {
|
|
13706
|
+
__typename?: 'RoadmapUpdateItemResponse';
|
|
13707
|
+
item?: Maybe<RoadmapItem>;
|
|
13708
|
+
};
|
|
13485
13709
|
export declare type RoadmapUserConfiguration = {
|
|
13486
13710
|
__typename?: 'RoadmapUserConfiguration';
|
|
13487
13711
|
hasCompletedOnboarding: Scalars['Boolean'];
|
|
@@ -13514,15 +13738,20 @@ export declare type RoadmapsMutation = {
|
|
|
13514
13738
|
__typename?: 'RoadmapsMutation';
|
|
13515
13739
|
toggleRoadmapFeature?: Maybe<RoadmapFeatureTogglePayload>;
|
|
13516
13740
|
addRoadmapItem?: Maybe<RoadmapAddItemPayload>;
|
|
13741
|
+
updateRoadmapItem?: Maybe<RoadmapUpdateItemPayload>;
|
|
13517
13742
|
addRoadmapDependency?: Maybe<RoadmapToggleDependencyPayload>;
|
|
13518
13743
|
removeRoadmapDependency?: Maybe<RoadmapToggleDependencyPayload>;
|
|
13519
13744
|
};
|
|
13520
13745
|
export declare type RoadmapsMutationToggleRoadmapFeatureArgs = {
|
|
13521
|
-
input
|
|
13746
|
+
input: RoadmapFeatureToggleInput;
|
|
13522
13747
|
};
|
|
13523
13748
|
export declare type RoadmapsMutationAddRoadmapItemArgs = {
|
|
13524
|
-
|
|
13525
|
-
|
|
13749
|
+
sourceARI: Scalars['ID'];
|
|
13750
|
+
input: RoadmapAddItemInput;
|
|
13751
|
+
};
|
|
13752
|
+
export declare type RoadmapsMutationUpdateRoadmapItemArgs = {
|
|
13753
|
+
sourceARI: Scalars['ID'];
|
|
13754
|
+
input: RoadmapUpdateItemInput;
|
|
13526
13755
|
};
|
|
13527
13756
|
export declare type RoadmapsMutationAddRoadmapDependencyArgs = {
|
|
13528
13757
|
sourceARI: Scalars['ID'];
|
|
@@ -13536,6 +13765,8 @@ export declare type RoadmapsQuery = {
|
|
|
13536
13765
|
__typename?: 'RoadmapsQuery';
|
|
13537
13766
|
roadmapForSource?: Maybe<RoadmapDetails>;
|
|
13538
13767
|
roadmapItemByIds?: Maybe<Array<Maybe<RoadmapItem>>>;
|
|
13768
|
+
roadmapFilterItems: Array<Scalars['ID']>;
|
|
13769
|
+
roadmapFilterConfiguration?: Maybe<RoadmapFilterConfiguration>;
|
|
13539
13770
|
};
|
|
13540
13771
|
export declare type RoadmapsQueryRoadmapForSourceArgs = {
|
|
13541
13772
|
sourceARI: Scalars['ID'];
|
|
@@ -13545,6 +13776,13 @@ export declare type RoadmapsQueryRoadmapItemByIdsArgs = {
|
|
|
13545
13776
|
sourceARI: Scalars['ID'];
|
|
13546
13777
|
ids: Array<Scalars['ID']>;
|
|
13547
13778
|
};
|
|
13779
|
+
export declare type RoadmapsQueryRoadmapFilterItemsArgs = {
|
|
13780
|
+
sourceARI: Scalars['ID'];
|
|
13781
|
+
quickFilterIds: Array<Scalars['ID']>;
|
|
13782
|
+
};
|
|
13783
|
+
export declare type RoadmapsQueryRoadmapFilterConfigurationArgs = {
|
|
13784
|
+
sourceARI: Scalars['ID'];
|
|
13785
|
+
};
|
|
13548
13786
|
export declare type ScanPolarisProjectInput = {
|
|
13549
13787
|
project: Scalars['ID'];
|
|
13550
13788
|
refresh?: Maybe<Scalars['Boolean']>;
|
|
@@ -14231,6 +14469,7 @@ export declare type SupportRequest = {
|
|
|
14231
14469
|
tracAttachmentComponentsEnabled?: Maybe<Scalars['Boolean']>;
|
|
14232
14470
|
lastComment: SupportRequestComments;
|
|
14233
14471
|
relatedRequests?: Maybe<Array<Maybe<SupportRequest>>>;
|
|
14472
|
+
sourceId?: Maybe<Scalars['String']>;
|
|
14234
14473
|
};
|
|
14235
14474
|
export declare type SupportRequestCommentsArgs = {
|
|
14236
14475
|
offset?: Maybe<Scalars['Int']>;
|
|
@@ -14468,10 +14707,7 @@ export declare type SupportRequestUsers = {
|
|
|
14468
14707
|
};
|
|
14469
14708
|
export declare type SupportRequestUsersSearchUsersArgs = {
|
|
14470
14709
|
query?: Maybe<Scalars['String']>;
|
|
14471
|
-
|
|
14472
|
-
maxResults?: Maybe<Scalars['Int']>;
|
|
14473
|
-
includeActive?: Maybe<Scalars['Boolean']>;
|
|
14474
|
-
includeInactive?: Maybe<Scalars['Boolean']>;
|
|
14710
|
+
requestKey?: Maybe<Scalars['String']>;
|
|
14475
14711
|
};
|
|
14476
14712
|
export declare type SupportRequests = {
|
|
14477
14713
|
__typename?: 'SupportRequests';
|