@promoboxx/graphql-gateway-types 1.361.0 → 1.363.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 +202 -0
- package/index.d.ts +22 -0
- package/package.json +1 -1
- package/schema.graphql +20 -0
package/graphql.schema.json
CHANGED
|
@@ -14485,6 +14485,93 @@
|
|
|
14485
14485
|
"enumValues": null,
|
|
14486
14486
|
"possibleTypes": null
|
|
14487
14487
|
},
|
|
14488
|
+
{
|
|
14489
|
+
"kind": "OBJECT",
|
|
14490
|
+
"name": "ChildAttachmentCustomization",
|
|
14491
|
+
"description": null,
|
|
14492
|
+
"fields": [
|
|
14493
|
+
{
|
|
14494
|
+
"name": "call_to_action",
|
|
14495
|
+
"description": null,
|
|
14496
|
+
"args": [],
|
|
14497
|
+
"type": {
|
|
14498
|
+
"kind": "SCALAR",
|
|
14499
|
+
"name": "String",
|
|
14500
|
+
"ofType": null
|
|
14501
|
+
},
|
|
14502
|
+
"isDeprecated": false,
|
|
14503
|
+
"deprecationReason": null
|
|
14504
|
+
},
|
|
14505
|
+
{
|
|
14506
|
+
"name": "description",
|
|
14507
|
+
"description": null,
|
|
14508
|
+
"args": [],
|
|
14509
|
+
"type": {
|
|
14510
|
+
"kind": "SCALAR",
|
|
14511
|
+
"name": "String",
|
|
14512
|
+
"ofType": null
|
|
14513
|
+
},
|
|
14514
|
+
"isDeprecated": false,
|
|
14515
|
+
"deprecationReason": null
|
|
14516
|
+
},
|
|
14517
|
+
{
|
|
14518
|
+
"name": "id",
|
|
14519
|
+
"description": null,
|
|
14520
|
+
"args": [],
|
|
14521
|
+
"type": {
|
|
14522
|
+
"kind": "NON_NULL",
|
|
14523
|
+
"name": null,
|
|
14524
|
+
"ofType": {
|
|
14525
|
+
"kind": "SCALAR",
|
|
14526
|
+
"name": "ID",
|
|
14527
|
+
"ofType": null
|
|
14528
|
+
}
|
|
14529
|
+
},
|
|
14530
|
+
"isDeprecated": false,
|
|
14531
|
+
"deprecationReason": null
|
|
14532
|
+
},
|
|
14533
|
+
{
|
|
14534
|
+
"name": "link",
|
|
14535
|
+
"description": null,
|
|
14536
|
+
"args": [],
|
|
14537
|
+
"type": {
|
|
14538
|
+
"kind": "SCALAR",
|
|
14539
|
+
"name": "String",
|
|
14540
|
+
"ofType": null
|
|
14541
|
+
},
|
|
14542
|
+
"isDeprecated": false,
|
|
14543
|
+
"deprecationReason": null
|
|
14544
|
+
},
|
|
14545
|
+
{
|
|
14546
|
+
"name": "retailer_url_override",
|
|
14547
|
+
"description": null,
|
|
14548
|
+
"args": [],
|
|
14549
|
+
"type": {
|
|
14550
|
+
"kind": "SCALAR",
|
|
14551
|
+
"name": "String",
|
|
14552
|
+
"ofType": null
|
|
14553
|
+
},
|
|
14554
|
+
"isDeprecated": false,
|
|
14555
|
+
"deprecationReason": null
|
|
14556
|
+
},
|
|
14557
|
+
{
|
|
14558
|
+
"name": "title",
|
|
14559
|
+
"description": null,
|
|
14560
|
+
"args": [],
|
|
14561
|
+
"type": {
|
|
14562
|
+
"kind": "SCALAR",
|
|
14563
|
+
"name": "String",
|
|
14564
|
+
"ofType": null
|
|
14565
|
+
},
|
|
14566
|
+
"isDeprecated": false,
|
|
14567
|
+
"deprecationReason": null
|
|
14568
|
+
}
|
|
14569
|
+
],
|
|
14570
|
+
"inputFields": null,
|
|
14571
|
+
"interfaces": [],
|
|
14572
|
+
"enumValues": null,
|
|
14573
|
+
"possibleTypes": null
|
|
14574
|
+
},
|
|
14488
14575
|
{
|
|
14489
14576
|
"kind": "INPUT_OBJECT",
|
|
14490
14577
|
"name": "ChildAttachmentParams",
|
|
@@ -72959,6 +73046,18 @@
|
|
|
72959
73046
|
"isDeprecated": false,
|
|
72960
73047
|
"deprecationReason": null
|
|
72961
73048
|
},
|
|
73049
|
+
{
|
|
73050
|
+
"name": "customizations",
|
|
73051
|
+
"description": null,
|
|
73052
|
+
"args": [],
|
|
73053
|
+
"type": {
|
|
73054
|
+
"kind": "OBJECT",
|
|
73055
|
+
"name": "ShareCustomization",
|
|
73056
|
+
"ofType": null
|
|
73057
|
+
},
|
|
73058
|
+
"isDeprecated": false,
|
|
73059
|
+
"deprecationReason": null
|
|
73060
|
+
},
|
|
72962
73061
|
{
|
|
72963
73062
|
"name": "deferred",
|
|
72964
73063
|
"description": null,
|
|
@@ -74031,6 +74130,109 @@
|
|
|
74031
74130
|
],
|
|
74032
74131
|
"possibleTypes": null
|
|
74033
74132
|
},
|
|
74133
|
+
{
|
|
74134
|
+
"kind": "OBJECT",
|
|
74135
|
+
"name": "ShareCustomization",
|
|
74136
|
+
"description": null,
|
|
74137
|
+
"fields": [
|
|
74138
|
+
{
|
|
74139
|
+
"name": "child_attachments",
|
|
74140
|
+
"description": null,
|
|
74141
|
+
"args": [],
|
|
74142
|
+
"type": {
|
|
74143
|
+
"kind": "LIST",
|
|
74144
|
+
"name": null,
|
|
74145
|
+
"ofType": {
|
|
74146
|
+
"kind": "NON_NULL",
|
|
74147
|
+
"name": null,
|
|
74148
|
+
"ofType": {
|
|
74149
|
+
"kind": "OBJECT",
|
|
74150
|
+
"name": "ChildAttachmentCustomization",
|
|
74151
|
+
"ofType": null
|
|
74152
|
+
}
|
|
74153
|
+
}
|
|
74154
|
+
},
|
|
74155
|
+
"isDeprecated": false,
|
|
74156
|
+
"deprecationReason": null
|
|
74157
|
+
},
|
|
74158
|
+
{
|
|
74159
|
+
"name": "description",
|
|
74160
|
+
"description": null,
|
|
74161
|
+
"args": [],
|
|
74162
|
+
"type": {
|
|
74163
|
+
"kind": "SCALAR",
|
|
74164
|
+
"name": "String",
|
|
74165
|
+
"ofType": null
|
|
74166
|
+
},
|
|
74167
|
+
"isDeprecated": false,
|
|
74168
|
+
"deprecationReason": null
|
|
74169
|
+
},
|
|
74170
|
+
{
|
|
74171
|
+
"name": "link",
|
|
74172
|
+
"description": null,
|
|
74173
|
+
"args": [],
|
|
74174
|
+
"type": {
|
|
74175
|
+
"kind": "SCALAR",
|
|
74176
|
+
"name": "String",
|
|
74177
|
+
"ofType": null
|
|
74178
|
+
},
|
|
74179
|
+
"isDeprecated": false,
|
|
74180
|
+
"deprecationReason": null
|
|
74181
|
+
},
|
|
74182
|
+
{
|
|
74183
|
+
"name": "message",
|
|
74184
|
+
"description": null,
|
|
74185
|
+
"args": [],
|
|
74186
|
+
"type": {
|
|
74187
|
+
"kind": "SCALAR",
|
|
74188
|
+
"name": "String",
|
|
74189
|
+
"ofType": null
|
|
74190
|
+
},
|
|
74191
|
+
"isDeprecated": false,
|
|
74192
|
+
"deprecationReason": null
|
|
74193
|
+
},
|
|
74194
|
+
{
|
|
74195
|
+
"name": "multi_share_end_card",
|
|
74196
|
+
"description": null,
|
|
74197
|
+
"args": [],
|
|
74198
|
+
"type": {
|
|
74199
|
+
"kind": "SCALAR",
|
|
74200
|
+
"name": "Boolean",
|
|
74201
|
+
"ofType": null
|
|
74202
|
+
},
|
|
74203
|
+
"isDeprecated": false,
|
|
74204
|
+
"deprecationReason": null
|
|
74205
|
+
},
|
|
74206
|
+
{
|
|
74207
|
+
"name": "multi_share_optimized",
|
|
74208
|
+
"description": null,
|
|
74209
|
+
"args": [],
|
|
74210
|
+
"type": {
|
|
74211
|
+
"kind": "SCALAR",
|
|
74212
|
+
"name": "Boolean",
|
|
74213
|
+
"ofType": null
|
|
74214
|
+
},
|
|
74215
|
+
"isDeprecated": false,
|
|
74216
|
+
"deprecationReason": null
|
|
74217
|
+
},
|
|
74218
|
+
{
|
|
74219
|
+
"name": "title",
|
|
74220
|
+
"description": null,
|
|
74221
|
+
"args": [],
|
|
74222
|
+
"type": {
|
|
74223
|
+
"kind": "SCALAR",
|
|
74224
|
+
"name": "String",
|
|
74225
|
+
"ofType": null
|
|
74226
|
+
},
|
|
74227
|
+
"isDeprecated": false,
|
|
74228
|
+
"deprecationReason": null
|
|
74229
|
+
}
|
|
74230
|
+
],
|
|
74231
|
+
"inputFields": null,
|
|
74232
|
+
"interfaces": [],
|
|
74233
|
+
"enumValues": null,
|
|
74234
|
+
"possibleTypes": null
|
|
74235
|
+
},
|
|
74034
74236
|
{
|
|
74035
74237
|
"kind": "OBJECT",
|
|
74036
74238
|
"name": "ShareData",
|
package/index.d.ts
CHANGED
|
@@ -1594,6 +1594,16 @@ export type ChildAttachment = {
|
|
|
1594
1594
|
url?: Maybe<Scalars['String']['output']>;
|
|
1595
1595
|
};
|
|
1596
1596
|
|
|
1597
|
+
export type ChildAttachmentCustomization = {
|
|
1598
|
+
__typename?: 'ChildAttachmentCustomization';
|
|
1599
|
+
call_to_action?: Maybe<Scalars['String']['output']>;
|
|
1600
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1601
|
+
id: Scalars['ID']['output'];
|
|
1602
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
1603
|
+
retailer_url_override?: Maybe<Scalars['String']['output']>;
|
|
1604
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
1605
|
+
};
|
|
1606
|
+
|
|
1597
1607
|
export type ChildAttachmentParams = {
|
|
1598
1608
|
allow_retailer_url_override?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1599
1609
|
call_to_action?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -9532,6 +9542,7 @@ export type Share = {
|
|
|
9532
9542
|
created_at?: Maybe<Scalars['String']['output']>;
|
|
9533
9543
|
created_by?: Maybe<User>;
|
|
9534
9544
|
created_by_id?: Maybe<Scalars['ID']['output']>;
|
|
9545
|
+
customizations?: Maybe<ShareCustomization>;
|
|
9535
9546
|
deferred?: Maybe<Scalars['Int']['output']>;
|
|
9536
9547
|
deleted_at?: Maybe<Scalars['String']['output']>;
|
|
9537
9548
|
delivered?: Maybe<Scalars['Int']['output']>;
|
|
@@ -9629,6 +9640,17 @@ export type ShareChannel =
|
|
|
9629
9640
|
| 'INSTAGRAM'
|
|
9630
9641
|
| 'TWITTER';
|
|
9631
9642
|
|
|
9643
|
+
export type ShareCustomization = {
|
|
9644
|
+
__typename?: 'ShareCustomization';
|
|
9645
|
+
child_attachments?: Maybe<Array<ChildAttachmentCustomization>>;
|
|
9646
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
9647
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
9648
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
9649
|
+
multi_share_end_card?: Maybe<Scalars['Boolean']['output']>;
|
|
9650
|
+
multi_share_optimized?: Maybe<Scalars['Boolean']['output']>;
|
|
9651
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
9652
|
+
};
|
|
9653
|
+
|
|
9632
9654
|
export type ShareData = {
|
|
9633
9655
|
__typename?: 'ShareData';
|
|
9634
9656
|
share_data?: Maybe<ShareDataValues>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1521,6 +1521,15 @@ type ChildAttachment {
|
|
|
1521
1521
|
url: String
|
|
1522
1522
|
}
|
|
1523
1523
|
|
|
1524
|
+
type ChildAttachmentCustomization {
|
|
1525
|
+
call_to_action: String
|
|
1526
|
+
description: String
|
|
1527
|
+
id: ID!
|
|
1528
|
+
link: String
|
|
1529
|
+
retailer_url_override: String
|
|
1530
|
+
title: String
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1524
1533
|
input ChildAttachmentParams {
|
|
1525
1534
|
allow_retailer_url_override: Boolean
|
|
1526
1535
|
call_to_action: String
|
|
@@ -8179,6 +8188,7 @@ type Share {
|
|
|
8179
8188
|
created_at: String
|
|
8180
8189
|
created_by: User
|
|
8181
8190
|
created_by_id: ID
|
|
8191
|
+
customizations: ShareCustomization
|
|
8182
8192
|
deferred: Int
|
|
8183
8193
|
deleted_at: String
|
|
8184
8194
|
delivered: Int
|
|
@@ -8276,6 +8286,16 @@ enum ShareChannel {
|
|
|
8276
8286
|
TWITTER
|
|
8277
8287
|
}
|
|
8278
8288
|
|
|
8289
|
+
type ShareCustomization {
|
|
8290
|
+
child_attachments: [ChildAttachmentCustomization!]
|
|
8291
|
+
description: String
|
|
8292
|
+
link: String
|
|
8293
|
+
message: String
|
|
8294
|
+
multi_share_end_card: Boolean
|
|
8295
|
+
multi_share_optimized: Boolean
|
|
8296
|
+
title: String
|
|
8297
|
+
}
|
|
8298
|
+
|
|
8279
8299
|
type ShareData {
|
|
8280
8300
|
share_data: ShareDataValues
|
|
8281
8301
|
}
|