@forge/cli-shared 2.2.0-next.21 → 2.2.1-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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 2.2.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8ee1c58]
|
|
8
|
+
- @forge/manifest@3.1.0-next.1
|
|
9
|
+
|
|
10
|
+
## 2.2.1-next.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [813f8f3]
|
|
15
|
+
- Updated dependencies [5152239]
|
|
16
|
+
- @forge/manifest@3.1.0-next.0
|
|
17
|
+
|
|
18
|
+
## 2.2.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- b63af27: Refactor templates code to be more generic in order to ease implementing other templating methods
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 1dba082: Handle the manifest case of remotes found in the egress permissions section when installing an app
|
|
27
|
+
- Updated dependencies [bd6e025]
|
|
28
|
+
- Updated dependencies [1c196ff]
|
|
29
|
+
- Updated dependencies [271b98a]
|
|
30
|
+
- Updated dependencies [4cfa56d]
|
|
31
|
+
- Updated dependencies [22a488e]
|
|
32
|
+
- Updated dependencies [218fe20]
|
|
33
|
+
- Updated dependencies [2bca1c0]
|
|
34
|
+
- Updated dependencies [689c09b]
|
|
35
|
+
- Updated dependencies [b97660c]
|
|
36
|
+
- Updated dependencies [7c0d2ee]
|
|
37
|
+
- Updated dependencies [1dba082]
|
|
38
|
+
- Updated dependencies [d3afe01]
|
|
39
|
+
- Updated dependencies [dfe9dd8]
|
|
40
|
+
- Updated dependencies [91ea057]
|
|
41
|
+
- Updated dependencies [3010f0e]
|
|
42
|
+
- Updated dependencies [2b7c32b]
|
|
43
|
+
- Updated dependencies [e7ee3a7]
|
|
44
|
+
- Updated dependencies [92d081d]
|
|
45
|
+
- Updated dependencies [d3c8c8d]
|
|
46
|
+
- Updated dependencies [fca240d]
|
|
47
|
+
- Updated dependencies [36c7c8f]
|
|
48
|
+
- Updated dependencies [d2f6992]
|
|
49
|
+
- Updated dependencies [d18c9f1]
|
|
50
|
+
- Updated dependencies [1dba082]
|
|
51
|
+
- Updated dependencies [fa963b1]
|
|
52
|
+
- Updated dependencies [0a7725f]
|
|
53
|
+
- Updated dependencies [1dba082]
|
|
54
|
+
- Updated dependencies [e4a14c7]
|
|
55
|
+
- Updated dependencies [2bb89c5]
|
|
56
|
+
- Updated dependencies [5875eb3]
|
|
57
|
+
- Updated dependencies [0a39c43]
|
|
58
|
+
- @forge/manifest@3.0.0
|
|
59
|
+
|
|
60
|
+
## 2.2.0-next.22
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [4cfa56d]
|
|
65
|
+
- Updated dependencies [fca240d]
|
|
66
|
+
- @forge/manifest@3.0.0-next.21
|
|
67
|
+
|
|
3
68
|
## 2.2.0-next.21
|
|
4
69
|
|
|
5
70
|
### Patch Changes
|
|
@@ -186,7 +186,7 @@ export declare type ActivityEdge = {
|
|
|
186
186
|
export declare type ActivityEvent = {
|
|
187
187
|
__typename?: 'ActivityEvent';
|
|
188
188
|
id: Scalars['ID'];
|
|
189
|
-
timestamp?: Maybe<Scalars['
|
|
189
|
+
timestamp?: Maybe<Scalars['DateTime']>;
|
|
190
190
|
eventType?: Maybe<Scalars['String']>;
|
|
191
191
|
actor?: Maybe<User>;
|
|
192
192
|
extension?: Maybe<ActivitiesEventExtension>;
|
|
@@ -454,6 +454,7 @@ export declare type AppEnvironmentVersion = {
|
|
|
454
454
|
requiresLicense: Scalars['Boolean'];
|
|
455
455
|
permissions: Array<AppPermission>;
|
|
456
456
|
migrationKeys?: Maybe<MigrationKeys>;
|
|
457
|
+
storage: Storage;
|
|
457
458
|
};
|
|
458
459
|
export declare type AppEnvironmentVersionConnection = {
|
|
459
460
|
__typename?: 'AppEnvironmentVersionConnection';
|
|
@@ -807,6 +808,7 @@ export declare type AppUnsubscribePayload = Payload & {
|
|
|
807
808
|
export declare type AppUser = User & {
|
|
808
809
|
__typename?: 'AppUser';
|
|
809
810
|
accountId: Scalars['ID'];
|
|
811
|
+
canonicalAccountId: Scalars['ID'];
|
|
810
812
|
accountStatus: AccountStatus;
|
|
811
813
|
name: Scalars['String'];
|
|
812
814
|
picture: Scalars['URL'];
|
|
@@ -866,6 +868,7 @@ export declare type AssignIssueParentOutput = MutationResponse & {
|
|
|
866
868
|
export declare type AtlassianAccountUser = User & LocalizationContext & {
|
|
867
869
|
__typename?: 'AtlassianAccountUser';
|
|
868
870
|
accountId: Scalars['ID'];
|
|
871
|
+
canonicalAccountId: Scalars['ID'];
|
|
869
872
|
accountStatus: AccountStatus;
|
|
870
873
|
name: Scalars['String'];
|
|
871
874
|
picture: Scalars['URL'];
|
|
@@ -1346,6 +1349,11 @@ export declare type ChildCardsMetadata = {
|
|
|
1346
1349
|
complete?: Maybe<Scalars['Int']>;
|
|
1347
1350
|
total?: Maybe<Scalars['Int']>;
|
|
1348
1351
|
};
|
|
1352
|
+
export declare enum Classification {
|
|
1353
|
+
Ugc = "ugc",
|
|
1354
|
+
Pii = "pii",
|
|
1355
|
+
Other = "other"
|
|
1356
|
+
}
|
|
1349
1357
|
export declare type CloudAppScope = {
|
|
1350
1358
|
__typename?: 'CloudAppScope';
|
|
1351
1359
|
id: Scalars['ID'];
|
|
@@ -1430,6 +1438,16 @@ export declare type CompassAcknowledgeAnnouncementPayload = Payload & {
|
|
|
1430
1438
|
success: Scalars['Boolean'];
|
|
1431
1439
|
errors?: Maybe<Array<MutationError>>;
|
|
1432
1440
|
};
|
|
1441
|
+
export declare type CompassAlertEvent = CompassEvent & {
|
|
1442
|
+
__typename?: 'CompassAlertEvent';
|
|
1443
|
+
eventType: CompassEventType;
|
|
1444
|
+
displayName: Scalars['String'];
|
|
1445
|
+
lastUpdated: Scalars['DateTime'];
|
|
1446
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1447
|
+
alertId: Scalars['ID'];
|
|
1448
|
+
description?: Maybe<Scalars['String']>;
|
|
1449
|
+
url?: Maybe<Scalars['URL']>;
|
|
1450
|
+
};
|
|
1433
1451
|
export declare type CompassAnnouncement = {
|
|
1434
1452
|
__typename?: 'CompassAnnouncement';
|
|
1435
1453
|
id: Scalars['ID'];
|
|
@@ -1477,6 +1495,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
1477
1495
|
createEventSource?: Maybe<CreateEventSourcePayload>;
|
|
1478
1496
|
deleteEventSource?: Maybe<DeleteEventSourcePayload>;
|
|
1479
1497
|
createDeploymentEvent?: Maybe<CreateDeploymentEventsPayload>;
|
|
1498
|
+
createCompassEvent?: Maybe<CompassCreateEventsPayload>;
|
|
1480
1499
|
attachEventSource?: Maybe<AttachEventSourcePayload>;
|
|
1481
1500
|
detachEventSource?: Maybe<DetachEventSourcePayload>;
|
|
1482
1501
|
createStarredComponent?: Maybe<CreateCompassStarredComponentPayload>;
|
|
@@ -1592,6 +1611,9 @@ export declare type CompassCatalogMutationApiDeleteEventSourceArgs = {
|
|
|
1592
1611
|
export declare type CompassCatalogMutationApiCreateDeploymentEventArgs = {
|
|
1593
1612
|
input: CreateDeploymentEventInput;
|
|
1594
1613
|
};
|
|
1614
|
+
export declare type CompassCatalogMutationApiCreateCompassEventArgs = {
|
|
1615
|
+
input: CompassEventInput;
|
|
1616
|
+
};
|
|
1595
1617
|
export declare type CompassCatalogMutationApiAttachEventSourceArgs = {
|
|
1596
1618
|
input: AttachEventSourceInput;
|
|
1597
1619
|
};
|
|
@@ -1646,6 +1668,8 @@ export declare type CompassCatalogQueryApi = {
|
|
|
1646
1668
|
teamCheckins?: Maybe<Array<CompassTeamCheckin>>;
|
|
1647
1669
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
1648
1670
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
1671
|
+
builtinMetricDefinitions: Array<CompassMetricDefinition>;
|
|
1672
|
+
eventSource?: Maybe<CompassEventSourceResult>;
|
|
1649
1673
|
};
|
|
1650
1674
|
export declare type CompassCatalogQueryApiComponentArgs = {
|
|
1651
1675
|
id: Scalars['ID'];
|
|
@@ -1688,6 +1712,11 @@ export declare type CompassCatalogQueryApiMetricDefinitionArgs = {
|
|
|
1688
1712
|
cloudId: Scalars['ID'];
|
|
1689
1713
|
metricDefinitionId: Scalars['ID'];
|
|
1690
1714
|
};
|
|
1715
|
+
export declare type CompassCatalogQueryApiEventSourceArgs = {
|
|
1716
|
+
cloudId: Scalars['ID'];
|
|
1717
|
+
eventType: CompassEventType;
|
|
1718
|
+
externalEventSourceId: Scalars['ID'];
|
|
1719
|
+
};
|
|
1691
1720
|
export declare type CompassChangeMetadata = {
|
|
1692
1721
|
__typename?: 'CompassChangeMetadata';
|
|
1693
1722
|
createdAt?: Maybe<Scalars['DateTime']>;
|
|
@@ -1763,6 +1792,17 @@ export declare enum CompassComponentType {
|
|
|
1763
1792
|
Service = "SERVICE",
|
|
1764
1793
|
Other = "OTHER"
|
|
1765
1794
|
}
|
|
1795
|
+
export declare type CompassCreateAlertEventInput = {
|
|
1796
|
+
cloudId: Scalars['ID'];
|
|
1797
|
+
eventType: CompassEventType;
|
|
1798
|
+
displayName: Scalars['String'];
|
|
1799
|
+
lastUpdated: Scalars['DateTime'];
|
|
1800
|
+
alertId: Scalars['ID'];
|
|
1801
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1802
|
+
description?: Maybe<Scalars['String']>;
|
|
1803
|
+
url?: Maybe<Scalars['URL']>;
|
|
1804
|
+
externalEventSourceId: Scalars['ID'];
|
|
1805
|
+
};
|
|
1766
1806
|
export declare type CompassCreateAnnouncementInput = {
|
|
1767
1807
|
componentId: Scalars['ID'];
|
|
1768
1808
|
title: Scalars['String'];
|
|
@@ -1775,6 +1815,72 @@ export declare type CompassCreateAnnouncementPayload = Payload & {
|
|
|
1775
1815
|
success: Scalars['Boolean'];
|
|
1776
1816
|
errors?: Maybe<Array<MutationError>>;
|
|
1777
1817
|
};
|
|
1818
|
+
export declare type CompassCreateCustomEventInput = {
|
|
1819
|
+
cloudId: Scalars['ID'];
|
|
1820
|
+
eventType: CompassEventType;
|
|
1821
|
+
displayName: Scalars['String'];
|
|
1822
|
+
lastUpdated: Scalars['DateTime'];
|
|
1823
|
+
customEventId: Scalars['ID'];
|
|
1824
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1825
|
+
description?: Maybe<Scalars['String']>;
|
|
1826
|
+
url?: Maybe<Scalars['URL']>;
|
|
1827
|
+
icon?: Maybe<CompassCustomEventIcon>;
|
|
1828
|
+
externalEventSourceId: Scalars['ID'];
|
|
1829
|
+
};
|
|
1830
|
+
export declare type CompassCreateDeploymentEventInput = {
|
|
1831
|
+
cloudId: Scalars['ID'];
|
|
1832
|
+
deploymentSequenceNumber: Scalars['Long'];
|
|
1833
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1834
|
+
displayName: Scalars['String'];
|
|
1835
|
+
url: Scalars['URL'];
|
|
1836
|
+
description: Scalars['String'];
|
|
1837
|
+
state: CompassDeploymentEventState;
|
|
1838
|
+
lastUpdated: Scalars['DateTime'];
|
|
1839
|
+
pipeline: CompassDeploymentEventPipelineInput;
|
|
1840
|
+
environment: CompassDeploymentEventEnvironmentInput;
|
|
1841
|
+
externalEventSourceId: Scalars['ID'];
|
|
1842
|
+
};
|
|
1843
|
+
export declare type CompassCreateEventsPayload = Payload & {
|
|
1844
|
+
__typename?: 'CompassCreateEventsPayload';
|
|
1845
|
+
success: Scalars['Boolean'];
|
|
1846
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1847
|
+
};
|
|
1848
|
+
export declare type CompassCreateFlagEventInput = {
|
|
1849
|
+
cloudId: Scalars['ID'];
|
|
1850
|
+
eventType: CompassEventType;
|
|
1851
|
+
displayName: Scalars['String'];
|
|
1852
|
+
lastUpdated: Scalars['DateTime'];
|
|
1853
|
+
flagId: Scalars['ID'];
|
|
1854
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1855
|
+
description?: Maybe<Scalars['String']>;
|
|
1856
|
+
url?: Maybe<Scalars['URL']>;
|
|
1857
|
+
status?: Maybe<Scalars['String']>;
|
|
1858
|
+
externalEventSourceId: Scalars['ID'];
|
|
1859
|
+
};
|
|
1860
|
+
export declare type CompassCreateIncidentEventInput = {
|
|
1861
|
+
cloudId: Scalars['ID'];
|
|
1862
|
+
eventType: CompassEventType;
|
|
1863
|
+
displayName: Scalars['String'];
|
|
1864
|
+
lastUpdated: Scalars['DateTime'];
|
|
1865
|
+
incidentId: Scalars['ID'];
|
|
1866
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1867
|
+
description?: Maybe<Scalars['String']>;
|
|
1868
|
+
url?: Maybe<Scalars['URL']>;
|
|
1869
|
+
state?: Maybe<CompassIncidentEventState>;
|
|
1870
|
+
externalEventSourceId: Scalars['ID'];
|
|
1871
|
+
};
|
|
1872
|
+
export declare type CompassCreateLifecycleEventInput = {
|
|
1873
|
+
cloudId: Scalars['ID'];
|
|
1874
|
+
eventType: CompassEventType;
|
|
1875
|
+
displayName: Scalars['String'];
|
|
1876
|
+
lastUpdated: Scalars['DateTime'];
|
|
1877
|
+
lifecycle: Scalars['ID'];
|
|
1878
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1879
|
+
description?: Maybe<Scalars['String']>;
|
|
1880
|
+
url?: Maybe<Scalars['URL']>;
|
|
1881
|
+
stage?: Maybe<CompassLifecycleEventStage>;
|
|
1882
|
+
externalEventSourceId: Scalars['ID'];
|
|
1883
|
+
};
|
|
1778
1884
|
export declare type CompassCreateMetricDefinitionInput = {
|
|
1779
1885
|
cloudId: Scalars['ID'];
|
|
1780
1886
|
name: Scalars['String'];
|
|
@@ -1825,6 +1931,22 @@ export declare enum CompassCriteriaNumberComparatorOptions {
|
|
|
1825
1931
|
GreaterThanOrEqualTo = "GREATER_THAN_OR_EQUAL_TO",
|
|
1826
1932
|
LessThanOrEqualTo = "LESS_THAN_OR_EQUAL_TO"
|
|
1827
1933
|
}
|
|
1934
|
+
export declare type CompassCustomEvent = CompassEvent & {
|
|
1935
|
+
__typename?: 'CompassCustomEvent';
|
|
1936
|
+
eventType: CompassEventType;
|
|
1937
|
+
displayName: Scalars['String'];
|
|
1938
|
+
lastUpdated: Scalars['DateTime'];
|
|
1939
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1940
|
+
customEventId: Scalars['ID'];
|
|
1941
|
+
description?: Maybe<Scalars['String']>;
|
|
1942
|
+
url?: Maybe<Scalars['URL']>;
|
|
1943
|
+
icon?: Maybe<CompassCustomEventIcon>;
|
|
1944
|
+
};
|
|
1945
|
+
export declare enum CompassCustomEventIcon {
|
|
1946
|
+
Info = "INFO",
|
|
1947
|
+
Warning = "WARNING",
|
|
1948
|
+
Checkpoint = "CHECKPOINT"
|
|
1949
|
+
}
|
|
1828
1950
|
export declare type CompassDeleteAnnouncementInput = {
|
|
1829
1951
|
cloudId: Scalars['ID'];
|
|
1830
1952
|
id: Scalars['ID'];
|
|
@@ -1872,7 +1994,7 @@ export declare type CompassDeploymentEvent = CompassEvent & {
|
|
|
1872
1994
|
lastUpdated: Scalars['DateTime'];
|
|
1873
1995
|
displayName: Scalars['String'];
|
|
1874
1996
|
deploymentSequenceNumber?: Maybe<Scalars['Long']>;
|
|
1875
|
-
updateSequenceNumber
|
|
1997
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1876
1998
|
url?: Maybe<Scalars['URL']>;
|
|
1877
1999
|
description?: Maybe<Scalars['String']>;
|
|
1878
2000
|
state?: Maybe<CompassDeploymentEventState>;
|
|
@@ -1934,6 +2056,7 @@ export declare type CompassEvent = {
|
|
|
1934
2056
|
eventType: CompassEventType;
|
|
1935
2057
|
displayName: Scalars['String'];
|
|
1936
2058
|
lastUpdated: Scalars['DateTime'];
|
|
2059
|
+
updateSequenceNumber: Scalars['Long'];
|
|
1937
2060
|
description?: Maybe<Scalars['String']>;
|
|
1938
2061
|
url?: Maybe<Scalars['URL']>;
|
|
1939
2062
|
};
|
|
@@ -1948,13 +2071,32 @@ export declare type CompassEventEdge = {
|
|
|
1948
2071
|
cursor: Scalars['String'];
|
|
1949
2072
|
node?: Maybe<CompassEvent>;
|
|
1950
2073
|
};
|
|
2074
|
+
export declare type CompassEventInput = {
|
|
2075
|
+
deployment?: Maybe<CompassCreateDeploymentEventInput>;
|
|
2076
|
+
incident?: Maybe<CompassCreateIncidentEventInput>;
|
|
2077
|
+
flag?: Maybe<CompassCreateFlagEventInput>;
|
|
2078
|
+
alert?: Maybe<CompassCreateAlertEventInput>;
|
|
2079
|
+
lifecycle?: Maybe<CompassCreateLifecycleEventInput>;
|
|
2080
|
+
custom?: Maybe<CompassCreateCustomEventInput>;
|
|
2081
|
+
};
|
|
2082
|
+
export declare type CompassEventSourceResult = EventSource | QueryError;
|
|
1951
2083
|
export declare type CompassEventTimeParameters = {
|
|
1952
2084
|
startFrom?: Maybe<Scalars['DateTime']>;
|
|
1953
2085
|
endAt?: Maybe<Scalars['DateTime']>;
|
|
1954
2086
|
};
|
|
1955
2087
|
export declare enum CompassEventType {
|
|
1956
|
-
Deployment = "DEPLOYMENT"
|
|
2088
|
+
Deployment = "DEPLOYMENT",
|
|
2089
|
+
Incident = "INCIDENT",
|
|
2090
|
+
Flag = "FLAG",
|
|
2091
|
+
Alert = "ALERT",
|
|
2092
|
+
Lifecycle = "LIFECYCLE",
|
|
2093
|
+
Custom = "CUSTOM"
|
|
1957
2094
|
}
|
|
2095
|
+
export declare type CompassEventsInEventSourceQuery = {
|
|
2096
|
+
first?: Maybe<Scalars['Int']>;
|
|
2097
|
+
after?: Maybe<Scalars['String']>;
|
|
2098
|
+
timeParameters?: Maybe<CompassEventTimeParameters>;
|
|
2099
|
+
};
|
|
1958
2100
|
export declare type CompassEventsQuery = {
|
|
1959
2101
|
eventTypes?: Maybe<Array<CompassEventType>>;
|
|
1960
2102
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -1997,6 +2139,17 @@ export declare enum CompassFieldType {
|
|
|
1997
2139
|
export declare type CompassFieldValueInput = {
|
|
1998
2140
|
enum?: Maybe<CompassEnumFieldValueInput>;
|
|
1999
2141
|
};
|
|
2142
|
+
export declare type CompassFlagEvent = CompassEvent & {
|
|
2143
|
+
__typename?: 'CompassFlagEvent';
|
|
2144
|
+
eventType: CompassEventType;
|
|
2145
|
+
displayName: Scalars['String'];
|
|
2146
|
+
lastUpdated: Scalars['DateTime'];
|
|
2147
|
+
updateSequenceNumber: Scalars['Long'];
|
|
2148
|
+
flagId: Scalars['ID'];
|
|
2149
|
+
description?: Maybe<Scalars['String']>;
|
|
2150
|
+
url?: Maybe<Scalars['URL']>;
|
|
2151
|
+
status?: Maybe<Scalars['String']>;
|
|
2152
|
+
};
|
|
2000
2153
|
export declare type CompassHasDescriptionScorecardCriteria = CompassScorecardCriteria & {
|
|
2001
2154
|
__typename?: 'CompassHasDescriptionScorecardCriteria';
|
|
2002
2155
|
id: Scalars['ID'];
|
|
@@ -2048,6 +2201,23 @@ export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria
|
|
|
2048
2201
|
export declare type CompassHasOwnerScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
2049
2202
|
query?: Maybe<CompassScorecardCriteriaScoreQuery>;
|
|
2050
2203
|
};
|
|
2204
|
+
export declare type CompassIncidentEvent = CompassEvent & {
|
|
2205
|
+
__typename?: 'CompassIncidentEvent';
|
|
2206
|
+
eventType: CompassEventType;
|
|
2207
|
+
displayName: Scalars['String'];
|
|
2208
|
+
lastUpdated: Scalars['DateTime'];
|
|
2209
|
+
updateSequenceNumber: Scalars['Long'];
|
|
2210
|
+
incidentId: Scalars['ID'];
|
|
2211
|
+
description?: Maybe<Scalars['String']>;
|
|
2212
|
+
url?: Maybe<Scalars['URL']>;
|
|
2213
|
+
state?: Maybe<CompassIncidentEventState>;
|
|
2214
|
+
};
|
|
2215
|
+
export declare enum CompassIncidentEventState {
|
|
2216
|
+
Open = "OPEN",
|
|
2217
|
+
Resolved = "RESOLVED",
|
|
2218
|
+
Closed = "CLOSED",
|
|
2219
|
+
Deleted = "DELETED"
|
|
2220
|
+
}
|
|
2051
2221
|
export declare type CompassInsertMetricValueInput = {
|
|
2052
2222
|
metricSourceId: Scalars['ID'];
|
|
2053
2223
|
value: CompassMetricValueInput;
|
|
@@ -2058,6 +2228,23 @@ export declare type CompassInsertMetricValuePayload = Payload & {
|
|
|
2058
2228
|
errors?: Maybe<Array<MutationError>>;
|
|
2059
2229
|
metricSource?: Maybe<CompassMetricSource>;
|
|
2060
2230
|
};
|
|
2231
|
+
export declare type CompassLifecycleEvent = CompassEvent & {
|
|
2232
|
+
__typename?: 'CompassLifecycleEvent';
|
|
2233
|
+
eventType: CompassEventType;
|
|
2234
|
+
displayName: Scalars['String'];
|
|
2235
|
+
lastUpdated: Scalars['DateTime'];
|
|
2236
|
+
updateSequenceNumber: Scalars['Long'];
|
|
2237
|
+
lifecycleId: Scalars['ID'];
|
|
2238
|
+
stage?: Maybe<CompassLifecycleEventStage>;
|
|
2239
|
+
description?: Maybe<Scalars['String']>;
|
|
2240
|
+
url?: Maybe<Scalars['URL']>;
|
|
2241
|
+
};
|
|
2242
|
+
export declare enum CompassLifecycleEventStage {
|
|
2243
|
+
PreRelease = "PRE_RELEASE",
|
|
2244
|
+
Production = "PRODUCTION",
|
|
2245
|
+
Deprecation = "DEPRECATION",
|
|
2246
|
+
EndOfLife = "END_OF_LIFE"
|
|
2247
|
+
}
|
|
2061
2248
|
export declare type CompassLink = {
|
|
2062
2249
|
__typename?: 'CompassLink';
|
|
2063
2250
|
id: Scalars['ID'];
|
|
@@ -2986,6 +3173,7 @@ export declare type ContentPlatformReleaseNote = {
|
|
|
2986
3173
|
releaseNoteFlagOffValue?: Maybe<Scalars['String']>;
|
|
2987
3174
|
publishStatus?: Maybe<Scalars['String']>;
|
|
2988
3175
|
benefitsList?: Maybe<Scalars['JSON']>;
|
|
3176
|
+
getStarted?: Maybe<Scalars['JSON']>;
|
|
2989
3177
|
};
|
|
2990
3178
|
export declare type ContentPlatformReleaseNoteEntry = {
|
|
2991
3179
|
__typename?: 'ContentPlatformReleaseNoteEntry';
|
|
@@ -3014,6 +3202,7 @@ export declare type ContentPlatformReleaseNoteEntry = {
|
|
|
3014
3202
|
updatedAt: Scalars['String'];
|
|
3015
3203
|
url: Scalars['String'];
|
|
3016
3204
|
benefitsList: Scalars['JSON'];
|
|
3205
|
+
getStarted: Scalars['JSON'];
|
|
3017
3206
|
};
|
|
3018
3207
|
export declare type ContentPlatformReleaseNoteFilterOptions = {
|
|
3019
3208
|
fdIssueLinks?: Maybe<Array<Scalars['String']>>;
|
|
@@ -3630,6 +3819,7 @@ export declare type CustomUiTunnelDefinitionInput = {
|
|
|
3630
3819
|
export declare type CustomerUser = User & LocalizationContext & {
|
|
3631
3820
|
__typename?: 'CustomerUser';
|
|
3632
3821
|
accountId: Scalars['ID'];
|
|
3822
|
+
canonicalAccountId: Scalars['ID'];
|
|
3633
3823
|
accountStatus: AccountStatus;
|
|
3634
3824
|
name: Scalars['String'];
|
|
3635
3825
|
picture: Scalars['URL'];
|
|
@@ -4704,9 +4894,12 @@ export declare enum EventKnownAvIs {
|
|
|
4704
4894
|
AviBitbucketPrCreated = "AVI_BITBUCKET_PR_CREATED"
|
|
4705
4895
|
}
|
|
4706
4896
|
export declare enum EventMatchingStrategies {
|
|
4897
|
+
JiraByCloud = "JIRA_BY_CLOUD",
|
|
4707
4898
|
JiraByProject = "JIRA_BY_PROJECT",
|
|
4708
4899
|
JiraByIssue = "JIRA_BY_ISSUE",
|
|
4709
|
-
BitbucketByRepo = "BITBUCKET_BY_REPO"
|
|
4900
|
+
BitbucketByRepo = "BITBUCKET_BY_REPO",
|
|
4901
|
+
ByAccount = "BY_ACCOUNT",
|
|
4902
|
+
JiraByCloudByProjectTypeByAccount = "JIRA_BY_CLOUD_BY_PROJECT_TYPE_BY_ACCOUNT"
|
|
4710
4903
|
}
|
|
4711
4904
|
export declare type EventSource = {
|
|
4712
4905
|
__typename?: 'EventSource';
|
|
@@ -4714,6 +4907,10 @@ export declare type EventSource = {
|
|
|
4714
4907
|
externalEventSourceId: Scalars['ID'];
|
|
4715
4908
|
eventType: CompassEventType;
|
|
4716
4909
|
forgeAppId?: Maybe<Scalars['ID']>;
|
|
4910
|
+
events?: Maybe<CompassEventsQueryResult>;
|
|
4911
|
+
};
|
|
4912
|
+
export declare type EventSourceEventsArgs = {
|
|
4913
|
+
query?: Maybe<CompassEventsInEventSourceQuery>;
|
|
4717
4914
|
};
|
|
4718
4915
|
export declare type Extension = {
|
|
4719
4916
|
__typename?: 'Extension';
|
|
@@ -4779,6 +4976,7 @@ export declare type ForgeMetricsData = {
|
|
|
4779
4976
|
name: Scalars['String'];
|
|
4780
4977
|
type: ForgeMetricsDataType;
|
|
4781
4978
|
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
4979
|
+
resolution: ForgeMetricsResolution;
|
|
4782
4980
|
};
|
|
4783
4981
|
export declare enum ForgeMetricsDataType {
|
|
4784
4982
|
DateTime = "DATE_TIME",
|
|
@@ -4790,6 +4988,7 @@ export declare type ForgeMetricsErrorsData = ForgeMetricsData & {
|
|
|
4790
4988
|
name: Scalars['String'];
|
|
4791
4989
|
type: ForgeMetricsDataType;
|
|
4792
4990
|
series: Array<ForgeMetricsErrorsSeries>;
|
|
4991
|
+
resolution: ForgeMetricsResolution;
|
|
4793
4992
|
};
|
|
4794
4993
|
export declare type ForgeMetricsErrorsDataPoint = {
|
|
4795
4994
|
__typename?: 'ForgeMetricsErrorsDataPoint';
|
|
@@ -4816,6 +5015,7 @@ export declare type ForgeMetricsInvocationData = ForgeMetricsData & {
|
|
|
4816
5015
|
name: Scalars['String'];
|
|
4817
5016
|
type: ForgeMetricsDataType;
|
|
4818
5017
|
series: Array<ForgeMetricsInvocationSeries>;
|
|
5018
|
+
resolution: ForgeMetricsResolution;
|
|
4819
5019
|
};
|
|
4820
5020
|
export declare type ForgeMetricsInvocationDataPoint = {
|
|
4821
5021
|
__typename?: 'ForgeMetricsInvocationDataPoint';
|
|
@@ -4861,6 +5061,15 @@ export declare type ForgeMetricsQueryInput = {
|
|
|
4861
5061
|
filters: ForgeMetricsQueryFilters;
|
|
4862
5062
|
groupBy?: Maybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
4863
5063
|
};
|
|
5064
|
+
export declare type ForgeMetricsResolution = {
|
|
5065
|
+
__typename?: 'ForgeMetricsResolution';
|
|
5066
|
+
size: Scalars['Int'];
|
|
5067
|
+
units: ForgeMetricsResolutionUnit;
|
|
5068
|
+
};
|
|
5069
|
+
export declare enum ForgeMetricsResolutionUnit {
|
|
5070
|
+
Hours = "HOURS",
|
|
5071
|
+
Minutes = "MINUTES"
|
|
5072
|
+
}
|
|
4864
5073
|
export declare type ForgeMetricsSeries = {
|
|
4865
5074
|
groups: Array<ForgeMetricsLabelGroup>;
|
|
4866
5075
|
};
|
|
@@ -4869,6 +5078,7 @@ export declare type ForgeMetricsSuccessRateData = ForgeMetricsData & {
|
|
|
4869
5078
|
name: Scalars['String'];
|
|
4870
5079
|
type: ForgeMetricsDataType;
|
|
4871
5080
|
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
5081
|
+
resolution: ForgeMetricsResolution;
|
|
4872
5082
|
};
|
|
4873
5083
|
export declare type ForgeMetricsSuccessRateDataPoint = {
|
|
4874
5084
|
__typename?: 'ForgeMetricsSuccessRateDataPoint';
|
|
@@ -4886,6 +5096,7 @@ export declare type ForgeMetricsSuccessRateValueData = ForgeMetricsData & {
|
|
|
4886
5096
|
name: Scalars['String'];
|
|
4887
5097
|
type: ForgeMetricsDataType;
|
|
4888
5098
|
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
5099
|
+
resolution: ForgeMetricsResolution;
|
|
4889
5100
|
};
|
|
4890
5101
|
export declare type ForgeMetricsSuccessRateValueResult = ForgeMetricsSuccessRateValueData | QueryError;
|
|
4891
5102
|
export declare type FunctionDescription = {
|
|
@@ -4937,6 +5148,11 @@ export declare type HostedResourcePreSignedUrl = {
|
|
|
4937
5148
|
uploadUrl: Scalars['String'];
|
|
4938
5149
|
uploadFormData: Scalars['JSON'];
|
|
4939
5150
|
};
|
|
5151
|
+
export declare type HostedStorage = {
|
|
5152
|
+
__typename?: 'HostedStorage';
|
|
5153
|
+
classifications?: Maybe<Array<Classification>>;
|
|
5154
|
+
locations?: Maybe<Array<Scalars['String']>>;
|
|
5155
|
+
};
|
|
4940
5156
|
export declare type Icon = {
|
|
4941
5157
|
__typename?: 'Icon';
|
|
4942
5158
|
url?: Maybe<Scalars['String']>;
|
|
@@ -5018,6 +5234,11 @@ export declare type InvokePolarisObjectPayload = Payload & {
|
|
|
5018
5234
|
errors?: Maybe<Array<MutationError>>;
|
|
5019
5235
|
response?: Maybe<ResolvedPolarisObject>;
|
|
5020
5236
|
};
|
|
5237
|
+
export declare type IssueAndProject = {
|
|
5238
|
+
__typename?: 'IssueAndProject';
|
|
5239
|
+
issueId: Scalars['ID'];
|
|
5240
|
+
projectId: Scalars['ID'];
|
|
5241
|
+
};
|
|
5021
5242
|
export declare type IssueDevOpsBranchDetails = {
|
|
5022
5243
|
__typename?: 'IssueDevOpsBranchDetails';
|
|
5023
5244
|
name: Scalars['String'];
|
|
@@ -8280,6 +8501,7 @@ export declare type JiraProjectSortInput = {
|
|
|
8280
8501
|
order?: Maybe<SortDirection>;
|
|
8281
8502
|
};
|
|
8282
8503
|
export declare enum JiraProjectStatus {
|
|
8504
|
+
Active = "ACTIVE",
|
|
8283
8505
|
Archived = "ARCHIVED",
|
|
8284
8506
|
Deleted = "DELETED"
|
|
8285
8507
|
}
|
|
@@ -8311,6 +8533,8 @@ export declare type JiraQuery = {
|
|
|
8311
8533
|
issueSearchView?: Maybe<JiraIssueSearchView>;
|
|
8312
8534
|
issueByKey?: Maybe<JiraIssue>;
|
|
8313
8535
|
issueById?: Maybe<JiraIssue>;
|
|
8536
|
+
screenIdByIssueId?: Maybe<Scalars['Long']>;
|
|
8537
|
+
screenIdByIssueKey?: Maybe<Scalars['Long']>;
|
|
8314
8538
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
8315
8539
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
8316
8540
|
allGrantTypeKeys: Array<JiraGrantTypeKey>;
|
|
@@ -8368,6 +8592,12 @@ export declare type JiraQueryIssueByKeyArgs = {
|
|
|
8368
8592
|
export declare type JiraQueryIssueByIdArgs = {
|
|
8369
8593
|
id: Scalars['ID'];
|
|
8370
8594
|
};
|
|
8595
|
+
export declare type JiraQueryScreenIdByIssueIdArgs = {
|
|
8596
|
+
issueId: Scalars['ID'];
|
|
8597
|
+
};
|
|
8598
|
+
export declare type JiraQueryScreenIdByIssueKeyArgs = {
|
|
8599
|
+
issueKey: Scalars['String'];
|
|
8600
|
+
};
|
|
8371
8601
|
export declare type JiraQueryApplicationPropertiesByKeyArgs = {
|
|
8372
8602
|
cloudId: Scalars['ID'];
|
|
8373
8603
|
keys: Array<Scalars['String']>;
|
|
@@ -10718,6 +10948,7 @@ export declare type NewCardParent = {
|
|
|
10718
10948
|
export declare type Node = {
|
|
10719
10949
|
id: Scalars['ID'];
|
|
10720
10950
|
};
|
|
10951
|
+
export declare type OnJiraIssueCreatedForUserResponseType = JiraProjectConnection | IssueAndProject;
|
|
10721
10952
|
export declare type OpsgenieAlertCountByPriority = {
|
|
10722
10953
|
__typename?: 'OpsgenieAlertCountByPriority';
|
|
10723
10954
|
priority?: Maybe<Scalars['String']>;
|
|
@@ -12245,6 +12476,13 @@ export declare type RefreshToken = {
|
|
|
12245
12476
|
export declare type RefreshTokenInput = {
|
|
12246
12477
|
refreshTokenRotation: Scalars['Boolean'];
|
|
12247
12478
|
};
|
|
12479
|
+
export declare type Remote = {
|
|
12480
|
+
__typename?: 'Remote';
|
|
12481
|
+
key: Scalars['String'];
|
|
12482
|
+
baseUrl: Scalars['String'];
|
|
12483
|
+
classifications?: Maybe<Array<Classification>>;
|
|
12484
|
+
locations?: Maybe<Array<Scalars['String']>>;
|
|
12485
|
+
};
|
|
12248
12486
|
export declare type RemoveCompassComponentLabelsInput = {
|
|
12249
12487
|
componentId: Scalars['ID'];
|
|
12250
12488
|
labelNames: Array<Scalars['String']>;
|
|
@@ -12526,6 +12764,7 @@ export declare type RoadmapUserConfiguration = {
|
|
|
12526
12764
|
timelineMode: RoadmapTimelineMode;
|
|
12527
12765
|
epicView: RoadmapEpicView;
|
|
12528
12766
|
levelOneView: RoadmapLevelOneView;
|
|
12767
|
+
levelOneViewSettings: RoadmapViewSettings;
|
|
12529
12768
|
};
|
|
12530
12769
|
export declare type RoadmapVersion = {
|
|
12531
12770
|
__typename?: 'RoadmapVersion';
|
|
@@ -12538,6 +12777,11 @@ export declare enum RoadmapVersionStatus {
|
|
|
12538
12777
|
Unreleased = "UNRELEASED",
|
|
12539
12778
|
Archived = "ARCHIVED"
|
|
12540
12779
|
}
|
|
12780
|
+
export declare type RoadmapViewSettings = {
|
|
12781
|
+
__typename?: 'RoadmapViewSettings';
|
|
12782
|
+
period: Scalars['Int'];
|
|
12783
|
+
showCompleted: Scalars['Boolean'];
|
|
12784
|
+
};
|
|
12541
12785
|
export declare type RoadmapsQuery = {
|
|
12542
12786
|
__typename?: 'RoadmapsQuery';
|
|
12543
12787
|
roadmapForSource?: Maybe<RoadmapDetails>;
|
|
@@ -12568,6 +12812,8 @@ export declare enum Scope {
|
|
|
12568
12812
|
WriteCompassScorecard = "WRITE_COMPASS_SCORECARD",
|
|
12569
12813
|
ReadCompassEvent = "READ_COMPASS_EVENT",
|
|
12570
12814
|
WriteCompassEvent = "WRITE_COMPASS_EVENT",
|
|
12815
|
+
ReadCompassMetric = "READ_COMPASS_METRIC",
|
|
12816
|
+
WriteCompassMetric = "WRITE_COMPASS_METRIC",
|
|
12571
12817
|
ConfluenceAtlassianExternal = "CONFLUENCE_ATLASSIAN_EXTERNAL",
|
|
12572
12818
|
ReadConfluenceContentAll = "READ_CONFLUENCE_CONTENT_ALL",
|
|
12573
12819
|
ReadConfluenceContentSummary = "READ_CONFLUENCE_CONTENT_SUMMARY",
|
|
@@ -13161,6 +13407,21 @@ export declare type StartSprintInput = {
|
|
|
13161
13407
|
startDate: Scalars['String'];
|
|
13162
13408
|
endDate: Scalars['String'];
|
|
13163
13409
|
};
|
|
13410
|
+
export declare type Storage = {
|
|
13411
|
+
__typename?: 'Storage';
|
|
13412
|
+
hosted?: Maybe<HostedStorage>;
|
|
13413
|
+
remotes?: Maybe<Array<Remote>>;
|
|
13414
|
+
};
|
|
13415
|
+
export declare type Subscription = {
|
|
13416
|
+
__typename?: 'Subscription';
|
|
13417
|
+
onJiraIssueCreatedForUser?: Maybe<OnJiraIssueCreatedForUserResponseType>;
|
|
13418
|
+
};
|
|
13419
|
+
export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
|
|
13420
|
+
cloudId: Scalars['ID'];
|
|
13421
|
+
accountId: Scalars['ID'];
|
|
13422
|
+
projectType?: JiraProjectType;
|
|
13423
|
+
filter?: JiraProjectFilterInput;
|
|
13424
|
+
};
|
|
13164
13425
|
export declare type SupportRequest = SupportRequestCommonRequest & {
|
|
13165
13426
|
__typename?: 'SupportRequest';
|
|
13166
13427
|
id: Scalars['ID'];
|
|
@@ -13204,7 +13465,7 @@ export declare type SupportRequestCatalogMutationApi = {
|
|
|
13204
13465
|
addComment?: Maybe<SupportRequestComment>;
|
|
13205
13466
|
statusTransition?: Maybe<Scalars['Boolean']>;
|
|
13206
13467
|
removeRequestParticipants?: Maybe<SupportRequestParticipants>;
|
|
13207
|
-
createNamedContactOperationRequest?: Maybe<
|
|
13468
|
+
createNamedContactOperationRequest?: Maybe<SupportRequestTicket>;
|
|
13208
13469
|
};
|
|
13209
13470
|
export declare type SupportRequestCatalogMutationApiAddCommentArgs = {
|
|
13210
13471
|
input?: Maybe<SupportRequestAddCommentInput>;
|
|
@@ -14155,6 +14416,7 @@ export declare type UpdatePolarisViewTimestampPayload = Payload & {
|
|
|
14155
14416
|
};
|
|
14156
14417
|
export declare type User = {
|
|
14157
14418
|
accountId: Scalars['ID'];
|
|
14419
|
+
canonicalAccountId: Scalars['ID'];
|
|
14158
14420
|
accountStatus: AccountStatus;
|
|
14159
14421
|
name: Scalars['String'];
|
|
14160
14422
|
picture: Scalars['URL'];
|