@promoboxx/graphql-gateway-types 1.124.0 → 1.126.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.
@@ -928,6 +928,419 @@
928
928
  "enumValues": null,
929
929
  "possibleTypes": null
930
930
  },
931
+ {
932
+ "kind": "INPUT_OBJECT",
933
+ "name": "ActivateCampaignAdCreativeTemplates",
934
+ "description": null,
935
+ "fields": null,
936
+ "inputFields": [
937
+ {
938
+ "name": "adcreative_template_id",
939
+ "description": null,
940
+ "type": {
941
+ "kind": "NON_NULL",
942
+ "name": null,
943
+ "ofType": {
944
+ "kind": "SCALAR",
945
+ "name": "ID",
946
+ "ofType": null
947
+ }
948
+ },
949
+ "defaultValue": null,
950
+ "isDeprecated": false,
951
+ "deprecationReason": null
952
+ },
953
+ {
954
+ "name": "call_to_action_override",
955
+ "description": null,
956
+ "type": {
957
+ "kind": "SCALAR",
958
+ "name": "String",
959
+ "ofType": null
960
+ },
961
+ "defaultValue": null,
962
+ "isDeprecated": false,
963
+ "deprecationReason": null
964
+ },
965
+ {
966
+ "name": "child_attachments",
967
+ "description": null,
968
+ "type": {
969
+ "kind": "NON_NULL",
970
+ "name": null,
971
+ "ofType": {
972
+ "kind": "LIST",
973
+ "name": null,
974
+ "ofType": {
975
+ "kind": "NON_NULL",
976
+ "name": null,
977
+ "ofType": {
978
+ "kind": "INPUT_OBJECT",
979
+ "name": "ActivateCampaignAdCreativeTemplatesChildAttachment",
980
+ "ofType": null
981
+ }
982
+ }
983
+ }
984
+ },
985
+ "defaultValue": null,
986
+ "isDeprecated": false,
987
+ "deprecationReason": null
988
+ },
989
+ {
990
+ "name": "url_override",
991
+ "description": null,
992
+ "type": {
993
+ "kind": "SCALAR",
994
+ "name": "String",
995
+ "ofType": null
996
+ },
997
+ "defaultValue": null,
998
+ "isDeprecated": false,
999
+ "deprecationReason": null
1000
+ }
1001
+ ],
1002
+ "interfaces": null,
1003
+ "enumValues": null,
1004
+ "possibleTypes": null
1005
+ },
1006
+ {
1007
+ "kind": "INPUT_OBJECT",
1008
+ "name": "ActivateCampaignAdCreativeTemplatesChildAttachment",
1009
+ "description": null,
1010
+ "fields": null,
1011
+ "inputFields": [
1012
+ {
1013
+ "name": "call_to_action_override",
1014
+ "description": null,
1015
+ "type": {
1016
+ "kind": "SCALAR",
1017
+ "name": "String",
1018
+ "ofType": null
1019
+ },
1020
+ "defaultValue": null,
1021
+ "isDeprecated": false,
1022
+ "deprecationReason": null
1023
+ },
1024
+ {
1025
+ "name": "child_attachment_id",
1026
+ "description": null,
1027
+ "type": {
1028
+ "kind": "SCALAR",
1029
+ "name": "ID",
1030
+ "ofType": null
1031
+ },
1032
+ "defaultValue": null,
1033
+ "isDeprecated": false,
1034
+ "deprecationReason": null
1035
+ },
1036
+ {
1037
+ "name": "id",
1038
+ "description": null,
1039
+ "type": {
1040
+ "kind": "NON_NULL",
1041
+ "name": null,
1042
+ "ofType": {
1043
+ "kind": "SCALAR",
1044
+ "name": "ID",
1045
+ "ofType": null
1046
+ }
1047
+ },
1048
+ "defaultValue": null,
1049
+ "isDeprecated": false,
1050
+ "deprecationReason": null
1051
+ },
1052
+ {
1053
+ "name": "url_override",
1054
+ "description": null,
1055
+ "type": {
1056
+ "kind": "SCALAR",
1057
+ "name": "String",
1058
+ "ofType": null
1059
+ },
1060
+ "defaultValue": null,
1061
+ "isDeprecated": false,
1062
+ "deprecationReason": null
1063
+ }
1064
+ ],
1065
+ "interfaces": null,
1066
+ "enumValues": null,
1067
+ "possibleTypes": null
1068
+ },
1069
+ {
1070
+ "kind": "INPUT_OBJECT",
1071
+ "name": "ActivateCampaignChannel",
1072
+ "description": null,
1073
+ "fields": null,
1074
+ "inputFields": [
1075
+ {
1076
+ "name": "channel",
1077
+ "description": null,
1078
+ "type": {
1079
+ "kind": "NON_NULL",
1080
+ "name": null,
1081
+ "ofType": {
1082
+ "kind": "SCALAR",
1083
+ "name": "String",
1084
+ "ofType": null
1085
+ }
1086
+ },
1087
+ "defaultValue": null,
1088
+ "isDeprecated": false,
1089
+ "deprecationReason": null
1090
+ },
1091
+ {
1092
+ "name": "customizations",
1093
+ "description": null,
1094
+ "type": {
1095
+ "kind": "NON_NULL",
1096
+ "name": null,
1097
+ "ofType": {
1098
+ "kind": "INPUT_OBJECT",
1099
+ "name": "ActivateCampaignChannelCustomization",
1100
+ "ofType": null
1101
+ }
1102
+ },
1103
+ "defaultValue": null,
1104
+ "isDeprecated": false,
1105
+ "deprecationReason": null
1106
+ }
1107
+ ],
1108
+ "interfaces": null,
1109
+ "enumValues": null,
1110
+ "possibleTypes": null
1111
+ },
1112
+ {
1113
+ "kind": "INPUT_OBJECT",
1114
+ "name": "ActivateCampaignChannelCustomLocation",
1115
+ "description": null,
1116
+ "fields": null,
1117
+ "inputFields": [
1118
+ {
1119
+ "name": "latitude",
1120
+ "description": null,
1121
+ "type": {
1122
+ "kind": "SCALAR",
1123
+ "name": "Float",
1124
+ "ofType": null
1125
+ },
1126
+ "defaultValue": null,
1127
+ "isDeprecated": false,
1128
+ "deprecationReason": null
1129
+ },
1130
+ {
1131
+ "name": "longitude",
1132
+ "description": null,
1133
+ "type": {
1134
+ "kind": "SCALAR",
1135
+ "name": "Float",
1136
+ "ofType": null
1137
+ },
1138
+ "defaultValue": null,
1139
+ "isDeprecated": false,
1140
+ "deprecationReason": null
1141
+ },
1142
+ {
1143
+ "name": "radius",
1144
+ "description": null,
1145
+ "type": {
1146
+ "kind": "SCALAR",
1147
+ "name": "Int",
1148
+ "ofType": null
1149
+ },
1150
+ "defaultValue": null,
1151
+ "isDeprecated": false,
1152
+ "deprecationReason": null
1153
+ }
1154
+ ],
1155
+ "interfaces": null,
1156
+ "enumValues": null,
1157
+ "possibleTypes": null
1158
+ },
1159
+ {
1160
+ "kind": "INPUT_OBJECT",
1161
+ "name": "ActivateCampaignChannelCustomization",
1162
+ "description": null,
1163
+ "fields": null,
1164
+ "inputFields": [
1165
+ {
1166
+ "name": "adcreative_templates",
1167
+ "description": null,
1168
+ "type": {
1169
+ "kind": "NON_NULL",
1170
+ "name": null,
1171
+ "ofType": {
1172
+ "kind": "INPUT_OBJECT",
1173
+ "name": "ActivateCampaignAdCreativeTemplates",
1174
+ "ofType": null
1175
+ }
1176
+ },
1177
+ "defaultValue": null,
1178
+ "isDeprecated": false,
1179
+ "deprecationReason": null
1180
+ },
1181
+ {
1182
+ "name": "facebook_page_id",
1183
+ "description": null,
1184
+ "type": {
1185
+ "kind": "NON_NULL",
1186
+ "name": null,
1187
+ "ofType": {
1188
+ "kind": "SCALAR",
1189
+ "name": "ID",
1190
+ "ofType": null
1191
+ }
1192
+ },
1193
+ "defaultValue": null,
1194
+ "isDeprecated": false,
1195
+ "deprecationReason": null
1196
+ },
1197
+ {
1198
+ "name": "geo_locations",
1199
+ "description": null,
1200
+ "type": {
1201
+ "kind": "NON_NULL",
1202
+ "name": null,
1203
+ "ofType": {
1204
+ "kind": "INPUT_OBJECT",
1205
+ "name": "ActivateCampaignChannelGeoLocation",
1206
+ "ofType": null
1207
+ }
1208
+ },
1209
+ "defaultValue": null,
1210
+ "isDeprecated": false,
1211
+ "deprecationReason": null
1212
+ }
1213
+ ],
1214
+ "interfaces": null,
1215
+ "enumValues": null,
1216
+ "possibleTypes": null
1217
+ },
1218
+ {
1219
+ "kind": "INPUT_OBJECT",
1220
+ "name": "ActivateCampaignChannelGeoLocation",
1221
+ "description": null,
1222
+ "fields": null,
1223
+ "inputFields": [
1224
+ {
1225
+ "name": "custom_locations",
1226
+ "description": null,
1227
+ "type": {
1228
+ "kind": "NON_NULL",
1229
+ "name": null,
1230
+ "ofType": {
1231
+ "kind": "LIST",
1232
+ "name": null,
1233
+ "ofType": {
1234
+ "kind": "NON_NULL",
1235
+ "name": null,
1236
+ "ofType": {
1237
+ "kind": "INPUT_OBJECT",
1238
+ "name": "ActivateCampaignChannelCustomLocation",
1239
+ "ofType": null
1240
+ }
1241
+ }
1242
+ }
1243
+ },
1244
+ "defaultValue": null,
1245
+ "isDeprecated": false,
1246
+ "deprecationReason": null
1247
+ }
1248
+ ],
1249
+ "interfaces": null,
1250
+ "enumValues": null,
1251
+ "possibleTypes": null
1252
+ },
1253
+ {
1254
+ "kind": "INPUT_OBJECT",
1255
+ "name": "ActivateCampaignParams",
1256
+ "description": null,
1257
+ "fields": null,
1258
+ "inputFields": [
1259
+ {
1260
+ "name": "business_id",
1261
+ "description": null,
1262
+ "type": {
1263
+ "kind": "NON_NULL",
1264
+ "name": null,
1265
+ "ofType": {
1266
+ "kind": "SCALAR",
1267
+ "name": "ID",
1268
+ "ofType": null
1269
+ }
1270
+ },
1271
+ "defaultValue": null,
1272
+ "isDeprecated": false,
1273
+ "deprecationReason": null
1274
+ },
1275
+ {
1276
+ "name": "channels",
1277
+ "description": null,
1278
+ "type": {
1279
+ "kind": "NON_NULL",
1280
+ "name": null,
1281
+ "ofType": {
1282
+ "kind": "LIST",
1283
+ "name": null,
1284
+ "ofType": {
1285
+ "kind": "NON_NULL",
1286
+ "name": null,
1287
+ "ofType": {
1288
+ "kind": "INPUT_OBJECT",
1289
+ "name": "ActivateCampaignChannel",
1290
+ "ofType": null
1291
+ }
1292
+ }
1293
+ }
1294
+ },
1295
+ "defaultValue": null,
1296
+ "isDeprecated": false,
1297
+ "deprecationReason": null
1298
+ },
1299
+ {
1300
+ "name": "funding_sources",
1301
+ "description": null,
1302
+ "type": {
1303
+ "kind": "NON_NULL",
1304
+ "name": null,
1305
+ "ofType": {
1306
+ "kind": "LIST",
1307
+ "name": null,
1308
+ "ofType": {
1309
+ "kind": "NON_NULL",
1310
+ "name": null,
1311
+ "ofType": {
1312
+ "kind": "INPUT_OBJECT",
1313
+ "name": "FundingSource",
1314
+ "ofType": null
1315
+ }
1316
+ }
1317
+ }
1318
+ },
1319
+ "defaultValue": null,
1320
+ "isDeprecated": false,
1321
+ "deprecationReason": null
1322
+ },
1323
+ {
1324
+ "name": "retailer_id",
1325
+ "description": null,
1326
+ "type": {
1327
+ "kind": "NON_NULL",
1328
+ "name": null,
1329
+ "ofType": {
1330
+ "kind": "SCALAR",
1331
+ "name": "ID",
1332
+ "ofType": null
1333
+ }
1334
+ },
1335
+ "defaultValue": null,
1336
+ "isDeprecated": false,
1337
+ "deprecationReason": null
1338
+ }
1339
+ ],
1340
+ "interfaces": null,
1341
+ "enumValues": null,
1342
+ "possibleTypes": null
1343
+ },
931
1344
  {
932
1345
  "kind": "OBJECT",
933
1346
  "name": "Activity",
@@ -2332,6 +2745,45 @@
2332
2745
  "enumValues": null,
2333
2746
  "possibleTypes": null
2334
2747
  },
