@promoboxx/graphql-gateway-types 1.762.0 → 1.764.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.
@@ -2869,6 +2869,161 @@
2869
2869
  "enumValues": null,
2870
2870
  "possibleTypes": null
2871
2871
  },
2872
+ {
2873
+ "kind": "INPUT_OBJECT",
2874
+ "name": "AdChildAttachmentInput",
2875
+ "description": null,
2876
+ "fields": null,
2877
+ "inputFields": [
2878
+ {
2879
+ "name": "allow_call_to_action",
2880
+ "description": null,
2881
+ "type": {
2882
+ "kind": "SCALAR",
2883
+ "name": "Boolean",
2884
+ "ofType": null
2885
+ },
2886
+ "defaultValue": null,
2887
+ "isDeprecated": false,
2888
+ "deprecationReason": null
2889
+ },
2890
+ {
2891
+ "name": "allow_url_override",
2892
+ "description": null,
2893
+ "type": {
2894
+ "kind": "SCALAR",
2895
+ "name": "Boolean",
2896
+ "ofType": null
2897
+ },
2898
+ "defaultValue": null,
2899
+ "isDeprecated": false,
2900
+ "deprecationReason": null
2901
+ },
2902
+ {
2903
+ "name": "call_to_action",
2904
+ "description": null,
2905
+ "type": {
2906
+ "kind": "INPUT_OBJECT",
2907
+ "name": "CallToActionInput",
2908
+ "ofType": null
2909
+ },
2910
+ "defaultValue": null,
2911
+ "isDeprecated": false,
2912
+ "deprecationReason": null
2913
+ },
2914
+ {
2915
+ "name": "created_at",
2916
+ "description": null,
2917
+ "type": {
2918
+ "kind": "SCALAR",
2919
+ "name": "String",
2920
+ "ofType": null
2921
+ },
2922
+ "defaultValue": null,
2923
+ "isDeprecated": false,
2924
+ "deprecationReason": null
2925
+ },
2926
+ {
2927
+ "name": "description",
2928
+ "description": null,
2929
+ "type": {
2930
+ "kind": "SCALAR",
2931
+ "name": "String",
2932
+ "ofType": null
2933
+ },
2934
+ "defaultValue": null,
2935
+ "isDeprecated": false,
2936
+ "deprecationReason": null
2937
+ },
2938
+ {
2939
+ "name": "link",
2940
+ "description": null,
2941
+ "type": {
2942
+ "kind": "INPUT_OBJECT",
2943
+ "name": "UpdateLink",
2944
+ "ofType": null
2945
+ },
2946
+ "defaultValue": null,
2947
+ "isDeprecated": false,
2948
+ "deprecationReason": null
2949
+ },
2950
+ {
2951
+ "name": "media",
2952
+ "description": null,
2953
+ "type": {
2954
+ "kind": "INPUT_OBJECT",
2955
+ "name": "UpdateMedia",
2956
+ "ofType": null
2957
+ },
2958
+ "defaultValue": null,
2959
+ "isDeprecated": false,
2960
+ "deprecationReason": null
2961
+ },
2962
+ {
2963
+ "name": "message",
2964
+ "description": null,
2965
+ "type": {
2966
+ "kind": "SCALAR",
2967
+ "name": "String",
2968
+ "ofType": null
2969
+ },
2970
+ "defaultValue": null,
2971
+ "isDeprecated": false,
2972
+ "deprecationReason": null
2973
+ },
2974
+ {
2975
+ "name": "multi_share_end_card",
2976
+ "description": null,
2977
+ "type": {
2978
+ "kind": "SCALAR",
2979
+ "name": "Boolean",
2980
+ "ofType": null
2981
+ },
2982
+ "defaultValue": null,
2983
+ "isDeprecated": false,
2984
+ "deprecationReason": null
2985
+ },
2986
+ {
2987
+ "name": "multi_share_optimized",
2988
+ "description": null,
2989
+ "type": {
2990
+ "kind": "SCALAR",
2991
+ "name": "Boolean",
2992
+ "ofType": null
2993
+ },
2994
+ "defaultValue": null,
2995
+ "isDeprecated": false,
2996
+ "deprecationReason": null
2997
+ },
2998
+ {
2999
+ "name": "name",
3000
+ "description": null,
3001
+ "type": {
3002
+ "kind": "SCALAR",
3003
+ "name": "String",
3004
+ "ofType": null
3005
+ },
3006
+ "defaultValue": null,
3007
+ "isDeprecated": false,
3008
+ "deprecationReason": null
3009
+ },
3010
+ {
3011
+ "name": "updated_at",
3012
+ "description": null,
3013
+ "type": {
3014
+ "kind": "SCALAR",
3015
+ "name": "String",
3016
+ "ofType": null
3017
+ },
3018
+ "defaultValue": null,
3019
+ "isDeprecated": false,
3020
+ "deprecationReason": null
3021
+ }
3022
+ ],
3023
+ "interfaces": null,
3024
+ "enumValues": null,
3025
+ "possibleTypes": null
3026
+ },
2872
3027
  {
2873
3028
  "kind": "INPUT_OBJECT",
2874
3029
  "name": "AdCreativeTemplateParams",
@@ -3207,6 +3362,57 @@
3207
3362
  "enumValues": null,
3208
3363
  "possibleTypes": null
3209
3364
  },
