@distilled.cloud/vercel 0.0.0 → 1.0.0-rc.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.
- package/lib/credentials.d.ts +21 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +40 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +80 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +50 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +15 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +15 -0
- package/lib/index.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +69 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +54 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +47 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/access_groups.d.ts +459 -0
- package/lib/services/access_groups.d.ts.map +1 -0
- package/lib/services/access_groups.js +453 -0
- package/lib/services/access_groups.js.map +1 -0
- package/lib/services/ai_gateway.d.ts +124 -0
- package/lib/services/ai_gateway.d.ts.map +1 -0
- package/lib/services/ai_gateway.js +126 -0
- package/lib/services/ai_gateway.js.map +1 -0
- package/lib/services/aliases.d.ts +591 -0
- package/lib/services/aliases.d.ts.map +1 -0
- package/lib/services/aliases.js +508 -0
- package/lib/services/aliases.js.map +1 -0
- package/lib/services/artifacts.d.ts +228 -0
- package/lib/services/artifacts.d.ts.map +1 -0
- package/lib/services/artifacts.js +216 -0
- package/lib/services/artifacts.js.map +1 -0
- package/lib/services/authentication.d.ts +373 -0
- package/lib/services/authentication.d.ts.map +1 -0
- package/lib/services/authentication.js +310 -0
- package/lib/services/authentication.js.map +1 -0
- package/lib/services/billing.d.ts +792 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +616 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bulk_redirects.d.ts +308 -0
- package/lib/services/bulk_redirects.d.ts.map +1 -0
- package/lib/services/bulk_redirects.js +306 -0
- package/lib/services/bulk_redirects.js.map +1 -0
- package/lib/services/certs.d.ts +171 -0
- package/lib/services/certs.d.ts.map +1 -0
- package/lib/services/certs.js +165 -0
- package/lib/services/certs.js.map +1 -0
- package/lib/services/checks_v2.d.ts +1162 -0
- package/lib/services/checks_v2.d.ts.map +1 -0
- package/lib/services/checks_v2.js +1252 -0
- package/lib/services/checks_v2.js.map +1 -0
- package/lib/services/connect.d.ts +1034 -0
- package/lib/services/connect.d.ts.map +1 -0
- package/lib/services/connect.js +993 -0
- package/lib/services/connect.js.map +1 -0
- package/lib/services/deployments.d.ts +9111 -0
- package/lib/services/deployments.d.ts.map +1 -0
- package/lib/services/deployments.js +8664 -0
- package/lib/services/deployments.js.map +1 -0
- package/lib/services/dns.d.ts +279 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +282 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/domains.d.ts +539 -0
- package/lib/services/domains.d.ts.map +1 -0
- package/lib/services/domains.js +464 -0
- package/lib/services/domains.js.map +1 -0
- package/lib/services/domains_registrar.d.ts +798 -0
- package/lib/services/domains_registrar.d.ts.map +1 -0
- package/lib/services/domains_registrar.js +968 -0
- package/lib/services/domains_registrar.js.map +1 -0
- package/lib/services/drains.d.ts +2263 -0
- package/lib/services/drains.d.ts.map +1 -0
- package/lib/services/drains.js +2406 -0
- package/lib/services/drains.js.map +1 -0
- package/lib/services/edge_cache.d.ts +125 -0
- package/lib/services/edge_cache.d.ts.map +1 -0
- package/lib/services/edge_cache.js +140 -0
- package/lib/services/edge_cache.js.map +1 -0
- package/lib/services/environment.d.ts +1020 -0
- package/lib/services/environment.d.ts.map +1 -0
- package/lib/services/environment.js +842 -0
- package/lib/services/environment.js.map +1 -0
- package/lib/services/feature_flags.d.ts +3109 -0
- package/lib/services/feature_flags.d.ts.map +1 -0
- package/lib/services/feature_flags.js +3074 -0
- package/lib/services/feature_flags.js.map +1 -0
- package/lib/services/global_config.d.ts +618 -0
- package/lib/services/global_config.d.ts.map +1 -0
- package/lib/services/global_config.js +716 -0
- package/lib/services/global_config.js.map +1 -0
- package/lib/services/index.d.ts +39 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +40 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/integrations.d.ts +2987 -0
- package/lib/services/integrations.d.ts.map +1 -0
- package/lib/services/integrations.js +2903 -0
- package/lib/services/integrations.js.map +1 -0
- package/lib/services/log_drains.d.ts +848 -0
- package/lib/services/log_drains.d.ts.map +1 -0
- package/lib/services/log_drains.js +866 -0
- package/lib/services/log_drains.js.map +1 -0
- package/lib/services/logs.d.ts +40 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +43 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/marketplace.d.ts +991 -0
- package/lib/services/marketplace.d.ts.map +1 -0
- package/lib/services/marketplace.js +1044 -0
- package/lib/services/marketplace.js.map +1 -0
- package/lib/services/microfrontends.d.ts +3210 -0
- package/lib/services/microfrontends.d.ts.map +1 -0
- package/lib/services/microfrontends.js +3300 -0
- package/lib/services/microfrontends.js.map +1 -0
- package/lib/services/networking.d.ts +239 -0
- package/lib/services/networking.d.ts.map +1 -0
- package/lib/services/networking.js +224 -0
- package/lib/services/networking.js.map +1 -0
- package/lib/services/observability.d.ts +168 -0
- package/lib/services/observability.d.ts.map +1 -0
- package/lib/services/observability.js +191 -0
- package/lib/services/observability.js.map +1 -0
- package/lib/services/project_members.d.ts +142 -0
- package/lib/services/project_members.d.ts.map +1 -0
- package/lib/services/project_members.js +139 -0
- package/lib/services/project_members.js.map +1 -0
- package/lib/services/project_routes.d.ts +1990 -0
- package/lib/services/project_routes.d.ts.map +1 -0
- package/lib/services/project_routes.js +2026 -0
- package/lib/services/project_routes.js.map +1 -0
- package/lib/services/projects.d.ts +23449 -0
- package/lib/services/projects.d.ts.map +1 -0
- package/lib/services/projects.js +23570 -0
- package/lib/services/projects.js.map +1 -0
- package/lib/services/rolling_release.d.ts +764 -0
- package/lib/services/rolling_release.d.ts.map +1 -0
- package/lib/services/rolling_release.js +630 -0
- package/lib/services/rolling_release.js.map +1 -0
- package/lib/services/sandboxes.d.ts +2183 -0
- package/lib/services/sandboxes.d.ts.map +1 -0
- package/lib/services/sandboxes.js +1756 -0
- package/lib/services/sandboxes.js.map +1 -0
- package/lib/services/security.d.ts +3932 -0
- package/lib/services/security.d.ts.map +1 -0
- package/lib/services/security.js +4411 -0
- package/lib/services/security.js.map +1 -0
- package/lib/services/storage.d.ts +251 -0
- package/lib/services/storage.d.ts.map +1 -0
- package/lib/services/storage.js +270 -0
- package/lib/services/storage.js.map +1 -0
- package/lib/services/teams.d.ts +1577 -0
- package/lib/services/teams.d.ts.map +1 -0
- package/lib/services/teams.js +1359 -0
- package/lib/services/teams.js.map +1 -0
- package/lib/services/user.d.ts +7972 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +7093 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vcr.d.ts +793 -0
- package/lib/services/vcr.d.ts.map +1 -0
- package/lib/services/vcr.js +882 -0
- package/lib/services/vcr.js.map +1 -0
- package/lib/services/web_analytics.d.ts +694 -0
- package/lib/services/web_analytics.d.ts.map +1 -0
- package/lib/services/web_analytics.js +695 -0
- package/lib/services/web_analytics.js.map +1 -0
- package/lib/services/webhooks.d.ts +207 -0
- package/lib/services/webhooks.d.ts.map +1 -0
- package/lib/services/webhooks.js +171 -0
- package/lib/services/webhooks.js.map +1 -0
- package/lib/traits.d.ts +10 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -7
- package/src/credentials.ts +70 -0
- package/src/errors.ts +93 -0
- package/src/index.ts +18 -0
- package/src/protocol.ts +98 -0
- package/src/retry.ts +78 -0
- package/src/services/access_groups.ts +1165 -0
- package/src/services/ai_gateway.ts +272 -0
- package/src/services/aliases.ts +1323 -0
- package/src/services/artifacts.ts +542 -0
- package/src/services/authentication.ts +829 -0
- package/src/services/billing.ts +1776 -0
- package/src/services/bulk_redirects.ts +748 -0
- package/src/services/certs.ts +377 -0
- package/src/services/checks_v2.ts +3136 -0
- package/src/services/connect.ts +2607 -0
- package/src/services/deployments.ts +23682 -0
- package/src/services/dns.ts +718 -0
- package/src/services/domains.ts +1209 -0
- package/src/services/domains_registrar.ts +2290 -0
- package/src/services/drains.ts +5989 -0
- package/src/services/edge_cache.ts +303 -0
- package/src/services/environment.ts +2388 -0
- package/src/services/feature_flags.ts +8302 -0
- package/src/services/global_config.ts +1668 -0
- package/src/services/index.ts +39 -0
- package/src/services/integrations.ts +8846 -0
- package/src/services/log_drains.ts +2413 -0
- package/src/services/logs.ts +78 -0
- package/src/services/marketplace.ts +2626 -0
- package/src/services/microfrontends.ts +9650 -0
- package/src/services/networking.ts +530 -0
- package/src/services/observability.ts +436 -0
- package/src/services/project_members.ts +328 -0
- package/src/services/project_routes.ts +5259 -0
- package/src/services/projects.ts +67377 -0
- package/src/services/rolling_release.ts +1869 -0
- package/src/services/sandboxes.ts +5259 -0
- package/src/services/security.ts +12408 -0
- package/src/services/storage.ts +849 -0
- package/src/services/teams.ts +3995 -0
- package/src/services/user.ts +21687 -0
- package/src/services/vcr.ts +2165 -0
- package/src/services/web_analytics.ts +1570 -0
- package/src/services/webhooks.ts +1073 -0
- package/src/traits.ts +44 -0
- package/README.md +0 -15
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,1570 @@
|
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
|
|
2
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import * as C from "@distilled.cloud/core/category";
|
|
5
|
+
import * as T from "../traits.ts";
|
|
6
|
+
import {
|
|
7
|
+
VercelProtocol,
|
|
8
|
+
type VercelOpError,
|
|
9
|
+
type VercelOpContext,
|
|
10
|
+
} from "../protocol.ts";
|
|
11
|
+
import * as Retry from "../retry.ts";
|
|
12
|
+
|
|
13
|
+
export type { VercelOpError, VercelOpContext };
|
|
14
|
+
|
|
15
|
+
export class BadRequest
|
|
16
|
+
extends /*@__PURE__*/ T.applyErrorMatchers(
|
|
17
|
+
/*@__PURE__*/ S.TaggedError<BadRequest>()("BadRequest", {
|
|
18
|
+
code: S.Number,
|
|
19
|
+
message: S.String,
|
|
20
|
+
}).pipe(C.withBadRequestError),
|
|
21
|
+
[{ status: 400 }],
|
|
22
|
+
) {}
|
|
23
|
+
|
|
24
|
+
export class Forbidden
|
|
25
|
+
extends /*@__PURE__*/ T.applyErrorMatchers(
|
|
26
|
+
/*@__PURE__*/ S.TaggedError<Forbidden>()("Forbidden", {
|
|
27
|
+
code: S.Number,
|
|
28
|
+
message: S.String,
|
|
29
|
+
}).pipe(C.withAuthError),
|
|
30
|
+
[{ status: 403 }],
|
|
31
|
+
) {}
|
|
32
|
+
|
|
33
|
+
export class PaymentRequired
|
|
34
|
+
extends /*@__PURE__*/ T.applyErrorMatchers(
|
|
35
|
+
/*@__PURE__*/ S.TaggedError<PaymentRequired>()("PaymentRequired", {
|
|
36
|
+
code: S.Number,
|
|
37
|
+
message: S.String,
|
|
38
|
+
}).pipe(C.withQuotaError),
|
|
39
|
+
[{ status: 402 }],
|
|
40
|
+
) {}
|
|
41
|
+
|
|
42
|
+
export type AggregateEventsRequestByItemCase0 =
|
|
43
|
+
| "hour"
|
|
44
|
+
| "day"
|
|
45
|
+
| "week"
|
|
46
|
+
| "month"
|
|
47
|
+
| "year"
|
|
48
|
+
| "country"
|
|
49
|
+
| "deviceType"
|
|
50
|
+
| "environment"
|
|
51
|
+
| "requestPath"
|
|
52
|
+
| "referrerHostname"
|
|
53
|
+
| "osName"
|
|
54
|
+
| "browserName"
|
|
55
|
+
| "route"
|
|
56
|
+
| "utmSource"
|
|
57
|
+
| "utmMedium"
|
|
58
|
+
| "utmCampaign"
|
|
59
|
+
| "utmContent"
|
|
60
|
+
| "utmTerm"
|
|
61
|
+
| "eventName"
|
|
62
|
+
| "flags"
|
|
63
|
+
| "eventData";
|
|
64
|
+
export const AggregateEventsRequestByItemCase0 = /*@__PURE__*/ S.String;
|
|
65
|
+
|
|
66
|
+
export type AggregateEventsRequestByItem =
|
|
67
|
+
| AggregateEventsRequestByItemCase0
|
|
68
|
+
| unknown;
|
|
69
|
+
export const AggregateEventsRequestByItem =
|
|
70
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregateEventsRequestByItem>;
|
|
71
|
+
|
|
72
|
+
/** Up to two dimensions used to break down results. At most one time granularity is allowed: hour, day, week, month, year. Other dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm, eventName. JSON dimensions: flags, eventData. Used bare, they break down results by key, for example flags returns one group per flag name. With a key, they break down results by that key's value, for example eventData/plan. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag'. */
|
|
73
|
+
export type AggregateEventsRequestByList = Array<AggregateEventsRequestByItem>;
|
|
74
|
+
export const AggregateEventsRequestByList = /*@__PURE__*/ S.Array(
|
|
75
|
+
AggregateEventsRequestByItem,
|
|
76
|
+
) as any as S.Schema<AggregateEventsRequestByList>;
|
|
77
|
+
|
|
78
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
79
|
+
export type AggregateEventsRequestSince = number | string;
|
|
80
|
+
export const AggregateEventsRequestSince =
|
|
81
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregateEventsRequestSince>;
|
|
82
|
+
|
|
83
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
84
|
+
export type AggregateEventsRequestUntil = number | string;
|
|
85
|
+
export const AggregateEventsRequestUntil =
|
|
86
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregateEventsRequestUntil>;
|
|
87
|
+
|
|
88
|
+
export interface AggregateEventsRequest {
|
|
89
|
+
/** The project identifier or the project name */
|
|
90
|
+
projectId: string;
|
|
91
|
+
/** Up to two dimensions used to break down results. At most one time granularity is allowed: hour, day, week, month, year. Other dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm, eventName. JSON dimensions: flags, eventData. Used bare, they break down results by key, for example flags returns one group per flag name. With a key, they break down results by that key's value, for example eventData/plan. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag'. */
|
|
92
|
+
by: AggregateEventsRequestByList;
|
|
93
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
94
|
+
since: AggregateEventsRequestSince;
|
|
95
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
96
|
+
until: AggregateEventsRequestUntil;
|
|
97
|
+
/** Number of distinct results, default to 10. Other results are grouped into "Others" group. */
|
|
98
|
+
limit?: number;
|
|
99
|
+
/** OData-compliant filter. Encode the value when sending it in a URL. Allows filtering on one or multiple dimensions. By default, filters for production environment only. Supported dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm, eventName. JSON dimensions filtered by key: flags/<name>, eventData/<property>, for example eventData/plan eq 'pro'. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag' eq 'true'. Supported operations include eq, ne, in, and logical operators and, or, not with parentheses. Functions such as startswith are supported by the OData parser. */
|
|
100
|
+
filter?: string;
|
|
101
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
102
|
+
teamId?: string;
|
|
103
|
+
/** The Team slug to perform the request on behalf of. */
|
|
104
|
+
slug?: string;
|
|
105
|
+
}
|
|
106
|
+
export const AggregateEventsRequest = /*@__PURE__*/ S.suspend(() =>
|
|
107
|
+
S.Struct({
|
|
108
|
+
projectId: S.String.pipe(T.Query()),
|
|
109
|
+
by: AggregateEventsRequestByList.pipe(T.Query()),
|
|
110
|
+
since: AggregateEventsRequestSince.pipe(T.Query()),
|
|
111
|
+
until: AggregateEventsRequestUntil.pipe(T.Query()),
|
|
112
|
+
limit: S.optional(S.Number.pipe(T.Query())),
|
|
113
|
+
filter: S.optional(S.String.pipe(T.Query())),
|
|
114
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
115
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
116
|
+
}).pipe(
|
|
117
|
+
T.Http({
|
|
118
|
+
method: "GET",
|
|
119
|
+
uri: "/v1/query/web-analytics/events/aggregate",
|
|
120
|
+
code: 200,
|
|
121
|
+
}),
|
|
122
|
+
),
|
|
123
|
+
).annotate({
|
|
124
|
+
identifier: "AggregateEventsRequest",
|
|
125
|
+
}) as any as S.Schema<AggregateEventsRequest>;
|
|
126
|
+
|
|
127
|
+
export type AggregateEventsResponseQueryGroupByItemCase1 =
|
|
128
|
+
| "browserName"
|
|
129
|
+
| "country"
|
|
130
|
+
| "deviceType"
|
|
131
|
+
| "environment"
|
|
132
|
+
| "eventData"
|
|
133
|
+
| "eventName"
|
|
134
|
+
| "flags"
|
|
135
|
+
| "osName"
|
|
136
|
+
| "referrerHostname"
|
|
137
|
+
| "requestPath"
|
|
138
|
+
| "route"
|
|
139
|
+
| "utmCampaign"
|
|
140
|
+
| "utmContent"
|
|
141
|
+
| "utmMedium"
|
|
142
|
+
| "utmSource"
|
|
143
|
+
| "utmTerm";
|
|
144
|
+
export const AggregateEventsResponseQueryGroupByItemCase1 =
|
|
145
|
+
/*@__PURE__*/ S.String;
|
|
146
|
+
|
|
147
|
+
export type AggregateEventsResponseQueryGroupByItem =
|
|
148
|
+
| string
|
|
149
|
+
| AggregateEventsResponseQueryGroupByItemCase1;
|
|
150
|
+
export const AggregateEventsResponseQueryGroupByItem =
|
|
151
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregateEventsResponseQueryGroupByItem>;
|
|
152
|
+
|
|
153
|
+
export type AggregateEventsResponseQueryGroupByList =
|
|
154
|
+
Array<AggregateEventsResponseQueryGroupByItem>;
|
|
155
|
+
export const AggregateEventsResponseQueryGroupByList = /*@__PURE__*/ S.Array(
|
|
156
|
+
AggregateEventsResponseQueryGroupByItem,
|
|
157
|
+
) as any as S.Schema<AggregateEventsResponseQueryGroupByList>;
|
|
158
|
+
|
|
159
|
+
export interface AggregateEventsResponseQuery {
|
|
160
|
+
since: string;
|
|
161
|
+
until: string;
|
|
162
|
+
groupBy?: AggregateEventsResponseQueryGroupByList;
|
|
163
|
+
filter?: string;
|
|
164
|
+
limit: number;
|
|
165
|
+
}
|
|
166
|
+
export const AggregateEventsResponseQuery = /*@__PURE__*/ S.suspend(() =>
|
|
167
|
+
S.Struct({
|
|
168
|
+
since: S.String,
|
|
169
|
+
until: S.String,
|
|
170
|
+
groupBy: S.optional(AggregateEventsResponseQueryGroupByList),
|
|
171
|
+
filter: S.optional(S.String),
|
|
172
|
+
limit: S.Number,
|
|
173
|
+
}),
|
|
174
|
+
).annotate({
|
|
175
|
+
identifier: "AggregateEventsResponseQuery",
|
|
176
|
+
}) as any as S.Schema<AggregateEventsResponseQuery>;
|
|
177
|
+
|
|
178
|
+
export interface AggregateEventsResponseDataCase0Item {
|
|
179
|
+
projectId?: string;
|
|
180
|
+
country?: string;
|
|
181
|
+
deviceType?: string;
|
|
182
|
+
environment?: string;
|
|
183
|
+
requestPath?: string;
|
|
184
|
+
referrerHostname?: string;
|
|
185
|
+
osName?: string;
|
|
186
|
+
browserName?: string;
|
|
187
|
+
route?: string;
|
|
188
|
+
utmSource?: string;
|
|
189
|
+
utmMedium?: string;
|
|
190
|
+
utmCampaign?: string;
|
|
191
|
+
utmContent?: string;
|
|
192
|
+
utmTerm?: string;
|
|
193
|
+
flags?: string;
|
|
194
|
+
errorMessage?: string;
|
|
195
|
+
entryRevalidateSeconds?: string;
|
|
196
|
+
projectName?: string;
|
|
197
|
+
deploymentId?: string;
|
|
198
|
+
pathType?: string;
|
|
199
|
+
pathTypeVariant?: string;
|
|
200
|
+
requestHostname?: string;
|
|
201
|
+
requestResolvedIp?: string;
|
|
202
|
+
requestMethod?: string;
|
|
203
|
+
requestExtension?: string;
|
|
204
|
+
requestId?: string;
|
|
205
|
+
requestApi?: string;
|
|
206
|
+
referrerUrl?: string;
|
|
207
|
+
serverActionName?: string;
|
|
208
|
+
httpStatus?: string;
|
|
209
|
+
errorCode?: string;
|
|
210
|
+
source?: string;
|
|
211
|
+
edgeType?: string;
|
|
212
|
+
reason?: string;
|
|
213
|
+
edgeNetworkRegion?: string;
|
|
214
|
+
functionRegion?: string;
|
|
215
|
+
imageTransformationRegion?: string;
|
|
216
|
+
dataCacheRegion?: string;
|
|
217
|
+
cause?: string;
|
|
218
|
+
runtime?: string;
|
|
219
|
+
provider?: string;
|
|
220
|
+
isrCacheRegion?: string;
|
|
221
|
+
isrAction?: string;
|
|
222
|
+
cacheResult?: string;
|
|
223
|
+
cacheOperation?: string;
|
|
224
|
+
cacheHostname?: string;
|
|
225
|
+
cachePath?: string;
|
|
226
|
+
cacheHitState?: string;
|
|
227
|
+
cacheHitLevel?: string;
|
|
228
|
+
cacheApi?: string;
|
|
229
|
+
cacheReason?: string;
|
|
230
|
+
clientIp?: string;
|
|
231
|
+
clientIpCountry?: string;
|
|
232
|
+
clientUserAgent?: string;
|
|
233
|
+
httpAccept?: string;
|
|
234
|
+
clientJa4Digest?: string;
|
|
235
|
+
asnId?: string;
|
|
236
|
+
asnName?: string;
|
|
237
|
+
botName?: string;
|
|
238
|
+
botCategory?: string;
|
|
239
|
+
botCategoryLegacy?: string;
|
|
240
|
+
botVerified?: string;
|
|
241
|
+
botCheckResult?: string;
|
|
242
|
+
deepAnalysisCheck?: string;
|
|
243
|
+
wafAction?: string;
|
|
244
|
+
wafRuleId?: string;
|
|
245
|
+
skewProtection?: string;
|
|
246
|
+
functionStartType?: string;
|
|
247
|
+
functionDispatcher?: string;
|
|
248
|
+
isAdditionalRequest?: string;
|
|
249
|
+
originHostname?: string;
|
|
250
|
+
originPath?: string;
|
|
251
|
+
originRoute?: string;
|
|
252
|
+
fetchType?: string;
|
|
253
|
+
fetchIndex?: string;
|
|
254
|
+
imageSource?: string;
|
|
255
|
+
sourceImage?: string;
|
|
256
|
+
sourceImagePathname?: string;
|
|
257
|
+
sourceImageHostname?: string;
|
|
258
|
+
sourceImageHash?: string;
|
|
259
|
+
optimizedQuality?: string;
|
|
260
|
+
optimizedWidthPixels?: string;
|
|
261
|
+
optimizedFormatMimeType?: string;
|
|
262
|
+
vdcOperationOrigin?: string;
|
|
263
|
+
entryName?: string;
|
|
264
|
+
entryId?: string;
|
|
265
|
+
entryItemId?: string;
|
|
266
|
+
tagName?: string;
|
|
267
|
+
cacheTags?: string;
|
|
268
|
+
storeId?: string;
|
|
269
|
+
storeName?: string;
|
|
270
|
+
blobOperationType?: string;
|
|
271
|
+
blobOperationLevel?: string;
|
|
272
|
+
visitorId?: string;
|
|
273
|
+
eventName?: string;
|
|
274
|
+
attributionTarget?: string;
|
|
275
|
+
attributionEventName?: string;
|
|
276
|
+
metricName?: string;
|
|
277
|
+
attributes?: string;
|
|
278
|
+
flagKey?: string;
|
|
279
|
+
flagVariant?: string;
|
|
280
|
+
flagEvaluationReason?: string;
|
|
281
|
+
flagClientName?: string;
|
|
282
|
+
sdkKeyId?: string;
|
|
283
|
+
sdkKeyEnvironment?: string;
|
|
284
|
+
reportingProjectId?: string;
|
|
285
|
+
reportingProjectName?: string;
|
|
286
|
+
eventData?: string;
|
|
287
|
+
middlewareAction?: string;
|
|
288
|
+
middlewareActionTarget?: string;
|
|
289
|
+
aiModel?: string;
|
|
290
|
+
aiGatewayModelId?: string;
|
|
291
|
+
aiProvider?: string;
|
|
292
|
+
aiModelType?: string;
|
|
293
|
+
servedSpeed?: string;
|
|
294
|
+
virtualModelSlug?: string;
|
|
295
|
+
virtualModelKind?: string;
|
|
296
|
+
inferenceEndpointSlug?: string;
|
|
297
|
+
inferenceScope?: string;
|
|
298
|
+
inferenceGeoRegion?: string;
|
|
299
|
+
inferenceProviderRegion?: string;
|
|
300
|
+
requestedInferenceRegion?: string;
|
|
301
|
+
costCurrency?: string;
|
|
302
|
+
marketCostCurrency?: string;
|
|
303
|
+
cachedInputTokensCurrency?: string;
|
|
304
|
+
cacheCreationInputTokensCurrency?: string;
|
|
305
|
+
cacheCreation1hInputTokensCurrency?: string;
|
|
306
|
+
surchargeCostCurrency?: string;
|
|
307
|
+
gatewayCostCurrency?: string;
|
|
308
|
+
keyId?: string;
|
|
309
|
+
keyName?: string;
|
|
310
|
+
authMethod?: string;
|
|
311
|
+
appName?: string;
|
|
312
|
+
codingAgent?: string;
|
|
313
|
+
isByok?: string;
|
|
314
|
+
isPrivateModel?: string;
|
|
315
|
+
isRequestZdr?: string;
|
|
316
|
+
hipaaRequested?: string;
|
|
317
|
+
quotaRequested?: string;
|
|
318
|
+
quotaEntityId?: string;
|
|
319
|
+
quotaEntityType?: string;
|
|
320
|
+
videoResolution?: string;
|
|
321
|
+
videoAspectRatio?: string;
|
|
322
|
+
piiRedactionApplied?: string;
|
|
323
|
+
moderationApplied?: string;
|
|
324
|
+
queueName?: string;
|
|
325
|
+
consumerGroup?: string;
|
|
326
|
+
messageId?: string;
|
|
327
|
+
eventType?: string;
|
|
328
|
+
notificationUrl?: string;
|
|
329
|
+
sandboxSessionId?: string;
|
|
330
|
+
sandboxName?: string;
|
|
331
|
+
workflowRunId?: string;
|
|
332
|
+
workflowName?: string;
|
|
333
|
+
workflowStatus?: string;
|
|
334
|
+
stepRunId?: string;
|
|
335
|
+
workflowStepName?: string;
|
|
336
|
+
workflowEventType?: string;
|
|
337
|
+
region?: string;
|
|
338
|
+
specVersion?: string;
|
|
339
|
+
contentType?: string;
|
|
340
|
+
rewriteDestinationHostname?: string;
|
|
341
|
+
externalRewriteTargetHost?: string;
|
|
342
|
+
externalRewriteTargetPath?: string;
|
|
343
|
+
commitSha?: string;
|
|
344
|
+
reviewConclusion?: string;
|
|
345
|
+
pullRequestNumber?: string;
|
|
346
|
+
repositoryName?: string;
|
|
347
|
+
repositoryOwner?: string;
|
|
348
|
+
reviewStatus?: string;
|
|
349
|
+
pullRequestState?: string;
|
|
350
|
+
triggeringTag?: string;
|
|
351
|
+
redirectLocation?: string;
|
|
352
|
+
microfrontendsResponseReason?: string;
|
|
353
|
+
microfrontendsMatchedPath?: string;
|
|
354
|
+
microfrontendsDefaultAppDeploymentId?: string;
|
|
355
|
+
microfrontendsDefaultAppProjectId?: string;
|
|
356
|
+
service?: string;
|
|
357
|
+
isPrefetchRequest?: string;
|
|
358
|
+
spendReportGroupBy?: string;
|
|
359
|
+
spendReportDatePart?: string;
|
|
360
|
+
providerAttemptCanonicalSlug?: string;
|
|
361
|
+
providerAttemptCredentialType?: string;
|
|
362
|
+
providerAttemptSuccess?: string;
|
|
363
|
+
providerAttemptStatusCode?: string;
|
|
364
|
+
providerAttemptTimeout?: string;
|
|
365
|
+
providerAttemptIsFinal?: string;
|
|
366
|
+
providerAttemptNumber?: string;
|
|
367
|
+
providerAttemptTotalInRequest?: string;
|
|
368
|
+
generationId?: string;
|
|
369
|
+
sessionId?: string;
|
|
370
|
+
contentCaptureStatus?: string;
|
|
371
|
+
contentCaptureInputs?: string;
|
|
372
|
+
contentCaptureOutputs?: string;
|
|
373
|
+
transcriptStatus?: string;
|
|
374
|
+
transcriptInputs?: string;
|
|
375
|
+
transcriptOutputs?: string;
|
|
376
|
+
providerAttemptError?: string;
|
|
377
|
+
providerAttemptSafetyIdentifier?: string;
|
|
378
|
+
providerAttemptDevSafetyIdentifier?: string;
|
|
379
|
+
providerAttemptRegion?: string;
|
|
380
|
+
providerAttemptModelIndex?: string;
|
|
381
|
+
toolCallType?: string;
|
|
382
|
+
toolCallProvider?: string;
|
|
383
|
+
toolCallSuccess?: string;
|
|
384
|
+
toolCallErrorType?: string;
|
|
385
|
+
toolCallStatusCode?: string;
|
|
386
|
+
environmentId?: string;
|
|
387
|
+
billableRegion?: string;
|
|
388
|
+
direction?: string;
|
|
389
|
+
networkTenancy?: string;
|
|
390
|
+
trafficSource?: string;
|
|
391
|
+
networkId?: string;
|
|
392
|
+
privatelinkEndpointId?: string;
|
|
393
|
+
privatelinkDnsName?: string;
|
|
394
|
+
privatelinkIpAddress?: string;
|
|
395
|
+
timestamp: string;
|
|
396
|
+
}
|
|
397
|
+
export const AggregateEventsResponseDataCase0Item = /*@__PURE__*/ S.suspend(
|
|
398
|
+
() =>
|
|
399
|
+
S.Struct({
|
|
400
|
+
projectId: S.optional(S.String),
|
|
401
|
+
country: S.optional(S.String),
|
|
402
|
+
deviceType: S.optional(S.String),
|
|
403
|
+
environment: S.optional(S.String),
|
|
404
|
+
requestPath: S.optional(S.String),
|
|
405
|
+
referrerHostname: S.optional(S.String),
|
|
406
|
+
osName: S.optional(S.String),
|
|
407
|
+
browserName: S.optional(S.String),
|
|
408
|
+
route: S.optional(S.String),
|
|
409
|
+
utmSource: S.optional(S.String),
|
|
410
|
+
utmMedium: S.optional(S.String),
|
|
411
|
+
utmCampaign: S.optional(S.String),
|
|
412
|
+
utmContent: S.optional(S.String),
|
|
413
|
+
utmTerm: S.optional(S.String),
|
|
414
|
+
flags: S.optional(S.String),
|
|
415
|
+
errorMessage: S.optional(S.String),
|
|
416
|
+
entryRevalidateSeconds: S.optional(S.String),
|
|
417
|
+
projectName: S.optional(S.String),
|
|
418
|
+
deploymentId: S.optional(S.String),
|
|
419
|
+
pathType: S.optional(S.String),
|
|
420
|
+
pathTypeVariant: S.optional(S.String),
|
|
421
|
+
requestHostname: S.optional(S.String),
|
|
422
|
+
requestResolvedIp: S.optional(S.String),
|
|
423
|
+
requestMethod: S.optional(S.String),
|
|
424
|
+
requestExtension: S.optional(S.String),
|
|
425
|
+
requestId: S.optional(S.String),
|
|
426
|
+
requestApi: S.optional(S.String),
|
|
427
|
+
referrerUrl: S.optional(S.String),
|
|
428
|
+
serverActionName: S.optional(S.String),
|
|
429
|
+
httpStatus: S.optional(S.String),
|
|
430
|
+
errorCode: S.optional(S.String),
|
|
431
|
+
source: S.optional(S.String),
|
|
432
|
+
edgeType: S.optional(S.String),
|
|
433
|
+
reason: S.optional(S.String),
|
|
434
|
+
edgeNetworkRegion: S.optional(S.String),
|
|
435
|
+
functionRegion: S.optional(S.String),
|
|
436
|
+
imageTransformationRegion: S.optional(S.String),
|
|
437
|
+
dataCacheRegion: S.optional(S.String),
|
|
438
|
+
cause: S.optional(S.String),
|
|
439
|
+
runtime: S.optional(S.String),
|
|
440
|
+
provider: S.optional(S.String),
|
|
441
|
+
isrCacheRegion: S.optional(S.String),
|
|
442
|
+
isrAction: S.optional(S.String),
|
|
443
|
+
cacheResult: S.optional(S.String),
|
|
444
|
+
cacheOperation: S.optional(S.String),
|
|
445
|
+
cacheHostname: S.optional(S.String),
|
|
446
|
+
cachePath: S.optional(S.String),
|
|
447
|
+
cacheHitState: S.optional(S.String),
|
|
448
|
+
cacheHitLevel: S.optional(S.String),
|
|
449
|
+
cacheApi: S.optional(S.String),
|
|
450
|
+
cacheReason: S.optional(S.String),
|
|
451
|
+
clientIp: S.optional(S.String),
|
|
452
|
+
clientIpCountry: S.optional(S.String),
|
|
453
|
+
clientUserAgent: S.optional(S.String),
|
|
454
|
+
httpAccept: S.optional(S.String),
|
|
455
|
+
clientJa4Digest: S.optional(S.String),
|
|
456
|
+
asnId: S.optional(S.String),
|
|
457
|
+
asnName: S.optional(S.String),
|
|
458
|
+
botName: S.optional(S.String),
|
|
459
|
+
botCategory: S.optional(S.String),
|
|
460
|
+
botCategoryLegacy: S.optional(S.String),
|
|
461
|
+
botVerified: S.optional(S.String),
|
|
462
|
+
botCheckResult: S.optional(S.String),
|
|
463
|
+
deepAnalysisCheck: S.optional(S.String),
|
|
464
|
+
wafAction: S.optional(S.String),
|
|
465
|
+
wafRuleId: S.optional(S.String),
|
|
466
|
+
skewProtection: S.optional(S.String),
|
|
467
|
+
functionStartType: S.optional(S.String),
|
|
468
|
+
functionDispatcher: S.optional(S.String),
|
|
469
|
+
isAdditionalRequest: S.optional(S.String),
|
|
470
|
+
originHostname: S.optional(S.String),
|
|
471
|
+
originPath: S.optional(S.String),
|
|
472
|
+
originRoute: S.optional(S.String),
|
|
473
|
+
fetchType: S.optional(S.String),
|
|
474
|
+
fetchIndex: S.optional(S.String),
|
|
475
|
+
imageSource: S.optional(S.String),
|
|
476
|
+
sourceImage: S.optional(S.String),
|
|
477
|
+
sourceImagePathname: S.optional(S.String),
|
|
478
|
+
sourceImageHostname: S.optional(S.String),
|
|
479
|
+
sourceImageHash: S.optional(S.String),
|
|
480
|
+
optimizedQuality: S.optional(S.String),
|
|
481
|
+
optimizedWidthPixels: S.optional(S.String),
|
|
482
|
+
optimizedFormatMimeType: S.optional(S.String),
|
|
483
|
+
vdcOperationOrigin: S.optional(S.String),
|
|
484
|
+
entryName: S.optional(S.String),
|
|
485
|
+
entryId: S.optional(S.String),
|
|
486
|
+
entryItemId: S.optional(S.String),
|
|
487
|
+
tagName: S.optional(S.String),
|
|
488
|
+
cacheTags: S.optional(S.String),
|
|
489
|
+
storeId: S.optional(S.String),
|
|
490
|
+
storeName: S.optional(S.String),
|
|
491
|
+
blobOperationType: S.optional(S.String),
|
|
492
|
+
blobOperationLevel: S.optional(S.String),
|
|
493
|
+
visitorId: S.optional(S.String),
|
|
494
|
+
eventName: S.optional(S.String),
|
|
495
|
+
attributionTarget: S.optional(S.String),
|
|
496
|
+
attributionEventName: S.optional(S.String),
|
|
497
|
+
metricName: S.optional(S.String),
|
|
498
|
+
attributes: S.optional(S.String),
|
|
499
|
+
flagKey: S.optional(S.String),
|
|
500
|
+
flagVariant: S.optional(S.String),
|
|
501
|
+
flagEvaluationReason: S.optional(S.String),
|
|
502
|
+
flagClientName: S.optional(S.String),
|
|
503
|
+
sdkKeyId: S.optional(S.String),
|
|
504
|
+
sdkKeyEnvironment: S.optional(S.String),
|
|
505
|
+
reportingProjectId: S.optional(S.String),
|
|
506
|
+
reportingProjectName: S.optional(S.String),
|
|
507
|
+
eventData: S.optional(S.String),
|
|
508
|
+
middlewareAction: S.optional(S.String),
|
|
509
|
+
middlewareActionTarget: S.optional(S.String),
|
|
510
|
+
aiModel: S.optional(S.String),
|
|
511
|
+
aiGatewayModelId: S.optional(S.String),
|
|
512
|
+
aiProvider: S.optional(S.String),
|
|
513
|
+
aiModelType: S.optional(S.String),
|
|
514
|
+
servedSpeed: S.optional(S.String),
|
|
515
|
+
virtualModelSlug: S.optional(S.String),
|
|
516
|
+
virtualModelKind: S.optional(S.String),
|
|
517
|
+
inferenceEndpointSlug: S.optional(S.String),
|
|
518
|
+
inferenceScope: S.optional(S.String),
|
|
519
|
+
inferenceGeoRegion: S.optional(S.String),
|
|
520
|
+
inferenceProviderRegion: S.optional(S.String),
|
|
521
|
+
requestedInferenceRegion: S.optional(S.String),
|
|
522
|
+
costCurrency: S.optional(S.String),
|
|
523
|
+
marketCostCurrency: S.optional(S.String),
|
|
524
|
+
cachedInputTokensCurrency: S.optional(S.String),
|
|
525
|
+
cacheCreationInputTokensCurrency: S.optional(S.String),
|
|
526
|
+
cacheCreation1hInputTokensCurrency: S.optional(S.String),
|
|
527
|
+
surchargeCostCurrency: S.optional(S.String),
|
|
528
|
+
gatewayCostCurrency: S.optional(S.String),
|
|
529
|
+
keyId: S.optional(S.String),
|
|
530
|
+
keyName: S.optional(S.String),
|
|
531
|
+
authMethod: S.optional(S.String),
|
|
532
|
+
appName: S.optional(S.String),
|
|
533
|
+
codingAgent: S.optional(S.String),
|
|
534
|
+
isByok: S.optional(S.String),
|
|
535
|
+
isPrivateModel: S.optional(S.String),
|
|
536
|
+
isRequestZdr: S.optional(S.String),
|
|
537
|
+
hipaaRequested: S.optional(S.String),
|
|
538
|
+
quotaRequested: S.optional(S.String),
|
|
539
|
+
quotaEntityId: S.optional(S.String),
|
|
540
|
+
quotaEntityType: S.optional(S.String),
|
|
541
|
+
videoResolution: S.optional(S.String),
|
|
542
|
+
videoAspectRatio: S.optional(S.String),
|
|
543
|
+
piiRedactionApplied: S.optional(S.String),
|
|
544
|
+
moderationApplied: S.optional(S.String),
|
|
545
|
+
queueName: S.optional(S.String),
|
|
546
|
+
consumerGroup: S.optional(S.String),
|
|
547
|
+
messageId: S.optional(S.String),
|
|
548
|
+
eventType: S.optional(S.String),
|
|
549
|
+
notificationUrl: S.optional(S.String),
|
|
550
|
+
sandboxSessionId: S.optional(S.String),
|
|
551
|
+
sandboxName: S.optional(S.String),
|
|
552
|
+
workflowRunId: S.optional(S.String),
|
|
553
|
+
workflowName: S.optional(S.String),
|
|
554
|
+
workflowStatus: S.optional(S.String),
|
|
555
|
+
stepRunId: S.optional(S.String),
|
|
556
|
+
workflowStepName: S.optional(S.String),
|
|
557
|
+
workflowEventType: S.optional(S.String),
|
|
558
|
+
region: S.optional(S.String),
|
|
559
|
+
specVersion: S.optional(S.String),
|
|
560
|
+
contentType: S.optional(S.String),
|
|
561
|
+
rewriteDestinationHostname: S.optional(S.String),
|
|
562
|
+
externalRewriteTargetHost: S.optional(S.String),
|
|
563
|
+
externalRewriteTargetPath: S.optional(S.String),
|
|
564
|
+
commitSha: S.optional(S.String),
|
|
565
|
+
reviewConclusion: S.optional(S.String),
|
|
566
|
+
pullRequestNumber: S.optional(S.String),
|
|
567
|
+
repositoryName: S.optional(S.String),
|
|
568
|
+
repositoryOwner: S.optional(S.String),
|
|
569
|
+
reviewStatus: S.optional(S.String),
|
|
570
|
+
pullRequestState: S.optional(S.String),
|
|
571
|
+
triggeringTag: S.optional(S.String),
|
|
572
|
+
redirectLocation: S.optional(S.String),
|
|
573
|
+
microfrontendsResponseReason: S.optional(S.String),
|
|
574
|
+
microfrontendsMatchedPath: S.optional(S.String),
|
|
575
|
+
microfrontendsDefaultAppDeploymentId: S.optional(S.String),
|
|
576
|
+
microfrontendsDefaultAppProjectId: S.optional(S.String),
|
|
577
|
+
service: S.optional(S.String),
|
|
578
|
+
isPrefetchRequest: S.optional(S.String),
|
|
579
|
+
spendReportGroupBy: S.optional(S.String),
|
|
580
|
+
spendReportDatePart: S.optional(S.String),
|
|
581
|
+
providerAttemptCanonicalSlug: S.optional(S.String),
|
|
582
|
+
providerAttemptCredentialType: S.optional(S.String),
|
|
583
|
+
providerAttemptSuccess: S.optional(S.String),
|
|
584
|
+
providerAttemptStatusCode: S.optional(S.String),
|
|
585
|
+
providerAttemptTimeout: S.optional(S.String),
|
|
586
|
+
providerAttemptIsFinal: S.optional(S.String),
|
|
587
|
+
providerAttemptNumber: S.optional(S.String),
|
|
588
|
+
providerAttemptTotalInRequest: S.optional(S.String),
|
|
589
|
+
generationId: S.optional(S.String),
|
|
590
|
+
sessionId: S.optional(S.String),
|
|
591
|
+
contentCaptureStatus: S.optional(S.String),
|
|
592
|
+
contentCaptureInputs: S.optional(S.String),
|
|
593
|
+
contentCaptureOutputs: S.optional(S.String),
|
|
594
|
+
transcriptStatus: S.optional(S.String),
|
|
595
|
+
transcriptInputs: S.optional(S.String),
|
|
596
|
+
transcriptOutputs: S.optional(S.String),
|
|
597
|
+
providerAttemptError: S.optional(S.String),
|
|
598
|
+
providerAttemptSafetyIdentifier: S.optional(S.String),
|
|
599
|
+
providerAttemptDevSafetyIdentifier: S.optional(S.String),
|
|
600
|
+
providerAttemptRegion: S.optional(S.String),
|
|
601
|
+
providerAttemptModelIndex: S.optional(S.String),
|
|
602
|
+
toolCallType: S.optional(S.String),
|
|
603
|
+
toolCallProvider: S.optional(S.String),
|
|
604
|
+
toolCallSuccess: S.optional(S.String),
|
|
605
|
+
toolCallErrorType: S.optional(S.String),
|
|
606
|
+
toolCallStatusCode: S.optional(S.String),
|
|
607
|
+
environmentId: S.optional(S.String),
|
|
608
|
+
billableRegion: S.optional(S.String),
|
|
609
|
+
direction: S.optional(S.String),
|
|
610
|
+
networkTenancy: S.optional(S.String),
|
|
611
|
+
trafficSource: S.optional(S.String),
|
|
612
|
+
networkId: S.optional(S.String),
|
|
613
|
+
privatelinkEndpointId: S.optional(S.String),
|
|
614
|
+
privatelinkDnsName: S.optional(S.String),
|
|
615
|
+
privatelinkIpAddress: S.optional(S.String),
|
|
616
|
+
timestamp: S.String,
|
|
617
|
+
}),
|
|
618
|
+
).annotate({
|
|
619
|
+
identifier: "AggregateEventsResponseDataCase0Item",
|
|
620
|
+
}) as any as S.Schema<AggregateEventsResponseDataCase0Item>;
|
|
621
|
+
|
|
622
|
+
export type AggregateEventsResponseDataCase0List =
|
|
623
|
+
Array<AggregateEventsResponseDataCase0Item>;
|
|
624
|
+
export const AggregateEventsResponseDataCase0List = /*@__PURE__*/ S.Array(
|
|
625
|
+
AggregateEventsResponseDataCase0Item,
|
|
626
|
+
) as any as S.Schema<AggregateEventsResponseDataCase0List>;
|
|
627
|
+
|
|
628
|
+
export interface AggregateEventsResponseDataCase1Item {
|
|
629
|
+
projectId: string;
|
|
630
|
+
country: string;
|
|
631
|
+
deviceType: string;
|
|
632
|
+
environment: string;
|
|
633
|
+
requestPath: string;
|
|
634
|
+
referrerHostname: string;
|
|
635
|
+
osName: string;
|
|
636
|
+
browserName: string;
|
|
637
|
+
route: string;
|
|
638
|
+
utmSource: string;
|
|
639
|
+
utmMedium: string;
|
|
640
|
+
utmCampaign: string;
|
|
641
|
+
utmContent: string;
|
|
642
|
+
utmTerm: string;
|
|
643
|
+
flags: string;
|
|
644
|
+
errorMessage: string;
|
|
645
|
+
entryRevalidateSeconds: string;
|
|
646
|
+
projectName: string;
|
|
647
|
+
deploymentId: string;
|
|
648
|
+
pathType: string;
|
|
649
|
+
pathTypeVariant: string;
|
|
650
|
+
requestHostname: string;
|
|
651
|
+
requestResolvedIp: string;
|
|
652
|
+
requestMethod: string;
|
|
653
|
+
requestExtension: string;
|
|
654
|
+
requestId: string;
|
|
655
|
+
requestApi: string;
|
|
656
|
+
referrerUrl: string;
|
|
657
|
+
serverActionName: string;
|
|
658
|
+
httpStatus: string;
|
|
659
|
+
errorCode: string;
|
|
660
|
+
source: string;
|
|
661
|
+
edgeType: string;
|
|
662
|
+
reason: string;
|
|
663
|
+
edgeNetworkRegion: string;
|
|
664
|
+
functionRegion: string;
|
|
665
|
+
imageTransformationRegion: string;
|
|
666
|
+
dataCacheRegion: string;
|
|
667
|
+
cause: string;
|
|
668
|
+
runtime: string;
|
|
669
|
+
provider: string;
|
|
670
|
+
isrCacheRegion: string;
|
|
671
|
+
isrAction: string;
|
|
672
|
+
cacheResult: string;
|
|
673
|
+
cacheOperation: string;
|
|
674
|
+
cacheHostname: string;
|
|
675
|
+
cachePath: string;
|
|
676
|
+
cacheHitState: string;
|
|
677
|
+
cacheHitLevel: string;
|
|
678
|
+
cacheApi: string;
|
|
679
|
+
cacheReason: string;
|
|
680
|
+
clientIp: string;
|
|
681
|
+
clientIpCountry: string;
|
|
682
|
+
clientUserAgent: string;
|
|
683
|
+
httpAccept: string;
|
|
684
|
+
clientJa4Digest: string;
|
|
685
|
+
asnId: string;
|
|
686
|
+
asnName: string;
|
|
687
|
+
botName: string;
|
|
688
|
+
botCategory: string;
|
|
689
|
+
botCategoryLegacy: string;
|
|
690
|
+
botVerified: string;
|
|
691
|
+
botCheckResult: string;
|
|
692
|
+
deepAnalysisCheck: string;
|
|
693
|
+
wafAction: string;
|
|
694
|
+
wafRuleId: string;
|
|
695
|
+
skewProtection: string;
|
|
696
|
+
functionStartType: string;
|
|
697
|
+
functionDispatcher: string;
|
|
698
|
+
isAdditionalRequest: string;
|
|
699
|
+
originHostname: string;
|
|
700
|
+
originPath: string;
|
|
701
|
+
originRoute: string;
|
|
702
|
+
fetchType: string;
|
|
703
|
+
fetchIndex: string;
|
|
704
|
+
imageSource: string;
|
|
705
|
+
sourceImage: string;
|
|
706
|
+
sourceImagePathname: string;
|
|
707
|
+
sourceImageHostname: string;
|
|
708
|
+
sourceImageHash: string;
|
|
709
|
+
optimizedQuality: string;
|
|
710
|
+
optimizedWidthPixels: string;
|
|
711
|
+
optimizedFormatMimeType: string;
|
|
712
|
+
vdcOperationOrigin: string;
|
|
713
|
+
entryName: string;
|
|
714
|
+
entryId: string;
|
|
715
|
+
entryItemId: string;
|
|
716
|
+
tagName: string;
|
|
717
|
+
cacheTags: string;
|
|
718
|
+
storeId: string;
|
|
719
|
+
storeName: string;
|
|
720
|
+
blobOperationType: string;
|
|
721
|
+
blobOperationLevel: string;
|
|
722
|
+
visitorId: string;
|
|
723
|
+
eventName: string;
|
|
724
|
+
attributionTarget: string;
|
|
725
|
+
attributionEventName: string;
|
|
726
|
+
metricName: string;
|
|
727
|
+
attributes: string;
|
|
728
|
+
flagKey: string;
|
|
729
|
+
flagVariant: string;
|
|
730
|
+
flagEvaluationReason: string;
|
|
731
|
+
flagClientName: string;
|
|
732
|
+
sdkKeyId: string;
|
|
733
|
+
sdkKeyEnvironment: string;
|
|
734
|
+
reportingProjectId: string;
|
|
735
|
+
reportingProjectName: string;
|
|
736
|
+
eventData: string;
|
|
737
|
+
middlewareAction: string;
|
|
738
|
+
middlewareActionTarget: string;
|
|
739
|
+
aiModel: string;
|
|
740
|
+
aiGatewayModelId: string;
|
|
741
|
+
aiProvider: string;
|
|
742
|
+
aiModelType: string;
|
|
743
|
+
servedSpeed: string;
|
|
744
|
+
virtualModelSlug: string;
|
|
745
|
+
virtualModelKind: string;
|
|
746
|
+
inferenceEndpointSlug: string;
|
|
747
|
+
inferenceScope: string;
|
|
748
|
+
inferenceGeoRegion: string;
|
|
749
|
+
inferenceProviderRegion: string;
|
|
750
|
+
requestedInferenceRegion: string;
|
|
751
|
+
costCurrency: string;
|
|
752
|
+
marketCostCurrency: string;
|
|
753
|
+
cachedInputTokensCurrency: string;
|
|
754
|
+
cacheCreationInputTokensCurrency: string;
|
|
755
|
+
cacheCreation1hInputTokensCurrency: string;
|
|
756
|
+
surchargeCostCurrency: string;
|
|
757
|
+
gatewayCostCurrency: string;
|
|
758
|
+
keyId: string;
|
|
759
|
+
keyName: string;
|
|
760
|
+
authMethod: string;
|
|
761
|
+
appName: string;
|
|
762
|
+
codingAgent: string;
|
|
763
|
+
isByok: string;
|
|
764
|
+
isPrivateModel: string;
|
|
765
|
+
isRequestZdr: string;
|
|
766
|
+
hipaaRequested: string;
|
|
767
|
+
quotaRequested: string;
|
|
768
|
+
quotaEntityId: string;
|
|
769
|
+
quotaEntityType: string;
|
|
770
|
+
videoResolution: string;
|
|
771
|
+
videoAspectRatio: string;
|
|
772
|
+
piiRedactionApplied: string;
|
|
773
|
+
moderationApplied: string;
|
|
774
|
+
queueName: string;
|
|
775
|
+
consumerGroup: string;
|
|
776
|
+
messageId: string;
|
|
777
|
+
eventType: string;
|
|
778
|
+
notificationUrl: string;
|
|
779
|
+
sandboxSessionId: string;
|
|
780
|
+
sandboxName: string;
|
|
781
|
+
workflowRunId: string;
|
|
782
|
+
workflowName: string;
|
|
783
|
+
workflowStatus: string;
|
|
784
|
+
stepRunId: string;
|
|
785
|
+
workflowStepName: string;
|
|
786
|
+
workflowEventType: string;
|
|
787
|
+
region: string;
|
|
788
|
+
specVersion: string;
|
|
789
|
+
contentType: string;
|
|
790
|
+
rewriteDestinationHostname: string;
|
|
791
|
+
externalRewriteTargetHost: string;
|
|
792
|
+
externalRewriteTargetPath: string;
|
|
793
|
+
commitSha: string;
|
|
794
|
+
reviewConclusion: string;
|
|
795
|
+
pullRequestNumber: string;
|
|
796
|
+
repositoryName: string;
|
|
797
|
+
repositoryOwner: string;
|
|
798
|
+
reviewStatus: string;
|
|
799
|
+
pullRequestState: string;
|
|
800
|
+
triggeringTag: string;
|
|
801
|
+
redirectLocation: string;
|
|
802
|
+
microfrontendsResponseReason: string;
|
|
803
|
+
microfrontendsMatchedPath: string;
|
|
804
|
+
microfrontendsDefaultAppDeploymentId: string;
|
|
805
|
+
microfrontendsDefaultAppProjectId: string;
|
|
806
|
+
service: string;
|
|
807
|
+
isPrefetchRequest: string;
|
|
808
|
+
spendReportGroupBy: string;
|
|
809
|
+
spendReportDatePart: string;
|
|
810
|
+
providerAttemptCanonicalSlug: string;
|
|
811
|
+
providerAttemptCredentialType: string;
|
|
812
|
+
providerAttemptSuccess: string;
|
|
813
|
+
providerAttemptStatusCode: string;
|
|
814
|
+
providerAttemptTimeout: string;
|
|
815
|
+
providerAttemptIsFinal: string;
|
|
816
|
+
providerAttemptNumber: string;
|
|
817
|
+
providerAttemptTotalInRequest: string;
|
|
818
|
+
generationId: string;
|
|
819
|
+
sessionId: string;
|
|
820
|
+
contentCaptureStatus: string;
|
|
821
|
+
contentCaptureInputs: string;
|
|
822
|
+
contentCaptureOutputs: string;
|
|
823
|
+
transcriptStatus: string;
|
|
824
|
+
transcriptInputs: string;
|
|
825
|
+
transcriptOutputs: string;
|
|
826
|
+
providerAttemptError: string;
|
|
827
|
+
providerAttemptSafetyIdentifier: string;
|
|
828
|
+
providerAttemptDevSafetyIdentifier: string;
|
|
829
|
+
providerAttemptRegion: string;
|
|
830
|
+
providerAttemptModelIndex: string;
|
|
831
|
+
toolCallType: string;
|
|
832
|
+
toolCallProvider: string;
|
|
833
|
+
toolCallSuccess: string;
|
|
834
|
+
toolCallErrorType: string;
|
|
835
|
+
toolCallStatusCode: string;
|
|
836
|
+
environmentId: string;
|
|
837
|
+
billableRegion: string;
|
|
838
|
+
direction: string;
|
|
839
|
+
networkTenancy: string;
|
|
840
|
+
trafficSource: string;
|
|
841
|
+
networkId: string;
|
|
842
|
+
privatelinkEndpointId: string;
|
|
843
|
+
privatelinkDnsName: string;
|
|
844
|
+
privatelinkIpAddress: string;
|
|
845
|
+
}
|
|
846
|
+
export const AggregateEventsResponseDataCase1Item = /*@__PURE__*/ S.suspend(
|
|
847
|
+
() =>
|
|
848
|
+
S.Struct({
|
|
849
|
+
projectId: S.String,
|
|
850
|
+
country: S.String,
|
|
851
|
+
deviceType: S.String,
|
|
852
|
+
environment: S.String,
|
|
853
|
+
requestPath: S.String,
|
|
854
|
+
referrerHostname: S.String,
|
|
855
|
+
osName: S.String,
|
|
856
|
+
browserName: S.String,
|
|
857
|
+
route: S.String,
|
|
858
|
+
utmSource: S.String,
|
|
859
|
+
utmMedium: S.String,
|
|
860
|
+
utmCampaign: S.String,
|
|
861
|
+
utmContent: S.String,
|
|
862
|
+
utmTerm: S.String,
|
|
863
|
+
flags: S.String,
|
|
864
|
+
errorMessage: S.String,
|
|
865
|
+
entryRevalidateSeconds: S.String,
|
|
866
|
+
projectName: S.String,
|
|
867
|
+
deploymentId: S.String,
|
|
868
|
+
pathType: S.String,
|
|
869
|
+
pathTypeVariant: S.String,
|
|
870
|
+
requestHostname: S.String,
|
|
871
|
+
requestResolvedIp: S.String,
|
|
872
|
+
requestMethod: S.String,
|
|
873
|
+
requestExtension: S.String,
|
|
874
|
+
requestId: S.String,
|
|
875
|
+
requestApi: S.String,
|
|
876
|
+
referrerUrl: S.String,
|
|
877
|
+
serverActionName: S.String,
|
|
878
|
+
httpStatus: S.String,
|
|
879
|
+
errorCode: S.String,
|
|
880
|
+
source: S.String,
|
|
881
|
+
edgeType: S.String,
|
|
882
|
+
reason: S.String,
|
|
883
|
+
edgeNetworkRegion: S.String,
|
|
884
|
+
functionRegion: S.String,
|
|
885
|
+
imageTransformationRegion: S.String,
|
|
886
|
+
dataCacheRegion: S.String,
|
|
887
|
+
cause: S.String,
|
|
888
|
+
runtime: S.String,
|
|
889
|
+
provider: S.String,
|
|
890
|
+
isrCacheRegion: S.String,
|
|
891
|
+
isrAction: S.String,
|
|
892
|
+
cacheResult: S.String,
|
|
893
|
+
cacheOperation: S.String,
|
|
894
|
+
cacheHostname: S.String,
|
|
895
|
+
cachePath: S.String,
|
|
896
|
+
cacheHitState: S.String,
|
|
897
|
+
cacheHitLevel: S.String,
|
|
898
|
+
cacheApi: S.String,
|
|
899
|
+
cacheReason: S.String,
|
|
900
|
+
clientIp: S.String,
|
|
901
|
+
clientIpCountry: S.String,
|
|
902
|
+
clientUserAgent: S.String,
|
|
903
|
+
httpAccept: S.String,
|
|
904
|
+
clientJa4Digest: S.String,
|
|
905
|
+
asnId: S.String,
|
|
906
|
+
asnName: S.String,
|
|
907
|
+
botName: S.String,
|
|
908
|
+
botCategory: S.String,
|
|
909
|
+
botCategoryLegacy: S.String,
|
|
910
|
+
botVerified: S.String,
|
|
911
|
+
botCheckResult: S.String,
|
|
912
|
+
deepAnalysisCheck: S.String,
|
|
913
|
+
wafAction: S.String,
|
|
914
|
+
wafRuleId: S.String,
|
|
915
|
+
skewProtection: S.String,
|
|
916
|
+
functionStartType: S.String,
|
|
917
|
+
functionDispatcher: S.String,
|
|
918
|
+
isAdditionalRequest: S.String,
|
|
919
|
+
originHostname: S.String,
|
|
920
|
+
originPath: S.String,
|
|
921
|
+
originRoute: S.String,
|
|
922
|
+
fetchType: S.String,
|
|
923
|
+
fetchIndex: S.String,
|
|
924
|
+
imageSource: S.String,
|
|
925
|
+
sourceImage: S.String,
|
|
926
|
+
sourceImagePathname: S.String,
|
|
927
|
+
sourceImageHostname: S.String,
|
|
928
|
+
sourceImageHash: S.String,
|
|
929
|
+
optimizedQuality: S.String,
|
|
930
|
+
optimizedWidthPixels: S.String,
|
|
931
|
+
optimizedFormatMimeType: S.String,
|
|
932
|
+
vdcOperationOrigin: S.String,
|
|
933
|
+
entryName: S.String,
|
|
934
|
+
entryId: S.String,
|
|
935
|
+
entryItemId: S.String,
|
|
936
|
+
tagName: S.String,
|
|
937
|
+
cacheTags: S.String,
|
|
938
|
+
storeId: S.String,
|
|
939
|
+
storeName: S.String,
|
|
940
|
+
blobOperationType: S.String,
|
|
941
|
+
blobOperationLevel: S.String,
|
|
942
|
+
visitorId: S.String,
|
|
943
|
+
eventName: S.String,
|
|
944
|
+
attributionTarget: S.String,
|
|
945
|
+
attributionEventName: S.String,
|
|
946
|
+
metricName: S.String,
|
|
947
|
+
attributes: S.String,
|
|
948
|
+
flagKey: S.String,
|
|
949
|
+
flagVariant: S.String,
|
|
950
|
+
flagEvaluationReason: S.String,
|
|
951
|
+
flagClientName: S.String,
|
|
952
|
+
sdkKeyId: S.String,
|
|
953
|
+
sdkKeyEnvironment: S.String,
|
|
954
|
+
reportingProjectId: S.String,
|
|
955
|
+
reportingProjectName: S.String,
|
|
956
|
+
eventData: S.String,
|
|
957
|
+
middlewareAction: S.String,
|
|
958
|
+
middlewareActionTarget: S.String,
|
|
959
|
+
aiModel: S.String,
|
|
960
|
+
aiGatewayModelId: S.String,
|
|
961
|
+
aiProvider: S.String,
|
|
962
|
+
aiModelType: S.String,
|
|
963
|
+
servedSpeed: S.String,
|
|
964
|
+
virtualModelSlug: S.String,
|
|
965
|
+
virtualModelKind: S.String,
|
|
966
|
+
inferenceEndpointSlug: S.String,
|
|
967
|
+
inferenceScope: S.String,
|
|
968
|
+
inferenceGeoRegion: S.String,
|
|
969
|
+
inferenceProviderRegion: S.String,
|
|
970
|
+
requestedInferenceRegion: S.String,
|
|
971
|
+
costCurrency: S.String,
|
|
972
|
+
marketCostCurrency: S.String,
|
|
973
|
+
cachedInputTokensCurrency: S.String,
|
|
974
|
+
cacheCreationInputTokensCurrency: S.String,
|
|
975
|
+
cacheCreation1hInputTokensCurrency: S.String,
|
|
976
|
+
surchargeCostCurrency: S.String,
|
|
977
|
+
gatewayCostCurrency: S.String,
|
|
978
|
+
keyId: S.String,
|
|
979
|
+
keyName: S.String,
|
|
980
|
+
authMethod: S.String,
|
|
981
|
+
appName: S.String,
|
|
982
|
+
codingAgent: S.String,
|
|
983
|
+
isByok: S.String,
|
|
984
|
+
isPrivateModel: S.String,
|
|
985
|
+
isRequestZdr: S.String,
|
|
986
|
+
hipaaRequested: S.String,
|
|
987
|
+
quotaRequested: S.String,
|
|
988
|
+
quotaEntityId: S.String,
|
|
989
|
+
quotaEntityType: S.String,
|
|
990
|
+
videoResolution: S.String,
|
|
991
|
+
videoAspectRatio: S.String,
|
|
992
|
+
piiRedactionApplied: S.String,
|
|
993
|
+
moderationApplied: S.String,
|
|
994
|
+
queueName: S.String,
|
|
995
|
+
consumerGroup: S.String,
|
|
996
|
+
messageId: S.String,
|
|
997
|
+
eventType: S.String,
|
|
998
|
+
notificationUrl: S.String,
|
|
999
|
+
sandboxSessionId: S.String,
|
|
1000
|
+
sandboxName: S.String,
|
|
1001
|
+
workflowRunId: S.String,
|
|
1002
|
+
workflowName: S.String,
|
|
1003
|
+
workflowStatus: S.String,
|
|
1004
|
+
stepRunId: S.String,
|
|
1005
|
+
workflowStepName: S.String,
|
|
1006
|
+
workflowEventType: S.String,
|
|
1007
|
+
region: S.String,
|
|
1008
|
+
specVersion: S.String,
|
|
1009
|
+
contentType: S.String,
|
|
1010
|
+
rewriteDestinationHostname: S.String,
|
|
1011
|
+
externalRewriteTargetHost: S.String,
|
|
1012
|
+
externalRewriteTargetPath: S.String,
|
|
1013
|
+
commitSha: S.String,
|
|
1014
|
+
reviewConclusion: S.String,
|
|
1015
|
+
pullRequestNumber: S.String,
|
|
1016
|
+
repositoryName: S.String,
|
|
1017
|
+
repositoryOwner: S.String,
|
|
1018
|
+
reviewStatus: S.String,
|
|
1019
|
+
pullRequestState: S.String,
|
|
1020
|
+
triggeringTag: S.String,
|
|
1021
|
+
redirectLocation: S.String,
|
|
1022
|
+
microfrontendsResponseReason: S.String,
|
|
1023
|
+
microfrontendsMatchedPath: S.String,
|
|
1024
|
+
microfrontendsDefaultAppDeploymentId: S.String,
|
|
1025
|
+
microfrontendsDefaultAppProjectId: S.String,
|
|
1026
|
+
service: S.String,
|
|
1027
|
+
isPrefetchRequest: S.String,
|
|
1028
|
+
spendReportGroupBy: S.String,
|
|
1029
|
+
spendReportDatePart: S.String,
|
|
1030
|
+
providerAttemptCanonicalSlug: S.String,
|
|
1031
|
+
providerAttemptCredentialType: S.String,
|
|
1032
|
+
providerAttemptSuccess: S.String,
|
|
1033
|
+
providerAttemptStatusCode: S.String,
|
|
1034
|
+
providerAttemptTimeout: S.String,
|
|
1035
|
+
providerAttemptIsFinal: S.String,
|
|
1036
|
+
providerAttemptNumber: S.String,
|
|
1037
|
+
providerAttemptTotalInRequest: S.String,
|
|
1038
|
+
generationId: S.String,
|
|
1039
|
+
sessionId: S.String,
|
|
1040
|
+
contentCaptureStatus: S.String,
|
|
1041
|
+
contentCaptureInputs: S.String,
|
|
1042
|
+
contentCaptureOutputs: S.String,
|
|
1043
|
+
transcriptStatus: S.String,
|
|
1044
|
+
transcriptInputs: S.String,
|
|
1045
|
+
transcriptOutputs: S.String,
|
|
1046
|
+
providerAttemptError: S.String,
|
|
1047
|
+
providerAttemptSafetyIdentifier: S.String,
|
|
1048
|
+
providerAttemptDevSafetyIdentifier: S.String,
|
|
1049
|
+
providerAttemptRegion: S.String,
|
|
1050
|
+
providerAttemptModelIndex: S.String,
|
|
1051
|
+
toolCallType: S.String,
|
|
1052
|
+
toolCallProvider: S.String,
|
|
1053
|
+
toolCallSuccess: S.String,
|
|
1054
|
+
toolCallErrorType: S.String,
|
|
1055
|
+
toolCallStatusCode: S.String,
|
|
1056
|
+
environmentId: S.String,
|
|
1057
|
+
billableRegion: S.String,
|
|
1058
|
+
direction: S.String,
|
|
1059
|
+
networkTenancy: S.String,
|
|
1060
|
+
trafficSource: S.String,
|
|
1061
|
+
networkId: S.String,
|
|
1062
|
+
privatelinkEndpointId: S.String,
|
|
1063
|
+
privatelinkDnsName: S.String,
|
|
1064
|
+
privatelinkIpAddress: S.String,
|
|
1065
|
+
}),
|
|
1066
|
+
).annotate({
|
|
1067
|
+
identifier: "AggregateEventsResponseDataCase1Item",
|
|
1068
|
+
}) as any as S.Schema<AggregateEventsResponseDataCase1Item>;
|
|
1069
|
+
|
|
1070
|
+
export type AggregateEventsResponseDataCase1List =
|
|
1071
|
+
Array<AggregateEventsResponseDataCase1Item>;
|
|
1072
|
+
export const AggregateEventsResponseDataCase1List = /*@__PURE__*/ S.Array(
|
|
1073
|
+
AggregateEventsResponseDataCase1Item,
|
|
1074
|
+
) as any as S.Schema<AggregateEventsResponseDataCase1List>;
|
|
1075
|
+
|
|
1076
|
+
export type AggregateEventsResponseData =
|
|
1077
|
+
| AggregateEventsResponseDataCase0List
|
|
1078
|
+
| AggregateEventsResponseDataCase1List;
|
|
1079
|
+
export const AggregateEventsResponseData =
|
|
1080
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregateEventsResponseData>;
|
|
1081
|
+
|
|
1082
|
+
export interface AggregateEventsResponse {
|
|
1083
|
+
version: number;
|
|
1084
|
+
query: AggregateEventsResponseQuery;
|
|
1085
|
+
data: AggregateEventsResponseData;
|
|
1086
|
+
}
|
|
1087
|
+
export const AggregateEventsResponse = /*@__PURE__*/ S.suspend(() =>
|
|
1088
|
+
S.Struct({
|
|
1089
|
+
version: S.Number,
|
|
1090
|
+
query: AggregateEventsResponseQuery,
|
|
1091
|
+
data: AggregateEventsResponseData,
|
|
1092
|
+
}),
|
|
1093
|
+
).annotate({
|
|
1094
|
+
identifier: "AggregateEventsResponse",
|
|
1095
|
+
}) as any as S.Schema<AggregateEventsResponse>;
|
|
1096
|
+
|
|
1097
|
+
export type AggregatePageviewsRequestByItemCase0 =
|
|
1098
|
+
| "hour"
|
|
1099
|
+
| "day"
|
|
1100
|
+
| "week"
|
|
1101
|
+
| "month"
|
|
1102
|
+
| "year"
|
|
1103
|
+
| "country"
|
|
1104
|
+
| "deviceType"
|
|
1105
|
+
| "environment"
|
|
1106
|
+
| "requestPath"
|
|
1107
|
+
| "referrerHostname"
|
|
1108
|
+
| "osName"
|
|
1109
|
+
| "browserName"
|
|
1110
|
+
| "route"
|
|
1111
|
+
| "utmSource"
|
|
1112
|
+
| "utmMedium"
|
|
1113
|
+
| "utmCampaign"
|
|
1114
|
+
| "utmContent"
|
|
1115
|
+
| "utmTerm"
|
|
1116
|
+
| "flags";
|
|
1117
|
+
export const AggregatePageviewsRequestByItemCase0 = /*@__PURE__*/ S.String;
|
|
1118
|
+
|
|
1119
|
+
export type AggregatePageviewsRequestByItem =
|
|
1120
|
+
| AggregatePageviewsRequestByItemCase0
|
|
1121
|
+
| unknown;
|
|
1122
|
+
export const AggregatePageviewsRequestByItem =
|
|
1123
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregatePageviewsRequestByItem>;
|
|
1124
|
+
|
|
1125
|
+
/** Up to two dimensions used to break down results. At most one time granularity is allowed: hour, day, week, month, year. Other dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm. JSON dimensions: flags. Used bare, it breaks down results by key, for example flags returns one group per flag name. With a key, it breaks down results by that key's value, for example flags/beta_banner. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag'. */
|
|
1126
|
+
export type AggregatePageviewsRequestByList =
|
|
1127
|
+
Array<AggregatePageviewsRequestByItem>;
|
|
1128
|
+
export const AggregatePageviewsRequestByList = /*@__PURE__*/ S.Array(
|
|
1129
|
+
AggregatePageviewsRequestByItem,
|
|
1130
|
+
) as any as S.Schema<AggregatePageviewsRequestByList>;
|
|
1131
|
+
|
|
1132
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
1133
|
+
export type AggregatePageviewsRequestSince = number | string;
|
|
1134
|
+
export const AggregatePageviewsRequestSince =
|
|
1135
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregatePageviewsRequestSince>;
|
|
1136
|
+
|
|
1137
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
1138
|
+
export type AggregatePageviewsRequestUntil = number | string;
|
|
1139
|
+
export const AggregatePageviewsRequestUntil =
|
|
1140
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregatePageviewsRequestUntil>;
|
|
1141
|
+
|
|
1142
|
+
export interface AggregatePageviewsRequest {
|
|
1143
|
+
/** The project identifier or the project name */
|
|
1144
|
+
projectId: string;
|
|
1145
|
+
/** Up to two dimensions used to break down results. At most one time granularity is allowed: hour, day, week, month, year. Other dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm. JSON dimensions: flags. Used bare, it breaks down results by key, for example flags returns one group per flag name. With a key, it breaks down results by that key's value, for example flags/beta_banner. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag'. */
|
|
1146
|
+
by: AggregatePageviewsRequestByList;
|
|
1147
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
1148
|
+
since: AggregatePageviewsRequestSince;
|
|
1149
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
1150
|
+
until: AggregatePageviewsRequestUntil;
|
|
1151
|
+
/** Number of distinct results, default to 10. Other results are grouped into "Others" group. */
|
|
1152
|
+
limit?: number;
|
|
1153
|
+
/** OData-compliant filter. Encode the value when sending it in a URL. Allows filtering on one or multiple dimensions. By default, filters for production environment only. Supported dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm. JSON dimensions filtered by key: flags/<name>, for example flags/beta_banner eq 'true'. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag' eq 'true'. Supported operations include eq, ne, in, and logical operators and, or, not with parentheses. Functions such as startswith are supported by the OData parser. */
|
|
1154
|
+
filter?: string;
|
|
1155
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1156
|
+
teamId?: string;
|
|
1157
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1158
|
+
slug?: string;
|
|
1159
|
+
}
|
|
1160
|
+
export const AggregatePageviewsRequest = /*@__PURE__*/ S.suspend(() =>
|
|
1161
|
+
S.Struct({
|
|
1162
|
+
projectId: S.String.pipe(T.Query()),
|
|
1163
|
+
by: AggregatePageviewsRequestByList.pipe(T.Query()),
|
|
1164
|
+
since: AggregatePageviewsRequestSince.pipe(T.Query()),
|
|
1165
|
+
until: AggregatePageviewsRequestUntil.pipe(T.Query()),
|
|
1166
|
+
limit: S.optional(S.Number.pipe(T.Query())),
|
|
1167
|
+
filter: S.optional(S.String.pipe(T.Query())),
|
|
1168
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
1169
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
1170
|
+
}).pipe(
|
|
1171
|
+
T.Http({
|
|
1172
|
+
method: "GET",
|
|
1173
|
+
uri: "/v1/query/web-analytics/visits/aggregate",
|
|
1174
|
+
code: 200,
|
|
1175
|
+
}),
|
|
1176
|
+
),
|
|
1177
|
+
).annotate({
|
|
1178
|
+
identifier: "AggregatePageviewsRequest",
|
|
1179
|
+
}) as any as S.Schema<AggregatePageviewsRequest>;
|
|
1180
|
+
|
|
1181
|
+
export type AggregatePageviewsResponseQueryGroupByItemCase1 =
|
|
1182
|
+
| "browserName"
|
|
1183
|
+
| "country"
|
|
1184
|
+
| "deviceType"
|
|
1185
|
+
| "environment"
|
|
1186
|
+
| "flags"
|
|
1187
|
+
| "osName"
|
|
1188
|
+
| "referrerHostname"
|
|
1189
|
+
| "requestPath"
|
|
1190
|
+
| "route"
|
|
1191
|
+
| "utmCampaign"
|
|
1192
|
+
| "utmContent"
|
|
1193
|
+
| "utmMedium"
|
|
1194
|
+
| "utmSource"
|
|
1195
|
+
| "utmTerm";
|
|
1196
|
+
export const AggregatePageviewsResponseQueryGroupByItemCase1 =
|
|
1197
|
+
/*@__PURE__*/ S.String;
|
|
1198
|
+
|
|
1199
|
+
export type AggregatePageviewsResponseQueryGroupByItem =
|
|
1200
|
+
| string
|
|
1201
|
+
| AggregatePageviewsResponseQueryGroupByItemCase1;
|
|
1202
|
+
export const AggregatePageviewsResponseQueryGroupByItem =
|
|
1203
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregatePageviewsResponseQueryGroupByItem>;
|
|
1204
|
+
|
|
1205
|
+
export type AggregatePageviewsResponseQueryGroupByList =
|
|
1206
|
+
Array<AggregatePageviewsResponseQueryGroupByItem>;
|
|
1207
|
+
export const AggregatePageviewsResponseQueryGroupByList = /*@__PURE__*/ S.Array(
|
|
1208
|
+
AggregatePageviewsResponseQueryGroupByItem,
|
|
1209
|
+
) as any as S.Schema<AggregatePageviewsResponseQueryGroupByList>;
|
|
1210
|
+
|
|
1211
|
+
export interface AggregatePageviewsResponseQuery {
|
|
1212
|
+
since: string;
|
|
1213
|
+
until: string;
|
|
1214
|
+
groupBy?: AggregatePageviewsResponseQueryGroupByList;
|
|
1215
|
+
filter?: string;
|
|
1216
|
+
limit: number;
|
|
1217
|
+
}
|
|
1218
|
+
export const AggregatePageviewsResponseQuery = /*@__PURE__*/ S.suspend(() =>
|
|
1219
|
+
S.Struct({
|
|
1220
|
+
since: S.String,
|
|
1221
|
+
until: S.String,
|
|
1222
|
+
groupBy: S.optional(AggregatePageviewsResponseQueryGroupByList),
|
|
1223
|
+
filter: S.optional(S.String),
|
|
1224
|
+
limit: S.Number,
|
|
1225
|
+
}),
|
|
1226
|
+
).annotate({
|
|
1227
|
+
identifier: "AggregatePageviewsResponseQuery",
|
|
1228
|
+
}) as any as S.Schema<AggregatePageviewsResponseQuery>;
|
|
1229
|
+
|
|
1230
|
+
export type AggregatePageviewsResponseDataCase0Item =
|
|
1231
|
+
AggregateEventsResponseDataCase0Item;
|
|
1232
|
+
export const AggregatePageviewsResponseDataCase0Item =
|
|
1233
|
+
AggregateEventsResponseDataCase0Item;
|
|
1234
|
+
|
|
1235
|
+
export type AggregatePageviewsResponseDataCase0List =
|
|
1236
|
+
Array<AggregateEventsResponseDataCase0Item>;
|
|
1237
|
+
export const AggregatePageviewsResponseDataCase0List = /*@__PURE__*/ S.Array(
|
|
1238
|
+
AggregateEventsResponseDataCase0Item,
|
|
1239
|
+
) as any as S.Schema<AggregatePageviewsResponseDataCase0List>;
|
|
1240
|
+
|
|
1241
|
+
export type AggregatePageviewsResponseDataCase1Item =
|
|
1242
|
+
AggregateEventsResponseDataCase1Item;
|
|
1243
|
+
export const AggregatePageviewsResponseDataCase1Item =
|
|
1244
|
+
AggregateEventsResponseDataCase1Item;
|
|
1245
|
+
|
|
1246
|
+
export type AggregatePageviewsResponseDataCase1List =
|
|
1247
|
+
Array<AggregateEventsResponseDataCase1Item>;
|
|
1248
|
+
export const AggregatePageviewsResponseDataCase1List = /*@__PURE__*/ S.Array(
|
|
1249
|
+
AggregateEventsResponseDataCase1Item,
|
|
1250
|
+
) as any as S.Schema<AggregatePageviewsResponseDataCase1List>;
|
|
1251
|
+
|
|
1252
|
+
export type AggregatePageviewsResponseData =
|
|
1253
|
+
| AggregatePageviewsResponseDataCase0List
|
|
1254
|
+
| AggregatePageviewsResponseDataCase1List;
|
|
1255
|
+
export const AggregatePageviewsResponseData =
|
|
1256
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<AggregatePageviewsResponseData>;
|
|
1257
|
+
|
|
1258
|
+
export interface AggregatePageviewsResponse {
|
|
1259
|
+
version: number;
|
|
1260
|
+
query: AggregatePageviewsResponseQuery;
|
|
1261
|
+
data: AggregatePageviewsResponseData;
|
|
1262
|
+
}
|
|
1263
|
+
export const AggregatePageviewsResponse = /*@__PURE__*/ S.suspend(() =>
|
|
1264
|
+
S.Struct({
|
|
1265
|
+
version: S.Number,
|
|
1266
|
+
query: AggregatePageviewsResponseQuery,
|
|
1267
|
+
data: AggregatePageviewsResponseData,
|
|
1268
|
+
}),
|
|
1269
|
+
).annotate({
|
|
1270
|
+
identifier: "AggregatePageviewsResponse",
|
|
1271
|
+
}) as any as S.Schema<AggregatePageviewsResponse>;
|
|
1272
|
+
|
|
1273
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
1274
|
+
export type CountEventsRequestSince = number | string;
|
|
1275
|
+
export const CountEventsRequestSince =
|
|
1276
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<CountEventsRequestSince>;
|
|
1277
|
+
|
|
1278
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
1279
|
+
export type CountEventsRequestUntil = number | string;
|
|
1280
|
+
export const CountEventsRequestUntil =
|
|
1281
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<CountEventsRequestUntil>;
|
|
1282
|
+
|
|
1283
|
+
export interface CountEventsRequest {
|
|
1284
|
+
/** The project identifier or the project name */
|
|
1285
|
+
projectId: string;
|
|
1286
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
1287
|
+
since?: CountEventsRequestSince;
|
|
1288
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
1289
|
+
until?: CountEventsRequestUntil;
|
|
1290
|
+
/** OData-compliant filter. Encode the value when sending it in a URL. Allows filtering on one or multiple dimensions. Supported dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm, eventName. JSON dimensions filtered by key: flags/<name>, eventData/<property>, for example eventData/plan eq 'pro'. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag' eq 'true'. Supported operations include eq, ne, in, and logical operators and, or, not with parentheses. Functions such as startswith are supported by the OData parser. */
|
|
1291
|
+
filter?: string;
|
|
1292
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1293
|
+
teamId?: string;
|
|
1294
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1295
|
+
slug?: string;
|
|
1296
|
+
}
|
|
1297
|
+
export const CountEventsRequest = /*@__PURE__*/ S.suspend(() =>
|
|
1298
|
+
S.Struct({
|
|
1299
|
+
projectId: S.String.pipe(T.Query()),
|
|
1300
|
+
since: S.optional(CountEventsRequestSince.pipe(T.Query())),
|
|
1301
|
+
until: S.optional(CountEventsRequestUntil.pipe(T.Query())),
|
|
1302
|
+
filter: S.optional(S.String.pipe(T.Query())),
|
|
1303
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
1304
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
1305
|
+
}).pipe(
|
|
1306
|
+
T.Http({
|
|
1307
|
+
method: "GET",
|
|
1308
|
+
uri: "/v1/query/web-analytics/events/count",
|
|
1309
|
+
code: 200,
|
|
1310
|
+
}),
|
|
1311
|
+
),
|
|
1312
|
+
).annotate({
|
|
1313
|
+
identifier: "CountEventsRequest",
|
|
1314
|
+
}) as any as S.Schema<CountEventsRequest>;
|
|
1315
|
+
|
|
1316
|
+
export interface CountEventsResponseQuery {
|
|
1317
|
+
since: string;
|
|
1318
|
+
until: string;
|
|
1319
|
+
filter?: string;
|
|
1320
|
+
}
|
|
1321
|
+
export const CountEventsResponseQuery = /*@__PURE__*/ S.suspend(() =>
|
|
1322
|
+
S.Struct({
|
|
1323
|
+
since: S.String,
|
|
1324
|
+
until: S.String,
|
|
1325
|
+
filter: S.optional(S.String),
|
|
1326
|
+
}),
|
|
1327
|
+
).annotate({
|
|
1328
|
+
identifier: "CountEventsResponseQuery",
|
|
1329
|
+
}) as any as S.Schema<CountEventsResponseQuery>;
|
|
1330
|
+
|
|
1331
|
+
export type CountEventsResponseData = AggregateEventsResponseDataCase1Item;
|
|
1332
|
+
export const CountEventsResponseData = AggregateEventsResponseDataCase1Item;
|
|
1333
|
+
|
|
1334
|
+
export interface CountEventsResponse {
|
|
1335
|
+
version: number;
|
|
1336
|
+
query: CountEventsResponseQuery;
|
|
1337
|
+
data: AggregateEventsResponseDataCase1Item;
|
|
1338
|
+
}
|
|
1339
|
+
export const CountEventsResponse = /*@__PURE__*/ S.suspend(() =>
|
|
1340
|
+
S.Struct({
|
|
1341
|
+
version: S.Number,
|
|
1342
|
+
query: CountEventsResponseQuery,
|
|
1343
|
+
data: AggregateEventsResponseDataCase1Item,
|
|
1344
|
+
}),
|
|
1345
|
+
).annotate({
|
|
1346
|
+
identifier: "CountEventsResponse",
|
|
1347
|
+
}) as any as S.Schema<CountEventsResponse>;
|
|
1348
|
+
|
|
1349
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
1350
|
+
export type CountPageviewsRequestSince = number | string;
|
|
1351
|
+
export const CountPageviewsRequestSince =
|
|
1352
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<CountPageviewsRequestSince>;
|
|
1353
|
+
|
|
1354
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
1355
|
+
export type CountPageviewsRequestUntil = number | string;
|
|
1356
|
+
export const CountPageviewsRequestUntil =
|
|
1357
|
+
/*@__PURE__*/ S.Unknown as any as S.Schema<CountPageviewsRequestUntil>;
|
|
1358
|
+
|
|
1359
|
+
export interface CountPageviewsRequest {
|
|
1360
|
+
/** The project identifier or the project name */
|
|
1361
|
+
projectId: string;
|
|
1362
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data from (including) this date and time. Will be adjusted according to the desired time granularity. */
|
|
1363
|
+
since?: CountPageviewsRequestSince;
|
|
1364
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
1365
|
+
until?: CountPageviewsRequestUntil;
|
|
1366
|
+
/** OData-compliant filter. Encode the value when sending it in a URL. Allows filtering on one or multiple dimensions. Supported dimensions: country, deviceType, environment, requestPath, referrerHostname, osName, browserName, route, utmSource, utmMedium, utmCampaign, utmContent, utmTerm. JSON dimensions filtered by key: flags/<name>, for example flags/beta_banner eq 'true'. Wrap keys containing characters other than letters, digits, and underscores in single quotes, for example flags/'my-flag' eq 'true'. Supported operations include eq, ne, in, and logical operators and, or, not with parentheses. Functions such as startswith are supported by the OData parser. */
|
|
1367
|
+
filter?: string;
|
|
1368
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
1369
|
+
teamId?: string;
|
|
1370
|
+
/** The Team slug to perform the request on behalf of. */
|
|
1371
|
+
slug?: string;
|
|
1372
|
+
}
|
|
1373
|
+
export const CountPageviewsRequest = /*@__PURE__*/ S.suspend(() =>
|
|
1374
|
+
S.Struct({
|
|
1375
|
+
projectId: S.String.pipe(T.Query()),
|
|
1376
|
+
since: S.optional(CountPageviewsRequestSince.pipe(T.Query())),
|
|
1377
|
+
until: S.optional(CountPageviewsRequestUntil.pipe(T.Query())),
|
|
1378
|
+
filter: S.optional(S.String.pipe(T.Query())),
|
|
1379
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
1380
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
1381
|
+
}).pipe(
|
|
1382
|
+
T.Http({
|
|
1383
|
+
method: "GET",
|
|
1384
|
+
uri: "/v1/query/web-analytics/visits/count",
|
|
1385
|
+
code: 200,
|
|
1386
|
+
}),
|
|
1387
|
+
),
|
|
1388
|
+
).annotate({
|
|
1389
|
+
identifier: "CountPageviewsRequest",
|
|
1390
|
+
}) as any as S.Schema<CountPageviewsRequest>;
|
|
1391
|
+
|
|
1392
|
+
export type CountPageviewsResponseQuery = CountEventsResponseQuery;
|
|
1393
|
+
export const CountPageviewsResponseQuery = CountEventsResponseQuery;
|
|
1394
|
+
|
|
1395
|
+
export type CountPageviewsResponseData = AggregateEventsResponseDataCase1Item;
|
|
1396
|
+
export const CountPageviewsResponseData = AggregateEventsResponseDataCase1Item;
|
|
1397
|
+
|
|
1398
|
+
export interface CountPageviewsResponse {
|
|
1399
|
+
version: number;
|
|
1400
|
+
query: CountEventsResponseQuery;
|
|
1401
|
+
data: AggregateEventsResponseDataCase1Item;
|
|
1402
|
+
}
|
|
1403
|
+
export const CountPageviewsResponse = /*@__PURE__*/ S.suspend(() =>
|
|
1404
|
+
S.Struct({
|
|
1405
|
+
version: S.Number,
|
|
1406
|
+
query: CountEventsResponseQuery,
|
|
1407
|
+
data: AggregateEventsResponseDataCase1Item,
|
|
1408
|
+
}),
|
|
1409
|
+
).annotate({
|
|
1410
|
+
identifier: "CountPageviewsResponse",
|
|
1411
|
+
}) as any as S.Schema<CountPageviewsResponse>;
|
|
1412
|
+
|
|
1413
|
+
export interface CreateSpeedInsightsToggleRequest {
|
|
1414
|
+
projectId: string;
|
|
1415
|
+
value: boolean;
|
|
1416
|
+
}
|
|
1417
|
+
export const CreateSpeedInsightsToggleRequest = /*@__PURE__*/ S.suspend(() =>
|
|
1418
|
+
S.Struct({
|
|
1419
|
+
projectId: S.String.pipe(T.Query()),
|
|
1420
|
+
value: S.Boolean,
|
|
1421
|
+
}).pipe(T.Http({ method: "POST", uri: "/speed-insights/toggle", code: 200 })),
|
|
1422
|
+
).annotate({
|
|
1423
|
+
identifier: "CreateSpeedInsightsToggleRequest",
|
|
1424
|
+
}) as any as S.Schema<CreateSpeedInsightsToggleRequest>;
|
|
1425
|
+
|
|
1426
|
+
export interface CreateSpeedInsightsToggleResponse {
|
|
1427
|
+
value: boolean;
|
|
1428
|
+
}
|
|
1429
|
+
export const CreateSpeedInsightsToggleResponse = /*@__PURE__*/ S.suspend(() =>
|
|
1430
|
+
S.Struct({
|
|
1431
|
+
value: S.Boolean,
|
|
1432
|
+
}),
|
|
1433
|
+
).annotate({
|
|
1434
|
+
identifier: "CreateSpeedInsightsToggleResponse",
|
|
1435
|
+
}) as any as S.Schema<CreateSpeedInsightsToggleResponse>;
|
|
1436
|
+
|
|
1437
|
+
export interface CreateWebInsightsToggleRequest {
|
|
1438
|
+
projectId: string;
|
|
1439
|
+
value: boolean;
|
|
1440
|
+
}
|
|
1441
|
+
export const CreateWebInsightsToggleRequest = /*@__PURE__*/ S.suspend(() =>
|
|
1442
|
+
S.Struct({
|
|
1443
|
+
projectId: S.String.pipe(T.Query()),
|
|
1444
|
+
value: S.Boolean,
|
|
1445
|
+
}).pipe(T.Http({ method: "POST", uri: "/web/insights/toggle", code: 200 })),
|
|
1446
|
+
).annotate({
|
|
1447
|
+
identifier: "CreateWebInsightsToggleRequest",
|
|
1448
|
+
}) as any as S.Schema<CreateWebInsightsToggleRequest>;
|
|
1449
|
+
|
|
1450
|
+
export interface CreateWebInsightsToggleResponse {
|
|
1451
|
+
value: boolean;
|
|
1452
|
+
}
|
|
1453
|
+
export const CreateWebInsightsToggleResponse = /*@__PURE__*/ S.suspend(() =>
|
|
1454
|
+
S.Struct({
|
|
1455
|
+
value: S.Boolean,
|
|
1456
|
+
}),
|
|
1457
|
+
).annotate({
|
|
1458
|
+
identifier: "CreateWebInsightsToggleResponse",
|
|
1459
|
+
}) as any as S.Schema<CreateWebInsightsToggleResponse>;
|
|
1460
|
+
|
|
1461
|
+
export type AggregateEventsError =
|
|
1462
|
+
| BadRequest
|
|
1463
|
+
| PaymentRequired
|
|
1464
|
+
| Forbidden
|
|
1465
|
+
| VercelOpError;
|
|
1466
|
+
/** Aggregates custom events Counts custom events on a project, within the requested date range. Results are either aggregated or broken down over time. Results can additionally be broken down by one dimension, and filtered by multiple dimensions. */
|
|
1467
|
+
export const aggregateEvents: API.OperationMethod<
|
|
1468
|
+
AggregateEventsRequest,
|
|
1469
|
+
AggregateEventsResponse,
|
|
1470
|
+
AggregateEventsError,
|
|
1471
|
+
VercelOpContext
|
|
1472
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
1473
|
+
input: AggregateEventsRequest,
|
|
1474
|
+
output: AggregateEventsResponse,
|
|
1475
|
+
errors: [BadRequest, PaymentRequired, Forbidden],
|
|
1476
|
+
protocol: VercelProtocol,
|
|
1477
|
+
retry: Retry.Retry,
|
|
1478
|
+
}));
|
|
1479
|
+
|
|
1480
|
+
export type AggregatePageviewsError =
|
|
1481
|
+
| BadRequest
|
|
1482
|
+
| PaymentRequired
|
|
1483
|
+
| Forbidden
|
|
1484
|
+
| VercelOpError;
|
|
1485
|
+
/** Aggregates page views Counts pageviews on a project, within the requested date range. Results are either aggregated or broken down over time. Results can additionally be broken down by one dimension, and filtered by multiple dimensions. */
|
|
1486
|
+
export const aggregatePageviews: API.OperationMethod<
|
|
1487
|
+
AggregatePageviewsRequest,
|
|
1488
|
+
AggregatePageviewsResponse,
|
|
1489
|
+
AggregatePageviewsError,
|
|
1490
|
+
VercelOpContext
|
|
1491
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
1492
|
+
input: AggregatePageviewsRequest,
|
|
1493
|
+
output: AggregatePageviewsResponse,
|
|
1494
|
+
errors: [BadRequest, PaymentRequired, Forbidden],
|
|
1495
|
+
protocol: VercelProtocol,
|
|
1496
|
+
retry: Retry.Retry,
|
|
1497
|
+
}));
|
|
1498
|
+
|
|
1499
|
+
export type CountEventsError =
|
|
1500
|
+
| BadRequest
|
|
1501
|
+
| PaymentRequired
|
|
1502
|
+
| Forbidden
|
|
1503
|
+
| VercelOpError;
|
|
1504
|
+
/** Counts custom events Counts the number of custom events on a project (production only), since Web Analytics was enabled. Results can be filtered on supported dimensions. */
|
|
1505
|
+
export const countEvents: API.OperationMethod<
|
|
1506
|
+
CountEventsRequest,
|
|
1507
|
+
CountEventsResponse,
|
|
1508
|
+
CountEventsError,
|
|
1509
|
+
VercelOpContext
|
|
1510
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
1511
|
+
input: CountEventsRequest,
|
|
1512
|
+
output: CountEventsResponse,
|
|
1513
|
+
errors: [BadRequest, PaymentRequired, Forbidden],
|
|
1514
|
+
protocol: VercelProtocol,
|
|
1515
|
+
retry: Retry.Retry,
|
|
1516
|
+
}));
|
|
1517
|
+
|
|
1518
|
+
export type CountPageviewsError =
|
|
1519
|
+
| BadRequest
|
|
1520
|
+
| PaymentRequired
|
|
1521
|
+
| Forbidden
|
|
1522
|
+
| VercelOpError;
|
|
1523
|
+
/** Counts page views Counts the number of page views on a project (production only), since Web Analytics was enabled. Results can be filtered on supported dimensions. */
|
|
1524
|
+
export const countPageviews: API.OperationMethod<
|
|
1525
|
+
CountPageviewsRequest,
|
|
1526
|
+
CountPageviewsResponse,
|
|
1527
|
+
CountPageviewsError,
|
|
1528
|
+
VercelOpContext
|
|
1529
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
1530
|
+
input: CountPageviewsRequest,
|
|
1531
|
+
output: CountPageviewsResponse,
|
|
1532
|
+
errors: [BadRequest, PaymentRequired, Forbidden],
|
|
1533
|
+
protocol: VercelProtocol,
|
|
1534
|
+
retry: Retry.Retry,
|
|
1535
|
+
}));
|
|
1536
|
+
|
|
1537
|
+
export type CreateSpeedInsightsToggleError =
|
|
1538
|
+
| BadRequest
|
|
1539
|
+
| PaymentRequired
|
|
1540
|
+
| Forbidden
|
|
1541
|
+
| VercelOpError;
|
|
1542
|
+
export const createSpeedInsightsToggle: API.OperationMethod<
|
|
1543
|
+
CreateSpeedInsightsToggleRequest,
|
|
1544
|
+
CreateSpeedInsightsToggleResponse,
|
|
1545
|
+
CreateSpeedInsightsToggleError,
|
|
1546
|
+
VercelOpContext
|
|
1547
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
1548
|
+
input: CreateSpeedInsightsToggleRequest,
|
|
1549
|
+
output: CreateSpeedInsightsToggleResponse,
|
|
1550
|
+
errors: [BadRequest, PaymentRequired, Forbidden],
|
|
1551
|
+
protocol: VercelProtocol,
|
|
1552
|
+
retry: Retry.Retry,
|
|
1553
|
+
}));
|
|
1554
|
+
|
|
1555
|
+
export type CreateWebInsightsToggleError =
|
|
1556
|
+
| BadRequest
|
|
1557
|
+
| Forbidden
|
|
1558
|
+
| VercelOpError;
|
|
1559
|
+
export const createWebInsightsToggle: API.OperationMethod<
|
|
1560
|
+
CreateWebInsightsToggleRequest,
|
|
1561
|
+
CreateWebInsightsToggleResponse,
|
|
1562
|
+
CreateWebInsightsToggleError,
|
|
1563
|
+
VercelOpContext
|
|
1564
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
1565
|
+
input: CreateWebInsightsToggleRequest,
|
|
1566
|
+
output: CreateWebInsightsToggleResponse,
|
|
1567
|
+
errors: [BadRequest, Forbidden],
|
|
1568
|
+
protocol: VercelProtocol,
|
|
1569
|
+
retry: Retry.Retry,
|
|
1570
|
+
}));
|