@forge/cli-shared 5.6.0-next.12 → 5.6.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
CHANGED
|
@@ -61875,7 +61875,6 @@ export declare type Query = {
|
|
|
61875
61875
|
productListings: Array<ProductListingResult>;
|
|
61876
61876
|
radar_enlistment: RadarEnlistment;
|
|
61877
61877
|
radar_fieldValues: RadarFieldValuesConnection;
|
|
61878
|
-
radar_healthcheck: Scalars['String']['output'];
|
|
61879
61878
|
radar_positions: RadarPositionConnection;
|
|
61880
61879
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
61881
61880
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
@@ -63258,14 +63257,12 @@ export declare type QueryRadar_FieldValuesArgs = {
|
|
|
63258
63257
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63259
63258
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
63260
63259
|
cloudId: Scalars['ID']['input'];
|
|
63261
|
-
|
|
63260
|
+
entityType: RadarEntityType;
|
|
63261
|
+
fieldId: Scalars['ID']['input'];
|
|
63262
63262
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63263
63263
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
63264
63264
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
63265
63265
|
};
|
|
63266
|
-
export declare type QueryRadar_HealthcheckArgs = {
|
|
63267
|
-
cloudId: Scalars['ID']['input'];
|
|
63268
|
-
};
|
|
63269
63266
|
export declare type QueryRadar_PositionsArgs = {
|
|
63270
63267
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63271
63268
|
before?: InputMaybe<Scalars['String']['input']>;
|