ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.300.1 (#121)

Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
This commit is contained in:
github-actions[bot]
2024-06-07 10:58:38 +05:30
committed by GitHub
parent 26891cee31
commit b92f9bfeb0
81 changed files with 2483 additions and 4098 deletions

View File

@@ -16,11 +16,11 @@
| `end` | *string* | :heavy_minus_sign: | The end date and time when to retrieve analytics from. If not provided, defaults to the current date. | |
| `timezone` | *string* | :heavy_minus_sign: | The IANA time zone code for aligning timeseries granularity (e.g. America/New_York). Defaults to UTC. | America/New_York |
| `country` | [components.CountryCode](../../models/components/countrycode.md) | :heavy_minus_sign: | The country to retrieve analytics for. | |
| `city` | *string* | :heavy_minus_sign: | The city to retrieve analytics for. | |
| `device` | *string* | :heavy_minus_sign: | The device to retrieve analytics for. | |
| `browser` | *string* | :heavy_minus_sign: | The browser to retrieve analytics for. | |
| `os` | *string* | :heavy_minus_sign: | The OS to retrieve analytics for. | |
| `referer` | *string* | :heavy_minus_sign: | The referer to retrieve analytics for. | |
| `city` | *string* | :heavy_minus_sign: | The city to retrieve analytics for. | New York |
| `device` | *string* | :heavy_minus_sign: | The device to retrieve analytics for. | Desktop |
| `browser` | *string* | :heavy_minus_sign: | The browser to retrieve analytics for. | Chrome |
| `os` | *string* | :heavy_minus_sign: | The OS to retrieve analytics for. | Windows |
| `referer` | *string* | :heavy_minus_sign: | The referer to retrieve analytics for. | google.com |
| `url` | *string* | :heavy_minus_sign: | The URL to retrieve analytics for. | |
| `tagId` | *string* | :heavy_minus_sign: | The tag ID to retrieve analytics for. | |
| `qr` | *boolean* | :heavy_minus_sign: | Filter for QR code scans. If true, filter for QR codes only. If false, filter for links only. If undefined, return both. | |