2748
+ {
2749
+ "kind": "INPUT_OBJECT",
2750
+ "name": "AdCreativeTemplateParams",
2751
+ "description": null,
2752
+ "fields": null,
2753
+ "inputFields": [
2754
+ {
2755
+ "name": "facebook_page_id",
2756
+ "description": null,
2757
+ "type": {
2758
+ "kind": "SCALAR",
2759
+ "name": "ID",
2760
+ "ofType": null
2761
+ },
2762
+ "defaultValue": null,
2763
+ "isDeprecated": false,
2764
+ "deprecationReason": null
2765
+ },
2766
+ {
2767
+ "name": "retailer_id",
2768
+ "description": null,
2769
+ "type": {
2770
+ "kind": "NON_NULL",
2771
+ "name": null,
2772
+ "ofType": {
2773
+ "kind": "SCALAR",
2774
+ "name": "ID",
2775
+ "ofType": null
2776
+ }
2777
+ },
2778
+ "defaultValue": null,
2779
+ "isDeprecated": false,
2780
+ "deprecationReason": null
2781
+ }
2782
+ ],
2783
+ "interfaces": null,
2784
+ "enumValues": null,
2785
+ "possibleTypes": null
2786
+ },
2335
2787
  {
2336
2788
  "kind": "OBJECT",
2337
2789
  "name": "AdCreativeTemplates",
@@ -9445,6 +9897,224 @@
9445
9897
  "enumValues": null,
9446
9898
  "possibleTypes": null
9447
9899
  },
