@promoboxx/graphql-gateway-types 1.804.0 → 1.806.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.
@@ -83173,6 +83173,18 @@
83173
83173
  "isDeprecated": false,
83174
83174
  "deprecationReason": null
83175
83175
  },
83176
+ {
83177
+ "name": "score",
83178
+ "description": null,
83179
+ "args": [],
83180
+ "type": {
83181
+ "kind": "SCALAR",
83182
+ "name": "Float",
83183
+ "ofType": null
83184
+ },
83185
+ "isDeprecated": false,
83186
+ "deprecationReason": null
83187
+ },
83176
83188
  {
83177
83189
  "name": "share_data",
83178
83190
  "description": null,
package/index.d.ts CHANGED
@@ -10680,6 +10680,7 @@ export type ShareSetting = {
10680
10680
  retailer_subject?: Maybe<Scalars['String']['output']>;
10681
10681
  retailer_text_body?: Maybe<Scalars['String']['output']>;
10682
10682
  retailer_title?: Maybe<Scalars['String']['output']>;
10683
+ score?: Maybe<Scalars['Float']['output']>;
10683
10684
  share_data?: Maybe<ShareData>;
10684
10685
  share_image_content_type?: Maybe<Scalars['String']['output']>;
10685
10686
  share_image_file_name?: Maybe<Scalars['String']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.804.0",
3
+ "version": "1.806.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -8959,6 +8959,7 @@ type ShareSetting {
8959
8959
  retailer_subject: String
8960
8960
  retailer_text_body: String
8961
8961
  retailer_title: String
8962
+ score: Float
8962
8963
  share_data: ShareData
8963
8964
  share_image_content_type: String
8964
8965
  share_image_file_name: String