@promoboxx/graphql-gateway-types 1.741.0 → 1.743.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 +3 -222
- package/index.d.ts +3 -24
- package/package.json +1 -1
- package/schema.graphql +3 -23
package/graphql.schema.json
CHANGED
|
@@ -11082,7 +11082,7 @@
|
|
|
11082
11082
|
"args": [],
|
|
11083
11083
|
"type": {
|
|
11084
11084
|
"kind": "OBJECT",
|
|
11085
|
-
"name": "
|
|
11085
|
+
"name": "RegistrationKey",
|
|
11086
11086
|
"ofType": null
|
|
11087
11087
|
},
|
|
11088
11088
|
"isDeprecated": false,
|
|
@@ -11992,7 +11992,7 @@
|
|
|
11992
11992
|
"name": null,
|
|
11993
11993
|
"ofType": {
|
|
11994
11994
|
"kind": "OBJECT",
|
|
11995
|
-
"name": "
|
|
11995
|
+
"name": "RegistrationKey",
|
|
11996
11996
|
"ofType": null
|
|
11997
11997
|
}
|
|
11998
11998
|
}
|
|
@@ -25958,7 +25958,7 @@
|
|
|
25958
25958
|
"name": null,
|
|
25959
25959
|
"ofType": {
|
|
25960
25960
|
"kind": "OBJECT",
|
|
25961
|
-
"name": "
|
|
25961
|
+
"name": "RegistrationKey",
|
|
25962
25962
|
"ofType": null
|
|
25963
25963
|
}
|
|
25964
25964
|
}
|
|
@@ -76447,225 +76447,6 @@
|
|
|
76447
76447
|
],
|
|
76448
76448
|
"possibleTypes": null
|
|
76449
76449
|
},
|
|
76450
|
-
{
|
|
76451
|
-
"kind": "OBJECT",
|
|
76452
|
-
"name": "RegistrationKeys",
|
|
76453
|
-
"description": null,
|
|
76454
|
-
"fields": [
|
|
76455
|
-
{
|
|
76456
|
-
"name": "brand_id",
|
|
76457
|
-
"description": null,
|
|
76458
|
-
"args": [],
|
|
76459
|
-
"type": {
|
|
76460
|
-
"kind": "SCALAR",
|
|
76461
|
-
"name": "ID",
|
|
76462
|
-
"ofType": null
|
|
76463
|
-
},
|
|
76464
|
-
"isDeprecated": false,
|
|
76465
|
-
"deprecationReason": null
|
|
76466
|
-
},
|
|
76467
|
-
{
|
|
76468
|
-
"name": "campaign_id",
|
|
76469
|
-
"description": null,
|
|
76470
|
-
"args": [],
|
|
76471
|
-
"type": {
|
|
76472
|
-
"kind": "SCALAR",
|
|
76473
|
-
"name": "ID",
|
|
76474
|
-
"ofType": null
|
|
76475
|
-
},
|
|
76476
|
-
"isDeprecated": false,
|
|
76477
|
-
"deprecationReason": null
|
|
76478
|
-
},
|
|
76479
|
-
{
|
|
76480
|
-
"name": "category",
|
|
76481
|
-
"description": null,
|
|
76482
|
-
"args": [],
|
|
76483
|
-
"type": {
|
|
76484
|
-
"kind": "SCALAR",
|
|
76485
|
-
"name": "String",
|
|
76486
|
-
"ofType": null
|
|
76487
|
-
},
|
|
76488
|
-
"isDeprecated": false,
|
|
76489
|
-
"deprecationReason": null
|
|
76490
|
-
},
|
|
76491
|
-
{
|
|
76492
|
-
"name": "created_at",
|
|
76493
|
-
"description": null,
|
|
76494
|
-
"args": [],
|
|
76495
|
-
"type": {
|
|
76496
|
-
"kind": "SCALAR",
|
|
76497
|
-
"name": "String",
|
|
76498
|
-
"ofType": null
|
|
76499
|
-
},
|
|
76500
|
-
"isDeprecated": false,
|
|
76501
|
-
"deprecationReason": null
|
|
76502
|
-
},
|
|
76503
|
-
{
|
|
76504
|
-
"name": "created_by_id",
|
|
76505
|
-
"description": null,
|
|
76506
|
-
"args": [],
|
|
76507
|
-
"type": {
|
|
76508
|
-
"kind": "SCALAR",
|
|
76509
|
-
"name": "ID",
|
|
76510
|
-
"ofType": null
|
|
76511
|
-
},
|
|
76512
|
-
"isDeprecated": false,
|
|
76513
|
-
"deprecationReason": null
|
|
76514
|
-
},
|
|
76515
|
-
{
|
|
76516
|
-
"name": "default",
|
|
76517
|
-
"description": null,
|
|
76518
|
-
"args": [],
|
|
76519
|
-
"type": {
|
|
76520
|
-
"kind": "SCALAR",
|
|
76521
|
-
"name": "Boolean",
|
|
76522
|
-
"ofType": null
|
|
76523
|
-
},
|
|
76524
|
-
"isDeprecated": false,
|
|
76525
|
-
"deprecationReason": null
|
|
76526
|
-
},
|
|
76527
|
-
{
|
|
76528
|
-
"name": "deleted_at",
|
|
76529
|
-
"description": null,
|
|
76530
|
-
"args": [],
|
|
76531
|
-
"type": {
|
|
76532
|
-
"kind": "SCALAR",
|
|
76533
|
-
"name": "String",
|
|
76534
|
-
"ofType": null
|
|
76535
|
-
},
|
|
76536
|
-
"isDeprecated": false,
|
|
76537
|
-
"deprecationReason": null
|
|
76538
|
-
},
|
|
76539
|
-
{
|
|
76540
|
-
"name": "division_id",
|
|
76541
|
-
"description": null,
|
|
76542
|
-
"args": [],
|
|
76543
|
-
"type": {
|
|
76544
|
-
"kind": "SCALAR",
|
|
76545
|
-
"name": "ID",
|
|
76546
|
-
"ofType": null
|
|
76547
|
-
},
|
|
76548
|
-
"isDeprecated": false,
|
|
76549
|
-
"deprecationReason": null
|
|
76550
|
-
},
|
|
76551
|
-
{
|
|
76552
|
-
"name": "id",
|
|
76553
|
-
"description": null,
|
|
76554
|
-
"args": [],
|
|
76555
|
-
"type": {
|
|
76556
|
-
"kind": "NON_NULL",
|
|
76557
|
-
"name": null,
|
|
76558
|
-
"ofType": {
|
|
76559
|
-
"kind": "SCALAR",
|
|
76560
|
-
"name": "ID",
|
|
76561
|
-
"ofType": null
|
|
76562
|
-
}
|
|
76563
|
-
},
|
|
76564
|
-
"isDeprecated": false,
|
|
76565
|
-
"deprecationReason": null
|
|
76566
|
-
},
|
|
76567
|
-
{
|
|
76568
|
-
"name": "link_id",
|
|
76569
|
-
"description": null,
|
|
76570
|
-
"args": [],
|
|
76571
|
-
"type": {
|
|
76572
|
-
"kind": "SCALAR",
|
|
76573
|
-
"name": "ID",
|
|
76574
|
-
"ofType": null
|
|
76575
|
-
},
|
|
76576
|
-
"isDeprecated": false,
|
|
76577
|
-
"deprecationReason": null
|
|
76578
|
-
},
|
|
76579
|
-
{
|
|
76580
|
-
"name": "registration_url",
|
|
76581
|
-
"description": null,
|
|
76582
|
-
"args": [],
|
|
76583
|
-
"type": {
|
|
76584
|
-
"kind": "SCALAR",
|
|
76585
|
-
"name": "String",
|
|
76586
|
-
"ofType": null
|
|
76587
|
-
},
|
|
76588
|
-
"isDeprecated": false,
|
|
76589
|
-
"deprecationReason": null
|
|
76590
|
-
},
|
|
76591
|
-
{
|
|
76592
|
-
"name": "rep_id",
|
|
76593
|
-
"description": null,
|
|
76594
|
-
"args": [],
|
|
76595
|
-
"type": {
|
|
76596
|
-
"kind": "SCALAR",
|
|
76597
|
-
"name": "ID",
|
|
76598
|
-
"ofType": null
|
|
76599
|
-
},
|
|
76600
|
-
"isDeprecated": false,
|
|
76601
|
-
"deprecationReason": null
|
|
76602
|
-
},
|
|
76603
|
-
{
|
|
76604
|
-
"name": "retailer_id",
|
|
76605
|
-
"description": null,
|
|
76606
|
-
"args": [],
|
|
76607
|
-
"type": {
|
|
76608
|
-
"kind": "SCALAR",
|
|
76609
|
-
"name": "ID",
|
|
76610
|
-
"ofType": null
|
|
76611
|
-
},
|
|
76612
|
-
"isDeprecated": false,
|
|
76613
|
-
"deprecationReason": null
|
|
76614
|
-
},
|
|
76615
|
-
{
|
|
76616
|
-
"name": "state",
|
|
76617
|
-
"description": null,
|
|
76618
|
-
"args": [],
|
|
76619
|
-
"type": {
|
|
76620
|
-
"kind": "SCALAR",
|
|
76621
|
-
"name": "String",
|
|
76622
|
-
"ofType": null
|
|
76623
|
-
},
|
|
76624
|
-
"isDeprecated": false,
|
|
76625
|
-
"deprecationReason": null
|
|
76626
|
-
},
|
|
76627
|
-
{
|
|
76628
|
-
"name": "updated_at",
|
|
76629
|
-
"description": null,
|
|
76630
|
-
"args": [],
|
|
76631
|
-
"type": {
|
|
76632
|
-
"kind": "SCALAR",
|
|
76633
|
-
"name": "String",
|
|
76634
|
-
"ofType": null
|
|
76635
|
-
},
|
|
76636
|
-
"isDeprecated": false,
|
|
76637
|
-
"deprecationReason": null
|
|
76638
|
-
},
|
|
76639
|
-
{
|
|
76640
|
-
"name": "updated_by_id",
|
|
76641
|
-
"description": null,
|
|
76642
|
-
"args": [],
|
|
76643
|
-
"type": {
|
|
76644
|
-
"kind": "SCALAR",
|
|
76645
|
-
"name": "ID",
|
|
76646
|
-
"ofType": null
|
|
76647
|
-
},
|
|
76648
|
-
"isDeprecated": false,
|
|
76649
|
-
"deprecationReason": null
|
|
76650
|
-
},
|
|
76651
|
-
{
|
|
76652
|
-
"name": "user_id",
|
|
76653
|
-
"description": null,
|
|
76654
|
-
"args": [],
|
|
76655
|
-
"type": {
|
|
76656
|
-
"kind": "SCALAR",
|
|
76657
|
-
"name": "ID",
|
|
76658
|
-
"ofType": null
|
|
76659
|
-
},
|
|
76660
|
-
"isDeprecated": false,
|
|
76661
|
-
"deprecationReason": null
|
|
76662
|
-
}
|
|
76663
|
-
],
|
|
76664
|
-
"inputFields": null,
|
|
76665
|
-
"interfaces": [],
|
|
76666
|
-
"enumValues": null,
|
|
76667
|
-
"possibleTypes": null
|
|
76668
|
-
},
|
|
76669
76450
|
{
|
|
76670
76451
|
"kind": "INPUT_OBJECT",
|
|
76671
76452
|
"name": "RejectBrandRequestBrandRequest",
|
package/index.d.ts
CHANGED
|
@@ -1225,7 +1225,7 @@ export type Campaign = {
|
|
|
1225
1225
|
custom_share_url_id?: Maybe<Scalars['Int']['output']>;
|
|
1226
1226
|
customizer_url?: Maybe<Scalars['String']['output']>;
|
|
1227
1227
|
days_remaining?: Maybe<Scalars['String']['output']>;
|
|
1228
|
-
default_registration_key?: Maybe<
|
|
1228
|
+
default_registration_key?: Maybe<RegistrationKey>;
|
|
1229
1229
|
default_registration_key_id?: Maybe<Scalars['ID']['output']>;
|
|
1230
1230
|
default_share_url?: Maybe<Scalars['String']['output']>;
|
|
1231
1231
|
deleted_at?: Maybe<Scalars['String']['output']>;
|
|
@@ -1283,7 +1283,7 @@ export type Campaign = {
|
|
|
1283
1283
|
open_enrollment?: Maybe<Scalars['Boolean']['output']>;
|
|
1284
1284
|
popular?: Maybe<Scalars['Boolean']['output']>;
|
|
1285
1285
|
popular_updated_at?: Maybe<Scalars['String']['output']>;
|
|
1286
|
-
registration_keys?: Maybe<Array<
|
|
1286
|
+
registration_keys?: Maybe<Array<RegistrationKey>>;
|
|
1287
1287
|
reporting_filters_bots?: Maybe<Scalars['Boolean']['output']>;
|
|
1288
1288
|
retailer_customizable?: Maybe<Scalars['Boolean']['output']>;
|
|
1289
1289
|
retailer_match_funding_enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2750,7 +2750,7 @@ export type Division = {
|
|
|
2750
2750
|
name?: Maybe<Scalars['String']['output']>;
|
|
2751
2751
|
pending_users?: Maybe<Array<User>>;
|
|
2752
2752
|
referral_stats?: Maybe<Array<DivisionReferralStat>>;
|
|
2753
|
-
registration_keys?: Maybe<Array<
|
|
2753
|
+
registration_keys?: Maybe<Array<RegistrationKey>>;
|
|
2754
2754
|
retailer_alias?: Maybe<Scalars['String']['output']>;
|
|
2755
2755
|
retailer_count?: Maybe<Scalars['Int']['output']>;
|
|
2756
2756
|
retailer_state_counts?: Maybe<DivisionRetailerStateCount>;
|
|
@@ -9943,27 +9943,6 @@ export type RegistrationKeyState =
|
|
|
9943
9943
|
| 'disabled'
|
|
9944
9944
|
| 'enabled';
|
|
9945
9945
|
|
|
9946
|
-
export type RegistrationKeys = {
|
|
9947
|
-
__typename?: 'RegistrationKeys';
|
|
9948
|
-
brand_id?: Maybe<Scalars['ID']['output']>;
|
|
9949
|
-
campaign_id?: Maybe<Scalars['ID']['output']>;
|
|
9950
|
-
category?: Maybe<Scalars['String']['output']>;
|
|
9951
|
-
created_at?: Maybe<Scalars['String']['output']>;
|
|
9952
|
-
created_by_id?: Maybe<Scalars['ID']['output']>;
|
|
9953
|
-
default?: Maybe<Scalars['Boolean']['output']>;
|
|
9954
|
-
deleted_at?: Maybe<Scalars['String']['output']>;
|
|
9955
|
-
division_id?: Maybe<Scalars['ID']['output']>;
|
|
9956
|
-
id: Scalars['ID']['output'];
|
|
9957
|
-
link_id?: Maybe<Scalars['ID']['output']>;
|
|
9958
|
-
registration_url?: Maybe<Scalars['String']['output']>;
|
|
9959
|
-
rep_id?: Maybe<Scalars['ID']['output']>;
|
|
9960
|
-
retailer_id?: Maybe<Scalars['ID']['output']>;
|
|
9961
|
-
state?: Maybe<Scalars['String']['output']>;
|
|
9962
|
-
updated_at?: Maybe<Scalars['String']['output']>;
|
|
9963
|
-
updated_by_id?: Maybe<Scalars['ID']['output']>;
|
|
9964
|
-
user_id?: Maybe<Scalars['ID']['output']>;
|
|
9965
|
-
};
|
|
9966
|
-
|
|
9967
9946
|
export type RejectBrandRequestBrandRequest = {
|
|
9968
9947
|
brand_message?: InputMaybe<Scalars['String']['input']>;
|
|
9969
9948
|
};
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1182,7 +1182,7 @@ type Campaign {
|
|
|
1182
1182
|
custom_share_url_id: Int
|
|
1183
1183
|
customizer_url: String
|
|
1184
1184
|
days_remaining: String
|
|
1185
|
-
default_registration_key:
|
|
1185
|
+
default_registration_key: RegistrationKey
|
|
1186
1186
|
default_registration_key_id: ID
|
|
1187
1187
|
default_share_url: String
|
|
1188
1188
|
deleted_at: String
|
|
@@ -1240,7 +1240,7 @@ type Campaign {
|
|
|
1240
1240
|
open_enrollment: Boolean
|
|
1241
1241
|
popular: Boolean
|
|
1242
1242
|
popular_updated_at: String
|
|
1243
|
-
registration_keys: [
|
|
1243
|
+
registration_keys: [RegistrationKey!]
|
|
1244
1244
|
reporting_filters_bots: Boolean
|
|
1245
1245
|
retailer_customizable: Boolean
|
|
1246
1246
|
retailer_match_funding_enabled: Boolean
|
|
@@ -2632,7 +2632,7 @@ type Division {
|
|
|
2632
2632
|
name: String
|
|
2633
2633
|
pending_users: [User!]
|
|
2634
2634
|
referral_stats: [DivisionReferralStat!]
|
|
2635
|
-
registration_keys: [
|
|
2635
|
+
registration_keys: [RegistrationKey!]
|
|
2636
2636
|
retailer_alias: String
|
|
2637
2637
|
retailer_count: Int
|
|
2638
2638
|
retailer_state_counts: DivisionRetailerStateCount
|
|
@@ -8339,26 +8339,6 @@ enum RegistrationKeyState {
|
|
|
8339
8339
|
enabled
|
|
8340
8340
|
}
|
|
8341
8341
|
|
|
8342
|
-
type RegistrationKeys {
|
|
8343
|
-
brand_id: ID
|
|
8344
|
-
campaign_id: ID
|
|
8345
|
-
category: String
|
|
8346
|
-
created_at: String
|
|
8347
|
-
created_by_id: ID
|
|
8348
|
-
default: Boolean
|
|
8349
|
-
deleted_at: String
|
|
8350
|
-
division_id: ID
|
|
8351
|
-
id: ID!
|
|
8352
|
-
link_id: ID
|
|
8353
|
-
registration_url: String
|
|
8354
|
-
rep_id: ID
|
|
8355
|
-
retailer_id: ID
|
|
8356
|
-
state: String
|
|
8357
|
-
updated_at: String
|
|
8358
|
-
updated_by_id: ID
|
|
8359
|
-
user_id: ID
|
|
8360
|
-
}
|
|
8361
|
-
|
|
8362
8342
|
input RejectBrandRequestBrandRequest {
|
|
8363
8343
|
brand_message: String
|
|
8364
8344
|
}
|