@promoboxx/graphql-gateway-types 1.121.0 → 1.122.0
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/graphql.schema.json +2 -2
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/schema.graphql +1 -1
package/graphql.schema.json
CHANGED
|
@@ -28870,8 +28870,8 @@
|
|
|
28870
28870
|
"kind": "NON_NULL",
|
|
28871
28871
|
"name": null,
|
|
28872
28872
|
"ofType": {
|
|
28873
|
-
"kind": "
|
|
28874
|
-
"name": "
|
|
28873
|
+
"kind": "INPUT_OBJECT",
|
|
28874
|
+
"name": "SortFields",
|
|
28875
28875
|
"ofType": null
|
|
28876
28876
|
}
|
|
28877
28877
|
}
|
package/index.d.ts
CHANGED
|
@@ -3121,7 +3121,7 @@ export type FilterPagingParams = {
|
|
|
3121
3121
|
filter_groups?: InputMaybe<Array<PaidAdFilterGroups>>;
|
|
3122
3122
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3123
3123
|
page_size?: InputMaybe<Scalars['Int']['input']>;
|
|
3124
|
-
sort_fields?: InputMaybe<Array<
|
|
3124
|
+
sort_fields?: InputMaybe<Array<SortFields>>;
|
|
3125
3125
|
};
|
|
3126
3126
|
|
|
3127
3127
|
export type FiltersArchivedStatus =
|
package/package.json
CHANGED