@promoboxx/graphql-gateway-types 1.752.0 → 1.754.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 +66 -14
- package/index.d.ts +7 -2
- package/package.json +1 -1
- package/schema.graphql +7 -2
package/graphql.schema.json
CHANGED
|
@@ -37404,6 +37404,18 @@
|
|
|
37404
37404
|
"isDeprecated": false,
|
|
37405
37405
|
"deprecationReason": null
|
|
37406
37406
|
},
|
|
37407
|
+
{
|
|
37408
|
+
"name": "search",
|
|
37409
|
+
"description": null,
|
|
37410
|
+
"type": {
|
|
37411
|
+
"kind": "SCALAR",
|
|
37412
|
+
"name": "String",
|
|
37413
|
+
"ofType": null
|
|
37414
|
+
},
|
|
37415
|
+
"defaultValue": null,
|
|
37416
|
+
"isDeprecated": false,
|
|
37417
|
+
"deprecationReason": null
|
|
37418
|
+
},
|
|
37407
37419
|
{
|
|
37408
37420
|
"name": "sort_column",
|
|
37409
37421
|
"description": null,
|
|
@@ -37519,6 +37531,18 @@
|
|
|
37519
37531
|
"isDeprecated": false,
|
|
37520
37532
|
"deprecationReason": null
|
|
37521
37533
|
},
|
|
37534
|
+
{
|
|
37535
|
+
"name": "search",
|
|
37536
|
+
"description": null,
|
|
37537
|
+
"type": {
|
|
37538
|
+
"kind": "SCALAR",
|
|
37539
|
+
"name": "String",
|
|
37540
|
+
"ofType": null
|
|
37541
|
+
},
|
|
37542
|
+
"defaultValue": null,
|
|
37543
|
+
"isDeprecated": false,
|
|
37544
|
+
"deprecationReason": null
|
|
37545
|
+
},
|
|
37522
37546
|
{
|
|
37523
37547
|
"name": "smart_group_operator",
|
|
37524
37548
|
"description": null,
|
|
@@ -77521,6 +77545,18 @@
|
|
|
77521
77545
|
"isDeprecated": false,
|
|
77522
77546
|
"deprecationReason": null
|
|
77523
77547
|
},
|
|
77548
|
+
{
|
|
77549
|
+
"name": "logo_valid",
|
|
77550
|
+
"description": null,
|
|
77551
|
+
"args": [],
|
|
77552
|
+
"type": {
|
|
77553
|
+
"kind": "SCALAR",
|
|
77554
|
+
"name": "Boolean",
|
|
77555
|
+
"ofType": null
|
|
77556
|
+
},
|
|
77557
|
+
"isDeprecated": false,
|
|
77558
|
+
"deprecationReason": null
|
|
77559
|
+
},
|
|
77524
77560
|
{
|
|
77525
77561
|
"name": "multi_brand",
|
|
77526
77562
|
"description": null,
|
|
@@ -80381,6 +80417,18 @@
|
|
|
80381
80417
|
"isDeprecated": false,
|
|
80382
80418
|
"deprecationReason": null
|
|
80383
80419
|
},
|
|
80420
|
+
{
|
|
80421
|
+
"name": "retailer_share_image_url",
|
|
80422
|
+
"description": null,
|
|
80423
|
+
"args": [],
|
|
80424
|
+
"type": {
|
|
80425
|
+
"kind": "SCALAR",
|
|
80426
|
+
"name": "String",
|
|
80427
|
+
"ofType": null
|
|
80428
|
+
},
|
|
80429
|
+
"isDeprecated": false,
|
|
80430
|
+
"deprecationReason": null
|
|
80431
|
+
},
|
|
80384
80432
|
{
|
|
80385
80433
|
"name": "share_url_type",
|
|
80386
80434
|
"description": null,
|
|
@@ -95685,17 +95733,25 @@
|
|
|
95685
95733
|
"description": null,
|
|
95686
95734
|
"fields": null,
|
|
95687
95735
|
"inputFields": [
|
|
95736
|
+
{
|
|
95737
|
+
"name": "logo_valid",
|
|
95738
|
+
"description": null,
|
|
95739
|
+
"type": {
|
|
95740
|
+
"kind": "SCALAR",
|
|
95741
|
+
"name": "Boolean",
|
|
95742
|
+
"ofType": null
|
|
95743
|
+
},
|
|
95744
|
+
"defaultValue": null,
|
|
95745
|
+
"isDeprecated": false,
|
|
95746
|
+
"deprecationReason": null
|
|
95747
|
+
},
|
|
95688
95748
|
{
|
|
95689
95749
|
"name": "name",
|
|
95690
95750
|
"description": null,
|
|
95691
95751
|
"type": {
|
|
95692
|
-
"kind": "
|
|
95693
|
-
"name":
|
|
95694
|
-
"ofType":
|
|
95695
|
-
"kind": "SCALAR",
|
|
95696
|
-
"name": "String",
|
|
95697
|
-
"ofType": null
|
|
95698
|
-
}
|
|
95752
|
+
"kind": "SCALAR",
|
|
95753
|
+
"name": "String",
|
|
95754
|
+
"ofType": null
|
|
95699
95755
|
},
|
|
95700
95756
|
"defaultValue": null,
|
|
95701
95757
|
"isDeprecated": false,
|
|
@@ -95705,13 +95761,9 @@
|
|
|
95705
95761
|
"name": "phone",
|
|
95706
95762
|
"description": null,
|
|
95707
95763
|
"type": {
|
|
95708
|
-
"kind": "
|
|
95709
|
-
"name":
|
|
95710
|
-
"ofType":
|
|
95711
|
-
"kind": "SCALAR",
|
|
95712
|
-
"name": "String",
|
|
95713
|
-
"ofType": null
|
|
95714
|
-
}
|
|
95764
|
+
"kind": "SCALAR",
|
|
95765
|
+
"name": "String",
|
|
95766
|
+
"ofType": null
|
|
95715
95767
|
},
|
|
95716
95768
|
"defaultValue": null,
|
|
95717
95769
|
"isDeprecated": false,
|
package/index.d.ts
CHANGED
|
@@ -4054,6 +4054,7 @@ export type GetRetailersBulkParams = {
|
|
|
4054
4054
|
filterParams?: InputMaybe<BulkRetailersFilterParams>;
|
|
4055
4055
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
4056
4056
|
per_page?: InputMaybe<Scalars['Int']['input']>;
|
|
4057
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
4057
4058
|
sort_column?: InputMaybe<Scalars['String']['input']>;
|
|
4058
4059
|
sort_direction?: InputMaybe<Scalars['String']['input']>;
|
|
4059
4060
|
};
|
|
@@ -4065,6 +4066,7 @@ export type GetRetailersParams = {
|
|
|
4065
4066
|
filter_params?: InputMaybe<CreateFilterDataFilter>;
|
|
4066
4067
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
4067
4068
|
per_page?: InputMaybe<Scalars['Int']['input']>;
|
|
4069
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
4068
4070
|
smart_group_operator?: InputMaybe<SmartGroupOperator>;
|
|
4069
4071
|
sort_column?: InputMaybe<Scalars['String']['input']>;
|
|
4070
4072
|
sort_direction?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -10054,6 +10056,7 @@ export type RetailerAccount = {
|
|
|
10054
10056
|
logo_thumbnail_url?: Maybe<Scalars['String']['output']>;
|
|
10055
10057
|
logo_updated_at?: Maybe<Scalars['String']['output']>;
|
|
10056
10058
|
logo_url?: Maybe<Scalars['String']['output']>;
|
|
10059
|
+
logo_valid?: Maybe<Scalars['Boolean']['output']>;
|
|
10057
10060
|
multi_brand?: Maybe<Scalars['Boolean']['output']>;
|
|
10058
10061
|
name?: Maybe<Scalars['String']['output']>;
|
|
10059
10062
|
phone?: Maybe<Scalars['String']['output']>;
|
|
@@ -10369,6 +10372,7 @@ export type ShareDataValues = {
|
|
|
10369
10372
|
rendered_child_attachments?: Maybe<Array<ChildAttachment>>;
|
|
10370
10373
|
retailer_link?: Maybe<Scalars['String']['output']>;
|
|
10371
10374
|
retailer_message?: Maybe<Scalars['String']['output']>;
|
|
10375
|
+
retailer_share_image_url?: Maybe<Scalars['String']['output']>;
|
|
10372
10376
|
share_url_type?: Maybe<Scalars['String']['output']>;
|
|
10373
10377
|
subject?: Maybe<Scalars['String']['output']>;
|
|
10374
10378
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -12150,8 +12154,9 @@ export type UpdateRetailerAccountArgs = {
|
|
|
12150
12154
|
};
|
|
12151
12155
|
|
|
12152
12156
|
export type UpdateRetailerAccountParams = {
|
|
12153
|
-
|
|
12154
|
-
|
|
12157
|
+
logo_valid?: InputMaybe<Scalars['Boolean']['input']>;
|
|
12158
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
12159
|
+
phone?: InputMaybe<Scalars['String']['input']>;
|
|
12155
12160
|
phone_extension?: InputMaybe<Scalars['String']['input']>;
|
|
12156
12161
|
website?: InputMaybe<Scalars['String']['input']>;
|
|
12157
12162
|
};
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -3880,6 +3880,7 @@ input GetRetailersBulkParams {
|
|
|
3880
3880
|
filterParams: BulkRetailersFilterParams
|
|
3881
3881
|
offset: Int
|
|
3882
3882
|
per_page: Int
|
|
3883
|
+
search: String
|
|
3883
3884
|
sort_column: String
|
|
3884
3885
|
sort_direction: String
|
|
3885
3886
|
}
|
|
@@ -3891,6 +3892,7 @@ input GetRetailersParams {
|
|
|
3891
3892
|
filter_params: CreateFilterDataFilter
|
|
3892
3893
|
offset: Int
|
|
3893
3894
|
per_page: Int
|
|
3895
|
+
search: String
|
|
3894
3896
|
smart_group_operator: SmartGroupOperator
|
|
3895
3897
|
sort_column: String
|
|
3896
3898
|
sort_direction: String
|
|
@@ -8443,6 +8445,7 @@ type RetailerAccount {
|
|
|
8443
8445
|
logo_thumbnail_url: String
|
|
8444
8446
|
logo_updated_at: String
|
|
8445
8447
|
logo_url: String
|
|
8448
|
+
logo_valid: Boolean
|
|
8446
8449
|
multi_brand: Boolean
|
|
8447
8450
|
name: String
|
|
8448
8451
|
phone: String
|
|
@@ -8754,6 +8757,7 @@ type ShareDataValues {
|
|
|
8754
8757
|
rendered_child_attachments: [ChildAttachment!]
|
|
8755
8758
|
retailer_link: String
|
|
8756
8759
|
retailer_message: String
|
|
8760
|
+
retailer_share_image_url: String
|
|
8757
8761
|
share_url_type: String
|
|
8758
8762
|
subject: String
|
|
8759
8763
|
title: String
|
|
@@ -10969,8 +10973,9 @@ input UpdateRetailerAccountArgs {
|
|
|
10969
10973
|
}
|
|
10970
10974
|
|
|
10971
10975
|
input UpdateRetailerAccountParams {
|
|
10972
|
-
|
|
10973
|
-
|
|
10976
|
+
logo_valid: Boolean
|
|
10977
|
+
name: String
|
|
10978
|
+
phone: String
|
|
10974
10979
|
phone_extension: String
|
|
10975
10980
|
website: String
|
|
10976
10981
|
}
|