3365
+ {
3366
+ "kind": "OBJECT",
3367
+ "name": "AdTemplate",
3368
+ "description": null,
3369
+ "fields": [
3370
+ {
3371
+ "name": "adcreative_template_id",
3372
+ "description": null,
3373
+ "args": [],
3374
+ "type": {
3375
+ "kind": "SCALAR",
3376
+ "name": "ID",
3377
+ "ofType": null
3378
+ },
3379
+ "isDeprecated": false,
3380
+ "deprecationReason": null
3381
+ },
3382
+ {
3383
+ "name": "adset_template_id",
3384
+ "description": null,
3385
+ "args": [],
3386
+ "type": {
3387
+ "kind": "SCALAR",
3388
+ "name": "ID",
3389
+ "ofType": null
3390
+ },
3391
+ "isDeprecated": false,
3392
+ "deprecationReason": null
3393
+ },
3394
+ {
3395
+ "name": "id",
3396
+ "description": null,
3397
+ "args": [],
3398
+ "type": {
3399
+ "kind": "NON_NULL",
3400
+ "name": null,
3401
+ "ofType": {
3402
+ "kind": "SCALAR",
3403
+ "name": "ID",
3404
+ "ofType": null
3405
+ }
3406
+ },
3407
+ "isDeprecated": false,
3408
+ "deprecationReason": null
3409
+ }
3410
+ ],
3411
+ "inputFields": null,
3412
+ "interfaces": [],
3413
+ "enumValues": null,
3414
+ "possibleTypes": null
3415
+ },
3210
3416
  {
3211
3417
  "kind": "OBJECT",
3212
3418
  "name": "AdcreativeTemplate",
@@ -10459,6 +10665,49 @@
10459
10665
  "enumValues": null,
10460
10666
  "possibleTypes": null
10461
10667
  },
