@promoboxx/graphql-gateway-types 1.697.0 → 1.698.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.
@@ -9126,7 +9126,7 @@
9126
9126
  "deprecationReason": null
9127
9127
  },
9128
9128
  {
9129
- "name": "landing_page_imagaery_enabled",
9129
+ "name": "landing_page_imagery_enabled",
9130
9130
  "description": null,
9131
9131
  "args": [],
9132
9132
  "type": {
package/index.d.ts CHANGED
@@ -1030,7 +1030,7 @@ export type BrandSettings = {
1030
1030
  frame_campaigns_enabled?: Maybe<Scalars['Boolean']['output']>;
1031
1031
  google_ads_enabled?: Maybe<Scalars['Boolean']['output']>;
1032
1032
  instamatch_enabled?: Maybe<Scalars['Boolean']['output']>;
1033
- landing_page_imagaery_enabled?: Maybe<Scalars['Boolean']['output']>;
1033
+ landing_page_imagery_enabled?: Maybe<Scalars['Boolean']['output']>;
1034
1034
  limit_single_retailer_location?: Maybe<Scalars['Boolean']['output']>;
1035
1035
  match_enabled?: Maybe<Scalars['Boolean']['output']>;
1036
1036
  mobile_ads_enabled?: Maybe<Scalars['Boolean']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.697.0",
3
+ "version": "1.698.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -999,7 +999,7 @@ type BrandSettings {
999
999
  frame_campaigns_enabled: Boolean
1000
1000
  google_ads_enabled: Boolean
1001
1001
  instamatch_enabled: Boolean
1002
- landing_page_imagaery_enabled: Boolean
1002
+ landing_page_imagery_enabled: Boolean
1003
1003
  limit_single_retailer_location: Boolean
1004
1004
  match_enabled: Boolean
1005
1005
  mobile_ads_enabled: Boolean