File tree Expand file tree Collapse file tree
src/resources/v1/analytics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 18
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/zorihq%2Fzoriapi-3606e58922dd53d9875746e13938552b96589d6024b49e33d5a3aee2c3934290 .yml
3- openapi_spec_hash : 609351392ce4dff195fee29d942fc437
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/zorihq%2Fzoriapi-acf4918b01172ffe3ae4c34dc69084ee67c81d3081611f6407d8bf55eead07e3 .yml
3+ openapi_spec_hash : 5ccb0a3eca0814d90f29b55aa7a6addf
44config_hash : ff14aa5e5e62c91fbfaee8e082fad64a
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ export class Analytics extends APIResource {
2222export interface CountryDataPoint {
2323 country_code ?: string ;
2424
25+ percentage ?: number ;
26+
2527 unique_visitors ?: number ;
2628}
2729
@@ -34,6 +36,8 @@ export interface EventsOverTimeDataPoint {
3436export interface OriginDataPoint {
3537 origin ?: string ;
3638
39+ percentage ?: number ;
40+
3741 unique_visitors ?: number ;
3842}
3943
@@ -106,8 +110,6 @@ export interface VisitorDataPoint {
106110
107111 mobile ?: number ;
108112
109- tablet ?: number ;
110-
111113 timestamp ?: string ;
112114
113115 unknown ?: number ;
You can’t perform that action at this time.
0 commit comments