10668
+ {
10669
+ "kind": "INPUT_OBJECT",
10670
+ "name": "CallToActionInput",
10671
+ "description": null,
10672
+ "fields": null,
10673
+ "inputFields": [
10674
+ {
10675
+ "name": "cta_type",
10676
+ "description": null,
10677
+ "type": {
10678
+ "kind": "NON_NULL",
10679
+ "name": null,
10680
+ "ofType": {
10681
+ "kind": "SCALAR",
10682
+ "name": "String",
10683
+ "ofType": null
10684
+ }
10685
+ },
10686
+ "defaultValue": null,
10687
+ "isDeprecated": false,
10688
+ "deprecationReason": null
10689
+ },
10690
+ {
10691
+ "name": "link",
10692
+ "description": null,
10693
+ "type": {
10694
+ "kind": "NON_NULL",
10695
+ "name": null,
10696
+ "ofType": {
10697
+ "kind": "INPUT_OBJECT",
10698
+ "name": "UpdateLink",
10699
+ "ofType": null
10700
+ }
10701
+ },
10702
+ "defaultValue": null,
10703
+ "isDeprecated": false,
10704
+ "deprecationReason": null
10705
+ }
10706
+ ],
10707
+ "interfaces": null,
10708
+ "enumValues": null,
10709
+ "possibleTypes": null
10710
+ },
10462
10711
  {
10463
10712
  "kind": "OBJECT",
10464
10713
  "name": "CallToActionItem",
@@ -13753,6 +14002,18 @@
13753
14002
  "name": "ChannelCampaign",
13754
14003
  "description": null,
13755
14004
  "fields": [
14005
+ {
14006
+ "name": "ad_account_id",
14007
+ "description": null,
14008
+ "args": [],
14009
+ "type": {
14010
+ "kind": "SCALAR",
14011
+ "name": "String",
14012
+ "ofType": null
14013
+ },
14014
+ "isDeprecated": false,
14015
+ "deprecationReason": null
14016
+ },
13756
14017
  {
13757
14018
  "name": "ad_set_templates",
13758
14019
  "description": null,
@@ -13793,6 +14054,38 @@
13793
14054
  "isDeprecated": false,
13794
14055
  "deprecationReason": null
13795
14056
  },
14057
+ {
14058
+ "name": "ads",
14059
+ "description": null,
14060
+ "args": [],
14061
+ "type": {
14062
+ "kind": "LIST",
14063
+ "name": null,
14064
+ "ofType": {
14065
+ "kind": "NON_NULL",
14066
+ "name": null,
14067
+ "ofType": {
14068
+ "kind": "OBJECT",
14069
+ "name": "AdTemplate",
14070
+ "ofType": null
14071
+ }
14072
+ }
14073
+ },
14074
+ "isDeprecated": false,
14075
+ "deprecationReason": null
14076
+ },
14077
+ {
14078
+ "name": "brand_id",
14079
+ "description": null,
14080
+ "args": [],
14081
+ "type": {
14082
+ "kind": "SCALAR",
14083
+ "name": "ID",
14084
+ "ofType": null
14085
+ },
14086
+ "isDeprecated": false,
14087
+ "deprecationReason": null
14088
+ },
13796
14089
  {
13797
14090
  "name": "id",
13798
14091
  "description": null,
@@ -18073,6 +18366,215 @@
18073
18366
  "enumValues": null,
18074
18367
  "possibleTypes": null
18075
18368
  },
18369
+ {
18370
+ "kind": "INPUT_OBJECT",
18371
+ "name": "CreateAdCreativeTemplateParams",
18372
+ "description": null,
18373
+ "fields": null,
18374
+ "inputFields": [
18375
+ {
18376
+ "name": "allow_call_to_action_override",
18377
+ "description": null,
18378
+ "type": {
18379
+ "kind": "SCALAR",
18380
+ "name": "Boolean",
18381
+ "ofType": null
18382
+ },
18383
+ "defaultValue": null,
18384
+ "isDeprecated": false,
18385
+ "deprecationReason": null
18386
+ },
18387
+ {
18388
+ "name": "allow_url_override",
18389
+ "description": null,
18390
+ "type": {
18391
+ "kind": "SCALAR",
18392
+ "name": "Boolean",
18393
+ "ofType": null
18394
+ },
18395
+ "defaultValue": null,
18396
+ "isDeprecated": false,
18397
+ "deprecationReason": null
18398
+ },
18399
+ {
18400
+ "name": "brand_id",
18401
+ "description": null,
18402
+ "type": {
18403
+ "kind": "NON_NULL",
18404
+ "name": null,
18405
+ "ofType": {
18406
+ "kind": "SCALAR",
18407
+ "name": "ID",
18408
+ "ofType": null
18409
+ }
18410
+ },
18411
+ "defaultValue": null,
18412
+ "isDeprecated": false,
18413
+ "deprecationReason": null
18414
+ },
18415
+ {
18416
+ "name": "creative",
18417
+ "description": null,
18418
+ "type": {
18419
+ "kind": "NON_NULL",
18420
+ "name": null,
18421
+ "ofType": {
18422
+ "kind": "INPUT_OBJECT",
18423
+ "name": "UpdateCreative",
18424
+ "ofType": null
18425
+ }
18426
+ },
18427
+ "defaultValue": null,
18428
+ "isDeprecated": false,
18429
+ "deprecationReason": null
18430
+ },
18431
+ {
18432
+ "name": "creative_type",
18433
+ "description": null,
18434
+ "type": {
18435
+ "kind": "NON_NULL",
18436
+ "name": null,
18437
+ "ofType": {
18438
+ "kind": "SCALAR",
18439
+ "name": "String",
18440
+ "ofType": null
18441
+ }
18442
+ },
18443
+ "defaultValue": null,
18444
+ "isDeprecated": false,
18445
+ "deprecationReason": null
18446
+ }
18447
+ ],
18448
+ "interfaces": null,
18449
+ "enumValues": null,
18450
+ "possibleTypes": null
18451
+ },
18452
+ {
18453
+ "kind": "INPUT_OBJECT",
18454
+ "name": "CreateAdSetTemplateParams",
18455
+ "description": null,
18456
+ "fields": null,
18457
+ "inputFields": [
18458
+ {
18459
+ "name": "brand_id",
18460
+ "description": null,
18461
+ "type": {
18462
+ "kind": "NON_NULL",
18463
+ "name": null,
18464
+ "ofType": {
18465
+ "kind": "SCALAR",
18466
+ "name": "ID",
18467
+ "ofType": null
18468
+ }
18469
+ },
18470
+ "defaultValue": null,
18471
+ "isDeprecated": false,
18472
+ "deprecationReason": null
18473
+ },
18474
+ {
18475
+ "name": "channel_campaign_id",
18476
+ "description": null,
18477
+ "type": {
18478
+ "kind": "NON_NULL",
18479
+ "name": null,
18480
+ "ofType": {
18481
+ "kind": "SCALAR",
18482
+ "name": "ID",
18483
+ "ofType": null
18484
+ }
18485
+ },
18486
+ "defaultValue": null,
18487
+ "isDeprecated": false,
18488
+ "deprecationReason": null
18489
+ },
18490
+ {
18491
+ "name": "optimization_goal",
18492
+ "description": null,
18493
+ "type": {
18494
+ "kind": "SCALAR",
18495
+ "name": "String",
18496
+ "ofType": null
18497
+ },
18498
+ "defaultValue": null,
18499
+ "isDeprecated": false,
18500
+ "deprecationReason": null
18501
+ },
18502
+ {
18503
+ "name": "targeting",
18504
+ "description": null,
18505
+ "type": {
18506
+ "kind": "INPUT_OBJECT",
18507
+ "name": "TargetingInput",
18508
+ "ofType": null
18509
+ },
18510
+ "defaultValue": null,
18511
+ "isDeprecated": false,
18512
+ "deprecationReason": null
18513
+ }
18514
+ ],
18515
+ "interfaces": null,
18516
+ "enumValues": null,
18517
+ "possibleTypes": null
18518
+ },
18519
+ {
18520
+ "kind": "INPUT_OBJECT",
18521
+ "name": "CreateAdTemplateParams",
18522
+ "description": null,
18523
+ "fields": null,
18524
+ "inputFields": [
18525
+ {
18526
+ "name": "ad_set_template_id",
18527
+ "description": null,
18528
+ "type": {
18529
+ "kind": "NON_NULL",
18530
+ "name": null,
18531
+ "ofType": {
18532
+ "kind": "SCALAR",
18533
+ "name": "ID",
18534
+ "ofType": null
18535
+ }
18536
+ },
18537
+ "defaultValue": null,
18538
+ "isDeprecated": false,
18539
+ "deprecationReason": null
18540
+ },
18541
+ {
18542
+ "name": "adcreative_template_id",
18543
+ "description": null,
18544
+ "type": {
18545
+ "kind": "NON_NULL",
18546
+ "name": null,
18547
+ "ofType": {
18548
+ "kind": "SCALAR",
18549
+ "name": "ID",
18550
+ "ofType": null
18551
+ }
18552
+ },
18553
+ "defaultValue": null,
18554
+ "isDeprecated": false,
18555
+ "deprecationReason": null
18556
+ },
18557
+ {
18558
+ "name": "brand_id",
18559
+ "description": null,
18560
+ "type": {
18561
+ "kind": "NON_NULL",
18562
+ "name": null,
18563
+ "ofType": {
18564
+ "kind": "SCALAR",
18565
+ "name": "ID",
18566
+ "ofType": null
18567
+ }
18568
+ },
18569
+ "defaultValue": null,
18570
+ "isDeprecated": false,
18571
+ "deprecationReason": null
18572
+ }
18573
+ ],
18574
+ "interfaces": null,
18575
+ "enumValues": null,
18576
+ "possibleTypes": null
18577
+ },
18076
18578
  {
18077
18579
  "kind": "INPUT_OBJECT",
18078
18580
  "name": "CreateAutomationInput",
@@ -39168,6 +39670,81 @@
39168
39670
  "enumValues": null,
39169
39671
  "possibleTypes": null
39170
39672
  },
39673
+ {
39674
+ "kind": "INPUT_OBJECT",
39675
+ "name": "ImageCropsListInput",
39676
+ "description": null,
39677
+ "fields": null,
39678
+ "inputFields": [
39679
+ {
39680
+ "name": "crop_name",
39681
+ "description": null,
39682
+ "type": {
39683
+ "kind": "NON_NULL",
39684
+ "name": null,
39685
+ "ofType": {
39686
+ "kind": "SCALAR",
39687
+ "name": "String",
39688
+ "ofType": null
39689
+ }
39690
+ },
39691
+ "defaultValue": null,
39692
+ "isDeprecated": false,
39693
+ "deprecationReason": null
39694
+ },
39695
+ {
39696
+ "name": "left_top",
39697
+ "description": null,
39698
+ "type": {
39699
+ "kind": "NON_NULL",
39700
+ "name": null,
39701
+ "ofType": {
39702
+ "kind": "LIST",
39703
+ "name": null,
39704
+ "ofType": {
39705
+ "kind": "NON_NULL",
39706
+ "name": null,
39707
+ "ofType": {
39708
+ "kind": "SCALAR",
39709
+ "name": "Int",
39710
+ "ofType": null
39711
+ }
39712
+ }
39713
+ }
39714
+ },
39715
+ "defaultValue": null,
39716
+ "isDeprecated": false,
39717
+ "deprecationReason": null
39718
+ },
39719
+ {
39720
+ "name": "right_bottom",
39721
+ "description": null,
39722
+ "type": {
39723
+ "kind": "NON_NULL",
39724
+ "name": null,
39725
+ "ofType": {
39726
+ "kind": "LIST",
39727
+ "name": null,
39728
+ "ofType": {
39729
+ "kind": "NON_NULL",
39730
+ "name": null,
39731
+ "ofType": {
39732
+ "kind": "SCALAR",
39733
+ "name": "Int",
39734
+ "ofType": null
39735
+ }
39736
+ }
39737
+ }
39738
+ },
39739
+ "defaultValue": null,
39740
+ "isDeprecated": false,
39741
+ "deprecationReason": null
39742
+ }
39743
+ ],
39744
+ "interfaces": null,
39745
+ "enumValues": null,
39746
+ "possibleTypes": null
39747
+ },
39171
39748
  {
39172
39749
  "kind": "OBJECT",
39173
39750
  "name": "Import",
@@ -40362,6 +40939,18 @@
40362
40939
  "name": "Interests",
40363
40940
  "description": null,
40364
40941
  "fields": [
40942
+ {
40943
+ "name": "audience_size",
40944
+ "description": null,
40945
+ "args": [],
40946
+ "type": {
40947
+ "kind": "SCALAR",
40948
+ "name": "Int",
40949
+ "ofType": null
40950
+ },
40951
+ "isDeprecated": false,
40952
+ "deprecationReason": null
40953
+ },
40365
40954
  {
40366
40955
  "name": "id",
40367
40956
  "description": null,
@@ -40389,6 +40978,26 @@
40389
40978
  },
40390
40979
  "isDeprecated": false,
40391
40980
  "deprecationReason": null
40981
+ },
40982
+ {
40983
+ "name": "path",
40984
+ "description": null,
40985
+ "args": [],
40986
+ "type": {
40987
+ "kind": "LIST",
40988
+ "name": null,
40989
+ "ofType": {
40990
+ "kind": "NON_NULL",
40991
+ "name": null,
40992
+ "ofType": {
40993
+ "kind": "SCALAR",
40994
+ "name": "String",
40995
+ "ofType": null
40996
+ }
40997
+ }
40998
+ },
40999
+ "isDeprecated": false,
41000
+ "deprecationReason": null
40392
41001
  }
40393
41002
  ],
40394
41003
  "inputFields": null,
@@ -40396,6 +41005,45 @@
40396
41005
  "enumValues": null,
40397
41006
  "possibleTypes": null
40398
41007
  },
41008
+ {
41009
+ "kind": "INPUT_OBJECT",
41010
+ "name": "InterestsInput",
41011
+ "description": null,
41012
+ "fields": null,
41013
+ "inputFields": [
41014
+ {
41015
+ "name": "id",
41016
+ "description": null,
41017
+ "type": {
41018
+ "kind": "SCALAR",
41019
+ "name": "ID",
41020
+ "ofType": null
41021
+ },
41022
+ "defaultValue": null,
41023
+ "isDeprecated": false,
41024
+ "deprecationReason": null
41025
+ },
41026
+ {
41027
+ "name": "name",
41028
+ "description": null,
41029
+ "type": {
41030
+ "kind": "NON_NULL",
41031
+ "name": null,
41032
+ "ofType": {
41033
+ "kind": "SCALAR",
41034
+ "name": "String",
41035
+ "ofType": null
41036
+ }
41037
+ },
41038
+ "defaultValue": null,
41039
+ "isDeprecated": false,
41040
+ "deprecationReason": null
41041
+ }
41042
+ ],
41043
+ "interfaces": null,
41044
+ "enumValues": null,
41045
+ "possibleTypes": null
41046
+ },
40399
41047
  {
40400
41048
  "kind": "OBJECT",
40401
41049
  "name": "InternalStats",
@@ -47015,6 +47663,109 @@
47015
47663
  "isDeprecated": false,
47016
47664
  "deprecationReason": null
47017
47665
  },
47666
+ {
47667
+ "name": "createAdCreativeTemplate",
47668
+ "description": null,
47669
+ "args": [
47670
+ {
47671
+ "name": "params",
47672
+ "description": null,
47673
+ "type": {
47674
+ "kind": "NON_NULL",
47675
+ "name": null,
47676
+ "ofType": {
47677
+ "kind": "INPUT_OBJECT",
47678
+ "name": "CreateAdCreativeTemplateParams",
47679
+ "ofType": null
47680
+ }
47681
+ },
47682
+ "defaultValue": null,
47683
+ "isDeprecated": false,
47684
+ "deprecationReason": null
47685
+ }
47686
+ ],
47687
+ "type": {
47688
+ "kind": "OBJECT",
47689
+ "name": "createAdCreativeTemplateResponse",
47690
+ "ofType": null
47691
+ },
47692
+ "isDeprecated": false,
47693
+ "deprecationReason": null
47694
+ },
47695
+ {
47696
+ "name": "createAdSetTemplate",
47697
+ "description": null,
47698
+ "args": [
47699
+ {
47700
+ "name": "brand_id",
47701
+ "description": null,
47702
+ "type": {
47703
+ "kind": "NON_NULL",
47704
+ "name": null,
47705
+ "ofType": {
47706
+ "kind": "SCALAR",
47707
+ "name": "ID",
47708
+ "ofType": null
47709
+ }
47710
+ },
47711
+ "defaultValue": null,
47712
+ "isDeprecated": false,
47713
+ "deprecationReason": null
47714
+ },
47715
+ {
47716
+ "name": "params",
47717
+ "description": null,
47718
+ "type": {
47719
+ "kind": "NON_NULL",
47720
+ "name": null,
47721
+ "ofType": {
47722
+ "kind": "INPUT_OBJECT",
47723
+ "name": "CreateAdSetTemplateParams",
47724
+ "ofType": null
47725
+ }
47726
+ },
47727
+ "defaultValue": null,
47728
+ "isDeprecated": false,
47729
+ "deprecationReason": null
47730
+ }
47731
+ ],
47732
+ "type": {
47733
+ "kind": "SCALAR",
47734
+ "name": "ID",
47735
+ "ofType": null
47736
+ },
47737
+ "isDeprecated": false,
47738
+ "deprecationReason": null
47739
+ },
47740
+ {
47741
+ "name": "createAdTemplate",
47742
+ "description": null,
47743
+ "args": [
47744
+ {
47745
+ "name": "params",
47746
+ "description": null,
47747
+ "type": {
47748
+ "kind": "NON_NULL",
47749
+ "name": null,
47750
+ "ofType": {
47751
+ "kind": "INPUT_OBJECT",
47752
+ "name": "CreateAdTemplateParams",
47753
+ "ofType": null
47754
+ }
47755
+ },
47756
+ "defaultValue": null,
47757
+ "isDeprecated": false,
47758
+ "deprecationReason": null
47759
+ }
47760
+ ],
47761
+ "type": {
47762
+ "kind": "SCALAR",
47763
+ "name": "ID",
47764
+ "ofType": null
47765
+ },
47766
+ "isDeprecated": false,
47767
+ "deprecationReason": null
47768
+ },
47018
47769
  {
47019
47770
  "name": "createAutomation",
47020
47771
  "description": null,
@@ -55461,6 +56212,67 @@
55461
56212
  "isDeprecated": false,
55462
56213
  "deprecationReason": null
55463
56214
  },
56215
+ {
56216
+ "name": "updateAdSetTemplate",
56217
+ "description": null,
56218
+ "args": [
56219
+ {
56220
+ "name": "ad_set_template_id",
56221
+ "description": null,
56222
+ "type": {
56223
+ "kind": "NON_NULL",
56224
+ "name": null,
56225
+ "ofType": {
56226
+ "kind": "SCALAR",
56227
+ "name": "ID",
56228
+ "ofType": null
56229
+ }
56230
+ },
56231
+ "defaultValue": null,
56232
+ "isDeprecated": false,
56233
+ "deprecationReason": null
56234
+ },
56235
+ {
56236
+ "name": "brand_id",
56237
+ "description": null,
56238
+ "type": {
56239
+ "kind": "NON_NULL",
56240
+ "name": null,
56241
+ "ofType": {
56242
+ "kind": "SCALAR",
56243
+ "name": "ID",
56244
+ "ofType": null
56245
+ }
56246
+ },
56247
+ "defaultValue": null,
56248
+ "isDeprecated": false,
56249
+ "deprecationReason": null
56250
+ },
56251
+ {
56252
+ "name": "params",
56253
+ "description": null,
56254
+ "type": {
56255
+ "kind": "NON_NULL",
56256
+ "name": null,
56257
+ "ofType": {
56258
+ "kind": "INPUT_OBJECT",
56259
+ "name": "UpdateAdSetTemplateParams",
56260
+ "ofType": null
56261
+ }
56262
+ },
56263
+ "defaultValue": null,
56264
+ "isDeprecated": false,
56265
+ "deprecationReason": null
56266
+ }
56267
+ ],
56268
+ "type": {
56269
+ "kind": "SCALAR",
56270
+ "name": "ID",
56271
+ "ofType": null
56272
+ },
56273
+ "isDeprecated": false,
56274
+ "deprecationReason": null
56275
+ },
55464
56276
  {
55465
56277
  "name": "updateAlert",
55466
56278
  "description": null,
@@ -71327,6 +72139,43 @@
71327
72139
  "isDeprecated": false,
71328
72140
  "deprecationReason": null
71329
72141
  },
72142
+ {
72143
+ "name": "getSearchInterests",
72144
+ "description": null,
72145
+ "args": [
72146
+ {
72147
+ "name": "params",
72148
+ "description": null,
72149
+ "type": {
72150
+ "kind": "NON_NULL",
72151
+ "name": null,
72152
+ "ofType": {
72153
+ "kind": "INPUT_OBJECT",
72154
+ "name": "SearchInterestsParams",
72155
+ "ofType": null
72156
+ }
72157
+ },
72158
+ "defaultValue": null,
72159
+ "isDeprecated": false,
72160
+ "deprecationReason": null
72161
+ }
72162
+ ],
72163
+ "type": {
72164
+ "kind": "LIST",
72165
+ "name": null,
72166
+ "ofType": {
72167
+ "kind": "NON_NULL",
72168
+ "name": null,
72169
+ "ofType": {
72170
+ "kind": "OBJECT",
72171
+ "name": "Interests",
72172
+ "ofType": null
72173
+ }
72174
+ }
72175
+ },
72176
+ "isDeprecated": false,
72177
+ "deprecationReason": null
72178
+ },
71330
72179
  {
71331
72180
  "name": "getShare",
71332
72181
  "description": null,
@@ -79109,6 +79958,33 @@
79109
79958
  "enumValues": null,
79110
79959
  "possibleTypes": null
79111
79960
  },
79961
+ {
79962
+ "kind": "INPUT_OBJECT",
79963
+ "name": "SearchInterestsParams",
79964
+ "description": null,
79965
+ "fields": null,
79966
+ "inputFields": [
79967
+ {
79968
+ "name": "query",
79969
+ "description": null,
79970
+ "type": {
79971
+ "kind": "NON_NULL",
79972
+ "name": null,
79973
+ "ofType": {
79974
+ "kind": "SCALAR",
79975
+ "name": "String",
79976
+ "ofType": null
79977
+ }
79978
+ },
79979
+ "defaultValue": null,
79980
+ "isDeprecated": false,
79981
+ "deprecationReason": null
79982
+ }
79983
+ ],
79984
+ "interfaces": null,
79985
+ "enumValues": null,
79986
+ "possibleTypes": null
79987
+ },
79112
79988
  {
79113
79989
  "kind": "OBJECT",
79114
79990
  "name": "SearchUserResponse",
@@ -92100,6 +92976,18 @@
92100
92976
  },
92101
92977
  "isDeprecated": false,
92102
92978
  "deprecationReason": null
92979
+ },
92980
+ {
92981
+ "name": "targeting_automation",
92982
+ "description": null,
92983
+ "args": [],
92984
+ "type": {
92985
+ "kind": "OBJECT",
92986
+ "name": "TargetingAutomation",
92987
+ "ofType": null
92988
+ },
92989
+ "isDeprecated": false,
92990
+ "deprecationReason": null
92103
92991
  }
