@forge/cli-shared 2.1.3-next.1 → 2.1.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.
|
@@ -80,7 +80,8 @@ export declare type ActivitiesContainer = {
|
|
|
80
80
|
export declare enum ActivitiesContainerType {
|
|
81
81
|
Site = "SITE",
|
|
82
82
|
Project = "PROJECT",
|
|
83
|
-
Space = "SPACE"
|
|
83
|
+
Space = "SPACE",
|
|
84
|
+
Workspace = "WORKSPACE"
|
|
84
85
|
}
|
|
85
86
|
export declare type ActivitiesContributor = {
|
|
86
87
|
__typename?: 'ActivitiesContributor';
|
|
@@ -143,7 +144,9 @@ export declare type ActivitiesObjectParent = {
|
|
|
143
144
|
export declare enum ActivitiesObjectType {
|
|
144
145
|
Issue = "ISSUE",
|
|
145
146
|
Page = "PAGE",
|
|
146
|
-
Blogpost = "BLOGPOST"
|
|
147
|
+
Blogpost = "BLOGPOST",
|
|
148
|
+
Project = "PROJECT",
|
|
149
|
+
Goal = "GOAL"
|
|
147
150
|
}
|
|
148
151
|
export declare type ActivitiesTransitionedEvent = {
|
|
149
152
|
__typename?: 'ActivitiesTransitionedEvent';
|
|
@@ -179,7 +182,8 @@ export declare enum ActivityObjectType {
|
|
|
179
182
|
Space = "SPACE",
|
|
180
183
|
Page = "PAGE",
|
|
181
184
|
Blogpost = "BLOGPOST",
|
|
182
|
-
Task = "TASK"
|
|
185
|
+
Task = "TASK",
|
|
186
|
+
Goal = "GOAL"
|
|
183
187
|
}
|
|
184
188
|
export declare type ActivityPageInfo = {
|
|
185
189
|
__typename?: 'ActivityPageInfo';
|
|
@@ -192,7 +196,8 @@ export declare enum ActivityProduct {
|
|
|
192
196
|
JiraSoftware = "JIRA_SOFTWARE",
|
|
193
197
|
JiraOps = "JIRA_OPS",
|
|
194
198
|
JiraServiceDesk = "JIRA_SERVICE_DESK",
|
|
195
|
-
Confluence = "CONFLUENCE"
|
|
199
|
+
Confluence = "CONFLUENCE",
|
|
200
|
+
Townsquare = "TOWNSQUARE"
|
|
196
201
|
}
|
|
197
202
|
export declare type ActivityTransition = {
|
|
198
203
|
from?: Maybe<Scalars['String']>;
|
|
@@ -870,6 +875,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
870
875
|
state: Scalars['JSON'];
|
|
871
876
|
effects: Array<Scalars['JSON']>;
|
|
872
877
|
context: Scalars['JSON'];
|
|
878
|
+
contextToken?: Maybe<Scalars['String']>;
|
|
873
879
|
config?: Maybe<Scalars['JSON']>;
|
|
874
880
|
};
|
|
875
881
|
export declare type AuxEffectsResult = {
|
|
@@ -897,6 +903,7 @@ export declare type Backlog = {
|
|
|
897
903
|
};
|
|
898
904
|
export declare type BacklogCardsArgs = {
|
|
899
905
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
906
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
900
907
|
};
|
|
901
908
|
export declare type BacklogExtension = {
|
|
902
909
|
__typename?: 'BacklogExtension';
|
|
@@ -1055,6 +1062,7 @@ export declare type BoardScope = {
|
|
|
1055
1062
|
estimation?: Maybe<EstimationConfig>;
|
|
1056
1063
|
currentUser: CurrentUser;
|
|
1057
1064
|
sprint?: Maybe<Sprint>;
|
|
1065
|
+
startSprintPrototype?: Maybe<Sprint>;
|
|
1058
1066
|
customFilters?: Maybe<Array<Maybe<CustomFilter>>>;
|
|
1059
1067
|
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
1060
1068
|
};
|
|
@@ -1063,10 +1071,14 @@ export declare type BoardScopeSprintsArgs = {
|
|
|
1063
1071
|
};
|
|
1064
1072
|
export declare type BoardScopeCardsArgs = {
|
|
1065
1073
|
cardIds: Array<Maybe<Scalars['ID']>>;
|
|
1074
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
1066
1075
|
};
|
|
1067
1076
|
export declare type BoardScopeSprintArgs = {
|
|
1068
1077
|
sprintId: Scalars['ID'];
|
|
1069
1078
|
};
|
|
1079
|
+
export declare type BoardScopeStartSprintPrototypeArgs = {
|
|
1080
|
+
sprintId: Scalars['ID'];
|
|
1081
|
+
};
|
|
1070
1082
|
export declare type BoardScopeFilteredCardIdsArgs = {
|
|
1071
1083
|
issueIds: Array<Maybe<Scalars['ID']>>;
|
|
1072
1084
|
customFilterIds: Array<Maybe<Scalars['ID']>>;
|
|
@@ -1176,6 +1188,10 @@ export declare type CfdIssueColumnChangeEntry = {
|
|
|
1176
1188
|
statusTo?: Maybe<Scalars['ID']>;
|
|
1177
1189
|
point?: Maybe<TimeSeriesPoint>;
|
|
1178
1190
|
};
|
|
1191
|
+
export declare type CardCoverImageVisibilityToggleInput = {
|
|
1192
|
+
boardAri: Scalars['ID'];
|
|
1193
|
+
isVisible: Scalars['Boolean'];
|
|
1194
|
+
};
|
|
1179
1195
|
export declare type CardCoverMedia = {
|
|
1180
1196
|
__typename?: 'CardCoverMedia';
|
|
1181
1197
|
attachmentMediaApiId?: Maybe<Scalars['ID']>;
|
|
@@ -1295,6 +1311,9 @@ export declare type Column = {
|
|
|
1295
1311
|
isInitial: Scalars['Boolean'];
|
|
1296
1312
|
isDone: Scalars['Boolean'];
|
|
1297
1313
|
};
|
|
1314
|
+
export declare type ColumnCardsArgs = {
|
|
1315
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
1316
|
+
};
|
|
1298
1317
|
export declare type ColumnInSwimlane = {
|
|
1299
1318
|
__typename?: 'ColumnInSwimlane';
|
|
1300
1319
|
columnDetails?: Maybe<Column>;
|
|
@@ -1302,6 +1321,7 @@ export declare type ColumnInSwimlane = {
|
|
|
1302
1321
|
};
|
|
1303
1322
|
export declare type ColumnInSwimlaneCardsArgs = {
|
|
1304
1323
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
1324
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
1305
1325
|
};
|
|
1306
1326
|
export declare type ColumnStatus = {
|
|
1307
1327
|
__typename?: 'ColumnStatus';
|
|
@@ -1373,6 +1393,8 @@ export declare type CompassCatalogMutationApi = {
|
|
|
1373
1393
|
createTeamCheckin?: Maybe<CompassCreateTeamCheckinPayload>;
|
|
1374
1394
|
updateTeamCheckin?: Maybe<CompassUpdateTeamCheckinPayload>;
|
|
1375
1395
|
deleteTeamCheckin?: Maybe<CompassDeleteTeamCheckinPayload>;
|
|
1396
|
+
insertComponentMetricValue?: Maybe<CompassInsertComponentMetricValuePayload>;
|
|
1397
|
+
deleteComponentMetric?: Maybe<CompassDeleteComponentMetricPayload>;
|
|
1376
1398
|
};
|
|
1377
1399
|
export declare type CompassCatalogMutationApiCreateComponentArgs = {
|
|
1378
1400
|
cloudId: Scalars['ID'];
|
|
@@ -1498,6 +1520,12 @@ export declare type CompassCatalogMutationApiUpdateTeamCheckinArgs = {
|
|
|
1498
1520
|
export declare type CompassCatalogMutationApiDeleteTeamCheckinArgs = {
|
|
1499
1521
|
input: CompassDeleteTeamCheckinInput;
|
|
1500
1522
|
};
|
|
1523
|
+
export declare type CompassCatalogMutationApiInsertComponentMetricValueArgs = {
|
|
1524
|
+
input: CompassInsertComponentMetricValueInput;
|
|
1525
|
+
};
|
|
1526
|
+
export declare type CompassCatalogMutationApiDeleteComponentMetricArgs = {
|
|
1527
|
+
input: CompassDeleteComponentMetricInput;
|
|
1528
|
+
};
|
|
1501
1529
|
export declare type CompassCatalogQueryApi = {
|
|
1502
1530
|
__typename?: 'CompassCatalogQueryApi';
|
|
1503
1531
|
component?: Maybe<CompassComponentResult>;
|
|
@@ -1572,6 +1600,7 @@ export declare type CompassComponent = Node & {
|
|
|
1572
1600
|
events?: Maybe<CompassEventsQueryResult>;
|
|
1573
1601
|
eventSources?: Maybe<Array<EventSource>>;
|
|
1574
1602
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
1603
|
+
metrics?: Maybe<CompassComponentMetricsQueryResult>;
|
|
1575
1604
|
};
|
|
1576
1605
|
export declare type CompassComponentRelationshipsArgs = {
|
|
1577
1606
|
query?: Maybe<CompassRelationshipQuery>;
|
|
@@ -1582,6 +1611,9 @@ export declare type CompassComponentEventsArgs = {
|
|
|
1582
1611
|
export declare type CompassComponentScorecardScoreArgs = {
|
|
1583
1612
|
query?: Maybe<CompassComponentScorecardScoreQuery>;
|
|
1584
1613
|
};
|
|
1614
|
+
export declare type CompassComponentMetricsArgs = {
|
|
1615
|
+
query?: Maybe<CompassComponentMetricsQuery>;
|
|
1616
|
+
};
|
|
1585
1617
|
export declare type CompassComponentDataManager = {
|
|
1586
1618
|
__typename?: 'CompassComponentDataManager';
|
|
1587
1619
|
ecosystemAppId: Scalars['ID'];
|
|
@@ -1593,6 +1625,23 @@ export declare type CompassComponentLabel = {
|
|
|
1593
1625
|
name?: Maybe<Scalars['String']>;
|
|
1594
1626
|
};
|
|
1595
1627
|
export declare type CompassComponentLabelsQueryResult = CompassSearchComponentLabelsConnection | QueryError;
|
|
1628
|
+
export declare type CompassComponentMetricsConnection = {
|
|
1629
|
+
__typename?: 'CompassComponentMetricsConnection';
|
|
1630
|
+
edges?: Maybe<Array<CompassComponentMetricsEdge>>;
|
|
1631
|
+
nodes?: Maybe<Array<CompassMetric>>;
|
|
1632
|
+
pageInfo: PageInfo;
|
|
1633
|
+
};
|
|
1634
|
+
export declare type CompassComponentMetricsEdge = {
|
|
1635
|
+
__typename?: 'CompassComponentMetricsEdge';
|
|
1636
|
+
cursor: Scalars['String'];
|
|
1637
|
+
node?: Maybe<CompassMetric>;
|
|
1638
|
+
};
|
|
1639
|
+
export declare type CompassComponentMetricsQuery = {
|
|
1640
|
+
names?: Maybe<Array<Scalars['String']>>;
|
|
1641
|
+
first?: Maybe<Scalars['Int']>;
|
|
1642
|
+
after?: Maybe<Scalars['String']>;
|
|
1643
|
+
};
|
|
1644
|
+
export declare type CompassComponentMetricsQueryResult = CompassComponentMetricsConnection | QueryError;
|
|
1596
1645
|
export declare type CompassComponentQueryResult = CompassSearchComponentConnection | QueryError;
|
|
1597
1646
|
export declare type CompassComponentResult = CompassComponent | QueryError;
|
|
1598
1647
|
export declare type CompassComponentScorecardScoreQuery = {
|
|
@@ -1616,6 +1665,10 @@ export declare type CompassCreateAnnouncementPayload = Payload & {
|
|
|
1616
1665
|
success: Scalars['Boolean'];
|
|
1617
1666
|
errors?: Maybe<Array<MutationError>>;
|
|
1618
1667
|
};
|
|
1668
|
+
export declare type CompassCreateTeamCheckinActionInput = {
|
|
1669
|
+
actionText: Scalars['String'];
|
|
1670
|
+
completed?: Maybe<Scalars['Boolean']>;
|
|
1671
|
+
};
|
|
1619
1672
|
export declare type CompassCreateTeamCheckinInput = {
|
|
1620
1673
|
cloudId: Scalars['ID'];
|
|
1621
1674
|
teamId: Scalars['ID'];
|
|
@@ -1623,6 +1676,7 @@ export declare type CompassCreateTeamCheckinInput = {
|
|
|
1623
1676
|
response1?: Maybe<Scalars['String']>;
|
|
1624
1677
|
response2?: Maybe<Scalars['String']>;
|
|
1625
1678
|
response3?: Maybe<Scalars['String']>;
|
|
1679
|
+
actions?: Maybe<Array<CompassCreateTeamCheckinActionInput>>;
|
|
1626
1680
|
};
|
|
1627
1681
|
export declare type CompassCreateTeamCheckinPayload = Payload & {
|
|
1628
1682
|
__typename?: 'CompassCreateTeamCheckinPayload';
|
|
@@ -1640,6 +1694,20 @@ export declare type CompassDeleteAnnouncementPayload = Payload & {
|
|
|
1640
1694
|
success: Scalars['Boolean'];
|
|
1641
1695
|
errors?: Maybe<Array<MutationError>>;
|
|
1642
1696
|
};
|
|
1697
|
+
export declare type CompassDeleteComponentMetricInput = {
|
|
1698
|
+
componentId: Scalars['ID'];
|
|
1699
|
+
metricName: Scalars['String'];
|
|
1700
|
+
};
|
|
1701
|
+
export declare type CompassDeleteComponentMetricPayload = Payload & {
|
|
1702
|
+
__typename?: 'CompassDeleteComponentMetricPayload';
|
|
1703
|
+
deletedMetricName?: Maybe<Scalars['String']>;
|
|
1704
|
+
success: Scalars['Boolean'];
|
|
1705
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1706
|
+
componentDetails?: Maybe<CompassComponent>;
|
|
1707
|
+
};
|
|
1708
|
+
export declare type CompassDeleteTeamCheckinActionInput = {
|
|
1709
|
+
id: Scalars['ID'];
|
|
1710
|
+
};
|
|
1643
1711
|
export declare type CompassDeleteTeamCheckinInput = {
|
|
1644
1712
|
cloudId: Scalars['ID'];
|
|
1645
1713
|
id: Scalars['ID'];
|
|
@@ -1819,6 +1887,18 @@ export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria
|
|
|
1819
1887
|
export declare type CompassHasOwnerScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
1820
1888
|
query?: Maybe<CompassScorecardCriteriaScoreQuery>;
|
|
1821
1889
|
};
|
|
1890
|
+
export declare type CompassInsertComponentMetricValueInput = {
|
|
1891
|
+
componentId: Scalars['ID'];
|
|
1892
|
+
metricName: Scalars['String'];
|
|
1893
|
+
value: CompassMetricValueInput;
|
|
1894
|
+
};
|
|
1895
|
+
export declare type CompassInsertComponentMetricValuePayload = Payload & {
|
|
1896
|
+
__typename?: 'CompassInsertComponentMetricValuePayload';
|
|
1897
|
+
updatedMetricValue?: Maybe<CompassMetricValue>;
|
|
1898
|
+
success: Scalars['Boolean'];
|
|
1899
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1900
|
+
componentDetails?: Maybe<CompassComponent>;
|
|
1901
|
+
};
|
|
1822
1902
|
export declare type CompassLink = {
|
|
1823
1903
|
__typename?: 'CompassLink';
|
|
1824
1904
|
id: Scalars['ID'];
|
|
@@ -1835,6 +1915,39 @@ export declare enum CompassLinkType {
|
|
|
1835
1915
|
OnCall = "ON_CALL",
|
|
1836
1916
|
OtherLink = "OTHER_LINK"
|
|
1837
1917
|
}
|
|
1918
|
+
export declare type CompassMetric = {
|
|
1919
|
+
__typename?: 'CompassMetric';
|
|
1920
|
+
name?: Maybe<Scalars['String']>;
|
|
1921
|
+
values?: Maybe<CompassMetricValuesQueryResult>;
|
|
1922
|
+
};
|
|
1923
|
+
export declare type CompassMetricValuesArgs = {
|
|
1924
|
+
query?: Maybe<CompassMetricValuesQuery>;
|
|
1925
|
+
};
|
|
1926
|
+
export declare type CompassMetricValue = {
|
|
1927
|
+
__typename?: 'CompassMetricValue';
|
|
1928
|
+
timestamp?: Maybe<Scalars['DateTime']>;
|
|
1929
|
+
value?: Maybe<Scalars['Float']>;
|
|
1930
|
+
};
|
|
1931
|
+
export declare type CompassMetricValueInput = {
|
|
1932
|
+
timestamp: Scalars['DateTime'];
|
|
1933
|
+
value: Scalars['Float'];
|
|
1934
|
+
};
|
|
1935
|
+
export declare type CompassMetricValuesConnection = {
|
|
1936
|
+
__typename?: 'CompassMetricValuesConnection';
|
|
1937
|
+
edges?: Maybe<Array<CompassMetricValuesEdge>>;
|
|
1938
|
+
nodes?: Maybe<Array<CompassMetricValue>>;
|
|
1939
|
+
pageInfo: PageInfo;
|
|
1940
|
+
};
|
|
1941
|
+
export declare type CompassMetricValuesEdge = {
|
|
1942
|
+
__typename?: 'CompassMetricValuesEdge';
|
|
1943
|
+
cursor: Scalars['String'];
|
|
1944
|
+
node?: Maybe<CompassMetricValue>;
|
|
1945
|
+
};
|
|
1946
|
+
export declare type CompassMetricValuesQuery = {
|
|
1947
|
+
first?: Maybe<Scalars['Int']>;
|
|
1948
|
+
after?: Maybe<Scalars['String']>;
|
|
1949
|
+
};
|
|
1950
|
+
export declare type CompassMetricValuesQueryResult = CompassMetricValuesConnection | QueryError;
|
|
1838
1951
|
export declare type CompassQueryFieldFilter = {
|
|
1839
1952
|
name: Scalars['String'];
|
|
1840
1953
|
filter?: Maybe<CompassQueryFilter>;
|
|
@@ -2038,6 +2151,21 @@ export declare type CompassTeamCheckin = {
|
|
|
2038
2151
|
response2?: Maybe<Scalars['String']>;
|
|
2039
2152
|
response3?: Maybe<Scalars['String']>;
|
|
2040
2153
|
changeMetadata: CompassChangeMetadata;
|
|
2154
|
+
actions?: Maybe<Array<CompassTeamCheckinAction>>;
|
|
2155
|
+
};
|
|
2156
|
+
export declare type CompassTeamCheckinAction = {
|
|
2157
|
+
__typename?: 'CompassTeamCheckinAction';
|
|
2158
|
+
id: Scalars['ID'];
|
|
2159
|
+
actionText?: Maybe<Scalars['String']>;
|
|
2160
|
+
completed?: Maybe<Scalars['Boolean']>;
|
|
2161
|
+
completedBy?: Maybe<User>;
|
|
2162
|
+
completedAt?: Maybe<Scalars['DateTime']>;
|
|
2163
|
+
changeMetadata: CompassChangeMetadata;
|
|
2164
|
+
};
|
|
2165
|
+
export declare type CompassTeamCheckinActionInput = {
|
|
2166
|
+
create?: Maybe<CompassCreateTeamCheckinActionInput>;
|
|
2167
|
+
update?: Maybe<CompassUpdateTeamCheckinActionInput>;
|
|
2168
|
+
delete?: Maybe<CompassDeleteTeamCheckinActionInput>;
|
|
2041
2169
|
};
|
|
2042
2170
|
export declare type CompassTeamCheckinsInput = {
|
|
2043
2171
|
cloudId: Scalars['ID'];
|
|
@@ -2057,6 +2185,11 @@ export declare type CompassUpdateAnnouncementPayload = Payload & {
|
|
|
2057
2185
|
success: Scalars['Boolean'];
|
|
2058
2186
|
errors?: Maybe<Array<MutationError>>;
|
|
2059
2187
|
};
|
|
2188
|
+
export declare type CompassUpdateTeamCheckinActionInput = {
|
|
2189
|
+
id: Scalars['ID'];
|
|
2190
|
+
actionText?: Maybe<Scalars['String']>;
|
|
2191
|
+
completed?: Maybe<Scalars['Boolean']>;
|
|
2192
|
+
};
|
|
2060
2193
|
export declare type CompassUpdateTeamCheckinInput = {
|
|
2061
2194
|
cloudId: Scalars['ID'];
|
|
2062
2195
|
id: Scalars['ID'];
|
|
@@ -2064,6 +2197,7 @@ export declare type CompassUpdateTeamCheckinInput = {
|
|
|
2064
2197
|
response1?: Maybe<Scalars['String']>;
|
|
2065
2198
|
response2?: Maybe<Scalars['String']>;
|
|
2066
2199
|
response3?: Maybe<Scalars['String']>;
|
|
2200
|
+
actions?: Maybe<Array<CompassTeamCheckinActionInput>>;
|
|
2067
2201
|
};
|
|
2068
2202
|
export declare type CompassUpdateTeamCheckinPayload = Payload & {
|
|
2069
2203
|
__typename?: 'CompassUpdateTeamCheckinPayload';
|
|
@@ -2656,7 +2790,6 @@ export declare type CustomFilter = {
|
|
|
2656
2790
|
__typename?: 'CustomFilter';
|
|
2657
2791
|
id: Scalars['ID'];
|
|
2658
2792
|
name: Scalars['String'];
|
|
2659
|
-
jql: Scalars['String'];
|
|
2660
2793
|
description?: Maybe<Scalars['String']>;
|
|
2661
2794
|
filterQuery?: Maybe<FilterQuery>;
|
|
2662
2795
|
};
|
|
@@ -2700,6 +2833,11 @@ export declare type DeleteAppEnvironmentVariableInput = {
|
|
|
2700
2833
|
environment: AppEnvironmentInput;
|
|
2701
2834
|
key: Scalars['String'];
|
|
2702
2835
|
};
|
|
2836
|
+
export declare type DeleteAppEnvironmentVariablePayload = Payload & {
|
|
2837
|
+
__typename?: 'DeleteAppEnvironmentVariablePayload';
|
|
2838
|
+
success: Scalars['Boolean'];
|
|
2839
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2840
|
+
};
|
|
2703
2841
|
export declare type DeleteAppInput = {
|
|
2704
2842
|
appId: Scalars['ID'];
|
|
2705
2843
|
};
|
|
@@ -3533,6 +3671,7 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
3533
3671
|
export declare type EcosystemQuery = {
|
|
3534
3672
|
__typename?: 'EcosystemQuery';
|
|
3535
3673
|
userGrants?: Maybe<UserGrantConnection>;
|
|
3674
|
+
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
3536
3675
|
};
|
|
3537
3676
|
export declare type EcosystemQueryUserGrantsArgs = {
|
|
3538
3677
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -3540,6 +3679,9 @@ export declare type EcosystemQueryUserGrantsArgs = {
|
|
|
3540
3679
|
before?: Maybe<Scalars['String']>;
|
|
3541
3680
|
after?: Maybe<Scalars['String']>;
|
|
3542
3681
|
};
|
|
3682
|
+
export declare type EcosystemQueryForgeMetricsArgs = {
|
|
3683
|
+
appId: Scalars['ID'];
|
|
3684
|
+
};
|
|
3543
3685
|
export declare type EditSprintInput = {
|
|
3544
3686
|
boardId: Scalars['ID'];
|
|
3545
3687
|
sprintId: Scalars['ID'];
|
|
@@ -3645,6 +3787,140 @@ export declare type FilterQuery = {
|
|
|
3645
3787
|
sanitisedJql: Scalars['String'];
|
|
3646
3788
|
errors?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
3647
3789
|
};
|
|
3790
|
+
export declare type ForgeMetricsData = {
|
|
3791
|
+
name: Scalars['String'];
|
|
3792
|
+
type: ForgeMetricsDataType;
|
|
3793
|
+
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
3794
|
+
};
|
|
3795
|
+
export declare enum ForgeMetricsDataType {
|
|
3796
|
+
DateTime = "DATE_TIME",
|
|
3797
|
+
Category = "CATEGORY",
|
|
3798
|
+
Numeric = "NUMERIC"
|
|
3799
|
+
}
|
|
3800
|
+
export declare type ForgeMetricsErrorsData = ForgeMetricsData & {
|
|
3801
|
+
__typename?: 'ForgeMetricsErrorsData';
|
|
3802
|
+
name: Scalars['String'];
|
|
3803
|
+
type: ForgeMetricsDataType;
|
|
3804
|
+
series: Array<ForgeMetricsErrorsSeries>;
|
|
3805
|
+
};
|
|
3806
|
+
export declare type ForgeMetricsErrorsDataPoint = {
|
|
3807
|
+
__typename?: 'ForgeMetricsErrorsDataPoint';
|
|
3808
|
+
timestamp: Scalars['DateTime'];
|
|
3809
|
+
count: Scalars['Int'];
|
|
3810
|
+
};
|
|
3811
|
+
export declare type ForgeMetricsErrorsResult = ForgeMetricsErrorsData | QueryError;
|
|
3812
|
+
export declare type ForgeMetricsErrorsSeries = ForgeMetricsSeries & {
|
|
3813
|
+
__typename?: 'ForgeMetricsErrorsSeries';
|
|
3814
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3815
|
+
data: Array<ForgeMetricsErrorsDataPoint>;
|
|
3816
|
+
};
|
|
3817
|
+
export declare enum ForgeMetricsGroupByDimensions {
|
|
3818
|
+
UserTier = "USER_TIER",
|
|
3819
|
+
EnvironmentId = "ENVIRONMENT_ID",
|
|
3820
|
+
ErrorType = "ERROR_TYPE"
|
|
3821
|
+
}
|
|
3822
|
+
export declare type ForgeMetricsIntervalInput = {
|
|
3823
|
+
start: Scalars['DateTime'];
|
|
3824
|
+
end: Scalars['DateTime'];
|
|
3825
|
+
};
|
|
3826
|
+
export declare type ForgeMetricsInvocationData = ForgeMetricsData & {
|
|
3827
|
+
__typename?: 'ForgeMetricsInvocationData';
|
|
3828
|
+
name: Scalars['String'];
|
|
3829
|
+
type: ForgeMetricsDataType;
|
|
3830
|
+
series: Array<ForgeMetricsInvocationSeries>;
|
|
3831
|
+
};
|
|
3832
|
+
export declare type ForgeMetricsInvocationDataPoint = {
|
|
3833
|
+
__typename?: 'ForgeMetricsInvocationDataPoint';
|
|
3834
|
+
timestamp: Scalars['DateTime'];
|
|
3835
|
+
count: Scalars['Int'];
|
|
3836
|
+
};
|
|
3837
|
+
export declare type ForgeMetricsInvocationSeries = ForgeMetricsSeries & {
|
|
3838
|
+
__typename?: 'ForgeMetricsInvocationSeries';
|
|
3839
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3840
|
+
data: Array<ForgeMetricsInvocationDataPoint>;
|
|
3841
|
+
};
|
|
3842
|
+
export declare type ForgeMetricsInvocationsResult = ForgeMetricsInvocationData | QueryError;
|
|
3843
|
+
export declare type ForgeMetricsLabelGroup = {
|
|
3844
|
+
__typename?: 'ForgeMetricsLabelGroup';
|
|
3845
|
+
key: Scalars['String'];
|
|
3846
|
+
value: Scalars['String'];
|
|
3847
|
+
};
|
|
3848
|
+
export declare type ForgeMetricsLatencyData = ForgeMetricsData & {
|
|
3849
|
+
__typename?: 'ForgeMetricsLatencyData';
|
|
3850
|
+
name: Scalars['String'];
|
|
3851
|
+
type: ForgeMetricsDataType;
|
|
3852
|
+
series: Array<ForgeMetricsLatencySeries>;
|
|
3853
|
+
};
|
|
3854
|
+
export declare type ForgeMetricsLatencyDataPoint = {
|
|
3855
|
+
__typename?: 'ForgeMetricsLatencyDataPoint';
|
|
3856
|
+
bucket: Scalars['String'];
|
|
3857
|
+
count: Scalars['Int'];
|
|
3858
|
+
};
|
|
3859
|
+
export declare type ForgeMetricsLatencyResult = ForgeMetricsLatencyData | QueryError;
|
|
3860
|
+
export declare type ForgeMetricsLatencySeries = ForgeMetricsSeries & {
|
|
3861
|
+
__typename?: 'ForgeMetricsLatencySeries';
|
|
3862
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3863
|
+
data: Array<ForgeMetricsLatencyDataPoint>;
|
|
3864
|
+
};
|
|
3865
|
+
export declare type ForgeMetricsQuery = {
|
|
3866
|
+
__typename?: 'ForgeMetricsQuery';
|
|
3867
|
+
appId: Scalars['ID'];
|
|
3868
|
+
successRate: ForgeMetricsSuccessRateResult;
|
|
3869
|
+
successRateValue: ForgeMetricsSuccessRateValueResult;
|
|
3870
|
+
invocations: ForgeMetricsInvocationsResult;
|
|
3871
|
+
errors: ForgeMetricsErrorsResult;
|
|
3872
|
+
latency: ForgeMetricsLatencyResult;
|
|
3873
|
+
};
|
|
3874
|
+
export declare type ForgeMetricsQuerySuccessRateArgs = {
|
|
3875
|
+
query: ForgeMetricsQueryInput;
|
|
3876
|
+
};
|
|
3877
|
+
export declare type ForgeMetricsQuerySuccessRateValueArgs = {
|
|
3878
|
+
query: ForgeMetricsQueryInput;
|
|
3879
|
+
};
|
|
3880
|
+
export declare type ForgeMetricsQueryInvocationsArgs = {
|
|
3881
|
+
query: ForgeMetricsQueryInput;
|
|
3882
|
+
};
|
|
3883
|
+
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
3884
|
+
query: ForgeMetricsQueryInput;
|
|
3885
|
+
};
|
|
3886
|
+
export declare type ForgeMetricsQueryLatencyArgs = {
|
|
3887
|
+
query: ForgeMetricsQueryInput;
|
|
3888
|
+
};
|
|
3889
|
+
export declare type ForgeMetricsQueryFilters = {
|
|
3890
|
+
environment?: Maybe<Scalars['ID']>;
|
|
3891
|
+
interval: ForgeMetricsIntervalInput;
|
|
3892
|
+
};
|
|
3893
|
+
export declare type ForgeMetricsQueryInput = {
|
|
3894
|
+
filters: ForgeMetricsQueryFilters;
|
|
3895
|
+
groupBy?: Maybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
3896
|
+
};
|
|
3897
|
+
export declare type ForgeMetricsSeries = {
|
|
3898
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3899
|
+
};
|
|
3900
|
+
export declare type ForgeMetricsSuccessRateData = ForgeMetricsData & {
|
|
3901
|
+
__typename?: 'ForgeMetricsSuccessRateData';
|
|
3902
|
+
name: Scalars['String'];
|
|
3903
|
+
type: ForgeMetricsDataType;
|
|
3904
|
+
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
3905
|
+
};
|
|
3906
|
+
export declare type ForgeMetricsSuccessRateDataPoint = {
|
|
3907
|
+
__typename?: 'ForgeMetricsSuccessRateDataPoint';
|
|
3908
|
+
timestamp: Scalars['DateTime'];
|
|
3909
|
+
value: Scalars['Float'];
|
|
3910
|
+
};
|
|
3911
|
+
export declare type ForgeMetricsSuccessRateResult = ForgeMetricsSuccessRateData | QueryError;
|
|
3912
|
+
export declare type ForgeMetricsSuccessRateSeries = ForgeMetricsSeries & {
|
|
3913
|
+
__typename?: 'ForgeMetricsSuccessRateSeries';
|
|
3914
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3915
|
+
data: Array<ForgeMetricsSuccessRateDataPoint>;
|
|
3916
|
+
};
|
|
3917
|
+
export declare type ForgeMetricsSuccessRateValueData = ForgeMetricsData & {
|
|
3918
|
+
__typename?: 'ForgeMetricsSuccessRateValueData';
|
|
3919
|
+
name: Scalars['String'];
|
|
3920
|
+
type: ForgeMetricsDataType;
|
|
3921
|
+
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
3922
|
+
};
|
|
3923
|
+
export declare type ForgeMetricsSuccessRateValueResult = ForgeMetricsSuccessRateValueData | QueryError;
|
|
3648
3924
|
export declare type FunctionDescription = {
|
|
3649
3925
|
__typename?: 'FunctionDescription';
|
|
3650
3926
|
key: Scalars['String'];
|
|
@@ -4792,6 +5068,9 @@ export declare type JiraIssue = Node & {
|
|
|
4792
5068
|
key: Scalars['String'];
|
|
4793
5069
|
fields?: Maybe<JiraIssueFieldConnection>;
|
|
4794
5070
|
fieldsById?: Maybe<JiraIssueFieldConnection>;
|
|
5071
|
+
comments?: Maybe<JiraCommentConnection>;
|
|
5072
|
+
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
5073
|
+
attachments?: Maybe<JiraAttachmentConnection>;
|
|
4795
5074
|
};
|
|
4796
5075
|
export declare type JiraIssueFieldsArgs = {
|
|
4797
5076
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -4806,6 +5085,24 @@ export declare type JiraIssueFieldsByIdArgs = {
|
|
|
4806
5085
|
last?: Maybe<Scalars['Int']>;
|
|
4807
5086
|
before?: Maybe<Scalars['String']>;
|
|
4808
5087
|
};
|
|
5088
|
+
export declare type JiraIssueCommentsArgs = {
|
|
5089
|
+
first?: Maybe<Scalars['Int']>;
|
|
5090
|
+
after?: Maybe<Scalars['String']>;
|
|
5091
|
+
last?: Maybe<Scalars['Int']>;
|
|
5092
|
+
before?: Maybe<Scalars['String']>;
|
|
5093
|
+
};
|
|
5094
|
+
export declare type JiraIssueWorklogsArgs = {
|
|
5095
|
+
first?: Maybe<Scalars['Int']>;
|
|
5096
|
+
after?: Maybe<Scalars['String']>;
|
|
5097
|
+
last?: Maybe<Scalars['Int']>;
|
|
5098
|
+
before?: Maybe<Scalars['String']>;
|
|
5099
|
+
};
|
|
5100
|
+
export declare type JiraIssueAttachmentsArgs = {
|
|
5101
|
+
first?: Maybe<Scalars['Int']>;
|
|
5102
|
+
after?: Maybe<Scalars['String']>;
|
|
5103
|
+
last?: Maybe<Scalars['Int']>;
|
|
5104
|
+
before?: Maybe<Scalars['String']>;
|
|
5105
|
+
};
|
|
4809
5106
|
export declare type JiraIssueBranchDevSummary = {
|
|
4810
5107
|
__typename?: 'JiraIssueBranchDevSummary';
|
|
4811
5108
|
count?: Maybe<Scalars['Int']>;
|
|
@@ -4845,6 +5142,26 @@ export declare type JiraIssueConnection = {
|
|
|
4845
5142
|
pageInfo: PageInfo;
|
|
4846
5143
|
edges?: Maybe<Array<Maybe<JiraIssueEdge>>>;
|
|
4847
5144
|
};
|
|
5145
|
+
export declare type JiraIssueDeploymentEnvironment = {
|
|
5146
|
+
__typename?: 'JiraIssueDeploymentEnvironment';
|
|
5147
|
+
title?: Maybe<Scalars['String']>;
|
|
5148
|
+
status?: Maybe<JiraIssueDeploymentEnvironmentState>;
|
|
5149
|
+
};
|
|
5150
|
+
export declare type JiraIssueDeploymentEnvironmentDevSummary = {
|
|
5151
|
+
__typename?: 'JiraIssueDeploymentEnvironmentDevSummary';
|
|
5152
|
+
count?: Maybe<Scalars['Int']>;
|
|
5153
|
+
lastUpdated?: Maybe<Scalars['DateTime']>;
|
|
5154
|
+
topEnvironments?: Maybe<Array<JiraIssueDeploymentEnvironment>>;
|
|
5155
|
+
};
|
|
5156
|
+
export declare type JiraIssueDeploymentEnvironmentDevSummaryContainer = {
|
|
5157
|
+
__typename?: 'JiraIssueDeploymentEnvironmentDevSummaryContainer';
|
|
5158
|
+
overall?: Maybe<JiraIssueDeploymentEnvironmentDevSummary>;
|
|
5159
|
+
summaryByProvider?: Maybe<Array<JiraIssueDevSummaryByProvider>>;
|
|
5160
|
+
};
|
|
5161
|
+
export declare enum JiraIssueDeploymentEnvironmentState {
|
|
5162
|
+
NotDeployed = "NOT_DEPLOYED",
|
|
5163
|
+
Deployed = "DEPLOYED"
|
|
5164
|
+
}
|
|
4848
5165
|
export declare type JiraIssueDevSummary = {
|
|
4849
5166
|
__typename?: 'JiraIssueDevSummary';
|
|
4850
5167
|
branch?: Maybe<JiraIssueBranchDevSummaryContainer>;
|
|
@@ -4852,6 +5169,7 @@ export declare type JiraIssueDevSummary = {
|
|
|
4852
5169
|
pullrequest?: Maybe<JiraIssuePullRequestDevSummaryContainer>;
|
|
4853
5170
|
build?: Maybe<JiraIssueBuildDevSummaryContainer>;
|
|
4854
5171
|
review?: Maybe<JiraIssueReviewDevSummaryContainer>;
|
|
5172
|
+
deploymentEnvironments?: Maybe<JiraIssueDeploymentEnvironmentDevSummaryContainer>;
|
|
4855
5173
|
};
|
|
4856
5174
|
export declare type JiraIssueDevSummaryByProvider = {
|
|
4857
5175
|
__typename?: 'JiraIssueDevSummaryByProvider';
|
|
@@ -5532,7 +5850,7 @@ export declare type JiraJqlUserFieldValue = JiraJqlFieldValue & {
|
|
|
5532
5850
|
__typename?: 'JiraJqlUserFieldValue';
|
|
5533
5851
|
jqlTerm: Scalars['String'];
|
|
5534
5852
|
displayName: Scalars['String'];
|
|
5535
|
-
user
|
|
5853
|
+
user?: Maybe<User>;
|
|
5536
5854
|
};
|
|
5537
5855
|
export declare type JiraJqlUserFieldValueConnection = {
|
|
5538
5856
|
__typename?: 'JiraJqlUserFieldValueConnection';
|
|
@@ -5726,9 +6044,14 @@ export declare type JiraMultipleVersionPickerFieldVersionsArgs = {
|
|
|
5726
6044
|
export declare type JiraMutation = {
|
|
5727
6045
|
__typename?: 'JiraMutation';
|
|
5728
6046
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
6047
|
+
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
5729
6048
|
addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
|
|
5730
6049
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
5731
6050
|
};
|
|
6051
|
+
export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
6052
|
+
cloudId: Scalars['ID'];
|
|
6053
|
+
input: Array<JiraSetApplicationPropertyInput>;
|
|
6054
|
+
};
|
|
5732
6055
|
export declare type JiraMutationAddPermissionSchemeGrantsArgs = {
|
|
5733
6056
|
input: JiraPermissionSchemeAddGrantInput;
|
|
5734
6057
|
};
|
|
@@ -5747,6 +6070,136 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
5747
6070
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
5748
6071
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
5749
6072
|
};
|
|
6073
|
+
export declare type JiraOAuthAppsApp = {
|
|
6074
|
+
__typename?: 'JiraOAuthAppsApp';
|
|
6075
|
+
id: Scalars['ID'];
|
|
6076
|
+
name: Scalars['String'];
|
|
6077
|
+
homeUrl: Scalars['String'];
|
|
6078
|
+
logoUrl: Scalars['String'];
|
|
6079
|
+
clientId: Scalars['String'];
|
|
6080
|
+
secret: Scalars['String'];
|
|
6081
|
+
buildsModule?: Maybe<JiraOAuthAppsBuildsModule>;
|
|
6082
|
+
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModule>;
|
|
6083
|
+
deploymentsModule?: Maybe<JiraOAuthAppsDeploymentsModule>;
|
|
6084
|
+
devInfoModule?: Maybe<JiraOAuthAppsDevInfoModule>;
|
|
6085
|
+
};
|
|
6086
|
+
export declare type JiraOAuthAppsAppInput = {
|
|
6087
|
+
name: Scalars['String'];
|
|
6088
|
+
homeUrl: Scalars['String'];
|
|
6089
|
+
logoUrl: Scalars['String'];
|
|
6090
|
+
buildsModule?: Maybe<JiraOAuthAppsBuildsModuleInput>;
|
|
6091
|
+
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModuleInput>;
|
|
6092
|
+
deploymentsModule?: Maybe<JiraOAuthAppsDeploymentsModuleInput>;
|
|
6093
|
+
devInfoModule?: Maybe<JiraOAuthAppsDevInfoModuleInput>;
|
|
6094
|
+
};
|
|
6095
|
+
export declare type JiraOAuthAppsApps = {
|
|
6096
|
+
__typename?: 'JiraOAuthAppsApps';
|
|
6097
|
+
apps?: Maybe<Array<Maybe<JiraOAuthAppsApp>>>;
|
|
6098
|
+
};
|
|
6099
|
+
export declare type JiraOAuthAppsAppsAppsArgs = {
|
|
6100
|
+
cloudId: Scalars['String'];
|
|
6101
|
+
};
|
|
6102
|
+
export declare type JiraOAuthAppsBuildsModule = {
|
|
6103
|
+
__typename?: 'JiraOAuthAppsBuildsModule';
|
|
6104
|
+
isEnabled: Scalars['Boolean'];
|
|
6105
|
+
};
|
|
6106
|
+
export declare type JiraOAuthAppsBuildsModuleInput = {
|
|
6107
|
+
isEnabled: Scalars['Boolean'];
|
|
6108
|
+
};
|
|
6109
|
+
export declare type JiraOAuthAppsCreateAppInput = {
|
|
6110
|
+
app: JiraOAuthAppsAppInput;
|
|
6111
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6112
|
+
};
|
|
6113
|
+
export declare type JiraOAuthAppsDeleteAppInput = {
|
|
6114
|
+
clientId: Scalars['ID'];
|
|
6115
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6116
|
+
};
|
|
6117
|
+
export declare type JiraOAuthAppsDeploymentsModule = {
|
|
6118
|
+
__typename?: 'JiraOAuthAppsDeploymentsModule';
|
|
6119
|
+
isEnabled: Scalars['Boolean'];
|
|
6120
|
+
actions?: Maybe<JiraOAuthAppsDeploymentsModuleActions>;
|
|
6121
|
+
};
|
|
6122
|
+
export declare type JiraOAuthAppsDeploymentsModuleActions = {
|
|
6123
|
+
__typename?: 'JiraOAuthAppsDeploymentsModuleActions';
|
|
6124
|
+
listDeployments?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6125
|
+
};
|
|
6126
|
+
export declare type JiraOAuthAppsDeploymentsModuleActionsInput = {
|
|
6127
|
+
listDeployments?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6128
|
+
};
|
|
6129
|
+
export declare type JiraOAuthAppsDeploymentsModuleInput = {
|
|
6130
|
+
isEnabled: Scalars['Boolean'];
|
|
6131
|
+
actions?: Maybe<JiraOAuthAppsDeploymentsModuleActionsInput>;
|
|
6132
|
+
};
|
|
6133
|
+
export declare type JiraOAuthAppsDevInfoModule = {
|
|
6134
|
+
__typename?: 'JiraOAuthAppsDevInfoModule';
|
|
6135
|
+
isEnabled: Scalars['Boolean'];
|
|
6136
|
+
actions?: Maybe<JiraOAuthAppsDevInfoModuleActions>;
|
|
6137
|
+
};
|
|
6138
|
+
export declare type JiraOAuthAppsDevInfoModuleActions = {
|
|
6139
|
+
__typename?: 'JiraOAuthAppsDevInfoModuleActions';
|
|
6140
|
+
createBranch?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6141
|
+
};
|
|
6142
|
+
export declare type JiraOAuthAppsDevInfoModuleActionsInput = {
|
|
6143
|
+
createBranch?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6144
|
+
};
|
|
6145
|
+
export declare type JiraOAuthAppsDevInfoModuleInput = {
|
|
6146
|
+
isEnabled: Scalars['Boolean'];
|
|
6147
|
+
actions?: Maybe<JiraOAuthAppsDevInfoModuleActionsInput>;
|
|
6148
|
+
};
|
|
6149
|
+
export declare type JiraOAuthAppsFeatureFlagsModule = {
|
|
6150
|
+
__typename?: 'JiraOAuthAppsFeatureFlagsModule';
|
|
6151
|
+
isEnabled: Scalars['Boolean'];
|
|
6152
|
+
actions?: Maybe<JiraOAuthAppsFeatureFlagsModuleActions>;
|
|
6153
|
+
};
|
|
6154
|
+
export declare type JiraOAuthAppsFeatureFlagsModuleActions = {
|
|
6155
|
+
__typename?: 'JiraOAuthAppsFeatureFlagsModuleActions';
|
|
6156
|
+
createFlag?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6157
|
+
linkFlag?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6158
|
+
listFlag?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6159
|
+
};
|
|
6160
|
+
export declare type JiraOAuthAppsFeatureFlagsModuleActionsInput = {
|
|
6161
|
+
createFlag?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6162
|
+
linkFlag?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6163
|
+
listFlag?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6164
|
+
};
|
|
6165
|
+
export declare type JiraOAuthAppsFeatureFlagsModuleInput = {
|
|
6166
|
+
isEnabled: Scalars['Boolean'];
|
|
6167
|
+
actions?: Maybe<JiraOAuthAppsFeatureFlagsModuleActionsInput>;
|
|
6168
|
+
};
|
|
6169
|
+
export declare type JiraOAuthAppsMutation = {
|
|
6170
|
+
__typename?: 'JiraOAuthAppsMutation';
|
|
6171
|
+
createJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
6172
|
+
deleteJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
6173
|
+
};
|
|
6174
|
+
export declare type JiraOAuthAppsMutationCreateJiraOAuthAppArgs = {
|
|
6175
|
+
cloudId: Scalars['String'];
|
|
6176
|
+
input: JiraOAuthAppsCreateAppInput;
|
|
6177
|
+
};
|
|
6178
|
+
export declare type JiraOAuthAppsMutationDeleteJiraOAuthAppArgs = {
|
|
6179
|
+
cloudId: Scalars['String'];
|
|
6180
|
+
input: JiraOAuthAppsDeleteAppInput;
|
|
6181
|
+
};
|
|
6182
|
+
export declare type JiraOAuthAppsPayload = Payload & {
|
|
6183
|
+
__typename?: 'JiraOAuthAppsPayload';
|
|
6184
|
+
statusCode: Scalars['Int'];
|
|
6185
|
+
message: Scalars['String'];
|
|
6186
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6187
|
+
app?: Maybe<JiraOAuthAppsApp>;
|
|
6188
|
+
success: Scalars['Boolean'];
|
|
6189
|
+
errors?: Maybe<Array<MutationError>>;
|
|
6190
|
+
};
|
|
6191
|
+
export declare type JiraOAuthAppsUpdateAppInput = {
|
|
6192
|
+
id: Scalars['ID'];
|
|
6193
|
+
app: JiraOAuthAppsAppInput;
|
|
6194
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6195
|
+
};
|
|
6196
|
+
export declare type JiraOAuthAppsUrlTemplate = {
|
|
6197
|
+
__typename?: 'JiraOAuthAppsUrlTemplate';
|
|
6198
|
+
urlTemplate: Scalars['String'];
|
|
6199
|
+
};
|
|
6200
|
+
export declare type JiraOAuthAppsUrlTemplateInput = {
|
|
6201
|
+
urlTemplate: Scalars['String'];
|
|
6202
|
+
};
|
|
5750
6203
|
export declare type JiraOption = Node & {
|
|
5751
6204
|
__typename?: 'JiraOption';
|
|
5752
6205
|
id: Scalars['ID'];
|
|
@@ -5811,6 +6264,22 @@ export declare type JiraPeopleFieldUsersArgs = {
|
|
|
5811
6264
|
before?: Maybe<Scalars['String']>;
|
|
5812
6265
|
suggested?: Maybe<Scalars['Boolean']>;
|
|
5813
6266
|
};
|
|
6267
|
+
export declare type JiraPermissionGrant = {
|
|
6268
|
+
__typename?: 'JiraPermissionGrant';
|
|
6269
|
+
grantType: JiraGrantTypeKey;
|
|
6270
|
+
grantValue: JiraPermissionGrantValue;
|
|
6271
|
+
};
|
|
6272
|
+
export declare type JiraPermissionGrantConnection = {
|
|
6273
|
+
__typename?: 'JiraPermissionGrantConnection';
|
|
6274
|
+
pageInfo: PageInfo;
|
|
6275
|
+
edges?: Maybe<Array<Maybe<JiraPermissionGrantEdge>>>;
|
|
6276
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
6277
|
+
};
|
|
6278
|
+
export declare type JiraPermissionGrantEdge = {
|
|
6279
|
+
__typename?: 'JiraPermissionGrantEdge';
|
|
6280
|
+
node: JiraPermissionGrant;
|
|
6281
|
+
cursor: Scalars['String'];
|
|
6282
|
+
};
|
|
5814
6283
|
export declare type JiraPermissionGrantHolder = {
|
|
5815
6284
|
__typename?: 'JiraPermissionGrantHolder';
|
|
5816
6285
|
permission: JiraProjectPermission;
|
|
@@ -5836,6 +6305,7 @@ export declare type JiraPermissionGrants = {
|
|
|
5836
6305
|
__typename?: 'JiraPermissionGrants';
|
|
5837
6306
|
grantType: JiraGrantTypeKey;
|
|
5838
6307
|
grantValues?: Maybe<Array<JiraPermissionGrantValue>>;
|
|
6308
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
5839
6309
|
};
|
|
5840
6310
|
export declare type JiraPermissionLevel = {
|
|
5841
6311
|
__typename?: 'JiraPermissionLevel';
|
|
@@ -6078,6 +6548,7 @@ export declare type JiraProjectConnection = {
|
|
|
6078
6548
|
__typename?: 'JiraProjectConnection';
|
|
6079
6549
|
pageInfo: PageInfo;
|
|
6080
6550
|
edges?: Maybe<Array<Maybe<JiraProjectEdge>>>;
|
|
6551
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
6081
6552
|
};
|
|
6082
6553
|
export declare type JiraProjectEdge = {
|
|
6083
6554
|
__typename?: 'JiraProjectEdge';
|
|
@@ -6174,6 +6645,9 @@ export declare type JiraQuery = {
|
|
|
6174
6645
|
viewPermissionScheme?: Maybe<JiraPermissionSchemeViewResult>;
|
|
6175
6646
|
getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
|
|
6176
6647
|
permissionSchemeGrants?: Maybe<JiraPermissionGrantValueConnection>;
|
|
6648
|
+
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
6649
|
+
version?: Maybe<JiraVersionResult>;
|
|
6650
|
+
versionDetailPage?: Maybe<JiraVersionDetailPage>;
|
|
6177
6651
|
};
|
|
6178
6652
|
export declare type JiraQueryJiraProjectArgs = {
|
|
6179
6653
|
id: Scalars['ID'];
|
|
@@ -6218,7 +6692,7 @@ export declare type JiraQueryGrantTypeValuesArgs = {
|
|
|
6218
6692
|
after?: Maybe<Scalars['String']>;
|
|
6219
6693
|
last?: Maybe<Scalars['Int']>;
|
|
6220
6694
|
before?: Maybe<Scalars['String']>;
|
|
6221
|
-
grantTypeKey
|
|
6695
|
+
grantTypeKey: JiraGrantTypeKeyEnum;
|
|
6222
6696
|
searchTerm?: Maybe<Scalars['String']>;
|
|
6223
6697
|
cloudId: Scalars['ID'];
|
|
6224
6698
|
};
|
|
@@ -6240,6 +6714,20 @@ export declare type JiraQueryPermissionSchemeGrantsArgs = {
|
|
|
6240
6714
|
schemeId: Scalars['ID'];
|
|
6241
6715
|
permissionKey?: Maybe<Scalars['String']>;
|
|
6242
6716
|
};
|
|
6717
|
+
export declare type JiraQueryGetPermissionSchemeGrantsArgs = {
|
|
6718
|
+
first?: Maybe<Scalars['Int']>;
|
|
6719
|
+
after?: Maybe<Scalars['String']>;
|
|
6720
|
+
last?: Maybe<Scalars['Int']>;
|
|
6721
|
+
before?: Maybe<Scalars['String']>;
|
|
6722
|
+
schemeId: Scalars['ID'];
|
|
6723
|
+
permissionKey: Scalars['String'];
|
|
6724
|
+
};
|
|
6725
|
+
export declare type JiraQueryVersionArgs = {
|
|
6726
|
+
id: Scalars['ID'];
|
|
6727
|
+
};
|
|
6728
|
+
export declare type JiraQueryVersionDetailPageArgs = {
|
|
6729
|
+
versionId: Scalars['ID'];
|
|
6730
|
+
};
|
|
6243
6731
|
export declare type JiraRadioSelectField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
6244
6732
|
__typename?: 'JiraRadioSelectField';
|
|
6245
6733
|
id: Scalars['ID'];
|
|
@@ -6878,6 +7366,16 @@ export declare type JiraServiceManagementUserResponder = {
|
|
|
6878
7366
|
__typename?: 'JiraServiceManagementUserResponder';
|
|
6879
7367
|
user?: Maybe<User>;
|
|
6880
7368
|
};
|
|
7369
|
+
export declare type JiraSetApplicationPropertiesPayload = Payload & {
|
|
7370
|
+
__typename?: 'JiraSetApplicationPropertiesPayload';
|
|
7371
|
+
success: Scalars['Boolean'];
|
|
7372
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7373
|
+
applicationProperties: Array<JiraApplicationProperty>;
|
|
7374
|
+
};
|
|
7375
|
+
export declare type JiraSetApplicationPropertyInput = {
|
|
7376
|
+
key: Scalars['String'];
|
|
7377
|
+
value: Scalars['String'];
|
|
7378
|
+
};
|
|
6881
7379
|
export declare type JiraSingleGroupPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
6882
7380
|
__typename?: 'JiraSingleGroupPickerField';
|
|
6883
7381
|
id: Scalars['ID'];
|
|
@@ -7181,7 +7679,7 @@ export declare type JiraUserFieldConfig = {
|
|
|
7181
7679
|
export declare type JiraUserGrantTypeValue = Node & {
|
|
7182
7680
|
__typename?: 'JiraUserGrantTypeValue';
|
|
7183
7681
|
id: Scalars['ID'];
|
|
7184
|
-
user
|
|
7682
|
+
user?: Maybe<User>;
|
|
7185
7683
|
};
|
|
7186
7684
|
export declare type JiraUserIssueFieldConfiguration = {
|
|
7187
7685
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -7193,6 +7691,9 @@ export declare type JiraVersion = Node & {
|
|
|
7193
7691
|
name?: Maybe<Scalars['String']>;
|
|
7194
7692
|
iconUrl?: Maybe<Scalars['URL']>;
|
|
7195
7693
|
status?: Maybe<JiraVersionStatus>;
|
|
7694
|
+
description?: Maybe<Scalars['String']>;
|
|
7695
|
+
startDate?: Maybe<Scalars['DateTime']>;
|
|
7696
|
+
releaseDate?: Maybe<Scalars['DateTime']>;
|
|
7196
7697
|
};
|
|
7197
7698
|
export declare type JiraVersionConnection = {
|
|
7198
7699
|
__typename?: 'JiraVersionConnection';
|
|
@@ -7200,16 +7701,50 @@ export declare type JiraVersionConnection = {
|
|
|
7200
7701
|
pageInfo: PageInfo;
|
|
7201
7702
|
edges?: Maybe<Array<Maybe<JiraVersionEdge>>>;
|
|
7202
7703
|
};
|
|
7704
|
+
export declare type JiraVersionDetailPage = {
|
|
7705
|
+
__typename?: 'JiraVersionDetailPage';
|
|
7706
|
+
warningConfig?: Maybe<JiraVersionWarningConfig>;
|
|
7707
|
+
failingBuildIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7708
|
+
openPullRequestIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7709
|
+
unreviewedCodeIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7710
|
+
toDoIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7711
|
+
inProgressIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7712
|
+
doneIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7713
|
+
allIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7714
|
+
};
|
|
7715
|
+
export declare type JiraVersionDetailPageIssues = {
|
|
7716
|
+
__typename?: 'JiraVersionDetailPageIssues';
|
|
7717
|
+
jql?: Maybe<Scalars['String']>;
|
|
7718
|
+
issues?: Maybe<JiraIssueConnection>;
|
|
7719
|
+
};
|
|
7720
|
+
export declare type JiraVersionDetailPageIssuesIssuesArgs = {
|
|
7721
|
+
first?: Maybe<Scalars['Int']>;
|
|
7722
|
+
after?: Maybe<Scalars['String']>;
|
|
7723
|
+
last?: Maybe<Scalars['Int']>;
|
|
7724
|
+
before?: Maybe<Scalars['String']>;
|
|
7725
|
+
};
|
|
7203
7726
|
export declare type JiraVersionEdge = {
|
|
7204
7727
|
__typename?: 'JiraVersionEdge';
|
|
7205
7728
|
node?: Maybe<JiraVersion>;
|
|
7206
7729
|
cursor: Scalars['String'];
|
|
7207
7730
|
};
|
|
7731
|
+
export declare type JiraVersionResult = JiraVersion | QueryError;
|
|
7208
7732
|
export declare enum JiraVersionStatus {
|
|
7209
7733
|
Released = "RELEASED",
|
|
7210
7734
|
Unreleased = "UNRELEASED",
|
|
7211
7735
|
Archived = "ARCHIVED"
|
|
7212
7736
|
}
|
|
7737
|
+
export declare type JiraVersionWarningConfig = {
|
|
7738
|
+
__typename?: 'JiraVersionWarningConfig';
|
|
7739
|
+
openPullRequest?: Maybe<JiraVersionWarningConfigState>;
|
|
7740
|
+
unreviewedCode?: Maybe<JiraVersionWarningConfigState>;
|
|
7741
|
+
failingBuild?: Maybe<JiraVersionWarningConfigState>;
|
|
7742
|
+
};
|
|
7743
|
+
export declare enum JiraVersionWarningConfigState {
|
|
7744
|
+
Enabled = "ENABLED",
|
|
7745
|
+
Disabled = "DISABLED",
|
|
7746
|
+
NotApplicable = "NOT_APPLICABLE"
|
|
7747
|
+
}
|
|
7213
7748
|
export declare type JiraVote = {
|
|
7214
7749
|
__typename?: 'JiraVote';
|
|
7215
7750
|
hasVoted?: Maybe<Scalars['Boolean']>;
|
|
@@ -7706,6 +8241,7 @@ export declare type Mutation = {
|
|
|
7706
8241
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
7707
8242
|
createCardParent?: Maybe<CardParentCreateOutput>;
|
|
7708
8243
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
8244
|
+
setCardCoverImageVisibility?: Maybe<GenericMutationResponse>;
|
|
7709
8245
|
createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
7710
8246
|
updateDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<UpdateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
7711
8247
|
deleteDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<DeleteDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
@@ -7790,11 +8326,12 @@ export declare type Mutation = {
|
|
|
7790
8326
|
unsubscribeFromApp?: Maybe<AppUnsubscribePayload>;
|
|
7791
8327
|
watchMarketplaceApp?: Maybe<WatchMarketplaceAppPayload>;
|
|
7792
8328
|
unwatchMarketplaceApp?: Maybe<UnwatchMarketplaceAppPayload>;
|
|
8329
|
+
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
7793
8330
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
7794
8331
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
7795
8332
|
setExternalAuthCredentials?: Maybe<SetExternalAuthCredentialsPayload>;
|
|
7796
|
-
setAppEnvironmentVariable?: Maybe<
|
|
7797
|
-
deleteAppEnvironmentVariable?: Maybe<
|
|
8333
|
+
setAppEnvironmentVariable?: Maybe<SetAppEnvironmentVariablePayload>;
|
|
8334
|
+
deleteAppEnvironmentVariable?: Maybe<DeleteAppEnvironmentVariablePayload>;
|
|
7798
8335
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
7799
8336
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
7800
8337
|
};
|
|
@@ -7879,6 +8416,9 @@ export declare type MutationCreateCardParentArgs = {
|
|
|
7879
8416
|
export declare type MutationRankCardParentArgs = {
|
|
7880
8417
|
input: CardParentRankInput;
|
|
7881
8418
|
};
|
|
8419
|
+
export declare type MutationSetCardCoverImageVisibilityArgs = {
|
|
8420
|
+
input: CardCoverImageVisibilityToggleInput;
|
|
8421
|
+
};
|
|
7882
8422
|
export declare type MutationCreateDevOpsServiceAndOpsgenieTeamRelationshipArgs = {
|
|
7883
8423
|
input: CreateDevOpsServiceAndOpsgenieTeamRelationshipInput;
|
|
7884
8424
|
};
|
|
@@ -9226,10 +9766,6 @@ export declare enum PolarisVisualizationType {
|
|
|
9226
9766
|
Board = "BOARD",
|
|
9227
9767
|
Twoxtwo = "TWOXTWO"
|
|
9228
9768
|
}
|
|
9229
|
-
export declare enum Product {
|
|
9230
|
-
Jira = "Jira",
|
|
9231
|
-
Confluence = "Confluence"
|
|
9232
|
-
}
|
|
9233
9769
|
export declare type ProjectAvatars = {
|
|
9234
9770
|
__typename?: 'ProjectAvatars';
|
|
9235
9771
|
x16: Scalars['URL'];
|
|
@@ -9258,7 +9794,7 @@ export declare type Query = {
|
|
|
9258
9794
|
search?: Maybe<SearchQueryApi>;
|
|
9259
9795
|
me: AuthenticationContext;
|
|
9260
9796
|
user?: Maybe<User>;
|
|
9261
|
-
users
|
|
9797
|
+
users?: Maybe<Array<User>>;
|
|
9262
9798
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
9263
9799
|
opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
|
|
9264
9800
|
devOpsServiceRelationshipsForOpsgenieTeam?: Maybe<DevOpsServiceAndOpsgenieTeamRelationshipConnection>;
|
|
@@ -9319,6 +9855,7 @@ export declare type Query = {
|
|
|
9319
9855
|
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
|
|
9320
9856
|
marketplacePricingPlan?: Maybe<MarketplacePricingPlan>;
|
|
9321
9857
|
marketplaceUser?: Maybe<MarketplaceUser>;
|
|
9858
|
+
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
|
|
9322
9859
|
appDeployment?: Maybe<AppDeployment>;
|
|
9323
9860
|
compass?: Maybe<CompassCatalogQueryApi>;
|
|
9324
9861
|
extensionsEcho?: Maybe<Scalars['String']>;
|
|
@@ -9618,7 +10155,8 @@ export declare type RankColumnOutput = MutationResponse & {
|
|
|
9618
10155
|
message: Scalars['String'];
|
|
9619
10156
|
};
|
|
9620
10157
|
export declare enum RateLimitingCurrency {
|
|
9621
|
-
TestingService = "TESTING_SERVICE"
|
|
10158
|
+
TestingService = "TESTING_SERVICE",
|
|
10159
|
+
ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY"
|
|
9622
10160
|
}
|
|
9623
10161
|
export declare type RefreshPolarisSnippetsInput = {
|
|
9624
10162
|
project: Scalars['ID'];
|
|
@@ -9699,6 +10237,7 @@ export declare type RoadmapBoardConfiguration = {
|
|
|
9699
10237
|
isUserBoardAdmin?: Maybe<Scalars['Boolean']>;
|
|
9700
10238
|
sprints?: Maybe<Array<RoadmapSprint>>;
|
|
9701
10239
|
isBoardJqlFilteringOutEpics?: Maybe<Scalars['Boolean']>;
|
|
10240
|
+
isSprintsFeatureEnabled?: Maybe<Scalars['Boolean']>;
|
|
9702
10241
|
};
|
|
9703
10242
|
export declare type RoadmapConfiguration = {
|
|
9704
10243
|
__typename?: 'RoadmapConfiguration';
|
|
@@ -10080,6 +10619,11 @@ export declare type SetAppEnvironmentVariableInput = {
|
|
|
10080
10619
|
environment: AppEnvironmentInput;
|
|
10081
10620
|
environmentVariable: AppEnvironmentVariableInput;
|
|
10082
10621
|
};
|
|
10622
|
+
export declare type SetAppEnvironmentVariablePayload = Payload & {
|
|
10623
|
+
__typename?: 'SetAppEnvironmentVariablePayload';
|
|
10624
|
+
success: Scalars['Boolean'];
|
|
10625
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10626
|
+
};
|
|
10083
10627
|
export declare type SetAppStoredEntityMutationInput = {
|
|
10084
10628
|
key: Scalars['ID'];
|
|
10085
10629
|
contextAri: Scalars['ID'];
|
|
@@ -10190,6 +10734,7 @@ export declare type SoftwareBoard = {
|
|
|
10190
10734
|
};
|
|
10191
10735
|
export declare type SoftwareBoardCardsArgs = {
|
|
10192
10736
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
10737
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
10193
10738
|
};
|
|
10194
10739
|
export declare type SoftwareCard = {
|
|
10195
10740
|
__typename?: 'SoftwareCard';
|
|
@@ -10315,6 +10860,7 @@ export declare type Sprint = {
|
|
|
10315
10860
|
};
|
|
10316
10861
|
export declare type SprintCardsArgs = {
|
|
10317
10862
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
10863
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
10318
10864
|
};
|
|
10319
10865
|
export declare type SprintEndData = {
|
|
10320
10866
|
__typename?: 'SprintEndData';
|