@forge/cli-shared 3.19.0-next.18 → 3.19.0-next.19
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
|
@@ -4498,6 +4498,7 @@ export type CompassScorecardAppliedToComponentsQuery = {
|
|
|
4498
4498
|
first?: Maybe<Scalars['Int']>;
|
|
4499
4499
|
after?: Maybe<Scalars['String']>;
|
|
4500
4500
|
filter?: Maybe<CompassScorecardAppliedToComponentsQueryFilter>;
|
|
4501
|
+
sort?: Maybe<CompassScorecardAppliedToComponentsQuerySort>;
|
|
4501
4502
|
};
|
|
4502
4503
|
export type CompassScorecardAppliedToComponentsQueryFilter = {
|
|
4503
4504
|
score?: Maybe<CompassScorecardAppliedToComponentsThresholdFilter>;
|
|
@@ -4508,6 +4509,10 @@ export type CompassScorecardAppliedToComponentsQueryFilter = {
|
|
|
4508
4509
|
scorecardCriteria?: Maybe<Array<CompassScorecardAppliedToComponentsCriteriaFilter>>;
|
|
4509
4510
|
};
|
|
4510
4511
|
export type CompassScorecardAppliedToComponentsQueryResult = CompassScorecardAppliedToComponentsConnection | QueryError;
|
|
4512
|
+
export type CompassScorecardAppliedToComponentsQuerySort = {
|
|
4513
|
+
name: Scalars['String'];
|
|
4514
|
+
order: CompassScorecardQuerySortOrder;
|
|
4515
|
+
};
|
|
4511
4516
|
export type CompassScorecardAppliedToComponentsScoreRange = {
|
|
4512
4517
|
from: Scalars['Int'];
|
|
4513
4518
|
to: Scalars['Int'];
|