92104
92992
  ],
92105
92993
  "inputFields": null,
@@ -92107,6 +92995,219 @@
92107
92995
  "enumValues": null,
92108
92996
  "possibleTypes": null
92109
92997
  },
92998
+ {
92999
+ "kind": "OBJECT",
93000
+ "name": "TargetingAutomation",
93001
+ "description": null,
93002
+ "fields": [
93003
+ {
93004
+ "name": "advantage_audience",
93005
+ "description": null,
93006
+ "args": [],
93007
+ "type": {
93008
+ "kind": "SCALAR",
93009
+ "name": "Int",
93010
+ "ofType": null
93011
+ },
93012
+ "isDeprecated": false,
93013
+ "deprecationReason": null
93014
+ }
93015
+ ],
93016
+ "inputFields": null,
93017
+ "interfaces": [],
93018
+ "enumValues": null,
93019
+ "possibleTypes": null
93020
+ },
93021
+ {
93022
+ "kind": "INPUT_OBJECT",
93023
+ "name": "TargetingAutomationInput",
93024
+ "description": null,
93025
+ "fields": null,
93026
+ "inputFields": [
93027
+ {
93028
+ "name": "advantage_audience",
93029
+ "description": null,
93030
+ "type": {
93031
+ "kind": "SCALAR",
93032
+ "name": "Int",
93033
+ "ofType": null
93034
+ },
93035
+ "defaultValue": null,
93036
+ "isDeprecated": false,
93037
+ "deprecationReason": null
93038
+ }
93039
+ ],
93040
+ "interfaces": null,
93041
+ "enumValues": null,
93042
+ "possibleTypes": null
93043
+ },
93044
+ {
93045
+ "kind": "INPUT_OBJECT",
93046
+ "name": "TargetingInput",
93047
+ "description": null,
93048
+ "fields": null,
93049
+ "inputFields": [
93050
+ {
93051
+ "name": "age_max",
93052
+ "description": null,
93053
+ "type": {
93054
+ "kind": "SCALAR",
93055
+ "name": "Int",
93056
+ "ofType": null
93057
+ },
93058
+ "defaultValue": null,
93059
+ "isDeprecated": false,
93060
+ "deprecationReason": null
93061
+ },
93062
+ {
93063
+ "name": "age_min",
93064
+ "description": null,
93065
+ "type": {
93066
+ "kind": "SCALAR",
93067
+ "name": "Int",
93068
+ "ofType": null
93069
+ },
93070
+ "defaultValue": null,
93071
+ "isDeprecated": false,
93072
+ "deprecationReason": null
93073
+ },
93074
+ {
93075
+ "name": "facebook_positions",
93076
+ "description": null,
93077
+ "type": {
93078
+ "kind": "LIST",
93079
+ "name": null,
93080
+ "ofType": {
93081
+ "kind": "NON_NULL",
93082
+ "name": null,
93083
+ "ofType": {
93084
+ "kind": "SCALAR",
93085
+ "name": "String",
93086
+ "ofType": null
93087
+ }
93088
+ }
93089
+ },
93090
+ "defaultValue": null,
93091
+ "isDeprecated": false,
93092
+ "deprecationReason": null
93093
+ },
93094
+ {
93095
+ "name": "genders",
93096
+ "description": null,
93097
+ "type": {
93098
+ "kind": "LIST",
93099
+ "name": null,
93100
+ "ofType": {
93101
+ "kind": "NON_NULL",
93102
+ "name": null,
93103
+ "ofType": {
93104
+ "kind": "SCALAR",
93105
+ "name": "Int",
93106
+ "ofType": null
93107
+ }
93108
+ }
93109
+ },
93110
+ "defaultValue": null,
93111
+ "isDeprecated": false,
93112
+ "deprecationReason": null
93113
+ },
93114
+ {
93115
+ "name": "instagram_positions",
93116
+ "description": null,
93117
+ "type": {
93118
+ "kind": "LIST",
93119
+ "name": null,
93120
+ "ofType": {
93121
+ "kind": "NON_NULL",
93122
+ "name": null,
93123
+ "ofType": {
93124
+ "kind": "SCALAR",
93125
+ "name": "String",
93126
+ "ofType": null
93127
+ }
93128
+ }
93129
+ },
93130
+ "defaultValue": null,
93131
+ "isDeprecated": false,
93132
+ "deprecationReason": null
93133
+ },
93134
+ {
93135
+ "name": "interests",
93136
+ "description": null,
93137
+ "type": {
93138
+ "kind": "LIST",
93139
+ "name": null,
93140
+ "ofType": {
93141
+ "kind": "NON_NULL",
93142
+ "name": null,
93143
+ "ofType": {
93144
+ "kind": "INPUT_OBJECT",
93145
+ "name": "InterestsInput",
93146
+ "ofType": null
93147
+ }
93148
+ }
93149
+ },
93150
+ "defaultValue": null,
93151
+ "isDeprecated": false,
93152
+ "deprecationReason": null
93153
+ },
93154
+ {
93155
+ "name": "messenger_positions",
93156
+ "description": null,
93157
+ "type": {
93158
+ "kind": "LIST",
93159
+ "name": null,
93160
+ "ofType": {
93161
+ "kind": "NON_NULL",
93162
+ "name": null,
93163
+ "ofType": {
93164
+ "kind": "SCALAR",
93165
+ "name": "String",
93166
+ "ofType": null
93167
+ }
93168
+ }
93169
+ },
93170
+ "defaultValue": null,
93171
+ "isDeprecated": false,
93172
+ "deprecationReason": null
93173
+ },
93174
+ {
93175
+ "name": "platforms",
93176
+ "description": null,
93177
+ "type": {
93178
+ "kind": "LIST",
93179
+ "name": null,
93180
+ "ofType": {
93181
+ "kind": "NON_NULL",
93182
+ "name": null,
93183
+ "ofType": {
93184
+ "kind": "SCALAR",
93185
+ "name": "String",
93186
+ "ofType": null
93187
+ }
93188
+ }
93189
+ },
93190
+ "defaultValue": null,
93191
+ "isDeprecated": false,
93192
+ "deprecationReason": null
93193
+ },
93194
+ {
93195
+ "name": "targeting_automation",
93196
+ "description": null,
93197
+ "type": {
93198
+ "kind": "INPUT_OBJECT",
93199
+ "name": "TargetingAutomationInput",
93200
+ "ofType": null
93201
+ },
93202
+ "defaultValue": null,
93203
+ "isDeprecated": false,
93204
+ "deprecationReason": null
93205
+ }
93206
+ ],
93207
+ "interfaces": null,
93208
+ "enumValues": null,
93209
+ "possibleTypes": null
93210
+ },
92110
93211
  {
92111
93212
  "kind": "INPUT_OBJECT",
92112
93213
  "name": "Thumbnail",
@@ -93645,6 +94746,73 @@
93645
94746
  "enumValues": null,
93646
94747
  "possibleTypes": null
93647
94748
  },
