@promoboxx/graphql-gateway-types 1.1040.0 → 1.1041.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.
- package/graphql.schema.json +73 -81
- package/index.d.ts +9 -9
- package/package.json +1 -1
- package/schema.graphql +9 -9
package/graphql.schema.json
CHANGED
|
@@ -9496,6 +9496,18 @@
|
|
|
9496
9496
|
"isDeprecated": false,
|
|
9497
9497
|
"deprecationReason": null
|
|
9498
9498
|
},
|
|
9499
|
+
{
|
|
9500
|
+
"name": "campaign_landing_pages_enabled",
|
|
9501
|
+
"description": null,
|
|
9502
|
+
"args": [],
|
|
9503
|
+
"type": {
|
|
9504
|
+
"kind": "SCALAR",
|
|
9505
|
+
"name": "Boolean",
|
|
9506
|
+
"ofType": null
|
|
9507
|
+
},
|
|
9508
|
+
"isDeprecated": false,
|
|
9509
|
+
"deprecationReason": null
|
|
9510
|
+
},
|
|
9499
9511
|
{
|
|
9500
9512
|
"name": "captive_retailer_network",
|
|
9501
9513
|
"description": null,
|
|
@@ -88496,6 +88508,54 @@
|
|
|
88496
88508
|
"enumValues": null,
|
|
88497
88509
|
"possibleTypes": null
|
|
88498
88510
|
},
|
|
88511
|
+
{
|
|
88512
|
+
"kind": "INPUT_OBJECT",
|
|
88513
|
+
"name": "ShareSettingBrandCopyOptionAttributesInput",
|
|
88514
|
+
"description": null,
|
|
88515
|
+
"isOneOf": false,
|
|
88516
|
+
"fields": null,
|
|
88517
|
+
"inputFields": [
|
|
88518
|
+
{
|
|
88519
|
+
"name": "_destroy",
|
|
88520
|
+
"description": null,
|
|
88521
|
+
"type": {
|
|
88522
|
+
"kind": "SCALAR",
|
|
88523
|
+
"name": "Boolean",
|
|
88524
|
+
"ofType": null
|
|
88525
|
+
},
|
|
88526
|
+
"defaultValue": null,
|
|
88527
|
+
"isDeprecated": false,
|
|
88528
|
+
"deprecationReason": null
|
|
88529
|
+
},
|
|
88530
|
+
{
|
|
88531
|
+
"name": "id",
|
|
88532
|
+
"description": null,
|
|
88533
|
+
"type": {
|
|
88534
|
+
"kind": "SCALAR",
|
|
88535
|
+
"name": "ID",
|
|
88536
|
+
"ofType": null
|
|
88537
|
+
},
|
|
88538
|
+
"defaultValue": null,
|
|
88539
|
+
"isDeprecated": false,
|
|
88540
|
+
"deprecationReason": null
|
|
88541
|
+
},
|
|
88542
|
+
{
|
|
88543
|
+
"name": "message",
|
|
88544
|
+
"description": null,
|
|
88545
|
+
"type": {
|
|
88546
|
+
"kind": "SCALAR",
|
|
88547
|
+
"name": "String",
|
|
88548
|
+
"ofType": null
|
|
88549
|
+
},
|
|
88550
|
+
"defaultValue": null,
|
|
88551
|
+
"isDeprecated": false,
|
|
88552
|
+
"deprecationReason": null
|
|
88553
|
+
}
|
|
88554
|
+
],
|
|
88555
|
+
"interfaces": null,
|
|
88556
|
+
"enumValues": null,
|
|
88557
|
+
"possibleTypes": null
|
|
88558
|
+
},
|
|
88499
88559
|
{
|
|
88500
88560
|
"kind": "INPUT_OBJECT",
|
|
88501
88561
|
"name": "ShareSettingBrandCropInput",
|
|
@@ -88823,6 +88883,18 @@
|
|
|
88823
88883
|
"isDeprecated": false,
|
|
88824
88884
|
"deprecationReason": null
|
|
88825
88885
|
},
|
|
88886
|
+
{
|
|
88887
|
+
"name": "name",
|
|
88888
|
+
"description": null,
|
|
88889
|
+
"type": {
|
|
88890
|
+
"kind": "SCALAR",
|
|
88891
|
+
"name": "String",
|
|
88892
|
+
"ofType": null
|
|
88893
|
+
},
|
|
88894
|
+
"defaultValue": null,
|
|
88895
|
+
"isDeprecated": false,
|
|
88896
|
+
"deprecationReason": null
|
|
88897
|
+
},
|
|
88826
88898
|
{
|
|
88827
88899
|
"name": "original_share_image_url",
|
|
88828
88900
|
"description": null,
|
|
@@ -88943,26 +89015,6 @@
|
|
|
88943
89015
|
"isDeprecated": false,
|
|
88944
89016
|
"deprecationReason": null
|
|
88945
89017
|
},
|
|
88946
|
-
{
|
|
88947
|
-
"name": "share_setting_copy_options",
|
|
88948
|
-
"description": null,
|
|
88949
|
-
"type": {
|
|
88950
|
-
"kind": "LIST",
|
|
88951
|
-
"name": null,
|
|
88952
|
-
"ofType": {
|
|
88953
|
-
"kind": "NON_NULL",
|
|
88954
|
-
"name": null,
|
|
88955
|
-
"ofType": {
|
|
88956
|
-
"kind": "INPUT_OBJECT",
|
|
88957
|
-
"name": "ShareSettingBrandOptionInput",
|
|
88958
|
-
"ofType": null
|
|
88959
|
-
}
|
|
88960
|
-
}
|
|
88961
|
-
},
|
|
88962
|
-
"defaultValue": null,
|
|
88963
|
-
"isDeprecated": false,
|
|
88964
|
-
"deprecationReason": null
|
|
88965
|
-
},
|
|
88966
89018
|
{
|
|
88967
89019
|
"name": "share_setting_copy_options_attributes",
|
|
88968
89020
|
"description": null,
|
|
@@ -88974,7 +89026,7 @@
|
|
|
88974
89026
|
"name": null,
|
|
88975
89027
|
"ofType": {
|
|
88976
89028
|
"kind": "INPUT_OBJECT",
|
|
88977
|
-
"name": "
|
|
89029
|
+
"name": "ShareSettingBrandCopyOptionAttributesInput",
|
|
88978
89030
|
"ofType": null
|
|
88979
89031
|
}
|
|
88980
89032
|
}
|
|
@@ -89048,66 +89100,6 @@
|
|
|
89048
89100
|
"enumValues": null,
|
|
89049
89101
|
"possibleTypes": null
|
|
89050
89102
|
},
|
|
89051
|
-
{
|
|
89052
|
-
"kind": "INPUT_OBJECT",
|
|
89053
|
-
"name": "ShareSettingBrandOptionInput",
|
|
89054
|
-
"description": null,
|
|
89055
|
-
"isOneOf": false,
|
|
89056
|
-
"fields": null,
|
|
89057
|
-
"inputFields": [
|
|
89058
|
-
{
|
|
89059
|
-
"name": "child_attachment_id",
|
|
89060
|
-
"description": null,
|
|
89061
|
-
"type": {
|
|
89062
|
-
"kind": "SCALAR",
|
|
89063
|
-
"name": "ID",
|
|
89064
|
-
"ofType": null
|
|
89065
|
-
},
|
|
89066
|
-
"defaultValue": null,
|
|
89067
|
-
"isDeprecated": false,
|
|
89068
|
-
"deprecationReason": null
|
|
89069
|
-
},
|
|
89070
|
-
{
|
|
89071
|
-
"name": "id",
|
|
89072
|
-
"description": null,
|
|
89073
|
-
"type": {
|
|
89074
|
-
"kind": "SCALAR",
|
|
89075
|
-
"name": "ID",
|
|
89076
|
-
"ofType": null
|
|
89077
|
-
},
|
|
89078
|
-
"defaultValue": null,
|
|
89079
|
-
"isDeprecated": false,
|
|
89080
|
-
"deprecationReason": null
|
|
89081
|
-
},
|
|
89082
|
-
{
|
|
89083
|
-
"name": "message",
|
|
89084
|
-
"description": null,
|
|
89085
|
-
"type": {
|
|
89086
|
-
"kind": "SCALAR",
|
|
89087
|
-
"name": "String",
|
|
89088
|
-
"ofType": null
|
|
89089
|
-
},
|
|
89090
|
-
"defaultValue": null,
|
|
89091
|
-
"isDeprecated": false,
|
|
89092
|
-
"deprecationReason": null
|
|
89093
|
-
},
|
|
89094
|
-
{
|
|
89095
|
-
"name": "share_setting_id",
|
|
89096
|
-
"description": null,
|
|
89097
|
-
"type": {
|
|
89098
|
-
"kind": "SCALAR",
|
|
89099
|
-
"name": "ID",
|
|
89100
|
-
"ofType": null
|
|
89101
|
-
},
|
|
89102
|
-
"defaultValue": null,
|
|
89103
|
-
"isDeprecated": false,
|
|
89104
|
-
"deprecationReason": null
|
|
89105
|
-
}
|
|
89106
|
-
],
|
|
89107
|
-
"interfaces": null,
|
|
89108
|
-
"enumValues": null,
|
|
89109
|
-
"possibleTypes": null
|
|
89110
|
-
},
|
|
89111
89103
|
{
|
|
89112
89104
|
"kind": "INPUT_OBJECT",
|
|
89113
89105
|
"name": "ShareSettingBrandShareDataFieldsInput",
|
package/index.d.ts
CHANGED
|
@@ -1057,6 +1057,7 @@ export type BrandSettings = {
|
|
|
1057
1057
|
brand_content_discovery?: Maybe<Scalars['Boolean']['output']>;
|
|
1058
1058
|
brand_goals_dashboard_enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
1059
1059
|
campaign_append_to_retailer_website_enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
1060
|
+
campaign_landing_pages_enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
1060
1061
|
captive_retailer_network?: Maybe<Scalars['Boolean']['output']>;
|
|
1061
1062
|
contacts_enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
1062
1063
|
data_campaigns_enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -11283,6 +11284,12 @@ export type ShareSetting = {
|
|
|
11283
11284
|
updated_by_id?: Maybe<Scalars['ID']['output']>;
|
|
11284
11285
|
};
|
|
11285
11286
|
|
|
11287
|
+
export type ShareSettingBrandCopyOptionAttributesInput = {
|
|
11288
|
+
_destroy?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11289
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
11290
|
+
message?: InputMaybe<Scalars['String']['input']>;
|
|
11291
|
+
};
|
|
11292
|
+
|
|
11286
11293
|
export type ShareSettingBrandCropInput = {
|
|
11287
11294
|
crop_height?: InputMaybe<Scalars['Int']['input']>;
|
|
11288
11295
|
crop_origin_x?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -11310,6 +11317,7 @@ export type ShareSettingBrandInput = {
|
|
|
11310
11317
|
link_append_custom_fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
11311
11318
|
logo_overlay_placement?: InputMaybe<Scalars['String']['input']>;
|
|
11312
11319
|
message?: InputMaybe<Scalars['String']['input']>;
|
|
11320
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
11313
11321
|
original_share_image_url?: InputMaybe<Scalars['String']['input']>;
|
|
11314
11322
|
photo_original_url?: InputMaybe<Scalars['String']['input']>;
|
|
11315
11323
|
photo_url?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -11320,8 +11328,7 @@ export type ShareSettingBrandInput = {
|
|
|
11320
11328
|
share_image_file_name?: InputMaybe<Scalars['String']['input']>;
|
|
11321
11329
|
share_image_file_size?: InputMaybe<Scalars['Int']['input']>;
|
|
11322
11330
|
share_image_url?: InputMaybe<Scalars['String']['input']>;
|
|
11323
|
-
|
|
11324
|
-
share_setting_copy_options_attributes?: InputMaybe<Array<ShareSettingBrandOptionInput>>;
|
|
11331
|
+
share_setting_copy_options_attributes?: InputMaybe<Array<ShareSettingBrandCopyOptionAttributesInput>>;
|
|
11325
11332
|
share_setting_landing_page?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11326
11333
|
share_type?: InputMaybe<Scalars['String']['input']>;
|
|
11327
11334
|
share_url_type?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -11329,13 +11336,6 @@ export type ShareSettingBrandInput = {
|
|
|
11329
11336
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
11330
11337
|
};
|
|
11331
11338
|
|
|
11332
|
-
export type ShareSettingBrandOptionInput = {
|
|
11333
|
-
child_attachment_id?: InputMaybe<Scalars['ID']['input']>;
|
|
11334
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
11335
|
-
message?: InputMaybe<Scalars['String']['input']>;
|
|
11336
|
-
share_setting_id?: InputMaybe<Scalars['ID']['input']>;
|
|
11337
|
-
};
|
|
11338
|
-
|
|
11339
11339
|
export type ShareSettingBrandShareDataFieldsInput = {
|
|
11340
11340
|
append_link_to_message?: InputMaybe<Scalars['String']['input']>;
|
|
11341
11341
|
custom_share_url_id?: InputMaybe<Scalars['ID']['input']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1023,6 +1023,7 @@ type BrandSettings {
|
|
|
1023
1023
|
brand_content_discovery: Boolean
|
|
1024
1024
|
brand_goals_dashboard_enabled: Boolean
|
|
1025
1025
|
campaign_append_to_retailer_website_enabled: Boolean
|
|
1026
|
+
campaign_landing_pages_enabled: Boolean
|
|
1026
1027
|
captive_retailer_network: Boolean
|
|
1027
1028
|
contacts_enabled: Boolean
|
|
1028
1029
|
data_campaigns_enabled: Boolean
|
|
@@ -9289,6 +9290,12 @@ type ShareSetting {
|
|
|
9289
9290
|
updated_by_id: ID
|
|
9290
9291
|
}
|
|
9291
9292
|
|
|
9293
|
+
input ShareSettingBrandCopyOptionAttributesInput {
|
|
9294
|
+
_destroy: Boolean
|
|
9295
|
+
id: ID
|
|
9296
|
+
message: String
|
|
9297
|
+
}
|
|
9298
|
+
|
|
9292
9299
|
input ShareSettingBrandCropInput {
|
|
9293
9300
|
crop_height: Int
|
|
9294
9301
|
crop_origin_x: Int
|
|
@@ -9316,6 +9323,7 @@ input ShareSettingBrandInput {
|
|
|
9316
9323
|
link_append_custom_fields: [String!]
|
|
9317
9324
|
logo_overlay_placement: String
|
|
9318
9325
|
message: String
|
|
9326
|
+
name: String
|
|
9319
9327
|
original_share_image_url: String
|
|
9320
9328
|
photo_original_url: String
|
|
9321
9329
|
photo_url: String
|
|
@@ -9326,8 +9334,7 @@ input ShareSettingBrandInput {
|
|
|
9326
9334
|
share_image_file_name: String
|
|
9327
9335
|
share_image_file_size: Int
|
|
9328
9336
|
share_image_url: String
|
|
9329
|
-
|
|
9330
|
-
share_setting_copy_options_attributes: [ShareSettingBrandOptionInput!]
|
|
9337
|
+
share_setting_copy_options_attributes: [ShareSettingBrandCopyOptionAttributesInput!]
|
|
9331
9338
|
share_setting_landing_page: Boolean
|
|
9332
9339
|
share_type: String
|
|
9333
9340
|
share_url_type: String
|
|
@@ -9335,13 +9342,6 @@ input ShareSettingBrandInput {
|
|
|
9335
9342
|
title: String
|
|
9336
9343
|
}
|
|
9337
9344
|
|
|
9338
|
-
input ShareSettingBrandOptionInput {
|
|
9339
|
-
child_attachment_id: ID
|
|
9340
|
-
id: ID
|
|
9341
|
-
message: String
|
|
9342
|
-
share_setting_id: ID
|
|
9343
|
-
}
|
|
9344
|
-
|
|
9345
9345
|
input ShareSettingBrandShareDataFieldsInput {
|
|
9346
9346
|
append_link_to_message: String
|
|
9347
9347
|
custom_share_url_id: ID
|