@promoboxx/graphql-gateway-types 1.1089.0 → 1.1090.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.
@@ -2807,7 +2807,7 @@
2807
2807
  "args": [],
2808
2808
  "type": {
2809
2809
  "kind": "SCALAR",
2810
- "name": "Int",
2810
+ "name": "ID",
2811
2811
  "ofType": null
2812
2812
  },
2813
2813
  "isDeprecated": false,
@@ -13820,7 +13820,7 @@
13820
13820
  "args": [],
13821
13821
  "type": {
13822
13822
  "kind": "SCALAR",
13823
- "name": "Int",
13823
+ "name": "ID",
13824
13824
  "ofType": null
13825
13825
  },
13826
13826
  "isDeprecated": false,
@@ -17315,7 +17315,7 @@
17315
17315
  "args": [],
17316
17316
  "type": {
17317
17317
  "kind": "SCALAR",
17318
- "name": "Int",
17318
+ "name": "ID",
17319
17319
  "ofType": null
17320
17320
  },
17321
17321
  "isDeprecated": false,
@@ -17563,7 +17563,7 @@
17563
17563
  "description": null,
17564
17564
  "type": {
17565
17565
  "kind": "SCALAR",
17566
- "name": "Int",
17566
+ "name": "ID",
17567
17567
  "ofType": null
17568
17568
  },
17569
17569
  "defaultValue": null,
@@ -21709,7 +21709,7 @@
21709
21709
  "description": null,
21710
21710
  "type": {
21711
21711
  "kind": "SCALAR",
21712
- "name": "Int",
21712
+ "name": "ID",
21713
21713
  "ofType": null
21714
21714
  },
21715
21715
  "defaultValue": null,
@@ -25293,7 +25293,7 @@
25293
25293
  "description": null,
25294
25294
  "type": {
25295
25295
  "kind": "SCALAR",
25296
- "name": "Int",
25296
+ "name": "ID",
25297
25297
  "ofType": null
25298
25298
  },
25299
25299
  "defaultValue": null,
@@ -86995,7 +86995,7 @@
86995
86995
  "args": [],
86996
86996
  "type": {
86997
86997
  "kind": "SCALAR",
86998
- "name": "Int",
86998
+ "name": "ID",
86999
86999
  "ofType": null
87000
87000
  },
87001
87001
  "isDeprecated": false,
@@ -87499,7 +87499,7 @@
87499
87499
  "args": [],
87500
87500
  "type": {
87501
87501
  "kind": "SCALAR",
87502
- "name": "Int",
87502
+ "name": "ID",
87503
87503
  "ofType": null
87504
87504
  },
87505
87505
  "isDeprecated": false,
@@ -87662,9 +87662,17 @@
87662
87662
  "description": null,
87663
87663
  "args": [],
87664
87664
  "type": {
87665
- "kind": "SCALAR",
87666
- "name": "String",
87667
- "ofType": null
87665
+ "kind": "LIST",
87666
+ "name": null,
87667
+ "ofType": {
87668
+ "kind": "NON_NULL",
87669
+ "name": null,
87670
+ "ofType": {
87671
+ "kind": "SCALAR",
87672
+ "name": "String",
87673
+ "ofType": null
87674
+ }
87675
+ }
87668
87676
  },
87669
87677
  "isDeprecated": false,
87670
87678
  "deprecationReason": null
@@ -88331,7 +88339,7 @@
88331
88339
  "description": null,
88332
88340
  "type": {
88333
88341
  "kind": "SCALAR",
88334
- "name": "Int",
88342
+ "name": "ID",
88335
88343
  "ofType": null
88336
88344
  },
88337
88345
  "defaultValue": null,
