@promoboxx/graphql-gateway-types 1.981.0 → 1.982.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.
@@ -41532,9 +41532,17 @@
41532
41532
  "name": "share_type",
41533
41533
  "description": null,
41534
41534
  "type": {
41535
- "kind": "SCALAR",
41536
- "name": "String",
41537
- "ofType": null
41535
+ "kind": "LIST",
41536
+ "name": null,
41537
+ "ofType": {
41538
+ "kind": "NON_NULL",
41539
+ "name": null,
41540
+ "ofType": {
41541
+ "kind": "SCALAR",
41542
+ "name": "String",
41543
+ "ofType": null
41544
+ }
41545
+ }
41538
41546
  },
41539
41547
  "defaultValue": null,
41540
41548
  "isDeprecated": false,
package/index.d.ts CHANGED
@@ -4425,7 +4425,7 @@ export type GetRetailersParams = {
4425
4425
  };
4426
4426
 
4427
4427
  export type GetShareSettingsRetailerFilters = {
4428
- share_type?: InputMaybe<Scalars['String']['input']>;
4428
+ share_type?: InputMaybe<Array<Scalars['String']['input']>>;
4429
4429
  };
4430
4430
 
4431
4431
  export type GetSharesByResourceTypeResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.981.0",
3
+ "version": "1.982.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -4227,7 +4227,7 @@ input GetRetailersParams {
4227
4227
  }
4228
4228
 
4229
4229
  input GetShareSettingsRetailerFilters {
4230
- share_type: String
4230
+ share_type: [String!]
4231
4231
  }
4232
4232
 
4233
4233
  type GetSharesByResourceTypeResponse {