@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.
@@ -28870,8 +28870,8 @@
28870
28870
  "kind": "NON_NULL",
28871
28871
  "name": null,
28872
28872
  "ofType": {
28873
- "kind": "SCALAR",
28874
- "name": "String",
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<Scalars['String']['input']>>;
3124
+ sort_fields?: InputMaybe<Array<SortFields>>;
3125
3125
  };
3126
3126
 
3127
3127
  export type FiltersArchivedStatus =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.121.0",
3
+ "version": "1.122.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -3011,7 +3011,7 @@ input FilterPagingParams {
3011
3011
  filter_groups: [PaidAdFilterGroups!]
3012
3012
  offset: Int
3013
3013
  page_size: Int
3014
- sort_fields: [String!]
3014
+ sort_fields: [SortFields!]
3015
3015
  }
3016
3016
 
3017
3017
  enum FiltersArchivedStatus {