@forge/cli-shared 3.21.0-next.11 → 3.21.0-next.13
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 +19 -0
- package/out/graphql/graphql-types.d.ts +289 -26
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +21 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.21.0-next.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 843fa1d: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @types/fs-extra
|
|
10
|
+
|
|
11
|
+
- 598fb18: Bumping dependencies via Renovate:
|
|
12
|
+
|
|
13
|
+
- @types/inquirer
|
|
14
|
+
|
|
15
|
+
## 3.21.0-next.12
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [ab01eed]
|
|
20
|
+
- @forge/manifest@5.1.0-next.5
|
|
21
|
+
|
|
3
22
|
## 3.21.0-next.11
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -8168,11 +8168,16 @@ export type DevOpsDesign = Node & {
|
|
|
8168
8168
|
inspectUrl?: Maybe<Scalars['URL']['output']>;
|
|
8169
8169
|
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
8170
8170
|
liveEmbedUrl?: Maybe<Scalars['URL']['output']>;
|
|
8171
|
+
provider?: Maybe<DevOpsDataProvider>;
|
|
8171
8172
|
providerId?: Maybe<Scalars['String']['output']>;
|
|
8172
8173
|
status?: Maybe<DevOpsDesignStatus>;
|
|
8173
8174
|
type?: Maybe<DevOpsDesignType>;
|
|
8174
8175
|
url?: Maybe<Scalars['URL']['output']>;
|
|
8175
8176
|
};
|
|
8177
|
+
export type DevOpsDesignProviderArgs = {
|
|
8178
|
+
id: Scalars['ID']['input'];
|
|
8179
|
+
providerTypes?: InputMaybe<Array<DevOpsProviderType>>;
|
|
8180
|
+
};
|
|
8176
8181
|
export type DevOpsDesignProvider = DevOpsDataProvider & {
|
|
8177
8182
|
__typename?: 'DevOpsDesignProvider';
|
|
8178
8183
|
appInstallationId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -11495,6 +11500,12 @@ export type GraphQueryMetadataProjectAssociatedBuildInputAnd = {
|
|
|
11495
11500
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputCreatedAt>;
|
|
11496
11501
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputLastUpdated>;
|
|
11497
11502
|
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedBuildInputOrInner>>;
|
|
11503
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11504
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11505
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11506
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOn>;
|
|
11507
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11508
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11498
11509
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToAti>;
|
|
11499
11510
|
to_state?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToState>;
|
|
11500
11511
|
to_testInfo?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToTestInfo>;
|
|
@@ -11502,6 +11513,12 @@ export type GraphQueryMetadataProjectAssociatedBuildInputAnd = {
|
|
|
11502
11513
|
export type GraphQueryMetadataProjectAssociatedBuildInputAndInner = {
|
|
11503
11514
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputCreatedAt>;
|
|
11504
11515
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputLastUpdated>;
|
|
11516
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11517
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11518
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11519
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOn>;
|
|
11520
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11521
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11505
11522
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToAti>;
|
|
11506
11523
|
to_state?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToState>;
|
|
11507
11524
|
to_testInfo?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToTestInfo>;
|
|
@@ -11542,6 +11559,12 @@ export type GraphQueryMetadataProjectAssociatedBuildInputOr = {
|
|
|
11542
11559
|
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedBuildInputAndInner>>;
|
|
11543
11560
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputCreatedAt>;
|
|
11544
11561
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputLastUpdated>;
|
|
11562
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11563
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11564
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11565
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOn>;
|
|
11566
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11567
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11545
11568
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToAti>;
|
|
11546
11569
|
to_state?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToState>;
|
|
11547
11570
|
to_testInfo?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToTestInfo>;
|
|
@@ -11549,10 +11572,44 @@ export type GraphQueryMetadataProjectAssociatedBuildInputOr = {
|
|
|
11549
11572
|
export type GraphQueryMetadataProjectAssociatedBuildInputOrInner = {
|
|
11550
11573
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputCreatedAt>;
|
|
11551
11574
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputLastUpdated>;
|
|
11575
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11576
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11577
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11578
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOn>;
|
|
11579
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11580
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri>;
|
|
11552
11581
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToAti>;
|
|
11553
11582
|
to_state?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToState>;
|
|
11554
11583
|
to_testInfo?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToTestInfo>;
|
|
11555
11584
|
};
|
|
11585
|
+
export type GraphQueryMetadataProjectAssociatedBuildInputRelationshipAri = {
|
|
11586
|
+
value?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAriValue>;
|
|
11587
|
+
};
|
|
11588
|
+
export type GraphQueryMetadataProjectAssociatedBuildInputRelationshipAriValue = {
|
|
11589
|
+
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11590
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipAriValueMetadataSortField>;
|
|
11591
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11592
|
+
};
|
|
11593
|
+
export type GraphQueryMetadataProjectAssociatedBuildInputRelationshipAriValueMetadataSortField = {
|
|
11594
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11595
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11596
|
+
};
|
|
11597
|
+
export type GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOn = {
|
|
11598
|
+
notValues?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
11599
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOnRangeField>;
|
|
11600
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOnMetadataSortField>;
|
|
11601
|
+
values?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
11602
|
+
};
|
|
11603
|
+
export type GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOnMetadataSortField = {
|
|
11604
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11605
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11606
|
+
};
|
|
11607
|
+
export type GraphQueryMetadataProjectAssociatedBuildInputRelationshipIssueLastUpdatedOnRangeField = {
|
|
11608
|
+
gt?: InputMaybe<Scalars['Long']['input']>;
|
|
11609
|
+
gte?: InputMaybe<Scalars['Long']['input']>;
|
|
11610
|
+
lt?: InputMaybe<Scalars['Long']['input']>;
|
|
11611
|
+
lte?: InputMaybe<Scalars['Long']['input']>;
|
|
11612
|
+
};
|
|
11556
11613
|
export type GraphQueryMetadataProjectAssociatedBuildInputToAti = {
|
|
11557
11614
|
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11558
11615
|
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedBuildInputToAtiMetadataSortField>;
|
|
@@ -11658,6 +11715,12 @@ export type GraphQueryMetadataProjectAssociatedDeploymentInputAnd = {
|
|
|
11658
11715
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputCreatedAt>;
|
|
11659
11716
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputLastUpdated>;
|
|
11660
11717
|
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedDeploymentInputOrInner>>;
|
|
11718
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11719
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11720
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11721
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOn>;
|
|
11722
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11723
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11661
11724
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAti>;
|
|
11662
11725
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAuthor>;
|
|
11663
11726
|
to_environmentType?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToEnvironmentType>;
|
|
@@ -11666,6 +11729,12 @@ export type GraphQueryMetadataProjectAssociatedDeploymentInputAnd = {
|
|
|
11666
11729
|
export type GraphQueryMetadataProjectAssociatedDeploymentInputAndInner = {
|
|
11667
11730
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputCreatedAt>;
|
|
11668
11731
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputLastUpdated>;
|
|
11732
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11733
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11734
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11735
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOn>;
|
|
11736
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11737
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11669
11738
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAti>;
|
|
11670
11739
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAuthor>;
|
|
11671
11740
|
to_environmentType?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToEnvironmentType>;
|
|
@@ -11707,6 +11776,12 @@ export type GraphQueryMetadataProjectAssociatedDeploymentInputOr = {
|
|
|
11707
11776
|
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedDeploymentInputAndInner>>;
|
|
11708
11777
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputCreatedAt>;
|
|
11709
11778
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputLastUpdated>;
|
|
11779
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11780
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11781
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11782
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOn>;
|
|
11783
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11784
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11710
11785
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAti>;
|
|
11711
11786
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAuthor>;
|
|
11712
11787
|
to_environmentType?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToEnvironmentType>;
|
|
@@ -11715,11 +11790,45 @@ export type GraphQueryMetadataProjectAssociatedDeploymentInputOr = {
|
|
|
11715
11790
|
export type GraphQueryMetadataProjectAssociatedDeploymentInputOrInner = {
|
|
11716
11791
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputCreatedAt>;
|
|
11717
11792
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputLastUpdated>;
|
|
11793
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11794
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11795
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11796
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOn>;
|
|
11797
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11798
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri>;
|
|
11718
11799
|
toAti?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAti>;
|
|
11719
11800
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAuthor>;
|
|
11720
11801
|
to_environmentType?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToEnvironmentType>;
|
|
11721
11802
|
to_state?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToState>;
|
|
11722
11803
|
};
|
|
11804
|
+
export type GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAri = {
|
|
11805
|
+
value?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAriValue>;
|
|
11806
|
+
};
|
|
11807
|
+
export type GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAriValue = {
|
|
11808
|
+
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11809
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAriValueMetadataSortField>;
|
|
11810
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11811
|
+
};
|
|
11812
|
+
export type GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipAriValueMetadataSortField = {
|
|
11813
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11814
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11815
|
+
};
|
|
11816
|
+
export type GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOn = {
|
|
11817
|
+
notValues?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
11818
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOnRangeField>;
|
|
11819
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOnMetadataSortField>;
|
|
11820
|
+
values?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
11821
|
+
};
|
|
11822
|
+
export type GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOnMetadataSortField = {
|
|
11823
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11824
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11825
|
+
};
|
|
11826
|
+
export type GraphQueryMetadataProjectAssociatedDeploymentInputRelationshipIssueLastUpdatedOnRangeField = {
|
|
11827
|
+
gt?: InputMaybe<Scalars['Long']['input']>;
|
|
11828
|
+
gte?: InputMaybe<Scalars['Long']['input']>;
|
|
11829
|
+
lt?: InputMaybe<Scalars['Long']['input']>;
|
|
11830
|
+
lte?: InputMaybe<Scalars['Long']['input']>;
|
|
11831
|
+
};
|
|
11723
11832
|
export type GraphQueryMetadataProjectAssociatedDeploymentInputToAti = {
|
|
11724
11833
|
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11725
11834
|
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedDeploymentInputToAtiMetadataSortField>;
|
|
@@ -11838,6 +11947,12 @@ export type GraphQueryMetadataProjectAssociatedPrInputAnd = {
|
|
|
11838
11947
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputCreatedAt>;
|
|
11839
11948
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputLastUpdated>;
|
|
11840
11949
|
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedPrInputOrInner>>;
|
|
11950
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11951
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11952
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11953
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOn>;
|
|
11954
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11955
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11841
11956
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToAuthor>;
|
|
11842
11957
|
to_reviewers?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToReviewer>;
|
|
11843
11958
|
to_status?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToStatus>;
|
|
@@ -11846,6 +11961,12 @@ export type GraphQueryMetadataProjectAssociatedPrInputAnd = {
|
|
|
11846
11961
|
export type GraphQueryMetadataProjectAssociatedPrInputAndInner = {
|
|
11847
11962
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputCreatedAt>;
|
|
11848
11963
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputLastUpdated>;
|
|
11964
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11965
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11966
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11967
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOn>;
|
|
11968
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11969
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11849
11970
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToAuthor>;
|
|
11850
11971
|
to_reviewers?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToReviewer>;
|
|
11851
11972
|
to_status?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToStatus>;
|
|
@@ -11883,6 +12004,12 @@ export type GraphQueryMetadataProjectAssociatedPrInputOr = {
|
|
|
11883
12004
|
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedPrInputAndInner>>;
|
|
11884
12005
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputCreatedAt>;
|
|
11885
12006
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputLastUpdated>;
|
|
12007
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12008
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12009
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12010
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOn>;
|
|
12011
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12012
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11886
12013
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToAuthor>;
|
|
11887
12014
|
to_reviewers?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToReviewer>;
|
|
11888
12015
|
to_status?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToStatus>;
|
|
@@ -11891,11 +12018,45 @@ export type GraphQueryMetadataProjectAssociatedPrInputOr = {
|
|
|
11891
12018
|
export type GraphQueryMetadataProjectAssociatedPrInputOrInner = {
|
|
11892
12019
|
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputCreatedAt>;
|
|
11893
12020
|
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputLastUpdated>;
|
|
12021
|
+
relationship_assigneeAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12022
|
+
relationship_creatorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12023
|
+
relationship_issueAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12024
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOn>;
|
|
12025
|
+
relationship_reporterAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
12026
|
+
relationship_statusAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAri>;
|
|
11894
12027
|
to_author?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToAuthor>;
|
|
11895
12028
|
to_reviewers?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToReviewer>;
|
|
11896
12029
|
to_status?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToStatus>;
|
|
11897
12030
|
to_taskCount?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToTaskCount>;
|
|
11898
12031
|
};
|
|
12032
|
+
export type GraphQueryMetadataProjectAssociatedPrInputRelationshipAri = {
|
|
12033
|
+
value?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAriValue>;
|
|
12034
|
+
};
|
|
12035
|
+
export type GraphQueryMetadataProjectAssociatedPrInputRelationshipAriValue = {
|
|
12036
|
+
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
12037
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipAriValueMetadataSortField>;
|
|
12038
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
12039
|
+
};
|
|
12040
|
+
export type GraphQueryMetadataProjectAssociatedPrInputRelationshipAriValueMetadataSortField = {
|
|
12041
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
12042
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
12043
|
+
};
|
|
12044
|
+
export type GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOn = {
|
|
12045
|
+
notValues?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
12046
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOnRangeField>;
|
|
12047
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOnMetadataSortField>;
|
|
12048
|
+
values?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
12049
|
+
};
|
|
12050
|
+
export type GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOnMetadataSortField = {
|
|
12051
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
12052
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
12053
|
+
};
|
|
12054
|
+
export type GraphQueryMetadataProjectAssociatedPrInputRelationshipIssueLastUpdatedOnRangeField = {
|
|
12055
|
+
gt?: InputMaybe<Scalars['Long']['input']>;
|
|
12056
|
+
gte?: InputMaybe<Scalars['Long']['input']>;
|
|
12057
|
+
lt?: InputMaybe<Scalars['Long']['input']>;
|
|
12058
|
+
lte?: InputMaybe<Scalars['Long']['input']>;
|
|
12059
|
+
};
|
|
11899
12060
|
export type GraphQueryMetadataProjectAssociatedPrInputToAuthor = {
|
|
11900
12061
|
authorAri?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInputToAuthorAri>;
|
|
11901
12062
|
};
|
|
@@ -15875,6 +16036,7 @@ export type JiraDeleteProjectNotificationPreferencesInput = {
|
|
|
15875
16036
|
export type JiraDeleteProjectNotificationPreferencesPayload = Payload & {
|
|
15876
16037
|
__typename?: 'JiraDeleteProjectNotificationPreferencesPayload';
|
|
15877
16038
|
errors?: Maybe<Array<MutationError>>;
|
|
16039
|
+
projectPreferences?: Maybe<JiraNotificationProjectPreferences>;
|
|
15878
16040
|
success: Scalars['Boolean']['output'];
|
|
15879
16041
|
};
|
|
15880
16042
|
export type JiraDeleteShortcutInput = {
|
|
@@ -16476,6 +16638,10 @@ export type JiraForgeUsersFieldUsersArgs = {
|
|
|
16476
16638
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
16477
16639
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
16478
16640
|
};
|
|
16641
|
+
export type JiraGeneratedJqlInvalidError = {
|
|
16642
|
+
__typename?: 'JiraGeneratedJqlInvalidError';
|
|
16643
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
16644
|
+
};
|
|
16479
16645
|
export type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
16480
16646
|
__typename?: 'JiraGenericIssueField';
|
|
16481
16647
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -17622,7 +17788,7 @@ export type JiraJqlFromNaturalLanguage = {
|
|
|
17622
17788
|
generatedJQL?: Maybe<Scalars['String']['output']>;
|
|
17623
17789
|
generatedJQLError?: Maybe<JiraJqlGenerationError>;
|
|
17624
17790
|
};
|
|
17625
|
-
export type JiraJqlGenerationError = JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError | JiraUiExposedError | JiraUnsupportedLanguageError | JiraUsageLimitExceededError;
|
|
17791
|
+
export type JiraJqlGenerationError = JiraGeneratedJqlInvalidError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError | JiraUiExposedError | JiraUnsupportedLanguageError | JiraUsageLimitExceededError;
|
|
17626
17792
|
export type JiraJqlHistory = Node & {
|
|
17627
17793
|
__typename?: 'JiraJQLHistory';
|
|
17628
17794
|
id: Scalars['ID']['output'];
|
|
@@ -17662,6 +17828,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
17662
17828
|
export type JiraJqlBuilder = {
|
|
17663
17829
|
__typename?: 'JiraJqlBuilder';
|
|
17664
17830
|
cascadingSelectOptions?: Maybe<JiraJqlOptionFieldValueConnection>;
|
|
17831
|
+
cascadingSelectValues?: Maybe<JiraJqlCascadingOptionFieldValueConnection>;
|
|
17665
17832
|
fieldValues?: Maybe<JiraJqlFieldValueConnection>;
|
|
17666
17833
|
fields?: Maybe<JiraJqlFieldConnectionResult>;
|
|
17667
17834
|
functions: Array<JiraJqlFunction>;
|
|
@@ -17685,6 +17852,16 @@ export type JiraJqlBuilderCascadingSelectOptionsArgs = {
|
|
|
17685
17852
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
17686
17853
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
17687
17854
|
};
|
|
17855
|
+
export type JiraJqlBuilderCascadingSelectValuesArgs = {
|
|
17856
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
17857
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
17858
|
+
filter: JiraCascadingSelectOptionsFilter;
|
|
17859
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17860
|
+
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
17861
|
+
jqlTerm: Scalars['String']['input'];
|
|
17862
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
17863
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
17864
|
+
};
|
|
17688
17865
|
export type JiraJqlBuilderFieldValuesArgs = {
|
|
17689
17866
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17690
17867
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -17759,7 +17936,19 @@ export type JiraJqlCascadingOptionFieldValue = JiraJqlFieldValue & {
|
|
|
17759
17936
|
__typename?: 'JiraJqlCascadingOptionFieldValue';
|
|
17760
17937
|
displayName: Scalars['String']['output'];
|
|
17761
17938
|
jqlTerm: Scalars['String']['output'];
|
|
17762
|
-
|
|
17939
|
+
optionId?: Maybe<Scalars['ID']['output']>;
|
|
17940
|
+
parentOption?: Maybe<JiraJqlCascadingOptionFieldValue>;
|
|
17941
|
+
};
|
|
17942
|
+
export type JiraJqlCascadingOptionFieldValueConnection = {
|
|
17943
|
+
__typename?: 'JiraJqlCascadingOptionFieldValueConnection';
|
|
17944
|
+
edges?: Maybe<Array<Maybe<JiraJqlCascadingOptionFieldValueEdge>>>;
|
|
17945
|
+
pageInfo: PageInfo;
|
|
17946
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
17947
|
+
};
|
|
17948
|
+
export type JiraJqlCascadingOptionFieldValueEdge = {
|
|
17949
|
+
__typename?: 'JiraJqlCascadingOptionFieldValueEdge';
|
|
17950
|
+
cursor: Scalars['String']['output'];
|
|
17951
|
+
node?: Maybe<JiraJqlCascadingOptionFieldValue>;
|
|
17763
17952
|
};
|
|
17764
17953
|
export declare enum JiraJqlClauseType {
|
|
17765
17954
|
Any = "ANY",
|
|
@@ -18455,7 +18644,6 @@ export type JiraMutation = {
|
|
|
18455
18644
|
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
18456
18645
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
18457
18646
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
18458
|
-
resetProjectNotificationPreferences?: Maybe<JiraResetProjectNotificationPreferencesPayload>;
|
|
18459
18647
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
18460
18648
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
18461
18649
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
@@ -18606,10 +18794,6 @@ export type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
|
|
|
18606
18794
|
id: Scalars['ID']['input'];
|
|
18607
18795
|
input: JiraReplaceIssueSearchViewFieldSetsInput;
|
|
18608
18796
|
};
|
|
18609
|
-
export type JiraMutationResetProjectNotificationPreferencesArgs = {
|
|
18610
|
-
cloudId: Scalars['ID']['input'];
|
|
18611
|
-
input: JiraResetProjectNotificationPreferencesInput;
|
|
18612
|
-
};
|
|
18613
18797
|
export type JiraMutationSaveVersionDetailsCollapsedUisArgs = {
|
|
18614
18798
|
input: JiraVersionDetailsCollapsedUisInput;
|
|
18615
18799
|
};
|
|
@@ -18858,6 +19042,7 @@ export type JiraNotificationProjectPreferenceConnection = HasPageInfo & HasTotal
|
|
|
18858
19042
|
};
|
|
18859
19043
|
export type JiraNotificationProjectPreferences = {
|
|
18860
19044
|
__typename?: 'JiraNotificationProjectPreferences';
|
|
19045
|
+
id: Scalars['ID']['output'];
|
|
18861
19046
|
preferences?: Maybe<JiraNotificationPreferences>;
|
|
18862
19047
|
project?: Maybe<JiraProject>;
|
|
18863
19048
|
};
|
|
@@ -20831,15 +21016,6 @@ export type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
|
20831
21016
|
inclusive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
20832
21017
|
nodes: Array<Scalars['String']['input']>;
|
|
20833
21018
|
};
|
|
20834
|
-
export type JiraResetProjectNotificationPreferencesInput = {
|
|
20835
|
-
projectId: Scalars['ID']['input'];
|
|
20836
|
-
};
|
|
20837
|
-
export type JiraResetProjectNotificationPreferencesPayload = Payload & {
|
|
20838
|
-
__typename?: 'JiraResetProjectNotificationPreferencesPayload';
|
|
20839
|
-
errors?: Maybe<Array<MutationError>>;
|
|
20840
|
-
preferences?: Maybe<JiraNotificationPreferences>;
|
|
20841
|
-
success: Scalars['Boolean']['output'];
|
|
20842
|
-
};
|
|
20843
21019
|
export type JiraResolution = Node & {
|
|
20844
21020
|
__typename?: 'JiraResolution';
|
|
20845
21021
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -24282,6 +24458,34 @@ export declare enum MarketplaceProgramStatus {
|
|
|
24282
24458
|
NotAParticipant = "NOT_A_PARTICIPANT",
|
|
24283
24459
|
Rejected = "REJECTED"
|
|
24284
24460
|
}
|
|
24461
|
+
export declare enum MarketplaceStoreAppEditionType {
|
|
24462
|
+
Advanced = "ADVANCED",
|
|
24463
|
+
Free = "FREE",
|
|
24464
|
+
Sandbox = "SANDBOX",
|
|
24465
|
+
Standard = "STANDARD"
|
|
24466
|
+
}
|
|
24467
|
+
export type MarketplaceStoreInstallAppInput = {
|
|
24468
|
+
appKey: Scalars['String']['input'];
|
|
24469
|
+
editionType?: InputMaybe<MarketplaceStoreAppEditionType>;
|
|
24470
|
+
};
|
|
24471
|
+
export type MarketplaceStoreInstallAppRequest = {
|
|
24472
|
+
__typename?: 'MarketplaceStoreInstallAppRequest';
|
|
24473
|
+
id: Scalars['ID']['output'];
|
|
24474
|
+
};
|
|
24475
|
+
export type MarketplaceStoreMutationApi = {
|
|
24476
|
+
__typename?: 'MarketplaceStoreMutationApi';
|
|
24477
|
+
installApp: MarketplaceStoreInstallAppRequest;
|
|
24478
|
+
};
|
|
24479
|
+
export type MarketplaceStoreMutationApiInstallAppArgs = {
|
|
24480
|
+
input: MarketplaceStoreInstallAppInput;
|
|
24481
|
+
};
|
|
24482
|
+
export type MarketplaceStoreQueryApi = {
|
|
24483
|
+
__typename?: 'MarketplaceStoreQueryApi';
|
|
24484
|
+
installAppStatus: MarketplaceStoreInstallAppRequest;
|
|
24485
|
+
};
|
|
24486
|
+
export type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
24487
|
+
id: Scalars['ID']['input'];
|
|
24488
|
+
};
|
|
24285
24489
|
export type MarketplaceSupportedAtlassianProduct = {
|
|
24286
24490
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
24287
24491
|
hostingOptions: Array<AtlassianProductHostingType>;
|
|
@@ -24467,6 +24671,7 @@ export type Mutation = {
|
|
|
24467
24671
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
24468
24672
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
24469
24673
|
jsw?: Maybe<JswMutation>;
|
|
24674
|
+
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
24470
24675
|
moveSprintDown?: Maybe<MoveSprintDownResponse>;
|
|
24471
24676
|
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
24472
24677
|
notifications?: Maybe<InfluentsNotificationMutation>;
|
|
@@ -25395,9 +25600,19 @@ export type PeapInternalMutationApi = {
|
|
|
25395
25600
|
__typename?: 'PEAPInternalMutationApi';
|
|
25396
25601
|
_module?: Maybe<Scalars['String']['output']>;
|
|
25397
25602
|
createProgram: PeapProgramMutationResponse;
|
|
25603
|
+
updateProgram: PeapProgramMutationResponse;
|
|
25604
|
+
updateProgramStatus: PeapProgramMutationResponse;
|
|
25398
25605
|
};
|
|
25399
25606
|
export type PeapInternalMutationApiCreateProgramArgs = {
|
|
25400
|
-
program:
|
|
25607
|
+
program: PeapNewProgramInput;
|
|
25608
|
+
};
|
|
25609
|
+
export type PeapInternalMutationApiUpdateProgramArgs = {
|
|
25610
|
+
id: Scalars['ID']['input'];
|
|
25611
|
+
program: PeapUpdateProgramInput;
|
|
25612
|
+
};
|
|
25613
|
+
export type PeapInternalMutationApiUpdateProgramStatusArgs = {
|
|
25614
|
+
id: Scalars['ID']['input'];
|
|
25615
|
+
status: PeapProgramStatus;
|
|
25401
25616
|
};
|
|
25402
25617
|
export type PeapInternalQueryApi = {
|
|
25403
25618
|
__typename?: 'PEAPInternalQueryApi';
|
|
@@ -25407,26 +25622,49 @@ export type PeapMutationApi = {
|
|
|
25407
25622
|
__typename?: 'PEAPMutationApi';
|
|
25408
25623
|
internal: PeapInternalMutationApi;
|
|
25409
25624
|
};
|
|
25625
|
+
export type PeapNewProgramInput = {
|
|
25626
|
+
cdacGroup?: InputMaybe<Scalars['String']['input']>;
|
|
25627
|
+
changeCategory?: InputMaybe<Scalars['String']['input']>;
|
|
25628
|
+
changeTicket?: InputMaybe<Scalars['String']['input']>;
|
|
25629
|
+
description: Scalars['String']['input'];
|
|
25630
|
+
documentationURL: Scalars['String']['input'];
|
|
25631
|
+
name: Scalars['String']['input'];
|
|
25632
|
+
serviceId?: InputMaybe<Scalars['String']['input']>;
|
|
25633
|
+
team?: InputMaybe<Scalars['String']['input']>;
|
|
25634
|
+
teamChannel?: InputMaybe<Scalars['String']['input']>;
|
|
25635
|
+
};
|
|
25410
25636
|
export type PeapProgram = {
|
|
25411
25637
|
__typename?: 'PEAPProgram';
|
|
25638
|
+
activatedAt?: Maybe<Scalars['Date']['output']>;
|
|
25639
|
+
cdacCategory?: Maybe<Scalars['String']['output']>;
|
|
25640
|
+
changeCategory?: Maybe<Scalars['String']['output']>;
|
|
25641
|
+
changeTicket?: Maybe<Scalars['String']['output']>;
|
|
25642
|
+
completedAt?: Maybe<Scalars['Date']['output']>;
|
|
25643
|
+
createdAt: Scalars['Date']['output'];
|
|
25412
25644
|
description: Scalars['String']['output'];
|
|
25413
|
-
|
|
25645
|
+
documentationURL: Scalars['String']['output'];
|
|
25414
25646
|
id: Scalars['ID']['output'];
|
|
25415
25647
|
internal?: Maybe<PeapProgramInternalData>;
|
|
25416
25648
|
name: Scalars['String']['output'];
|
|
25417
|
-
|
|
25418
|
-
status:
|
|
25649
|
+
serviceId?: Maybe<Scalars['String']['output']>;
|
|
25650
|
+
status: PeapProgramStatus;
|
|
25651
|
+
updatedAt: Scalars['Date']['output'];
|
|
25419
25652
|
};
|
|
25420
|
-
export type
|
|
25421
|
-
|
|
25422
|
-
|
|
25423
|
-
|
|
25424
|
-
|
|
25425
|
-
|
|
25653
|
+
export type PeapProgramConnection = HasPageInfo & {
|
|
25654
|
+
__typename?: 'PEAPProgramConnection';
|
|
25655
|
+
edges?: Maybe<Array<Maybe<PeapProgramEdge>>>;
|
|
25656
|
+
pageInfo: PageInfo;
|
|
25657
|
+
};
|
|
25658
|
+
export type PeapProgramEdge = {
|
|
25659
|
+
__typename?: 'PEAPProgramEdge';
|
|
25660
|
+
cursor: Scalars['String']['output'];
|
|
25661
|
+
node: PeapProgram;
|
|
25426
25662
|
};
|
|
25427
25663
|
export type PeapProgramInternalData = {
|
|
25428
25664
|
__typename?: 'PEAPProgramInternalData';
|
|
25665
|
+
cdacGroup?: Maybe<Scalars['String']['output']>;
|
|
25429
25666
|
owner?: Maybe<User>;
|
|
25667
|
+
team?: Maybe<Scalars['String']['output']>;
|
|
25430
25668
|
teamChannel?: Maybe<Scalars['String']['output']>;
|
|
25431
25669
|
};
|
|
25432
25670
|
export type PeapProgramMutationResponse = Payload & {
|
|
@@ -25435,14 +25673,35 @@ export type PeapProgramMutationResponse = Payload & {
|
|
|
25435
25673
|
program?: Maybe<PeapProgram>;
|
|
25436
25674
|
success: Scalars['Boolean']['output'];
|
|
25437
25675
|
};
|
|
25676
|
+
export declare enum PeapProgramStatus {
|
|
25677
|
+
Abandoned = "ABANDONED",
|
|
25678
|
+
Active = "ACTIVE",
|
|
25679
|
+
Ended = "ENDED",
|
|
25680
|
+
New = "NEW",
|
|
25681
|
+
Planned = "PLANNED"
|
|
25682
|
+
}
|
|
25438
25683
|
export type PeapQueryApi = {
|
|
25439
25684
|
__typename?: 'PEAPQueryApi';
|
|
25440
25685
|
internal: PeapInternalQueryApi;
|
|
25441
25686
|
program?: Maybe<PeapProgram>;
|
|
25687
|
+
programs?: Maybe<PeapProgramConnection>;
|
|
25442
25688
|
};
|
|
25443
25689
|
export type PeapQueryApiProgramArgs = {
|
|
25444
25690
|
id: Scalars['ID']['input'];
|
|
25445
25691
|
};
|
|
25692
|
+
export type PeapQueryApiProgramsArgs = {
|
|
25693
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25694
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25695
|
+
};
|
|
25696
|
+
export type PeapUpdateProgramInput = {
|
|
25697
|
+
changeCategory?: InputMaybe<Scalars['String']['input']>;
|
|
25698
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
25699
|
+
documentationURL?: InputMaybe<Scalars['String']['input']>;
|
|
25700
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
25701
|
+
serviceId?: InputMaybe<Scalars['String']['input']>;
|
|
25702
|
+
team?: InputMaybe<Scalars['String']['input']>;
|
|
25703
|
+
teamChannel?: InputMaybe<Scalars['String']['input']>;
|
|
25704
|
+
};
|
|
25446
25705
|
export type PageInfo = {
|
|
25447
25706
|
__typename?: 'PageInfo';
|
|
25448
25707
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -27114,6 +27373,7 @@ export type Query = {
|
|
|
27114
27373
|
marketplaceAppTrustInformation?: Maybe<MarketplaceAppTrustInformationResult>;
|
|
27115
27374
|
marketplacePartner?: Maybe<MarketplacePartner>;
|
|
27116
27375
|
marketplacePricingPlan?: Maybe<MarketplacePricingPlan>;
|
|
27376
|
+
marketplaceStore: MarketplaceStoreQueryApi;
|
|
27117
27377
|
marketplaceUser?: Maybe<MarketplaceUser>;
|
|
27118
27378
|
me: AuthenticationContext;
|
|
27119
27379
|
migration: MigrationQuery;
|
|
@@ -29279,6 +29539,7 @@ export declare enum ShepherdActionType {
|
|
|
29279
29539
|
Crawl = "CRAWL",
|
|
29280
29540
|
Create = "CREATE",
|
|
29281
29541
|
Delete = "DELETE",
|
|
29542
|
+
Download = "DOWNLOAD",
|
|
29282
29543
|
Export = "EXPORT",
|
|
29283
29544
|
Grant = "GRANT",
|
|
29284
29545
|
Install = "INSTALL",
|
|
@@ -29419,9 +29680,11 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
29419
29680
|
ConfluenceDataDiscoveryCreditCard = "CONFLUENCE_DATA_DISCOVERY_CREDIT_CARD",
|
|
29420
29681
|
ConfluenceDataDiscoveryCrypto = "CONFLUENCE_DATA_DISCOVERY_CRYPTO",
|
|
29421
29682
|
ConfluenceDataDiscoveryIban = "CONFLUENCE_DATA_DISCOVERY_IBAN",
|
|
29683
|
+
ConfluenceDataDiscoveryPrivateKey = "CONFLUENCE_DATA_DISCOVERY_PRIVATE_KEY",
|
|
29422
29684
|
ConfluenceDataDiscoveryUsSsn = "CONFLUENCE_DATA_DISCOVERY_US_SSN",
|
|
29423
29685
|
ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
|
|
29424
29686
|
ConfluencePageExports = "CONFLUENCE_PAGE_EXPORTS",
|
|
29687
|
+
ConfluenceSiteBackupDownloaded = "CONFLUENCE_SITE_BACKUP_DOWNLOADED",
|
|
29425
29688
|
ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",
|
|
29426
29689
|
ConfluenceSuspiciousSearch = "CONFLUENCE_SUSPICIOUS_SEARCH",
|
|
29427
29690
|
CreatedAuthPolicy = "CREATED_AUTH_POLICY",
|