@gscdump/contracts 1.4.4 → 1.4.6
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/v1/browser.d.mts +1 -1
- package/dist/v1/operations.d.mts +10 -10
- package/package.json +1 -1
package/dist/v1/browser.d.mts
CHANGED
|
@@ -15,12 +15,12 @@ declare const GSCDUMP_V1_ANALYTICS_DIMENSIONS: readonly ["page", "query", "query
|
|
|
15
15
|
declare function createGscdumpV1BrowserSchemas(realtimeSchemas?: RealtimeV1Schemas): {
|
|
16
16
|
analyticsRowsRequest: z.ZodObject<{
|
|
17
17
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
18
|
+
date: "date";
|
|
18
19
|
page: "page";
|
|
19
20
|
query: "query";
|
|
20
21
|
queryCanonical: "queryCanonical";
|
|
21
22
|
country: "country";
|
|
22
23
|
device: "device";
|
|
23
|
-
date: "date";
|
|
24
24
|
searchAppearance: "searchAppearance";
|
|
25
25
|
hour: "hour";
|
|
26
26
|
}>>;
|
package/dist/v1/operations.d.mts
CHANGED
|
@@ -736,12 +736,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
736
736
|
googleNews: "googleNews";
|
|
737
737
|
}>>;
|
|
738
738
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
739
|
+
date: "date";
|
|
739
740
|
page: "page";
|
|
740
741
|
query: "query";
|
|
741
742
|
queryCanonical: "queryCanonical";
|
|
742
743
|
country: "country";
|
|
743
744
|
device: "device";
|
|
744
|
-
date: "date";
|
|
745
745
|
searchAppearance: "searchAppearance";
|
|
746
746
|
hour: "hour";
|
|
747
747
|
}>>;
|
|
@@ -756,12 +756,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
756
756
|
googleNews: "googleNews";
|
|
757
757
|
}>>;
|
|
758
758
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
759
|
+
date: "date";
|
|
759
760
|
page: "page";
|
|
760
761
|
query: "query";
|
|
761
762
|
queryCanonical: "queryCanonical";
|
|
762
763
|
country: "country";
|
|
763
764
|
device: "device";
|
|
764
|
-
date: "date";
|
|
765
765
|
searchAppearance: "searchAppearance";
|
|
766
766
|
hour: "hour";
|
|
767
767
|
}>>;
|
|
@@ -893,12 +893,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
893
893
|
googleNews: "googleNews";
|
|
894
894
|
}>>;
|
|
895
895
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
896
|
+
date: "date";
|
|
896
897
|
page: "page";
|
|
897
898
|
query: "query";
|
|
898
899
|
queryCanonical: "queryCanonical";
|
|
899
900
|
country: "country";
|
|
900
901
|
device: "device";
|
|
901
|
-
date: "date";
|
|
902
902
|
searchAppearance: "searchAppearance";
|
|
903
903
|
hour: "hour";
|
|
904
904
|
}>>;
|
|
@@ -913,12 +913,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
913
913
|
googleNews: "googleNews";
|
|
914
914
|
}>>;
|
|
915
915
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
916
|
+
date: "date";
|
|
916
917
|
page: "page";
|
|
917
918
|
query: "query";
|
|
918
919
|
queryCanonical: "queryCanonical";
|
|
919
920
|
country: "country";
|
|
920
921
|
device: "device";
|
|
921
|
-
date: "date";
|
|
922
922
|
searchAppearance: "searchAppearance";
|
|
923
923
|
hour: "hour";
|
|
924
924
|
}>>;
|
|
@@ -1021,12 +1021,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1021
1021
|
}, z.core.$strip>>;
|
|
1022
1022
|
analyticsRowsRequest: z.ZodObject<{
|
|
1023
1023
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
1024
|
+
date: "date";
|
|
1024
1025
|
page: "page";
|
|
1025
1026
|
query: "query";
|
|
1026
1027
|
queryCanonical: "queryCanonical";
|
|
1027
1028
|
country: "country";
|
|
1028
1029
|
device: "device";
|
|
1029
|
-
date: "date";
|
|
1030
1030
|
searchAppearance: "searchAppearance";
|
|
1031
1031
|
hour: "hour";
|
|
1032
1032
|
}>>;
|
|
@@ -10714,12 +10714,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10714
10714
|
}, z.core.$strict>;
|
|
10715
10715
|
readonly body: z.ZodObject<{
|
|
10716
10716
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
10717
|
+
date: "date";
|
|
10717
10718
|
page: "page";
|
|
10718
10719
|
query: "query";
|
|
10719
10720
|
queryCanonical: "queryCanonical";
|
|
10720
10721
|
country: "country";
|
|
10721
10722
|
device: "device";
|
|
10722
|
-
date: "date";
|
|
10723
10723
|
searchAppearance: "searchAppearance";
|
|
10724
10724
|
hour: "hour";
|
|
10725
10725
|
}>>;
|
|
@@ -10917,12 +10917,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10917
10917
|
googleNews: "googleNews";
|
|
10918
10918
|
}>>;
|
|
10919
10919
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
10920
|
+
date: "date";
|
|
10920
10921
|
page: "page";
|
|
10921
10922
|
query: "query";
|
|
10922
10923
|
queryCanonical: "queryCanonical";
|
|
10923
10924
|
country: "country";
|
|
10924
10925
|
device: "device";
|
|
10925
|
-
date: "date";
|
|
10926
10926
|
searchAppearance: "searchAppearance";
|
|
10927
10927
|
hour: "hour";
|
|
10928
10928
|
}>>;
|
|
@@ -10937,12 +10937,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10937
10937
|
googleNews: "googleNews";
|
|
10938
10938
|
}>>;
|
|
10939
10939
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
10940
|
+
date: "date";
|
|
10940
10941
|
page: "page";
|
|
10941
10942
|
query: "query";
|
|
10942
10943
|
queryCanonical: "queryCanonical";
|
|
10943
10944
|
country: "country";
|
|
10944
10945
|
device: "device";
|
|
10945
|
-
date: "date";
|
|
10946
10946
|
searchAppearance: "searchAppearance";
|
|
10947
10947
|
hour: "hour";
|
|
10948
10948
|
}>>;
|
|
@@ -11178,12 +11178,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11178
11178
|
googleNews: "googleNews";
|
|
11179
11179
|
}>>;
|
|
11180
11180
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
11181
|
+
date: "date";
|
|
11181
11182
|
page: "page";
|
|
11182
11183
|
query: "query";
|
|
11183
11184
|
queryCanonical: "queryCanonical";
|
|
11184
11185
|
country: "country";
|
|
11185
11186
|
device: "device";
|
|
11186
|
-
date: "date";
|
|
11187
11187
|
searchAppearance: "searchAppearance";
|
|
11188
11188
|
hour: "hour";
|
|
11189
11189
|
}>>;
|
|
@@ -11198,12 +11198,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11198
11198
|
googleNews: "googleNews";
|
|
11199
11199
|
}>>;
|
|
11200
11200
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
11201
|
+
date: "date";
|
|
11201
11202
|
page: "page";
|
|
11202
11203
|
query: "query";
|
|
11203
11204
|
queryCanonical: "queryCanonical";
|
|
11204
11205
|
country: "country";
|
|
11205
11206
|
device: "device";
|
|
11206
|
-
date: "date";
|
|
11207
11207
|
searchAppearance: "searchAppearance";
|
|
11208
11208
|
hour: "hour";
|
|
11209
11209
|
}>>;
|