@promoboxx/graphql-gateway-types 1.289.0 → 1.291.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.
@@ -71017,6 +71017,26 @@
71017
71017
  "isDeprecated": false,
71018
71018
  "deprecationReason": null
71019
71019
  },
71020
+ {
71021
+ "name": "lead_imports",
71022
+ "description": null,
71023
+ "args": [],
71024
+ "type": {
71025
+ "kind": "LIST",
71026
+ "name": null,
71027
+ "ofType": {
71028
+ "kind": "NON_NULL",
71029
+ "name": null,
71030
+ "ofType": {
71031
+ "kind": "OBJECT",
71032
+ "name": "LeadImport",
71033
+ "ofType": null
71034
+ }
71035
+ }
71036
+ },
71037
+ "isDeprecated": false,
71038
+ "deprecationReason": null
71039
+ },
71020
71040
  {
71021
71041
  "name": "likes",
71022
71042
  "description": null,
@@ -72450,6 +72470,30 @@
72450
72470
  "isDeprecated": false,
72451
72471
  "deprecationReason": null
72452
72472
  },
72473
+ {
72474
+ "name": "retailer_body",
72475
+ "description": null,
72476
+ "args": [],
72477
+ "type": {
72478
+ "kind": "SCALAR",
72479
+ "name": "String",
72480
+ "ofType": null
72481
+ },
72482
+ "isDeprecated": false,
72483
+ "deprecationReason": null
72484
+ },
72485
+ {
72486
+ "name": "retailer_button_text",
72487
+ "description": null,
72488
+ "args": [],
72489
+ "type": {
72490
+ "kind": "SCALAR",
72491
+ "name": "String",
72492
+ "ofType": null
72493
+ },
72494
+ "isDeprecated": false,
72495
+ "deprecationReason": null
72496
+ },
72453
72497
  {
72454
72498
  "name": "retailer_custom_share_url_id",
72455
72499
  "description": null,
@@ -72522,6 +72566,30 @@
72522
72566
  "isDeprecated": false,
72523
72567
  "deprecationReason": null
72524
72568
  },
72569
+ {
72570
+ "name": "retailer_subject",
72571
+ "description": null,
72572
+ "args": [],
72573
+ "type": {
72574
+ "kind": "SCALAR",
72575
+ "name": "String",
72576
+ "ofType": null
72577
+ },
72578
+ "isDeprecated": false,
72579
+ "deprecationReason": null
72580
+ },
72581
+ {
72582
+ "name": "retailer_text_body",
72583
+ "description": null,
72584
+ "args": [],
72585
+ "type": {
72586
+ "kind": "SCALAR",
72587
+ "name": "String",
72588
+ "ofType": null
72589
+ },
72590
+ "isDeprecated": false,
72591
+ "deprecationReason": null
72592
+ },
72525
72593
  {
72526
72594
  "name": "retailer_title",
72527
72595
  "description": null,
package/index.d.ts CHANGED
@@ -9214,6 +9214,7 @@ export type Share = {
9214
9214
  instagram_business_account_id?: Maybe<Scalars['ID']['output']>;
9215
9215
  internal_stats?: Maybe<InternalStats>;
9216
9216
  is_test?: Maybe<Scalars['Boolean']['output']>;
9217
+ lead_imports?: Maybe<Array<LeadImport>>;
9217
9218
  likes?: Maybe<Scalars['Int']['output']>;
9218
9219
  link?: Maybe<Scalars['String']['output']>;
9219
9220
  link_clicks?: Maybe<Scalars['Int']['output']>;
@@ -9359,12 +9360,16 @@ export type ShareSetting = {
9359
9360
  post_format?: Maybe<Scalars['String']['output']>;
9360
9361
  responsive_share_image_url?: Maybe<Scalars['String']['output']>;
9361
9362
  retailer_append_link_to_message?: Maybe<Scalars['String']['output']>;
9363
+ retailer_body?: Maybe<Scalars['String']['output']>;
9364
+ retailer_button_text?: Maybe<Scalars['String']['output']>;
9362
9365
  retailer_custom_share_url_id?: Maybe<Scalars['ID']['output']>;
9363
9366
  retailer_description?: Maybe<Scalars['String']['output']>;
9364
9367
  retailer_link?: Maybe<Scalars['String']['output']>;
9365
9368
  retailer_link_append_custom_fields?: Maybe<Scalars['String']['output']>;
9366
9369
  retailer_post_format?: Maybe<Scalars['String']['output']>;
9367
9370
  retailer_share_url_type?: Maybe<Scalars['String']['output']>;
9371
+ retailer_subject?: Maybe<Scalars['String']['output']>;
9372
+ retailer_text_body?: Maybe<Scalars['String']['output']>;
9368
9373
  retailer_title?: Maybe<Scalars['String']['output']>;
9369
9374
  share_data?: Maybe<ShareData>;
9370
9375
  share_image_content_type?: Maybe<Scalars['String']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.289.0",
3
+ "version": "1.291.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -7784,6 +7784,7 @@ type Share {
7784
7784
  instagram_business_account_id: ID
7785
7785
  internal_stats: InternalStats
7786
7786
  is_test: Boolean
7787
+ lead_imports: [LeadImport!]
7787
7788
  likes: Int
7788
7789
  link: String
7789
7790
  link_clicks: Int
@@ -7927,12 +7928,16 @@ type ShareSetting {
7927
7928
  post_format: String
7928
7929
  responsive_share_image_url: String
7929
7930
  retailer_append_link_to_message: String
7931
+ retailer_body: String
7932
+ retailer_button_text: String
7930
7933
  retailer_custom_share_url_id: ID
7931
7934
  retailer_description: String
7932
7935
  retailer_link: String
7933
7936
  retailer_link_append_custom_fields: String
7934
7937
  retailer_post_format: String
7935
7938
  retailer_share_url_type: String
7939
+ retailer_subject: String
7940
+ retailer_text_body: String
7936
7941
  retailer_title: String
7937
7942
  share_data: ShareData
7938
7943
  share_image_content_type: String