@promoboxx/graphql-gateway-types 1.372.0 → 1.374.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 +153 -0
- package/index.d.ts +27 -1
- package/package.json +1 -1
- package/schema.graphql +12 -2
package/graphql.schema.json
CHANGED
|
@@ -20654,6 +20654,18 @@
|
|
|
20654
20654
|
"isDeprecated": false,
|
|
20655
20655
|
"deprecationReason": null
|
|
20656
20656
|
},
|
|
20657
|
+
{
|
|
20658
|
+
"name": "retailer_url_override",
|
|
20659
|
+
"description": null,
|
|
20660
|
+
"type": {
|
|
20661
|
+
"kind": "SCALAR",
|
|
20662
|
+
"name": "String",
|
|
20663
|
+
"ofType": null
|
|
20664
|
+
},
|
|
20665
|
+
"defaultValue": null,
|
|
20666
|
+
"isDeprecated": false,
|
|
20667
|
+
"deprecationReason": null
|
|
20668
|
+
},
|
|
20657
20669
|
{
|
|
20658
20670
|
"name": "scheduled_for",
|
|
20659
20671
|
"description": null,
|
|
@@ -21319,6 +21331,18 @@
|
|
|
21319
21331
|
"isDeprecated": false,
|
|
21320
21332
|
"deprecationReason": null
|
|
21321
21333
|
},
|
|
21334
|
+
{
|
|
21335
|
+
"name": "retailer_url_override",
|
|
21336
|
+
"description": null,
|
|
21337
|
+
"type": {
|
|
21338
|
+
"kind": "SCALAR",
|
|
21339
|
+
"name": "String",
|
|
21340
|
+
"ofType": null
|
|
21341
|
+
},
|
|
21342
|
+
"defaultValue": null,
|
|
21343
|
+
"isDeprecated": false,
|
|
21344
|
+
"deprecationReason": null
|
|
21345
|
+
},
|
|
21322
21346
|
{
|
|
21323
21347
|
"name": "scheduled_for",
|
|
21324
21348
|
"description": null,
|
|
@@ -33018,6 +33042,49 @@
|
|
|
33018
33042
|
"enumValues": null,
|
|
33019
33043
|
"possibleTypes": null
|
|
33020
33044
|
},
|
|
33045
|
+
{
|
|
33046
|
+
"kind": "OBJECT",
|
|
33047
|
+
"name": "GetRetailerBulkPaginatedResponse",
|
|
33048
|
+
"description": null,
|
|
33049
|
+
"fields": [
|
|
33050
|
+
{
|
|
33051
|
+
"name": "data",
|
|
33052
|
+
"description": null,
|
|
33053
|
+
"args": [],
|
|
33054
|
+
"type": {
|
|
33055
|
+
"kind": "LIST",
|
|
33056
|
+
"name": null,
|
|
33057
|
+
"ofType": {
|
|
33058
|
+
"kind": "NON_NULL",
|
|
33059
|
+
"name": null,
|
|
33060
|
+
"ofType": {
|
|
33061
|
+
"kind": "OBJECT",
|
|
33062
|
+
"name": "Retailer",
|
|
33063
|
+
"ofType": null
|
|
33064
|
+
}
|
|
33065
|
+
}
|
|
33066
|
+
},
|
|
33067
|
+
"isDeprecated": false,
|
|
33068
|
+
"deprecationReason": null
|
|
33069
|
+
},
|
|
33070
|
+
{
|
|
33071
|
+
"name": "paging",
|
|
33072
|
+
"description": null,
|
|
33073
|
+
"args": [],
|
|
33074
|
+
"type": {
|
|
33075
|
+
"kind": "OBJECT",
|
|
33076
|
+
"name": "Paging",
|
|
33077
|
+
"ofType": null
|
|
33078
|
+
},
|
|
33079
|
+
"isDeprecated": false,
|
|
33080
|
+
"deprecationReason": null
|
|
33081
|
+
}
|
|
33082
|
+
],
|
|
33083
|
+
"inputFields": null,
|
|
33084
|
+
"interfaces": [],
|
|
33085
|
+
"enumValues": null,
|
|
33086
|
+
"possibleTypes": null
|
|
33087
|
+
},
|
|
33021
33088
|
{
|
|
33022
33089
|
"kind": "INPUT_OBJECT",
|
|
33023
33090
|
"name": "GetRetailerParams",
|
|
@@ -60949,6 +61016,51 @@
|
|
|
60949
61016
|
}
|
|
60950
61017
|
}
|
|
60951
61018
|
},
|
|
61019
|
+
"isDeprecated": true,
|
|
61020
|
+
"deprecationReason": "Use getBrandRetailersBulkPaginated instead"
|
|
61021
|
+
},
|
|
61022
|
+
{
|
|
61023
|
+
"name": "getBrandRetailersBulkPaginated",
|
|
61024
|
+
"description": null,
|
|
61025
|
+
"args": [
|
|
61026
|
+
{
|
|
61027
|
+
"name": "brandId",
|
|
61028
|
+
"description": null,
|
|
61029
|
+
"type": {
|
|
61030
|
+
"kind": "NON_NULL",
|
|
61031
|
+
"name": null,
|
|
61032
|
+
"ofType": {
|
|
61033
|
+
"kind": "SCALAR",
|
|
61034
|
+
"name": "ID",
|
|
61035
|
+
"ofType": null
|
|
61036
|
+
}
|
|
61037
|
+
},
|
|
61038
|
+
"defaultValue": null,
|
|
61039
|
+
"isDeprecated": false,
|
|
61040
|
+
"deprecationReason": null
|
|
61041
|
+
},
|
|
61042
|
+
{
|
|
61043
|
+
"name": "params",
|
|
61044
|
+
"description": null,
|
|
61045
|
+
"type": {
|
|
61046
|
+
"kind": "NON_NULL",
|
|
61047
|
+
"name": null,
|
|
61048
|
+
"ofType": {
|
|
61049
|
+
"kind": "INPUT_OBJECT",
|
|
61050
|
+
"name": "GetRetailersBulkParams",
|
|
61051
|
+
"ofType": null
|
|
61052
|
+
}
|
|
61053
|
+
},
|
|
61054
|
+
"defaultValue": null,
|
|
61055
|
+
"isDeprecated": false,
|
|
61056
|
+
"deprecationReason": null
|
|
61057
|
+
}
|
|
61058
|
+
],
|
|
61059
|
+
"type": {
|
|
61060
|
+
"kind": "OBJECT",
|
|
61061
|
+
"name": "GetRetailerBulkPaginatedResponse",
|
|
61062
|
+
"ofType": null
|
|
61063
|
+
},
|
|
60952
61064
|
"isDeprecated": false,
|
|
60953
61065
|
"deprecationReason": null
|
|
60954
61066
|
},
|
|
@@ -65028,6 +65140,35 @@
|
|
|
65028
65140
|
}
|
|
65029
65141
|
}
|
|
65030
65142
|
},
|
|
65143
|
+
"isDeprecated": true,
|
|
65144
|
+
"deprecationReason": "Use getRetailersBulkPaginated instead"
|
|
65145
|
+
},
|
|
65146
|
+
{
|
|
65147
|
+
"name": "getRetailersBulkPaginated",
|
|
65148
|
+
"description": null,
|
|
65149
|
+
"args": [
|
|
65150
|
+
{
|
|
65151
|
+
"name": "params",
|
|
65152
|
+
"description": null,
|
|
65153
|
+
"type": {
|
|
65154
|
+
"kind": "NON_NULL",
|
|
65155
|
+
"name": null,
|
|
65156
|
+
"ofType": {
|
|
65157
|
+
"kind": "INPUT_OBJECT",
|
|
65158
|
+
"name": "GetRetailersBulkParams",
|
|
65159
|
+
"ofType": null
|
|
65160
|
+
}
|
|
65161
|
+
},
|
|
65162
|
+
"defaultValue": null,
|
|
65163
|
+
"isDeprecated": false,
|
|
65164
|
+
"deprecationReason": null
|
|
65165
|
+
}
|
|
65166
|
+
],
|
|
65167
|
+
"type": {
|
|
65168
|
+
"kind": "OBJECT",
|
|
65169
|
+
"name": "GetRetailerBulkPaginatedResponse",
|
|
65170
|
+
"ofType": null
|
|
65171
|
+
},
|
|
65031
65172
|
"isDeprecated": false,
|
|
65032
65173
|
"deprecationReason": null
|
|
65033
65174
|
},
|
|
@@ -89665,6 +89806,18 @@
|
|
|
89665
89806
|
"isDeprecated": false,
|
|
89666
89807
|
"deprecationReason": null
|
|
89667
89808
|
},
|
|
89809
|
+
{
|
|
89810
|
+
"name": "retailer_url_override",
|
|
89811
|
+
"description": null,
|
|
89812
|
+
"type": {
|
|
89813
|
+
"kind": "SCALAR",
|
|
89814
|
+
"name": "String",
|
|
89815
|
+
"ofType": null
|
|
89816
|
+
},
|
|
89817
|
+
"defaultValue": null,
|
|
89818
|
+
"isDeprecated": false,
|
|
89819
|
+
"deprecationReason": null
|
|
89820
|
+
},
|
|
89668
89821
|
{
|
|
89669
89822
|
"name": "scheduled_for",
|
|
89670
89823
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -2217,6 +2217,7 @@ export type CreateShareFacebookShare = {
|
|
|
2217
2217
|
multi_share_optimized?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2218
2218
|
picture?: InputMaybe<Scalars['String']['input']>;
|
|
2219
2219
|
retailer_id: Scalars['ID']['input'];
|
|
2220
|
+
retailer_url_override?: InputMaybe<Scalars['String']['input']>;
|
|
2220
2221
|
scheduled_for?: InputMaybe<Scalars['String']['input']>;
|
|
2221
2222
|
share_mode?: InputMaybe<Scalars['String']['input']>;
|
|
2222
2223
|
share_setting_id: Scalars['ID']['input'];
|
|
@@ -2280,6 +2281,7 @@ export type CreateShareTwitterShare = {
|
|
|
2280
2281
|
link?: InputMaybe<Scalars['String']['input']>;
|
|
2281
2282
|
picture?: InputMaybe<Scalars['String']['input']>;
|
|
2282
2283
|
retailer_id: Scalars['ID']['input'];
|
|
2284
|
+
retailer_url_override?: InputMaybe<Scalars['String']['input']>;
|
|
2283
2285
|
scheduled_for?: InputMaybe<Scalars['String']['input']>;
|
|
2284
2286
|
share_mode?: InputMaybe<Scalars['String']['input']>;
|
|
2285
2287
|
share_setting_id: Scalars['ID']['input'];
|
|
@@ -3601,6 +3603,12 @@ export type GetRetailerActivityResponse = {
|
|
|
3601
3603
|
paging: Paging;
|
|
3602
3604
|
};
|
|
3603
3605
|
|
|
3606
|
+
export type GetRetailerBulkPaginatedResponse = {
|
|
3607
|
+
__typename?: 'GetRetailerBulkPaginatedResponse';
|
|
3608
|
+
data?: Maybe<Array<Retailer>>;
|
|
3609
|
+
paging?: Maybe<Paging>;
|
|
3610
|
+
};
|
|
3611
|
+
|
|
3604
3612
|
export type GetRetailerParams = {
|
|
3605
3613
|
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3606
3614
|
};
|
|
@@ -7605,7 +7613,9 @@ export type Query = {
|
|
|
7605
7613
|
getBrandRequest: BrandRequest;
|
|
7606
7614
|
getBrandRequestMetrics: BrandRequestsMetrics;
|
|
7607
7615
|
getBrandRequests: GetBrandRequestsResponse;
|
|
7616
|
+
/** @deprecated Use getBrandRetailersBulkPaginated instead */
|
|
7608
7617
|
getBrandRetailersBulk: Array<Retailer>;
|
|
7618
|
+
getBrandRetailersBulkPaginated?: Maybe<GetRetailerBulkPaginatedResponse>;
|
|
7609
7619
|
getBrands: Array<Brand>;
|
|
7610
7620
|
getBrandsForIndustryList: Array<Brand>;
|
|
7611
7621
|
getCalendarItems: Array<CalendarItem>;
|
|
@@ -7690,8 +7700,12 @@ export type Query = {
|
|
|
7690
7700
|
getRetailerByBrandUuidAndBusinessId: Retailer;
|
|
7691
7701
|
/** Get a collection of retailers for a brand, division or user. */
|
|
7692
7702
|
getRetailers: Array<Retailer>;
|
|
7693
|
-
/**
|
|
7703
|
+
/**
|
|
7704
|
+
* Get retailer information form a list of ids
|
|
7705
|
+
* @deprecated Use getRetailersBulkPaginated instead
|
|
7706
|
+
*/
|
|
7694
7707
|
getRetailersBulk?: Maybe<Array<Retailer>>;
|
|
7708
|
+
getRetailersBulkPaginated?: Maybe<GetRetailerBulkPaginatedResponse>;
|
|
7695
7709
|
getShare: Share;
|
|
7696
7710
|
getShareSetting: ShareSetting;
|
|
7697
7711
|
getShareSettingRetailer: ShareSetting;
|
|
@@ -8195,6 +8209,12 @@ export type QueryGetBrandRetailersBulkArgs = {
|
|
|
8195
8209
|
};
|
|
8196
8210
|
|
|
8197
8211
|
|
|
8212
|
+
export type QueryGetBrandRetailersBulkPaginatedArgs = {
|
|
8213
|
+
brandId: Scalars['ID']['input'];
|
|
8214
|
+
params: GetRetailersBulkParams;
|
|
8215
|
+
};
|
|
8216
|
+
|
|
8217
|
+
|
|
8198
8218
|
export type QueryGetBrandsArgs = {
|
|
8199
8219
|
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
8200
8220
|
filters?: InputMaybe<GetBrandsFilters>;
|
|
@@ -8671,6 +8691,11 @@ export type QueryGetRetailersBulkArgs = {
|
|
|
8671
8691
|
};
|
|
8672
8692
|
|
|
8673
8693
|
|
|
8694
|
+
export type QueryGetRetailersBulkPaginatedArgs = {
|
|
8695
|
+
params: GetRetailersBulkParams;
|
|
8696
|
+
};
|
|
8697
|
+
|
|
8698
|
+
|
|
8674
8699
|
export type QueryGetShareArgs = {
|
|
8675
8700
|
params?: InputMaybe<ShareParams>;
|
|
8676
8701
|
shareId: Scalars['ID']['input'];
|
|
@@ -11448,6 +11473,7 @@ export type UpdateShareFacebookShare = {
|
|
|
11448
11473
|
message?: InputMaybe<Scalars['String']['input']>;
|
|
11449
11474
|
picture?: InputMaybe<Scalars['String']['input']>;
|
|
11450
11475
|
retailer_id: Scalars['ID']['input'];
|
|
11476
|
+
retailer_url_override?: InputMaybe<Scalars['String']['input']>;
|
|
11451
11477
|
scheduled_for?: InputMaybe<Scalars['String']['input']>;
|
|
11452
11478
|
share_setting_id: Scalars['ID']['input'];
|
|
11453
11479
|
title?: InputMaybe<Scalars['String']['input']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -2128,6 +2128,7 @@ input CreateShareFacebookShare {
|
|
|
2128
2128
|
multi_share_optimized: Boolean
|
|
2129
2129
|
picture: String
|
|
2130
2130
|
retailer_id: ID!
|
|
2131
|
+
retailer_url_override: String
|
|
2131
2132
|
scheduled_for: String
|
|
2132
2133
|
share_mode: String
|
|
2133
2134
|
share_setting_id: ID!
|
|
@@ -2191,6 +2192,7 @@ input CreateShareTwitterShare {
|
|
|
2191
2192
|
link: String
|
|
2192
2193
|
picture: String
|
|
2193
2194
|
retailer_id: ID!
|
|
2195
|
+
retailer_url_override: String
|
|
2194
2196
|
scheduled_for: String
|
|
2195
2197
|
share_mode: String
|
|
2196
2198
|
share_setting_id: ID!
|
|
@@ -3470,6 +3472,11 @@ type GetRetailerActivityResponse {
|
|
|
3470
3472
|
paging: Paging!
|
|
3471
3473
|
}
|
|
3472
3474
|
|
|
3475
|
+
type GetRetailerBulkPaginatedResponse {
|
|
3476
|
+
data: [Retailer!]
|
|
3477
|
+
paging: Paging
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3473
3480
|
input GetRetailerParams {
|
|
3474
3481
|
fields: [String!]
|
|
3475
3482
|
}
|
|
@@ -7032,7 +7039,8 @@ type Query {
|
|
|
7032
7039
|
getBrandRequest(fields: [String!], id: ID!): BrandRequest!
|
|
7033
7040
|
getBrandRequestMetrics: BrandRequestsMetrics!
|
|
7034
7041
|
getBrandRequests(fields: [String!], filters: GetBrandRequestFilters, offset: Int, per_page: Int, resource_id: ID, resource_type: String, sort_column: String, sort_direction: String): GetBrandRequestsResponse!
|
|
7035
|
-
getBrandRetailersBulk(brandId: ID!, params: GetRetailersBulkParams!): [Retailer!]!
|
|
7042
|
+
getBrandRetailersBulk(brandId: ID!, params: GetRetailersBulkParams!): [Retailer!]! @deprecated(reason: "Use getBrandRetailersBulkPaginated instead")
|
|
7043
|
+
getBrandRetailersBulkPaginated(brandId: ID!, params: GetRetailersBulkParams!): GetRetailerBulkPaginatedResponse
|
|
7036
7044
|
getBrands(fields: [String!], filters: GetBrandsFilters, offset: Int, per_page: Int, sort_column: String, sort_direction: String): [Brand!]!
|
|
7037
7045
|
getBrandsForIndustryList(fields: [String!], filters: GetBrandsFilters, industry_list: [String!]!, offset: Int, per_page: Int, sort_column: String, sort_direction: String): [Brand!]!
|
|
7038
7046
|
getCalendarItems(params: CalendarItemParams, resourceId: ID!, resourceType: String!): [CalendarItem!]!
|
|
@@ -7122,7 +7130,8 @@ type Query {
|
|
|
7122
7130
|
getRetailers(params: GetRetailersParams, resourceId: ID!, resourceType: RetailersResourceType!): [Retailer!]!
|
|
7123
7131
|
|
|
7124
7132
|
"""Get retailer information form a list of ids"""
|
|
7125
|
-
getRetailersBulk(params: GetRetailersBulkParams!): [Retailer!]
|
|
7133
|
+
getRetailersBulk(params: GetRetailersBulkParams!): [Retailer!] @deprecated(reason: "Use getRetailersBulkPaginated instead")
|
|
7134
|
+
getRetailersBulkPaginated(params: GetRetailersBulkParams!): GetRetailerBulkPaginatedResponse
|
|
7126
7135
|
getShare(params: ShareParams, shareId: ID!, shareType: ShareTypeParam!): Share!
|
|
7127
7136
|
getShareSetting(fields: [String!], id: ID!): ShareSetting!
|
|
7128
7137
|
getShareSettingRetailer(fields: [String!], id: ID!, retailer_id: ID!): ShareSetting!
|
|
@@ -10527,6 +10536,7 @@ input UpdateShareFacebookShare {
|
|
|
10527
10536
|
message: String
|
|
10528
10537
|
picture: String
|
|
10529
10538
|
retailer_id: ID!
|
|
10539
|
+
retailer_url_override: String
|
|
10530
10540
|
scheduled_for: String
|
|
10531
10541
|
share_setting_id: ID!
|
|
10532
10542
|
title: String
|