@promoboxx/graphql-gateway-types 1.749.0 → 1.750.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.
@@ -21562,6 +21562,18 @@
21562
21562
  "isDeprecated": false,
21563
21563
  "deprecationReason": null
21564
21564
  },
21565
+ {
21566
+ "name": "logo_overlay_placement",
21567
+ "description": null,
21568
+ "type": {
21569
+ "kind": "SCALAR",
21570
+ "name": "String",
21571
+ "ofType": null
21572
+ },
21573
+ "defaultValue": null,
21574
+ "isDeprecated": false,
21575
+ "deprecationReason": null
21576
+ },
21565
21577
  {
21566
21578
  "name": "message",
21567
21579
  "description": null,
@@ -21704,6 +21716,18 @@
21704
21716
  "isDeprecated": false,
21705
21717
  "deprecationReason": null
21706
21718
  },
21719
+ {
21720
+ "name": "logo_overlay_placement",
21721
+ "description": null,
21722
+ "type": {
21723
+ "kind": "SCALAR",
21724
+ "name": "String",
21725
+ "ofType": null
21726
+ },
21727
+ "defaultValue": null,
21728
+ "isDeprecated": false,
21729
+ "deprecationReason": null
21730
+ },
21707
21731
  {
21708
21732
  "name": "message",
21709
21733
  "description": null,
@@ -80265,6 +80289,18 @@
80265
80289
  "isDeprecated": false,
80266
80290
  "deprecationReason": null
80267
80291
  },
80292
+ {
80293
+ "name": "logo_overlay_placement",
80294
+ "description": null,
80295
+ "args": [],
80296
+ "type": {
80297
+ "kind": "SCALAR",
80298
+ "name": "String",
80299
+ "ofType": null
80300
+ },
80301
+ "isDeprecated": false,
80302
+ "deprecationReason": null
80303
+ },
80268
80304
  {
80269
80305
  "name": "multi_share_end_card",
80270
80306
  "description": null,
@@ -80846,6 +80882,18 @@
80846
80882
  "isDeprecated": false,
80847
80883
  "deprecationReason": null
80848
80884
  },
80885
+ {
80886
+ "name": "logo_overlay_placement",
80887
+ "description": null,
80888
+ "args": [],
80889
+ "type": {
80890
+ "kind": "SCALAR",
80891
+ "name": "String",
80892
+ "ofType": null
80893
+ },
80894
+ "isDeprecated": false,
80895
+ "deprecationReason": null
80896
+ },
80849
80897
  {
80850
80898
  "name": "name",
80851
80899
  "description": null,
package/index.d.ts CHANGED
@@ -2281,6 +2281,7 @@ export type CreateShareSettingBulkShareSettingsParams = {
2281
2281
  digital_asset_ids?: InputMaybe<Array<Scalars['ID']['input']>>;
2282
2282
  enabled?: InputMaybe<Scalars['Boolean']['input']>;
2283
2283
  link?: InputMaybe<Scalars['String']['input']>;
2284
+ logo_overlay_placement?: InputMaybe<Scalars['String']['input']>;
2284
2285
  message?: InputMaybe<Scalars['String']['input']>;
2285
2286
  multi_share_end_card?: InputMaybe<Scalars['Boolean']['input']>;
2286
2287
  multi_share_optimized?: InputMaybe<Scalars['Boolean']['input']>;
@@ -2295,6 +2296,7 @@ export type CreateShareSettingCarouselParams = {
2295
2296
 
2296
2297
  export type CreateShareSettingCarouselShareSettingParams = {
2297
2298
  child_attachments: Array<ChildAttachmentParams>;
2299
+ logo_overlay_placement?: InputMaybe<Scalars['String']['input']>;
2298
2300
  message?: InputMaybe<Scalars['String']['input']>;
2299
2301
  multi_share_end_card?: InputMaybe<Scalars['Boolean']['input']>;
2300
2302
  multi_share_optimized?: InputMaybe<Scalars['Boolean']['input']>;
@@ -10360,6 +10362,7 @@ export type ShareDataValues = {
10360
10362
  description?: Maybe<Scalars['String']['output']>;
10361
10363
  embed_code?: Maybe<Scalars['String']['output']>;
10362
10364
  link?: Maybe<Scalars['String']['output']>;
10365
+ logo_overlay_placement?: Maybe<Scalars['String']['output']>;
10363
10366
  multi_share_end_card?: Maybe<Scalars['Boolean']['output']>;
10364
10367
  multi_share_optimized?: Maybe<Scalars['Boolean']['output']>;
10365
10368
  post_format?: Maybe<Scalars['String']['output']>;
@@ -10420,6 +10423,7 @@ export type ShareSetting = {
10420
10423
  landing_page_copy?: Maybe<Scalars['String']['output']>;
10421
10424
  link?: Maybe<Scalars['String']['output']>;
10422
10425
  link_append_custom_fields?: Maybe<Scalars['String']['output']>;
10426
+ logo_overlay_placement?: Maybe<Scalars['String']['output']>;
10423
10427
  name?: Maybe<Scalars['String']['output']>;
10424
10428
  original_share_image_url?: Maybe<Scalars['String']['output']>;
10425
10429
  photo_original_url?: Maybe<Scalars['String']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.749.0",
3
+ "version": "1.750.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -2183,6 +2183,7 @@ input CreateShareSettingBulkShareSettingsParams {
2183
2183
  digital_asset_ids: [ID!]
2184
2184
  enabled: Boolean
2185
2185
  link: String
2186
+ logo_overlay_placement: String
2186
2187
  message: String
2187
2188
  multi_share_end_card: Boolean
2188
2189
  multi_share_optimized: Boolean
@@ -2197,6 +2198,7 @@ input CreateShareSettingCarouselParams {
2197
2198
 
2198
2199
  input CreateShareSettingCarouselShareSettingParams {
2199
2200
  child_attachments: [ChildAttachmentParams!]!
2201
+ logo_overlay_placement: String
2200
2202
  message: String
2201
2203
  multi_share_end_card: Boolean
2202
2204
  multi_share_optimized: Boolean
@@ -8745,6 +8747,7 @@ type ShareDataValues {
8745
8747
  description: String
8746
8748
  embed_code: String
8747
8749
  link: String
8750
+ logo_overlay_placement: String
8748
8751
  multi_share_end_card: Boolean
8749
8752
  multi_share_optimized: Boolean
8750
8753
  post_format: String
@@ -8805,6 +8808,7 @@ type ShareSetting {
8805
8808
  landing_page_copy: String
8806
8809
  link: String
8807
8810
  link_append_custom_fields: String
8811
+ logo_overlay_placement: String
8808
8812
  name: String
8809
8813
  original_share_image_url: String
8810
8814
  photo_original_url: String