@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.
- package/graphql.schema.json +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/schema.graphql +1 -1
package/graphql.schema.json
CHANGED
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
|
-
|
|
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
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
|
-
|
|
1002
|
+
landing_page_imagery_enabled: Boolean
|
|
1003
1003
|
limit_single_retailer_location: Boolean
|
|
1004
1004
|
match_enabled: Boolean
|
|
1005
1005
|
mobile_ads_enabled: Boolean
|