@promoboxx/graphql-gateway-types 1.186.0 → 1.188.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 +236 -0
- package/index.d.ts +23 -0
- package/package.json +1 -1
- package/schema.graphql +14 -0
package/graphql.schema.json
CHANGED
|
@@ -39979,6 +39979,71 @@
|
|
|
39979
39979
|
"isDeprecated": false,
|
|
39980
39980
|
"deprecationReason": null
|
|
39981
39981
|
},
|
|
39982
|
+
{
|
|
39983
|
+
"name": "adsvcUpdateAutomationForFBPage",
|
|
39984
|
+
"description": null,
|
|
39985
|
+
"args": [
|
|
39986
|
+
{
|
|
39987
|
+
"name": "facebookPageID",
|
|
39988
|
+
"description": null,
|
|
39989
|
+
"type": {
|
|
39990
|
+
"kind": "NON_NULL",
|
|
39991
|
+
"name": null,
|
|
39992
|
+
"ofType": {
|
|
39993
|
+
"kind": "SCALAR",
|
|
39994
|
+
"name": "ID",
|
|
39995
|
+
"ofType": null
|
|
39996
|
+
}
|
|
39997
|
+
},
|
|
39998
|
+
"defaultValue": null,
|
|
39999
|
+
"isDeprecated": false,
|
|
40000
|
+
"deprecationReason": null
|
|
40001
|
+
},
|
|
40002
|
+
{
|
|
40003
|
+
"name": "retailerID",
|
|
40004
|
+
"description": null,
|
|
40005
|
+
"type": {
|
|
40006
|
+
"kind": "NON_NULL",
|
|
40007
|
+
"name": null,
|
|
40008
|
+
"ofType": {
|
|
40009
|
+
"kind": "SCALAR",
|
|
40010
|
+
"name": "ID",
|
|
40011
|
+
"ofType": null
|
|
40012
|
+
}
|
|
40013
|
+
},
|
|
40014
|
+
"defaultValue": null,
|
|
40015
|
+
"isDeprecated": false,
|
|
40016
|
+
"deprecationReason": null
|
|
40017
|
+
},
|
|
40018
|
+
{
|
|
40019
|
+
"name": "state",
|
|
40020
|
+
"description": null,
|
|
40021
|
+
"type": {
|
|
40022
|
+
"kind": "NON_NULL",
|
|
40023
|
+
"name": null,
|
|
40024
|
+
"ofType": {
|
|
40025
|
+
"kind": "SCALAR",
|
|
40026
|
+
"name": "String",
|
|
40027
|
+
"ofType": null
|
|
40028
|
+
}
|
|
40029
|
+
},
|
|
40030
|
+
"defaultValue": null,
|
|
40031
|
+
"isDeprecated": false,
|
|
40032
|
+
"deprecationReason": null
|
|
40033
|
+
}
|
|
40034
|
+
],
|
|
40035
|
+
"type": {
|
|
40036
|
+
"kind": "NON_NULL",
|
|
40037
|
+
"name": null,
|
|
40038
|
+
"ofType": {
|
|
40039
|
+
"kind": "OBJECT",
|
|
40040
|
+
"name": "adsvcAutomation",
|
|
40041
|
+
"ofType": null
|
|
40042
|
+
}
|
|
40043
|
+
},
|
|
40044
|
+
"isDeprecated": false,
|
|
40045
|
+
"deprecationReason": null
|
|
40046
|
+
},
|
|
39982
40047
|
{
|
|
39983
40048
|
"name": "approveContentRequest",
|
|
39984
40049
|
"description": null,
|
|
@@ -87910,6 +87975,177 @@
|
|
|
87910
87975
|
"enumValues": null,
|
|
87911
87976
|
"possibleTypes": null
|
|
87912
87977
|
},
|
|
87978
|
+
{
|
|
87979
|
+
"kind": "OBJECT",
|
|
87980
|
+
"name": "adsvcAutomation",
|
|
87981
|
+
"description": null,
|
|
87982
|
+
"fields": [
|
|
87983
|
+
{
|
|
87984
|
+
"name": "BrandID",
|
|
87985
|
+
"description": null,
|
|
87986
|
+
"args": [],
|
|
87987
|
+
"type": {
|
|
87988
|
+
"kind": "NON_NULL",
|
|
87989
|
+
"name": null,
|
|
87990
|
+
"ofType": {
|
|
87991
|
+
"kind": "SCALAR",
|
|
87992
|
+
"name": "ID",
|
|
87993
|
+
"ofType": null
|
|
87994
|
+
}
|
|
87995
|
+
},
|
|
87996
|
+
"isDeprecated": false,
|
|
87997
|
+
"deprecationReason": null
|
|
87998
|
+
},
|
|
87999
|
+
{
|
|
88000
|
+
"name": "Channel",
|
|
88001
|
+
"description": null,
|
|
88002
|
+
"args": [],
|
|
88003
|
+
"type": {
|
|
88004
|
+
"kind": "NON_NULL",
|
|
88005
|
+
"name": null,
|
|
88006
|
+
"ofType": {
|
|
88007
|
+
"kind": "SCALAR",
|
|
88008
|
+
"name": "String",
|
|
88009
|
+
"ofType": null
|
|
88010
|
+
}
|
|
88011
|
+
},
|
|
88012
|
+
"isDeprecated": false,
|
|
88013
|
+
"deprecationReason": null
|
|
88014
|
+
},
|
|
88015
|
+
{
|
|
88016
|
+
"name": "CreatedAt",
|
|
88017
|
+
"description": null,
|
|
88018
|
+
"args": [],
|
|
88019
|
+
"type": {
|
|
88020
|
+
"kind": "NON_NULL",
|
|
88021
|
+
"name": null,
|
|
88022
|
+
"ofType": {
|
|
88023
|
+
"kind": "SCALAR",
|
|
88024
|
+
"name": "String",
|
|
88025
|
+
"ofType": null
|
|
88026
|
+
}
|
|
88027
|
+
},
|
|
88028
|
+
"isDeprecated": false,
|
|
88029
|
+
"deprecationReason": null
|
|
88030
|
+
},
|
|
88031
|
+
{
|
|
88032
|
+
"name": "CreatedBy",
|
|
88033
|
+
"description": null,
|
|
88034
|
+
"args": [],
|
|
88035
|
+
"type": {
|
|
88036
|
+
"kind": "NON_NULL",
|
|
88037
|
+
"name": null,
|
|
88038
|
+
"ofType": {
|
|
88039
|
+
"kind": "SCALAR",
|
|
88040
|
+
"name": "ID",
|
|
88041
|
+
"ofType": null
|
|
88042
|
+
}
|
|
88043
|
+
},
|
|
88044
|
+
"isDeprecated": false,
|
|
88045
|
+
"deprecationReason": null
|
|
88046
|
+
},
|
|
88047
|
+
{
|
|
88048
|
+
"name": "Customization",
|
|
88049
|
+
"description": null,
|
|
88050
|
+
"args": [],
|
|
88051
|
+
"type": {
|
|
88052
|
+
"kind": "NON_NULL",
|
|
88053
|
+
"name": null,
|
|
88054
|
+
"ofType": {
|
|
88055
|
+
"kind": "SCALAR",
|
|
88056
|
+
"name": "String",
|
|
88057
|
+
"ofType": null
|
|
88058
|
+
}
|
|
88059
|
+
},
|
|
88060
|
+
"isDeprecated": false,
|
|
88061
|
+
"deprecationReason": null
|
|
88062
|
+
},
|
|
88063
|
+
{
|
|
88064
|
+
"name": "ID",
|
|
88065
|
+
"description": null,
|
|
88066
|
+
"args": [],
|
|
88067
|
+
"type": {
|
|
88068
|
+
"kind": "NON_NULL",
|
|
88069
|
+
"name": null,
|
|
88070
|
+
"ofType": {
|
|
88071
|
+
"kind": "SCALAR",
|
|
88072
|
+
"name": "ID",
|
|
88073
|
+
"ofType": null
|
|
88074
|
+
}
|
|
88075
|
+
},
|
|
88076
|
+
"isDeprecated": false,
|
|
88077
|
+
"deprecationReason": null
|
|
88078
|
+
},
|
|
88079
|
+
{
|
|
88080
|
+
"name": "RetailerID",
|
|
88081
|
+
"description": null,
|
|
88082
|
+
"args": [],
|
|
88083
|
+
"type": {
|
|
88084
|
+
"kind": "NON_NULL",
|
|
88085
|
+
"name": null,
|
|
88086
|
+
"ofType": {
|
|
88087
|
+
"kind": "SCALAR",
|
|
88088
|
+
"name": "ID",
|
|
88089
|
+
"ofType": null
|
|
88090
|
+
}
|
|
88091
|
+
},
|
|
88092
|
+
"isDeprecated": false,
|
|
88093
|
+
"deprecationReason": null
|
|
88094
|
+
},
|
|
88095
|
+
{
|
|
88096
|
+
"name": "State",
|
|
88097
|
+
"description": null,
|
|
88098
|
+
"args": [],
|
|
88099
|
+
"type": {
|
|
88100
|
+
"kind": "NON_NULL",
|
|
88101
|
+
"name": null,
|
|
88102
|
+
"ofType": {
|
|
88103
|
+
"kind": "SCALAR",
|
|
88104
|
+
"name": "String",
|
|
88105
|
+
"ofType": null
|
|
88106
|
+
}
|
|
88107
|
+
},
|
|
88108
|
+
"isDeprecated": false,
|
|
88109
|
+
"deprecationReason": null
|
|
88110
|
+
},
|
|
88111
|
+
{
|
|
88112
|
+
"name": "UpdatedAt",
|
|
88113
|
+
"description": null,
|
|
88114
|
+
"args": [],
|
|
88115
|
+
"type": {
|
|
88116
|
+
"kind": "NON_NULL",
|
|
88117
|
+
"name": null,
|
|
88118
|
+
"ofType": {
|
|
88119
|
+
"kind": "SCALAR",
|
|
88120
|
+
"name": "String",
|
|
88121
|
+
"ofType": null
|
|
88122
|
+
}
|
|
88123
|
+
},
|
|
88124
|
+
"isDeprecated": false,
|
|
88125
|
+
"deprecationReason": null
|
|
88126
|
+
},
|
|
88127
|
+
{
|
|
88128
|
+
"name": "UpdatedBy",
|
|
88129
|
+
"description": null,
|
|
88130
|
+
"args": [],
|
|
88131
|
+
"type": {
|
|
88132
|
+
"kind": "NON_NULL",
|
|
88133
|
+
"name": null,
|
|
88134
|
+
"ofType": {
|
|
88135
|
+
"kind": "SCALAR",
|
|
88136
|
+
"name": "ID",
|
|
88137
|
+
"ofType": null
|
|
88138
|
+
}
|
|
88139
|
+
},
|
|
88140
|
+
"isDeprecated": false,
|
|
88141
|
+
"deprecationReason": null
|
|
88142
|
+
}
|
|
88143
|
+
],
|
|
88144
|
+
"inputFields": null,
|
|
88145
|
+
"interfaces": [],
|
|
88146
|
+
"enumValues": null,
|
|
88147
|
+
"possibleTypes": null
|
|
88148
|
+
},
|
|
87913
88149
|
{
|
|
87914
88150
|
"kind": "OBJECT",
|
|
87915
88151
|
"name": "adsvcCampaignChannel",
|
package/index.d.ts
CHANGED
|
@@ -4396,6 +4396,7 @@ export type Mutation = {
|
|
|
4396
4396
|
addContract?: Maybe<Contract>;
|
|
4397
4397
|
addLogoToAdAccount: AdAccount;
|
|
4398
4398
|
addRetailerToRetailerAccount: AddRetailerToRetailerAccountResponse;
|
|
4399
|
+
adsvcUpdateAutomationForFBPage: AdsvcAutomation;
|
|
4399
4400
|
approveContentRequest: ContentRequest;
|
|
4400
4401
|
batchAcceptBrandRequests: Scalars['String']['output'];
|
|
4401
4402
|
batchCreateBrandRequests: Array<BrandRequest>;
|
|
@@ -4872,6 +4873,14 @@ export type MutationAddRetailerToRetailerAccountArgs = {
|
|
|
4872
4873
|
};
|
|
4873
4874
|
|
|
4874
4875
|
|
|
4876
|
+
/** mutation root */
|
|
4877
|
+
export type MutationAdsvcUpdateAutomationForFbPageArgs = {
|
|
4878
|
+
facebookPageID: Scalars['ID']['input'];
|
|
4879
|
+
retailerID: Scalars['ID']['input'];
|
|
4880
|
+
state: Scalars['String']['input'];
|
|
4881
|
+
};
|
|
4882
|
+
|
|
4883
|
+
|
|
4875
4884
|
/** mutation root */
|
|
4876
4885
|
export type MutationApproveContentRequestArgs = {
|
|
4877
4886
|
campaign_request_id: Scalars['ID']['input'];
|
|
@@ -11095,6 +11104,20 @@ export type Address_Verification_Run_Results_Updates = {
|
|
|
11095
11104
|
where: Address_Verification_Run_Results_Bool_Exp;
|
|
11096
11105
|
};
|
|
11097
11106
|
|
|
11107
|
+
export type AdsvcAutomation = {
|
|
11108
|
+
__typename?: 'adsvcAutomation';
|
|
11109
|
+
BrandID: Scalars['ID']['output'];
|
|
11110
|
+
Channel: Scalars['String']['output'];
|
|
11111
|
+
CreatedAt: Scalars['String']['output'];
|
|
11112
|
+
CreatedBy: Scalars['ID']['output'];
|
|
11113
|
+
Customization: Scalars['String']['output'];
|
|
11114
|
+
ID: Scalars['ID']['output'];
|
|
11115
|
+
RetailerID: Scalars['ID']['output'];
|
|
11116
|
+
State: Scalars['String']['output'];
|
|
11117
|
+
UpdatedAt: Scalars['String']['output'];
|
|
11118
|
+
UpdatedBy: Scalars['ID']['output'];
|
|
11119
|
+
};
|
|
11120
|
+
|
|
11098
11121
|
export type AdsvcCampaignChannel = {
|
|
11099
11122
|
__typename?: 'adsvcCampaignChannel';
|
|
11100
11123
|
campaignID: Scalars['ID']['output'];
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -4244,6 +4244,7 @@ type Mutation {
|
|
|
4244
4244
|
addContract(brandId: ID!, data: AddContractData!): Contract
|
|
4245
4245
|
addLogoToAdAccount(params: AddLogoToAdAccountParams!): AdAccount!
|
|
4246
4246
|
addRetailerToRetailerAccount(params: AddRetailerToRetailerAccountParams!): AddRetailerToRetailerAccountResponse!
|
|
4247
|
+
adsvcUpdateAutomationForFBPage(facebookPageID: ID!, retailerID: ID!, state: String!): adsvcAutomation!
|
|
4247
4248
|
approveContentRequest(campaign_request_id: ID!): ContentRequest!
|
|
4248
4249
|
batchAcceptBrandRequests(resource_id: ID!, resource_type: String!): String!
|
|
4249
4250
|
batchCreateBrandRequests(brand_ids: [ID!]!, brand_request: CreateBrandRequestBrandRequest!, fields: [String!]): [BrandRequest!]!
|
|
@@ -10042,6 +10043,19 @@ input address_verification_run_results_updates {
|
|
|
10042
10043
|
where: address_verification_run_results_bool_exp!
|
|
10043
10044
|
}
|
|
10044
10045
|
|
|
10046
|
+
type adsvcAutomation {
|
|
10047
|
+
BrandID: ID!
|
|
10048
|
+
Channel: String!
|
|
10049
|
+
CreatedAt: String!
|
|
10050
|
+
CreatedBy: ID!
|
|
10051
|
+
Customization: String!
|
|
10052
|
+
ID: ID!
|
|
10053
|
+
RetailerID: ID!
|
|
10054
|
+
State: String!
|
|
10055
|
+
UpdatedAt: String!
|
|
10056
|
+
UpdatedBy: ID!
|
|
10057
|
+
}
|
|
10058
|
+
|
|
10045
10059
|
type adsvcCampaignChannel {
|
|
10046
10060
|
campaignID: ID!
|
|
10047
10061
|
channel: String!
|