@gscdump/contracts 0.18.0 → 0.18.2
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/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3402,7 +3402,7 @@ interface TenantCtx {
|
|
|
3402
3402
|
userId: string;
|
|
3403
3403
|
siteId?: string;
|
|
3404
3404
|
}
|
|
3405
|
-
type Dimension = 'page' | 'query' | 'queryCanonical' | 'country' | 'device' | 'date' | 'searchAppearance';
|
|
3405
|
+
type Dimension = 'page' | 'query' | 'queryCanonical' | 'country' | 'device' | 'date' | 'searchAppearance' | 'hour';
|
|
3406
3406
|
type Metric = 'clicks' | 'impressions' | 'ctr' | 'position';
|
|
3407
3407
|
type Filter = unknown;
|
|
3408
3408
|
interface BuilderState {
|