9900
+ {
9901
+ "kind": "OBJECT",
9902
+ "name": "CallToActionItem",
9903
+ "description": null,
9904
+ "fields": [
9905
+ {
9906
+ "name": "code",
9907
+ "description": null,
9908
+ "args": [],
9909
+ "type": {
9910
+ "kind": "SCALAR",
9911
+ "name": "String",
9912
+ "ofType": null
9913
+ },
9914
+ "isDeprecated": false,
9915
+ "deprecationReason": null
9916
+ },
9917
+ {
9918
+ "name": "status",
9919
+ "description": null,
9920
+ "args": [],
9921
+ "type": {
9922
+ "kind": "SCALAR",
9923
+ "name": "String",
9924
+ "ofType": null
9925
+ },
9926
+ "isDeprecated": false,
9927
+ "deprecationReason": null
9928
+ },
9929
+ {
9930
+ "name": "value",
9931
+ "description": null,
9932
+ "args": [],
9933
+ "type": {
9934
+ "kind": "SCALAR",
9935
+ "name": "String",
9936
+ "ofType": null
9937
+ },
9938
+ "isDeprecated": false,
9939
+ "deprecationReason": null
9940
+ }
9941
+ ],
9942
+ "inputFields": null,
9943
+ "interfaces": [],
9944
+ "enumValues": null,
9945
+ "possibleTypes": null
9946
+ },
9947
+ {
9948
+ "kind": "OBJECT",
9949
+ "name": "CallsToAction",
9950
+ "description": null,
9951
+ "fields": [
9952
+ {
9953
+ "name": "BOOK_TRAVEL",
9954
+ "description": null,
9955
+ "args": [],
9956
+ "type": {
9957
+ "kind": "OBJECT",
9958
+ "name": "CallToActionItem",
9959
+ "ofType": null
9960
+ },
9961
+ "isDeprecated": false,
9962
+ "deprecationReason": null
9963
+ },
9964
+ {
9965
+ "name": "DOWNLOAD",
9966
+ "description": null,
9967
+ "args": [],
9968
+ "type": {
9969
+ "kind": "OBJECT",
9970
+ "name": "CallToActionItem",
9971
+ "ofType": null
9972
+ },
9973
+ "isDeprecated": false,
9974
+ "deprecationReason": null
9975
+ },
9976
+ {
9977
+ "name": "GET_QUOTE",
9978
+ "description": null,
9979
+ "args": [],
9980
+ "type": {
9981
+ "kind": "OBJECT",
9982
+ "name": "CallToActionItem",
9983
+ "ofType": null
9984
+ },
9985
+ "isDeprecated": false,
9986
+ "deprecationReason": null
9987
+ },
9988
+ {
9989
+ "name": "GET_SHOWTIMES",
9990
+ "description": null,
9991
+ "args": [],
9992
+ "type": {
9993
+ "kind": "OBJECT",
9994
+ "name": "CallToActionItem",
9995
+ "ofType": null
9996
+ },
9997
+ "isDeprecated": false,
9998
+ "deprecationReason": null
9999
+ },
10000
+ {
10001
+ "name": "LEARN_MORE",
10002
+ "description": null,
10003
+ "args": [],
10004
+ "type": {
10005
+ "kind": "OBJECT",
10006
+ "name": "CallToActionItem",
10007
+ "ofType": null
10008
+ },
10009
+ "isDeprecated": false,
10010
+ "deprecationReason": null
10011
+ },
10012
+ {
10013
+ "name": "LISTEN_NOW",
10014
+ "description": null,
10015
+ "args": [],
10016
+ "type": {
10017
+ "kind": "OBJECT",
10018
+ "name": "CallToActionItem",
10019
+ "ofType": null
10020
+ },
10021
+ "isDeprecated": false,
10022
+ "deprecationReason": null
10023
+ },
10024
+ {
10025
+ "name": "SHOP_NOW",
10026
+ "description": null,
10027
+ "args": [],
10028
+ "type": {
10029
+ "kind": "OBJECT",
10030
+ "name": "CallToActionItem",
10031
+ "ofType": null
10032
+ },
10033
+ "isDeprecated": false,
10034
+ "deprecationReason": null
10035
+ },
10036
+ {
10037
+ "name": "SIGN_UP",
10038
+ "description": null,
10039
+ "args": [],
10040
+ "type": {
10041
+ "kind": "OBJECT",
10042
+ "name": "CallToActionItem",
10043
+ "ofType": null
10044
+ },
10045
+ "isDeprecated": false,
10046
+ "deprecationReason": null
10047
+ },
10048
+ {
10049
+ "name": "SUBSCRIBE",
10050
+ "description": null,
10051
+ "args": [],
10052
+ "type": {
10053
+ "kind": "OBJECT",
10054
+ "name": "CallToActionItem",
10055
+ "ofType": null
10056
+ },
10057
+ "isDeprecated": false,
10058
+ "deprecationReason": null
10059
+ },
10060
+ {
10061
+ "name": "WATCH_MORE",
10062
+ "description": null,
10063
+ "args": [],
10064
+ "type": {
10065
+ "kind": "OBJECT",
10066
+ "name": "CallToActionItem",
10067
+ "ofType": null
10068
+ },
10069
+ "isDeprecated": false,
10070
+ "deprecationReason": null
10071
+ }
10072
+ ],
10073
+ "inputFields": null,
10074
+ "interfaces": [],
10075
+ "enumValues": null,
10076
+ "possibleTypes": null
10077
+ },
10078
+ {
10079
+ "kind": "ENUM",
10080
+ "name": "CallsToActionObjective",
10081
+ "description": null,
10082
+ "fields": null,
10083
+ "inputFields": null,
10084
+ "interfaces": null,
10085
+ "enumValues": [
10086
+ {
10087
+ "name": "LINK_CLICKS",
10088
+ "description": null,
10089
+ "isDeprecated": false,
10090
+ "deprecationReason": null
10091
+ }
10092
+ ],
10093
+ "possibleTypes": null
10094
+ },
10095
+ {
10096
+ "kind": "INPUT_OBJECT",
10097
+ "name": "CallsToActionParams",
10098
+ "description": null,
10099
+ "fields": null,
10100
+ "inputFields": [
10101
+ {
10102
+ "name": "objective",
10103
+ "description": null,
10104
+ "type": {
10105
+ "kind": "ENUM",
10106
+ "name": "CallsToActionObjective",
10107
+ "ofType": null
10108
+ },
10109
+ "defaultValue": null,
10110
+ "isDeprecated": false,
10111
+ "deprecationReason": null
10112
+ }
10113
+ ],
10114
+ "interfaces": null,
10115
+ "enumValues": null,
10116
+ "possibleTypes": null
10117
+ },
9448
10118
  {
9449
10119
  "kind": "OBJECT",
9450
10120
  "name": "Campaign",
@@ -28982,6 +29652,81 @@
28982
29652
  "enumValues": null,
28983
29653
  "possibleTypes": null
28984
29654
  },
