@gscdump/contracts 1.4.2 → 1.4.4
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/dist/endpoints.d.mts +207 -207
- package/dist/onboarding.d.mts +16 -16
- package/dist/routes.d.mts +15 -15
- package/dist/schemas.d.mts +1804 -1804
- package/dist/v1/browser.d.mts +102 -102
- package/dist/v1/http-core.d.mts +4 -4
- package/dist/v1/operations.d.mts +1353 -1353
- package/dist/v1/realtime.d.mts +109 -109
- package/dist/v1/version.d.mts +1 -1
- package/package.json +1 -1
package/dist/endpoints.d.mts
CHANGED
|
@@ -39,12 +39,12 @@ declare const analyticsEndpoints: {
|
|
|
39
39
|
results: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
40
40
|
siteId: import("zod").ZodString;
|
|
41
41
|
searchType: import("zod").ZodEnum<{
|
|
42
|
-
|
|
43
|
-
googleNews: "googleNews";
|
|
42
|
+
web: "web";
|
|
44
43
|
image: "image";
|
|
45
|
-
news: "news";
|
|
46
44
|
video: "video";
|
|
47
|
-
|
|
45
|
+
news: "news";
|
|
46
|
+
discover: "discover";
|
|
47
|
+
googleNews: "googleNews";
|
|
48
48
|
}>;
|
|
49
49
|
range: import("zod").ZodObject<{
|
|
50
50
|
start: import("zod").ZodString;
|
|
@@ -54,15 +54,15 @@ declare const analyticsEndpoints: {
|
|
|
54
54
|
generatedAt: import("zod").ZodString;
|
|
55
55
|
tables: import("zod").ZodArray<import("zod").ZodObject<{
|
|
56
56
|
table: import("zod").ZodEnum<{
|
|
57
|
-
countries: "countries";
|
|
58
|
-
dates: "dates";
|
|
59
|
-
page_queries: "page_queries";
|
|
60
57
|
pages: "pages";
|
|
61
58
|
queries: "queries";
|
|
59
|
+
countries: "countries";
|
|
60
|
+
page_queries: "page_queries";
|
|
61
|
+
dates: "dates";
|
|
62
62
|
search_appearance: "search_appearance";
|
|
63
|
-
search_appearance_page_queries: "search_appearance_page_queries";
|
|
64
63
|
search_appearance_pages: "search_appearance_pages";
|
|
65
64
|
search_appearance_queries: "search_appearance_queries";
|
|
65
|
+
search_appearance_page_queries: "search_appearance_page_queries";
|
|
66
66
|
}>;
|
|
67
67
|
mode: import("zod").ZodEnum<{
|
|
68
68
|
browser: "browser";
|
|
@@ -85,8 +85,8 @@ declare const analyticsEndpoints: {
|
|
|
85
85
|
}, import("zod/v4/core").$loose>>;
|
|
86
86
|
serverTail: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
87
87
|
engine: import("zod").ZodEnum<{
|
|
88
|
-
duckdb: "duckdb";
|
|
89
88
|
"r2-sql": "r2-sql";
|
|
89
|
+
duckdb: "duckdb";
|
|
90
90
|
}>;
|
|
91
91
|
endpoint: import("zod").ZodString;
|
|
92
92
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -123,12 +123,12 @@ declare const analyticsEndpoints: {
|
|
|
123
123
|
readonly response: import("zod").ZodObject<{
|
|
124
124
|
siteId: import("zod").ZodString;
|
|
125
125
|
searchType: import("zod").ZodEnum<{
|
|
126
|
-
|
|
127
|
-
googleNews: "googleNews";
|
|
126
|
+
web: "web";
|
|
128
127
|
image: "image";
|
|
129
|
-
news: "news";
|
|
130
128
|
video: "video";
|
|
131
|
-
|
|
129
|
+
news: "news";
|
|
130
|
+
discover: "discover";
|
|
131
|
+
googleNews: "googleNews";
|
|
132
132
|
}>;
|
|
133
133
|
range: import("zod").ZodObject<{
|
|
134
134
|
start: import("zod").ZodString;
|
|
@@ -138,15 +138,15 @@ declare const analyticsEndpoints: {
|
|
|
138
138
|
generatedAt: import("zod").ZodString;
|
|
139
139
|
tables: import("zod").ZodArray<import("zod").ZodObject<{
|
|
140
140
|
table: import("zod").ZodEnum<{
|
|
141
|
-
countries: "countries";
|
|
142
|
-
dates: "dates";
|
|
143
|
-
page_queries: "page_queries";
|
|
144
141
|
pages: "pages";
|
|
145
142
|
queries: "queries";
|
|
143
|
+
countries: "countries";
|
|
144
|
+
page_queries: "page_queries";
|
|
145
|
+
dates: "dates";
|
|
146
146
|
search_appearance: "search_appearance";
|
|
147
|
-
search_appearance_page_queries: "search_appearance_page_queries";
|
|
148
147
|
search_appearance_pages: "search_appearance_pages";
|
|
149
148
|
search_appearance_queries: "search_appearance_queries";
|
|
149
|
+
search_appearance_page_queries: "search_appearance_page_queries";
|
|
150
150
|
}>;
|
|
151
151
|
mode: import("zod").ZodEnum<{
|
|
152
152
|
browser: "browser";
|
|
@@ -169,8 +169,8 @@ declare const analyticsEndpoints: {
|
|
|
169
169
|
}, import("zod/v4/core").$loose>>;
|
|
170
170
|
serverTail: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
171
171
|
engine: import("zod").ZodEnum<{
|
|
172
|
-
duckdb: "duckdb";
|
|
173
172
|
"r2-sql": "r2-sql";
|
|
173
|
+
duckdb: "duckdb";
|
|
174
174
|
}>;
|
|
175
175
|
endpoint: import("zod").ZodString;
|
|
176
176
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -298,8 +298,8 @@ declare const analyticsEndpoints: {
|
|
|
298
298
|
nextCheckAfter: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
299
299
|
priority: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
300
300
|
high: "high";
|
|
301
|
-
low: "low";
|
|
302
301
|
medium: "medium";
|
|
302
|
+
low: "low";
|
|
303
303
|
}>>;
|
|
304
304
|
sitemaps: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
305
305
|
referringUrls: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -339,8 +339,8 @@ declare const analyticsEndpoints: {
|
|
|
339
339
|
nextCheckAfter: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
340
340
|
priority: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
341
341
|
high: "high";
|
|
342
|
-
low: "low";
|
|
343
342
|
medium: "medium";
|
|
343
|
+
low: "low";
|
|
344
344
|
}>>;
|
|
345
345
|
sitemaps: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
346
346
|
referringUrls: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -413,8 +413,8 @@ declare const analyticsEndpoints: {
|
|
|
413
413
|
label: import("zod").ZodString;
|
|
414
414
|
severity: import("zod").ZodEnum<{
|
|
415
415
|
error: "error";
|
|
416
|
-
info: "info";
|
|
417
416
|
warning: "warning";
|
|
417
|
+
info: "info";
|
|
418
418
|
}>;
|
|
419
419
|
count: import("zod").ZodNumber;
|
|
420
420
|
}, import("zod/v4/core").$loose>>;
|
|
@@ -515,8 +515,8 @@ declare const analyticsEndpoints: {
|
|
|
515
515
|
}, import("zod/v4/core").$strip>;
|
|
516
516
|
generatedAt: import("zod").ZodString;
|
|
517
517
|
source: import("zod").ZodEnum<{
|
|
518
|
-
engine: "engine";
|
|
519
518
|
"gsc-api": "gsc-api";
|
|
519
|
+
engine: "engine";
|
|
520
520
|
}>;
|
|
521
521
|
}, import("zod/v4/core").$loose>;
|
|
522
522
|
};
|
|
@@ -537,8 +537,8 @@ declare const analyticsEndpoints: {
|
|
|
537
537
|
}, import("zod/v4/core").$strip>;
|
|
538
538
|
generatedAt: import("zod").ZodString;
|
|
539
539
|
source: import("zod").ZodEnum<{
|
|
540
|
-
engine: "engine";
|
|
541
540
|
"gsc-api": "gsc-api";
|
|
541
|
+
engine: "engine";
|
|
542
542
|
}>;
|
|
543
543
|
}, import("zod/v4/core").$loose>;
|
|
544
544
|
};
|
|
@@ -562,8 +562,8 @@ declare const partnerEndpoints: {
|
|
|
562
562
|
apiKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
563
563
|
isNew: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
564
564
|
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
565
|
-
provisioning: "provisioning";
|
|
566
565
|
ready: "ready";
|
|
566
|
+
provisioning: "provisioning";
|
|
567
567
|
}>>;
|
|
568
568
|
}, import("zod/v4/core").$loose>;
|
|
569
569
|
};
|
|
@@ -587,9 +587,9 @@ declare const partnerEndpoints: {
|
|
|
587
587
|
intId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
588
588
|
syncStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
589
589
|
error: "error";
|
|
590
|
+
syncing: "syncing";
|
|
590
591
|
pending: "pending";
|
|
591
592
|
synced: "synced";
|
|
592
|
-
syncing: "syncing";
|
|
593
593
|
}>>>;
|
|
594
594
|
syncProgress: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
595
595
|
completed: import("zod").ZodNumber;
|
|
@@ -610,9 +610,9 @@ declare const partnerEndpoints: {
|
|
|
610
610
|
readonly response: import("zod").ZodObject<{
|
|
611
611
|
userId: import("zod").ZodString;
|
|
612
612
|
status: import("zod").ZodEnum<{
|
|
613
|
-
provisioning: "provisioning";
|
|
614
613
|
ready: "ready";
|
|
615
614
|
reauth_required: "reauth_required";
|
|
615
|
+
provisioning: "provisioning";
|
|
616
616
|
}>;
|
|
617
617
|
databaseReady: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
618
618
|
needsReauth: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -620,8 +620,8 @@ declare const partnerEndpoints: {
|
|
|
620
620
|
reauthReason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
621
621
|
authFailureCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
622
622
|
nextAction: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
623
|
-
none: "none";
|
|
624
623
|
reconnect_google: "reconnect_google";
|
|
624
|
+
none: "none";
|
|
625
625
|
}>>;
|
|
626
626
|
grantedScopes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
627
627
|
}, import("zod/v4/core").$loose>;
|
|
@@ -637,21 +637,21 @@ declare const partnerEndpoints: {
|
|
|
637
637
|
currentTeamId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
638
638
|
account: import("zod").ZodObject<{
|
|
639
639
|
status: import("zod").ZodEnum<{
|
|
640
|
-
|
|
640
|
+
ready: "ready";
|
|
641
641
|
disconnected: "disconnected";
|
|
642
642
|
oauth_received: "oauth_received";
|
|
643
|
-
ready: "ready";
|
|
644
|
-
reauth_required: "reauth_required";
|
|
645
|
-
refresh_missing: "refresh_missing";
|
|
646
643
|
scope_missing: "scope_missing";
|
|
644
|
+
refresh_missing: "refresh_missing";
|
|
645
|
+
db_provisioning: "db_provisioning";
|
|
646
|
+
reauth_required: "reauth_required";
|
|
647
647
|
}>;
|
|
648
648
|
grantedScopes: import("zod").ZodArray<import("zod").ZodString>;
|
|
649
649
|
missingScopes: import("zod").ZodArray<import("zod").ZodString>;
|
|
650
650
|
nextAction: import("zod").ZodEnum<{
|
|
651
651
|
connect_google: "connect_google";
|
|
652
|
-
none: "none";
|
|
653
652
|
reconnect_google: "reconnect_google";
|
|
654
653
|
wait_for_provisioning: "wait_for_provisioning";
|
|
654
|
+
none: "none";
|
|
655
655
|
}>;
|
|
656
656
|
}, import("zod/v4/core").$loose>;
|
|
657
657
|
sites: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -664,31 +664,31 @@ declare const partnerEndpoints: {
|
|
|
664
664
|
permissionLevel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
665
665
|
property: import("zod").ZodObject<{
|
|
666
666
|
status: import("zod").ZodEnum<{
|
|
667
|
-
linked: "linked";
|
|
668
|
-
no_gsc_property: "no_gsc_property";
|
|
669
667
|
no_local_site: "no_local_site";
|
|
670
|
-
|
|
668
|
+
no_gsc_property: "no_gsc_property";
|
|
671
669
|
unverified_property: "unverified_property";
|
|
672
670
|
verified_candidate: "verified_candidate";
|
|
671
|
+
registered: "registered";
|
|
672
|
+
linked: "linked";
|
|
673
673
|
}>;
|
|
674
674
|
nextAction: import("zod").ZodEnum<{
|
|
675
|
-
choose_property: "choose_property";
|
|
676
|
-
create_site: "create_site";
|
|
677
675
|
none: "none";
|
|
678
|
-
|
|
676
|
+
create_site: "create_site";
|
|
679
677
|
verify_gsc_property: "verify_gsc_property";
|
|
678
|
+
choose_property: "choose_property";
|
|
679
|
+
register_site: "register_site";
|
|
680
680
|
}>;
|
|
681
681
|
}, import("zod/v4/core").$loose>;
|
|
682
682
|
analytics: import("zod").ZodObject<{
|
|
683
683
|
status: import("zod").ZodEnum<{
|
|
684
|
-
|
|
684
|
+
ready: "ready";
|
|
685
685
|
not_registered: "not_registered";
|
|
686
|
+
queued: "queued";
|
|
686
687
|
preparing: "preparing";
|
|
688
|
+
syncing: "syncing";
|
|
687
689
|
queryable_live: "queryable_live";
|
|
688
690
|
queryable_partial: "queryable_partial";
|
|
689
|
-
|
|
690
|
-
ready: "ready";
|
|
691
|
-
syncing: "syncing";
|
|
691
|
+
failed: "failed";
|
|
692
692
|
}>;
|
|
693
693
|
progress: import("zod").ZodObject<{
|
|
694
694
|
completed: import("zod").ZodNumber;
|
|
@@ -698,11 +698,11 @@ declare const partnerEndpoints: {
|
|
|
698
698
|
}, import("zod/v4/core").$strip>;
|
|
699
699
|
queryable: import("zod").ZodBoolean;
|
|
700
700
|
sourceMode: import("zod").ZodEnum<{
|
|
701
|
-
d1: "d1";
|
|
702
|
-
live: "live";
|
|
703
|
-
mixed: "mixed";
|
|
704
701
|
none: "none";
|
|
702
|
+
live: "live";
|
|
703
|
+
d1: "d1";
|
|
705
704
|
r2: "r2";
|
|
705
|
+
mixed: "mixed";
|
|
706
706
|
}>;
|
|
707
707
|
syncedRange: import("zod").ZodObject<{
|
|
708
708
|
oldest: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -710,40 +710,40 @@ declare const partnerEndpoints: {
|
|
|
710
710
|
}, import("zod/v4/core").$loose>;
|
|
711
711
|
nextAction: import("zod").ZodEnum<{
|
|
712
712
|
none: "none";
|
|
713
|
-
retry_sync: "retry_sync";
|
|
714
713
|
wait_for_sync: "wait_for_sync";
|
|
714
|
+
retry_sync: "retry_sync";
|
|
715
715
|
}>;
|
|
716
716
|
}, import("zod/v4/core").$loose>;
|
|
717
717
|
sitemaps: import("zod").ZodObject<{
|
|
718
718
|
status: import("zod").ZodEnum<{
|
|
719
|
-
|
|
720
|
-
discovering: "discovering";
|
|
721
|
-
failed: "failed";
|
|
722
|
-
none_found: "none_found";
|
|
719
|
+
unknown: "unknown";
|
|
723
720
|
ready: "ready";
|
|
724
721
|
syncing: "syncing";
|
|
725
|
-
|
|
722
|
+
failed: "failed";
|
|
723
|
+
discovering: "discovering";
|
|
724
|
+
none_found: "none_found";
|
|
725
|
+
auto_submitted: "auto_submitted";
|
|
726
726
|
}>;
|
|
727
727
|
discoveredCount: import("zod").ZodNumber;
|
|
728
728
|
nextAction: import("zod").ZodEnum<{
|
|
729
729
|
none: "none";
|
|
730
|
-
retry_sitemaps: "retry_sitemaps";
|
|
731
730
|
submit_sitemap: "submit_sitemap";
|
|
732
731
|
wait_for_sitemaps: "wait_for_sitemaps";
|
|
732
|
+
retry_sitemaps: "retry_sitemaps";
|
|
733
733
|
}>;
|
|
734
734
|
}, import("zod/v4/core").$loose>;
|
|
735
735
|
indexing: import("zod").ZodObject<{
|
|
736
736
|
status: import("zod").ZodEnum<{
|
|
737
|
-
|
|
738
|
-
checking: "checking";
|
|
739
|
-
discovering: "discovering";
|
|
737
|
+
ready: "ready";
|
|
740
738
|
failed: "failed";
|
|
741
|
-
|
|
742
|
-
missing_scope: "missing_scope";
|
|
743
|
-
no_urls: "no_urls";
|
|
739
|
+
discovering: "discovering";
|
|
744
740
|
not_requested: "not_requested";
|
|
745
|
-
|
|
741
|
+
missing_scope: "missing_scope";
|
|
742
|
+
insufficient_permission: "insufficient_permission";
|
|
746
743
|
waiting_for_sitemaps: "waiting_for_sitemaps";
|
|
744
|
+
checking: "checking";
|
|
745
|
+
budget_exhausted: "budget_exhausted";
|
|
746
|
+
no_urls: "no_urls";
|
|
747
747
|
}>;
|
|
748
748
|
eligible: import("zod").ZodBoolean;
|
|
749
749
|
reason: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -754,28 +754,28 @@ declare const partnerEndpoints: {
|
|
|
754
754
|
percent: import("zod").ZodNumber;
|
|
755
755
|
}, import("zod/v4/core").$strip>;
|
|
756
756
|
nextAction: import("zod").ZodEnum<{
|
|
757
|
-
fix_gsc_permission: "fix_gsc_permission";
|
|
758
|
-
none: "none";
|
|
759
757
|
reconnect_google: "reconnect_google";
|
|
760
|
-
|
|
761
|
-
wait_for_indexing: "wait_for_indexing";
|
|
758
|
+
none: "none";
|
|
762
759
|
wait_for_sitemaps: "wait_for_sitemaps";
|
|
760
|
+
fix_gsc_permission: "fix_gsc_permission";
|
|
761
|
+
wait_for_indexing: "wait_for_indexing";
|
|
762
|
+
retry_indexing: "retry_indexing";
|
|
763
763
|
}>;
|
|
764
764
|
}, import("zod/v4/core").$loose>;
|
|
765
765
|
latestError: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
766
766
|
code: import("zod").ZodEnum<{
|
|
767
|
-
|
|
768
|
-
gsc_property_unverified: "gsc_property_unverified";
|
|
769
|
-
indexing_failed: "indexing_failed";
|
|
770
|
-
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
767
|
+
missing_refresh_token: "missing_refresh_token";
|
|
771
768
|
missing_analytics_scope: "missing_analytics_scope";
|
|
772
769
|
missing_indexing_scope: "missing_indexing_scope";
|
|
773
|
-
missing_refresh_token: "missing_refresh_token";
|
|
774
|
-
permission_lost: "permission_lost";
|
|
775
|
-
sitemap_sync_failed: "sitemap_sync_failed";
|
|
776
|
-
sync_failed: "sync_failed";
|
|
777
770
|
token_refresh_failed: "token_refresh_failed";
|
|
771
|
+
permission_lost: "permission_lost";
|
|
772
|
+
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
773
|
+
gsc_property_not_found: "gsc_property_not_found";
|
|
774
|
+
gsc_property_unverified: "gsc_property_unverified";
|
|
778
775
|
user_database_not_provisioned: "user_database_not_provisioned";
|
|
776
|
+
sync_failed: "sync_failed";
|
|
777
|
+
sitemap_sync_failed: "sitemap_sync_failed";
|
|
778
|
+
indexing_failed: "indexing_failed";
|
|
779
779
|
}>;
|
|
780
780
|
message: import("zod").ZodString;
|
|
781
781
|
retryable: import("zod").ZodBoolean;
|
|
@@ -812,10 +812,10 @@ declare const partnerEndpoints: {
|
|
|
812
812
|
siteUrl: import("zod").ZodString;
|
|
813
813
|
syncStatus: import("zod").ZodEnum<{
|
|
814
814
|
error: "error";
|
|
815
|
-
|
|
815
|
+
syncing: "syncing";
|
|
816
816
|
pending: "pending";
|
|
817
817
|
synced: "synced";
|
|
818
|
-
|
|
818
|
+
idle: "idle";
|
|
819
819
|
}>;
|
|
820
820
|
lastSyncAt: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
821
821
|
newestDateSynced: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -836,9 +836,9 @@ declare const partnerEndpoints: {
|
|
|
836
836
|
intId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
837
837
|
syncStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
838
838
|
error: "error";
|
|
839
|
+
syncing: "syncing";
|
|
839
840
|
pending: "pending";
|
|
840
841
|
synced: "synced";
|
|
841
|
-
syncing: "syncing";
|
|
842
842
|
}>>>;
|
|
843
843
|
syncProgress: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
844
844
|
completed: import("zod").ZodNumber;
|
|
@@ -865,21 +865,21 @@ declare const partnerEndpoints: {
|
|
|
865
865
|
externalSiteUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
866
866
|
webhookUrl: import("zod").ZodOptional<import("zod").ZodURL>;
|
|
867
867
|
webhookEvents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
868
|
-
"
|
|
868
|
+
"user.lifecycle.changed": "user.lifecycle.changed";
|
|
869
|
+
"site.lifecycle.changed": "site.lifecycle.changed";
|
|
869
870
|
"site.analytics.ready": "site.analytics.ready";
|
|
870
|
-
"site.auth.failed": "site.auth.failed";
|
|
871
871
|
"site.indexing.ready": "site.indexing.ready";
|
|
872
|
-
"site.
|
|
873
|
-
"
|
|
872
|
+
"site.auth.failed": "site.auth.failed";
|
|
873
|
+
"job.failed": "job.failed";
|
|
874
874
|
}>>>;
|
|
875
875
|
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
876
876
|
enabledSearchTypes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
877
|
-
|
|
878
|
-
googleNews: "googleNews";
|
|
877
|
+
web: "web";
|
|
879
878
|
image: "image";
|
|
880
|
-
news: "news";
|
|
881
879
|
video: "video";
|
|
882
|
-
|
|
880
|
+
news: "news";
|
|
881
|
+
discover: "discover";
|
|
882
|
+
googleNews: "googleNews";
|
|
883
883
|
}>>>;
|
|
884
884
|
catalogSiteId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
885
885
|
}, import("zod/v4/core").$strip>;
|
|
@@ -889,18 +889,18 @@ declare const partnerEndpoints: {
|
|
|
889
889
|
catalogSiteId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
890
890
|
status: import("zod").ZodEnum<{
|
|
891
891
|
error: "error";
|
|
892
|
-
|
|
892
|
+
syncing: "syncing";
|
|
893
893
|
pending: "pending";
|
|
894
894
|
synced: "synced";
|
|
895
|
-
|
|
895
|
+
idle: "idle";
|
|
896
896
|
}>;
|
|
897
897
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
898
898
|
existing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
899
899
|
indexingEligible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
900
900
|
indexingIneligibleReason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
901
|
-
free_plan: "free_plan";
|
|
902
|
-
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
903
901
|
missing_indexing_scope: "missing_indexing_scope";
|
|
902
|
+
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
903
|
+
free_plan: "free_plan";
|
|
904
904
|
}>>;
|
|
905
905
|
indexingPermissionLevel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
906
906
|
grantedScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -914,31 +914,31 @@ declare const partnerEndpoints: {
|
|
|
914
914
|
permissionLevel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
915
915
|
property: import("zod").ZodObject<{
|
|
916
916
|
status: import("zod").ZodEnum<{
|
|
917
|
-
linked: "linked";
|
|
918
|
-
no_gsc_property: "no_gsc_property";
|
|
919
917
|
no_local_site: "no_local_site";
|
|
920
|
-
|
|
918
|
+
no_gsc_property: "no_gsc_property";
|
|
921
919
|
unverified_property: "unverified_property";
|
|
922
920
|
verified_candidate: "verified_candidate";
|
|
921
|
+
registered: "registered";
|
|
922
|
+
linked: "linked";
|
|
923
923
|
}>;
|
|
924
924
|
nextAction: import("zod").ZodEnum<{
|
|
925
|
-
choose_property: "choose_property";
|
|
926
|
-
create_site: "create_site";
|
|
927
925
|
none: "none";
|
|
928
|
-
|
|
926
|
+
create_site: "create_site";
|
|
929
927
|
verify_gsc_property: "verify_gsc_property";
|
|
928
|
+
choose_property: "choose_property";
|
|
929
|
+
register_site: "register_site";
|
|
930
930
|
}>;
|
|
931
931
|
}, import("zod/v4/core").$loose>;
|
|
932
932
|
analytics: import("zod").ZodObject<{
|
|
933
933
|
status: import("zod").ZodEnum<{
|
|
934
|
-
|
|
934
|
+
ready: "ready";
|
|
935
935
|
not_registered: "not_registered";
|
|
936
|
+
queued: "queued";
|
|
936
937
|
preparing: "preparing";
|
|
938
|
+
syncing: "syncing";
|
|
937
939
|
queryable_live: "queryable_live";
|
|
938
940
|
queryable_partial: "queryable_partial";
|
|
939
|
-
|
|
940
|
-
ready: "ready";
|
|
941
|
-
syncing: "syncing";
|
|
941
|
+
failed: "failed";
|
|
942
942
|
}>;
|
|
943
943
|
progress: import("zod").ZodObject<{
|
|
944
944
|
completed: import("zod").ZodNumber;
|
|
@@ -948,11 +948,11 @@ declare const partnerEndpoints: {
|
|
|
948
948
|
}, import("zod/v4/core").$strip>;
|
|
949
949
|
queryable: import("zod").ZodBoolean;
|
|
950
950
|
sourceMode: import("zod").ZodEnum<{
|
|
951
|
-
d1: "d1";
|
|
952
|
-
live: "live";
|
|
953
|
-
mixed: "mixed";
|
|
954
951
|
none: "none";
|
|
952
|
+
live: "live";
|
|
953
|
+
d1: "d1";
|
|
955
954
|
r2: "r2";
|
|
955
|
+
mixed: "mixed";
|
|
956
956
|
}>;
|
|
957
957
|
syncedRange: import("zod").ZodObject<{
|
|
958
958
|
oldest: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -960,40 +960,40 @@ declare const partnerEndpoints: {
|
|
|
960
960
|
}, import("zod/v4/core").$loose>;
|
|
961
961
|
nextAction: import("zod").ZodEnum<{
|
|
962
962
|
none: "none";
|
|
963
|
-
retry_sync: "retry_sync";
|
|
964
963
|
wait_for_sync: "wait_for_sync";
|
|
964
|
+
retry_sync: "retry_sync";
|
|
965
965
|
}>;
|
|
966
966
|
}, import("zod/v4/core").$loose>;
|
|
967
967
|
sitemaps: import("zod").ZodObject<{
|
|
968
968
|
status: import("zod").ZodEnum<{
|
|
969
|
-
|
|
970
|
-
discovering: "discovering";
|
|
971
|
-
failed: "failed";
|
|
972
|
-
none_found: "none_found";
|
|
969
|
+
unknown: "unknown";
|
|
973
970
|
ready: "ready";
|
|
974
971
|
syncing: "syncing";
|
|
975
|
-
|
|
972
|
+
failed: "failed";
|
|
973
|
+
discovering: "discovering";
|
|
974
|
+
none_found: "none_found";
|
|
975
|
+
auto_submitted: "auto_submitted";
|
|
976
976
|
}>;
|
|
977
977
|
discoveredCount: import("zod").ZodNumber;
|
|
978
978
|
nextAction: import("zod").ZodEnum<{
|
|
979
979
|
none: "none";
|
|
980
|
-
retry_sitemaps: "retry_sitemaps";
|
|
981
980
|
submit_sitemap: "submit_sitemap";
|
|
982
981
|
wait_for_sitemaps: "wait_for_sitemaps";
|
|
982
|
+
retry_sitemaps: "retry_sitemaps";
|
|
983
983
|
}>;
|
|
984
984
|
}, import("zod/v4/core").$loose>;
|
|
985
985
|
indexing: import("zod").ZodObject<{
|
|
986
986
|
status: import("zod").ZodEnum<{
|
|
987
|
-
|
|
988
|
-
checking: "checking";
|
|
989
|
-
discovering: "discovering";
|
|
987
|
+
ready: "ready";
|
|
990
988
|
failed: "failed";
|
|
991
|
-
|
|
992
|
-
missing_scope: "missing_scope";
|
|
993
|
-
no_urls: "no_urls";
|
|
989
|
+
discovering: "discovering";
|
|
994
990
|
not_requested: "not_requested";
|
|
995
|
-
|
|
991
|
+
missing_scope: "missing_scope";
|
|
992
|
+
insufficient_permission: "insufficient_permission";
|
|
996
993
|
waiting_for_sitemaps: "waiting_for_sitemaps";
|
|
994
|
+
checking: "checking";
|
|
995
|
+
budget_exhausted: "budget_exhausted";
|
|
996
|
+
no_urls: "no_urls";
|
|
997
997
|
}>;
|
|
998
998
|
eligible: import("zod").ZodBoolean;
|
|
999
999
|
reason: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1004,28 +1004,28 @@ declare const partnerEndpoints: {
|
|
|
1004
1004
|
percent: import("zod").ZodNumber;
|
|
1005
1005
|
}, import("zod/v4/core").$strip>;
|
|
1006
1006
|
nextAction: import("zod").ZodEnum<{
|
|
1007
|
-
fix_gsc_permission: "fix_gsc_permission";
|
|
1008
|
-
none: "none";
|
|
1009
1007
|
reconnect_google: "reconnect_google";
|
|
1010
|
-
|
|
1011
|
-
wait_for_indexing: "wait_for_indexing";
|
|
1008
|
+
none: "none";
|
|
1012
1009
|
wait_for_sitemaps: "wait_for_sitemaps";
|
|
1010
|
+
fix_gsc_permission: "fix_gsc_permission";
|
|
1011
|
+
wait_for_indexing: "wait_for_indexing";
|
|
1012
|
+
retry_indexing: "retry_indexing";
|
|
1013
1013
|
}>;
|
|
1014
1014
|
}, import("zod/v4/core").$loose>;
|
|
1015
1015
|
latestError: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1016
1016
|
code: import("zod").ZodEnum<{
|
|
1017
|
-
|
|
1018
|
-
gsc_property_unverified: "gsc_property_unverified";
|
|
1019
|
-
indexing_failed: "indexing_failed";
|
|
1020
|
-
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
1017
|
+
missing_refresh_token: "missing_refresh_token";
|
|
1021
1018
|
missing_analytics_scope: "missing_analytics_scope";
|
|
1022
1019
|
missing_indexing_scope: "missing_indexing_scope";
|
|
1023
|
-
missing_refresh_token: "missing_refresh_token";
|
|
1024
|
-
permission_lost: "permission_lost";
|
|
1025
|
-
sitemap_sync_failed: "sitemap_sync_failed";
|
|
1026
|
-
sync_failed: "sync_failed";
|
|
1027
1020
|
token_refresh_failed: "token_refresh_failed";
|
|
1021
|
+
permission_lost: "permission_lost";
|
|
1022
|
+
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
1023
|
+
gsc_property_not_found: "gsc_property_not_found";
|
|
1024
|
+
gsc_property_unverified: "gsc_property_unverified";
|
|
1028
1025
|
user_database_not_provisioned: "user_database_not_provisioned";
|
|
1026
|
+
sync_failed: "sync_failed";
|
|
1027
|
+
sitemap_sync_failed: "sitemap_sync_failed";
|
|
1028
|
+
indexing_failed: "indexing_failed";
|
|
1029
1029
|
}>;
|
|
1030
1030
|
message: import("zod").ZodString;
|
|
1031
1031
|
retryable: import("zod").ZodBoolean;
|
|
@@ -1050,20 +1050,20 @@ declare const partnerEndpoints: {
|
|
|
1050
1050
|
externalSiteUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1051
1051
|
webhookUrl: import("zod").ZodOptional<import("zod").ZodURL>;
|
|
1052
1052
|
webhookEvents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1053
|
-
"
|
|
1053
|
+
"user.lifecycle.changed": "user.lifecycle.changed";
|
|
1054
|
+
"site.lifecycle.changed": "site.lifecycle.changed";
|
|
1054
1055
|
"site.analytics.ready": "site.analytics.ready";
|
|
1055
|
-
"site.auth.failed": "site.auth.failed";
|
|
1056
1056
|
"site.indexing.ready": "site.indexing.ready";
|
|
1057
|
-
"site.
|
|
1058
|
-
"
|
|
1057
|
+
"site.auth.failed": "site.auth.failed";
|
|
1058
|
+
"job.failed": "job.failed";
|
|
1059
1059
|
}>>>;
|
|
1060
1060
|
enabledSearchTypes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
|
|
1061
|
-
|
|
1062
|
-
googleNews: "googleNews";
|
|
1061
|
+
web: "web";
|
|
1063
1062
|
image: "image";
|
|
1064
|
-
news: "news";
|
|
1065
1063
|
video: "video";
|
|
1066
|
-
|
|
1064
|
+
news: "news";
|
|
1065
|
+
discover: "discover";
|
|
1066
|
+
googleNews: "googleNews";
|
|
1067
1067
|
}>>>;
|
|
1068
1068
|
}, import("zod/v4/core").$loose>>>;
|
|
1069
1069
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1072,18 +1072,18 @@ declare const partnerEndpoints: {
|
|
|
1072
1072
|
siteUrl: import("zod").ZodString;
|
|
1073
1073
|
siteId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1074
1074
|
status: import("zod").ZodEnum<{
|
|
1075
|
-
already_exists: "already_exists";
|
|
1076
1075
|
error: "error";
|
|
1077
|
-
not_found: "not_found";
|
|
1078
1076
|
registered: "registered";
|
|
1077
|
+
already_exists: "already_exists";
|
|
1078
|
+
not_found: "not_found";
|
|
1079
1079
|
}>;
|
|
1080
1080
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1081
1081
|
site: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1082
1082
|
indexingEligible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1083
1083
|
indexingIneligibleReason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1084
|
-
free_plan: "free_plan";
|
|
1085
|
-
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
1086
1084
|
missing_indexing_scope: "missing_indexing_scope";
|
|
1085
|
+
insufficient_gsc_permission: "insufficient_gsc_permission";
|
|
1086
|
+
free_plan: "free_plan";
|
|
1087
1087
|
}>>;
|
|
1088
1088
|
indexingPermissionLevel: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1089
1089
|
grantedScopes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -1104,11 +1104,11 @@ declare const partnerEndpoints: {
|
|
|
1104
1104
|
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1105
1105
|
siteUrl: import("zod").ZodString;
|
|
1106
1106
|
method: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1107
|
-
ANALYTICS: "ANALYTICS";
|
|
1108
|
-
DNS_CNAME: "DNS_CNAME";
|
|
1109
|
-
DNS_TXT: "DNS_TXT";
|
|
1110
|
-
FILE: "FILE";
|
|
1111
1107
|
META: "META";
|
|
1108
|
+
FILE: "FILE";
|
|
1109
|
+
DNS_TXT: "DNS_TXT";
|
|
1110
|
+
DNS_CNAME: "DNS_CNAME";
|
|
1111
|
+
ANALYTICS: "ANALYTICS";
|
|
1112
1112
|
TAG_MANAGER: "TAG_MANAGER";
|
|
1113
1113
|
}>>;
|
|
1114
1114
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1122,19 +1122,19 @@ declare const partnerEndpoints: {
|
|
|
1122
1122
|
identifier: import("zod").ZodString;
|
|
1123
1123
|
}, import("zod/v4/core").$strip>;
|
|
1124
1124
|
method: import("zod").ZodEnum<{
|
|
1125
|
-
ANALYTICS: "ANALYTICS";
|
|
1126
|
-
DNS_CNAME: "DNS_CNAME";
|
|
1127
|
-
DNS_TXT: "DNS_TXT";
|
|
1128
|
-
FILE: "FILE";
|
|
1129
1125
|
META: "META";
|
|
1126
|
+
FILE: "FILE";
|
|
1127
|
+
DNS_TXT: "DNS_TXT";
|
|
1128
|
+
DNS_CNAME: "DNS_CNAME";
|
|
1129
|
+
ANALYTICS: "ANALYTICS";
|
|
1130
1130
|
TAG_MANAGER: "TAG_MANAGER";
|
|
1131
1131
|
}>;
|
|
1132
1132
|
token: import("zod").ZodString;
|
|
1133
1133
|
metaContent: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1134
1134
|
dnsRecord: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1135
1135
|
type: import("zod").ZodEnum<{
|
|
1136
|
-
CNAME: "CNAME";
|
|
1137
1136
|
TXT: "TXT";
|
|
1137
|
+
CNAME: "CNAME";
|
|
1138
1138
|
}>;
|
|
1139
1139
|
host: import("zod").ZodString;
|
|
1140
1140
|
value: import("zod").ZodString;
|
|
@@ -1149,11 +1149,11 @@ declare const partnerEndpoints: {
|
|
|
1149
1149
|
userId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1150
1150
|
siteUrl: import("zod").ZodString;
|
|
1151
1151
|
method: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1152
|
-
ANALYTICS: "ANALYTICS";
|
|
1153
|
-
DNS_CNAME: "DNS_CNAME";
|
|
1154
|
-
DNS_TXT: "DNS_TXT";
|
|
1155
|
-
FILE: "FILE";
|
|
1156
1152
|
META: "META";
|
|
1153
|
+
FILE: "FILE";
|
|
1154
|
+
DNS_TXT: "DNS_TXT";
|
|
1155
|
+
DNS_CNAME: "DNS_CNAME";
|
|
1156
|
+
ANALYTICS: "ANALYTICS";
|
|
1157
1157
|
TAG_MANAGER: "TAG_MANAGER";
|
|
1158
1158
|
}>>;
|
|
1159
1159
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1167,11 +1167,11 @@ declare const partnerEndpoints: {
|
|
|
1167
1167
|
identifier: import("zod").ZodString;
|
|
1168
1168
|
}, import("zod/v4/core").$strip>;
|
|
1169
1169
|
method: import("zod").ZodEnum<{
|
|
1170
|
-
ANALYTICS: "ANALYTICS";
|
|
1171
|
-
DNS_CNAME: "DNS_CNAME";
|
|
1172
|
-
DNS_TXT: "DNS_TXT";
|
|
1173
|
-
FILE: "FILE";
|
|
1174
1170
|
META: "META";
|
|
1171
|
+
FILE: "FILE";
|
|
1172
|
+
DNS_TXT: "DNS_TXT";
|
|
1173
|
+
DNS_CNAME: "DNS_CNAME";
|
|
1174
|
+
ANALYTICS: "ANALYTICS";
|
|
1175
1175
|
TAG_MANAGER: "TAG_MANAGER";
|
|
1176
1176
|
}>;
|
|
1177
1177
|
verified: import("zod").ZodLiteral<true>;
|
|
@@ -1200,12 +1200,12 @@ declare const partnerEndpoints: {
|
|
|
1200
1200
|
readonly response: import("zod").ZodObject<{
|
|
1201
1201
|
siteId: import("zod").ZodString;
|
|
1202
1202
|
searchType: import("zod").ZodEnum<{
|
|
1203
|
-
|
|
1204
|
-
googleNews: "googleNews";
|
|
1203
|
+
web: "web";
|
|
1205
1204
|
image: "image";
|
|
1206
|
-
news: "news";
|
|
1207
1205
|
video: "video";
|
|
1208
|
-
|
|
1206
|
+
news: "news";
|
|
1207
|
+
discover: "discover";
|
|
1208
|
+
googleNews: "googleNews";
|
|
1209
1209
|
}>;
|
|
1210
1210
|
range: import("zod").ZodObject<{
|
|
1211
1211
|
start: import("zod").ZodString;
|
|
@@ -1215,15 +1215,15 @@ declare const partnerEndpoints: {
|
|
|
1215
1215
|
generatedAt: import("zod").ZodString;
|
|
1216
1216
|
tables: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1217
1217
|
table: import("zod").ZodEnum<{
|
|
1218
|
-
countries: "countries";
|
|
1219
|
-
dates: "dates";
|
|
1220
|
-
page_queries: "page_queries";
|
|
1221
1218
|
pages: "pages";
|
|
1222
1219
|
queries: "queries";
|
|
1220
|
+
countries: "countries";
|
|
1221
|
+
page_queries: "page_queries";
|
|
1222
|
+
dates: "dates";
|
|
1223
1223
|
search_appearance: "search_appearance";
|
|
1224
|
-
search_appearance_page_queries: "search_appearance_page_queries";
|
|
1225
1224
|
search_appearance_pages: "search_appearance_pages";
|
|
1226
1225
|
search_appearance_queries: "search_appearance_queries";
|
|
1226
|
+
search_appearance_page_queries: "search_appearance_page_queries";
|
|
1227
1227
|
}>;
|
|
1228
1228
|
mode: import("zod").ZodEnum<{
|
|
1229
1229
|
browser: "browser";
|
|
@@ -1246,8 +1246,8 @@ declare const partnerEndpoints: {
|
|
|
1246
1246
|
}, import("zod/v4/core").$loose>>;
|
|
1247
1247
|
serverTail: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1248
1248
|
engine: import("zod").ZodEnum<{
|
|
1249
|
-
duckdb: "duckdb";
|
|
1250
1249
|
"r2-sql": "r2-sql";
|
|
1250
|
+
duckdb: "duckdb";
|
|
1251
1251
|
}>;
|
|
1252
1252
|
endpoint: import("zod").ZodString;
|
|
1253
1253
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -1264,38 +1264,38 @@ declare const partnerEndpoints: {
|
|
|
1264
1264
|
} & {
|
|
1265
1265
|
readonly state: import("zod").ZodObject<{
|
|
1266
1266
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1267
|
-
|
|
1268
|
-
googleNews: "googleNews";
|
|
1267
|
+
web: "web";
|
|
1269
1268
|
image: "image";
|
|
1270
|
-
news: "news";
|
|
1271
1269
|
video: "video";
|
|
1272
|
-
|
|
1270
|
+
news: "news";
|
|
1271
|
+
discover: "discover";
|
|
1272
|
+
googleNews: "googleNews";
|
|
1273
1273
|
}>>;
|
|
1274
1274
|
}, import("zod/v4/core").$loose>;
|
|
1275
1275
|
readonly options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1276
1276
|
comparison: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1277
1277
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1278
|
-
|
|
1279
|
-
googleNews: "googleNews";
|
|
1278
|
+
web: "web";
|
|
1280
1279
|
image: "image";
|
|
1281
|
-
news: "news";
|
|
1282
1280
|
video: "video";
|
|
1283
|
-
|
|
1281
|
+
news: "news";
|
|
1282
|
+
discover: "discover";
|
|
1283
|
+
googleNews: "googleNews";
|
|
1284
1284
|
}>>;
|
|
1285
1285
|
}, import("zod/v4/core").$loose>>;
|
|
1286
1286
|
filter: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1287
|
-
declining: "declining";
|
|
1288
|
-
improving: "improving";
|
|
1289
|
-
lost: "lost";
|
|
1290
1287
|
new: "new";
|
|
1288
|
+
lost: "lost";
|
|
1289
|
+
improving: "improving";
|
|
1290
|
+
declining: "declining";
|
|
1291
1291
|
}>>;
|
|
1292
1292
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1293
|
-
|
|
1294
|
-
googleNews: "googleNews";
|
|
1293
|
+
web: "web";
|
|
1295
1294
|
image: "image";
|
|
1296
|
-
news: "news";
|
|
1297
1295
|
video: "video";
|
|
1298
|
-
|
|
1296
|
+
news: "news";
|
|
1297
|
+
discover: "discover";
|
|
1298
|
+
googleNews: "googleNews";
|
|
1299
1299
|
}>>;
|
|
1300
1300
|
}, import("zod/v4/core").$strip>>;
|
|
1301
1301
|
readonly response: import("zod").ZodObject<{
|
|
@@ -1337,32 +1337,32 @@ declare const partnerEndpoints: {
|
|
|
1337
1337
|
} & {
|
|
1338
1338
|
readonly state: import("zod").ZodObject<{
|
|
1339
1339
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1340
|
-
|
|
1341
|
-
googleNews: "googleNews";
|
|
1340
|
+
web: "web";
|
|
1342
1341
|
image: "image";
|
|
1343
|
-
news: "news";
|
|
1344
1342
|
video: "video";
|
|
1345
|
-
|
|
1343
|
+
news: "news";
|
|
1344
|
+
discover: "discover";
|
|
1345
|
+
googleNews: "googleNews";
|
|
1346
1346
|
}>>;
|
|
1347
1347
|
}, import("zod/v4/core").$loose>;
|
|
1348
1348
|
readonly options: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1349
1349
|
comparison: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1350
1350
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1351
|
-
|
|
1352
|
-
googleNews: "googleNews";
|
|
1351
|
+
web: "web";
|
|
1353
1352
|
image: "image";
|
|
1354
|
-
news: "news";
|
|
1355
1353
|
video: "video";
|
|
1356
|
-
|
|
1354
|
+
news: "news";
|
|
1355
|
+
discover: "discover";
|
|
1356
|
+
googleNews: "googleNews";
|
|
1357
1357
|
}>>;
|
|
1358
1358
|
}, import("zod/v4/core").$loose>>;
|
|
1359
1359
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1360
|
-
|
|
1361
|
-
googleNews: "googleNews";
|
|
1360
|
+
web: "web";
|
|
1362
1361
|
image: "image";
|
|
1363
|
-
news: "news";
|
|
1364
1362
|
video: "video";
|
|
1365
|
-
|
|
1363
|
+
news: "news";
|
|
1364
|
+
discover: "discover";
|
|
1365
|
+
googleNews: "googleNews";
|
|
1366
1366
|
}>>;
|
|
1367
1367
|
}, import("zod/v4/core").$strip>>;
|
|
1368
1368
|
readonly response: import("zod").ZodObject<{
|
|
@@ -1600,9 +1600,9 @@ declare const partnerEndpoints: {
|
|
|
1600
1600
|
siteUrl: import("zod").ZodString;
|
|
1601
1601
|
syncStatus: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1602
1602
|
indexingStatus: import("zod").ZodEnum<{
|
|
1603
|
-
complete: "complete";
|
|
1604
|
-
partial: "partial";
|
|
1605
1603
|
pending: "pending";
|
|
1604
|
+
partial: "partial";
|
|
1605
|
+
complete: "complete";
|
|
1606
1606
|
}>;
|
|
1607
1607
|
indexingProgress: import("zod").ZodNumber;
|
|
1608
1608
|
sitemapTotal: import("zod").ZodNumber;
|
|
@@ -1621,9 +1621,9 @@ declare const partnerEndpoints: {
|
|
|
1621
1621
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1622
1622
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1623
1623
|
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1624
|
+
pending: "pending";
|
|
1624
1625
|
indexed: "indexed";
|
|
1625
1626
|
not_indexed: "not_indexed";
|
|
1626
|
-
pending: "pending";
|
|
1627
1627
|
}>>;
|
|
1628
1628
|
issue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1629
1629
|
search: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1685,8 +1685,8 @@ declare const partnerEndpoints: {
|
|
|
1685
1685
|
label: import("zod").ZodString;
|
|
1686
1686
|
severity: import("zod").ZodEnum<{
|
|
1687
1687
|
error: "error";
|
|
1688
|
-
info: "info";
|
|
1689
1688
|
warning: "warning";
|
|
1689
|
+
info: "info";
|
|
1690
1690
|
}>;
|
|
1691
1691
|
count: import("zod").ZodNumber;
|
|
1692
1692
|
}, import("zod/v4/core").$loose>>;
|
|
@@ -1806,8 +1806,8 @@ declare const partnerEndpoints: {
|
|
|
1806
1806
|
} & {
|
|
1807
1807
|
readonly query: import("zod").ZodObject<{
|
|
1808
1808
|
type: import("zod").ZodEnum<{
|
|
1809
|
-
topKeyword: "topKeyword";
|
|
1810
1809
|
topPage: "topPage";
|
|
1810
|
+
topKeyword: "topKeyword";
|
|
1811
1811
|
}>;
|
|
1812
1812
|
identifier: import("zod").ZodString;
|
|
1813
1813
|
startDate: import("zod").ZodString;
|
|
@@ -1826,12 +1826,12 @@ declare const partnerEndpoints: {
|
|
|
1826
1826
|
startDate: import("zod").ZodString;
|
|
1827
1827
|
endDate: import("zod").ZodString;
|
|
1828
1828
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1829
|
-
|
|
1830
|
-
googleNews: "googleNews";
|
|
1829
|
+
web: "web";
|
|
1831
1830
|
image: "image";
|
|
1832
|
-
news: "news";
|
|
1833
1831
|
video: "video";
|
|
1834
|
-
|
|
1832
|
+
news: "news";
|
|
1833
|
+
discover: "discover";
|
|
1834
|
+
googleNews: "googleNews";
|
|
1835
1835
|
}>>;
|
|
1836
1836
|
}, import("zod/v4/core").$strip>;
|
|
1837
1837
|
readonly response: import("zod").ZodObject<{
|
|
@@ -1848,12 +1848,12 @@ declare const partnerEndpoints: {
|
|
|
1848
1848
|
prevStartDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1849
1849
|
prevEndDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1850
1850
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1851
|
-
|
|
1852
|
-
googleNews: "googleNews";
|
|
1851
|
+
web: "web";
|
|
1853
1852
|
image: "image";
|
|
1854
|
-
news: "news";
|
|
1855
1853
|
video: "video";
|
|
1856
|
-
|
|
1854
|
+
news: "news";
|
|
1855
|
+
discover: "discover";
|
|
1856
|
+
googleNews: "googleNews";
|
|
1857
1857
|
}>>;
|
|
1858
1858
|
}, import("zod/v4/core").$strip>;
|
|
1859
1859
|
readonly response: import("zod").ZodObject<{
|
|
@@ -1879,12 +1879,12 @@ declare const partnerEndpoints: {
|
|
|
1879
1879
|
prevStartDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1880
1880
|
prevEndDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1881
1881
|
searchType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1882
|
-
|
|
1883
|
-
googleNews: "googleNews";
|
|
1882
|
+
web: "web";
|
|
1884
1883
|
image: "image";
|
|
1885
|
-
news: "news";
|
|
1886
1884
|
video: "video";
|
|
1887
|
-
|
|
1885
|
+
news: "news";
|
|
1886
|
+
discover: "discover";
|
|
1887
|
+
googleNews: "googleNews";
|
|
1888
1888
|
}>>;
|
|
1889
1889
|
}, import("zod/v4/core").$strip>;
|
|
1890
1890
|
readonly response: import("zod").ZodObject<{
|