@promoboxx/graphql-gateway-types 1.513.0 → 1.514.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 +705 -29
- package/index.d.ts +85 -0
- package/package.json +1 -1
- package/schema.graphql +51 -0
package/graphql.schema.json
CHANGED
|
@@ -18463,6 +18463,109 @@
|
|
|
18463
18463
|
"enumValues": null,
|
|
18464
18464
|
"possibleTypes": null
|
|
18465
18465
|
},
|
|
18466
|
+
{
|
|
18467
|
+
"kind": "INPUT_OBJECT",
|
|
18468
|
+
"name": "CreateEnrollmentSessionInput",
|
|
18469
|
+
"description": null,
|
|
18470
|
+
"fields": null,
|
|
18471
|
+
"inputFields": [
|
|
18472
|
+
{
|
|
18473
|
+
"name": "brand_id",
|
|
18474
|
+
"description": null,
|
|
18475
|
+
"type": {
|
|
18476
|
+
"kind": "NON_NULL",
|
|
18477
|
+
"name": null,
|
|
18478
|
+
"ofType": {
|
|
18479
|
+
"kind": "SCALAR",
|
|
18480
|
+
"name": "ID",
|
|
18481
|
+
"ofType": null
|
|
18482
|
+
}
|
|
18483
|
+
},
|
|
18484
|
+
"defaultValue": null,
|
|
18485
|
+
"isDeprecated": false,
|
|
18486
|
+
"deprecationReason": null
|
|
18487
|
+
},
|
|
18488
|
+
{
|
|
18489
|
+
"name": "enrollment_method",
|
|
18490
|
+
"description": null,
|
|
18491
|
+
"type": {
|
|
18492
|
+
"kind": "SCALAR",
|
|
18493
|
+
"name": "String",
|
|
18494
|
+
"ofType": null
|
|
18495
|
+
},
|
|
18496
|
+
"defaultValue": null,
|
|
18497
|
+
"isDeprecated": false,
|
|
18498
|
+
"deprecationReason": null
|
|
18499
|
+
},
|
|
18500
|
+
{
|
|
18501
|
+
"name": "last_completed_step",
|
|
18502
|
+
"description": null,
|
|
18503
|
+
"type": {
|
|
18504
|
+
"kind": "SCALAR",
|
|
18505
|
+
"name": "String",
|
|
18506
|
+
"ofType": null
|
|
18507
|
+
},
|
|
18508
|
+
"defaultValue": null,
|
|
18509
|
+
"isDeprecated": false,
|
|
18510
|
+
"deprecationReason": null
|
|
18511
|
+
},
|
|
18512
|
+
{
|
|
18513
|
+
"name": "registration_key_id",
|
|
18514
|
+
"description": null,
|
|
18515
|
+
"type": {
|
|
18516
|
+
"kind": "SCALAR",
|
|
18517
|
+
"name": "ID",
|
|
18518
|
+
"ofType": null
|
|
18519
|
+
},
|
|
18520
|
+
"defaultValue": null,
|
|
18521
|
+
"isDeprecated": false,
|
|
18522
|
+
"deprecationReason": null
|
|
18523
|
+
},
|
|
18524
|
+
{
|
|
18525
|
+
"name": "retailer_account_id",
|
|
18526
|
+
"description": null,
|
|
18527
|
+
"type": {
|
|
18528
|
+
"kind": "SCALAR",
|
|
18529
|
+
"name": "ID",
|
|
18530
|
+
"ofType": null
|
|
18531
|
+
},
|
|
18532
|
+
"defaultValue": null,
|
|
18533
|
+
"isDeprecated": false,
|
|
18534
|
+
"deprecationReason": null
|
|
18535
|
+
},
|
|
18536
|
+
{
|
|
18537
|
+
"name": "retailer_id",
|
|
18538
|
+
"description": null,
|
|
18539
|
+
"type": {
|
|
18540
|
+
"kind": "SCALAR",
|
|
18541
|
+
"name": "ID",
|
|
18542
|
+
"ofType": null
|
|
18543
|
+
},
|
|
18544
|
+
"defaultValue": null,
|
|
18545
|
+
"isDeprecated": false,
|
|
18546
|
+
"deprecationReason": null
|
|
18547
|
+
},
|
|
18548
|
+
{
|
|
18549
|
+
"name": "user_id",
|
|
18550
|
+
"description": null,
|
|
18551
|
+
"type": {
|
|
18552
|
+
"kind": "NON_NULL",
|
|
18553
|
+
"name": null,
|
|
18554
|
+
"ofType": {
|
|
18555
|
+
"kind": "SCALAR",
|
|
18556
|
+
"name": "ID",
|
|
18557
|
+
"ofType": null
|
|
18558
|
+
}
|
|
18559
|
+
},
|
|
18560
|
+
"defaultValue": null,
|
|
18561
|
+
"isDeprecated": false,
|
|
18562
|
+
"deprecationReason": null
|
|
18563
|
+
}
|
|
18564
|
+
],
|
|
18565
|
+
"interfaces": null,
|
|
18566
|
+
"enumValues": null,
|
|
18567
|
+
"possibleTypes": null
|
|
18568
|
+
},
|
|
18466
18569
|
{
|
|
18467
18570
|
"kind": "INPUT_OBJECT",
|
|
18468
18571
|
"name": "CreateFacebookPageInput",
|
|
@@ -26854,6 +26957,252 @@
|
|
|
26854
26957
|
"enumValues": null,
|
|
26855
26958
|
"possibleTypes": null
|
|
26856
26959
|
},
|
|
26960
|
+
{
|
|
26961
|
+
"kind": "OBJECT",
|
|
26962
|
+
"name": "EnrollmentSession",
|
|
26963
|
+
"description": null,
|
|
26964
|
+
"fields": [
|
|
26965
|
+
{
|
|
26966
|
+
"name": "brand",
|
|
26967
|
+
"description": null,
|
|
26968
|
+
"args": [],
|
|
26969
|
+
"type": {
|
|
26970
|
+
"kind": "OBJECT",
|
|
26971
|
+
"name": "Brand",
|
|
26972
|
+
"ofType": null
|
|
26973
|
+
},
|
|
26974
|
+
"isDeprecated": false,
|
|
26975
|
+
"deprecationReason": null
|
|
26976
|
+
},
|
|
26977
|
+
{
|
|
26978
|
+
"name": "brand_id",
|
|
26979
|
+
"description": null,
|
|
26980
|
+
"args": [],
|
|
26981
|
+
"type": {
|
|
26982
|
+
"kind": "NON_NULL",
|
|
26983
|
+
"name": null,
|
|
26984
|
+
"ofType": {
|
|
26985
|
+
"kind": "SCALAR",
|
|
26986
|
+
"name": "ID",
|
|
26987
|
+
"ofType": null
|
|
26988
|
+
}
|
|
26989
|
+
},
|
|
26990
|
+
"isDeprecated": false,
|
|
26991
|
+
"deprecationReason": null
|
|
26992
|
+
},
|
|
26993
|
+
{
|
|
26994
|
+
"name": "completed",
|
|
26995
|
+
"description": null,
|
|
26996
|
+
"args": [],
|
|
26997
|
+
"type": {
|
|
26998
|
+
"kind": "SCALAR",
|
|
26999
|
+
"name": "Boolean",
|
|
27000
|
+
"ofType": null
|
|
27001
|
+
},
|
|
27002
|
+
"isDeprecated": false,
|
|
27003
|
+
"deprecationReason": null
|
|
27004
|
+
},
|
|
27005
|
+
{
|
|
27006
|
+
"name": "created_at",
|
|
27007
|
+
"description": null,
|
|
27008
|
+
"args": [],
|
|
27009
|
+
"type": {
|
|
27010
|
+
"kind": "SCALAR",
|
|
27011
|
+
"name": "String",
|
|
27012
|
+
"ofType": null
|
|
27013
|
+
},
|
|
27014
|
+
"isDeprecated": false,
|
|
27015
|
+
"deprecationReason": null
|
|
27016
|
+
},
|
|
27017
|
+
{
|
|
27018
|
+
"name": "enrollment_method",
|
|
27019
|
+
"description": null,
|
|
27020
|
+
"args": [],
|
|
27021
|
+
"type": {
|
|
27022
|
+
"kind": "SCALAR",
|
|
27023
|
+
"name": "String",
|
|
27024
|
+
"ofType": null
|
|
27025
|
+
},
|
|
27026
|
+
"isDeprecated": false,
|
|
27027
|
+
"deprecationReason": null
|
|
27028
|
+
},
|
|
27029
|
+
{
|
|
27030
|
+
"name": "id",
|
|
27031
|
+
"description": null,
|
|
27032
|
+
"args": [],
|
|
27033
|
+
"type": {
|
|
27034
|
+
"kind": "NON_NULL",
|
|
27035
|
+
"name": null,
|
|
27036
|
+
"ofType": {
|
|
27037
|
+
"kind": "SCALAR",
|
|
27038
|
+
"name": "ID",
|
|
27039
|
+
"ofType": null
|
|
27040
|
+
}
|
|
27041
|
+
},
|
|
27042
|
+
"isDeprecated": false,
|
|
27043
|
+
"deprecationReason": null
|
|
27044
|
+
},
|
|
27045
|
+
{
|
|
27046
|
+
"name": "last_completed_step",
|
|
27047
|
+
"description": null,
|
|
27048
|
+
"args": [],
|
|
27049
|
+
"type": {
|
|
27050
|
+
"kind": "SCALAR",
|
|
27051
|
+
"name": "String",
|
|
27052
|
+
"ofType": null
|
|
27053
|
+
},
|
|
27054
|
+
"isDeprecated": false,
|
|
27055
|
+
"deprecationReason": null
|
|
27056
|
+
},
|
|
27057
|
+
{
|
|
27058
|
+
"name": "registration_key",
|
|
27059
|
+
"description": null,
|
|
27060
|
+
"args": [],
|
|
27061
|
+
"type": {
|
|
27062
|
+
"kind": "OBJECT",
|
|
27063
|
+
"name": "RegistrationKey",
|
|
27064
|
+
"ofType": null
|
|
27065
|
+
},
|
|
27066
|
+
"isDeprecated": false,
|
|
27067
|
+
"deprecationReason": null
|
|
27068
|
+
},
|
|
27069
|
+
{
|
|
27070
|
+
"name": "registration_key_id",
|
|
27071
|
+
"description": null,
|
|
27072
|
+
"args": [],
|
|
27073
|
+
"type": {
|
|
27074
|
+
"kind": "SCALAR",
|
|
27075
|
+
"name": "ID",
|
|
27076
|
+
"ofType": null
|
|
27077
|
+
},
|
|
27078
|
+
"isDeprecated": false,
|
|
27079
|
+
"deprecationReason": null
|
|
27080
|
+
},
|
|
27081
|
+
{
|
|
27082
|
+
"name": "retailer",
|
|
27083
|
+
"description": null,
|
|
27084
|
+
"args": [],
|
|
27085
|
+
"type": {
|
|
27086
|
+
"kind": "OBJECT",
|
|
27087
|
+
"name": "Retailer",
|
|
27088
|
+
"ofType": null
|
|
27089
|
+
},
|
|
27090
|
+
"isDeprecated": false,
|
|
27091
|
+
"deprecationReason": null
|
|
27092
|
+
},
|
|
27093
|
+
{
|
|
27094
|
+
"name": "retailer_account",
|
|
27095
|
+
"description": null,
|
|
27096
|
+
"args": [],
|
|
27097
|
+
"type": {
|
|
27098
|
+
"kind": "OBJECT",
|
|
27099
|
+
"name": "RetailerAccount",
|
|
27100
|
+
"ofType": null
|
|
27101
|
+
},
|
|
27102
|
+
"isDeprecated": false,
|
|
27103
|
+
"deprecationReason": null
|
|
27104
|
+
},
|
|
27105
|
+
{
|
|
27106
|
+
"name": "retailer_account_id",
|
|
27107
|
+
"description": null,
|
|
27108
|
+
"args": [],
|
|
27109
|
+
"type": {
|
|
27110
|
+
"kind": "SCALAR",
|
|
27111
|
+
"name": "ID",
|
|
27112
|
+
"ofType": null
|
|
27113
|
+
},
|
|
27114
|
+
"isDeprecated": false,
|
|
27115
|
+
"deprecationReason": null
|
|
27116
|
+
},
|
|
27117
|
+
{
|
|
27118
|
+
"name": "retailer_id",
|
|
27119
|
+
"description": null,
|
|
27120
|
+
"args": [],
|
|
27121
|
+
"type": {
|
|
27122
|
+
"kind": "SCALAR",
|
|
27123
|
+
"name": "ID",
|
|
27124
|
+
"ofType": null
|
|
27125
|
+
},
|
|
27126
|
+
"isDeprecated": false,
|
|
27127
|
+
"deprecationReason": null
|
|
27128
|
+
},
|
|
27129
|
+
{
|
|
27130
|
+
"name": "updated_at",
|
|
27131
|
+
"description": null,
|
|
27132
|
+
"args": [],
|
|
27133
|
+
"type": {
|
|
27134
|
+
"kind": "SCALAR",
|
|
27135
|
+
"name": "String",
|
|
27136
|
+
"ofType": null
|
|
27137
|
+
},
|
|
27138
|
+
"isDeprecated": false,
|
|
27139
|
+
"deprecationReason": null
|
|
27140
|
+
},
|
|
27141
|
+
{
|
|
27142
|
+
"name": "user",
|
|
27143
|
+
"description": null,
|
|
27144
|
+
"args": [],
|
|
27145
|
+
"type": {
|
|
27146
|
+
"kind": "OBJECT",
|
|
27147
|
+
"name": "User",
|
|
27148
|
+
"ofType": null
|
|
27149
|
+
},
|
|
27150
|
+
"isDeprecated": false,
|
|
27151
|
+
"deprecationReason": null
|
|
27152
|
+
},
|
|
27153
|
+
{
|
|
27154
|
+
"name": "user_id",
|
|
27155
|
+
"description": null,
|
|
27156
|
+
"args": [],
|
|
27157
|
+
"type": {
|
|
27158
|
+
"kind": "NON_NULL",
|
|
27159
|
+
"name": null,
|
|
27160
|
+
"ofType": {
|
|
27161
|
+
"kind": "SCALAR",
|
|
27162
|
+
"name": "ID",
|
|
27163
|
+
"ofType": null
|
|
27164
|
+
}
|
|
27165
|
+
},
|
|
27166
|
+
"isDeprecated": false,
|
|
27167
|
+
"deprecationReason": null
|
|
27168
|
+
}
|
|
27169
|
+
],
|
|
27170
|
+
"inputFields": null,
|
|
27171
|
+
"interfaces": [],
|
|
27172
|
+
"enumValues": null,
|
|
27173
|
+
"possibleTypes": null
|
|
27174
|
+
},
|
|
27175
|
+
{
|
|
27176
|
+
"kind": "INPUT_OBJECT",
|
|
27177
|
+
"name": "EnrollmentSessionParams",
|
|
27178
|
+
"description": null,
|
|
27179
|
+
"fields": null,
|
|
27180
|
+
"inputFields": [
|
|
27181
|
+
{
|
|
27182
|
+
"name": "fields",
|
|
27183
|
+
"description": null,
|
|
27184
|
+
"type": {
|
|
27185
|
+
"kind": "LIST",
|
|
27186
|
+
"name": null,
|
|
27187
|
+
"ofType": {
|
|
27188
|
+
"kind": "NON_NULL",
|
|
27189
|
+
"name": null,
|
|
27190
|
+
"ofType": {
|
|
27191
|
+
"kind": "SCALAR",
|
|
27192
|
+
"name": "String",
|
|
27193
|
+
"ofType": null
|
|
27194
|
+
}
|
|
27195
|
+
}
|
|
27196
|
+
},
|
|
27197
|
+
"defaultValue": null,
|
|
27198
|
+
"isDeprecated": false,
|
|
27199
|
+
"deprecationReason": null
|
|
27200
|
+
}
|
|
27201
|
+
],
|
|
27202
|
+
"interfaces": null,
|
|
27203
|
+
"enumValues": null,
|
|
27204
|
+
"possibleTypes": null
|
|
27205
|
+
},
|
|
26857
27206
|
{
|
|
26858
27207
|
"kind": "OBJECT",
|
|
26859
27208
|
"name": "Event",
|
|
@@ -32865,6 +33214,37 @@
|
|
|
32865
33214
|
"enumValues": null,
|
|
32866
33215
|
"possibleTypes": null
|
|
32867
33216
|
},
|
|
33217
|
+
{
|
|
33218
|
+
"kind": "INPUT_OBJECT",
|
|
33219
|
+
"name": "GetEnrollmentSessionParams",
|
|
33220
|
+
"description": null,
|
|
33221
|
+
"fields": null,
|
|
33222
|
+
"inputFields": [
|
|
33223
|
+
{
|
|
33224
|
+
"name": "fields",
|
|
33225
|
+
"description": null,
|
|
33226
|
+
"type": {
|
|
33227
|
+
"kind": "LIST",
|
|
33228
|
+
"name": null,
|
|
33229
|
+
"ofType": {
|
|
33230
|
+
"kind": "NON_NULL",
|
|
33231
|
+
"name": null,
|
|
33232
|
+
"ofType": {
|
|
33233
|
+
"kind": "SCALAR",
|
|
33234
|
+
"name": "String",
|
|
33235
|
+
"ofType": null
|
|
33236
|
+
}
|
|
33237
|
+
}
|
|
33238
|
+
},
|
|
33239
|
+
"defaultValue": null,
|
|
33240
|
+
"isDeprecated": false,
|
|
33241
|
+
"deprecationReason": null
|
|
33242
|
+
}
|
|
33243
|
+
],
|
|
33244
|
+
"interfaces": null,
|
|
33245
|
+
"enumValues": null,
|
|
33246
|
+
"possibleTypes": null
|
|
33247
|
+
},
|
|
32868
33248
|
{
|
|
32869
33249
|
"kind": "OBJECT",
|
|
32870
33250
|
"name": "GetEventsResponse",
|
|
@@ -43422,6 +43802,47 @@
|
|
|
43422
43802
|
"isDeprecated": false,
|
|
43423
43803
|
"deprecationReason": null
|
|
43424
43804
|
},
|
|
43805
|
+
{
|
|
43806
|
+
"name": "createEnrollmentSession",
|
|
43807
|
+
"description": null,
|
|
43808
|
+
"args": [
|
|
43809
|
+
{
|
|
43810
|
+
"name": "enrollment_flow_session",
|
|
43811
|
+
"description": null,
|
|
43812
|
+
"type": {
|
|
43813
|
+
"kind": "NON_NULL",
|
|
43814
|
+
"name": null,
|
|
43815
|
+
"ofType": {
|
|
43816
|
+
"kind": "INPUT_OBJECT",
|
|
43817
|
+
"name": "CreateEnrollmentSessionInput",
|
|
43818
|
+
"ofType": null
|
|
43819
|
+
}
|
|
43820
|
+
},
|
|
43821
|
+
"defaultValue": null,
|
|
43822
|
+
"isDeprecated": false,
|
|
43823
|
+
"deprecationReason": null
|
|
43824
|
+
},
|
|
43825
|
+
{
|
|
43826
|
+
"name": "params",
|
|
43827
|
+
"description": null,
|
|
43828
|
+
"type": {
|
|
43829
|
+
"kind": "INPUT_OBJECT",
|
|
43830
|
+
"name": "EnrollmentSessionParams",
|
|
43831
|
+
"ofType": null
|
|
43832
|
+
},
|
|
43833
|
+
"defaultValue": null,
|
|
43834
|
+
"isDeprecated": false,
|
|
43835
|
+
"deprecationReason": null
|
|
43836
|
+
}
|
|
43837
|
+
],
|
|
43838
|
+
"type": {
|
|
43839
|
+
"kind": "OBJECT",
|
|
43840
|
+
"name": "EnrollmentSession",
|
|
43841
|
+
"ofType": null
|
|
43842
|
+
},
|
|
43843
|
+
"isDeprecated": false,
|
|
43844
|
+
"deprecationReason": null
|
|
43845
|
+
},
|
|
43425
43846
|
{
|
|
43426
43847
|
"name": "createFacebookAccount",
|
|
43427
43848
|
"description": null,
|
|
@@ -44917,7 +45338,40 @@
|
|
|
44917
45338
|
"deprecationReason": null
|
|
44918
45339
|
},
|
|
44919
45340
|
{
|
|
44920
|
-
"name": "deleteCampaignInvitation",
|
|
45341
|
+
"name": "deleteCampaignInvitation",
|
|
45342
|
+
"description": null,
|
|
45343
|
+
"args": [
|
|
45344
|
+
{
|
|
45345
|
+
"name": "id",
|
|
45346
|
+
"description": null,
|
|
45347
|
+
"type": {
|
|
45348
|
+
"kind": "NON_NULL",
|
|
45349
|
+
"name": null,
|
|
45350
|
+
"ofType": {
|
|
45351
|
+
"kind": "SCALAR",
|
|
45352
|
+
"name": "ID",
|
|
45353
|
+
"ofType": null
|
|
45354
|
+
}
|
|
45355
|
+
},
|
|
45356
|
+
"defaultValue": null,
|
|
45357
|
+
"isDeprecated": false,
|
|
45358
|
+
"deprecationReason": null
|
|
45359
|
+
}
|
|
45360
|
+
],
|
|
45361
|
+
"type": {
|
|
45362
|
+
"kind": "NON_NULL",
|
|
45363
|
+
"name": null,
|
|
45364
|
+
"ofType": {
|
|
45365
|
+
"kind": "SCALAR",
|
|
45366
|
+
"name": "ID",
|
|
45367
|
+
"ofType": null
|
|
45368
|
+
}
|
|
45369
|
+
},
|
|
45370
|
+
"isDeprecated": false,
|
|
45371
|
+
"deprecationReason": null
|
|
45372
|
+
},
|
|
45373
|
+
{
|
|
45374
|
+
"name": "deleteCollection",
|
|
44921
45375
|
"description": null,
|
|
44922
45376
|
"args": [
|
|
44923
45377
|
{
|
|
@@ -44938,30 +45392,26 @@
|
|
|
44938
45392
|
}
|
|
44939
45393
|
],
|
|
44940
45394
|
"type": {
|
|
44941
|
-
"kind": "
|
|
44942
|
-
"name":
|
|
44943
|
-
"ofType":
|
|
44944
|
-
"kind": "SCALAR",
|
|
44945
|
-
"name": "ID",
|
|
44946
|
-
"ofType": null
|
|
44947
|
-
}
|
|
45395
|
+
"kind": "SCALAR",
|
|
45396
|
+
"name": "ID",
|
|
45397
|
+
"ofType": null
|
|
44948
45398
|
},
|
|
44949
45399
|
"isDeprecated": false,
|
|
44950
45400
|
"deprecationReason": null
|
|
44951
45401
|
},
|
|
44952
45402
|
{
|
|
44953
|
-
"name": "
|
|
45403
|
+
"name": "deleteDigitalAsset",
|
|
44954
45404
|
"description": null,
|
|
44955
45405
|
"args": [
|
|
44956
45406
|
{
|
|
44957
|
-
"name": "
|
|
45407
|
+
"name": "params",
|
|
44958
45408
|
"description": null,
|
|
44959
45409
|
"type": {
|
|
44960
45410
|
"kind": "NON_NULL",
|
|
44961
45411
|
"name": null,
|
|
44962
45412
|
"ofType": {
|
|
44963
|
-
"kind": "
|
|
44964
|
-
"name": "
|
|
45413
|
+
"kind": "INPUT_OBJECT",
|
|
45414
|
+
"name": "DeleteDigitalAssetParams",
|
|
44965
45415
|
"ofType": null
|
|
44966
45416
|
}
|
|
44967
45417
|
},
|
|
@@ -44971,26 +45421,26 @@
|
|
|
44971
45421
|
}
|
|
44972
45422
|
],
|
|
44973
45423
|
"type": {
|
|
44974
|
-
"kind": "
|
|
44975
|
-
"name": "
|
|
45424
|
+
"kind": "OBJECT",
|
|
45425
|
+
"name": "DeleteDigitalAssetResponse",
|
|
44976
45426
|
"ofType": null
|
|
44977
45427
|
},
|
|
44978
45428
|
"isDeprecated": false,
|
|
44979
45429
|
"deprecationReason": null
|
|
44980
45430
|
},
|
|
44981
45431
|
{
|
|
44982
|
-
"name": "
|
|
45432
|
+
"name": "deleteDivision",
|
|
44983
45433
|
"description": null,
|
|
44984
45434
|
"args": [
|
|
44985
45435
|
{
|
|
44986
|
-
"name": "
|
|
45436
|
+
"name": "id",
|
|
44987
45437
|
"description": null,
|
|
44988
45438
|
"type": {
|
|
44989
45439
|
"kind": "NON_NULL",
|
|
44990
45440
|
"name": null,
|
|
44991
45441
|
"ofType": {
|
|
44992
|
-
"kind": "
|
|
44993
|
-
"name": "
|
|
45442
|
+
"kind": "SCALAR",
|
|
45443
|
+
"name": "ID",
|
|
44994
45444
|
"ofType": null
|
|
44995
45445
|
}
|
|
44996
45446
|
},
|
|
@@ -45000,15 +45450,19 @@
|
|
|
45000
45450
|
}
|
|
45001
45451
|
],
|
|
45002
45452
|
"type": {
|
|
45003
|
-
"kind": "
|
|
45004
|
-
"name":
|
|
45005
|
-
"ofType":
|
|
45453
|
+
"kind": "NON_NULL",
|
|
45454
|
+
"name": null,
|
|
45455
|
+
"ofType": {
|
|
45456
|
+
"kind": "SCALAR",
|
|
45457
|
+
"name": "ID",
|
|
45458
|
+
"ofType": null
|
|
45459
|
+
}
|
|
45006
45460
|
},
|
|
45007
45461
|
"isDeprecated": false,
|
|
45008
45462
|
"deprecationReason": null
|
|
45009
45463
|
},
|
|
45010
45464
|
{
|
|
45011
|
-
"name": "
|
|
45465
|
+
"name": "deleteEnrollmentSession",
|
|
45012
45466
|
"description": null,
|
|
45013
45467
|
"args": [
|
|
45014
45468
|
{
|
|
@@ -45029,13 +45483,9 @@
|
|
|
45029
45483
|
}
|
|
45030
45484
|
],
|
|
45031
45485
|
"type": {
|
|
45032
|
-
"kind": "
|
|
45033
|
-
"name":
|
|
45034
|
-
"ofType":
|
|
45035
|
-
"kind": "SCALAR",
|
|
45036
|
-
"name": "ID",
|
|
45037
|
-
"ofType": null
|
|
45038
|
-
}
|
|
45486
|
+
"kind": "SCALAR",
|
|
45487
|
+
"name": "ID",
|
|
45488
|
+
"ofType": null
|
|
45039
45489
|
},
|
|
45040
45490
|
"isDeprecated": false,
|
|
45041
45491
|
"deprecationReason": null
|
|
@@ -51532,6 +51982,63 @@
|
|
|
51532
51982
|
"isDeprecated": false,
|
|
51533
51983
|
"deprecationReason": null
|
|
51534
51984
|
},
|
|
51985
|
+
{
|
|
51986
|
+
"name": "updateEnrollmentSession",
|
|
51987
|
+
"description": null,
|
|
51988
|
+
"args": [
|
|
51989
|
+
{
|
|
51990
|
+
"name": "enrollment_flow_session",
|
|
51991
|
+
"description": null,
|
|
51992
|
+
"type": {
|
|
51993
|
+
"kind": "NON_NULL",
|
|
51994
|
+
"name": null,
|
|
51995
|
+
"ofType": {
|
|
51996
|
+
"kind": "INPUT_OBJECT",
|
|
51997
|
+
"name": "UpdateEnrollmentSessionInput",
|
|
51998
|
+
"ofType": null
|
|
51999
|
+
}
|
|
52000
|
+
},
|
|
52001
|
+
"defaultValue": null,
|
|
52002
|
+
"isDeprecated": false,
|
|
52003
|
+
"deprecationReason": null
|
|
52004
|
+
},
|
|
52005
|
+
{
|
|
52006
|
+
"name": "id",
|
|
52007
|
+
"description": null,
|
|
52008
|
+
"type": {
|
|
52009
|
+
"kind": "NON_NULL",
|
|
52010
|
+
"name": null,
|
|
52011
|
+
"ofType": {
|
|
52012
|
+
"kind": "SCALAR",
|
|
52013
|
+
"name": "ID",
|
|
52014
|
+
"ofType": null
|
|
52015
|
+
}
|
|
52016
|
+
},
|
|
52017
|
+
"defaultValue": null,
|
|
52018
|
+
"isDeprecated": false,
|
|
52019
|
+
"deprecationReason": null
|
|
52020
|
+
},
|
|
52021
|
+
{
|
|
52022
|
+
"name": "params",
|
|
52023
|
+
"description": null,
|
|
52024
|
+
"type": {
|
|
52025
|
+
"kind": "INPUT_OBJECT",
|
|
52026
|
+
"name": "EnrollmentSessionParams",
|
|
52027
|
+
"ofType": null
|
|
52028
|
+
},
|
|
52029
|
+
"defaultValue": null,
|
|
52030
|
+
"isDeprecated": false,
|
|
52031
|
+
"deprecationReason": null
|
|
52032
|
+
}
|
|
52033
|
+
],
|
|
52034
|
+
"type": {
|
|
52035
|
+
"kind": "OBJECT",
|
|
52036
|
+
"name": "EnrollmentSession",
|
|
52037
|
+
"ofType": null
|
|
52038
|
+
},
|
|
52039
|
+
"isDeprecated": false,
|
|
52040
|
+
"deprecationReason": null
|
|
52041
|
+
},
|
|
51535
52042
|
{
|
|
51536
52043
|
"name": "updateFacebookAccount",
|
|
51537
52044
|
"description": null,
|
|
@@ -63839,6 +64346,47 @@
|
|
|
63839
64346
|
"isDeprecated": false,
|
|
63840
64347
|
"deprecationReason": null
|
|
63841
64348
|
},
|
|
64349
|
+
{
|
|
64350
|
+
"name": "getEnrollmentSession",
|
|
64351
|
+
"description": null,
|
|
64352
|
+
"args": [
|
|
64353
|
+
{
|
|
64354
|
+
"name": "id",
|
|
64355
|
+
"description": null,
|
|
64356
|
+
"type": {
|
|
64357
|
+
"kind": "NON_NULL",
|
|
64358
|
+
"name": null,
|
|
64359
|
+
"ofType": {
|
|
64360
|
+
"kind": "SCALAR",
|
|
64361
|
+
"name": "ID",
|
|
64362
|
+
"ofType": null
|
|
64363
|
+
}
|
|
64364
|
+
},
|
|
64365
|
+
"defaultValue": null,
|
|
64366
|
+
"isDeprecated": false,
|
|
64367
|
+
"deprecationReason": null
|
|
64368
|
+
},
|
|
64369
|
+
{
|
|
64370
|
+
"name": "params",
|
|
64371
|
+
"description": null,
|
|
64372
|
+
"type": {
|
|
64373
|
+
"kind": "INPUT_OBJECT",
|
|
64374
|
+
"name": "GetEnrollmentSessionParams",
|
|
64375
|
+
"ofType": null
|
|
64376
|
+
},
|
|
64377
|
+
"defaultValue": null,
|
|
64378
|
+
"isDeprecated": false,
|
|
64379
|
+
"deprecationReason": null
|
|
64380
|
+
}
|
|
64381
|
+
],
|
|
64382
|
+
"type": {
|
|
64383
|
+
"kind": "OBJECT",
|
|
64384
|
+
"name": "EnrollmentSession",
|
|
64385
|
+
"ofType": null
|
|
64386
|
+
},
|
|
64387
|
+
"isDeprecated": false,
|
|
64388
|
+
"deprecationReason": null
|
|
64389
|
+
},
|
|
63842
64390
|
{
|
|
63843
64391
|
"name": "getFacebookAccounts",
|
|
63844
64392
|
"description": null,
|
|
@@ -67099,6 +67647,51 @@
|
|
|
67099
67647
|
"isDeprecated": false,
|
|
67100
67648
|
"deprecationReason": null
|
|
67101
67649
|
},
|
|
67650
|
+
{
|
|
67651
|
+
"name": "getUserEnrollmentSessions",
|
|
67652
|
+
"description": null,
|
|
67653
|
+
"args": [
|
|
67654
|
+
{
|
|
67655
|
+
"name": "params",
|
|
67656
|
+
"description": null,
|
|
67657
|
+
"type": {
|
|
67658
|
+
"kind": "INPUT_OBJECT",
|
|
67659
|
+
"name": "GetEnrollmentSessionParams",
|
|
67660
|
+
"ofType": null
|
|
67661
|
+
},
|
|
67662
|
+
"defaultValue": null,
|
|
67663
|
+
"isDeprecated": false,
|
|
67664
|
+
"deprecationReason": null
|
|
67665
|
+
},
|
|
67666
|
+
{
|
|
67667
|
+
"name": "userId",
|
|
67668
|
+
"description": null,
|
|
67669
|
+
"type": {
|
|
67670
|
+
"kind": "NON_NULL",
|
|
67671
|
+
"name": null,
|
|
67672
|
+
"ofType": {
|
|
67673
|
+
"kind": "SCALAR",
|
|
67674
|
+
"name": "ID",
|
|
67675
|
+
"ofType": null
|
|
67676
|
+
}
|
|
67677
|
+
},
|
|
67678
|
+
"defaultValue": null,
|
|
67679
|
+
"isDeprecated": false,
|
|
67680
|
+
"deprecationReason": null
|
|
67681
|
+
}
|
|
67682
|
+
],
|
|
67683
|
+
"type": {
|
|
67684
|
+
"kind": "LIST",
|
|
67685
|
+
"name": null,
|
|
67686
|
+
"ofType": {
|
|
67687
|
+
"kind": "OBJECT",
|
|
67688
|
+
"name": "EnrollmentSession",
|
|
67689
|
+
"ofType": null
|
|
67690
|
+
}
|
|
67691
|
+
},
|
|
67692
|
+
"isDeprecated": false,
|
|
67693
|
+
"deprecationReason": null
|
|
67694
|
+
},
|
|
67102
67695
|
{
|
|
67103
67696
|
"name": "getUsers",
|
|
67104
67697
|
"description": null,
|
|
@@ -90242,6 +90835,89 @@
|
|
|
90242
90835
|
"enumValues": null,
|
|
90243
90836
|
"possibleTypes": null
|
|
90244
90837
|
},
|
|
90838
|
+
{
|
|
90839
|
+
"kind": "INPUT_OBJECT",
|
|
90840
|
+
"name": "UpdateEnrollmentSessionInput",
|
|
90841
|
+
"description": null,
|
|
90842
|
+
"fields": null,
|
|
90843
|
+
"inputFields": [
|
|
90844
|
+
{
|
|
90845
|
+
"name": "completed",
|
|
90846
|
+
"description": null,
|
|
90847
|
+
"type": {
|
|
90848
|
+
"kind": "SCALAR",
|
|
90849
|
+
"name": "Boolean",
|
|
90850
|
+
"ofType": null
|
|
90851
|
+
},
|
|
90852
|
+
"defaultValue": null,
|
|
90853
|
+
"isDeprecated": false,
|
|
90854
|
+
"deprecationReason": null
|
|
90855
|
+
},
|
|
90856
|
+
{
|
|
90857
|
+
"name": "enrollment_method",
|
|
90858
|
+
"description": null,
|
|
90859
|
+
"type": {
|
|
90860
|
+
"kind": "SCALAR",
|
|
90861
|
+
"name": "String",
|
|
90862
|
+
"ofType": null
|
|
90863
|
+
},
|
|
90864
|
+
"defaultValue": null,
|
|
90865
|
+
"isDeprecated": false,
|
|
90866
|
+
"deprecationReason": null
|
|
90867
|
+
},
|
|
90868
|
+
{
|
|
90869
|
+
"name": "last_completed_step",
|
|
90870
|
+
"description": null,
|
|
90871
|
+
"type": {
|
|
90872
|
+
"kind": "SCALAR",
|
|
90873
|
+
"name": "String",
|
|
90874
|
+
"ofType": null
|
|
90875
|
+
},
|
|
90876
|
+
"defaultValue": null,
|
|
90877
|
+
"isDeprecated": false,
|
|
90878
|
+
"deprecationReason": null
|
|
90879
|
+
},
|
|
90880
|
+
{
|
|
90881
|
+
"name": "registration_key_id",
|
|
90882
|
+
"description": null,
|
|
90883
|
+
"type": {
|
|
90884
|
+
"kind": "SCALAR",
|
|
90885
|
+
"name": "ID",
|
|
90886
|
+
"ofType": null
|
|
90887
|
+
},
|
|
90888
|
+
"defaultValue": null,
|
|
90889
|
+
"isDeprecated": false,
|
|
90890
|
+
"deprecationReason": null
|
|
90891
|
+
},
|
|
90892
|
+
{
|
|
90893
|
+
"name": "retailer_account_id",
|
|
90894
|
+
"description": null,
|
|
90895
|
+
"type": {
|
|
90896
|
+
"kind": "SCALAR",
|
|
90897
|
+
"name": "ID",
|
|
90898
|
+
"ofType": null
|
|
90899
|
+
},
|
|
90900
|
+
"defaultValue": null,
|
|
90901
|
+
"isDeprecated": false,
|
|
90902
|
+
"deprecationReason": null
|
|
90903
|
+
},
|
|
90904
|
+
{
|
|
90905
|
+
"name": "retailer_id",
|
|
90906
|
+
"description": null,
|
|
90907
|
+
"type": {
|
|
90908
|
+
"kind": "SCALAR",
|
|
90909
|
+
"name": "ID",
|
|
90910
|
+
"ofType": null
|
|
90911
|
+
},
|
|
90912
|
+
"defaultValue": null,
|
|
90913
|
+
"isDeprecated": false,
|
|
90914
|
+
"deprecationReason": null
|
|
90915
|
+
}
|
|
90916
|
+
],
|
|
90917
|
+
"interfaces": null,
|
|
90918
|
+
"enumValues": null,
|
|
90919
|
+
"possibleTypes": null
|
|
90920
|
+
},
|
|
90245
90921
|
{
|
|
90246
90922
|
"kind": "INPUT_OBJECT",
|
|
90247
90923
|
"name": "UpdateFacebookPageInput",
|
package/index.d.ts
CHANGED
|
@@ -1992,6 +1992,16 @@ export type CreateDivisionParams = {
|
|
|
1992
1992
|
division: CreateDivision;
|
|
1993
1993
|
};
|
|
1994
1994
|
|
|
1995
|
+
export type CreateEnrollmentSessionInput = {
|
|
1996
|
+
brand_id: Scalars['ID']['input'];
|
|
1997
|
+
enrollment_method?: InputMaybe<Scalars['String']['input']>;
|
|
1998
|
+
last_completed_step?: InputMaybe<Scalars['String']['input']>;
|
|
1999
|
+
registration_key_id?: InputMaybe<Scalars['ID']['input']>;
|
|
2000
|
+
retailer_account_id?: InputMaybe<Scalars['ID']['input']>;
|
|
2001
|
+
retailer_id?: InputMaybe<Scalars['ID']['input']>;
|
|
2002
|
+
user_id: Scalars['ID']['input'];
|
|
2003
|
+
};
|
|
2004
|
+
|
|
1995
2005
|
export type CreateFacebookPageInput = {
|
|
1996
2006
|
authenticated_remote?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1997
2007
|
auto_share_enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -2858,6 +2868,30 @@ export type EngagementStats = {
|
|
|
2858
2868
|
viewed_count?: Maybe<Scalars['Int']['output']>;
|
|
2859
2869
|
};
|
|
2860
2870
|
|
|
2871
|
+
export type EnrollmentSession = {
|
|
2872
|
+
__typename?: 'EnrollmentSession';
|
|
2873
|
+
brand?: Maybe<Brand>;
|
|
2874
|
+
brand_id: Scalars['ID']['output'];
|
|
2875
|
+
completed?: Maybe<Scalars['Boolean']['output']>;
|
|
2876
|
+
created_at?: Maybe<Scalars['String']['output']>;
|
|
2877
|
+
enrollment_method?: Maybe<Scalars['String']['output']>;
|
|
2878
|
+
id: Scalars['ID']['output'];
|
|
2879
|
+
last_completed_step?: Maybe<Scalars['String']['output']>;
|
|
2880
|
+
registration_key?: Maybe<RegistrationKey>;
|
|
2881
|
+
registration_key_id?: Maybe<Scalars['ID']['output']>;
|
|
2882
|
+
retailer?: Maybe<Retailer>;
|
|
2883
|
+
retailer_account?: Maybe<RetailerAccount>;
|
|
2884
|
+
retailer_account_id?: Maybe<Scalars['ID']['output']>;
|
|
2885
|
+
retailer_id?: Maybe<Scalars['ID']['output']>;
|
|
2886
|
+
updated_at?: Maybe<Scalars['String']['output']>;
|
|
2887
|
+
user?: Maybe<User>;
|
|
2888
|
+
user_id: Scalars['ID']['output'];
|
|
2889
|
+
};
|
|
2890
|
+
|
|
2891
|
+
export type EnrollmentSessionParams = {
|
|
2892
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2893
|
+
};
|
|
2894
|
+
|
|
2861
2895
|
/** An individual event. */
|
|
2862
2896
|
export type Event = {
|
|
2863
2897
|
__typename?: 'Event';
|
|
@@ -3556,6 +3590,10 @@ export type GetDivisionsResponse = {
|
|
|
3556
3590
|
data?: Maybe<Array<Division>>;
|
|
3557
3591
|
};
|
|
3558
3592
|
|
|
3593
|
+
export type GetEnrollmentSessionParams = {
|
|
3594
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3595
|
+
};
|
|
3596
|
+
|
|
3559
3597
|
/** The results for an events query page. */
|
|
3560
3598
|
export type GetEventsResponse = {
|
|
3561
3599
|
__typename?: 'GetEventsResponse';
|
|
@@ -4600,6 +4638,7 @@ export type Mutation = {
|
|
|
4600
4638
|
createDigitalAsset?: Maybe<DigitalAsset>;
|
|
4601
4639
|
createDigitalAssetAssociables: Array<DigitalAsset>;
|
|
4602
4640
|
createDivision?: Maybe<Division>;
|
|
4641
|
+
createEnrollmentSession?: Maybe<EnrollmentSession>;
|
|
4603
4642
|
createFacebookAccount?: Maybe<FacebookAccount>;
|
|
4604
4643
|
createFacebookPage?: Maybe<FacebookPage>;
|
|
4605
4644
|
createFilter?: Maybe<Filter>;
|
|
@@ -4639,6 +4678,7 @@ export type Mutation = {
|
|
|
4639
4678
|
deleteCollection?: Maybe<Scalars['ID']['output']>;
|
|
4640
4679
|
deleteDigitalAsset?: Maybe<DeleteDigitalAssetResponse>;
|
|
4641
4680
|
deleteDivision: Scalars['ID']['output'];
|
|
4681
|
+
deleteEnrollmentSession?: Maybe<Scalars['ID']['output']>;
|
|
4642
4682
|
deleteFacebookAccount?: Maybe<Scalars['ID']['output']>;
|
|
4643
4683
|
deleteFacebookAccountPermissions?: Maybe<Scalars['ID']['output']>;
|
|
4644
4684
|
deleteFacebookPage?: Maybe<Scalars['ID']['output']>;
|
|
@@ -4903,6 +4943,7 @@ export type Mutation = {
|
|
|
4903
4943
|
updateCustomFieldValue?: Maybe<CustomFieldValues>;
|
|
4904
4944
|
updateDigitalAsset?: Maybe<DigitalAsset>;
|
|
4905
4945
|
updateDivision?: Maybe<Division>;
|
|
4946
|
+
updateEnrollmentSession?: Maybe<EnrollmentSession>;
|
|
4906
4947
|
updateFacebookAccount?: Maybe<FacebookAccount>;
|
|
4907
4948
|
updateFacebookPage?: Maybe<FacebookPage>;
|
|
4908
4949
|
updateFilter?: Maybe<Filter>;
|
|
@@ -5351,6 +5392,13 @@ export type MutationCreateDivisionArgs = {
|
|
|
5351
5392
|
};
|
|
5352
5393
|
|
|
5353
5394
|
|
|
5395
|
+
/** mutation root */
|
|
5396
|
+
export type MutationCreateEnrollmentSessionArgs = {
|
|
5397
|
+
enrollment_flow_session: CreateEnrollmentSessionInput;
|
|
5398
|
+
params?: InputMaybe<EnrollmentSessionParams>;
|
|
5399
|
+
};
|
|
5400
|
+
|
|
5401
|
+
|
|
5354
5402
|
/** mutation root */
|
|
5355
5403
|
export type MutationCreateFacebookAccountArgs = {
|
|
5356
5404
|
access_token: Scalars['String']['input'];
|
|
@@ -5590,6 +5638,12 @@ export type MutationDeleteDivisionArgs = {
|
|
|
5590
5638
|
};
|
|
5591
5639
|
|
|
5592
5640
|
|
|
5641
|
+
/** mutation root */
|
|
5642
|
+
export type MutationDeleteEnrollmentSessionArgs = {
|
|
5643
|
+
id: Scalars['ID']['input'];
|
|
5644
|
+
};
|
|
5645
|
+
|
|
5646
|
+
|
|
5593
5647
|
/** mutation root */
|
|
5594
5648
|
export type MutationDeleteFacebookAccountArgs = {
|
|
5595
5649
|
id: Scalars['ID']['input'];
|
|
@@ -6683,6 +6737,14 @@ export type MutationUpdateDivisionArgs = {
|
|
|
6683
6737
|
};
|
|
6684
6738
|
|
|
6685
6739
|
|
|
6740
|
+
/** mutation root */
|
|
6741
|
+
export type MutationUpdateEnrollmentSessionArgs = {
|
|
6742
|
+
enrollment_flow_session: UpdateEnrollmentSessionInput;
|
|
6743
|
+
id: Scalars['ID']['input'];
|
|
6744
|
+
params?: InputMaybe<EnrollmentSessionParams>;
|
|
6745
|
+
};
|
|
6746
|
+
|
|
6747
|
+
|
|
6686
6748
|
/** mutation root */
|
|
6687
6749
|
export type MutationUpdateFacebookAccountArgs = {
|
|
6688
6750
|
access_token?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7750,6 +7812,7 @@ export type Query = {
|
|
|
7750
7812
|
getDivisions?: Maybe<GetDivisionsResponse>;
|
|
7751
7813
|
getDivisionsBulkPaginated?: Maybe<GetDivisionsBulkResponse>;
|
|
7752
7814
|
getEmailTypes?: Maybe<EmailTypes>;
|
|
7815
|
+
getEnrollmentSession?: Maybe<EnrollmentSession>;
|
|
7753
7816
|
getFacebookAccounts: Array<FacebookAccount>;
|
|
7754
7817
|
getFacebookAuth?: Maybe<JwtResponse>;
|
|
7755
7818
|
getFacebookPage?: Maybe<FacebookPage>;
|
|
@@ -7824,6 +7887,7 @@ export type Query = {
|
|
|
7824
7887
|
getTwitterAccount: TwitterAccount;
|
|
7825
7888
|
getTwitterAccounts: Array<TwitterAccount>;
|
|
7826
7889
|
getUser: User;
|
|
7890
|
+
getUserEnrollmentSessions?: Maybe<Array<Maybe<EnrollmentSession>>>;
|
|
7827
7891
|
getUsers: Array<User>;
|
|
7828
7892
|
/**
|
|
7829
7893
|
* get ledgers
|
|
@@ -8547,6 +8611,12 @@ export type QueryGetDivisionsBulkPaginatedArgs = {
|
|
|
8547
8611
|
};
|
|
8548
8612
|
|
|
8549
8613
|
|
|
8614
|
+
export type QueryGetEnrollmentSessionArgs = {
|
|
8615
|
+
id: Scalars['ID']['input'];
|
|
8616
|
+
params?: InputMaybe<GetEnrollmentSessionParams>;
|
|
8617
|
+
};
|
|
8618
|
+
|
|
8619
|
+
|
|
8550
8620
|
export type QueryGetFacebookAccountsArgs = {
|
|
8551
8621
|
params?: InputMaybe<FacebookAccountParams>;
|
|
8552
8622
|
resourceId: Scalars['ID']['input'];
|
|
@@ -8921,6 +8991,12 @@ export type QueryGetUserArgs = {
|
|
|
8921
8991
|
};
|
|
8922
8992
|
|
|
8923
8993
|
|
|
8994
|
+
export type QueryGetUserEnrollmentSessionsArgs = {
|
|
8995
|
+
params?: InputMaybe<GetEnrollmentSessionParams>;
|
|
8996
|
+
userId: Scalars['ID']['input'];
|
|
8997
|
+
};
|
|
8998
|
+
|
|
8999
|
+
|
|
8924
9000
|
export type QueryGetUsersArgs = {
|
|
8925
9001
|
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
8926
9002
|
filters?: InputMaybe<GetUserFilters>;
|
|
@@ -11528,6 +11604,15 @@ export type UpdateDivisionParams = {
|
|
|
11528
11604
|
division: UpdateDivision;
|
|
11529
11605
|
};
|
|
11530
11606
|
|
|
11607
|
+
export type UpdateEnrollmentSessionInput = {
|
|
11608
|
+
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11609
|
+
enrollment_method?: InputMaybe<Scalars['String']['input']>;
|
|
11610
|
+
last_completed_step?: InputMaybe<Scalars['String']['input']>;
|
|
11611
|
+
registration_key_id?: InputMaybe<Scalars['ID']['input']>;
|
|
11612
|
+
retailer_account_id?: InputMaybe<Scalars['ID']['input']>;
|
|
11613
|
+
retailer_id?: InputMaybe<Scalars['ID']['input']>;
|
|
11614
|
+
};
|
|
11615
|
+
|
|
11531
11616
|
export type UpdateFacebookPageInput = {
|
|
11532
11617
|
authenticated_remote?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11533
11618
|
auto_share_enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1903,6 +1903,16 @@ input CreateDivisionParams {
|
|
|
1903
1903
|
division: CreateDivision!
|
|
1904
1904
|
}
|
|
1905
1905
|
|
|
1906
|
+
input CreateEnrollmentSessionInput {
|
|
1907
|
+
brand_id: ID!
|
|
1908
|
+
enrollment_method: String
|
|
1909
|
+
last_completed_step: String
|
|
1910
|
+
registration_key_id: ID
|
|
1911
|
+
retailer_account_id: ID
|
|
1912
|
+
retailer_id: ID
|
|
1913
|
+
user_id: ID!
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1906
1916
|
input CreateFacebookPageInput {
|
|
1907
1917
|
authenticated_remote: Boolean
|
|
1908
1918
|
auto_share_enabled: Boolean
|
|
@@ -2738,6 +2748,29 @@ type EngagementStats {
|
|
|
2738
2748
|
viewed_count: Int
|
|
2739
2749
|
}
|
|
2740
2750
|
|
|
2751
|
+
type EnrollmentSession {
|
|
2752
|
+
brand: Brand
|
|
2753
|
+
brand_id: ID!
|
|
2754
|
+
completed: Boolean
|
|
2755
|
+
created_at: String
|
|
2756
|
+
enrollment_method: String
|
|
2757
|
+
id: ID!
|
|
2758
|
+
last_completed_step: String
|
|
2759
|
+
registration_key: RegistrationKey
|
|
2760
|
+
registration_key_id: ID
|
|
2761
|
+
retailer: Retailer
|
|
2762
|
+
retailer_account: RetailerAccount
|
|
2763
|
+
retailer_account_id: ID
|
|
2764
|
+
retailer_id: ID
|
|
2765
|
+
updated_at: String
|
|
2766
|
+
user: User
|
|
2767
|
+
user_id: ID!
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
input EnrollmentSessionParams {
|
|
2771
|
+
fields: [String!]
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2741
2774
|
"""An individual event."""
|
|
2742
2775
|
type Event {
|
|
2743
2776
|
ad: AdCampaignData
|
|
@@ -3425,6 +3458,10 @@ type GetDivisionsResponse {
|
|
|
3425
3458
|
data: [Division!]
|
|
3426
3459
|
}
|
|
3427
3460
|
|
|
3461
|
+
input GetEnrollmentSessionParams {
|
|
3462
|
+
fields: [String!]
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3428
3465
|
"""The results for an events query page."""
|
|
3429
3466
|
type GetEventsResponse {
|
|
3430
3467
|
"""The array of events for this page."""
|
|
@@ -4435,6 +4472,7 @@ type Mutation {
|
|
|
4435
4472
|
createDigitalAsset(params: CreateDigitalAssetParams!): DigitalAsset
|
|
4436
4473
|
createDigitalAssetAssociables(digital_asset_ids: [ID!]!, resource_id: ID!, resource_type: String!): [DigitalAsset!]!
|
|
4437
4474
|
createDivision(brandId: ID!, params: CreateDivisionParams!): Division
|
|
4475
|
+
createEnrollmentSession(enrollment_flow_session: CreateEnrollmentSessionInput!, params: EnrollmentSessionParams): EnrollmentSession
|
|
4438
4476
|
createFacebookAccount(access_token: String!, inline_auth_facebook_page_id: ID, name: String!, params: FacebookAccountParams, permissions: FacebookAccountPermissionsInput, send_notifications: Boolean, uid: ID!, user_id: ID!): FacebookAccount
|
|
4439
4477
|
createFacebookPage(facebookPage: CreateFacebookPageInput!, resourceId: ID!, resourceType: String!): FacebookPage
|
|
4440
4478
|
createFilter(fields: [String!], filter: CreateFilterData!, resource_id: ID!, resource_type: FiltersResourceType!): Filter
|
|
@@ -4478,6 +4516,7 @@ type Mutation {
|
|
|
4478
4516
|
deleteCollection(id: ID!): ID
|
|
4479
4517
|
deleteDigitalAsset(params: DeleteDigitalAssetParams!): DeleteDigitalAssetResponse
|
|
4480
4518
|
deleteDivision(id: ID!): ID!
|
|
4519
|
+
deleteEnrollmentSession(id: ID!): ID
|
|
4481
4520
|
deleteFacebookAccount(id: ID!): ID
|
|
4482
4521
|
deleteFacebookAccountPermissions(id: ID!): ID
|
|
4483
4522
|
deleteFacebookPage(id: ID!): ID
|
|
@@ -5317,6 +5356,7 @@ type Mutation {
|
|
|
5317
5356
|
updateCustomFieldValue(data: UpdateCustomFieldValueData!, resourceId: ID!): CustomFieldValues
|
|
5318
5357
|
updateDigitalAsset(params: UpdateDigitalAssetParams!): DigitalAsset
|
|
5319
5358
|
updateDivision(divisionId: ID!, params: UpdateDivisionParams!): Division
|
|
5359
|
+
updateEnrollmentSession(enrollment_flow_session: UpdateEnrollmentSessionInput!, id: ID!, params: EnrollmentSessionParams): EnrollmentSession
|
|
5320
5360
|
updateFacebookAccount(access_token: String, id: ID!, inline_auth_facebook_page_id: ID, name: String, params: FacebookAccountParams, permissions: FacebookAccountPermissionsInput, send_notifications: Boolean, uid: ID): FacebookAccount
|
|
5321
5361
|
updateFacebookPage(facebookPage: UpdateFacebookPageInput!, id: ID!): FacebookPage
|
|
5322
5362
|
updateFilter(fields: [String!], filter: CreateFilterData!, id: ID!): Filter
|
|
@@ -7131,6 +7171,7 @@ type Query {
|
|
|
7131
7171
|
getDivisions(params: GetDivisionsParams, resourceId: ID!, resourceType: DivisionResourceType!): GetDivisionsResponse
|
|
7132
7172
|
getDivisionsBulkPaginated(params: GetDivisionsBulkParams!): GetDivisionsBulkResponse
|
|
7133
7173
|
getEmailTypes: EmailTypes
|
|
7174
|
+
getEnrollmentSession(id: ID!, params: GetEnrollmentSessionParams): EnrollmentSession
|
|
7134
7175
|
getFacebookAccounts(params: FacebookAccountParams, resourceId: ID!, resourceType: String!): [FacebookAccount!]!
|
|
7135
7176
|
getFacebookAuth(signedRequest: String!): JwtResponse
|
|
7136
7177
|
getFacebookPage(id: ID!, params: FacebookPageParams): FacebookPage
|
|
@@ -7208,6 +7249,7 @@ type Query {
|
|
|
7208
7249
|
getTwitterAccount(id: ID!, params: TwitterAccountParams): TwitterAccount!
|
|
7209
7250
|
getTwitterAccounts(params: TwitterAccountParams, resourceId: ID!, resourceType: String!): [TwitterAccount!]!
|
|
7210
7251
|
getUser(fields: [String!], id: ID!): User!
|
|
7252
|
+
getUserEnrollmentSessions(params: GetEnrollmentSessionParams, userId: ID!): [EnrollmentSession]
|
|
7211
7253
|
getUsers(fields: [String!], filters: GetUserFilters, offset: Int, per_page: Int, resource_id: ID, resource_type: String, search: String, sort_column: String, sort_direction: String): [User!]!
|
|
7212
7254
|
|
|
7213
7255
|
"""
|
|
@@ -10521,6 +10563,15 @@ input UpdateDivisionParams {
|
|
|
10521
10563
|
division: UpdateDivision!
|
|
10522
10564
|
}
|
|
10523
10565
|
|
|
10566
|
+
input UpdateEnrollmentSessionInput {
|
|
10567
|
+
completed: Boolean
|
|
10568
|
+
enrollment_method: String
|
|
10569
|
+
last_completed_step: String
|
|
10570
|
+
registration_key_id: ID
|
|
10571
|
+
retailer_account_id: ID
|
|
10572
|
+
retailer_id: ID
|
|
10573
|
+
}
|
|
10574
|
+
|
|
10524
10575
|
input UpdateFacebookPageInput {
|
|
10525
10576
|
authenticated_remote: Boolean
|
|
10526
10577
|
auto_share_enabled: Boolean
|