29655
+ {
29656
+ "kind": "INPUT_OBJECT",
29657
+ "name": "FundingSource",
29658
+ "description": null,
29659
+ "fields": null,
29660
+ "inputFields": [
29661
+ {
29662
+ "name": "amount_cents",
29663
+ "description": null,
29664
+ "type": {
29665
+ "kind": "NON_NULL",
29666
+ "name": null,
29667
+ "ofType": {
29668
+ "kind": "SCALAR",
29669
+ "name": "Int",
29670
+ "ofType": null
29671
+ }
29672
+ },
29673
+ "defaultValue": null,
29674
+ "isDeprecated": false,
29675
+ "deprecationReason": null
29676
+ },
29677
+ {
29678
+ "name": "entity_id",
29679
+ "description": null,
29680
+ "type": {
29681
+ "kind": "NON_NULL",
29682
+ "name": null,
29683
+ "ofType": {
29684
+ "kind": "SCALAR",
29685
+ "name": "ID",
29686
+ "ofType": null
29687
+ }
29688
+ },
29689
+ "defaultValue": null,
29690
+ "isDeprecated": false,
29691
+ "deprecationReason": null
29692
+ },
29693
+ {
29694
+ "name": "entity_type",
29695
+ "description": null,
29696
+ "type": {
29697
+ "kind": "NON_NULL",
29698
+ "name": null,
29699
+ "ofType": {
29700
+ "kind": "SCALAR",
29701
+ "name": "String",
29702
+ "ofType": null
29703
+ }
29704
+ },
29705
+ "defaultValue": null,
29706
+ "isDeprecated": false,
29707
+ "deprecationReason": null
29708
+ },
29709
+ {
29710
+ "name": "ledger_type",
29711
+ "description": null,
29712
+ "type": {
29713
+ "kind": "NON_NULL",
29714
+ "name": null,
29715
+ "ofType": {
29716
+ "kind": "SCALAR",
29717
+ "name": "String",
29718
+ "ofType": null
29719
+ }
29720
+ },
29721
+ "defaultValue": null,
29722
+ "isDeprecated": false,
29723
+ "deprecationReason": null
29724
+ }
29725
+ ],
29726
+ "interfaces": null,
29727
+ "enumValues": null,
29728
+ "possibleTypes": null
29729
+ },
28985
29730
  {
28986
29731
  "kind": "INPUT_OBJECT",
28987
29732
  "name": "GetAccessInvitationParams",
@@ -35946,6 +36691,101 @@
35946
36691
  "enumValues": null,
35947
36692
  "possibleTypes": null
35948
36693
  },
