@forge/cli-shared 3.20.0 → 3.20.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,21 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.20.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5c39a289: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @atlassian/xen-test-util
|
|
10
|
+
|
|
11
|
+
## 3.20.1-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 5c39a289: Bumping dependencies via Renovate:
|
|
16
|
+
|
|
17
|
+
- @atlassian/xen-test-util
|
|
18
|
+
|
|
3
19
|
## 3.20.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -702,6 +702,7 @@ export type App = {
|
|
|
702
702
|
distributionStatus: Scalars['String']['output'];
|
|
703
703
|
ensureCollaborator: Scalars['Boolean']['output'];
|
|
704
704
|
environmentByKey?: Maybe<AppEnvironment>;
|
|
705
|
+
environmentByOauthClient?: Maybe<AppEnvironment>;
|
|
705
706
|
environments: Array<AppEnvironment>;
|
|
706
707
|
id: Scalars['ID']['output'];
|
|
707
708
|
installationsByContexts?: Maybe<AppInstallationByIndexConnection>;
|
|
@@ -721,6 +722,9 @@ export type AppDeploymentsArgs = {
|
|
|
721
722
|
export type AppEnvironmentByKeyArgs = {
|
|
722
723
|
key: Scalars['String']['input'];
|
|
723
724
|
};
|
|
725
|
+
export type AppEnvironmentByOauthClientArgs = {
|
|
726
|
+
oauthClientId: Scalars['ID']['input'];
|
|
727
|
+
};
|
|
724
728
|
export type AppInstallationsByContextsArgs = {
|
|
725
729
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
726
730
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -10223,6 +10227,8 @@ export type Graph = {
|
|
|
10223
10227
|
parentDocumentHasChildDocumentRelationship?: Maybe<GraphParentDocumentHasChildDocumentRelationshipConnection>;
|
|
10224
10228
|
parentDocumentHasChildDocumentRelationshipInverse?: Maybe<GraphParentDocumentHasChildDocumentRelationshipConnection>;
|
|
10225
10229
|
projectAssociatedDeployment?: Maybe<GraphJiraDeploymentConnection>;
|
|
10230
|
+
projectAssociatedIncident?: Maybe<GraphJiraIssueConnection>;
|
|
10231
|
+
projectAssociatedIncidentInverse?: Maybe<GraphJiraProjectConnection>;
|
|
10226
10232
|
projectAssociatedPr?: Maybe<GraphJiraPullRequestConnection>;
|
|
10227
10233
|
projectAssociatedPrInverse?: Maybe<GraphJiraProjectConnection>;
|
|
10228
10234
|
projectAssociatedPrRelationship?: Maybe<GraphProjectAssociatedPrRelationshipConnection>;
|
|
@@ -10338,6 +10344,18 @@ export type GraphProjectAssociatedDeploymentArgs = {
|
|
|
10338
10344
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10339
10345
|
from: Scalars['ID']['input'];
|
|
10340
10346
|
};
|
|
10347
|
+
export type GraphProjectAssociatedIncidentArgs = {
|
|
10348
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10349
|
+
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInput>;
|
|
10350
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10351
|
+
from: Scalars['ID']['input'];
|
|
10352
|
+
};
|
|
10353
|
+
export type GraphProjectAssociatedIncidentInverseArgs = {
|
|
10354
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10355
|
+
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInput>;
|
|
10356
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10357
|
+
to: Scalars['ID']['input'];
|
|
10358
|
+
};
|
|
10341
10359
|
export type GraphProjectAssociatedPrArgs = {
|
|
10342
10360
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10343
10361
|
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInput>;
|
|
@@ -10979,6 +10997,56 @@ export type GraphProjectServiceEdge = {
|
|
|
10979
10997
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10980
10998
|
node: GraphProjectService;
|
|
10981
10999
|
};
|
|
11000
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInput = {
|
|
11001
|
+
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputAnd>>;
|
|
11002
|
+
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputOr>>;
|
|
11003
|
+
};
|
|
11004
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputAnd = {
|
|
11005
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11006
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11007
|
+
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputOrInner>>;
|
|
11008
|
+
};
|
|
11009
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputAndInner = {
|
|
11010
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11011
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11012
|
+
};
|
|
11013
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt = {
|
|
11014
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtRangeField>;
|
|
11015
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtMetadataSortField>;
|
|
11016
|
+
};
|
|
11017
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtMetadataSortField = {
|
|
11018
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11019
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11020
|
+
};
|
|
11021
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtRangeField = {
|
|
11022
|
+
gt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11023
|
+
gte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11024
|
+
lt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11025
|
+
lte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11026
|
+
};
|
|
11027
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated = {
|
|
11028
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedRangeField>;
|
|
11029
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedMetadataSortField>;
|
|
11030
|
+
};
|
|
11031
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedMetadataSortField = {
|
|
11032
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11033
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11034
|
+
};
|
|
11035
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedRangeField = {
|
|
11036
|
+
gt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11037
|
+
gte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11038
|
+
lt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11039
|
+
lte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11040
|
+
};
|
|
11041
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputOr = {
|
|
11042
|
+
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputAndInner>>;
|
|
11043
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11044
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11045
|
+
};
|
|
11046
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputOrInner = {
|
|
11047
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11048
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11049
|
+
};
|
|
10982
11050
|
export type GraphQueryMetadataProjectAssociatedPrInput = {
|
|
10983
11051
|
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedPrInputAnd>>;
|
|
10984
11052
|
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedPrInputOr>>;
|
|
@@ -27355,6 +27423,7 @@ export type SearchConfluenceFilter = {
|
|
|
27355
27423
|
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27356
27424
|
creatorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27357
27425
|
labelsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27426
|
+
pageStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27358
27427
|
range?: InputMaybe<Array<InputMaybe<SearchConfluenceRangeFilter>>>;
|
|
27359
27428
|
spacesFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27360
27429
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|