@promoboxx/graphql-gateway-types 1.102.0 → 1.103.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 +684 -0
- package/index.d.ts +67 -0
- package/package.json +1 -1
- package/schema.graphql +56 -0
package/graphql.schema.json
CHANGED
|
@@ -3218,6 +3218,149 @@
|
|
|
3218
3218
|
"enumValues": null,
|
|
3219
3219
|
"possibleTypes": null
|
|
3220
3220
|
},
|
|
3221
|
+
{
|
|
3222
|
+
"kind": "INPUT_OBJECT",
|
|
3223
|
+
"name": "AdminGetSignedDashboardRequest",
|
|
3224
|
+
"description": null,
|
|
3225
|
+
"fields": null,
|
|
3226
|
+
"inputFields": [
|
|
3227
|
+
{
|
|
3228
|
+
"name": "BrandIDs",
|
|
3229
|
+
"description": null,
|
|
3230
|
+
"type": {
|
|
3231
|
+
"kind": "LIST",
|
|
3232
|
+
"name": null,
|
|
3233
|
+
"ofType": {
|
|
3234
|
+
"kind": "NON_NULL",
|
|
3235
|
+
"name": null,
|
|
3236
|
+
"ofType": {
|
|
3237
|
+
"kind": "SCALAR",
|
|
3238
|
+
"name": "Int",
|
|
3239
|
+
"ofType": null
|
|
3240
|
+
}
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"defaultValue": null,
|
|
3244
|
+
"isDeprecated": false,
|
|
3245
|
+
"deprecationReason": null
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "DashboardName",
|
|
3249
|
+
"description": null,
|
|
3250
|
+
"type": {
|
|
3251
|
+
"kind": "NON_NULL",
|
|
3252
|
+
"name": null,
|
|
3253
|
+
"ofType": {
|
|
3254
|
+
"kind": "SCALAR",
|
|
3255
|
+
"name": "String",
|
|
3256
|
+
"ofType": null
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
"defaultValue": null,
|
|
3260
|
+
"isDeprecated": false,
|
|
3261
|
+
"deprecationReason": null
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"name": "DateEnd",
|
|
3265
|
+
"description": null,
|
|
3266
|
+
"type": {
|
|
3267
|
+
"kind": "SCALAR",
|
|
3268
|
+
"name": "String",
|
|
3269
|
+
"ofType": null
|
|
3270
|
+
},
|
|
3271
|
+
"defaultValue": null,
|
|
3272
|
+
"isDeprecated": false,
|
|
3273
|
+
"deprecationReason": null
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "DateStart",
|
|
3277
|
+
"description": null,
|
|
3278
|
+
"type": {
|
|
3279
|
+
"kind": "SCALAR",
|
|
3280
|
+
"name": "String",
|
|
3281
|
+
"ofType": null
|
|
3282
|
+
},
|
|
3283
|
+
"defaultValue": null,
|
|
3284
|
+
"isDeprecated": false,
|
|
3285
|
+
"deprecationReason": null
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"name": "DivisionIDs",
|
|
3289
|
+
"description": null,
|
|
3290
|
+
"type": {
|
|
3291
|
+
"kind": "LIST",
|
|
3292
|
+
"name": null,
|
|
3293
|
+
"ofType": {
|
|
3294
|
+
"kind": "NON_NULL",
|
|
3295
|
+
"name": null,
|
|
3296
|
+
"ofType": {
|
|
3297
|
+
"kind": "SCALAR",
|
|
3298
|
+
"name": "Int",
|
|
3299
|
+
"ofType": null
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
"defaultValue": null,
|
|
3304
|
+
"isDeprecated": false,
|
|
3305
|
+
"deprecationReason": null
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "Filters",
|
|
3309
|
+
"description": null,
|
|
3310
|
+
"type": {
|
|
3311
|
+
"kind": "LIST",
|
|
3312
|
+
"name": null,
|
|
3313
|
+
"ofType": {
|
|
3314
|
+
"kind": "NON_NULL",
|
|
3315
|
+
"name": null,
|
|
3316
|
+
"ofType": {
|
|
3317
|
+
"kind": "SCALAR",
|
|
3318
|
+
"name": "String",
|
|
3319
|
+
"ofType": null
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
"defaultValue": null,
|
|
3324
|
+
"isDeprecated": false,
|
|
3325
|
+
"deprecationReason": null
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"name": "Overrides",
|
|
3329
|
+
"description": null,
|
|
3330
|
+
"type": {
|
|
3331
|
+
"kind": "INPUT_OBJECT",
|
|
3332
|
+
"name": "DashboardConfigOverrides",
|
|
3333
|
+
"ofType": null
|
|
3334
|
+
},
|
|
3335
|
+
"defaultValue": null,
|
|
3336
|
+
"isDeprecated": false,
|
|
3337
|
+
"deprecationReason": null
|
|
3338
|
+
},
|
|
3339
|
+
{
|
|
3340
|
+
"name": "RetailerIDs",
|
|
3341
|
+
"description": null,
|
|
3342
|
+
"type": {
|
|
3343
|
+
"kind": "LIST",
|
|
3344
|
+
"name": null,
|
|
3345
|
+
"ofType": {
|
|
3346
|
+
"kind": "NON_NULL",
|
|
3347
|
+
"name": null,
|
|
3348
|
+
"ofType": {
|
|
3349
|
+
"kind": "SCALAR",
|
|
3350
|
+
"name": "Int",
|
|
3351
|
+
"ofType": null
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
3354
|
+
},
|
|
3355
|
+
"defaultValue": null,
|
|
3356
|
+
"isDeprecated": false,
|
|
3357
|
+
"deprecationReason": null
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"interfaces": null,
|
|
3361
|
+
"enumValues": null,
|
|
3362
|
+
"possibleTypes": null
|
|
3363
|
+
},
|
|
3221
3364
|
{
|
|
3222
3365
|
"kind": "INPUT_OBJECT",
|
|
3223
3366
|
"name": "AdsByBrandParams",
|
|
@@ -21023,6 +21166,252 @@
|
|
|
21023
21166
|
"enumValues": null,
|
|
21024
21167
|
"possibleTypes": null
|
|
21025
21168
|
},
|
|
21169
|
+
{
|
|
21170
|
+
"kind": "INPUT_OBJECT",
|
|
21171
|
+
"name": "DashboardConfigOverrides",
|
|
21172
|
+
"description": null,
|
|
21173
|
+
"fields": null,
|
|
21174
|
+
"inputFields": [
|
|
21175
|
+
{
|
|
21176
|
+
"name": "AllowedFilters",
|
|
21177
|
+
"description": null,
|
|
21178
|
+
"type": {
|
|
21179
|
+
"kind": "LIST",
|
|
21180
|
+
"name": null,
|
|
21181
|
+
"ofType": {
|
|
21182
|
+
"kind": "NON_NULL",
|
|
21183
|
+
"name": null,
|
|
21184
|
+
"ofType": {
|
|
21185
|
+
"kind": "SCALAR",
|
|
21186
|
+
"name": "String",
|
|
21187
|
+
"ofType": null
|
|
21188
|
+
}
|
|
21189
|
+
}
|
|
21190
|
+
},
|
|
21191
|
+
"defaultValue": null,
|
|
21192
|
+
"isDeprecated": false,
|
|
21193
|
+
"deprecationReason": null
|
|
21194
|
+
},
|
|
21195
|
+
{
|
|
21196
|
+
"name": "BrandFilterName",
|
|
21197
|
+
"description": null,
|
|
21198
|
+
"type": {
|
|
21199
|
+
"kind": "SCALAR",
|
|
21200
|
+
"name": "String",
|
|
21201
|
+
"ofType": null
|
|
21202
|
+
},
|
|
21203
|
+
"defaultValue": null,
|
|
21204
|
+
"isDeprecated": false,
|
|
21205
|
+
"deprecationReason": null
|
|
21206
|
+
},
|
|
21207
|
+
{
|
|
21208
|
+
"name": "DateRangeDays",
|
|
21209
|
+
"description": null,
|
|
21210
|
+
"type": {
|
|
21211
|
+
"kind": "SCALAR",
|
|
21212
|
+
"name": "Int",
|
|
21213
|
+
"ofType": null
|
|
21214
|
+
},
|
|
21215
|
+
"defaultValue": null,
|
|
21216
|
+
"isDeprecated": false,
|
|
21217
|
+
"deprecationReason": null
|
|
21218
|
+
},
|
|
21219
|
+
{
|
|
21220
|
+
"name": "DateRangeEnd",
|
|
21221
|
+
"description": null,
|
|
21222
|
+
"type": {
|
|
21223
|
+
"kind": "SCALAR",
|
|
21224
|
+
"name": "String",
|
|
21225
|
+
"ofType": null
|
|
21226
|
+
},
|
|
21227
|
+
"defaultValue": null,
|
|
21228
|
+
"isDeprecated": false,
|
|
21229
|
+
"deprecationReason": null
|
|
21230
|
+
},
|
|
21231
|
+
{
|
|
21232
|
+
"name": "DateRangeStart",
|
|
21233
|
+
"description": null,
|
|
21234
|
+
"type": {
|
|
21235
|
+
"kind": "SCALAR",
|
|
21236
|
+
"name": "String",
|
|
21237
|
+
"ofType": null
|
|
21238
|
+
},
|
|
21239
|
+
"defaultValue": null,
|
|
21240
|
+
"isDeprecated": false,
|
|
21241
|
+
"deprecationReason": null
|
|
21242
|
+
},
|
|
21243
|
+
{
|
|
21244
|
+
"name": "DurationSeconds",
|
|
21245
|
+
"description": null,
|
|
21246
|
+
"type": {
|
|
21247
|
+
"kind": "SCALAR",
|
|
21248
|
+
"name": "Int",
|
|
21249
|
+
"ofType": null
|
|
21250
|
+
},
|
|
21251
|
+
"defaultValue": null,
|
|
21252
|
+
"isDeprecated": false,
|
|
21253
|
+
"deprecationReason": null
|
|
21254
|
+
},
|
|
21255
|
+
{
|
|
21256
|
+
"name": "ExpectedFilters",
|
|
21257
|
+
"description": null,
|
|
21258
|
+
"type": {
|
|
21259
|
+
"kind": "LIST",
|
|
21260
|
+
"name": null,
|
|
21261
|
+
"ofType": {
|
|
21262
|
+
"kind": "NON_NULL",
|
|
21263
|
+
"name": null,
|
|
21264
|
+
"ofType": {
|
|
21265
|
+
"kind": "INPUT_OBJECT",
|
|
21266
|
+
"name": "ExpectedFilter",
|
|
21267
|
+
"ofType": null
|
|
21268
|
+
}
|
|
21269
|
+
}
|
|
21270
|
+
},
|
|
21271
|
+
"defaultValue": null,
|
|
21272
|
+
"isDeprecated": false,
|
|
21273
|
+
"deprecationReason": null
|
|
21274
|
+
},
|
|
21275
|
+
{
|
|
21276
|
+
"name": "ID",
|
|
21277
|
+
"description": null,
|
|
21278
|
+
"type": {
|
|
21279
|
+
"kind": "SCALAR",
|
|
21280
|
+
"name": "String",
|
|
21281
|
+
"ofType": null
|
|
21282
|
+
},
|
|
21283
|
+
"defaultValue": null,
|
|
21284
|
+
"isDeprecated": false,
|
|
21285
|
+
"deprecationReason": null
|
|
21286
|
+
},
|
|
21287
|
+
{
|
|
21288
|
+
"name": "PageTTLDurationSeconds",
|
|
21289
|
+
"description": null,
|
|
21290
|
+
"type": {
|
|
21291
|
+
"kind": "SCALAR",
|
|
21292
|
+
"name": "Int",
|
|
21293
|
+
"ofType": null
|
|
21294
|
+
},
|
|
21295
|
+
"defaultValue": null,
|
|
21296
|
+
"isDeprecated": false,
|
|
21297
|
+
"deprecationReason": null
|
|
21298
|
+
},
|
|
21299
|
+
{
|
|
21300
|
+
"name": "ParentFilterAuth",
|
|
21301
|
+
"description": null,
|
|
21302
|
+
"type": {
|
|
21303
|
+
"kind": "LIST",
|
|
21304
|
+
"name": null,
|
|
21305
|
+
"ofType": {
|
|
21306
|
+
"kind": "NON_NULL",
|
|
21307
|
+
"name": null,
|
|
21308
|
+
"ofType": {
|
|
21309
|
+
"kind": "SCALAR",
|
|
21310
|
+
"name": "String",
|
|
21311
|
+
"ofType": null
|
|
21312
|
+
}
|
|
21313
|
+
}
|
|
21314
|
+
},
|
|
21315
|
+
"defaultValue": null,
|
|
21316
|
+
"isDeprecated": false,
|
|
21317
|
+
"deprecationReason": null
|
|
21318
|
+
},
|
|
21319
|
+
{
|
|
21320
|
+
"name": "RetailerFilterName",
|
|
21321
|
+
"description": null,
|
|
21322
|
+
"type": {
|
|
21323
|
+
"kind": "SCALAR",
|
|
21324
|
+
"name": "String",
|
|
21325
|
+
"ofType": null
|
|
21326
|
+
},
|
|
21327
|
+
"defaultValue": null,
|
|
21328
|
+
"isDeprecated": false,
|
|
21329
|
+
"deprecationReason": null
|
|
21330
|
+
},
|
|
21331
|
+
{
|
|
21332
|
+
"name": "VisibleFilters",
|
|
21333
|
+
"description": null,
|
|
21334
|
+
"type": {
|
|
21335
|
+
"kind": "LIST",
|
|
21336
|
+
"name": null,
|
|
21337
|
+
"ofType": {
|
|
21338
|
+
"kind": "NON_NULL",
|
|
21339
|
+
"name": null,
|
|
21340
|
+
"ofType": {
|
|
21341
|
+
"kind": "SCALAR",
|
|
21342
|
+
"name": "String",
|
|
21343
|
+
"ofType": null
|
|
21344
|
+
}
|
|
21345
|
+
}
|
|
21346
|
+
},
|
|
21347
|
+
"defaultValue": null,
|
|
21348
|
+
"isDeprecated": false,
|
|
21349
|
+
"deprecationReason": null
|
|
21350
|
+
}
|
|
21351
|
+
],
|
|
21352
|
+
"interfaces": null,
|
|
21353
|
+
"enumValues": null,
|
|
21354
|
+
"possibleTypes": null
|
|
21355
|
+
},
|
|
21356
|
+
{
|
|
21357
|
+
"kind": "OBJECT",
|
|
21358
|
+
"name": "DashboardFilter",
|
|
21359
|
+
"description": null,
|
|
21360
|
+
"fields": [
|
|
21361
|
+
{
|
|
21362
|
+
"name": "name",
|
|
21363
|
+
"description": null,
|
|
21364
|
+
"args": [],
|
|
21365
|
+
"type": {
|
|
21366
|
+
"kind": "NON_NULL",
|
|
21367
|
+
"name": null,
|
|
21368
|
+
"ofType": {
|
|
21369
|
+
"kind": "SCALAR",
|
|
21370
|
+
"name": "String",
|
|
21371
|
+
"ofType": null
|
|
21372
|
+
}
|
|
21373
|
+
},
|
|
21374
|
+
"isDeprecated": false,
|
|
21375
|
+
"deprecationReason": null
|
|
21376
|
+
},
|
|
21377
|
+
{
|
|
21378
|
+
"name": "type",
|
|
21379
|
+
"description": null,
|
|
21380
|
+
"args": [],
|
|
21381
|
+
"type": {
|
|
21382
|
+
"kind": "NON_NULL",
|
|
21383
|
+
"name": null,
|
|
21384
|
+
"ofType": {
|
|
21385
|
+
"kind": "SCALAR",
|
|
21386
|
+
"name": "String",
|
|
21387
|
+
"ofType": null
|
|
21388
|
+
}
|
|
21389
|
+
},
|
|
21390
|
+
"isDeprecated": false,
|
|
21391
|
+
"deprecationReason": null
|
|
21392
|
+
},
|
|
21393
|
+
{
|
|
21394
|
+
"name": "value",
|
|
21395
|
+
"description": null,
|
|
21396
|
+
"args": [],
|
|
21397
|
+
"type": {
|
|
21398
|
+
"kind": "NON_NULL",
|
|
21399
|
+
"name": null,
|
|
21400
|
+
"ofType": {
|
|
21401
|
+
"kind": "SCALAR",
|
|
21402
|
+
"name": "String",
|
|
21403
|
+
"ofType": null
|
|
21404
|
+
}
|
|
21405
|
+
},
|
|
21406
|
+
"isDeprecated": false,
|
|
21407
|
+
"deprecationReason": null
|
|
21408
|
+
}
|
|
21409
|
+
],
|
|
21410
|
+
"inputFields": null,
|
|
21411
|
+
"interfaces": [],
|
|
21412
|
+
"enumValues": null,
|
|
21413
|
+
"possibleTypes": null
|
|
21414
|
+
},
|
|
21026
21415
|
{
|
|
21027
21416
|
"kind": "OBJECT",
|
|
21028
21417
|
"name": "DataServiceEventMetadataCommunication",
|
|
@@ -24635,6 +25024,65 @@
|
|
|
24635
25024
|
"enumValues": null,
|
|
24636
25025
|
"possibleTypes": null
|
|
24637
25026
|
},
|
|
25027
|
+
{
|
|
25028
|
+
"kind": "INPUT_OBJECT",
|
|
25029
|
+
"name": "ExpectedFilter",
|
|
25030
|
+
"description": null,
|
|
25031
|
+
"fields": null,
|
|
25032
|
+
"inputFields": [
|
|
25033
|
+
{
|
|
25034
|
+
"name": "Name",
|
|
25035
|
+
"description": null,
|
|
25036
|
+
"type": {
|
|
25037
|
+
"kind": "NON_NULL",
|
|
25038
|
+
"name": null,
|
|
25039
|
+
"ofType": {
|
|
25040
|
+
"kind": "SCALAR",
|
|
25041
|
+
"name": "String",
|
|
25042
|
+
"ofType": null
|
|
25043
|
+
}
|
|
25044
|
+
},
|
|
25045
|
+
"defaultValue": null,
|
|
25046
|
+
"isDeprecated": false,
|
|
25047
|
+
"deprecationReason": null
|
|
25048
|
+
},
|
|
25049
|
+
{
|
|
25050
|
+
"name": "Type",
|
|
25051
|
+
"description": null,
|
|
25052
|
+
"type": {
|
|
25053
|
+
"kind": "NON_NULL",
|
|
25054
|
+
"name": null,
|
|
25055
|
+
"ofType": {
|
|
25056
|
+
"kind": "SCALAR",
|
|
25057
|
+
"name": "String",
|
|
25058
|
+
"ofType": null
|
|
25059
|
+
}
|
|
25060
|
+
},
|
|
25061
|
+
"defaultValue": null,
|
|
25062
|
+
"isDeprecated": false,
|
|
25063
|
+
"deprecationReason": null
|
|
25064
|
+
},
|
|
25065
|
+
{
|
|
25066
|
+
"name": "Value",
|
|
25067
|
+
"description": null,
|
|
25068
|
+
"type": {
|
|
25069
|
+
"kind": "NON_NULL",
|
|
25070
|
+
"name": null,
|
|
25071
|
+
"ofType": {
|
|
25072
|
+
"kind": "SCALAR",
|
|
25073
|
+
"name": "String",
|
|
25074
|
+
"ofType": null
|
|
25075
|
+
}
|
|
25076
|
+
},
|
|
25077
|
+
"defaultValue": null,
|
|
25078
|
+
"isDeprecated": false,
|
|
25079
|
+
"deprecationReason": null
|
|
25080
|
+
}
|
|
25081
|
+
],
|
|
25082
|
+
"interfaces": null,
|
|
25083
|
+
"enumValues": null,
|
|
25084
|
+
"possibleTypes": null
|
|
25085
|
+
},
|
|
24638
25086
|
{
|
|
24639
25087
|
"kind": "OBJECT",
|
|
24640
25088
|
"name": "ExpectedFilters",
|
|
@@ -30635,6 +31083,137 @@
|
|
|
30635
31083
|
"enumValues": null,
|
|
30636
31084
|
"possibleTypes": null
|
|
30637
31085
|
},
|
|
31086
|
+
{
|
|
31087
|
+
"kind": "INPUT_OBJECT",
|
|
31088
|
+
"name": "GetSignedDashboardRequest",
|
|
31089
|
+
"description": null,
|
|
31090
|
+
"fields": null,
|
|
31091
|
+
"inputFields": [
|
|
31092
|
+
{
|
|
31093
|
+
"name": "BrandIDs",
|
|
31094
|
+
"description": null,
|
|
31095
|
+
"type": {
|
|
31096
|
+
"kind": "LIST",
|
|
31097
|
+
"name": null,
|
|
31098
|
+
"ofType": {
|
|
31099
|
+
"kind": "NON_NULL",
|
|
31100
|
+
"name": null,
|
|
31101
|
+
"ofType": {
|
|
31102
|
+
"kind": "SCALAR",
|
|
31103
|
+
"name": "Int",
|
|
31104
|
+
"ofType": null
|
|
31105
|
+
}
|
|
31106
|
+
}
|
|
31107
|
+
},
|
|
31108
|
+
"defaultValue": null,
|
|
31109
|
+
"isDeprecated": false,
|
|
31110
|
+
"deprecationReason": null
|
|
31111
|
+
},
|
|
31112
|
+
{
|
|
31113
|
+
"name": "DashboardName",
|
|
31114
|
+
"description": null,
|
|
31115
|
+
"type": {
|
|
31116
|
+
"kind": "NON_NULL",
|
|
31117
|
+
"name": null,
|
|
31118
|
+
"ofType": {
|
|
31119
|
+
"kind": "SCALAR",
|
|
31120
|
+
"name": "String",
|
|
31121
|
+
"ofType": null
|
|
31122
|
+
}
|
|
31123
|
+
},
|
|
31124
|
+
"defaultValue": null,
|
|
31125
|
+
"isDeprecated": false,
|
|
31126
|
+
"deprecationReason": null
|
|
31127
|
+
},
|
|
31128
|
+
{
|
|
31129
|
+
"name": "DateEnd",
|
|
31130
|
+
"description": null,
|
|
31131
|
+
"type": {
|
|
31132
|
+
"kind": "SCALAR",
|
|
31133
|
+
"name": "String",
|
|
31134
|
+
"ofType": null
|
|
31135
|
+
},
|
|
31136
|
+
"defaultValue": null,
|
|
31137
|
+
"isDeprecated": false,
|
|
31138
|
+
"deprecationReason": null
|
|
31139
|
+
},
|
|
31140
|
+
{
|
|
31141
|
+
"name": "DateStart",
|
|
31142
|
+
"description": null,
|
|
31143
|
+
"type": {
|
|
31144
|
+
"kind": "SCALAR",
|
|
31145
|
+
"name": "String",
|
|
31146
|
+
"ofType": null
|
|
31147
|
+
},
|
|
31148
|
+
"defaultValue": null,
|
|
31149
|
+
"isDeprecated": false,
|
|
31150
|
+
"deprecationReason": null
|
|
31151
|
+
},
|
|
31152
|
+
{
|
|
31153
|
+
"name": "DivisionIDs",
|
|
31154
|
+
"description": null,
|
|
31155
|
+
"type": {
|
|
31156
|
+
"kind": "LIST",
|
|
31157
|
+
"name": null,
|
|
31158
|
+
"ofType": {
|
|
31159
|
+
"kind": "NON_NULL",
|
|
31160
|
+
"name": null,
|
|
31161
|
+
"ofType": {
|
|
31162
|
+
"kind": "SCALAR",
|
|
31163
|
+
"name": "Int",
|
|
31164
|
+
"ofType": null
|
|
31165
|
+
}
|
|
31166
|
+
}
|
|
31167
|
+
},
|
|
31168
|
+
"defaultValue": null,
|
|
31169
|
+
"isDeprecated": false,
|
|
31170
|
+
"deprecationReason": null
|
|
31171
|
+
},
|
|
31172
|
+
{
|
|
31173
|
+
"name": "Filters",
|
|
31174
|
+
"description": null,
|
|
31175
|
+
"type": {
|
|
31176
|
+
"kind": "LIST",
|
|
31177
|
+
"name": null,
|
|
31178
|
+
"ofType": {
|
|
31179
|
+
"kind": "NON_NULL",
|
|
31180
|
+
"name": null,
|
|
31181
|
+
"ofType": {
|
|
31182
|
+
"kind": "SCALAR",
|
|
31183
|
+
"name": "String",
|
|
31184
|
+
"ofType": null
|
|
31185
|
+
}
|
|
31186
|
+
}
|
|
31187
|
+
},
|
|
31188
|
+
"defaultValue": null,
|
|
31189
|
+
"isDeprecated": false,
|
|
31190
|
+
"deprecationReason": null
|
|
31191
|
+
},
|
|
31192
|
+
{
|
|
31193
|
+
"name": "RetailerIDs",
|
|
31194
|
+
"description": null,
|
|
31195
|
+
"type": {
|
|
31196
|
+
"kind": "LIST",
|
|
31197
|
+
"name": null,
|
|
31198
|
+
"ofType": {
|
|
31199
|
+
"kind": "NON_NULL",
|
|
31200
|
+
"name": null,
|
|
31201
|
+
"ofType": {
|
|
31202
|
+
"kind": "SCALAR",
|
|
31203
|
+
"name": "Int",
|
|
31204
|
+
"ofType": null
|
|
31205
|
+
}
|
|
31206
|
+
}
|
|
31207
|
+
},
|
|
31208
|
+
"defaultValue": null,
|
|
31209
|
+
"isDeprecated": false,
|
|
31210
|
+
"deprecationReason": null
|
|
31211
|
+
}
|
|
31212
|
+
],
|
|
31213
|
+
"interfaces": null,
|
|
31214
|
+
"enumValues": null,
|
|
31215
|
+
"possibleTypes": null
|
|
31216
|
+
},
|
|
30638
31217
|
{
|
|
30639
31218
|
"kind": "INPUT_OBJECT",
|
|
30640
31219
|
"name": "GetStatsParams",
|
|
@@ -45861,6 +46440,35 @@
|
|
|
45861
46440
|
"name": "Query",
|
|
45862
46441
|
"description": null,
|
|
45863
46442
|
"fields": [
|
|
46443
|
+
{
|
|
46444
|
+
"name": "adminGetSignedDashboard",
|
|
46445
|
+
"description": null,
|
|
46446
|
+
"args": [
|
|
46447
|
+
{
|
|
46448
|
+
"name": "req",
|
|
46449
|
+
"description": null,
|
|
46450
|
+
"type": {
|
|
46451
|
+
"kind": "NON_NULL",
|
|
46452
|
+
"name": null,
|
|
46453
|
+
"ofType": {
|
|
46454
|
+
"kind": "INPUT_OBJECT",
|
|
46455
|
+
"name": "AdminGetSignedDashboardRequest",
|
|
46456
|
+
"ofType": null
|
|
46457
|
+
}
|
|
46458
|
+
},
|
|
46459
|
+
"defaultValue": null,
|
|
46460
|
+
"isDeprecated": false,
|
|
46461
|
+
"deprecationReason": null
|
|
46462
|
+
}
|
|
46463
|
+
],
|
|
46464
|
+
"type": {
|
|
46465
|
+
"kind": "OBJECT",
|
|
46466
|
+
"name": "SignedDashboardResponse",
|
|
46467
|
+
"ofType": null
|
|
46468
|
+
},
|
|
46469
|
+
"isDeprecated": false,
|
|
46470
|
+
"deprecationReason": null
|
|
46471
|
+
},
|
|
45864
46472
|
{
|
|
45865
46473
|
"name": "brand_retailer_ledgers",
|
|
45866
46474
|
"description": "get brand_retailer_ledgers\na list of business/retailer wallets that are associated to the requested brand. \nEach wallet contains the list of ledgers associated to the business/retailer and their expiration date if applicable.",
|
|
@@ -51304,6 +51912,35 @@
|
|
|
51304
51912
|
"isDeprecated": false,
|
|
51305
51913
|
"deprecationReason": null
|
|
51306
51914
|
},
|
|
51915
|
+
{
|
|
51916
|
+
"name": "getSignedDashboard",
|
|
51917
|
+
"description": null,
|
|
51918
|
+
"args": [
|
|
51919
|
+
{
|
|
51920
|
+
"name": "req",
|
|
51921
|
+
"description": null,
|
|
51922
|
+
"type": {
|
|
51923
|
+
"kind": "NON_NULL",
|
|
51924
|
+
"name": null,
|
|
51925
|
+
"ofType": {
|
|
51926
|
+
"kind": "INPUT_OBJECT",
|
|
51927
|
+
"name": "GetSignedDashboardRequest",
|
|
51928
|
+
"ofType": null
|
|
51929
|
+
}
|
|
51930
|
+
},
|
|
51931
|
+
"defaultValue": null,
|
|
51932
|
+
"isDeprecated": false,
|
|
51933
|
+
"deprecationReason": null
|
|
51934
|
+
}
|
|
51935
|
+
],
|
|
51936
|
+
"type": {
|
|
51937
|
+
"kind": "OBJECT",
|
|
51938
|
+
"name": "SignedDashboardResponse",
|
|
51939
|
+
"ofType": null
|
|
51940
|
+
},
|
|
51941
|
+
"isDeprecated": false,
|
|
51942
|
+
"deprecationReason": null
|
|
51943
|
+
},
|
|
51307
51944
|
{
|
|
51308
51945
|
"name": "getSsoConnectionById",
|
|
51309
51946
|
"description": null,
|
|
@@ -57764,6 +58401,53 @@
|
|
|
57764
58401
|
"enumValues": null,
|
|
57765
58402
|
"possibleTypes": null
|
|
57766
58403
|
},
|
|
58404
|
+
{
|
|
58405
|
+
"kind": "OBJECT",
|
|
58406
|
+
"name": "SignedDashboardResponse",
|
|
58407
|
+
"description": null,
|
|
58408
|
+
"fields": [
|
|
58409
|
+
{
|
|
58410
|
+
"name": "expected_filters",
|
|
58411
|
+
"description": null,
|
|
58412
|
+
"args": [],
|
|
58413
|
+
"type": {
|
|
58414
|
+
"kind": "LIST",
|
|
58415
|
+
"name": null,
|
|
58416
|
+
"ofType": {
|
|
58417
|
+
"kind": "NON_NULL",
|
|
58418
|
+
"name": null,
|
|
58419
|
+
"ofType": {
|
|
58420
|
+
"kind": "OBJECT",
|
|
58421
|
+
"name": "DashboardFilter",
|
|
58422
|
+
"ofType": null
|
|
58423
|
+
}
|
|
58424
|
+
}
|
|
58425
|
+
},
|
|
58426
|
+
"isDeprecated": false,
|
|
58427
|
+
"deprecationReason": null
|
|
58428
|
+
},
|
|
58429
|
+
{
|
|
58430
|
+
"name": "url",
|
|
58431
|
+
"description": null,
|
|
58432
|
+
"args": [],
|
|
58433
|
+
"type": {
|
|
58434
|
+
"kind": "NON_NULL",
|
|
58435
|
+
"name": null,
|
|
58436
|
+
"ofType": {
|
|
58437
|
+
"kind": "SCALAR",
|
|
58438
|
+
"name": "String",
|
|
58439
|
+
"ofType": null
|
|
58440
|
+
}
|
|
58441
|
+
},
|
|
58442
|
+
"isDeprecated": false,
|
|
58443
|
+
"deprecationReason": null
|
|
58444
|
+
}
|
|
58445
|
+
],
|
|
58446
|
+
"inputFields": null,
|
|
58447
|
+
"interfaces": [],
|
|
58448
|
+
"enumValues": null,
|
|
58449
|
+
"possibleTypes": null
|
|
58450
|
+
},
|
|
57767
58451
|
{
|
|
57768
58452
|
"kind": "ENUM",
|
|
57769
58453
|
"name": "SmartGroupOperator",
|
package/index.d.ts
CHANGED
|
@@ -371,6 +371,17 @@ export type AddRetailerToRetailerAccountResponse = {
|
|
|
371
371
|
website?: Maybe<Scalars['String']['output']>;
|
|
372
372
|
};
|
|
373
373
|
|
|
374
|
+
export type AdminGetSignedDashboardRequest = {
|
|
375
|
+
BrandIDs?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
376
|
+
DashboardName: Scalars['String']['input'];
|
|
377
|
+
DateEnd?: InputMaybe<Scalars['String']['input']>;
|
|
378
|
+
DateStart?: InputMaybe<Scalars['String']['input']>;
|
|
379
|
+
DivisionIDs?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
380
|
+
Filters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
381
|
+
Overrides?: InputMaybe<DashboardConfigOverrides>;
|
|
382
|
+
RetailerIDs?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
383
|
+
};
|
|
384
|
+
|
|
374
385
|
export type AdsByBrandParams = {
|
|
375
386
|
brand_id: Scalars['ID']['input'];
|
|
376
387
|
filter_paging_parameters?: InputMaybe<FilterPagingParams>;
|
|
@@ -2257,6 +2268,28 @@ export type Dashboard = {
|
|
|
2257
2268
|
url: Scalars['String']['output'];
|
|
2258
2269
|
};
|
|
2259
2270
|
|
|
2271
|
+
export type DashboardConfigOverrides = {
|
|
2272
|
+
AllowedFilters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2273
|
+
BrandFilterName?: InputMaybe<Scalars['String']['input']>;
|
|
2274
|
+
DateRangeDays?: InputMaybe<Scalars['Int']['input']>;
|
|
2275
|
+
DateRangeEnd?: InputMaybe<Scalars['String']['input']>;
|
|
2276
|
+
DateRangeStart?: InputMaybe<Scalars['String']['input']>;
|
|
2277
|
+
DurationSeconds?: InputMaybe<Scalars['Int']['input']>;
|
|
2278
|
+
ExpectedFilters?: InputMaybe<Array<ExpectedFilter>>;
|
|
2279
|
+
ID?: InputMaybe<Scalars['String']['input']>;
|
|
2280
|
+
PageTTLDurationSeconds?: InputMaybe<Scalars['Int']['input']>;
|
|
2281
|
+
ParentFilterAuth?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2282
|
+
RetailerFilterName?: InputMaybe<Scalars['String']['input']>;
|
|
2283
|
+
VisibleFilters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2284
|
+
};
|
|
2285
|
+
|
|
2286
|
+
export type DashboardFilter = {
|
|
2287
|
+
__typename?: 'DashboardFilter';
|
|
2288
|
+
name: Scalars['String']['output'];
|
|
2289
|
+
type: Scalars['String']['output'];
|
|
2290
|
+
value: Scalars['String']['output'];
|
|
2291
|
+
};
|
|
2292
|
+
|
|
2260
2293
|
export type DataServiceEventMetadataCommunication = {
|
|
2261
2294
|
__typename?: 'DataServiceEventMetadataCommunication';
|
|
2262
2295
|
brand_id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2656,6 +2689,12 @@ export type Event = {
|
|
|
2656
2689
|
subject_type: Scalars['String']['output'];
|
|
2657
2690
|
};
|
|
2658
2691
|
|
|
2692
|
+
export type ExpectedFilter = {
|
|
2693
|
+
Name: Scalars['String']['input'];
|
|
2694
|
+
Type: Scalars['String']['input'];
|
|
2695
|
+
Value: Scalars['String']['input'];
|
|
2696
|
+
};
|
|
2697
|
+
|
|
2659
2698
|
export type ExpectedFilters = {
|
|
2660
2699
|
__typename?: 'ExpectedFilters';
|
|
2661
2700
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -3358,6 +3397,16 @@ export type GetSharesResponse = {
|
|
|
3358
3397
|
paging: Paging;
|
|
3359
3398
|
};
|
|
3360
3399
|
|
|
3400
|
+
export type GetSignedDashboardRequest = {
|
|
3401
|
+
BrandIDs?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
3402
|
+
DashboardName: Scalars['String']['input'];
|
|
3403
|
+
DateEnd?: InputMaybe<Scalars['String']['input']>;
|
|
3404
|
+
DateStart?: InputMaybe<Scalars['String']['input']>;
|
|
3405
|
+
DivisionIDs?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
3406
|
+
Filters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3407
|
+
RetailerIDs?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
3408
|
+
};
|
|
3409
|
+
|
|
3361
3410
|
export type GetStatsParams = {
|
|
3362
3411
|
brand_ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3363
3412
|
filter_ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -5467,6 +5516,7 @@ export type PutEventsResp = {
|
|
|
5467
5516
|
|
|
5468
5517
|
export type Query = {
|
|
5469
5518
|
__typename?: 'Query';
|
|
5519
|
+
adminGetSignedDashboard?: Maybe<SignedDashboardResponse>;
|
|
5470
5520
|
/**
|
|
5471
5521
|
* get brand_retailer_ledgers
|
|
5472
5522
|
* a list of business/retailer wallets that are associated to the requested brand.
|
|
@@ -5589,6 +5639,7 @@ export type Query = {
|
|
|
5589
5639
|
getShare: Share;
|
|
5590
5640
|
getShares: GetSharesResponse;
|
|
5591
5641
|
getSharesByResourceType: GetSharesByResourceTypeResponse;
|
|
5642
|
+
getSignedDashboard?: Maybe<SignedDashboardResponse>;
|
|
5592
5643
|
getSsoConnectionById: SsoConnection;
|
|
5593
5644
|
getSsoConnectionsForUser: Array<SsoConnection>;
|
|
5594
5645
|
getStats: StatsResponse;
|
|
@@ -5622,6 +5673,11 @@ export type Query = {
|
|
|
5622
5673
|
};
|
|
5623
5674
|
|
|
5624
5675
|
|
|
5676
|
+
export type QueryAdminGetSignedDashboardArgs = {
|
|
5677
|
+
req: AdminGetSignedDashboardRequest;
|
|
5678
|
+
};
|
|
5679
|
+
|
|
5680
|
+
|
|
5625
5681
|
export type QueryBrand_Retailer_LedgersArgs = {
|
|
5626
5682
|
brand_id: Scalars['ID']['input'];
|
|
5627
5683
|
business_ids: Array<Scalars['ID']['input']>;
|
|
@@ -6256,6 +6312,11 @@ export type QueryGetSharesByResourceTypeArgs = {
|
|
|
6256
6312
|
};
|
|
6257
6313
|
|
|
6258
6314
|
|
|
6315
|
+
export type QueryGetSignedDashboardArgs = {
|
|
6316
|
+
req: GetSignedDashboardRequest;
|
|
6317
|
+
};
|
|
6318
|
+
|
|
6319
|
+
|
|
6259
6320
|
export type QueryGetSsoConnectionByIdArgs = {
|
|
6260
6321
|
id: Scalars['ID']['input'];
|
|
6261
6322
|
};
|
|
@@ -6959,6 +7020,12 @@ export type SignInResponse = {
|
|
|
6959
7020
|
user?: Maybe<User>;
|
|
6960
7021
|
};
|
|
6961
7022
|
|
|
7023
|
+
export type SignedDashboardResponse = {
|
|
7024
|
+
__typename?: 'SignedDashboardResponse';
|
|
7025
|
+
expected_filters?: Maybe<Array<DashboardFilter>>;
|
|
7026
|
+
url: Scalars['String']['output'];
|
|
7027
|
+
};
|
|
7028
|
+
|
|
6962
7029
|
export type SmartGroupOperator =
|
|
6963
7030
|
| 'and'
|
|
6964
7031
|
| 'or';
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -350,6 +350,17 @@ type AddRetailerToRetailerAccountResponse {
|
|
|
350
350
|
website: String
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
+
input AdminGetSignedDashboardRequest {
|
|
354
|
+
BrandIDs: [Int!]
|
|
355
|
+
DashboardName: String!
|
|
356
|
+
DateEnd: String
|
|
357
|
+
DateStart: String
|
|
358
|
+
DivisionIDs: [Int!]
|
|
359
|
+
Filters: [String!]
|
|
360
|
+
Overrides: DashboardConfigOverrides
|
|
361
|
+
RetailerIDs: [Int!]
|
|
362
|
+
}
|
|
363
|
+
|
|
353
364
|
input AdsByBrandParams {
|
|
354
365
|
brand_id: ID!
|
|
355
366
|
filter_paging_parameters: FilterPagingParams
|
|
@@ -2166,6 +2177,27 @@ type Dashboard {
|
|
|
2166
2177
|
url: String!
|
|
2167
2178
|
}
|
|
2168
2179
|
|
|
2180
|
+
input DashboardConfigOverrides {
|
|
2181
|
+
AllowedFilters: [String!]
|
|
2182
|
+
BrandFilterName: String
|
|
2183
|
+
DateRangeDays: Int
|
|
2184
|
+
DateRangeEnd: String
|
|
2185
|
+
DateRangeStart: String
|
|
2186
|
+
DurationSeconds: Int
|
|
2187
|
+
ExpectedFilters: [ExpectedFilter!]
|
|
2188
|
+
ID: String
|
|
2189
|
+
PageTTLDurationSeconds: Int
|
|
2190
|
+
ParentFilterAuth: [String!]
|
|
2191
|
+
RetailerFilterName: String
|
|
2192
|
+
VisibleFilters: [String!]
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
type DashboardFilter {
|
|
2196
|
+
name: String!
|
|
2197
|
+
type: String!
|
|
2198
|
+
value: String!
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2169
2201
|
type DataServiceEventMetadataCommunication {
|
|
2170
2202
|
brand_id: ID
|
|
2171
2203
|
campaign_id: ID
|
|
@@ -2570,6 +2602,12 @@ type Event {
|
|
|
2570
2602
|
subject_type: String!
|
|
2571
2603
|
}
|
|
2572
2604
|
|
|
2605
|
+
input ExpectedFilter {
|
|
2606
|
+
Name: String!
|
|
2607
|
+
Type: String!
|
|
2608
|
+
Value: String!
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2573
2611
|
type ExpectedFilters {
|
|
2574
2612
|
name: String
|
|
2575
2613
|
type: String
|
|
@@ -3236,6 +3274,16 @@ type GetSharesResponse {
|
|
|
3236
3274
|
paging: Paging!
|
|
3237
3275
|
}
|
|
3238
3276
|
|
|
3277
|
+
input GetSignedDashboardRequest {
|
|
3278
|
+
BrandIDs: [Int!]
|
|
3279
|
+
DashboardName: String!
|
|
3280
|
+
DateEnd: String
|
|
3281
|
+
DateStart: String
|
|
3282
|
+
DivisionIDs: [Int!]
|
|
3283
|
+
Filters: [String!]
|
|
3284
|
+
RetailerIDs: [Int!]
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3239
3287
|
input GetStatsParams {
|
|
3240
3288
|
brand_ids: [ID!]
|
|
3241
3289
|
filter_ids: [ID!]
|
|
@@ -4452,6 +4500,8 @@ type PutEventsResp {
|
|
|
4452
4500
|
}
|
|
4453
4501
|
|
|
4454
4502
|
type Query {
|
|
4503
|
+
adminGetSignedDashboard(req: AdminGetSignedDashboardRequest!): SignedDashboardResponse
|
|
4504
|
+
|
|
4455
4505
|
"""
|
|
4456
4506
|
get brand_retailer_ledgers
|
|
4457
4507
|
a list of business/retailer wallets that are associated to the requested brand.
|
|
@@ -4627,6 +4677,7 @@ type Query {
|
|
|
4627
4677
|
getShare(params: ShareParams, shareId: ID!, shareType: ShareTypeParam!): Share!
|
|
4628
4678
|
getShares(params: SharesParams): GetSharesResponse!
|
|
4629
4679
|
getSharesByResourceType(params: SharesByResourceTypeParams, resourceId: ID!, resourceType: ResourceType!, shareType: ShareTypeParam!): GetSharesByResourceTypeResponse!
|
|
4680
|
+
getSignedDashboard(req: GetSignedDashboardRequest!): SignedDashboardResponse
|
|
4630
4681
|
getSsoConnectionById(id: ID!): SsoConnection!
|
|
4631
4682
|
getSsoConnectionsForUser(user_id: ID!): [SsoConnection!]!
|
|
4632
4683
|
getStats(params: GetStatsParams!, stats_type: StatsType!): StatsResponse!
|
|
@@ -5255,6 +5306,11 @@ type SignInResponse {
|
|
|
5255
5306
|
user: User
|
|
5256
5307
|
}
|
|
5257
5308
|
|
|
5309
|
+
type SignedDashboardResponse {
|
|
5310
|
+
expected_filters: [DashboardFilter!]
|
|
5311
|
+
url: String!
|
|
5312
|
+
}
|
|
5313
|
+
|
|
5258
5314
|
enum SmartGroupOperator {
|
|
5259
5315
|
and
|
|
5260
5316
|
or
|