@gscdump/contracts 2.0.3 → 2.0.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.
@@ -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";
19
18
  page: "page";
20
19
  query: "query";
21
20
  queryCanonical: "queryCanonical";
22
21
  country: "country";
23
22
  device: "device";
23
+ date: "date";
24
24
  searchAppearance: "searchAppearance";
25
25
  hour: "hour";
26
26
  }>>;
@@ -736,12 +736,12 @@ declare function createGscdumpV1Protocol(): {
736
736
  googleNews: "googleNews";
737
737
  }>>;
738
738
  dimensions: z.ZodArray<z.ZodEnum<{
739
- date: "date";
740
739
  page: "page";
741
740
  query: "query";
742
741
  queryCanonical: "queryCanonical";
743
742
  country: "country";
744
743
  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";
760
759
  page: "page";
761
760
  query: "query";
762
761
  queryCanonical: "queryCanonical";
763
762
  country: "country";
764
763
  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";
897
896
  page: "page";
898
897
  query: "query";
899
898
  queryCanonical: "queryCanonical";
900
899
  country: "country";
901
900
  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";
917
916
  page: "page";
918
917
  query: "query";
919
918
  queryCanonical: "queryCanonical";
920
919
  country: "country";
921
920
  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";
1025
1024
  page: "page";
1026
1025
  query: "query";
1027
1026
  queryCanonical: "queryCanonical";
1028
1027
  country: "country";
1029
1028
  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";
11886
11885
  page: "page";
11887
11886
  query: "query";
11888
11887
  queryCanonical: "queryCanonical";
11889
11888
  country: "country";
11890
11889
  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";
12089
12088
  page: "page";
12090
12089
  query: "query";
12091
12090
  queryCanonical: "queryCanonical";
12092
12091
  country: "country";
12093
12092
  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";
12109
12108
  page: "page";
12110
12109
  query: "query";
12111
12110
  queryCanonical: "queryCanonical";
12112
12111
  country: "country";
12113
12112
  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";
12350
12349
  page: "page";
12351
12350
  query: "query";
12352
12351
  queryCanonical: "queryCanonical";
12353
12352
  country: "country";
12354
12353
  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";
12370
12369
  page: "page";
12371
12370
  query: "query";
12372
12371
  queryCanonical: "queryCanonical";
12373
12372
  country: "country";
12374
12373
  device: "device";
12374
+ date: "date";
12375
12375
  searchAppearance: "searchAppearance";
12376
12376
  hour: "hour";
12377
12377
  }>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/contracts",
3
3
  "type": "module",
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
5
  "description": "Shared gscdump.com API, webhook, realtime, and lifecycle contracts.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",