36694
+ {
36695
+ "kind": "OBJECT",
36696
+ "name": "LinkData",
36697
+ "description": null,
36698
+ "fields": [
36699
+ {
36700
+ "name": "call_to_action",
36701
+ "description": null,
36702
+ "args": [],
36703
+ "type": {
36704
+ "kind": "OBJECT",
36705
+ "name": "RetailerAdCreativeTemplateCallToAction",
36706
+ "ofType": null
36707
+ },
36708
+ "isDeprecated": false,
36709
+ "deprecationReason": null
36710
+ },
36711
+ {
36712
+ "name": "caption",
36713
+ "description": null,
36714
+ "args": [],
36715
+ "type": {
36716
+ "kind": "SCALAR",
36717
+ "name": "String",
36718
+ "ofType": null
36719
+ },
36720
+ "isDeprecated": false,
36721
+ "deprecationReason": null
36722
+ },
36723
+ {
36724
+ "name": "description",
36725
+ "description": null,
36726
+ "args": [],
36727
+ "type": {
36728
+ "kind": "SCALAR",
36729
+ "name": "String",
36730
+ "ofType": null
36731
+ },
36732
+ "isDeprecated": false,
36733
+ "deprecationReason": null
36734
+ },
36735
+ {
36736
+ "name": "link",
36737
+ "description": null,
36738
+ "args": [],
36739
+ "type": {
36740
+ "kind": "SCALAR",
36741
+ "name": "String",
36742
+ "ofType": null
36743
+ },
36744
+ "isDeprecated": false,
36745
+ "deprecationReason": null
36746
+ },
36747
+ {
36748
+ "name": "message",
36749
+ "description": null,
36750
+ "args": [],
36751
+ "type": {
36752
+ "kind": "SCALAR",
36753
+ "name": "String",
36754
+ "ofType": null
36755
+ },
36756
+ "isDeprecated": false,
36757
+ "deprecationReason": null
36758
+ },
36759
+ {
36760
+ "name": "name",
36761
+ "description": null,
36762
+ "args": [],
36763
+ "type": {
36764
+ "kind": "SCALAR",
36765
+ "name": "String",
36766
+ "ofType": null
36767
+ },
36768
+ "isDeprecated": false,
36769
+ "deprecationReason": null
36770
+ },
36771
+ {
36772
+ "name": "picture",
36773
+ "description": null,
36774
+ "args": [],
36775
+ "type": {
36776
+ "kind": "SCALAR",
36777
+ "name": "String",
36778
+ "ofType": null
36779
+ },
36780
+ "isDeprecated": false,
36781
+ "deprecationReason": null
36782
+ }
36783
+ ],
36784
+ "inputFields": null,
36785
+ "interfaces": [],
36786
+ "enumValues": null,
36787
+ "possibleTypes": null
36788
+ },
35949
36789
  {
35950
36790
  "kind": "OBJECT",
35951
36791
  "name": "LocalAdBalance",
@@ -38387,6 +39227,51 @@
38387
39227
  "isDeprecated": false,
38388
39228
  "deprecationReason": null
38389
39229
  },
39230
+ {
39231
+ "name": "activateCampaign",
39232
+ "description": null,
39233
+ "args": [
39234
+ {
39235
+ "name": "campaignId",
39236
+ "description": null,
39237
+ "type": {
39238
+ "kind": "NON_NULL",
39239
+ "name": null,
39240
+ "ofType": {
39241
+ "kind": "SCALAR",
39242
+ "name": "ID",
39243
+ "ofType": null
39244
+ }
39245
+ },
39246
+ "defaultValue": null,
39247
+ "isDeprecated": false,
39248
+ "deprecationReason": null
39249
+ },
39250
+ {
39251
+ "name": "params",
39252
+ "description": null,
39253
+ "type": {
39254
+ "kind": "NON_NULL",
39255
+ "name": null,
39256
+ "ofType": {
39257
+ "kind": "INPUT_OBJECT",
39258
+ "name": "ActivateCampaignParams",
39259
+ "ofType": null
39260
+ }
39261
+ },
39262
+ "defaultValue": null,
39263
+ "isDeprecated": false,
39264
+ "deprecationReason": null
39265
+ }
39266
+ ],
39267
+ "type": {
39268
+ "kind": "SCALAR",
39269
+ "name": "ID",
39270
+ "ofType": null
39271
+ },
39272
+ "isDeprecated": false,
39273
+ "deprecationReason": null
39274
+ },
38390
39275
  {
38391
39276
  "name": "activateLogo",
38392
39277
  "description": null,
@@ -46214,6 +47099,53 @@
46214
47099
  ],
