@promoboxx/graphql-gateway-types 1.252.0 → 1.253.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 +640 -70
- package/index.d.ts +77 -5
- package/package.json +1 -1
- package/schema.graphql +96 -8
package/graphql.schema.json
CHANGED
|
@@ -4398,6 +4398,92 @@
|
|
|
4398
4398
|
"enumValues": null,
|
|
4399
4399
|
"possibleTypes": null
|
|
4400
4400
|
},
|
|
4401
|
+
{
|
|
4402
|
+
"kind": "INPUT_OBJECT",
|
|
4403
|
+
"name": "AiSummarizeAssetInput",
|
|
4404
|
+
"description": null,
|
|
4405
|
+
"fields": null,
|
|
4406
|
+
"inputFields": [
|
|
4407
|
+
{
|
|
4408
|
+
"name": "url",
|
|
4409
|
+
"description": null,
|
|
4410
|
+
"type": {
|
|
4411
|
+
"kind": "NON_NULL",
|
|
4412
|
+
"name": null,
|
|
4413
|
+
"ofType": {
|
|
4414
|
+
"kind": "SCALAR",
|
|
4415
|
+
"name": "String",
|
|
4416
|
+
"ofType": null
|
|
4417
|
+
}
|
|
4418
|
+
},
|
|
4419
|
+
"defaultValue": null,
|
|
4420
|
+
"isDeprecated": false,
|
|
4421
|
+
"deprecationReason": null
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"interfaces": null,
|
|
4425
|
+
"enumValues": null,
|
|
4426
|
+
"possibleTypes": null
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"kind": "OBJECT",
|
|
4430
|
+
"name": "AiSummarizeAssetOutput",
|
|
4431
|
+
"description": null,
|
|
4432
|
+
"fields": [
|
|
4433
|
+
{
|
|
4434
|
+
"name": "input_url",
|
|
4435
|
+
"description": null,
|
|
4436
|
+
"args": [],
|
|
4437
|
+
"type": {
|
|
4438
|
+
"kind": "NON_NULL",
|
|
4439
|
+
"name": null,
|
|
4440
|
+
"ofType": {
|
|
4441
|
+
"kind": "SCALAR",
|
|
4442
|
+
"name": "String",
|
|
4443
|
+
"ofType": null
|
|
4444
|
+
}
|
|
4445
|
+
},
|
|
4446
|
+
"isDeprecated": false,
|
|
4447
|
+
"deprecationReason": null
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
"name": "prompt",
|
|
4451
|
+
"description": null,
|
|
4452
|
+
"args": [],
|
|
4453
|
+
"type": {
|
|
4454
|
+
"kind": "NON_NULL",
|
|
4455
|
+
"name": null,
|
|
4456
|
+
"ofType": {
|
|
4457
|
+
"kind": "SCALAR",
|
|
4458
|
+
"name": "String",
|
|
4459
|
+
"ofType": null
|
|
4460
|
+
}
|
|
4461
|
+
},
|
|
4462
|
+
"isDeprecated": false,
|
|
4463
|
+
"deprecationReason": null
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "summary",
|
|
4467
|
+
"description": null,
|
|
4468
|
+
"args": [],
|
|
4469
|
+
"type": {
|
|
4470
|
+
"kind": "NON_NULL",
|
|
4471
|
+
"name": null,
|
|
4472
|
+
"ofType": {
|
|
4473
|
+
"kind": "SCALAR",
|
|
4474
|
+
"name": "String",
|
|
4475
|
+
"ofType": null
|
|
4476
|
+
}
|
|
4477
|
+
},
|
|
4478
|
+
"isDeprecated": false,
|
|
4479
|
+
"deprecationReason": null
|
|
4480
|
+
}
|
|
4481
|
+
],
|
|
4482
|
+
"inputFields": null,
|
|
4483
|
+
"interfaces": [],
|
|
4484
|
+
"enumValues": null,
|
|
4485
|
+
"possibleTypes": null
|
|
4486
|
+
},
|
|
4401
4487
|
{
|
|
4402
4488
|
"kind": "OBJECT",
|
|
4403
4489
|
"name": "Alert",
|
|
@@ -56104,6 +56190,35 @@
|
|
|
56104
56190
|
"isDeprecated": false,
|
|
56105
56191
|
"deprecationReason": null
|
|
56106
56192
|
},
|
|
56193
|
+
{
|
|
56194
|
+
"name": "aiSummarizeAsset",
|
|
56195
|
+
"description": null,
|
|
56196
|
+
"args": [
|
|
56197
|
+
{
|
|
56198
|
+
"name": "arg1",
|
|
56199
|
+
"description": null,
|
|
56200
|
+
"type": {
|
|
56201
|
+
"kind": "NON_NULL",
|
|
56202
|
+
"name": null,
|
|
56203
|
+
"ofType": {
|
|
56204
|
+
"kind": "INPUT_OBJECT",
|
|
56205
|
+
"name": "AiSummarizeAssetInput",
|
|
56206
|
+
"ofType": null
|
|
56207
|
+
}
|
|
56208
|
+
},
|
|
56209
|
+
"defaultValue": null,
|
|
56210
|
+
"isDeprecated": false,
|
|
56211
|
+
"deprecationReason": null
|
|
56212
|
+
}
|
|
56213
|
+
],
|
|
56214
|
+
"type": {
|
|
56215
|
+
"kind": "OBJECT",
|
|
56216
|
+
"name": "AiSummarizeAssetOutput",
|
|
56217
|
+
"ofType": null
|
|
56218
|
+
},
|
|
56219
|
+
"isDeprecated": false,
|
|
56220
|
+
"deprecationReason": null
|
|
56221
|
+
},
|
|
56107
56222
|
{
|
|
56108
56223
|
"name": "apify_actor_run_results",
|
|
56109
56224
|
"description": "fetch data from the table: \"apify_actor_run_results\"",
|
|
@@ -92637,71 +92752,201 @@
|
|
|
92637
92752
|
"deprecationReason": null
|
|
92638
92753
|
},
|
|
92639
92754
|
{
|
|
92640
|
-
"name": "
|
|
92641
|
-
"description":
|
|
92642
|
-
"args": [
|
|
92643
|
-
|
|
92644
|
-
|
|
92645
|
-
|
|
92646
|
-
|
|
92647
|
-
|
|
92648
|
-
|
|
92649
|
-
|
|
92650
|
-
|
|
92651
|
-
|
|
92652
|
-
|
|
92653
|
-
|
|
92654
|
-
|
|
92655
|
-
|
|
92656
|
-
|
|
92657
|
-
|
|
92658
|
-
|
|
92659
|
-
|
|
92660
|
-
|
|
92661
|
-
|
|
92662
|
-
|
|
92663
|
-
|
|
92664
|
-
|
|
92665
|
-
|
|
92666
|
-
|
|
92667
|
-
|
|
92668
|
-
|
|
92669
|
-
|
|
92670
|
-
|
|
92671
|
-
|
|
92672
|
-
|
|
92673
|
-
|
|
92674
|
-
|
|
92675
|
-
|
|
92676
|
-
|
|
92677
|
-
|
|
92678
|
-
|
|
92755
|
+
"name": "latest_google_place",
|
|
92756
|
+
"description": "A computed field, executes function \"enrichment_queries_google_places\"",
|
|
92757
|
+
"args": [
|
|
92758
|
+
{
|
|
92759
|
+
"name": "distinct_on",
|
|
92760
|
+
"description": "distinct select on columns",
|
|
92761
|
+
"type": {
|
|
92762
|
+
"kind": "LIST",
|
|
92763
|
+
"name": null,
|
|
92764
|
+
"ofType": {
|
|
92765
|
+
"kind": "NON_NULL",
|
|
92766
|
+
"name": null,
|
|
92767
|
+
"ofType": {
|
|
92768
|
+
"kind": "ENUM",
|
|
92769
|
+
"name": "google_places_select_column",
|
|
92770
|
+
"ofType": null
|
|
92771
|
+
}
|
|
92772
|
+
}
|
|
92773
|
+
},
|
|
92774
|
+
"defaultValue": null,
|
|
92775
|
+
"isDeprecated": false,
|
|
92776
|
+
"deprecationReason": null
|
|
92777
|
+
},
|
|
92778
|
+
{
|
|
92779
|
+
"name": "limit",
|
|
92780
|
+
"description": "limit the number of rows returned",
|
|
92781
|
+
"type": {
|
|
92782
|
+
"kind": "SCALAR",
|
|
92783
|
+
"name": "Int",
|
|
92784
|
+
"ofType": null
|
|
92785
|
+
},
|
|
92786
|
+
"defaultValue": null,
|
|
92787
|
+
"isDeprecated": false,
|
|
92788
|
+
"deprecationReason": null
|
|
92789
|
+
},
|
|
92790
|
+
{
|
|
92791
|
+
"name": "offset",
|
|
92792
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
92793
|
+
"type": {
|
|
92794
|
+
"kind": "SCALAR",
|
|
92795
|
+
"name": "Int",
|
|
92796
|
+
"ofType": null
|
|
92797
|
+
},
|
|
92798
|
+
"defaultValue": null,
|
|
92799
|
+
"isDeprecated": false,
|
|
92800
|
+
"deprecationReason": null
|
|
92801
|
+
},
|
|
92802
|
+
{
|
|
92803
|
+
"name": "order_by",
|
|
92804
|
+
"description": "sort the rows by one or more columns",
|
|
92805
|
+
"type": {
|
|
92806
|
+
"kind": "LIST",
|
|
92807
|
+
"name": null,
|
|
92808
|
+
"ofType": {
|
|
92809
|
+
"kind": "NON_NULL",
|
|
92810
|
+
"name": null,
|
|
92811
|
+
"ofType": {
|
|
92812
|
+
"kind": "INPUT_OBJECT",
|
|
92813
|
+
"name": "google_places_order_by",
|
|
92814
|
+
"ofType": null
|
|
92815
|
+
}
|
|
92816
|
+
}
|
|
92817
|
+
},
|
|
92818
|
+
"defaultValue": null,
|
|
92819
|
+
"isDeprecated": false,
|
|
92820
|
+
"deprecationReason": null
|
|
92821
|
+
},
|
|
92822
|
+
{
|
|
92823
|
+
"name": "where",
|
|
92824
|
+
"description": "filter the rows returned",
|
|
92825
|
+
"type": {
|
|
92826
|
+
"kind": "INPUT_OBJECT",
|
|
92827
|
+
"name": "google_places_bool_exp",
|
|
92828
|
+
"ofType": null
|
|
92829
|
+
},
|
|
92830
|
+
"defaultValue": null,
|
|
92831
|
+
"isDeprecated": false,
|
|
92832
|
+
"deprecationReason": null
|
|
92833
|
+
}
|
|
92834
|
+
],
|
|
92679
92835
|
"type": {
|
|
92680
|
-
"kind": "
|
|
92836
|
+
"kind": "LIST",
|
|
92681
92837
|
"name": null,
|
|
92682
92838
|
"ofType": {
|
|
92683
|
-
"kind": "
|
|
92684
|
-
"name":
|
|
92685
|
-
"ofType":
|
|
92839
|
+
"kind": "NON_NULL",
|
|
92840
|
+
"name": null,
|
|
92841
|
+
"ofType": {
|
|
92842
|
+
"kind": "OBJECT",
|
|
92843
|
+
"name": "google_places",
|
|
92844
|
+
"ofType": null
|
|
92845
|
+
}
|
|
92686
92846
|
}
|
|
92687
92847
|
},
|
|
92688
92848
|
"isDeprecated": false,
|
|
92689
92849
|
"deprecationReason": null
|
|
92690
92850
|
},
|
|
92691
92851
|
{
|
|
92692
|
-
"name": "
|
|
92693
|
-
"description":
|
|
92694
|
-
"args": [
|
|
92852
|
+
"name": "latest_social_page_handles",
|
|
92853
|
+
"description": "A computed field, executes function \"enrichment_queries_social_place_handles\"",
|
|
92854
|
+
"args": [
|
|
92855
|
+
{
|
|
92856
|
+
"name": "distinct_on",
|
|
92857
|
+
"description": "distinct select on columns",
|
|
92858
|
+
"type": {
|
|
92859
|
+
"kind": "LIST",
|
|
92860
|
+
"name": null,
|
|
92861
|
+
"ofType": {
|
|
92862
|
+
"kind": "NON_NULL",
|
|
92863
|
+
"name": null,
|
|
92864
|
+
"ofType": {
|
|
92865
|
+
"kind": "ENUM",
|
|
92866
|
+
"name": "social_page_handles_select_column",
|
|
92867
|
+
"ofType": null
|
|
92868
|
+
}
|
|
92869
|
+
}
|
|
92870
|
+
},
|
|
92871
|
+
"defaultValue": null,
|
|
92872
|
+
"isDeprecated": false,
|
|
92873
|
+
"deprecationReason": null
|
|
92874
|
+
},
|
|
92875
|
+
{
|
|
92876
|
+
"name": "limit",
|
|
92877
|
+
"description": "limit the number of rows returned",
|
|
92878
|
+
"type": {
|
|
92879
|
+
"kind": "SCALAR",
|
|
92880
|
+
"name": "Int",
|
|
92881
|
+
"ofType": null
|
|
92882
|
+
},
|
|
92883
|
+
"defaultValue": null,
|
|
92884
|
+
"isDeprecated": false,
|
|
92885
|
+
"deprecationReason": null
|
|
92886
|
+
},
|
|
92887
|
+
{
|
|
92888
|
+
"name": "offset",
|
|
92889
|
+
"description": "skip the first n rows. Use only with order_by",
|
|
92890
|
+
"type": {
|
|
92891
|
+
"kind": "SCALAR",
|
|
92892
|
+
"name": "Int",
|
|
92893
|
+
"ofType": null
|
|
92894
|
+
},
|
|
92895
|
+
"defaultValue": null,
|
|
92896
|
+
"isDeprecated": false,
|
|
92897
|
+
"deprecationReason": null
|
|
92898
|
+
},
|
|
92899
|
+
{
|
|
92900
|
+
"name": "order_by",
|
|
92901
|
+
"description": "sort the rows by one or more columns",
|
|
92902
|
+
"type": {
|
|
92903
|
+
"kind": "LIST",
|
|
92904
|
+
"name": null,
|
|
92905
|
+
"ofType": {
|
|
92906
|
+
"kind": "NON_NULL",
|
|
92907
|
+
"name": null,
|
|
92908
|
+
"ofType": {
|
|
92909
|
+
"kind": "INPUT_OBJECT",
|
|
92910
|
+
"name": "social_page_handles_order_by",
|
|
92911
|
+
"ofType": null
|
|
92912
|
+
}
|
|
92913
|
+
}
|
|
92914
|
+
},
|
|
92915
|
+
"defaultValue": null,
|
|
92916
|
+
"isDeprecated": false,
|
|
92917
|
+
"deprecationReason": null
|
|
92918
|
+
},
|
|
92919
|
+
{
|
|
92920
|
+
"name": "where",
|
|
92921
|
+
"description": "filter the rows returned",
|
|
92922
|
+
"type": {
|
|
92923
|
+
"kind": "INPUT_OBJECT",
|
|
92924
|
+
"name": "social_page_handles_bool_exp",
|
|
92925
|
+
"ofType": null
|
|
92926
|
+
},
|
|
92927
|
+
"defaultValue": null,
|
|
92928
|
+
"isDeprecated": false,
|
|
92929
|
+
"deprecationReason": null
|
|
92930
|
+
}
|
|
92931
|
+
],
|
|
92695
92932
|
"type": {
|
|
92696
|
-
"kind": "
|
|
92697
|
-
"name":
|
|
92698
|
-
"ofType":
|
|
92933
|
+
"kind": "LIST",
|
|
92934
|
+
"name": null,
|
|
92935
|
+
"ofType": {
|
|
92936
|
+
"kind": "NON_NULL",
|
|
92937
|
+
"name": null,
|
|
92938
|
+
"ofType": {
|
|
92939
|
+
"kind": "OBJECT",
|
|
92940
|
+
"name": "social_page_handles",
|
|
92941
|
+
"ofType": null
|
|
92942
|
+
}
|
|
92943
|
+
}
|
|
92699
92944
|
},
|
|
92700
92945
|
"isDeprecated": false,
|
|
92701
92946
|
"deprecationReason": null
|
|
92702
92947
|
},
|
|
92703
92948
|
{
|
|
92704
|
-
"name": "
|
|
92949
|
+
"name": "latest_verified_address",
|
|
92705
92950
|
"description": "A computed field, executes function \"enrichment_queries_verified_addresses\"",
|
|
92706
92951
|
"args": [
|
|
92707
92952
|
{
|
|
@@ -92796,6 +93041,70 @@
|
|
|
92796
93041
|
},
|
|
92797
93042
|
"isDeprecated": false,
|
|
92798
93043
|
"deprecationReason": null
|
|
93044
|
+
},
|
|
93045
|
+
{
|
|
93046
|
+
"name": "location_id",
|
|
93047
|
+
"description": null,
|
|
93048
|
+
"args": [],
|
|
93049
|
+
"type": {
|
|
93050
|
+
"kind": "SCALAR",
|
|
93051
|
+
"name": "Int",
|
|
93052
|
+
"ofType": null
|
|
93053
|
+
},
|
|
93054
|
+
"isDeprecated": false,
|
|
93055
|
+
"deprecationReason": null
|
|
93056
|
+
},
|
|
93057
|
+
{
|
|
93058
|
+
"name": "retailer_account_id",
|
|
93059
|
+
"description": null,
|
|
93060
|
+
"args": [],
|
|
93061
|
+
"type": {
|
|
93062
|
+
"kind": "SCALAR",
|
|
93063
|
+
"name": "Int",
|
|
93064
|
+
"ofType": null
|
|
93065
|
+
},
|
|
93066
|
+
"isDeprecated": false,
|
|
93067
|
+
"deprecationReason": null
|
|
93068
|
+
},
|
|
93069
|
+
{
|
|
93070
|
+
"name": "retailer_id",
|
|
93071
|
+
"description": null,
|
|
93072
|
+
"args": [],
|
|
93073
|
+
"type": {
|
|
93074
|
+
"kind": "SCALAR",
|
|
93075
|
+
"name": "Int",
|
|
93076
|
+
"ofType": null
|
|
93077
|
+
},
|
|
93078
|
+
"isDeprecated": false,
|
|
93079
|
+
"deprecationReason": null
|
|
93080
|
+
},
|
|
93081
|
+
{
|
|
93082
|
+
"name": "run_name",
|
|
93083
|
+
"description": null,
|
|
93084
|
+
"args": [],
|
|
93085
|
+
"type": {
|
|
93086
|
+
"kind": "NON_NULL",
|
|
93087
|
+
"name": null,
|
|
93088
|
+
"ofType": {
|
|
93089
|
+
"kind": "SCALAR",
|
|
93090
|
+
"name": "String",
|
|
93091
|
+
"ofType": null
|
|
93092
|
+
}
|
|
93093
|
+
},
|
|
93094
|
+
"isDeprecated": false,
|
|
93095
|
+
"deprecationReason": null
|
|
93096
|
+
},
|
|
93097
|
+
{
|
|
93098
|
+
"name": "updated_at",
|
|
93099
|
+
"description": null,
|
|
93100
|
+
"args": [],
|
|
93101
|
+
"type": {
|
|
93102
|
+
"kind": "SCALAR",
|
|
93103
|
+
"name": "timestamptz",
|
|
93104
|
+
"ofType": null
|
|
93105
|
+
},
|
|
93106
|
+
"isDeprecated": false,
|
|
93107
|
+
"deprecationReason": null
|
|
92799
93108
|
}
|
|
92800
93109
|
],
|
|
92801
93110
|
"inputFields": null,
|
|
@@ -93267,11 +93576,11 @@
|
|
|
93267
93576
|
"deprecationReason": null
|
|
93268
93577
|
},
|
|
93269
93578
|
{
|
|
93270
|
-
"name": "
|
|
93579
|
+
"name": "latest_google_place",
|
|
93271
93580
|
"description": null,
|
|
93272
93581
|
"type": {
|
|
93273
93582
|
"kind": "INPUT_OBJECT",
|
|
93274
|
-
"name": "
|
|
93583
|
+
"name": "google_places_bool_exp",
|
|
93275
93584
|
"ofType": null
|
|
93276
93585
|
},
|
|
93277
93586
|
"defaultValue": null,
|
|
@@ -93279,7 +93588,31 @@
|
|
|
93279
93588
|
"deprecationReason": null
|
|
93280
93589
|
},
|
|
93281
93590
|
{
|
|
93282
|
-
"name": "
|
|
93591
|
+
"name": "latest_social_page_handles",
|
|
93592
|
+
"description": null,
|
|
93593
|
+
"type": {
|
|
93594
|
+
"kind": "INPUT_OBJECT",
|
|
93595
|
+
"name": "social_page_handles_bool_exp",
|
|
93596
|
+
"ofType": null
|
|
93597
|
+
},
|
|
93598
|
+
"defaultValue": null,
|
|
93599
|
+
"isDeprecated": false,
|
|
93600
|
+
"deprecationReason": null
|
|
93601
|
+
},
|
|
93602
|
+
{
|
|
93603
|
+
"name": "latest_verified_address",
|
|
93604
|
+
"description": null,
|
|
93605
|
+
"type": {
|
|
93606
|
+
"kind": "INPUT_OBJECT",
|
|
93607
|
+
"name": "verified_addresses_bool_exp",
|
|
93608
|
+
"ofType": null
|
|
93609
|
+
},
|
|
93610
|
+
"defaultValue": null,
|
|
93611
|
+
"isDeprecated": false,
|
|
93612
|
+
"deprecationReason": null
|
|
93613
|
+
},
|
|
93614
|
+
{
|
|
93615
|
+
"name": "location_id",
|
|
93283
93616
|
"description": null,
|
|
93284
93617
|
"type": {
|
|
93285
93618
|
"kind": "INPUT_OBJECT",
|
|
@@ -93291,7 +93624,7 @@
|
|
|
93291
93624
|
"deprecationReason": null
|
|
93292
93625
|
},
|
|
93293
93626
|
{
|
|
93294
|
-
"name": "
|
|
93627
|
+
"name": "retailer_account_id",
|
|
93295
93628
|
"description": null,
|
|
93296
93629
|
"type": {
|
|
93297
93630
|
"kind": "INPUT_OBJECT",
|
|
@@ -93303,11 +93636,11 @@
|
|
|
93303
93636
|
"deprecationReason": null
|
|
93304
93637
|
},
|
|
93305
93638
|
{
|
|
93306
|
-
"name": "
|
|
93639
|
+
"name": "retailer_id",
|
|
93307
93640
|
"description": null,
|
|
93308
93641
|
"type": {
|
|
93309
93642
|
"kind": "INPUT_OBJECT",
|
|
93310
|
-
"name": "
|
|
93643
|
+
"name": "Int_comparison_exp",
|
|
93311
93644
|
"ofType": null
|
|
93312
93645
|
},
|
|
93313
93646
|
"defaultValue": null,
|
|
@@ -93315,11 +93648,11 @@
|
|
|
93315
93648
|
"deprecationReason": null
|
|
93316
93649
|
},
|
|
93317
93650
|
{
|
|
93318
|
-
"name": "
|
|
93651
|
+
"name": "run_name",
|
|
93319
93652
|
"description": null,
|
|
93320
93653
|
"type": {
|
|
93321
93654
|
"kind": "INPUT_OBJECT",
|
|
93322
|
-
"name": "
|
|
93655
|
+
"name": "String_comparison_exp",
|
|
93323
93656
|
"ofType": null
|
|
93324
93657
|
},
|
|
93325
93658
|
"defaultValue": null,
|
|
@@ -93327,11 +93660,11 @@
|
|
|
93327
93660
|
"deprecationReason": null
|
|
93328
93661
|
},
|
|
93329
93662
|
{
|
|
93330
|
-
"name": "
|
|
93663
|
+
"name": "updated_at",
|
|
93331
93664
|
"description": null,
|
|
93332
93665
|
"type": {
|
|
93333
93666
|
"kind": "INPUT_OBJECT",
|
|
93334
|
-
"name": "
|
|
93667
|
+
"name": "timestamptz_comparison_exp",
|
|
93335
93668
|
"ofType": null
|
|
93336
93669
|
},
|
|
93337
93670
|
"defaultValue": null,
|
|
@@ -94127,11 +94460,11 @@
|
|
|
94127
94460
|
"deprecationReason": null
|
|
94128
94461
|
},
|
|
94129
94462
|
{
|
|
94130
|
-
"name": "
|
|
94463
|
+
"name": "latest_google_place_aggregate",
|
|
94131
94464
|
"description": null,
|
|
94132
94465
|
"type": {
|
|
94133
|
-
"kind": "
|
|
94134
|
-
"name": "
|
|
94466
|
+
"kind": "INPUT_OBJECT",
|
|
94467
|
+
"name": "google_places_aggregate_order_by",
|
|
94135
94468
|
"ofType": null
|
|
94136
94469
|
},
|
|
94137
94470
|
"defaultValue": null,
|
|
@@ -94139,7 +94472,31 @@
|
|
|
94139
94472
|
"deprecationReason": null
|
|
94140
94473
|
},
|
|
94141
94474
|
{
|
|
94142
|
-
"name": "
|
|
94475
|
+
"name": "latest_social_page_handles_aggregate",
|
|
94476
|
+
"description": null,
|
|
94477
|
+
"type": {
|
|
94478
|
+
"kind": "INPUT_OBJECT",
|
|
94479
|
+
"name": "social_page_handles_aggregate_order_by",
|
|
94480
|
+
"ofType": null
|
|
94481
|
+
},
|
|
94482
|
+
"defaultValue": null,
|
|
94483
|
+
"isDeprecated": false,
|
|
94484
|
+
"deprecationReason": null
|
|
94485
|
+
},
|
|
94486
|
+
{
|
|
94487
|
+
"name": "latest_verified_address_aggregate",
|
|
94488
|
+
"description": null,
|
|
94489
|
+
"type": {
|
|
94490
|
+
"kind": "INPUT_OBJECT",
|
|
94491
|
+
"name": "verified_addresses_aggregate_order_by",
|
|
94492
|
+
"ofType": null
|
|
94493
|
+
},
|
|
94494
|
+
"defaultValue": null,
|
|
94495
|
+
"isDeprecated": false,
|
|
94496
|
+
"deprecationReason": null
|
|
94497
|
+
},
|
|
94498
|
+
{
|
|
94499
|
+
"name": "location_id",
|
|
94143
94500
|
"description": null,
|
|
94144
94501
|
"type": {
|
|
94145
94502
|
"kind": "ENUM",
|
|
@@ -94151,7 +94508,7 @@
|
|
|
94151
94508
|
"deprecationReason": null
|
|
94152
94509
|
},
|
|
94153
94510
|
{
|
|
94154
|
-
"name": "
|
|
94511
|
+
"name": "retailer_account_id",
|
|
94155
94512
|
"description": null,
|
|
94156
94513
|
"type": {
|
|
94157
94514
|
"kind": "ENUM",
|
|
@@ -94163,7 +94520,7 @@
|
|
|
94163
94520
|
"deprecationReason": null
|
|
94164
94521
|
},
|
|
94165
94522
|
{
|
|
94166
|
-
"name": "
|
|
94523
|
+
"name": "retailer_id",
|
|
94167
94524
|
"description": null,
|
|
94168
94525
|
"type": {
|
|
94169
94526
|
"kind": "ENUM",
|
|
@@ -94175,7 +94532,7 @@
|
|
|
94175
94532
|
"deprecationReason": null
|
|
94176
94533
|
},
|
|
94177
94534
|
{
|
|
94178
|
-
"name": "
|
|
94535
|
+
"name": "run_name",
|
|
94179
94536
|
"description": null,
|
|
94180
94537
|
"type": {
|
|
94181
94538
|
"kind": "ENUM",
|
|
@@ -94187,11 +94544,11 @@
|
|
|
94187
94544
|
"deprecationReason": null
|
|
94188
94545
|
},
|
|
94189
94546
|
{
|
|
94190
|
-
"name": "
|
|
94547
|
+
"name": "updated_at",
|
|
94191
94548
|
"description": null,
|
|
94192
94549
|
"type": {
|
|
94193
|
-
"kind": "
|
|
94194
|
-
"name": "
|
|
94550
|
+
"kind": "ENUM",
|
|
94551
|
+
"name": "order_by",
|
|
94195
94552
|
"ofType": null
|
|
94196
94553
|
},
|
|
94197
94554
|
"defaultValue": null,
|
|
@@ -109152,6 +109509,53 @@
|
|
|
109152
109509
|
"enumValues": null,
|
|
109153
109510
|
"possibleTypes": null
|
|
109154
109511
|
},
|
|
109512
|
+
{
|
|
109513
|
+
"kind": "INPUT_OBJECT",
|
|
109514
|
+
"name": "social_page_handles_aggregate_order_by",
|
|
109515
|
+
"description": "order by aggregate values of table \"social_page_handles\"",
|
|
109516
|
+
"fields": null,
|
|
109517
|
+
"inputFields": [
|
|
109518
|
+
{
|
|
109519
|
+
"name": "count",
|
|
109520
|
+
"description": null,
|
|
109521
|
+
"type": {
|
|
109522
|
+
"kind": "ENUM",
|
|
109523
|
+
"name": "order_by",
|
|
109524
|
+
"ofType": null
|
|
109525
|
+
},
|
|
109526
|
+
"defaultValue": null,
|
|
109527
|
+
"isDeprecated": false,
|
|
109528
|
+
"deprecationReason": null
|
|
109529
|
+
},
|
|
109530
|
+
{
|
|
109531
|
+
"name": "max",
|
|
109532
|
+
"description": null,
|
|
109533
|
+
"type": {
|
|
109534
|
+
"kind": "INPUT_OBJECT",
|
|
109535
|
+
"name": "social_page_handles_max_order_by",
|
|
109536
|
+
"ofType": null
|
|
109537
|
+
},
|
|
109538
|
+
"defaultValue": null,
|
|
109539
|
+
"isDeprecated": false,
|
|
109540
|
+
"deprecationReason": null
|
|
109541
|
+
},
|
|
109542
|
+
{
|
|
109543
|
+
"name": "min",
|
|
109544
|
+
"description": null,
|
|
109545
|
+
"type": {
|
|
109546
|
+
"kind": "INPUT_OBJECT",
|
|
109547
|
+
"name": "social_page_handles_min_order_by",
|
|
109548
|
+
"ofType": null
|
|
109549
|
+
},
|
|
109550
|
+
"defaultValue": null,
|
|
109551
|
+
"isDeprecated": false,
|
|
109552
|
+
"deprecationReason": null
|
|
109553
|
+
}
|
|
109554
|
+
],
|
|
109555
|
+
"interfaces": null,
|
|
109556
|
+
"enumValues": null,
|
|
109557
|
+
"possibleTypes": null
|
|
109558
|
+
},
|
|
109155
109559
|
{
|
|
109156
109560
|
"kind": "INPUT_OBJECT",
|
|
109157
109561
|
"name": "social_page_handles_bool_exp",
|
|
@@ -109620,6 +110024,89 @@
|
|
|
109620
110024
|
"enumValues": null,
|
|
109621
110025
|
"possibleTypes": null
|
|
109622
110026
|
},
|
|
110027
|
+
{
|
|
110028
|
+
"kind": "INPUT_OBJECT",
|
|
110029
|
+
"name": "social_page_handles_max_order_by",
|
|
110030
|
+
"description": "order by max() on columns of table \"social_page_handles\"",
|
|
110031
|
+
"fields": null,
|
|
110032
|
+
"inputFields": [
|
|
110033
|
+
{
|
|
110034
|
+
"name": "channel",
|
|
110035
|
+
"description": null,
|
|
110036
|
+
"type": {
|
|
110037
|
+
"kind": "ENUM",
|
|
110038
|
+
"name": "order_by",
|
|
110039
|
+
"ofType": null
|
|
110040
|
+
},
|
|
110041
|
+
"defaultValue": null,
|
|
110042
|
+
"isDeprecated": false,
|
|
110043
|
+
"deprecationReason": null
|
|
110044
|
+
},
|
|
110045
|
+
{
|
|
110046
|
+
"name": "created_at",
|
|
110047
|
+
"description": null,
|
|
110048
|
+
"type": {
|
|
110049
|
+
"kind": "ENUM",
|
|
110050
|
+
"name": "order_by",
|
|
110051
|
+
"ofType": null
|
|
110052
|
+
},
|
|
110053
|
+
"defaultValue": null,
|
|
110054
|
+
"isDeprecated": false,
|
|
110055
|
+
"deprecationReason": null
|
|
110056
|
+
},
|
|
110057
|
+
{
|
|
110058
|
+
"name": "id",
|
|
110059
|
+
"description": null,
|
|
110060
|
+
"type": {
|
|
110061
|
+
"kind": "ENUM",
|
|
110062
|
+
"name": "order_by",
|
|
110063
|
+
"ofType": null
|
|
110064
|
+
},
|
|
110065
|
+
"defaultValue": null,
|
|
110066
|
+
"isDeprecated": false,
|
|
110067
|
+
"deprecationReason": null
|
|
110068
|
+
},
|
|
110069
|
+
{
|
|
110070
|
+
"name": "last_crawled_at",
|
|
110071
|
+
"description": null,
|
|
110072
|
+
"type": {
|
|
110073
|
+
"kind": "ENUM",
|
|
110074
|
+
"name": "order_by",
|
|
110075
|
+
"ofType": null
|
|
110076
|
+
},
|
|
110077
|
+
"defaultValue": null,
|
|
110078
|
+
"isDeprecated": false,
|
|
110079
|
+
"deprecationReason": null
|
|
110080
|
+
},
|
|
110081
|
+
{
|
|
110082
|
+
"name": "updated_at",
|
|
110083
|
+
"description": null,
|
|
110084
|
+
"type": {
|
|
110085
|
+
"kind": "ENUM",
|
|
110086
|
+
"name": "order_by",
|
|
110087
|
+
"ofType": null
|
|
110088
|
+
},
|
|
110089
|
+
"defaultValue": null,
|
|
110090
|
+
"isDeprecated": false,
|
|
110091
|
+
"deprecationReason": null
|
|
110092
|
+
},
|
|
110093
|
+
{
|
|
110094
|
+
"name": "url",
|
|
110095
|
+
"description": null,
|
|
110096
|
+
"type": {
|
|
110097
|
+
"kind": "ENUM",
|
|
110098
|
+
"name": "order_by",
|
|
110099
|
+
"ofType": null
|
|
110100
|
+
},
|
|
110101
|
+
"defaultValue": null,
|
|
110102
|
+
"isDeprecated": false,
|
|
110103
|
+
"deprecationReason": null
|
|
110104
|
+
}
|
|
110105
|
+
],
|
|
110106
|
+
"interfaces": null,
|
|
110107
|
+
"enumValues": null,
|
|
110108
|
+
"possibleTypes": null
|
|
110109
|
+
},
|
|
109623
110110
|
{
|
|
109624
110111
|
"kind": "OBJECT",
|
|
109625
110112
|
"name": "social_page_handles_min_fields",
|
|
@@ -109703,6 +110190,89 @@
|
|
|
109703
110190
|
"enumValues": null,
|
|
109704
110191
|
"possibleTypes": null
|
|
109705
110192
|
},
|
|
110193
|
+
{
|
|
110194
|
+
"kind": "INPUT_OBJECT",
|
|
110195
|
+
"name": "social_page_handles_min_order_by",
|
|
110196
|
+
"description": "order by min() on columns of table \"social_page_handles\"",
|
|
110197
|
+
"fields": null,
|
|
110198
|
+
"inputFields": [
|
|
110199
|
+
{
|
|
110200
|
+
"name": "channel",
|
|
110201
|
+
"description": null,
|
|
110202
|
+
"type": {
|
|
110203
|
+
"kind": "ENUM",
|
|
110204
|
+
"name": "order_by",
|
|
110205
|
+
"ofType": null
|
|
110206
|
+
},
|
|
110207
|
+
"defaultValue": null,
|
|
110208
|
+
"isDeprecated": false,
|
|
110209
|
+
"deprecationReason": null
|
|
110210
|
+
},
|
|
110211
|
+
{
|
|
110212
|
+
"name": "created_at",
|
|
110213
|
+
"description": null,
|
|
110214
|
+
"type": {
|
|
110215
|
+
"kind": "ENUM",
|
|
110216
|
+
"name": "order_by",
|
|
110217
|
+
"ofType": null
|
|
110218
|
+
},
|
|
110219
|
+
"defaultValue": null,
|
|
110220
|
+
"isDeprecated": false,
|
|
110221
|
+
"deprecationReason": null
|
|
110222
|
+
},
|
|
110223
|
+
{
|
|
110224
|
+
"name": "id",
|
|
110225
|
+
"description": null,
|
|
110226
|
+
"type": {
|
|
110227
|
+
"kind": "ENUM",
|
|
110228
|
+
"name": "order_by",
|
|
110229
|
+
"ofType": null
|
|
110230
|
+
},
|
|
110231
|
+
"defaultValue": null,
|
|
110232
|
+
"isDeprecated": false,
|
|
110233
|
+
"deprecationReason": null
|
|
110234
|
+
},
|
|
110235
|
+
{
|
|
110236
|
+
"name": "last_crawled_at",
|
|
110237
|
+
"description": null,
|
|
110238
|
+
"type": {
|
|
110239
|
+
"kind": "ENUM",
|
|
110240
|
+
"name": "order_by",
|
|
110241
|
+
"ofType": null
|
|
110242
|
+
},
|
|
110243
|
+
"defaultValue": null,
|
|
110244
|
+
"isDeprecated": false,
|
|
110245
|
+
"deprecationReason": null
|
|
110246
|
+
},
|
|
110247
|
+
{
|
|
110248
|
+
"name": "updated_at",
|
|
110249
|
+
"description": null,
|
|
110250
|
+
"type": {
|
|
110251
|
+
"kind": "ENUM",
|
|
110252
|
+
"name": "order_by",
|
|
110253
|
+
"ofType": null
|
|
110254
|
+
},
|
|
110255
|
+
"defaultValue": null,
|
|
110256
|
+
"isDeprecated": false,
|
|
110257
|
+
"deprecationReason": null
|
|
110258
|
+
},
|
|
110259
|
+
{
|
|
110260
|
+
"name": "url",
|
|
110261
|
+
"description": null,
|
|
110262
|
+
"type": {
|
|
110263
|
+
"kind": "ENUM",
|
|
110264
|
+
"name": "order_by",
|
|
110265
|
+
"ofType": null
|
|
110266
|
+
},
|
|
110267
|
+
"defaultValue": null,
|
|
110268
|
+
"isDeprecated": false,
|
|
110269
|
+
"deprecationReason": null
|
|
110270
|
+
}
|
|
110271
|
+
],
|
|
110272
|
+
"interfaces": null,
|
|
110273
|
+
"enumValues": null,
|
|
110274
|
+
"possibleTypes": null
|
|
110275
|
+
},
|
|
109706
110276
|
{
|
|
109707
110277
|
"kind": "OBJECT",
|
|
109708
110278
|
"name": "social_page_handles_mutation_response",
|
package/index.d.ts
CHANGED
|
@@ -505,6 +505,17 @@ export type AggregateStats = {
|
|
|
505
505
|
shares?: Maybe<Scalars['Int']['output']>;
|
|
506
506
|
};
|
|
507
507
|
|
|
508
|
+
export type AiSummarizeAssetInput = {
|
|
509
|
+
url: Scalars['String']['input'];
|
|
510
|
+
};
|
|
511
|
+
|
|
512
|
+
export type AiSummarizeAssetOutput = {
|
|
513
|
+
__typename?: 'AiSummarizeAssetOutput';
|
|
514
|
+
input_url: Scalars['String']['output'];
|
|
515
|
+
prompt: Scalars['String']['output'];
|
|
516
|
+
summary: Scalars['String']['output'];
|
|
517
|
+
};
|
|
518
|
+
|
|
508
519
|
export type Alert = {
|
|
509
520
|
__typename?: 'Alert';
|
|
510
521
|
alert_type?: Maybe<AlertType>;
|
|
@@ -7215,6 +7226,7 @@ export type Query = {
|
|
|
7215
7226
|
address_verification_run_results_by_pk?: Maybe<Address_Verification_Run_Results>;
|
|
7216
7227
|
adminGetSignedDashboard?: Maybe<SignedDashboardResponse>;
|
|
7217
7228
|
adsvcGetRetailerCampaign: AdsvcGetRetailerCampaignResponse;
|
|
7229
|
+
aiSummarizeAsset?: Maybe<AiSummarizeAssetOutput>;
|
|
7218
7230
|
/** fetch data from the table: "apify_actor_run_results" */
|
|
7219
7231
|
apify_actor_run_results: Array<Apify_Actor_Run_Results>;
|
|
7220
7232
|
/** fetch aggregated fields from the table: "apify_actor_run_results" */
|
|
@@ -7513,6 +7525,11 @@ export type QueryAdsvcGetRetailerCampaignArgs = {
|
|
|
7513
7525
|
};
|
|
7514
7526
|
|
|
7515
7527
|
|
|
7528
|
+
export type QueryAiSummarizeAssetArgs = {
|
|
7529
|
+
arg1: AiSummarizeAssetInput;
|
|
7530
|
+
};
|
|
7531
|
+
|
|
7532
|
+
|
|
7516
7533
|
export type QueryApify_Actor_Run_ResultsArgs = {
|
|
7517
7534
|
distinct_on?: InputMaybe<Array<Apify_Actor_Run_Results_Select_Column>>;
|
|
7518
7535
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -11628,13 +11645,17 @@ export type Enrichment_Queries = {
|
|
|
11628
11645
|
google_place_run_results_aggregate: Google_Place_Run_Results_Aggregate;
|
|
11629
11646
|
id: Scalars['uuid']['output'];
|
|
11630
11647
|
input_data?: Maybe<Scalars['jsonb']['output']>;
|
|
11648
|
+
/** A computed field, executes function "enrichment_queries_google_places" */
|
|
11649
|
+
latest_google_place?: Maybe<Array<Google_Places>>;
|
|
11650
|
+
/** A computed field, executes function "enrichment_queries_social_place_handles" */
|
|
11651
|
+
latest_social_page_handles?: Maybe<Array<Social_Page_Handles>>;
|
|
11652
|
+
/** A computed field, executes function "enrichment_queries_verified_addresses" */
|
|
11653
|
+
latest_verified_address?: Maybe<Array<Verified_Addresses>>;
|
|
11631
11654
|
location_id?: Maybe<Scalars['Int']['output']>;
|
|
11632
11655
|
retailer_account_id?: Maybe<Scalars['Int']['output']>;
|
|
11633
11656
|
retailer_id?: Maybe<Scalars['Int']['output']>;
|
|
11634
11657
|
run_name: Scalars['String']['output'];
|
|
11635
11658
|
updated_at?: Maybe<Scalars['timestamptz']['output']>;
|
|
11636
|
-
/** A computed field, executes function "enrichment_queries_verified_addresses" */
|
|
11637
|
-
verified_address?: Maybe<Array<Verified_Addresses>>;
|
|
11638
11659
|
};
|
|
11639
11660
|
|
|
11640
11661
|
|
|
@@ -11685,7 +11706,27 @@ export type Enrichment_QueriesInput_DataArgs = {
|
|
|
11685
11706
|
|
|
11686
11707
|
|
|
11687
11708
|
/** columns and relationships of "enrichment_queries" */
|
|
11688
|
-
export type
|
|
11709
|
+
export type Enrichment_QueriesLatest_Google_PlaceArgs = {
|
|
11710
|
+
distinct_on?: InputMaybe<Array<Google_Places_Select_Column>>;
|
|
11711
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11712
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
11713
|
+
order_by?: InputMaybe<Array<Google_Places_Order_By>>;
|
|
11714
|
+
where?: InputMaybe<Google_Places_Bool_Exp>;
|
|
11715
|
+
};
|
|
11716
|
+
|
|
11717
|
+
|
|
11718
|
+
/** columns and relationships of "enrichment_queries" */
|
|
11719
|
+
export type Enrichment_QueriesLatest_Social_Page_HandlesArgs = {
|
|
11720
|
+
distinct_on?: InputMaybe<Array<Social_Page_Handles_Select_Column>>;
|
|
11721
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11722
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
11723
|
+
order_by?: InputMaybe<Array<Social_Page_Handles_Order_By>>;
|
|
11724
|
+
where?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
11725
|
+
};
|
|
11726
|
+
|
|
11727
|
+
|
|
11728
|
+
/** columns and relationships of "enrichment_queries" */
|
|
11729
|
+
export type Enrichment_QueriesLatest_Verified_AddressArgs = {
|
|
11689
11730
|
distinct_on?: InputMaybe<Array<Verified_Addresses_Select_Column>>;
|
|
11690
11731
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11691
11732
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -11750,12 +11791,14 @@ export type Enrichment_Queries_Bool_Exp = {
|
|
|
11750
11791
|
google_place_run_results_aggregate?: InputMaybe<Google_Place_Run_Results_Aggregate_Bool_Exp>;
|
|
11751
11792
|
id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
11752
11793
|
input_data?: InputMaybe<Jsonb_Comparison_Exp>;
|
|
11794
|
+
latest_google_place?: InputMaybe<Google_Places_Bool_Exp>;
|
|
11795
|
+
latest_social_page_handles?: InputMaybe<Social_Page_Handles_Bool_Exp>;
|
|
11796
|
+
latest_verified_address?: InputMaybe<Verified_Addresses_Bool_Exp>;
|
|
11753
11797
|
location_id?: InputMaybe<Int_Comparison_Exp>;
|
|
11754
11798
|
retailer_account_id?: InputMaybe<Int_Comparison_Exp>;
|
|
11755
11799
|
retailer_id?: InputMaybe<Int_Comparison_Exp>;
|
|
11756
11800
|
run_name?: InputMaybe<String_Comparison_Exp>;
|
|
11757
11801
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
11758
|
-
verified_address?: InputMaybe<Verified_Addresses_Bool_Exp>;
|
|
11759
11802
|
};
|
|
11760
11803
|
|
|
11761
11804
|
/** unique or primary key constraints on table "enrichment_queries" */
|
|
@@ -11863,12 +11906,14 @@ export type Enrichment_Queries_Order_By = {
|
|
|
11863
11906
|
google_place_run_results_aggregate?: InputMaybe<Google_Place_Run_Results_Aggregate_Order_By>;
|
|
11864
11907
|
id?: InputMaybe<Order_By>;
|
|
11865
11908
|
input_data?: InputMaybe<Order_By>;
|
|
11909
|
+
latest_google_place_aggregate?: InputMaybe<Google_Places_Aggregate_Order_By>;
|
|
11910
|
+
latest_social_page_handles_aggregate?: InputMaybe<Social_Page_Handles_Aggregate_Order_By>;
|
|
11911
|
+
latest_verified_address_aggregate?: InputMaybe<Verified_Addresses_Aggregate_Order_By>;
|
|
11866
11912
|
location_id?: InputMaybe<Order_By>;
|
|
11867
11913
|
retailer_account_id?: InputMaybe<Order_By>;
|
|
11868
11914
|
retailer_id?: InputMaybe<Order_By>;
|
|
11869
11915
|
run_name?: InputMaybe<Order_By>;
|
|
11870
11916
|
updated_at?: InputMaybe<Order_By>;
|
|
11871
|
-
verified_address_aggregate?: InputMaybe<Verified_Addresses_Aggregate_Order_By>;
|
|
11872
11917
|
};
|
|
11873
11918
|
|
|
11874
11919
|
/** primary key columns input for table: enrichment_queries */
|
|
@@ -14074,6 +14119,13 @@ export type Social_Page_Handles_Aggregate_FieldsCountArgs = {
|
|
|
14074
14119
|
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
14075
14120
|
};
|
|
14076
14121
|
|
|
14122
|
+
/** order by aggregate values of table "social_page_handles" */
|
|
14123
|
+
export type Social_Page_Handles_Aggregate_Order_By = {
|
|
14124
|
+
count?: InputMaybe<Order_By>;
|
|
14125
|
+
max?: InputMaybe<Social_Page_Handles_Max_Order_By>;
|
|
14126
|
+
min?: InputMaybe<Social_Page_Handles_Min_Order_By>;
|
|
14127
|
+
};
|
|
14128
|
+
|
|
14077
14129
|
/** Boolean expression to filter rows from the table "social_page_handles". All fields are combined with a logical 'AND'. */
|
|
14078
14130
|
export type Social_Page_Handles_Bool_Exp = {
|
|
14079
14131
|
_and?: InputMaybe<Array<Social_Page_Handles_Bool_Exp>>;
|
|
@@ -14127,6 +14179,16 @@ export type Social_Page_Handles_Max_Fields = {
|
|
|
14127
14179
|
url?: Maybe<Scalars['String']['output']>;
|
|
14128
14180
|
};
|
|
14129
14181
|
|
|
14182
|
+
/** order by max() on columns of table "social_page_handles" */
|
|
14183
|
+
export type Social_Page_Handles_Max_Order_By = {
|
|
14184
|
+
channel?: InputMaybe<Order_By>;
|
|
14185
|
+
created_at?: InputMaybe<Order_By>;
|
|
14186
|
+
id?: InputMaybe<Order_By>;
|
|
14187
|
+
last_crawled_at?: InputMaybe<Order_By>;
|
|
14188
|
+
updated_at?: InputMaybe<Order_By>;
|
|
14189
|
+
url?: InputMaybe<Order_By>;
|
|
14190
|
+
};
|
|
14191
|
+
|
|
14130
14192
|
/** aggregate min on columns */
|
|
14131
14193
|
export type Social_Page_Handles_Min_Fields = {
|
|
14132
14194
|
__typename?: 'social_page_handles_min_fields';
|
|
@@ -14138,6 +14200,16 @@ export type Social_Page_Handles_Min_Fields = {
|
|
|
14138
14200
|
url?: Maybe<Scalars['String']['output']>;
|
|
14139
14201
|
};
|
|
14140
14202
|
|
|
14203
|
+
/** order by min() on columns of table "social_page_handles" */
|
|
14204
|
+
export type Social_Page_Handles_Min_Order_By = {
|
|
14205
|
+
channel?: InputMaybe<Order_By>;
|
|
14206
|
+
created_at?: InputMaybe<Order_By>;
|
|
14207
|
+
id?: InputMaybe<Order_By>;
|
|
14208
|
+
last_crawled_at?: InputMaybe<Order_By>;
|
|
14209
|
+
updated_at?: InputMaybe<Order_By>;
|
|
14210
|
+
url?: InputMaybe<Order_By>;
|
|
14211
|
+
};
|
|
14212
|
+
|
|
14141
14213
|
/** response of any mutation on the table "social_page_handles" */
|
|
14142
14214
|
export type Social_Page_Handles_Mutation_Response = {
|
|
14143
14215
|
__typename?: 'social_page_handles_mutation_response';
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -477,6 +477,16 @@ type AggregateStats {
|
|
|
477
477
|
shares: Int
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
+
input AiSummarizeAssetInput {
|
|
481
|
+
url: String!
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
type AiSummarizeAssetOutput {
|
|
485
|
+
input_url: String!
|
|
486
|
+
prompt: String!
|
|
487
|
+
summary: String!
|
|
488
|
+
}
|
|
489
|
+
|
|
480
490
|
type Alert {
|
|
481
491
|
alert_type: AlertType
|
|
482
492
|
alertable_id: ID!
|
|
@@ -6309,6 +6319,7 @@ type Query {
|
|
|
6309
6319
|
address_verification_run_results_by_pk(id: uuid!): address_verification_run_results
|
|
6310
6320
|
adminGetSignedDashboard(req: AdminGetSignedDashboardRequest!): SignedDashboardResponse
|
|
6311
6321
|
adsvcGetRetailerCampaign(id: ID!, retailerID: Int!): adsvcGetRetailerCampaignResponse!
|
|
6322
|
+
aiSummarizeAsset(arg1: AiSummarizeAssetInput!): AiSummarizeAssetOutput
|
|
6312
6323
|
|
|
6313
6324
|
"""
|
|
6314
6325
|
fetch data from the table: "apify_actor_run_results"
|
|
@@ -10678,16 +10689,51 @@ type enrichment_queries {
|
|
|
10678
10689
|
"""JSON select path"""
|
|
10679
10690
|
path: String
|
|
10680
10691
|
): jsonb
|
|
10681
|
-
|
|
10682
|
-
|
|
10683
|
-
|
|
10684
|
-
|
|
10685
|
-
|
|
10692
|
+
|
|
10693
|
+
"""
|
|
10694
|
+
A computed field, executes function "enrichment_queries_google_places"
|
|
10695
|
+
"""
|
|
10696
|
+
latest_google_place(
|
|
10697
|
+
"""distinct select on columns"""
|
|
10698
|
+
distinct_on: [google_places_select_column!]
|
|
10699
|
+
|
|
10700
|
+
"""limit the number of rows returned"""
|
|
10701
|
+
limit: Int
|
|
10702
|
+
|
|
10703
|
+
"""skip the first n rows. Use only with order_by"""
|
|
10704
|
+
offset: Int
|
|
10705
|
+
|
|
10706
|
+
"""sort the rows by one or more columns"""
|
|
10707
|
+
order_by: [google_places_order_by!]
|
|
10708
|
+
|
|
10709
|
+
"""filter the rows returned"""
|
|
10710
|
+
where: google_places_bool_exp
|
|
10711
|
+
): [google_places!]
|
|
10712
|
+
|
|
10713
|
+
"""
|
|
10714
|
+
A computed field, executes function "enrichment_queries_social_place_handles"
|
|
10715
|
+
"""
|
|
10716
|
+
latest_social_page_handles(
|
|
10717
|
+
"""distinct select on columns"""
|
|
10718
|
+
distinct_on: [social_page_handles_select_column!]
|
|
10719
|
+
|
|
10720
|
+
"""limit the number of rows returned"""
|
|
10721
|
+
limit: Int
|
|
10722
|
+
|
|
10723
|
+
"""skip the first n rows. Use only with order_by"""
|
|
10724
|
+
offset: Int
|
|
10725
|
+
|
|
10726
|
+
"""sort the rows by one or more columns"""
|
|
10727
|
+
order_by: [social_page_handles_order_by!]
|
|
10728
|
+
|
|
10729
|
+
"""filter the rows returned"""
|
|
10730
|
+
where: social_page_handles_bool_exp
|
|
10731
|
+
): [social_page_handles!]
|
|
10686
10732
|
|
|
10687
10733
|
"""
|
|
10688
10734
|
A computed field, executes function "enrichment_queries_verified_addresses"
|
|
10689
10735
|
"""
|
|
10690
|
-
|
|
10736
|
+
latest_verified_address(
|
|
10691
10737
|
"""distinct select on columns"""
|
|
10692
10738
|
distinct_on: [verified_addresses_select_column!]
|
|
10693
10739
|
|
|
@@ -10703,6 +10749,11 @@ type enrichment_queries {
|
|
|
10703
10749
|
"""filter the rows returned"""
|
|
10704
10750
|
where: verified_addresses_bool_exp
|
|
10705
10751
|
): [verified_addresses!]
|
|
10752
|
+
location_id: Int
|
|
10753
|
+
retailer_account_id: Int
|
|
10754
|
+
retailer_id: Int
|
|
10755
|
+
run_name: String!
|
|
10756
|
+
updated_at: timestamptz
|
|
10706
10757
|
}
|
|
10707
10758
|
|
|
10708
10759
|
"""
|
|
@@ -10758,12 +10809,14 @@ input enrichment_queries_bool_exp {
|
|
|
10758
10809
|
google_place_run_results_aggregate: google_place_run_results_aggregate_bool_exp
|
|
10759
10810
|
id: uuid_comparison_exp
|
|
10760
10811
|
input_data: jsonb_comparison_exp
|
|
10812
|
+
latest_google_place: google_places_bool_exp
|
|
10813
|
+
latest_social_page_handles: social_page_handles_bool_exp
|
|
10814
|
+
latest_verified_address: verified_addresses_bool_exp
|
|
10761
10815
|
location_id: Int_comparison_exp
|
|
10762
10816
|
retailer_account_id: Int_comparison_exp
|
|
10763
10817
|
retailer_id: Int_comparison_exp
|
|
10764
10818
|
run_name: String_comparison_exp
|
|
10765
10819
|
updated_at: timestamptz_comparison_exp
|
|
10766
|
-
verified_address: verified_addresses_bool_exp
|
|
10767
10820
|
}
|
|
10768
10821
|
|
|
10769
10822
|
"""
|
|
@@ -10894,12 +10947,14 @@ input enrichment_queries_order_by {
|
|
|
10894
10947
|
google_place_run_results_aggregate: google_place_run_results_aggregate_order_by
|
|
10895
10948
|
id: order_by
|
|
10896
10949
|
input_data: order_by
|
|
10950
|
+
latest_google_place_aggregate: google_places_aggregate_order_by
|
|
10951
|
+
latest_social_page_handles_aggregate: social_page_handles_aggregate_order_by
|
|
10952
|
+
latest_verified_address_aggregate: verified_addresses_aggregate_order_by
|
|
10897
10953
|
location_id: order_by
|
|
10898
10954
|
retailer_account_id: order_by
|
|
10899
10955
|
retailer_id: order_by
|
|
10900
10956
|
run_name: order_by
|
|
10901
10957
|
updated_at: order_by
|
|
10902
|
-
verified_address_aggregate: verified_addresses_aggregate_order_by
|
|
10903
10958
|
}
|
|
10904
10959
|
|
|
10905
10960
|
"""primary key columns input for table: enrichment_queries"""
|
|
@@ -13533,6 +13588,15 @@ type social_page_handles_aggregate_fields {
|
|
|
13533
13588
|
min: social_page_handles_min_fields
|
|
13534
13589
|
}
|
|
13535
13590
|
|
|
13591
|
+
"""
|
|
13592
|
+
order by aggregate values of table "social_page_handles"
|
|
13593
|
+
"""
|
|
13594
|
+
input social_page_handles_aggregate_order_by {
|
|
13595
|
+
count: order_by
|
|
13596
|
+
max: social_page_handles_max_order_by
|
|
13597
|
+
min: social_page_handles_min_order_by
|
|
13598
|
+
}
|
|
13599
|
+
|
|
13536
13600
|
"""
|
|
13537
13601
|
Boolean expression to filter rows from the table "social_page_handles". All fields are combined with a logical 'AND'.
|
|
13538
13602
|
"""
|
|
@@ -13597,6 +13661,18 @@ type social_page_handles_max_fields {
|
|
|
13597
13661
|
url: String
|
|
13598
13662
|
}
|
|
13599
13663
|
|
|
13664
|
+
"""
|
|
13665
|
+
order by max() on columns of table "social_page_handles"
|
|
13666
|
+
"""
|
|
13667
|
+
input social_page_handles_max_order_by {
|
|
13668
|
+
channel: order_by
|
|
13669
|
+
created_at: order_by
|
|
13670
|
+
id: order_by
|
|
13671
|
+
last_crawled_at: order_by
|
|
13672
|
+
updated_at: order_by
|
|
13673
|
+
url: order_by
|
|
13674
|
+
}
|
|
13675
|
+
|
|
13600
13676
|
"""aggregate min on columns"""
|
|
13601
13677
|
type social_page_handles_min_fields {
|
|
13602
13678
|
channel: String
|
|
@@ -13607,6 +13683,18 @@ type social_page_handles_min_fields {
|
|
|
13607
13683
|
url: String
|
|
13608
13684
|
}
|
|
13609
13685
|
|
|
13686
|
+
"""
|
|
13687
|
+
order by min() on columns of table "social_page_handles"
|
|
13688
|
+
"""
|
|
13689
|
+
input social_page_handles_min_order_by {
|
|
13690
|
+
channel: order_by
|
|
13691
|
+
created_at: order_by
|
|
13692
|
+
id: order_by
|
|
13693
|
+
last_crawled_at: order_by
|
|
13694
|
+
updated_at: order_by
|
|
13695
|
+
url: order_by
|
|
13696
|
+
}
|
|
13697
|
+
|
|
13610
13698
|
"""
|
|
13611
13699
|
response of any mutation on the table "social_page_handles"
|
|
13612
13700
|
"""
|