94749
+ {
94750
+ "kind": "INPUT_OBJECT",
94751
+ "name": "UpdateAdSetTemplateParams",
94752
+ "description": null,
94753
+ "fields": null,
94754
+ "inputFields": [
94755
+ {
94756
+ "name": "brand_id",
94757
+ "description": null,
94758
+ "type": {
94759
+ "kind": "NON_NULL",
94760
+ "name": null,
94761
+ "ofType": {
94762
+ "kind": "SCALAR",
94763
+ "name": "ID",
94764
+ "ofType": null
94765
+ }
94766
+ },
94767
+ "defaultValue": null,
94768
+ "isDeprecated": false,
94769
+ "deprecationReason": null
94770
+ },
94771
+ {
94772
+ "name": "channel_campaign_id",
94773
+ "description": null,
94774
+ "type": {
94775
+ "kind": "NON_NULL",
94776
+ "name": null,
94777
+ "ofType": {
94778
+ "kind": "SCALAR",
94779
+ "name": "ID",
94780
+ "ofType": null
94781
+ }
94782
+ },
94783
+ "defaultValue": null,
94784
+ "isDeprecated": false,
94785
+ "deprecationReason": null
94786
+ },
94787
+ {
94788
+ "name": "optimization_goal",
94789
+ "description": null,
94790
+ "type": {
94791
+ "kind": "SCALAR",
94792
+ "name": "String",
94793
+ "ofType": null
94794
+ },
94795
+ "defaultValue": null,
94796
+ "isDeprecated": false,
94797
+ "deprecationReason": null
94798
+ },
94799
+ {
94800
+ "name": "targeting",
94801
+ "description": null,
94802
+ "type": {
94803
+ "kind": "INPUT_OBJECT",
94804
+ "name": "TargetingInput",
94805
+ "ofType": null
94806
+ },
94807
+ "defaultValue": null,
94808
+ "isDeprecated": false,
94809
+ "deprecationReason": null
94810
+ }
94811
+ ],
94812
+ "interfaces": null,
94813
+ "enumValues": null,
94814
+ "possibleTypes": null
94815
+ },
93648
94816
  {
93649
94817
  "kind": "INPUT_OBJECT",
93650
94818
  "name": "UpdateAlertParams",
@@ -95029,14 +96197,34 @@
95029
96197
  "name": "call_to_action",
95030
96198
  "description": null,
95031
96199
  "type": {
95032
- "kind": "SCALAR",
95033
- "name": "String",
96200
+ "kind": "INPUT_OBJECT",
96201
+ "name": "CallToActionInput",
95034
96202
  "ofType": null
95035
96203
  },
95036
96204
  "defaultValue": null,
95037
96205
  "isDeprecated": false,
95038
96206
  "deprecationReason": null
95039
96207
  },