46215
47100
  "possibleTypes": null
46216
47101
  },
47102
+ {
47103
+ "kind": "OBJECT",
47104
+ "name": "ObjectStorySpec",
47105
+ "description": null,
47106
+ "fields": [
47107
+ {
47108
+ "name": "instagram_actor_id",
47109
+ "description": null,
47110
+ "args": [],
47111
+ "type": {
47112
+ "kind": "SCALAR",
47113
+ "name": "ID",
47114
+ "ofType": null
47115
+ },
47116
+ "isDeprecated": false,
47117
+ "deprecationReason": null
47118
+ },
47119
+ {
47120
+ "name": "link_data",
47121
+ "description": null,
47122
+ "args": [],
47123
+ "type": {
47124
+ "kind": "OBJECT",
47125
+ "name": "LinkData",
47126
+ "ofType": null
47127
+ },
47128
+ "isDeprecated": false,
47129
+ "deprecationReason": null
47130
+ },
47131
+ {
47132
+ "name": "page_id",
47133
+ "description": null,
47134
+ "args": [],
47135
+ "type": {
47136
+ "kind": "SCALAR",
47137
+ "name": "ID",
47138
+ "ofType": null
47139
+ },
47140
+ "isDeprecated": false,
47141
+ "deprecationReason": null
47142
+ }
47143
+ ],
47144
+ "inputFields": null,
47145
+ "interfaces": [],
47146
+ "enumValues": null,
47147
+ "possibleTypes": null
47148
+ },
46217
47149
  {
46218
47150
  "kind": "ENUM",
46219
47151
  "name": "OptimizationGoal",
@@ -48994,35 +49926,144 @@
48994
49926
  "deprecationReason": null
48995
49927
  },
