@forge/cli-shared 2.1.3-next.3 → 2.1.4-next.1
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';
|
|
@@ -144,7 +145,8 @@ export declare enum ActivitiesObjectType {
|
|
|
144
145
|
Issue = "ISSUE",
|
|
145
146
|
Page = "PAGE",
|
|
146
147
|
Blogpost = "BLOGPOST",
|
|
147
|
-
Project = "PROJECT"
|
|
148
|
+
Project = "PROJECT",
|
|
149
|
+
Goal = "GOAL"
|
|
148
150
|
}
|
|
149
151
|
export declare type ActivitiesTransitionedEvent = {
|
|
150
152
|
__typename?: 'ActivitiesTransitionedEvent';
|
|
@@ -180,7 +182,8 @@ export declare enum ActivityObjectType {
|
|
|
180
182
|
Space = "SPACE",
|
|
181
183
|
Page = "PAGE",
|
|
182
184
|
Blogpost = "BLOGPOST",
|
|
183
|
-
Task = "TASK"
|
|
185
|
+
Task = "TASK",
|
|
186
|
+
Goal = "GOAL"
|
|
184
187
|
}
|
|
185
188
|
export declare type ActivityPageInfo = {
|
|
186
189
|
__typename?: 'ActivityPageInfo';
|
|
@@ -872,6 +875,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
872
875
|
state: Scalars['JSON'];
|
|
873
876
|
effects: Array<Scalars['JSON']>;
|
|
874
877
|
context: Scalars['JSON'];
|
|
878
|
+
contextToken?: Maybe<Scalars['String']>;
|
|
875
879
|
config?: Maybe<Scalars['JSON']>;
|
|
876
880
|
};
|
|
877
881
|
export declare type AuxEffectsResult = {
|
|
@@ -899,6 +903,7 @@ export declare type Backlog = {
|
|
|
899
903
|
};
|
|
900
904
|
export declare type BacklogCardsArgs = {
|
|
901
905
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
906
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
902
907
|
};
|
|
903
908
|
export declare type BacklogExtension = {
|
|
904
909
|
__typename?: 'BacklogExtension';
|
|
@@ -1057,6 +1062,7 @@ export declare type BoardScope = {
|
|
|
1057
1062
|
estimation?: Maybe<EstimationConfig>;
|
|
1058
1063
|
currentUser: CurrentUser;
|
|
1059
1064
|
sprint?: Maybe<Sprint>;
|
|
1065
|
+
startSprintPrototype?: Maybe<Sprint>;
|
|
1060
1066
|
customFilters?: Maybe<Array<Maybe<CustomFilter>>>;
|
|
1061
1067
|
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
1062
1068
|
};
|
|
@@ -1065,10 +1071,14 @@ export declare type BoardScopeSprintsArgs = {
|
|
|
1065
1071
|
};
|
|
1066
1072
|
export declare type BoardScopeCardsArgs = {
|
|
1067
1073
|
cardIds: Array<Maybe<Scalars['ID']>>;
|
|
1074
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
1068
1075
|
};
|
|
1069
1076
|
export declare type BoardScopeSprintArgs = {
|
|
1070
1077
|
sprintId: Scalars['ID'];
|
|
1071
1078
|
};
|
|
1079
|
+
export declare type BoardScopeStartSprintPrototypeArgs = {
|
|
1080
|
+
sprintId: Scalars['ID'];
|
|
1081
|
+
};
|
|
1072
1082
|
export declare type BoardScopeFilteredCardIdsArgs = {
|
|
1073
1083
|
issueIds: Array<Maybe<Scalars['ID']>>;
|
|
1074
1084
|
customFilterIds: Array<Maybe<Scalars['ID']>>;
|
|
@@ -1178,6 +1188,19 @@ export declare type CfdIssueColumnChangeEntry = {
|
|
|
1178
1188
|
statusTo?: Maybe<Scalars['ID']>;
|
|
1179
1189
|
point?: Maybe<TimeSeriesPoint>;
|
|
1180
1190
|
};
|
|
1191
|
+
export declare type CardCoverImageVisibilityToggleInput = {
|
|
1192
|
+
boardAri: Scalars['ID'];
|
|
1193
|
+
isVisible: Scalars['Boolean'];
|
|
1194
|
+
};
|
|
1195
|
+
export declare type CardCoverImageVisibilityToggleOutput = {
|
|
1196
|
+
__typename?: 'CardCoverImageVisibilityToggleOutput';
|
|
1197
|
+
boardAri: Scalars['ID'];
|
|
1198
|
+
isVisible: Scalars['Boolean'];
|
|
1199
|
+
statusCode: Scalars['Int'];
|
|
1200
|
+
success: Scalars['Boolean'];
|
|
1201
|
+
message: Scalars['String'];
|
|
1202
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
1203
|
+
};
|
|
1181
1204
|
export declare type CardCoverMedia = {
|
|
1182
1205
|
__typename?: 'CardCoverMedia';
|
|
1183
1206
|
attachmentMediaApiId?: Maybe<Scalars['ID']>;
|
|
@@ -1297,6 +1320,9 @@ export declare type Column = {
|
|
|
1297
1320
|
isInitial: Scalars['Boolean'];
|
|
1298
1321
|
isDone: Scalars['Boolean'];
|
|
1299
1322
|
};
|
|
1323
|
+
export declare type ColumnCardsArgs = {
|
|
1324
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
1325
|
+
};
|
|
1300
1326
|
export declare type ColumnInSwimlane = {
|
|
1301
1327
|
__typename?: 'ColumnInSwimlane';
|
|
1302
1328
|
columnDetails?: Maybe<Column>;
|
|
@@ -1304,6 +1330,7 @@ export declare type ColumnInSwimlane = {
|
|
|
1304
1330
|
};
|
|
1305
1331
|
export declare type ColumnInSwimlaneCardsArgs = {
|
|
1306
1332
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
1333
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
1307
1334
|
};
|
|
1308
1335
|
export declare type ColumnStatus = {
|
|
1309
1336
|
__typename?: 'ColumnStatus';
|
|
@@ -1375,6 +1402,8 @@ export declare type CompassCatalogMutationApi = {
|
|
|
1375
1402
|
createTeamCheckin?: Maybe<CompassCreateTeamCheckinPayload>;
|
|
1376
1403
|
updateTeamCheckin?: Maybe<CompassUpdateTeamCheckinPayload>;
|
|
1377
1404
|
deleteTeamCheckin?: Maybe<CompassDeleteTeamCheckinPayload>;
|
|
1405
|
+
insertComponentMetricValue?: Maybe<CompassInsertComponentMetricValuePayload>;
|
|
1406
|
+
deleteComponentMetric?: Maybe<CompassDeleteComponentMetricPayload>;
|
|
1378
1407
|
};
|
|
1379
1408
|
export declare type CompassCatalogMutationApiCreateComponentArgs = {
|
|
1380
1409
|
cloudId: Scalars['ID'];
|
|
@@ -1500,6 +1529,12 @@ export declare type CompassCatalogMutationApiUpdateTeamCheckinArgs = {
|
|
|
1500
1529
|
export declare type CompassCatalogMutationApiDeleteTeamCheckinArgs = {
|
|
1501
1530
|
input: CompassDeleteTeamCheckinInput;
|
|
1502
1531
|
};
|
|
1532
|
+
export declare type CompassCatalogMutationApiInsertComponentMetricValueArgs = {
|
|
1533
|
+
input: CompassInsertComponentMetricValueInput;
|
|
1534
|
+
};
|
|
1535
|
+
export declare type CompassCatalogMutationApiDeleteComponentMetricArgs = {
|
|
1536
|
+
input: CompassDeleteComponentMetricInput;
|
|
1537
|
+
};
|
|
1503
1538
|
export declare type CompassCatalogQueryApi = {
|
|
1504
1539
|
__typename?: 'CompassCatalogQueryApi';
|
|
1505
1540
|
component?: Maybe<CompassComponentResult>;
|
|
@@ -1574,6 +1609,7 @@ export declare type CompassComponent = Node & {
|
|
|
1574
1609
|
events?: Maybe<CompassEventsQueryResult>;
|
|
1575
1610
|
eventSources?: Maybe<Array<EventSource>>;
|
|
1576
1611
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
1612
|
+
metrics?: Maybe<CompassComponentMetricsQueryResult>;
|
|
1577
1613
|
};
|
|
1578
1614
|
export declare type CompassComponentRelationshipsArgs = {
|
|
1579
1615
|
query?: Maybe<CompassRelationshipQuery>;
|
|
@@ -1584,6 +1620,9 @@ export declare type CompassComponentEventsArgs = {
|
|
|
1584
1620
|
export declare type CompassComponentScorecardScoreArgs = {
|
|
1585
1621
|
query?: Maybe<CompassComponentScorecardScoreQuery>;
|
|
1586
1622
|
};
|
|
1623
|
+
export declare type CompassComponentMetricsArgs = {
|
|
1624
|
+
query?: Maybe<CompassComponentMetricsQuery>;
|
|
1625
|
+
};
|
|
1587
1626
|
export declare type CompassComponentDataManager = {
|
|
1588
1627
|
__typename?: 'CompassComponentDataManager';
|
|
1589
1628
|
ecosystemAppId: Scalars['ID'];
|
|
@@ -1595,6 +1634,23 @@ export declare type CompassComponentLabel = {
|
|
|
1595
1634
|
name?: Maybe<Scalars['String']>;
|
|
1596
1635
|
};
|
|
1597
1636
|
export declare type CompassComponentLabelsQueryResult = CompassSearchComponentLabelsConnection | QueryError;
|
|
1637
|
+
export declare type CompassComponentMetricsConnection = {
|
|
1638
|
+
__typename?: 'CompassComponentMetricsConnection';
|
|
1639
|
+
edges?: Maybe<Array<CompassComponentMetricsEdge>>;
|
|
1640
|
+
nodes?: Maybe<Array<CompassMetric>>;
|
|
1641
|
+
pageInfo: PageInfo;
|
|
1642
|
+
};
|
|
1643
|
+
export declare type CompassComponentMetricsEdge = {
|
|
1644
|
+
__typename?: 'CompassComponentMetricsEdge';
|
|
1645
|
+
cursor: Scalars['String'];
|
|
1646
|
+
node?: Maybe<CompassMetric>;
|
|
1647
|
+
};
|
|
1648
|
+
export declare type CompassComponentMetricsQuery = {
|
|
1649
|
+
names?: Maybe<Array<Scalars['String']>>;
|
|
1650
|
+
first?: Maybe<Scalars['Int']>;
|
|
1651
|
+
after?: Maybe<Scalars['String']>;
|
|
1652
|
+
};
|
|
1653
|
+
export declare type CompassComponentMetricsQueryResult = CompassComponentMetricsConnection | QueryError;
|
|
1598
1654
|
export declare type CompassComponentQueryResult = CompassSearchComponentConnection | QueryError;
|
|
1599
1655
|
export declare type CompassComponentResult = CompassComponent | QueryError;
|
|
1600
1656
|
export declare type CompassComponentScorecardScoreQuery = {
|
|
@@ -1618,6 +1674,10 @@ export declare type CompassCreateAnnouncementPayload = Payload & {
|
|
|
1618
1674
|
success: Scalars['Boolean'];
|
|
1619
1675
|
errors?: Maybe<Array<MutationError>>;
|
|
1620
1676
|
};
|
|
1677
|
+
export declare type CompassCreateTeamCheckinActionInput = {
|
|
1678
|
+
actionText: Scalars['String'];
|
|
1679
|
+
completed?: Maybe<Scalars['Boolean']>;
|
|
1680
|
+
};
|
|
1621
1681
|
export declare type CompassCreateTeamCheckinInput = {
|
|
1622
1682
|
cloudId: Scalars['ID'];
|
|
1623
1683
|
teamId: Scalars['ID'];
|
|
@@ -1625,6 +1685,7 @@ export declare type CompassCreateTeamCheckinInput = {
|
|
|
1625
1685
|
response1?: Maybe<Scalars['String']>;
|
|
1626
1686
|
response2?: Maybe<Scalars['String']>;
|
|
1627
1687
|
response3?: Maybe<Scalars['String']>;
|
|
1688
|
+
actions?: Maybe<Array<CompassCreateTeamCheckinActionInput>>;
|
|
1628
1689
|
};
|
|
1629
1690
|
export declare type CompassCreateTeamCheckinPayload = Payload & {
|
|
1630
1691
|
__typename?: 'CompassCreateTeamCheckinPayload';
|
|
@@ -1642,6 +1703,20 @@ export declare type CompassDeleteAnnouncementPayload = Payload & {
|
|
|
1642
1703
|
success: Scalars['Boolean'];
|
|
1643
1704
|
errors?: Maybe<Array<MutationError>>;
|
|
1644
1705
|
};
|
|
1706
|
+
export declare type CompassDeleteComponentMetricInput = {
|
|
1707
|
+
componentId: Scalars['ID'];
|
|
1708
|
+
metricName: Scalars['String'];
|
|
1709
|
+
};
|
|
1710
|
+
export declare type CompassDeleteComponentMetricPayload = Payload & {
|
|
1711
|
+
__typename?: 'CompassDeleteComponentMetricPayload';
|
|
1712
|
+
deletedMetricName?: Maybe<Scalars['String']>;
|
|
1713
|
+
success: Scalars['Boolean'];
|
|
1714
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1715
|
+
componentDetails?: Maybe<CompassComponent>;
|
|
1716
|
+
};
|
|
1717
|
+
export declare type CompassDeleteTeamCheckinActionInput = {
|
|
1718
|
+
id: Scalars['ID'];
|
|
1719
|
+
};
|
|
1645
1720
|
export declare type CompassDeleteTeamCheckinInput = {
|
|
1646
1721
|
cloudId: Scalars['ID'];
|
|
1647
1722
|
id: Scalars['ID'];
|
|
@@ -1821,6 +1896,18 @@ export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria
|
|
|
1821
1896
|
export declare type CompassHasOwnerScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
1822
1897
|
query?: Maybe<CompassScorecardCriteriaScoreQuery>;
|
|
1823
1898
|
};
|
|
1899
|
+
export declare type CompassInsertComponentMetricValueInput = {
|
|
1900
|
+
componentId: Scalars['ID'];
|
|
1901
|
+
metricName: Scalars['String'];
|
|
1902
|
+
value: CompassMetricValueInput;
|
|
1903
|
+
};
|
|
1904
|
+
export declare type CompassInsertComponentMetricValuePayload = Payload & {
|
|
1905
|
+
__typename?: 'CompassInsertComponentMetricValuePayload';
|
|
1906
|
+
updatedMetricValue?: Maybe<CompassMetricValue>;
|
|
1907
|
+
success: Scalars['Boolean'];
|
|
1908
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1909
|
+
componentDetails?: Maybe<CompassComponent>;
|
|
1910
|
+
};
|
|
1824
1911
|
export declare type CompassLink = {
|
|
1825
1912
|
__typename?: 'CompassLink';
|
|
1826
1913
|
id: Scalars['ID'];
|
|
@@ -1837,6 +1924,39 @@ export declare enum CompassLinkType {
|
|
|
1837
1924
|
OnCall = "ON_CALL",
|
|
1838
1925
|
OtherLink = "OTHER_LINK"
|
|
1839
1926
|
}
|
|
1927
|
+
export declare type CompassMetric = {
|
|
1928
|
+
__typename?: 'CompassMetric';
|
|
1929
|
+
name?: Maybe<Scalars['String']>;
|
|
1930
|
+
values?: Maybe<CompassMetricValuesQueryResult>;
|
|
1931
|
+
};
|
|
1932
|
+
export declare type CompassMetricValuesArgs = {
|
|
1933
|
+
query?: Maybe<CompassMetricValuesQuery>;
|
|
1934
|
+
};
|
|
1935
|
+
export declare type CompassMetricValue = {
|
|
1936
|
+
__typename?: 'CompassMetricValue';
|
|
1937
|
+
timestamp?: Maybe<Scalars['DateTime']>;
|
|
1938
|
+
value?: Maybe<Scalars['Float']>;
|
|
1939
|
+
};
|
|
1940
|
+
export declare type CompassMetricValueInput = {
|
|
1941
|
+
timestamp: Scalars['DateTime'];
|
|
1942
|
+
value: Scalars['Float'];
|
|
1943
|
+
};
|
|
1944
|
+
export declare type CompassMetricValuesConnection = {
|
|
1945
|
+
__typename?: 'CompassMetricValuesConnection';
|
|
1946
|
+
edges?: Maybe<Array<CompassMetricValuesEdge>>;
|
|
1947
|
+
nodes?: Maybe<Array<CompassMetricValue>>;
|
|
1948
|
+
pageInfo: PageInfo;
|
|
1949
|
+
};
|
|
1950
|
+
export declare type CompassMetricValuesEdge = {
|
|
1951
|
+
__typename?: 'CompassMetricValuesEdge';
|
|
1952
|
+
cursor: Scalars['String'];
|
|
1953
|
+
node?: Maybe<CompassMetricValue>;
|
|
1954
|
+
};
|
|
1955
|
+
export declare type CompassMetricValuesQuery = {
|
|
1956
|
+
first?: Maybe<Scalars['Int']>;
|
|
1957
|
+
after?: Maybe<Scalars['String']>;
|
|
1958
|
+
};
|
|
1959
|
+
export declare type CompassMetricValuesQueryResult = CompassMetricValuesConnection | QueryError;
|
|
1840
1960
|
export declare type CompassQueryFieldFilter = {
|
|
1841
1961
|
name: Scalars['String'];
|
|
1842
1962
|
filter?: Maybe<CompassQueryFilter>;
|
|
@@ -2040,6 +2160,21 @@ export declare type CompassTeamCheckin = {
|
|
|
2040
2160
|
response2?: Maybe<Scalars['String']>;
|
|
2041
2161
|
response3?: Maybe<Scalars['String']>;
|
|
2042
2162
|
changeMetadata: CompassChangeMetadata;
|
|
2163
|
+
actions?: Maybe<Array<CompassTeamCheckinAction>>;
|
|
2164
|
+
};
|
|
2165
|
+
export declare type CompassTeamCheckinAction = {
|
|
2166
|
+
__typename?: 'CompassTeamCheckinAction';
|
|
2167
|
+
id: Scalars['ID'];
|
|
2168
|
+
actionText?: Maybe<Scalars['String']>;
|
|
2169
|
+
completed?: Maybe<Scalars['Boolean']>;
|
|
2170
|
+
completedBy?: Maybe<User>;
|
|
2171
|
+
completedAt?: Maybe<Scalars['DateTime']>;
|
|
2172
|
+
changeMetadata: CompassChangeMetadata;
|
|
2173
|
+
};
|
|
2174
|
+
export declare type CompassTeamCheckinActionInput = {
|
|
2175
|
+
create?: Maybe<CompassCreateTeamCheckinActionInput>;
|
|
2176
|
+
update?: Maybe<CompassUpdateTeamCheckinActionInput>;
|
|
2177
|
+
delete?: Maybe<CompassDeleteTeamCheckinActionInput>;
|
|
2043
2178
|
};
|
|
2044
2179
|
export declare type CompassTeamCheckinsInput = {
|
|
2045
2180
|
cloudId: Scalars['ID'];
|
|
@@ -2059,6 +2194,11 @@ export declare type CompassUpdateAnnouncementPayload = Payload & {
|
|
|
2059
2194
|
success: Scalars['Boolean'];
|
|
2060
2195
|
errors?: Maybe<Array<MutationError>>;
|
|
2061
2196
|
};
|
|
2197
|
+
export declare type CompassUpdateTeamCheckinActionInput = {
|
|
2198
|
+
id: Scalars['ID'];
|
|
2199
|
+
actionText?: Maybe<Scalars['String']>;
|
|
2200
|
+
completed?: Maybe<Scalars['Boolean']>;
|
|
2201
|
+
};
|
|
2062
2202
|
export declare type CompassUpdateTeamCheckinInput = {
|
|
2063
2203
|
cloudId: Scalars['ID'];
|
|
2064
2204
|
id: Scalars['ID'];
|
|
@@ -2066,6 +2206,7 @@ export declare type CompassUpdateTeamCheckinInput = {
|
|
|
2066
2206
|
response1?: Maybe<Scalars['String']>;
|
|
2067
2207
|
response2?: Maybe<Scalars['String']>;
|
|
2068
2208
|
response3?: Maybe<Scalars['String']>;
|
|
2209
|
+
actions?: Maybe<Array<CompassTeamCheckinActionInput>>;
|
|
2069
2210
|
};
|
|
2070
2211
|
export declare type CompassUpdateTeamCheckinPayload = Payload & {
|
|
2071
2212
|
__typename?: 'CompassUpdateTeamCheckinPayload';
|
|
@@ -3539,6 +3680,7 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
3539
3680
|
export declare type EcosystemQuery = {
|
|
3540
3681
|
__typename?: 'EcosystemQuery';
|
|
3541
3682
|
userGrants?: Maybe<UserGrantConnection>;
|
|
3683
|
+
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
3542
3684
|
};
|
|
3543
3685
|
export declare type EcosystemQueryUserGrantsArgs = {
|
|
3544
3686
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -3546,6 +3688,9 @@ export declare type EcosystemQueryUserGrantsArgs = {
|
|
|
3546
3688
|
before?: Maybe<Scalars['String']>;
|
|
3547
3689
|
after?: Maybe<Scalars['String']>;
|
|
3548
3690
|
};
|
|
3691
|
+
export declare type EcosystemQueryForgeMetricsArgs = {
|
|
3692
|
+
appId: Scalars['ID'];
|
|
3693
|
+
};
|
|
3549
3694
|
export declare type EditSprintInput = {
|
|
3550
3695
|
boardId: Scalars['ID'];
|
|
3551
3696
|
sprintId: Scalars['ID'];
|
|
@@ -3651,6 +3796,140 @@ export declare type FilterQuery = {
|
|
|
3651
3796
|
sanitisedJql: Scalars['String'];
|
|
3652
3797
|
errors?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
3653
3798
|
};
|
|
3799
|
+
export declare type ForgeMetricsData = {
|
|
3800
|
+
name: Scalars['String'];
|
|
3801
|
+
type: ForgeMetricsDataType;
|
|
3802
|
+
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
3803
|
+
};
|
|
3804
|
+
export declare enum ForgeMetricsDataType {
|
|
3805
|
+
DateTime = "DATE_TIME",
|
|
3806
|
+
Category = "CATEGORY",
|
|
3807
|
+
Numeric = "NUMERIC"
|
|
3808
|
+
}
|
|
3809
|
+
export declare type ForgeMetricsErrorsData = ForgeMetricsData & {
|
|
3810
|
+
__typename?: 'ForgeMetricsErrorsData';
|
|
3811
|
+
name: Scalars['String'];
|
|
3812
|
+
type: ForgeMetricsDataType;
|
|
3813
|
+
series: Array<ForgeMetricsErrorsSeries>;
|
|
3814
|
+
};
|
|
3815
|
+
export declare type ForgeMetricsErrorsDataPoint = {
|
|
3816
|
+
__typename?: 'ForgeMetricsErrorsDataPoint';
|
|
3817
|
+
timestamp: Scalars['DateTime'];
|
|
3818
|
+
count: Scalars['Int'];
|
|
3819
|
+
};
|
|
3820
|
+
export declare type ForgeMetricsErrorsResult = ForgeMetricsErrorsData | QueryError;
|
|
3821
|
+
export declare type ForgeMetricsErrorsSeries = ForgeMetricsSeries & {
|
|
3822
|
+
__typename?: 'ForgeMetricsErrorsSeries';
|
|
3823
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3824
|
+
data: Array<ForgeMetricsErrorsDataPoint>;
|
|
3825
|
+
};
|
|
3826
|
+
export declare enum ForgeMetricsGroupByDimensions {
|
|
3827
|
+
UserTier = "USER_TIER",
|
|
3828
|
+
EnvironmentId = "ENVIRONMENT_ID",
|
|
3829
|
+
ErrorType = "ERROR_TYPE"
|
|
3830
|
+
}
|
|
3831
|
+
export declare type ForgeMetricsIntervalInput = {
|
|
3832
|
+
start: Scalars['DateTime'];
|
|
3833
|
+
end: Scalars['DateTime'];
|
|
3834
|
+
};
|
|
3835
|
+
export declare type ForgeMetricsInvocationData = ForgeMetricsData & {
|
|
3836
|
+
__typename?: 'ForgeMetricsInvocationData';
|
|
3837
|
+
name: Scalars['String'];
|
|
3838
|
+
type: ForgeMetricsDataType;
|
|
3839
|
+
series: Array<ForgeMetricsInvocationSeries>;
|
|
3840
|
+
};
|
|
3841
|
+
export declare type ForgeMetricsInvocationDataPoint = {
|
|
3842
|
+
__typename?: 'ForgeMetricsInvocationDataPoint';
|
|
3843
|
+
timestamp: Scalars['DateTime'];
|
|
3844
|
+
count: Scalars['Int'];
|
|
3845
|
+
};
|
|
3846
|
+
export declare type ForgeMetricsInvocationSeries = ForgeMetricsSeries & {
|
|
3847
|
+
__typename?: 'ForgeMetricsInvocationSeries';
|
|
3848
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3849
|
+
data: Array<ForgeMetricsInvocationDataPoint>;
|
|
3850
|
+
};
|
|
3851
|
+
export declare type ForgeMetricsInvocationsResult = ForgeMetricsInvocationData | QueryError;
|
|
3852
|
+
export declare type ForgeMetricsLabelGroup = {
|
|
3853
|
+
__typename?: 'ForgeMetricsLabelGroup';
|
|
3854
|
+
key: Scalars['String'];
|
|
3855
|
+
value: Scalars['String'];
|
|
3856
|
+
};
|
|
3857
|
+
export declare type ForgeMetricsLatencyData = ForgeMetricsData & {
|
|
3858
|
+
__typename?: 'ForgeMetricsLatencyData';
|
|
3859
|
+
name: Scalars['String'];
|
|
3860
|
+
type: ForgeMetricsDataType;
|
|
3861
|
+
series: Array<ForgeMetricsLatencySeries>;
|
|
3862
|
+
};
|
|
3863
|
+
export declare type ForgeMetricsLatencyDataPoint = {
|
|
3864
|
+
__typename?: 'ForgeMetricsLatencyDataPoint';
|
|
3865
|
+
bucket: Scalars['String'];
|
|
3866
|
+
count: Scalars['Int'];
|
|
3867
|
+
};
|
|
3868
|
+
export declare type ForgeMetricsLatencyResult = ForgeMetricsLatencyData | QueryError;
|
|
3869
|
+
export declare type ForgeMetricsLatencySeries = ForgeMetricsSeries & {
|
|
3870
|
+
__typename?: 'ForgeMetricsLatencySeries';
|
|
3871
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3872
|
+
data: Array<ForgeMetricsLatencyDataPoint>;
|
|
3873
|
+
};
|
|
3874
|
+
export declare type ForgeMetricsQuery = {
|
|
3875
|
+
__typename?: 'ForgeMetricsQuery';
|
|
3876
|
+
appId: Scalars['ID'];
|
|
3877
|
+
successRate: ForgeMetricsSuccessRateResult;
|
|
3878
|
+
successRateValue: ForgeMetricsSuccessRateValueResult;
|
|
3879
|
+
invocations: ForgeMetricsInvocationsResult;
|
|
3880
|
+
errors: ForgeMetricsErrorsResult;
|
|
3881
|
+
latency: ForgeMetricsLatencyResult;
|
|
3882
|
+
};
|
|
3883
|
+
export declare type ForgeMetricsQuerySuccessRateArgs = {
|
|
3884
|
+
query: ForgeMetricsQueryInput;
|
|
3885
|
+
};
|
|
3886
|
+
export declare type ForgeMetricsQuerySuccessRateValueArgs = {
|
|
3887
|
+
query: ForgeMetricsQueryInput;
|
|
3888
|
+
};
|
|
3889
|
+
export declare type ForgeMetricsQueryInvocationsArgs = {
|
|
3890
|
+
query: ForgeMetricsQueryInput;
|
|
3891
|
+
};
|
|
3892
|
+
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
3893
|
+
query: ForgeMetricsQueryInput;
|
|
3894
|
+
};
|
|
3895
|
+
export declare type ForgeMetricsQueryLatencyArgs = {
|
|
3896
|
+
query: ForgeMetricsQueryInput;
|
|
3897
|
+
};
|
|
3898
|
+
export declare type ForgeMetricsQueryFilters = {
|
|
3899
|
+
environment?: Maybe<Scalars['ID']>;
|
|
3900
|
+
interval: ForgeMetricsIntervalInput;
|
|
3901
|
+
};
|
|
3902
|
+
export declare type ForgeMetricsQueryInput = {
|
|
3903
|
+
filters: ForgeMetricsQueryFilters;
|
|
3904
|
+
groupBy?: Maybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
3905
|
+
};
|
|
3906
|
+
export declare type ForgeMetricsSeries = {
|
|
3907
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3908
|
+
};
|
|
3909
|
+
export declare type ForgeMetricsSuccessRateData = ForgeMetricsData & {
|
|
3910
|
+
__typename?: 'ForgeMetricsSuccessRateData';
|
|
3911
|
+
name: Scalars['String'];
|
|
3912
|
+
type: ForgeMetricsDataType;
|
|
3913
|
+
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
3914
|
+
};
|
|
3915
|
+
export declare type ForgeMetricsSuccessRateDataPoint = {
|
|
3916
|
+
__typename?: 'ForgeMetricsSuccessRateDataPoint';
|
|
3917
|
+
timestamp: Scalars['DateTime'];
|
|
3918
|
+
value: Scalars['Float'];
|
|
3919
|
+
};
|
|
3920
|
+
export declare type ForgeMetricsSuccessRateResult = ForgeMetricsSuccessRateData | QueryError;
|
|
3921
|
+
export declare type ForgeMetricsSuccessRateSeries = ForgeMetricsSeries & {
|
|
3922
|
+
__typename?: 'ForgeMetricsSuccessRateSeries';
|
|
3923
|
+
groups: Array<ForgeMetricsLabelGroup>;
|
|
3924
|
+
data: Array<ForgeMetricsSuccessRateDataPoint>;
|
|
3925
|
+
};
|
|
3926
|
+
export declare type ForgeMetricsSuccessRateValueData = ForgeMetricsData & {
|
|
3927
|
+
__typename?: 'ForgeMetricsSuccessRateValueData';
|
|
3928
|
+
name: Scalars['String'];
|
|
3929
|
+
type: ForgeMetricsDataType;
|
|
3930
|
+
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
3931
|
+
};
|
|
3932
|
+
export declare type ForgeMetricsSuccessRateValueResult = ForgeMetricsSuccessRateValueData | QueryError;
|
|
3654
3933
|
export declare type FunctionDescription = {
|
|
3655
3934
|
__typename?: 'FunctionDescription';
|
|
3656
3935
|
key: Scalars['String'];
|
|
@@ -5774,8 +6053,14 @@ export declare type JiraMultipleVersionPickerFieldVersionsArgs = {
|
|
|
5774
6053
|
export declare type JiraMutation = {
|
|
5775
6054
|
__typename?: 'JiraMutation';
|
|
5776
6055
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
6056
|
+
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
5777
6057
|
addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
|
|
5778
6058
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
6059
|
+
updateVersionWarningConfig?: Maybe<JiraUpdateVersionWarningConfigPayload>;
|
|
6060
|
+
};
|
|
6061
|
+
export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
6062
|
+
cloudId: Scalars['ID'];
|
|
6063
|
+
input: Array<JiraSetApplicationPropertyInput>;
|
|
5779
6064
|
};
|
|
5780
6065
|
export declare type JiraMutationAddPermissionSchemeGrantsArgs = {
|
|
5781
6066
|
input: JiraPermissionSchemeAddGrantInput;
|
|
@@ -5783,6 +6068,9 @@ export declare type JiraMutationAddPermissionSchemeGrantsArgs = {
|
|
|
5783
6068
|
export declare type JiraMutationRemovePermissionSchemeGrantsArgs = {
|
|
5784
6069
|
input: JiraPermissionSchemeRemoveGrantInput;
|
|
5785
6070
|
};
|
|
6071
|
+
export declare type JiraMutationUpdateVersionWarningConfigArgs = {
|
|
6072
|
+
input: JiraUpdateVersionWarningConfigInput;
|
|
6073
|
+
};
|
|
5786
6074
|
export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
5787
6075
|
__typename?: 'JiraNumberField';
|
|
5788
6076
|
id: Scalars['ID'];
|
|
@@ -5795,6 +6083,136 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
5795
6083
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
5796
6084
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
5797
6085
|
};
|
|
6086
|
+
export declare type JiraOAuthAppsApp = {
|
|
6087
|
+
__typename?: 'JiraOAuthAppsApp';
|
|
6088
|
+
id: Scalars['ID'];
|
|
6089
|
+
name: Scalars['String'];
|
|
6090
|
+
homeUrl: Scalars['String'];
|
|
6091
|
+
logoUrl: Scalars['String'];
|
|
6092
|
+
clientId: Scalars['String'];
|
|
6093
|
+
secret: Scalars['String'];
|
|
6094
|
+
buildsModule?: Maybe<JiraOAuthAppsBuildsModule>;
|
|
6095
|
+
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModule>;
|
|
6096
|
+
deploymentsModule?: Maybe<JiraOAuthAppsDeploymentsModule>;
|
|
6097
|
+
devInfoModule?: Maybe<JiraOAuthAppsDevInfoModule>;
|
|
6098
|
+
};
|
|
6099
|
+
export declare type JiraOAuthAppsAppInput = {
|
|
6100
|
+
name: Scalars['String'];
|
|
6101
|
+
homeUrl: Scalars['String'];
|
|
6102
|
+
logoUrl: Scalars['String'];
|
|
6103
|
+
buildsModule?: Maybe<JiraOAuthAppsBuildsModuleInput>;
|
|
6104
|
+
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModuleInput>;
|
|
6105
|
+
deploymentsModule?: Maybe<JiraOAuthAppsDeploymentsModuleInput>;
|
|
6106
|
+
devInfoModule?: Maybe<JiraOAuthAppsDevInfoModuleInput>;
|
|
6107
|
+
};
|
|
6108
|
+
export declare type JiraOAuthAppsApps = {
|
|
6109
|
+
__typename?: 'JiraOAuthAppsApps';
|
|
6110
|
+
apps?: Maybe<Array<Maybe<JiraOAuthAppsApp>>>;
|
|
6111
|
+
};
|
|
6112
|
+
export declare type JiraOAuthAppsAppsAppsArgs = {
|
|
6113
|
+
cloudId: Scalars['String'];
|
|
6114
|
+
};
|
|
6115
|
+
export declare type JiraOAuthAppsBuildsModule = {
|
|
6116
|
+
__typename?: 'JiraOAuthAppsBuildsModule';
|
|
6117
|
+
isEnabled: Scalars['Boolean'];
|
|
6118
|
+
};
|
|
6119
|
+
export declare type JiraOAuthAppsBuildsModuleInput = {
|
|
6120
|
+
isEnabled: Scalars['Boolean'];
|
|
6121
|
+
};
|
|
6122
|
+
export declare type JiraOAuthAppsCreateAppInput = {
|
|
6123
|
+
app: JiraOAuthAppsAppInput;
|
|
6124
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6125
|
+
};
|
|
6126
|
+
export declare type JiraOAuthAppsDeleteAppInput = {
|
|
6127
|
+
clientId: Scalars['ID'];
|
|
6128
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6129
|
+
};
|
|
6130
|
+
export declare type JiraOAuthAppsDeploymentsModule = {
|
|
6131
|
+
__typename?: 'JiraOAuthAppsDeploymentsModule';
|
|
6132
|
+
isEnabled: Scalars['Boolean'];
|
|
6133
|
+
actions?: Maybe<JiraOAuthAppsDeploymentsModuleActions>;
|
|
6134
|
+
};
|
|
6135
|
+
export declare type JiraOAuthAppsDeploymentsModuleActions = {
|
|
6136
|
+
__typename?: 'JiraOAuthAppsDeploymentsModuleActions';
|
|
6137
|
+
listDeployments?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6138
|
+
};
|
|
6139
|
+
export declare type JiraOAuthAppsDeploymentsModuleActionsInput = {
|
|
6140
|
+
listDeployments?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6141
|
+
};
|
|
6142
|
+
export declare type JiraOAuthAppsDeploymentsModuleInput = {
|
|
6143
|
+
isEnabled: Scalars['Boolean'];
|
|
6144
|
+
actions?: Maybe<JiraOAuthAppsDeploymentsModuleActionsInput>;
|
|
6145
|
+
};
|
|
6146
|
+
export declare type JiraOAuthAppsDevInfoModule = {
|
|
6147
|
+
__typename?: 'JiraOAuthAppsDevInfoModule';
|
|
6148
|
+
isEnabled: Scalars['Boolean'];
|
|
6149
|
+
actions?: Maybe<JiraOAuthAppsDevInfoModuleActions>;
|
|
6150
|
+
};
|
|
6151
|
+
export declare type JiraOAuthAppsDevInfoModuleActions = {
|
|
6152
|
+
__typename?: 'JiraOAuthAppsDevInfoModuleActions';
|
|
6153
|
+
createBranch?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6154
|
+
};
|
|
6155
|
+
export declare type JiraOAuthAppsDevInfoModuleActionsInput = {
|
|
6156
|
+
createBranch?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6157
|
+
};
|
|
6158
|
+
export declare type JiraOAuthAppsDevInfoModuleInput = {
|
|
6159
|
+
isEnabled: Scalars['Boolean'];
|
|
6160
|
+
actions?: Maybe<JiraOAuthAppsDevInfoModuleActionsInput>;
|
|
6161
|
+
};
|
|
6162
|
+
export declare type JiraOAuthAppsFeatureFlagsModule = {
|
|
6163
|
+
__typename?: 'JiraOAuthAppsFeatureFlagsModule';
|
|
6164
|
+
isEnabled: Scalars['Boolean'];
|
|
6165
|
+
actions?: Maybe<JiraOAuthAppsFeatureFlagsModuleActions>;
|
|
6166
|
+
};
|
|
6167
|
+
export declare type JiraOAuthAppsFeatureFlagsModuleActions = {
|
|
6168
|
+
__typename?: 'JiraOAuthAppsFeatureFlagsModuleActions';
|
|
6169
|
+
createFlag?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6170
|
+
linkFlag?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6171
|
+
listFlag?: Maybe<JiraOAuthAppsUrlTemplate>;
|
|
6172
|
+
};
|
|
6173
|
+
export declare type JiraOAuthAppsFeatureFlagsModuleActionsInput = {
|
|
6174
|
+
createFlag?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6175
|
+
linkFlag?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6176
|
+
listFlag?: Maybe<JiraOAuthAppsUrlTemplateInput>;
|
|
6177
|
+
};
|
|
6178
|
+
export declare type JiraOAuthAppsFeatureFlagsModuleInput = {
|
|
6179
|
+
isEnabled: Scalars['Boolean'];
|
|
6180
|
+
actions?: Maybe<JiraOAuthAppsFeatureFlagsModuleActionsInput>;
|
|
6181
|
+
};
|
|
6182
|
+
export declare type JiraOAuthAppsMutation = {
|
|
6183
|
+
__typename?: 'JiraOAuthAppsMutation';
|
|
6184
|
+
createJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
6185
|
+
deleteJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
6186
|
+
};
|
|
6187
|
+
export declare type JiraOAuthAppsMutationCreateJiraOAuthAppArgs = {
|
|
6188
|
+
cloudId: Scalars['String'];
|
|
6189
|
+
input: JiraOAuthAppsCreateAppInput;
|
|
6190
|
+
};
|
|
6191
|
+
export declare type JiraOAuthAppsMutationDeleteJiraOAuthAppArgs = {
|
|
6192
|
+
cloudId: Scalars['String'];
|
|
6193
|
+
input: JiraOAuthAppsDeleteAppInput;
|
|
6194
|
+
};
|
|
6195
|
+
export declare type JiraOAuthAppsPayload = Payload & {
|
|
6196
|
+
__typename?: 'JiraOAuthAppsPayload';
|
|
6197
|
+
statusCode: Scalars['Int'];
|
|
6198
|
+
message: Scalars['String'];
|
|
6199
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6200
|
+
app?: Maybe<JiraOAuthAppsApp>;
|
|
6201
|
+
success: Scalars['Boolean'];
|
|
6202
|
+
errors?: Maybe<Array<MutationError>>;
|
|
6203
|
+
};
|
|
6204
|
+
export declare type JiraOAuthAppsUpdateAppInput = {
|
|
6205
|
+
id: Scalars['ID'];
|
|
6206
|
+
app: JiraOAuthAppsAppInput;
|
|
6207
|
+
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6208
|
+
};
|
|
6209
|
+
export declare type JiraOAuthAppsUrlTemplate = {
|
|
6210
|
+
__typename?: 'JiraOAuthAppsUrlTemplate';
|
|
6211
|
+
urlTemplate: Scalars['String'];
|
|
6212
|
+
};
|
|
6213
|
+
export declare type JiraOAuthAppsUrlTemplateInput = {
|
|
6214
|
+
urlTemplate: Scalars['String'];
|
|
6215
|
+
};
|
|
5798
6216
|
export declare type JiraOption = Node & {
|
|
5799
6217
|
__typename?: 'JiraOption';
|
|
5800
6218
|
id: Scalars['ID'];
|
|
@@ -5859,6 +6277,22 @@ export declare type JiraPeopleFieldUsersArgs = {
|
|
|
5859
6277
|
before?: Maybe<Scalars['String']>;
|
|
5860
6278
|
suggested?: Maybe<Scalars['Boolean']>;
|
|
5861
6279
|
};
|
|
6280
|
+
export declare type JiraPermissionGrant = {
|
|
6281
|
+
__typename?: 'JiraPermissionGrant';
|
|
6282
|
+
grantType: JiraGrantTypeKey;
|
|
6283
|
+
grantValue: JiraPermissionGrantValue;
|
|
6284
|
+
};
|
|
6285
|
+
export declare type JiraPermissionGrantConnection = {
|
|
6286
|
+
__typename?: 'JiraPermissionGrantConnection';
|
|
6287
|
+
pageInfo: PageInfo;
|
|
6288
|
+
edges?: Maybe<Array<Maybe<JiraPermissionGrantEdge>>>;
|
|
6289
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
6290
|
+
};
|
|
6291
|
+
export declare type JiraPermissionGrantEdge = {
|
|
6292
|
+
__typename?: 'JiraPermissionGrantEdge';
|
|
6293
|
+
node: JiraPermissionGrant;
|
|
6294
|
+
cursor: Scalars['String'];
|
|
6295
|
+
};
|
|
5862
6296
|
export declare type JiraPermissionGrantHolder = {
|
|
5863
6297
|
__typename?: 'JiraPermissionGrantHolder';
|
|
5864
6298
|
permission: JiraProjectPermission;
|
|
@@ -5884,6 +6318,7 @@ export declare type JiraPermissionGrants = {
|
|
|
5884
6318
|
__typename?: 'JiraPermissionGrants';
|
|
5885
6319
|
grantType: JiraGrantTypeKey;
|
|
5886
6320
|
grantValues?: Maybe<Array<JiraPermissionGrantValue>>;
|
|
6321
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
5887
6322
|
};
|
|
5888
6323
|
export declare type JiraPermissionLevel = {
|
|
5889
6324
|
__typename?: 'JiraPermissionLevel';
|
|
@@ -6126,6 +6561,7 @@ export declare type JiraProjectConnection = {
|
|
|
6126
6561
|
__typename?: 'JiraProjectConnection';
|
|
6127
6562
|
pageInfo: PageInfo;
|
|
6128
6563
|
edges?: Maybe<Array<Maybe<JiraProjectEdge>>>;
|
|
6564
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
6129
6565
|
};
|
|
6130
6566
|
export declare type JiraProjectEdge = {
|
|
6131
6567
|
__typename?: 'JiraProjectEdge';
|
|
@@ -6222,7 +6658,9 @@ export declare type JiraQuery = {
|
|
|
6222
6658
|
viewPermissionScheme?: Maybe<JiraPermissionSchemeViewResult>;
|
|
6223
6659
|
getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
|
|
6224
6660
|
permissionSchemeGrants?: Maybe<JiraPermissionGrantValueConnection>;
|
|
6661
|
+
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
6225
6662
|
version?: Maybe<JiraVersionResult>;
|
|
6663
|
+
versionDetailPage?: Maybe<JiraVersionDetailPage>;
|
|
6226
6664
|
};
|
|
6227
6665
|
export declare type JiraQueryJiraProjectArgs = {
|
|
6228
6666
|
id: Scalars['ID'];
|
|
@@ -6267,7 +6705,7 @@ export declare type JiraQueryGrantTypeValuesArgs = {
|
|
|
6267
6705
|
after?: Maybe<Scalars['String']>;
|
|
6268
6706
|
last?: Maybe<Scalars['Int']>;
|
|
6269
6707
|
before?: Maybe<Scalars['String']>;
|
|
6270
|
-
grantTypeKey
|
|
6708
|
+
grantTypeKey: JiraGrantTypeKeyEnum;
|
|
6271
6709
|
searchTerm?: Maybe<Scalars['String']>;
|
|
6272
6710
|
cloudId: Scalars['ID'];
|
|
6273
6711
|
};
|
|
@@ -6289,9 +6727,20 @@ export declare type JiraQueryPermissionSchemeGrantsArgs = {
|
|
|
6289
6727
|
schemeId: Scalars['ID'];
|
|
6290
6728
|
permissionKey?: Maybe<Scalars['String']>;
|
|
6291
6729
|
};
|
|
6730
|
+
export declare type JiraQueryGetPermissionSchemeGrantsArgs = {
|
|
6731
|
+
first?: Maybe<Scalars['Int']>;
|
|
6732
|
+
after?: Maybe<Scalars['String']>;
|
|
6733
|
+
last?: Maybe<Scalars['Int']>;
|
|
6734
|
+
before?: Maybe<Scalars['String']>;
|
|
6735
|
+
schemeId: Scalars['ID'];
|
|
6736
|
+
permissionKey: Scalars['String'];
|
|
6737
|
+
};
|
|
6292
6738
|
export declare type JiraQueryVersionArgs = {
|
|
6293
6739
|
id: Scalars['ID'];
|
|
6294
6740
|
};
|
|
6741
|
+
export declare type JiraQueryVersionDetailPageArgs = {
|
|
6742
|
+
versionId: Scalars['ID'];
|
|
6743
|
+
};
|
|
6295
6744
|
export declare type JiraRadioSelectField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
6296
6745
|
__typename?: 'JiraRadioSelectField';
|
|
6297
6746
|
id: Scalars['ID'];
|
|
@@ -6930,6 +7379,16 @@ export declare type JiraServiceManagementUserResponder = {
|
|
|
6930
7379
|
__typename?: 'JiraServiceManagementUserResponder';
|
|
6931
7380
|
user?: Maybe<User>;
|
|
6932
7381
|
};
|
|
7382
|
+
export declare type JiraSetApplicationPropertiesPayload = Payload & {
|
|
7383
|
+
__typename?: 'JiraSetApplicationPropertiesPayload';
|
|
7384
|
+
success: Scalars['Boolean'];
|
|
7385
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7386
|
+
applicationProperties: Array<JiraApplicationProperty>;
|
|
7387
|
+
};
|
|
7388
|
+
export declare type JiraSetApplicationPropertyInput = {
|
|
7389
|
+
key: Scalars['String'];
|
|
7390
|
+
value: Scalars['String'];
|
|
7391
|
+
};
|
|
6933
7392
|
export declare type JiraSingleGroupPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
6934
7393
|
__typename?: 'JiraSingleGroupPickerField';
|
|
6935
7394
|
id: Scalars['ID'];
|
|
@@ -7202,6 +7661,15 @@ export declare enum JiraTimeUnit {
|
|
|
7202
7661
|
Day = "DAY",
|
|
7203
7662
|
Week = "WEEK"
|
|
7204
7663
|
}
|
|
7664
|
+
export declare type JiraUpdateVersionWarningConfigInput = {
|
|
7665
|
+
jiraProjectId: Scalars['ID'];
|
|
7666
|
+
updatedVersionWarningConfig: JiraVersionUpdatedWarningConfigInput;
|
|
7667
|
+
};
|
|
7668
|
+
export declare type JiraUpdateVersionWarningConfigPayload = Payload & {
|
|
7669
|
+
__typename?: 'JiraUpdateVersionWarningConfigPayload';
|
|
7670
|
+
success: Scalars['Boolean'];
|
|
7671
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7672
|
+
};
|
|
7205
7673
|
export declare type JiraUrlField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
7206
7674
|
__typename?: 'JiraUrlField';
|
|
7207
7675
|
id: Scalars['ID'];
|
|
@@ -7255,6 +7723,28 @@ export declare type JiraVersionConnection = {
|
|
|
7255
7723
|
pageInfo: PageInfo;
|
|
7256
7724
|
edges?: Maybe<Array<Maybe<JiraVersionEdge>>>;
|
|
7257
7725
|
};
|
|
7726
|
+
export declare type JiraVersionDetailPage = {
|
|
7727
|
+
__typename?: 'JiraVersionDetailPage';
|
|
7728
|
+
warningConfig?: Maybe<JiraVersionWarningConfig>;
|
|
7729
|
+
failingBuildIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7730
|
+
openPullRequestIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7731
|
+
unreviewedCodeIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7732
|
+
toDoIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7733
|
+
inProgressIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7734
|
+
doneIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7735
|
+
allIssues?: Maybe<JiraVersionDetailPageIssues>;
|
|
7736
|
+
};
|
|
7737
|
+
export declare type JiraVersionDetailPageIssues = {
|
|
7738
|
+
__typename?: 'JiraVersionDetailPageIssues';
|
|
7739
|
+
jql?: Maybe<Scalars['String']>;
|
|
7740
|
+
issues?: Maybe<JiraIssueConnection>;
|
|
7741
|
+
};
|
|
7742
|
+
export declare type JiraVersionDetailPageIssuesIssuesArgs = {
|
|
7743
|
+
first?: Maybe<Scalars['Int']>;
|
|
7744
|
+
after?: Maybe<Scalars['String']>;
|
|
7745
|
+
last?: Maybe<Scalars['Int']>;
|
|
7746
|
+
before?: Maybe<Scalars['String']>;
|
|
7747
|
+
};
|
|
7258
7748
|
export declare type JiraVersionEdge = {
|
|
7259
7749
|
__typename?: 'JiraVersionEdge';
|
|
7260
7750
|
node?: Maybe<JiraVersion>;
|
|
@@ -7266,6 +7756,22 @@ export declare enum JiraVersionStatus {
|
|
|
7266
7756
|
Unreleased = "UNRELEASED",
|
|
7267
7757
|
Archived = "ARCHIVED"
|
|
7268
7758
|
}
|
|
7759
|
+
export declare type JiraVersionUpdatedWarningConfigInput = {
|
|
7760
|
+
isOpenPullRequestEnabled?: Maybe<Scalars['Boolean']>;
|
|
7761
|
+
isUnreviewedCodeEnabled?: Maybe<Scalars['Boolean']>;
|
|
7762
|
+
isFailingBuildEnabled?: Maybe<Scalars['Boolean']>;
|
|
7763
|
+
};
|
|
7764
|
+
export declare type JiraVersionWarningConfig = {
|
|
7765
|
+
__typename?: 'JiraVersionWarningConfig';
|
|
7766
|
+
openPullRequest?: Maybe<JiraVersionWarningConfigState>;
|
|
7767
|
+
unreviewedCode?: Maybe<JiraVersionWarningConfigState>;
|
|
7768
|
+
failingBuild?: Maybe<JiraVersionWarningConfigState>;
|
|
7769
|
+
};
|
|
7770
|
+
export declare enum JiraVersionWarningConfigState {
|
|
7771
|
+
Enabled = "ENABLED",
|
|
7772
|
+
Disabled = "DISABLED",
|
|
7773
|
+
NotApplicable = "NOT_APPLICABLE"
|
|
7774
|
+
}
|
|
7269
7775
|
export declare type JiraVote = {
|
|
7270
7776
|
__typename?: 'JiraVote';
|
|
7271
7777
|
hasVoted?: Maybe<Scalars['Boolean']>;
|
|
@@ -7762,6 +8268,7 @@ export declare type Mutation = {
|
|
|
7762
8268
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
7763
8269
|
createCardParent?: Maybe<CardParentCreateOutput>;
|
|
7764
8270
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
8271
|
+
setCardCoverImageVisibility?: Maybe<CardCoverImageVisibilityToggleOutput>;
|
|
7765
8272
|
createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
7766
8273
|
updateDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<UpdateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
7767
8274
|
deleteDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<DeleteDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
@@ -7846,6 +8353,7 @@ export declare type Mutation = {
|
|
|
7846
8353
|
unsubscribeFromApp?: Maybe<AppUnsubscribePayload>;
|
|
7847
8354
|
watchMarketplaceApp?: Maybe<WatchMarketplaceAppPayload>;
|
|
7848
8355
|
unwatchMarketplaceApp?: Maybe<UnwatchMarketplaceAppPayload>;
|
|
8356
|
+
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
7849
8357
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
7850
8358
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
7851
8359
|
setExternalAuthCredentials?: Maybe<SetExternalAuthCredentialsPayload>;
|
|
@@ -7935,6 +8443,9 @@ export declare type MutationCreateCardParentArgs = {
|
|
|
7935
8443
|
export declare type MutationRankCardParentArgs = {
|
|
7936
8444
|
input: CardParentRankInput;
|
|
7937
8445
|
};
|
|
8446
|
+
export declare type MutationSetCardCoverImageVisibilityArgs = {
|
|
8447
|
+
input?: Maybe<CardCoverImageVisibilityToggleInput>;
|
|
8448
|
+
};
|
|
7938
8449
|
export declare type MutationCreateDevOpsServiceAndOpsgenieTeamRelationshipArgs = {
|
|
7939
8450
|
input: CreateDevOpsServiceAndOpsgenieTeamRelationshipInput;
|
|
7940
8451
|
};
|
|
@@ -9371,6 +9882,7 @@ export declare type Query = {
|
|
|
9371
9882
|
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
|
|
9372
9883
|
marketplacePricingPlan?: Maybe<MarketplacePricingPlan>;
|
|
9373
9884
|
marketplaceUser?: Maybe<MarketplaceUser>;
|
|
9885
|
+
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
|
|
9374
9886
|
appDeployment?: Maybe<AppDeployment>;
|
|
9375
9887
|
compass?: Maybe<CompassCatalogQueryApi>;
|
|
9376
9888
|
extensionsEcho?: Maybe<Scalars['String']>;
|
|
@@ -9670,7 +10182,8 @@ export declare type RankColumnOutput = MutationResponse & {
|
|
|
9670
10182
|
message: Scalars['String'];
|
|
9671
10183
|
};
|
|
9672
10184
|
export declare enum RateLimitingCurrency {
|
|
9673
|
-
TestingService = "TESTING_SERVICE"
|
|
10185
|
+
TestingService = "TESTING_SERVICE",
|
|
10186
|
+
ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY"
|
|
9674
10187
|
}
|
|
9675
10188
|
export declare type RefreshPolarisSnippetsInput = {
|
|
9676
10189
|
project: Scalars['ID'];
|
|
@@ -10248,6 +10761,7 @@ export declare type SoftwareBoard = {
|
|
|
10248
10761
|
};
|
|
10249
10762
|
export declare type SoftwareBoardCardsArgs = {
|
|
10250
10763
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
10764
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
10251
10765
|
};
|
|
10252
10766
|
export declare type SoftwareCard = {
|
|
10253
10767
|
__typename?: 'SoftwareCard';
|
|
@@ -10373,6 +10887,7 @@ export declare type Sprint = {
|
|
|
10373
10887
|
};
|
|
10374
10888
|
export declare type SprintCardsArgs = {
|
|
10375
10889
|
cardIds?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
10890
|
+
customFilterIds?: Maybe<Array<Scalars['ID']>>;
|
|
10376
10891
|
};
|
|
10377
10892
|
export declare type SprintEndData = {
|
|
10378
10893
|
__typename?: 'SprintEndData';
|