@forge/cli-shared 3.21.0-next.11 → 3.21.0-next.12

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.21.0-next.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ab01eed]
8
+ - @forge/manifest@5.1.0-next.5
9
+
3
10
  ## 3.21.0-next.11
4
11
 
5
12
  ### 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
- parentOption?: Maybe<JiraJqlOptionFieldValue>;
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']>;