@promoboxx/graphql-gateway-types 1.339.0 → 1.341.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 +100 -0
- package/index.d.ts +7 -0
- package/package.json +1 -1
- package/schema.graphql +7 -0
package/graphql.schema.json
CHANGED
|
@@ -73967,6 +73967,18 @@
|
|
|
73967
73967
|
"name": "ShareDataValues",
|
|
73968
73968
|
"description": null,
|
|
73969
73969
|
"fields": [
|
|
73970
|
+
{
|
|
73971
|
+
"name": "append_link_to_message",
|
|
73972
|
+
"description": null,
|
|
73973
|
+
"args": [],
|
|
73974
|
+
"type": {
|
|
73975
|
+
"kind": "SCALAR",
|
|
73976
|
+
"name": "String",
|
|
73977
|
+
"ofType": null
|
|
73978
|
+
},
|
|
73979
|
+
"isDeprecated": false,
|
|
73980
|
+
"deprecationReason": null
|
|
73981
|
+
},
|
|
73970
73982
|
{
|
|
73971
73983
|
"name": "body",
|
|
73972
73984
|
"description": null,
|
|
@@ -73991,6 +74003,26 @@
|
|
|
73991
74003
|
"isDeprecated": false,
|
|
73992
74004
|
"deprecationReason": null
|
|
73993
74005
|
},
|
|
74006
|
+
{
|
|
74007
|
+
"name": "child_attachments",
|
|
74008
|
+
"description": null,
|
|
74009
|
+
"args": [],
|
|
74010
|
+
"type": {
|
|
74011
|
+
"kind": "LIST",
|
|
74012
|
+
"name": null,
|
|
74013
|
+
"ofType": {
|
|
74014
|
+
"kind": "NON_NULL",
|
|
74015
|
+
"name": null,
|
|
74016
|
+
"ofType": {
|
|
74017
|
+
"kind": "OBJECT",
|
|
74018
|
+
"name": "ChildAttachment",
|
|
74019
|
+
"ofType": null
|
|
74020
|
+
}
|
|
74021
|
+
}
|
|
74022
|
+
},
|
|
74023
|
+
"isDeprecated": false,
|
|
74024
|
+
"deprecationReason": null
|
|
74025
|
+
},
|
|
73994
74026
|
{
|
|
73995
74027
|
"name": "custom_share_url_id",
|
|
73996
74028
|
"description": null,
|
|
@@ -74027,6 +74059,30 @@
|
|
|
74027
74059
|
"isDeprecated": false,
|
|
74028
74060
|
"deprecationReason": null
|
|
74029
74061
|
},
|
|
74062
|
+
{
|
|
74063
|
+
"name": "multi_share_end_card",
|
|
74064
|
+
"description": null,
|
|
74065
|
+
"args": [],
|
|
74066
|
+
"type": {
|
|
74067
|
+
"kind": "SCALAR",
|
|
74068
|
+
"name": "Boolean",
|
|
74069
|
+
"ofType": null
|
|
74070
|
+
},
|
|
74071
|
+
"isDeprecated": false,
|
|
74072
|
+
"deprecationReason": null
|
|
74073
|
+
},
|
|
74074
|
+
{
|
|
74075
|
+
"name": "multi_share_optimized",
|
|
74076
|
+
"description": null,
|
|
74077
|
+
"args": [],
|
|
74078
|
+
"type": {
|
|
74079
|
+
"kind": "SCALAR",
|
|
74080
|
+
"name": "Boolean",
|
|
74081
|
+
"ofType": null
|
|
74082
|
+
},
|
|
74083
|
+
"isDeprecated": false,
|
|
74084
|
+
"deprecationReason": null
|
|
74085
|
+
},
|
|
74030
74086
|
{
|
|
74031
74087
|
"name": "post_format",
|
|
74032
74088
|
"description": null,
|
|
@@ -74039,6 +74095,50 @@
|
|
|
74039
74095
|
"isDeprecated": false,
|
|
74040
74096
|
"deprecationReason": null
|
|
74041
74097
|
},
|
|
74098
|
+
{
|
|
74099
|
+
"name": "rendered_child_attachments",
|
|
74100
|
+
"description": null,
|
|
74101
|
+
"args": [],
|
|
74102
|
+
"type": {
|
|
74103
|
+
"kind": "LIST",
|
|
74104
|
+
"name": null,
|
|
74105
|
+
"ofType": {
|
|
74106
|
+
"kind": "NON_NULL",
|
|
74107
|
+
"name": null,
|
|
74108
|
+
"ofType": {
|
|
74109
|
+
"kind": "OBJECT",
|
|
74110
|
+
"name": "ChildAttachment",
|
|
74111
|
+
"ofType": null
|
|
74112
|
+
}
|
|
74113
|
+
}
|
|
74114
|
+
},
|
|
74115
|
+
"isDeprecated": false,
|
|
74116
|
+
"deprecationReason": null
|
|
74117
|
+
},
|
|
74118
|
+
{
|
|
74119
|
+
"name": "retailer_link",
|
|
74120
|
+
"description": null,
|
|
74121
|
+
"args": [],
|
|
74122
|
+
"type": {
|
|
74123
|
+
"kind": "SCALAR",
|
|
74124
|
+
"name": "String",
|
|
74125
|
+
"ofType": null
|
|
74126
|
+
},
|
|
74127
|
+
"isDeprecated": false,
|
|
74128
|
+
"deprecationReason": null
|
|
74129
|
+
},
|
|
74130
|
+
{
|
|
74131
|
+
"name": "retailer_message",
|
|
74132
|
+
"description": null,
|
|
74133
|
+
"args": [],
|
|
74134
|
+
"type": {
|
|
74135
|
+
"kind": "SCALAR",
|
|
74136
|
+
"name": "String",
|
|
74137
|
+
"ofType": null
|
|
74138
|
+
},
|
|
74139
|
+
"isDeprecated": false,
|
|
74140
|
+
"deprecationReason": null
|
|
74141
|
+
},
|
|
74042
74142
|
{
|
|
74043
74143
|
"name": "share_url_type",
|
|
74044
74144
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -9630,12 +9630,19 @@ export type ShareData = {
|
|
|
9630
9630
|
|
|
9631
9631
|
export type ShareDataValues = {
|
|
9632
9632
|
__typename?: 'ShareDataValues';
|
|
9633
|
+
append_link_to_message?: Maybe<Scalars['String']['output']>;
|
|
9633
9634
|
body?: Maybe<Scalars['String']['output']>;
|
|
9634
9635
|
button_text?: Maybe<Scalars['String']['output']>;
|
|
9636
|
+
child_attachments?: Maybe<Array<ChildAttachment>>;
|
|
9635
9637
|
custom_share_url_id?: Maybe<Scalars['Int']['output']>;
|
|
9636
9638
|
description?: Maybe<Scalars['String']['output']>;
|
|
9637
9639
|
link?: Maybe<Scalars['String']['output']>;
|
|
9640
|
+
multi_share_end_card?: Maybe<Scalars['Boolean']['output']>;
|
|
9641
|
+
multi_share_optimized?: Maybe<Scalars['Boolean']['output']>;
|
|
9638
9642
|
post_format?: Maybe<Scalars['String']['output']>;
|
|
9643
|
+
rendered_child_attachments?: Maybe<Array<ChildAttachment>>;
|
|
9644
|
+
retailer_link?: Maybe<Scalars['String']['output']>;
|
|
9645
|
+
retailer_message?: Maybe<Scalars['String']['output']>;
|
|
9639
9646
|
share_url_type?: Maybe<Scalars['String']['output']>;
|
|
9640
9647
|
subject?: Maybe<Scalars['String']['output']>;
|
|
9641
9648
|
title?: Maybe<Scalars['String']['output']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -8277,12 +8277,19 @@ type ShareData {
|
|
|
8277
8277
|
}
|
|
8278
8278
|
|
|
8279
8279
|
type ShareDataValues {
|
|
8280
|
+
append_link_to_message: String
|
|
8280
8281
|
body: String
|
|
8281
8282
|
button_text: String
|
|
8283
|
+
child_attachments: [ChildAttachment!]
|
|
8282
8284
|
custom_share_url_id: Int
|
|
8283
8285
|
description: String
|
|
8284
8286
|
link: String
|
|
8287
|
+
multi_share_end_card: Boolean
|
|
8288
|
+
multi_share_optimized: Boolean
|
|
8285
8289
|
post_format: String
|
|
8290
|
+
rendered_child_attachments: [ChildAttachment!]
|
|
8291
|
+
retailer_link: String
|
|
8292
|
+
retailer_message: String
|
|
8286
8293
|
share_url_type: String
|
|
8287
8294
|
subject: String
|
|
8288
8295
|
title: String
|