package/index.d.ts CHANGED
@@ -317,7 +317,7 @@ export type AdChildAttachment = {
317
317
  __typename?: 'AdChildAttachment';
318
318
  allow_retailer_url_override?: Maybe<Scalars['Boolean']['output']>;
319
319
  call_to_action?: Maybe<CallToAction>;
320
- custom_share_url_id?: Maybe<Scalars['Int']['output']>;
320
+ custom_share_url_id?: Maybe<Scalars['ID']['output']>;
321
321
  description?: Maybe<Scalars['String']['output']>;
322
322
  id: Scalars['ID']['output'];
323
323
  link?: Maybe<Link>;
@@ -1490,7 +1490,7 @@ export type Campaign = {
1490
1490
  creative_path?: Maybe<Scalars['String']['output']>;
1491
1491
  current_user_opted_out?: Maybe<Scalars['Boolean']['output']>;
1492
1492
  custom_form_id?: Maybe<Scalars['ID']['output']>;
1493
- custom_share_url_id?: Maybe<Scalars['Int']['output']>;
1493
+ custom_share_url_id?: Maybe<Scalars['ID']['output']>;
1494
1494
  customizer_url?: Maybe<Scalars['String']['output']>;
1495
1495
  days_remaining?: Maybe<Scalars['String']['output']>;
1496
1496
  default_registration_key?: Maybe<RegistrationKey>;
@@ -1836,7 +1836,7 @@ export type ChildAttachment = {
1836
1836
  allow_retailer_url_override?: Maybe<Scalars['Boolean']['output']>;
1837
1837
  call_to_action?: Maybe<Scalars['String']['output']>;
1838
1838
  crop_attributes?: Maybe<CropAttributes>;
1839
- custom_share_url_id?: Maybe<Scalars['Int']['output']>;
1839
+ custom_share_url_id?: Maybe<Scalars['ID']['output']>;
1840
1840
  description?: Maybe<Scalars['String']['output']>;
1841
1841
  id: Scalars['ID']['output'];
1842
1842
  link?: Maybe<Scalars['String']['output']>;
@@ -1861,7 +1861,7 @@ export type ChildAttachmentParams = {
1861
1861
  allow_retailer_url_override?: InputMaybe<Scalars['Boolean']['input']>;
1862
1862
  call_to_action?: InputMaybe<Scalars['String']['input']>;
1863
1863
  crop_attributes?: InputMaybe<ShareSettingBrandCropInput>;
1864
- custom_share_url_id?: InputMaybe<Scalars['Int']['input']>;
1864
+ custom_share_url_id?: InputMaybe<Scalars['ID']['input']>;
1865
1865
  description?: InputMaybe<Scalars['String']['input']>;
1866
1866
  link?: InputMaybe<Scalars['String']['input']>;
1867
1867
  media?: InputMaybe<MediaParams>;
@@ -2287,7 +2287,7 @@ export type CreateCampaignDataCampaign = {
2287
2287
  campaign_categories?: InputMaybe<Array<Scalars['String']['input']>>;
2288
2288
  campaign_type?: InputMaybe<Scalars['String']['input']>;
2289
2289
  creative_path?: InputMaybe<Scalars['String']['input']>;
2290
- custom_share_url_id?: InputMaybe<Scalars['Int']['input']>;
2290
+ custom_share_url_id?: InputMaybe<Scalars['ID']['input']>;
2291
2291
  customizer_url?: InputMaybe<Scalars['String']['input']>;
2292
2292
  default_share_url?: InputMaybe<Scalars['String']['input']>;
2293
2293
  description?: InputMaybe<Scalars['String']['input']>;
@@ -2629,7 +2629,7 @@ export type CreateShareSettingBulkShareSettingsParams = {
2629
2629
  campaign_id: Scalars['ID']['input'];
2630
2630
  channels?: InputMaybe<Array<Scalars['String']['input']>>;
2631
2631
  child_attachments?: InputMaybe<Array<ChildAttachmentParams>>;
2632
- custom_share_url_id?: InputMaybe<Scalars['Int']['input']>;
2632
+ custom_share_url_id?: InputMaybe<Scalars['ID']['input']>;
2633
2633
  description?: InputMaybe<Scalars['String']['input']>;
2634
2634
  digital_asset_ids?: InputMaybe<Array<Scalars['ID']['input']>>;
2635
2635
  enabled?: InputMaybe<Scalars['Boolean']['input']>;
@@ -11098,7 +11098,7 @@ export type ShareDataValues = {
11098
11098
  body?: Maybe<Scalars['String']['output']>;
11099
11099
  button_text?: Maybe<Scalars['String']['output']>;
11100
11100
  child_attachments?: Maybe<Array<ChildAttachment>>;
11101
- custom_share_url_id?: Maybe<Scalars['Int']['output']>;
11101
+ custom_share_url_id?: Maybe<Scalars['ID']['output']>;
11102
11102
  description?: Maybe<Scalars['String']['output']>;
11103
11103
  embed_code?: Maybe<Scalars['String']['output']>;
11104
11104
  link?: Maybe<Scalars['String']['output']>;
@@ -11153,7 +11153,7 @@ export type ShareSetting = {
11153
11153
  created_at?: Maybe<Scalars['String']['output']>;
11154
11154
  created_by_id?: Maybe<Scalars['ID']['output']>;
11155
11155
  crop_attributes?: Maybe<CropAttributes>;
11156
- custom_share_url_id?: Maybe<Scalars['Int']['output']>;
11156
+ custom_share_url_id?: Maybe<Scalars['ID']['output']>;
11157
11157
  default_share_image?: Maybe<Scalars['String']['output']>;
11158
11158
  deleted_at?: Maybe<Scalars['String']['output']>;
11159
11159
  description?: Maybe<Scalars['String']['output']>;
@@ -11165,7 +11165,7 @@ export type ShareSetting = {
11165
11165
  id: Scalars['ID']['output'];
11166
11166
  landing_page_copy?: Maybe<Scalars['String']['output']>;
11167
11167
  link?: Maybe<Scalars['String']['output']>;
11168
- link_append_custom_fields?: Maybe<Scalars['String']['output']>;
11168
+ link_append_custom_fields?: Maybe<Array<Scalars['String']['output']>>;
11169
11169
  logo_overlay_placement?: Maybe<Scalars['String']['output']>;
11170
11170
  name?: Maybe<Scalars['String']['output']>;
11171
11171
  original_share_image_url?: Maybe<Scalars['String']['output']>;
@@ -11225,7 +11225,7 @@ export type ShareSettingBrandInput = {
11225
11225
  child_attachments?: InputMaybe<Array<ChildAttachmentParams>>;
11226
11226
  content_discovery_item_id?: InputMaybe<Scalars['ID']['input']>;
11227
11227
  crop_attributes?: InputMaybe<ShareSettingBrandCropInput>;
11228
- custom_share_url_id?: InputMaybe<Scalars['Int']['input']>;
11228
+ custom_share_url_id?: InputMaybe<Scalars['ID']['input']>;
11229
11229
  default_share_image?: InputMaybe<Scalars['String']['input']>;
11230
11230
  description?: InputMaybe<Scalars['String']['input']>;
11231
11231
  destination_preview_url?: InputMaybe<Scalars['String']['input']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.1089.0",
3
+ "version": "1.1090.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -283,7 +283,7 @@ enum AdCampaignType {
283
283
  type AdChildAttachment {
284
284
  allow_retailer_url_override: Boolean
285
285
  call_to_action: CallToAction
286
- custom_share_url_id: Int
286
+ custom_share_url_id: ID
287
287
  description: String
288
288
  id: ID!
289
289
  link: Link
@@ -1431,7 +1431,7 @@ type Campaign {
1431
1431
  creative_path: String
1432
1432
  current_user_opted_out: Boolean
1433
1433
  custom_form_id: ID
1434
- custom_share_url_id: Int
1434
+ custom_share_url_id: ID
1435
1435
  customizer_url: String
1436
1436
  days_remaining: String
1437
1437
  default_registration_key: RegistrationKey
@@ -1746,7 +1746,7 @@ type ChildAttachment {
1746
1746
  allow_retailer_url_override: Boolean
1747
1747
  call_to_action: String
1748
1748
  crop_attributes: CropAttributes
1749
- custom_share_url_id: Int
1749
+ custom_share_url_id: ID
1750
1750
  description: String
1751
1751
  id: ID!
1752
1752
  link: String
@@ -1770,7 +1770,7 @@ input ChildAttachmentParams {
1770
1770
  allow_retailer_url_override: Boolean
1771
1771
  call_to_action: String
1772
1772
  crop_attributes: ShareSettingBrandCropInput
1773
- custom_share_url_id: Int
1773
+ custom_share_url_id: ID
1774
1774
  description: String
1775
1775
  link: String
1776
1776
  media: MediaParams
@@ -2170,7 +2170,7 @@ input CreateCampaignDataCampaign {
2170
2170
  campaign_categories: [String!]
2171
2171
  campaign_type: String
2172
2172
  creative_path: String
2173
- custom_share_url_id: Int
2173
+ custom_share_url_id: ID
2174
2174
  customizer_url: String
2175
2175
  default_share_url: String
2176
2176
  description: String
@@ -2512,7 +2512,7 @@ input CreateShareSettingBulkShareSettingsParams {
2512
2512
  campaign_id: ID!
2513
2513
  channels: [String!]
2514
2514
  child_attachments: [ChildAttachmentParams!]
2515
- custom_share_url_id: Int
2515
+ custom_share_url_id: ID
2516
2516
  description: String
2517
2517
  digital_asset_ids: [ID!]
2518
2518
  enabled: Boolean
@@ -9118,7 +9118,7 @@ type ShareDataValues {
9118
9118
  body: String
9119
9119
  button_text: String
9120
9120
  child_attachments: [ChildAttachment!]
9121
- custom_share_url_id: Int
9121
+ custom_share_url_id: ID
9122
9122
  description: String
9123
9123
  embed_code: String
9124
9124
  link: String
@@ -9173,7 +9173,7 @@ type ShareSetting {
9173
9173
  created_at: String
9174
9174
  created_by_id: ID
9175
9175
  crop_attributes: CropAttributes
9176
- custom_share_url_id: Int
9176
+ custom_share_url_id: ID
9177
9177
  default_share_image: String
9178
9178
  deleted_at: String
9179
9179
  description: String
@@ -9185,7 +9185,7 @@ type ShareSetting {
9185
9185
  id: ID!
9186
9186
  landing_page_copy: String
9187
9187
  link: String
9188
- link_append_custom_fields: String
9188
+ link_append_custom_fields: [String!]
9189
9189
  logo_overlay_placement: String
9190
9190
  name: String
9191
9191
  original_share_image_url: String
@@ -9245,7 +9245,7 @@ input ShareSettingBrandInput {
9245
9245
  child_attachments: [ChildAttachmentParams!]
9246
9246
  content_discovery_item_id: ID
9247
9247
  crop_attributes: ShareSettingBrandCropInput
9248
- custom_share_url_id: Int
9248
+ custom_share_url_id: ID
9249
9249
  default_share_image: String
9250
9250
  description: String
9251
9251
  destination_preview_url: String