48996
49928
  {
48997
- "name": "getBrandsForIndustryList",
49929
+ "name": "getBrandsForIndustryList",
49930
+ "description": null,
49931
+ "args": [
49932
+ {
49933
+ "name": "fields",
49934
+ "description": null,
49935
+ "type": {
49936
+ "kind": "LIST",
49937
+ "name": null,
49938
+ "ofType": {
49939
+ "kind": "NON_NULL",
49940
+ "name": null,
49941
+ "ofType": {
49942
+ "kind": "SCALAR",
49943
+ "name": "String",
49944
+ "ofType": null
49945
+ }
49946
+ }
49947
+ },
49948
+ "defaultValue": null,
49949
+ "isDeprecated": false,
49950
+ "deprecationReason": null
49951
+ },
49952
+ {
49953
+ "name": "filters",
49954
+ "description": null,
49955
+ "type": {
49956
+ "kind": "INPUT_OBJECT",
49957
+ "name": "GetBrandsFilters",
49958
+ "ofType": null
49959
+ },
49960
+ "defaultValue": null,
49961
+ "isDeprecated": false,
49962
+ "deprecationReason": null
49963
+ },
49964
+ {
49965
+ "name": "industry_list",
49966
+ "description": null,
49967
+ "type": {
49968
+ "kind": "NON_NULL",
49969
+ "name": null,
49970
+ "ofType": {
49971
+ "kind": "LIST",
49972
+ "name": null,
49973
+ "ofType": {
49974
+ "kind": "NON_NULL",
49975
+ "name": null,
49976
+ "ofType": {
49977
+ "kind": "SCALAR",
49978
+ "name": "String",
49979
+ "ofType": null
49980
+ }
49981
+ }
49982
+ }
49983
+ },
49984
+ "defaultValue": null,
49985
+ "isDeprecated": false,
49986
+ "deprecationReason": null
49987
+ },
49988
+ {
49989
+ "name": "offset",
49990
+ "description": null,
49991
+ "type": {
49992
+ "kind": "SCALAR",
49993
+ "name": "Int",
49994
+ "ofType": null
49995
+ },
49996
+ "defaultValue": null,
49997
+ "isDeprecated": false,
49998
+ "deprecationReason": null
49999
+ },
50000
+ {
50001
+ "name": "per_page",
50002
+ "description": null,
50003
+ "type": {
50004
+ "kind": "SCALAR",
50005
+ "name": "Int",
50006
+ "ofType": null
50007
+ },
50008
+ "defaultValue": null,
50009
+ "isDeprecated": false,
50010
+ "deprecationReason": null
50011
+ },
50012
+ {
50013
+ "name": "sort_column",
50014
+ "description": null,
50015
+ "type": {
50016
+ "kind": "SCALAR",
50017
+ "name": "String",
50018
+ "ofType": null
50019
+ },
50020
+ "defaultValue": null,
50021
+ "isDeprecated": false,
50022
+ "deprecationReason": null
50023
+ },
50024
+ {
50025
+ "name": "sort_direction",
50026
+ "description": null,
50027
+ "type": {
50028
+ "kind": "SCALAR",
50029
+ "name": "String",
50030
+ "ofType": null
50031
+ },
50032
+ "defaultValue": null,
50033
+ "isDeprecated": false,
50034
+ "deprecationReason": null
50035
+ }
50036
+ ],
50037
+ "type": {
50038
+ "kind": "NON_NULL",
50039
+ "name": null,
50040
+ "ofType": {
50041
+ "kind": "LIST",
50042
+ "name": null,
50043
+ "ofType": {
50044
+ "kind": "NON_NULL",
50045
+ "name": null,
50046
+ "ofType": {
50047
+ "kind": "OBJECT",
50048
+ "name": "Brand",
50049
+ "ofType": null
50050
+ }
50051
+ }
50052
+ }
50053
+ },
50054
+ "isDeprecated": false,
50055
+ "deprecationReason": null
50056
+ },
50057
+ {
50058
+ "name": "getCalendarItems",
48998
50059
  "description": null,
48999
50060
  "args": [
49000
50061
  {
49001
- "name": "fields",
49002
- "description": null,
49003
- "type": {
49004
- "kind": "LIST",
49005
- "name": null,
49006
- "ofType": {
49007
- "kind": "NON_NULL",
49008
- "name": null,
49009
- "ofType": {
49010
- "kind": "SCALAR",
49011
- "name": "String",
49012
- "ofType": null
49013
- }
49014
- }
49015
- },
49016
- "defaultValue": null,
49017
- "isDeprecated": false,
49018
- "deprecationReason": null
49019
- },
49020
- {
49021
- "name": "filters",
50062
+ "name": "params",
49022
50063
  "description": null,
49023
50064
  "type": {
49024
50065
  "kind": "INPUT_OBJECT",
49025
- "name": "GetBrandsFilters",
50066
+ "name": "CalendarItemParams",
49026
50067
  "ofType": null
49027
50068
  },
49028
50069
  "defaultValue": null,
@@ -49030,23 +50071,15 @@
49030
50071
  "deprecationReason": null
49031
50072
  },
49032
50073
  {
49033
- "name": "industry_list",
50074
+ "name": "resourceId",
49034
50075
  "description": null,
49035
50076
  "type": {
49036
50077
  "kind": "NON_NULL",
49037
50078
  "name": null,
49038
50079
  "ofType": {
49039
- "kind": "LIST",
49040
- "name": null,
49041
- "ofType": {
49042
- "kind": "NON_NULL",
49043
- "name": null,
49044
- "ofType": {
49045
- "kind": "SCALAR",
49046
- "name": "String",
49047
- "ofType": null
49048
- }
49049
- }
50080
+ "kind": "SCALAR",
50081
+ "name": "ID",
50082
+ "ofType": null
49050
50083
  }
49051
50084
  },
49052
50085
  "defaultValue": null,
@@ -49054,48 +50087,16 @@
49054
50087
  "deprecationReason": null
49055
50088
  },
49056
50089
  {
49057
- "name": "offset",
49058
- "description": null,
49059
- "type": {
49060
- "kind": "SCALAR",
49061
- "name": "Int",
49062
- "ofType": null
49063
- },
49064
- "defaultValue": null,
49065
- "isDeprecated": false,
49066
- "deprecationReason": null
49067
- },
49068
- {
49069
- "name": "per_page",
49070
- "description": null,
49071
- "type": {
49072
- "kind": "SCALAR",
49073
- "name": "Int",
49074
- "ofType": null
49075
- },
49076
- "defaultValue": null,
49077
- "isDeprecated": false,
49078
- "deprecationReason": null
49079
- },
49080
- {
49081
- "name": "sort_column",
49082
- "description": null,
49083
- "type": {
49084
- "kind": "SCALAR",
49085
- "name": "String",
49086
- "ofType": null
49087
- },
49088
- "defaultValue": null,
49089
- "isDeprecated": false,
49090
- "deprecationReason": null
49091
- },
49092
- {
49093
- "name": "sort_direction",
50090
+ "name": "resourceType",
49094
50091
  "description": null,
49095
50092
  "type": {
49096
- "kind": "SCALAR",
49097
- "name": "String",
49098
- "ofType": null
50093
+ "kind": "NON_NULL",
50094
+ "name": null,
50095
+ "ofType": {
50096
+ "kind": "SCALAR",
50097
+ "name": "String",
50098
+ "ofType": null
50099
+ }
49099
50100
  },
49100
50101
  "defaultValue": null,
49101
50102
  "isDeprecated": false,
@@ -49113,7 +50114,7 @@
49113
50114
  "name": null,
49114
50115
  "ofType": {
49115
50116
  "kind": "OBJECT",
49116
- "name": "Brand",
50117
+ "name": "CalendarItem",
49117
50118
  "ofType": null
49118
50119
  }
49119
50120
  }
@@ -49123,46 +50124,18 @@
49123
50124
  "deprecationReason": null
49124
50125
  },
49125
50126
  {
49126
- "name": "getCalendarItems",
50127
+ "name": "getCallsToAction",
49127
50128
  "description": null,
49128
50129
  "args": [
49129
50130
  {
49130
50131
  "name": "params",
49131
50132
  "description": null,
49132
- "type": {
49133
- "kind": "INPUT_OBJECT",
49134
- "name": "CalendarItemParams",
49135
- "ofType": null
49136
- },
49137
- "defaultValue": null,
49138
- "isDeprecated": false,
49139
- "deprecationReason": null
49140
- },
49141
- {
49142
- "name": "resourceId",
49143
- "description": null,
49144
50133
  "type": {
49145
50134
  "kind": "NON_NULL",
49146
50135
  "name": null,
49147
50136
  "ofType": {
49148
- "kind": "SCALAR",
49149
- "name": "ID",
49150
- "ofType": null
49151
- }
49152
- },
49153
- "defaultValue": null,
49154
- "isDeprecated": false,
49155
- "deprecationReason": null
49156
- },
49157
- {
49158
- "name": "resourceType",
49159
- "description": null,
49160
- "type": {
49161
- "kind": "NON_NULL",
49162
- "name": null,
49163
- "ofType": {
49164
- "kind": "SCALAR",
49165
- "name": "String",
50137
+ "kind": "INPUT_OBJECT",
50138
+ "name": "CallsToActionParams",
49166
50139
  "ofType": null
49167
50140
  }
49168
50141
  },
@@ -49175,17 +50148,9 @@
49175
50148
  "kind": "NON_NULL",
49176
50149
  "name": null,
49177
50150
  "ofType": {
49178
- "kind": "LIST",
49179
- "name": null,
49180
- "ofType": {
49181
- "kind": "NON_NULL",
49182
- "name": null,
49183
- "ofType": {
49184
- "kind": "OBJECT",
49185
- "name": "CalendarItem",
49186
- "ofType": null
49187
- }
49188
- }
50151
+ "kind": "OBJECT",
50152
+ "name": "CallsToAction",
50153
+ "ofType": null
49189
50154
  }
49190
50155
  },
49191
50156
  "isDeprecated": false,
@@ -52649,6 +53614,55 @@
52649
53614
  "isDeprecated": false,
52650
53615
  "deprecationReason": null
52651
53616
  },
53617
+ {
53618
+ "name": "getRetailerAdCreativeTemplate",
53619
+ "description": null,
53620
+ "args": [
53621
+ {
53622
+ "name": "ad_creative_template_id",
53623
+ "description": null,
53624
+ "type": {
53625
+ "kind": "NON_NULL",
53626
+ "name": null,
53627
+ "ofType": {
53628
+ "kind": "SCALAR",
53629
+ "name": "ID",
53630
+ "ofType": null
53631
+ }
53632
+ },
53633
+ "defaultValue": null,
53634
+ "isDeprecated": false,
53635
+ "deprecationReason": null
53636
+ },
53637
+ {
53638
+ "name": "params",
53639
+ "description": null,
53640
+ "type": {
53641
+ "kind": "NON_NULL",
53642
+ "name": null,
53643
+ "ofType": {
53644
+ "kind": "INPUT_OBJECT",
53645
+ "name": "AdCreativeTemplateParams",
53646
+ "ofType": null
53647
+ }
53648
+ },
53649
+ "defaultValue": null,
53650
+ "isDeprecated": false,
53651
+ "deprecationReason": null
53652
+ }
53653
+ ],
53654
+ "type": {
53655
+ "kind": "NON_NULL",
53656
+ "name": null,
53657
+ "ofType": {
53658
+ "kind": "OBJECT",
53659
+ "name": "RetailerAdCreativeTemplate",
53660
+ "ofType": null
53661
+ }
53662
+ },
53663
+ "isDeprecated": false,
53664
+ "deprecationReason": null
53665
+ },
52652
53666
  {
52653
53667
  "name": "getRetailerByBrandUuidAndBusinessId",
52654
53668
  "description": null,
@@ -56022,6 +57036,99 @@
56022
57036
  ],
56023
57037
  "possibleTypes": null
56024
57038
  },
57039
+ {
57040
+ "kind": "OBJECT",
57041
+ "name": "RetailerAdCreativeTemplate",
57042
+ "description": null,
57043
+ "fields": [
57044
+ {
57045
+ "name": "name",
57046
+ "description": null,
57047
+ "args": [],
57048
+ "type": {
57049
+ "kind": "SCALAR",
57050
+ "name": "String",
57051
+ "ofType": null
57052
+ },
57053
+ "isDeprecated": false,
57054
+ "deprecationReason": null
57055
+ },
57056
+ {
57057
+ "name": "object_story_spec",
57058
+ "description": null,
57059
+ "args": [],
57060
+ "type": {
57061
+ "kind": "OBJECT",
57062
+ "name": "ObjectStorySpec",
57063
+ "ofType": null
57064
+ },
57065
+ "isDeprecated": false,
57066
+ "deprecationReason": null
57067
+ }
57068
+ ],
57069
+ "inputFields": null,
57070
+ "interfaces": [],
57071
+ "enumValues": null,
57072
+ "possibleTypes": null
57073
+ },
57074
+ {
57075
+ "kind": "OBJECT",
57076
+ "name": "RetailerAdCreativeTemplateCallToAction",
57077
+ "description": null,
57078
+ "fields": [
57079
+ {
57080
+ "name": "type",
57081
+ "description": null,
57082
+ "args": [],
57083
+ "type": {
57084
+ "kind": "SCALAR",
57085
+ "name": "String",
57086
+ "ofType": null
57087
+ },
57088
+ "isDeprecated": false,
57089
+ "deprecationReason": null
57090
+ },
57091
+ {
57092
+ "name": "value",
57093
+ "description": null,
57094
+ "args": [],
57095
+ "type": {
57096
+ "kind": "OBJECT",
57097
+ "name": "RetailerAdCreativeTemplateCallToActionValue",
57098
+ "ofType": null
57099
+ },
57100
+ "isDeprecated": false,
57101
+ "deprecationReason": null
57102
+ }
57103
+ ],
57104
+ "inputFields": null,
57105
+ "interfaces": [],
57106
+ "enumValues": null,
57107
+ "possibleTypes": null
57108
+ },
57109
+ {
57110
+ "kind": "OBJECT",
57111
+ "name": "RetailerAdCreativeTemplateCallToActionValue",
57112
+ "description": null,
57113
+ "fields": [
57114
+ {
57115
+ "name": "link",
57116
+ "description": null,
57117
+ "args": [],
57118
+ "type": {
57119
+ "kind": "SCALAR",
57120
+ "name": "String",
57121
+ "ofType": null
57122
+ },
57123
+ "isDeprecated": false,
57124
+ "deprecationReason": null
57125
+ }
57126
+ ],
57127
+ "inputFields": null,
57128
+ "interfaces": [],
57129
+ "enumValues": null,
57130
+ "possibleTypes": null
57131
+ },
56025
57132
  {
56026
57133
  "kind": "ENUM",
56027
57134
  "name": "RetailerFields",