@promoboxx/graphql-gateway-types 1.197.0 → 1.199.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.
@@ -70954,6 +70954,26 @@
70954
70954
  "isDeprecated": false,
70955
70955
  "deprecationReason": null
70956
70956
  },
70957
+ {
70958
+ "name": "channels",
70959
+ "description": null,
70960
+ "type": {
70961
+ "kind": "LIST",
70962
+ "name": null,
70963
+ "ofType": {
70964
+ "kind": "NON_NULL",
70965
+ "name": null,
70966
+ "ofType": {
70967
+ "kind": "SCALAR",
70968
+ "name": "String",
70969
+ "ofType": null
70970
+ }
70971
+ }
70972
+ },
70973
+ "defaultValue": null,
70974
+ "isDeprecated": false,
70975
+ "deprecationReason": null
70976
+ },
70957
70977
  {
70958
70978
  "name": "end_date",
70959
70979
  "description": null,
@@ -70966,6 +70986,26 @@
70966
70986
  "isDeprecated": false,
70967
70987
  "deprecationReason": null
70968
70988
  },
70989
+ {
70990
+ "name": "fields",
70991
+ "description": null,
70992
+ "type": {
70993
+ "kind": "LIST",
70994
+ "name": null,
70995
+ "ofType": {
70996
+ "kind": "NON_NULL",
70997
+ "name": null,
70998
+ "ofType": {
70999
+ "kind": "SCALAR",
71000
+ "name": "String",
71001
+ "ofType": null
71002
+ }
71003
+ }
71004
+ },
71005
+ "defaultValue": null,
71006
+ "isDeprecated": false,
71007
+ "deprecationReason": null
71008
+ },
70969
71009
  {
70970
71010
  "name": "limit",
70971
71011
  "description": null,
package/index.d.ts CHANGED
@@ -9158,7 +9158,9 @@ export type SharesFilters = {
9158
9158
  export type SharesParams = {
9159
9159
  brand_id?: InputMaybe<Scalars['ID']['input']>;
9160
9160
  campaign_id?: InputMaybe<Scalars['ID']['input']>;
9161
+ channels?: InputMaybe<Array<Scalars['String']['input']>>;
9161
9162
  end_date?: InputMaybe<Scalars['String']['input']>;
9163
+ fields?: InputMaybe<Array<Scalars['String']['input']>>;
9162
9164
  limit?: InputMaybe<Scalars['Int']['input']>;
9163
9165
  offset?: InputMaybe<Scalars['Int']['input']>;
9164
9166
  retailer_account_id?: InputMaybe<Scalars['ID']['input']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.197.0",
3
+ "version": "1.199.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -7728,7 +7728,9 @@ input SharesFilters {
7728
7728
  input SharesParams {
7729
7729
  brand_id: ID
7730
7730
  campaign_id: ID
7731
+ channels: [String!]
7731
7732
  end_date: String
7733
+ fields: [String!]
7732
7734
  limit: Int
7733
7735
  offset: Int
7734
7736
  retailer_account_id: ID