@promoboxx/graphql-gateway-types 1.135.0 → 1.136.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 +217 -0
- package/index.d.ts +26 -0
- package/package.json +1 -1
- package/schema.graphql +23 -0
package/graphql.schema.json
CHANGED
|
@@ -36805,6 +36805,38 @@
|
|
|
36805
36805
|
"isDeprecated": false,
|
|
36806
36806
|
"deprecationReason": null
|
|
36807
36807
|
},
|
|
36808
|
+
{
|
|
36809
|
+
"name": "child_attachments",
|
|
36810
|
+
"description": null,
|
|
36811
|
+
"args": [],
|
|
36812
|
+
"type": {
|
|
36813
|
+
"kind": "LIST",
|
|
36814
|
+
"name": null,
|
|
36815
|
+
"ofType": {
|
|
36816
|
+
"kind": "NON_NULL",
|
|
36817
|
+
"name": null,
|
|
36818
|
+
"ofType": {
|
|
36819
|
+
"kind": "OBJECT",
|
|
36820
|
+
"name": "LinkDataChildAttachment",
|
|
36821
|
+
"ofType": null
|
|
36822
|
+
}
|
|
36823
|
+
}
|
|
36824
|
+
},
|
|
36825
|
+
"isDeprecated": false,
|
|
36826
|
+
"deprecationReason": null
|
|
36827
|
+
},
|
|
36828
|
+
{
|
|
36829
|
+
"name": "cloudinary_id",
|
|
36830
|
+
"description": null,
|
|
36831
|
+
"args": [],
|
|
36832
|
+
"type": {
|
|
36833
|
+
"kind": "SCALAR",
|
|
36834
|
+
"name": "String",
|
|
36835
|
+
"ofType": null
|
|
36836
|
+
},
|
|
36837
|
+
"isDeprecated": false,
|
|
36838
|
+
"deprecationReason": null
|
|
36839
|
+
},
|
|
36808
36840
|
{
|
|
36809
36841
|
"name": "description",
|
|
36810
36842
|
"description": null,
|
|
@@ -36817,6 +36849,26 @@
|
|
|
36817
36849
|
"isDeprecated": false,
|
|
36818
36850
|
"deprecationReason": null
|
|
36819
36851
|
},
|
|
36852
|
+
{
|
|
36853
|
+
"name": "image_crop_list",
|
|
36854
|
+
"description": null,
|
|
36855
|
+
"args": [],
|
|
36856
|
+
"type": {
|
|
36857
|
+
"kind": "LIST",
|
|
36858
|
+
"name": null,
|
|
36859
|
+
"ofType": {
|
|
36860
|
+
"kind": "NON_NULL",
|
|
36861
|
+
"name": null,
|
|
36862
|
+
"ofType": {
|
|
36863
|
+
"kind": "OBJECT",
|
|
36864
|
+
"name": "ImageCrop",
|
|
36865
|
+
"ofType": null
|
|
36866
|
+
}
|
|
36867
|
+
}
|
|
36868
|
+
},
|
|
36869
|
+
"isDeprecated": false,
|
|
36870
|
+
"deprecationReason": null
|
|
36871
|
+
},
|
|
36820
36872
|
{
|
|
36821
36873
|
"name": "link",
|
|
36822
36874
|
"description": null,
|
|
@@ -36871,6 +36923,100 @@
|
|
|
36871
36923
|
"enumValues": null,
|
|
36872
36924
|
"possibleTypes": null
|
|
36873
36925
|
},
|
|
36926
|
+
{
|
|
36927
|
+
"kind": "OBJECT",
|
|
36928
|
+
"name": "LinkDataChildAttachment",
|
|
36929
|
+
"description": null,
|
|
36930
|
+
"fields": [
|
|
36931
|
+
{
|
|
36932
|
+
"name": "call_to_action",
|
|
36933
|
+
"description": null,
|
|
36934
|
+
"args": [],
|
|
36935
|
+
"type": {
|
|
36936
|
+
"kind": "OBJECT",
|
|
36937
|
+
"name": "RetailerAdCreativeTemplateCallToAction",
|
|
36938
|
+
"ofType": null
|
|
36939
|
+
},
|
|
36940
|
+
"isDeprecated": false,
|
|
36941
|
+
"deprecationReason": null
|
|
36942
|
+
},
|
|
36943
|
+
{
|
|
36944
|
+
"name": "cloudinary_id",
|
|
36945
|
+
"description": null,
|
|
36946
|
+
"args": [],
|
|
36947
|
+
"type": {
|
|
36948
|
+
"kind": "SCALAR",
|
|
36949
|
+
"name": "String",
|
|
36950
|
+
"ofType": null
|
|
36951
|
+
},
|
|
36952
|
+
"isDeprecated": false,
|
|
36953
|
+
"deprecationReason": null
|
|
36954
|
+
},
|
|
36955
|
+
{
|
|
36956
|
+
"name": "description",
|
|
36957
|
+
"description": null,
|
|
36958
|
+
"args": [],
|
|
36959
|
+
"type": {
|
|
36960
|
+
"kind": "SCALAR",
|
|
36961
|
+
"name": "String",
|
|
36962
|
+
"ofType": null
|
|
36963
|
+
},
|
|
36964
|
+
"isDeprecated": false,
|
|
36965
|
+
"deprecationReason": null
|
|
36966
|
+
},
|
|
36967
|
+
{
|
|
36968
|
+
"name": "media",
|
|
36969
|
+
"description": null,
|
|
36970
|
+
"args": [],
|
|
36971
|
+
"type": {
|
|
36972
|
+
"kind": "OBJECT",
|
|
36973
|
+
"name": "LinkDataMedia",
|
|
36974
|
+
"ofType": null
|
|
36975
|
+
},
|
|
36976
|
+
"isDeprecated": false,
|
|
36977
|
+
"deprecationReason": null
|
|
36978
|
+
},
|
|
36979
|
+
{
|
|
36980
|
+
"name": "name",
|
|
36981
|
+
"description": null,
|
|
36982
|
+
"args": [],
|
|
36983
|
+
"type": {
|
|
36984
|
+
"kind": "SCALAR",
|
|
36985
|
+
"name": "String",
|
|
36986
|
+
"ofType": null
|
|
36987
|
+
},
|
|
36988
|
+
"isDeprecated": false,
|
|
36989
|
+
"deprecationReason": null
|
|
36990
|
+
}
|
|
36991
|
+
],
|
|
36992
|
+
"inputFields": null,
|
|
36993
|
+
"interfaces": [],
|
|
36994
|
+
"enumValues": null,
|
|
36995
|
+
"possibleTypes": null
|
|
36996
|
+
},
|
|
36997
|
+
{
|
|
36998
|
+
"kind": "OBJECT",
|
|
36999
|
+
"name": "LinkDataMedia",
|
|
37000
|
+
"description": null,
|
|
37001
|
+
"fields": [
|
|
37002
|
+
{
|
|
37003
|
+
"name": "media_type",
|
|
37004
|
+
"description": null,
|
|
37005
|
+
"args": [],
|
|
37006
|
+
"type": {
|
|
37007
|
+
"kind": "SCALAR",
|
|
37008
|
+
"name": "String",
|
|
37009
|
+
"ofType": null
|
|
37010
|
+
},
|
|
37011
|
+
"isDeprecated": false,
|
|
37012
|
+
"deprecationReason": null
|
|
37013
|
+
}
|
|
37014
|
+
],
|
|
37015
|
+
"inputFields": null,
|
|
37016
|
+
"interfaces": [],
|
|
37017
|
+
"enumValues": null,
|
|
37018
|
+
"possibleTypes": null
|
|
37019
|
+
},
|
|
36874
37020
|
{
|
|
36875
37021
|
"kind": "OBJECT",
|
|
36876
37022
|
"name": "LocalAdBalance",
|
|
@@ -47224,6 +47370,18 @@
|
|
|
47224
47370
|
},
|
|
47225
47371
|
"isDeprecated": false,
|
|
47226
47372
|
"deprecationReason": null
|
|
47373
|
+
},
|
|
47374
|
+
{
|
|
47375
|
+
"name": "video_data",
|
|
47376
|
+
"description": null,
|
|
47377
|
+
"args": [],
|
|
47378
|
+
"type": {
|
|
47379
|
+
"kind": "OBJECT",
|
|
47380
|
+
"name": "VideoData",
|
|
47381
|
+
"ofType": null
|
|
47382
|
+
},
|
|
47383
|
+
"isDeprecated": false,
|
|
47384
|
+
"deprecationReason": null
|
|
47227
47385
|
}
|
|
47228
47386
|
],
|
|
47229
47387
|
"inputFields": null,
|
|
@@ -68129,6 +68287,65 @@
|
|
|
68129
68287
|
"enumValues": null,
|
|
68130
68288
|
"possibleTypes": null
|
|
68131
68289
|
},
|
|
68290
|
+
{
|
|
68291
|
+
"kind": "OBJECT",
|
|
68292
|
+
"name": "VideoData",
|
|
68293
|
+
"description": null,
|
|
68294
|
+
"fields": [
|
|
68295
|
+
{
|
|
68296
|
+
"name": "cloudinary_id",
|
|
68297
|
+
"description": null,
|
|
68298
|
+
"args": [],
|
|
68299
|
+
"type": {
|
|
68300
|
+
"kind": "SCALAR",
|
|
68301
|
+
"name": "String",
|
|
68302
|
+
"ofType": null
|
|
68303
|
+
},
|
|
68304
|
+
"isDeprecated": false,
|
|
68305
|
+
"deprecationReason": null
|
|
68306
|
+
},
|
|
68307
|
+
{
|
|
68308
|
+
"name": "link_description",
|
|
68309
|
+
"description": null,
|
|
68310
|
+
"args": [],
|
|
68311
|
+
"type": {
|
|
68312
|
+
"kind": "SCALAR",
|
|
68313
|
+
"name": "String",
|
|
68314
|
+
"ofType": null
|
|
68315
|
+
},
|
|
68316
|
+
"isDeprecated": false,
|
|
68317
|
+
"deprecationReason": null
|
|
68318
|
+
},
|
|
68319
|
+
{
|
|
68320
|
+
"name": "message",
|
|
68321
|
+
"description": null,
|
|
68322
|
+
"args": [],
|
|
68323
|
+
"type": {
|
|
68324
|
+
"kind": "SCALAR",
|
|
68325
|
+
"name": "String",
|
|
68326
|
+
"ofType": null
|
|
68327
|
+
},
|
|
68328
|
+
"isDeprecated": false,
|
|
68329
|
+
"deprecationReason": null
|
|
68330
|
+
},
|
|
68331
|
+
{
|
|
68332
|
+
"name": "title",
|
|
68333
|
+
"description": null,
|
|
68334
|
+
"args": [],
|
|
68335
|
+
"type": {
|
|
68336
|
+
"kind": "SCALAR",
|
|
68337
|
+
"name": "String",
|
|
68338
|
+
"ofType": null
|
|
68339
|
+
},
|
|
68340
|
+
"isDeprecated": false,
|
|
68341
|
+
"deprecationReason": null
|
|
68342
|
+
}
|
|
68343
|
+
],
|
|
68344
|
+
"inputFields": null,
|
|
68345
|
+
"interfaces": [],
|
|
68346
|
+
"enumValues": null,
|
|
68347
|
+
"possibleTypes": null
|
|
68348
|
+
},
|
|
68132
68349
|
{
|
|
68133
68350
|
"kind": "OBJECT",
|
|
68134
68351
|
"name": "ViewStat",
|
package/index.d.ts
CHANGED
|
@@ -4069,13 +4069,30 @@ export type LinkData = {
|
|
|
4069
4069
|
__typename?: 'LinkData';
|
|
4070
4070
|
call_to_action?: Maybe<RetailerAdCreativeTemplateCallToAction>;
|
|
4071
4071
|
caption?: Maybe<Scalars['String']['output']>;
|
|
4072
|
+
child_attachments?: Maybe<Array<LinkDataChildAttachment>>;
|
|
4073
|
+
cloudinary_id?: Maybe<Scalars['String']['output']>;
|
|
4072
4074
|
description?: Maybe<Scalars['String']['output']>;
|
|
4075
|
+
image_crop_list?: Maybe<Array<ImageCrop>>;
|
|
4073
4076
|
link?: Maybe<Scalars['String']['output']>;
|
|
4074
4077
|
message?: Maybe<Scalars['String']['output']>;
|
|
4075
4078
|
name?: Maybe<Scalars['String']['output']>;
|
|
4076
4079
|
picture?: Maybe<Scalars['String']['output']>;
|
|
4077
4080
|
};
|
|
4078
4081
|
|
|
4082
|
+
export type LinkDataChildAttachment = {
|
|
4083
|
+
__typename?: 'LinkDataChildAttachment';
|
|
4084
|
+
call_to_action?: Maybe<RetailerAdCreativeTemplateCallToAction>;
|
|
4085
|
+
cloudinary_id?: Maybe<Scalars['String']['output']>;
|
|
4086
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
4087
|
+
media?: Maybe<LinkDataMedia>;
|
|
4088
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
4089
|
+
};
|
|
4090
|
+
|
|
4091
|
+
export type LinkDataMedia = {
|
|
4092
|
+
__typename?: 'LinkDataMedia';
|
|
4093
|
+
media_type?: Maybe<Scalars['String']['output']>;
|
|
4094
|
+
};
|
|
4095
|
+
|
|
4079
4096
|
export type LocalAdBalance = {
|
|
4080
4097
|
__typename?: 'LocalAdBalance';
|
|
4081
4098
|
id: Scalars['ID']['output'];
|
|
@@ -5568,6 +5585,7 @@ export type ObjectStorySpec = {
|
|
|
5568
5585
|
instagram_actor_id?: Maybe<Scalars['ID']['output']>;
|
|
5569
5586
|
link_data?: Maybe<LinkData>;
|
|
5570
5587
|
page_id?: Maybe<Scalars['ID']['output']>;
|
|
5588
|
+
video_data?: Maybe<VideoData>;
|
|
5571
5589
|
};
|
|
5572
5590
|
|
|
5573
5591
|
export type OptimizationGoal =
|
|
@@ -8095,6 +8113,14 @@ export type ValidateTokenResponse = {
|
|
|
8095
8113
|
user?: Maybe<User>;
|
|
8096
8114
|
};
|
|
8097
8115
|
|
|
8116
|
+
export type VideoData = {
|
|
8117
|
+
__typename?: 'VideoData';
|
|
8118
|
+
cloudinary_id?: Maybe<Scalars['String']['output']>;
|
|
8119
|
+
link_description?: Maybe<Scalars['String']['output']>;
|
|
8120
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
8121
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
8122
|
+
};
|
|
8123
|
+
|
|
8098
8124
|
export type ViewStat = {
|
|
8099
8125
|
__typename?: 'ViewStat';
|
|
8100
8126
|
impressions_organic?: Maybe<Scalars['Int']['output']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -3923,13 +3923,28 @@ type Link {
|
|
|
3923
3923
|
type LinkData {
|
|
3924
3924
|
call_to_action: RetailerAdCreativeTemplateCallToAction
|
|
3925
3925
|
caption: String
|
|
3926
|
+
child_attachments: [LinkDataChildAttachment!]
|
|
3927
|
+
cloudinary_id: String
|
|
3926
3928
|
description: String
|
|
3929
|
+
image_crop_list: [ImageCrop!]
|
|
3927
3930
|
link: String
|
|
3928
3931
|
message: String
|
|
3929
3932
|
name: String
|
|
3930
3933
|
picture: String
|
|
3931
3934
|
}
|
|
3932
3935
|
|
|
3936
|
+
type LinkDataChildAttachment {
|
|
3937
|
+
call_to_action: RetailerAdCreativeTemplateCallToAction
|
|
3938
|
+
cloudinary_id: String
|
|
3939
|
+
description: String
|
|
3940
|
+
media: LinkDataMedia
|
|
3941
|
+
name: String
|
|
3942
|
+
}
|
|
3943
|
+
|
|
3944
|
+
type LinkDataMedia {
|
|
3945
|
+
media_type: String
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3933
3948
|
type LocalAdBalance {
|
|
3934
3949
|
id: ID!
|
|
3935
3950
|
invitation_id: ID!
|
|
@@ -4477,6 +4492,7 @@ type ObjectStorySpec {
|
|
|
4477
4492
|
instagram_actor_id: ID
|
|
4478
4493
|
link_data: LinkData
|
|
4479
4494
|
page_id: ID
|
|
4495
|
+
video_data: VideoData
|
|
4480
4496
|
}
|
|
4481
4497
|
|
|
4482
4498
|
enum OptimizationGoal {
|
|
@@ -6245,6 +6261,13 @@ type ValidateTokenResponse {
|
|
|
6245
6261
|
user: User
|
|
6246
6262
|
}
|
|
6247
6263
|
|
|
6264
|
+
type VideoData {
|
|
6265
|
+
cloudinary_id: String
|
|
6266
|
+
link_description: String
|
|
6267
|
+
message: String
|
|
6268
|
+
title: String
|
|
6269
|
+
}
|
|
6270
|
+
|
|
6248
6271
|
type ViewStat {
|
|
6249
6272
|
impressions_organic: Int
|
|
6250
6273
|
impressions_paid: Int
|