@promoboxx/graphql-gateway-types 1.1015.0 → 1.1016.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 +205 -0
- package/index.d.ts +26 -0
- package/package.json +1 -1
- package/schema.graphql +19 -0
package/graphql.schema.json
CHANGED
|
@@ -22605,6 +22605,178 @@
|
|
|
22605
22605
|
"enumValues": null,
|
|
22606
22606
|
"possibleTypes": null
|
|
22607
22607
|
},
|
|
22608
|
+
{
|
|
22609
|
+
"kind": "INPUT_OBJECT",
|
|
22610
|
+
"name": "CreateFacebookAdVideoParams",
|
|
22611
|
+
"description": null,
|
|
22612
|
+
"isOneOf": false,
|
|
22613
|
+
"fields": null,
|
|
22614
|
+
"inputFields": [
|
|
22615
|
+
{
|
|
22616
|
+
"name": "ad_account_id",
|
|
22617
|
+
"description": null,
|
|
22618
|
+
"type": {
|
|
22619
|
+
"kind": "NON_NULL",
|
|
22620
|
+
"name": null,
|
|
22621
|
+
"ofType": {
|
|
22622
|
+
"kind": "SCALAR",
|
|
22623
|
+
"name": "ID",
|
|
22624
|
+
"ofType": null
|
|
22625
|
+
}
|
|
22626
|
+
},
|
|
22627
|
+
"defaultValue": null,
|
|
22628
|
+
"isDeprecated": false,
|
|
22629
|
+
"deprecationReason": null
|
|
22630
|
+
},
|
|
22631
|
+
{
|
|
22632
|
+
"name": "brand_id",
|
|
22633
|
+
"description": null,
|
|
22634
|
+
"type": {
|
|
22635
|
+
"kind": "NON_NULL",
|
|
22636
|
+
"name": null,
|
|
22637
|
+
"ofType": {
|
|
22638
|
+
"kind": "SCALAR",
|
|
22639
|
+
"name": "ID",
|
|
22640
|
+
"ofType": null
|
|
22641
|
+
}
|
|
22642
|
+
},
|
|
22643
|
+
"defaultValue": null,
|
|
22644
|
+
"isDeprecated": false,
|
|
22645
|
+
"deprecationReason": null
|
|
22646
|
+
},
|
|
22647
|
+
{
|
|
22648
|
+
"name": "media",
|
|
22649
|
+
"description": null,
|
|
22650
|
+
"type": {
|
|
22651
|
+
"kind": "INPUT_OBJECT",
|
|
22652
|
+
"name": "CreateFacebookAdVideoParamsMedia",
|
|
22653
|
+
"ofType": null
|
|
22654
|
+
},
|
|
22655
|
+
"defaultValue": null,
|
|
22656
|
+
"isDeprecated": false,
|
|
22657
|
+
"deprecationReason": null
|
|
22658
|
+
}
|
|
22659
|
+
],
|
|
22660
|
+
"interfaces": null,
|
|
22661
|
+
"enumValues": null,
|
|
22662
|
+
"possibleTypes": null
|
|
22663
|
+
},
|
|
22664
|
+
{
|
|
22665
|
+
"kind": "INPUT_OBJECT",
|
|
22666
|
+
"name": "CreateFacebookAdVideoParamsMedia",
|
|
22667
|
+
"description": null,
|
|
22668
|
+
"isOneOf": false,
|
|
22669
|
+
"fields": null,
|
|
22670
|
+
"inputFields": [
|
|
22671
|
+
{
|
|
22672
|
+
"name": "media_type",
|
|
22673
|
+
"description": null,
|
|
22674
|
+
"type": {
|
|
22675
|
+
"kind": "NON_NULL",
|
|
22676
|
+
"name": null,
|
|
22677
|
+
"ofType": {
|
|
22678
|
+
"kind": "SCALAR",
|
|
22679
|
+
"name": "String",
|
|
22680
|
+
"ofType": null
|
|
22681
|
+
}
|
|
22682
|
+
},
|
|
22683
|
+
"defaultValue": null,
|
|
22684
|
+
"isDeprecated": false,
|
|
22685
|
+
"deprecationReason": null
|
|
22686
|
+
},
|
|
22687
|
+
{
|
|
22688
|
+
"name": "source_id",
|
|
22689
|
+
"description": null,
|
|
22690
|
+
"type": {
|
|
22691
|
+
"kind": "NON_NULL",
|
|
22692
|
+
"name": null,
|
|
22693
|
+
"ofType": {
|
|
22694
|
+
"kind": "SCALAR",
|
|
22695
|
+
"name": "String",
|
|
22696
|
+
"ofType": null
|
|
22697
|
+
}
|
|
22698
|
+
},
|
|
22699
|
+
"defaultValue": null,
|
|
22700
|
+
"isDeprecated": false,
|
|
22701
|
+
"deprecationReason": null
|
|
22702
|
+
},
|
|
22703
|
+
{
|
|
22704
|
+
"name": "source_type",
|
|
22705
|
+
"description": null,
|
|
22706
|
+
"type": {
|
|
22707
|
+
"kind": "NON_NULL",
|
|
22708
|
+
"name": null,
|
|
22709
|
+
"ofType": {
|
|
22710
|
+
"kind": "SCALAR",
|
|
22711
|
+
"name": "String",
|
|
22712
|
+
"ofType": null
|
|
22713
|
+
}
|
|
22714
|
+
},
|
|
22715
|
+
"defaultValue": null,
|
|
22716
|
+
"isDeprecated": false,
|
|
22717
|
+
"deprecationReason": null
|
|
22718
|
+
}
|
|
22719
|
+
],
|
|
22720
|
+
"interfaces": null,
|
|
22721
|
+
"enumValues": null,
|
|
22722
|
+
"possibleTypes": null
|
|
22723
|
+
},
|
|
22724
|
+
{
|
|
22725
|
+
"kind": "OBJECT",
|
|
22726
|
+
"name": "CreateFacebookAdVideoResponse",
|
|
22727
|
+
"description": null,
|
|
22728
|
+
"isOneOf": null,
|
|
22729
|
+
"fields": [
|
|
22730
|
+
{
|
|
22731
|
+
"name": "id",
|
|
22732
|
+
"description": null,
|
|
22733
|
+
"args": [],
|
|
22734
|
+
"type": {
|
|
22735
|
+
"kind": "NON_NULL",
|
|
22736
|
+
"name": null,
|
|
22737
|
+
"ofType": {
|
|
22738
|
+
"kind": "SCALAR",
|
|
22739
|
+
"name": "ID",
|
|
22740
|
+
"ofType": null
|
|
22741
|
+
}
|
|
22742
|
+
},
|
|
22743
|
+
"isDeprecated": false,
|
|
22744
|
+
"deprecationReason": null
|
|
22745
|
+
},
|
|
22746
|
+
{
|
|
22747
|
+
"name": "pusher_channel",
|
|
22748
|
+
"description": null,
|
|
22749
|
+
"args": [],
|
|
22750
|
+
"type": {
|
|
22751
|
+
"kind": "SCALAR",
|
|
22752
|
+
"name": "String",
|
|
22753
|
+
"ofType": null
|
|
22754
|
+
},
|
|
22755
|
+
"isDeprecated": false,
|
|
22756
|
+
"deprecationReason": null
|
|
22757
|
+
},
|
|
22758
|
+
{
|
|
22759
|
+
"name": "state",
|
|
22760
|
+
"description": null,
|
|
22761
|
+
"args": [],
|
|
22762
|
+
"type": {
|
|
22763
|
+
"kind": "NON_NULL",
|
|
22764
|
+
"name": null,
|
|
22765
|
+
"ofType": {
|
|
22766
|
+
"kind": "SCALAR",
|
|
22767
|
+
"name": "String",
|
|
22768
|
+
"ofType": null
|
|
22769
|
+
}
|
|
22770
|
+
},
|
|
22771
|
+
"isDeprecated": false,
|
|
22772
|
+
"deprecationReason": null
|
|
22773
|
+
}
|
|
22774
|
+
],
|
|
22775
|
+
"inputFields": null,
|
|
22776
|
+
"interfaces": [],
|
|
22777
|
+
"enumValues": null,
|
|
22778
|
+
"possibleTypes": null
|
|
22779
|
+
},
|
|
22608
22780
|
{
|
|
22609
22781
|
"kind": "INPUT_OBJECT",
|
|
22610
22782
|
"name": "CreateFacebookPageInput",
|
|
@@ -52603,6 +52775,39 @@
|
|
|
52603
52775
|
"isDeprecated": false,
|
|
52604
52776
|
"deprecationReason": null
|
|
52605
52777
|
},
|
|
52778
|
+
{
|
|
52779
|
+
"name": "createFacebookAdVideo",
|
|
52780
|
+
"description": null,
|
|
52781
|
+
"args": [
|
|
52782
|
+
{
|
|
52783
|
+
"name": "params",
|
|
52784
|
+
"description": null,
|
|
52785
|
+
"type": {
|
|
52786
|
+
"kind": "NON_NULL",
|
|
52787
|
+
"name": null,
|
|
52788
|
+
"ofType": {
|
|
52789
|
+
"kind": "INPUT_OBJECT",
|
|
52790
|
+
"name": "CreateFacebookAdVideoParams",
|
|
52791
|
+
"ofType": null
|
|
52792
|
+
}
|
|
52793
|
+
},
|
|
52794
|
+
"defaultValue": null,
|
|
52795
|
+
"isDeprecated": false,
|
|
52796
|
+
"deprecationReason": null
|
|
52797
|
+
}
|
|
52798
|
+
],
|
|
52799
|
+
"type": {
|
|
52800
|
+
"kind": "NON_NULL",
|
|
52801
|
+
"name": null,
|
|
52802
|
+
"ofType": {
|
|
52803
|
+
"kind": "OBJECT",
|
|
52804
|
+
"name": "CreateFacebookAdVideoResponse",
|
|
52805
|
+
"ofType": null
|
|
52806
|
+
}
|
|
52807
|
+
},
|
|
52808
|
+
"isDeprecated": false,
|
|
52809
|
+
"deprecationReason": null
|
|
52810
|
+
},
|
|
52606
52811
|
{
|
|
52607
52812
|
"name": "createFacebookPage",
|
|
52608
52813
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -2383,6 +2383,25 @@ export type CreateEnrollmentSessionInput = {
|
|
|
2383
2383
|
user_id: Scalars['ID']['input'];
|
|
2384
2384
|
};
|
|
2385
2385
|
|
|
2386
|
+
export type CreateFacebookAdVideoParams = {
|
|
2387
|
+
ad_account_id: Scalars['ID']['input'];
|
|
2388
|
+
brand_id: Scalars['ID']['input'];
|
|
2389
|
+
media?: InputMaybe<CreateFacebookAdVideoParamsMedia>;
|
|
2390
|
+
};
|
|
2391
|
+
|
|
2392
|
+
export type CreateFacebookAdVideoParamsMedia = {
|
|
2393
|
+
media_type: Scalars['String']['input'];
|
|
2394
|
+
source_id: Scalars['String']['input'];
|
|
2395
|
+
source_type: Scalars['String']['input'];
|
|
2396
|
+
};
|
|
2397
|
+
|
|
2398
|
+
export type CreateFacebookAdVideoResponse = {
|
|
2399
|
+
__typename?: 'CreateFacebookAdVideoResponse';
|
|
2400
|
+
id: Scalars['ID']['output'];
|
|
2401
|
+
pusher_channel?: Maybe<Scalars['String']['output']>;
|
|
2402
|
+
state: Scalars['String']['output'];
|
|
2403
|
+
};
|
|
2404
|
+
|
|
2386
2405
|
export type CreateFacebookPageInput = {
|
|
2387
2406
|
authenticated_remote?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2388
2407
|
auto_share_enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -5411,6 +5430,7 @@ export type Mutation = {
|
|
|
5411
5430
|
createDivision?: Maybe<Division>;
|
|
5412
5431
|
createEnrollmentSession?: Maybe<EnrollmentSession>;
|
|
5413
5432
|
createFacebookAccount?: Maybe<FacebookAccount>;
|
|
5433
|
+
createFacebookAdVideo: CreateFacebookAdVideoResponse;
|
|
5414
5434
|
createFacebookPage?: Maybe<FacebookPage>;
|
|
5415
5435
|
createFilter?: Maybe<Filter>;
|
|
5416
5436
|
createLead: Lead;
|
|
@@ -6353,6 +6373,12 @@ export type MutationCreateFacebookAccountArgs = {
|
|
|
6353
6373
|
};
|
|
6354
6374
|
|
|
6355
6375
|
|
|
6376
|
+
/** mutation root */
|
|
6377
|
+
export type MutationCreateFacebookAdVideoArgs = {
|
|
6378
|
+
params: CreateFacebookAdVideoParams;
|
|
6379
|
+
};
|
|
6380
|
+
|
|
6381
|
+
|
|
6356
6382
|
/** mutation root */
|
|
6357
6383
|
export type MutationCreateFacebookPageArgs = {
|
|
6358
6384
|
facebookPage: CreateFacebookPageInput;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -2265,6 +2265,24 @@ input CreateEnrollmentSessionInput {
|
|
|
2265
2265
|
user_id: ID!
|
|
2266
2266
|
}
|
|
2267
2267
|
|
|
2268
|
+
input CreateFacebookAdVideoParams {
|
|
2269
|
+
ad_account_id: ID!
|
|
2270
|
+
brand_id: ID!
|
|
2271
|
+
media: CreateFacebookAdVideoParamsMedia
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
input CreateFacebookAdVideoParamsMedia {
|
|
2275
|
+
media_type: String!
|
|
2276
|
+
source_id: String!
|
|
2277
|
+
source_type: String!
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
type CreateFacebookAdVideoResponse {
|
|
2281
|
+
id: ID!
|
|
2282
|
+
pusher_channel: String
|
|
2283
|
+
state: String!
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2268
2286
|
input CreateFacebookPageInput {
|
|
2269
2287
|
authenticated_remote: Boolean
|
|
2270
2288
|
auto_share_enabled: Boolean
|
|
@@ -5179,6 +5197,7 @@ type Mutation {
|
|
|
5179
5197
|
createDivision(brandId: ID!, params: CreateDivisionParams!): Division
|
|
5180
5198
|
createEnrollmentSession(enrollment_flow_session: CreateEnrollmentSessionInput!, params: EnrollmentSessionParams): EnrollmentSession
|
|
5181
5199
|
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
|
|
5200
|
+
createFacebookAdVideo(params: CreateFacebookAdVideoParams!): CreateFacebookAdVideoResponse!
|
|
5182
5201
|
createFacebookPage(facebookPage: CreateFacebookPageInput!, resourceId: ID!, resourceType: String!): FacebookPage
|
|
5183
5202
|
createFilter(fields: [String!], filter: CreateFilterData!, resource_id: ID!, resource_type: FiltersResourceType!): Filter
|
|
5184
5203
|
createLead(brand_id: ID!, lead: LeadInput): Lead!
|