96208
+ {
96209
+ "name": "child_attachments",
96210
+ "description": null,
96211
+ "type": {
96212
+ "kind": "LIST",
96213
+ "name": null,
96214
+ "ofType": {
96215
+ "kind": "NON_NULL",
96216
+ "name": null,
96217
+ "ofType": {
96218
+ "kind": "INPUT_OBJECT",
96219
+ "name": "AdChildAttachmentInput",
96220
+ "ofType": null
96221
+ }
96222
+ }
96223
+ },
96224
+ "defaultValue": null,
96225
+ "isDeprecated": false,
96226
+ "deprecationReason": null
96227
+ },
95040
96228
  {
95041
96229
  "name": "created_at",
95042
96230
  "description": null,
@@ -95772,6 +96960,26 @@
95772
96960
  "description": null,
95773
96961
  "fields": null,
95774
96962
  "inputFields": [
96963
+ {
96964
+ "name": "image_crop_list",
96965
+ "description": null,
96966
+ "type": {
96967
+ "kind": "LIST",
96968
+ "name": null,
96969
+ "ofType": {
96970
+ "kind": "NON_NULL",
96971
+ "name": null,
96972
+ "ofType": {
96973
+ "kind": "INPUT_OBJECT",
96974
+ "name": "ImageCropsListInput",
96975
+ "ofType": null
96976
+ }
96977
+ }
96978
+ },
96979
+ "defaultValue": null,
96980
+ "isDeprecated": false,
96981
+ "deprecationReason": null
96982
+ },
95775
96983
  {
95776
96984
  "name": "image_crops",
95777
96985
  "description": null,
@@ -108416,6 +109624,33 @@
108416
109624
  "enumValues": null,
108417
109625
  "possibleTypes": null
108418
109626
  },
109627
+ {
109628
+ "kind": "OBJECT",
109629
+ "name": "createAdCreativeTemplateResponse",
109630
+ "description": null,
109631
+ "fields": [
109632
+ {
109633
+ "name": "id",
109634
+ "description": null,
109635
+ "args": [],
109636
+ "type": {
109637
+ "kind": "NON_NULL",
109638
+ "name": null,
109639
+ "ofType": {
109640
+ "kind": "SCALAR",
109641
+ "name": "ID",
109642
+ "ofType": null
109643
+ }
109644
+ },
109645
+ "isDeprecated": false,
109646
+ "deprecationReason": null
109647
+ }
109648
+ ],
109649
+ "inputFields": null,
109650
+ "interfaces": [],
109651
+ "enumValues": null,
109652
+ "possibleTypes": null
109653
+ },
108419
109654
  {
108420
109655
  "kind": "ENUM",
108421
109656
  "name": "cursor_ordering",