@gscdump/contracts 1.4.6 → 1.4.7
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
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";
|
|
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
|
}>>;
|
package/dist/v1/operations.d.mts
CHANGED
|
@@ -2016,10 +2016,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
2016
2016
|
}, z.core.$strip>;
|
|
2017
2017
|
}, z.core.$strip>>;
|
|
2018
2018
|
registerSiteRequest: z.ZodObject<{
|
|
2019
|
+
siteUrl: z.ZodString;
|
|
2019
2020
|
externalSiteId: z.ZodOptional<z.ZodString>;
|
|
2020
2021
|
requestedUrl: z.ZodOptional<z.ZodString>;
|
|
2021
2022
|
gscPropertyUrl: z.ZodOptional<z.ZodString>;
|
|
2022
|
-
siteUrl: z.ZodString;
|
|
2023
2023
|
externalSiteUrl: z.ZodOptional<z.ZodString>;
|
|
2024
2024
|
webhookUrl: z.ZodOptional<z.ZodURL>;
|
|
2025
2025
|
webhookEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3301,10 +3301,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
3301
3301
|
'x-request-id': z.ZodOptional<z.ZodString>;
|
|
3302
3302
|
}, z.core.$strict>;
|
|
3303
3303
|
readonly body: z.ZodObject<{
|
|
3304
|
+
siteUrl: z.ZodString;
|
|
3304
3305
|
externalSiteId: z.ZodOptional<z.ZodString>;
|
|
3305
3306
|
requestedUrl: z.ZodOptional<z.ZodString>;
|
|
3306
3307
|
gscPropertyUrl: z.ZodOptional<z.ZodString>;
|
|
3307
|
-
siteUrl: z.ZodString;
|
|
3308
3308
|
externalSiteUrl: z.ZodOptional<z.ZodString>;
|
|
3309
3309
|
webhookUrl: z.ZodOptional<z.ZodURL>;
|
|
3310
3310
|
webhookEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|