@promoboxx/graphql-gateway-types 1.747.0 → 1.749.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,18 +21562,6 @@
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
- },
21577
21565
  {
21578
21566
  "name": "message",
21579
21567
  "description": null,
@@ -21716,18 +21704,6 @@
21716
21704
  "isDeprecated": false,
21717
21705
  "deprecationReason": null
21718
21706
  },
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
- },
21731
21707
  {
21732
21708
  "name": "message",
21733
21709
  "description": null,
@@ -80289,18 +80265,6 @@
80289
80265
  "isDeprecated": false,
80290
80266
  "deprecationReason": null
80291
80267
  },
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
- },
80304
80268
  {
80305
80269
  "name": "multi_share_end_card",
80306
80270
  "description": null,
@@ -80882,18 +80846,6 @@
80882
80846
  "isDeprecated": false,
80883
80847
  "deprecationReason": null
80884
80848
  },
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
- },
80897
80849
  {
80898
80850
  "name": "name",
80899
80851
  "description": null,
package/index.d.ts CHANGED
@@ -2281,7 +2281,6 @@ 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']>;
2285
2284
  message?: InputMaybe<Scalars['String']['input']>;
2286
2285
  multi_share_end_card?: InputMaybe<Scalars['Boolean']['input']>;
2287
2286
  multi_share_optimized?: InputMaybe<Scalars['Boolean']['input']>;
@@ -2296,7 +2295,6 @@ export type CreateShareSettingCarouselParams = {
2296
2295
 
2297
2296
  export type CreateShareSettingCarouselShareSettingParams = {
2298
2297
  child_attachments: Array<ChildAttachmentParams>;
2299
- logo_overlay_placement?: InputMaybe<Scalars['String']['input']>;
2300
2298
  message?: InputMaybe<Scalars['String']['input']>;
2301
2299
  multi_share_end_card?: InputMaybe<Scalars['Boolean']['input']>;
2302
2300
  multi_share_optimized?: InputMaybe<Scalars['Boolean']['input']>;
@@ -10362,7 +10360,6 @@ export type ShareDataValues = {
10362
10360
  description?: Maybe<Scalars['String']['output']>;
10363
10361
  embed_code?: Maybe<Scalars['String']['output']>;
10364
10362
  link?: Maybe<Scalars['String']['output']>;
10365
- logo_overlay_placement?: Maybe<Scalars['String']['output']>;
10366
10363
  multi_share_end_card?: Maybe<Scalars['Boolean']['output']>;
10367
10364
  multi_share_optimized?: Maybe<Scalars['Boolean']['output']>;
10368
10365
  post_format?: Maybe<Scalars['String']['output']>;
@@ -10423,7 +10420,6 @@ export type ShareSetting = {
10423
10420
  landing_page_copy?: Maybe<Scalars['String']['output']>;
10424
10421
  link?: Maybe<Scalars['String']['output']>;
10425
10422
  link_append_custom_fields?: Maybe<Scalars['String']['output']>;
10426
- logo_overlay_placement?: Maybe<Scalars['String']['output']>;
10427
10423
  name?: Maybe<Scalars['String']['output']>;
10428
10424
  original_share_image_url?: Maybe<Scalars['String']['output']>;
10429
10425
  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.747.0",
3
+ "version": "1.749.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -2183,7 +2183,6 @@ input CreateShareSettingBulkShareSettingsParams {
2183
2183
  digital_asset_ids: [ID!]
2184
2184
  enabled: Boolean
2185
2185
  link: String
2186
- logo_overlay_placement: String
2187
2186
  message: String
2188
2187
  multi_share_end_card: Boolean
2189
2188
  multi_share_optimized: Boolean
@@ -2198,7 +2197,6 @@ input CreateShareSettingCarouselParams {
2198
2197
 
2199
2198
  input CreateShareSettingCarouselShareSettingParams {
2200
2199
  child_attachments: [ChildAttachmentParams!]!
2201
- logo_overlay_placement: String
2202
2200
  message: String
2203
2201
  multi_share_end_card: Boolean
2204
2202
  multi_share_optimized: Boolean
@@ -8747,7 +8745,6 @@ type ShareDataValues {
8747
8745
  description: String
8748
8746
  embed_code: String
8749
8747
  link: String
8750
- logo_overlay_placement: String
8751
8748
  multi_share_end_card: Boolean
8752
8749
  multi_share_optimized: Boolean
8753
8750
  post_format: String
@@ -8808,7 +8805,6 @@ type ShareSetting {
8808
8805
  landing_page_copy: String
8809
8806
  link: String
8810
8807
  link_append_custom_fields: String
8811
- logo_overlay_placement: String
8812
8808
  name: String
8813
8809
  original_share_image_url: String
8814
8810
  photo_original_url: String