@gscdump/contracts 2.0.4 → 2.0.5
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
|
}>>;
|
|
@@ -11882,12 +11882,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11882
11882
|
}, z.core.$strict>;
|
|
11883
11883
|
readonly body: z.ZodObject<{
|
|
11884
11884
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
11885
|
+
date: "date";
|
|
11885
11886
|
page: "page";
|
|
11886
11887
|
query: "query";
|
|
11887
11888
|
queryCanonical: "queryCanonical";
|
|
11888
11889
|
country: "country";
|
|
11889
11890
|
device: "device";
|
|
11890
|
-
date: "date";
|
|
11891
11891
|
searchAppearance: "searchAppearance";
|
|
11892
11892
|
hour: "hour";
|
|
11893
11893
|
}>>;
|
|
@@ -12085,12 +12085,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12085
12085
|
googleNews: "googleNews";
|
|
12086
12086
|
}>>;
|
|
12087
12087
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
12088
|
+
date: "date";
|
|
12088
12089
|
page: "page";
|
|
12089
12090
|
query: "query";
|
|
12090
12091
|
queryCanonical: "queryCanonical";
|
|
12091
12092
|
country: "country";
|
|
12092
12093
|
device: "device";
|
|
12093
|
-
date: "date";
|
|
12094
12094
|
searchAppearance: "searchAppearance";
|
|
12095
12095
|
hour: "hour";
|
|
12096
12096
|
}>>;
|
|
@@ -12105,12 +12105,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12105
12105
|
googleNews: "googleNews";
|
|
12106
12106
|
}>>;
|
|
12107
12107
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
12108
|
+
date: "date";
|
|
12108
12109
|
page: "page";
|
|
12109
12110
|
query: "query";
|
|
12110
12111
|
queryCanonical: "queryCanonical";
|
|
12111
12112
|
country: "country";
|
|
12112
12113
|
device: "device";
|
|
12113
|
-
date: "date";
|
|
12114
12114
|
searchAppearance: "searchAppearance";
|
|
12115
12115
|
hour: "hour";
|
|
12116
12116
|
}>>;
|
|
@@ -12346,12 +12346,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12346
12346
|
googleNews: "googleNews";
|
|
12347
12347
|
}>>;
|
|
12348
12348
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
12349
|
+
date: "date";
|
|
12349
12350
|
page: "page";
|
|
12350
12351
|
query: "query";
|
|
12351
12352
|
queryCanonical: "queryCanonical";
|
|
12352
12353
|
country: "country";
|
|
12353
12354
|
device: "device";
|
|
12354
|
-
date: "date";
|
|
12355
12355
|
searchAppearance: "searchAppearance";
|
|
12356
12356
|
hour: "hour";
|
|
12357
12357
|
}>>;
|
|
@@ -12366,12 +12366,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12366
12366
|
googleNews: "googleNews";
|
|
12367
12367
|
}>>;
|
|
12368
12368
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
12369
|
+
date: "date";
|
|
12369
12370
|
page: "page";
|
|
12370
12371
|
query: "query";
|
|
12371
12372
|
queryCanonical: "queryCanonical";
|
|
12372
12373
|
country: "country";
|
|
12373
12374
|
device: "device";
|
|
12374
|
-
date: "date";
|
|
12375
12375
|
searchAppearance: "searchAppearance";
|
|
12376
12376
|
hour: "hour";
|
|
12377
12377
|
}>>;
|