@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,694 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type VercelOpError, type VercelOpContext } from "../protocol.ts";
|
|
4
|
+
export type { VercelOpError, VercelOpContext };
|
|
5
|
+
declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
|
|
6
|
+
readonly code: any;
|
|
7
|
+
readonly message: any;
|
|
8
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
9
|
+
"@distilled.cloud/error/categories": {
|
|
10
|
+
BadRequestError: true;
|
|
11
|
+
};
|
|
12
|
+
});
|
|
13
|
+
export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
|
|
14
|
+
}
|
|
15
|
+
declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
|
|
16
|
+
readonly code: any;
|
|
17
|
+
readonly message: any;
|
|
18
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
19
|
+
"@distilled.cloud/error/categories": {
|
|
20
|
+
AuthError: true;
|
|
21
|
+
};
|
|
22
|
+
});
|
|
23
|
+
export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
|
|
24
|
+
}
|
|
25
|
+
declare const PaymentRequired_base: S.Class<PaymentRequired, S.TaggedStruct<"PaymentRequired", {
|
|
26
|
+
readonly code: any;
|
|
27
|
+
readonly message: any;
|
|
28
|
+
}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
|
|
29
|
+
"@distilled.cloud/error/categories": {
|
|
30
|
+
QuotaError: true;
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
export declare class PaymentRequired extends /*@__PURE__*/ PaymentRequired_base {
|
|
34
|
+
}
|
|
35
|
+
export type AggregateEventsRequestByItemCase0 = "hour" | "day" | "week" | "month" | "year" | "country" | "deviceType" | "environment" | "requestPath" | "referrerHostname" | "osName" | "browserName" | "route" | "utmSource" | "utmMedium" | "utmCampaign" | "utmContent" | "utmTerm" | "eventName" | "flags" | "eventData";
|
|
36
|
+
export declare const AggregateEventsRequestByItemCase0: any;
|
|
37
|
+
export type AggregateEventsRequestByItem = AggregateEventsRequestByItemCase0 | unknown;
|
|
38
|
+
export declare const AggregateEventsRequestByItem: S.Schema<AggregateEventsRequestByItem>;
|
|
39
|
+
/** 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'. */
|
|
40
|
+
export type AggregateEventsRequestByList = Array<AggregateEventsRequestByItem>;
|
|
41
|
+
export declare const AggregateEventsRequestByList: S.Schema<AggregateEventsRequestByList>;
|
|
42
|
+
/** 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. */
|
|
43
|
+
export type AggregateEventsRequestSince = number | string;
|
|
44
|
+
export declare const AggregateEventsRequestSince: S.Schema<AggregateEventsRequestSince>;
|
|
45
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
46
|
+
export type AggregateEventsRequestUntil = number | string;
|
|
47
|
+
export declare const AggregateEventsRequestUntil: S.Schema<AggregateEventsRequestUntil>;
|
|
48
|
+
export interface AggregateEventsRequest {
|
|
49
|
+
/** The project identifier or the project name */
|
|
50
|
+
projectId: string;
|
|
51
|
+
/** 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'. */
|
|
52
|
+
by: AggregateEventsRequestByList;
|
|
53
|
+
/** 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. */
|
|
54
|
+
since: AggregateEventsRequestSince;
|
|
55
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
56
|
+
until: AggregateEventsRequestUntil;
|
|
57
|
+
/** Number of distinct results, default to 10. Other results are grouped into "Others" group. */
|
|
58
|
+
limit?: number;
|
|
59
|
+
/** 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. */
|
|
60
|
+
filter?: string;
|
|
61
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
62
|
+
teamId?: string;
|
|
63
|
+
/** The Team slug to perform the request on behalf of. */
|
|
64
|
+
slug?: string;
|
|
65
|
+
}
|
|
66
|
+
export declare const AggregateEventsRequest: S.Schema<AggregateEventsRequest>;
|
|
67
|
+
export type AggregateEventsResponseQueryGroupByItemCase1 = "browserName" | "country" | "deviceType" | "environment" | "eventData" | "eventName" | "flags" | "osName" | "referrerHostname" | "requestPath" | "route" | "utmCampaign" | "utmContent" | "utmMedium" | "utmSource" | "utmTerm";
|
|
68
|
+
export declare const AggregateEventsResponseQueryGroupByItemCase1: any;
|
|
69
|
+
export type AggregateEventsResponseQueryGroupByItem = string | AggregateEventsResponseQueryGroupByItemCase1;
|
|
70
|
+
export declare const AggregateEventsResponseQueryGroupByItem: S.Schema<AggregateEventsResponseQueryGroupByItem>;
|
|
71
|
+
export type AggregateEventsResponseQueryGroupByList = Array<AggregateEventsResponseQueryGroupByItem>;
|
|
72
|
+
export declare const AggregateEventsResponseQueryGroupByList: S.Schema<AggregateEventsResponseQueryGroupByList>;
|
|
73
|
+
export interface AggregateEventsResponseQuery {
|
|
74
|
+
since: string;
|
|
75
|
+
until: string;
|
|
76
|
+
groupBy?: AggregateEventsResponseQueryGroupByList;
|
|
77
|
+
filter?: string;
|
|
78
|
+
limit: number;
|
|
79
|
+
}
|
|
80
|
+
export declare const AggregateEventsResponseQuery: S.Schema<AggregateEventsResponseQuery>;
|
|
81
|
+
export interface AggregateEventsResponseDataCase0Item {
|
|
82
|
+
projectId?: string;
|
|
83
|
+
country?: string;
|
|
84
|
+
deviceType?: string;
|
|
85
|
+
environment?: string;
|
|
86
|
+
requestPath?: string;
|
|
87
|
+
referrerHostname?: string;
|
|
88
|
+
osName?: string;
|
|
89
|
+
browserName?: string;
|
|
90
|
+
route?: string;
|
|
91
|
+
utmSource?: string;
|
|
92
|
+
utmMedium?: string;
|
|
93
|
+
utmCampaign?: string;
|
|
94
|
+
utmContent?: string;
|
|
95
|
+
utmTerm?: string;
|
|
96
|
+
flags?: string;
|
|
97
|
+
errorMessage?: string;
|
|
98
|
+
entryRevalidateSeconds?: string;
|
|
99
|
+
projectName?: string;
|
|
100
|
+
deploymentId?: string;
|
|
101
|
+
pathType?: string;
|
|
102
|
+
pathTypeVariant?: string;
|
|
103
|
+
requestHostname?: string;
|
|
104
|
+
requestResolvedIp?: string;
|
|
105
|
+
requestMethod?: string;
|
|
106
|
+
requestExtension?: string;
|
|
107
|
+
requestId?: string;
|
|
108
|
+
requestApi?: string;
|
|
109
|
+
referrerUrl?: string;
|
|
110
|
+
serverActionName?: string;
|
|
111
|
+
httpStatus?: string;
|
|
112
|
+
errorCode?: string;
|
|
113
|
+
source?: string;
|
|
114
|
+
edgeType?: string;
|
|
115
|
+
reason?: string;
|
|
116
|
+
edgeNetworkRegion?: string;
|
|
117
|
+
functionRegion?: string;
|
|
118
|
+
imageTransformationRegion?: string;
|
|
119
|
+
dataCacheRegion?: string;
|
|
120
|
+
cause?: string;
|
|
121
|
+
runtime?: string;
|
|
122
|
+
provider?: string;
|
|
123
|
+
isrCacheRegion?: string;
|
|
124
|
+
isrAction?: string;
|
|
125
|
+
cacheResult?: string;
|
|
126
|
+
cacheOperation?: string;
|
|
127
|
+
cacheHostname?: string;
|
|
128
|
+
cachePath?: string;
|
|
129
|
+
cacheHitState?: string;
|
|
130
|
+
cacheHitLevel?: string;
|
|
131
|
+
cacheApi?: string;
|
|
132
|
+
cacheReason?: string;
|
|
133
|
+
clientIp?: string;
|
|
134
|
+
clientIpCountry?: string;
|
|
135
|
+
clientUserAgent?: string;
|
|
136
|
+
httpAccept?: string;
|
|
137
|
+
clientJa4Digest?: string;
|
|
138
|
+
asnId?: string;
|
|
139
|
+
asnName?: string;
|
|
140
|
+
botName?: string;
|
|
141
|
+
botCategory?: string;
|
|
142
|
+
botCategoryLegacy?: string;
|
|
143
|
+
botVerified?: string;
|
|
144
|
+
botCheckResult?: string;
|
|
145
|
+
deepAnalysisCheck?: string;
|
|
146
|
+
wafAction?: string;
|
|
147
|
+
wafRuleId?: string;
|
|
148
|
+
skewProtection?: string;
|
|
149
|
+
functionStartType?: string;
|
|
150
|
+
functionDispatcher?: string;
|
|
151
|
+
isAdditionalRequest?: string;
|
|
152
|
+
originHostname?: string;
|
|
153
|
+
originPath?: string;
|
|
154
|
+
originRoute?: string;
|
|
155
|
+
fetchType?: string;
|
|
156
|
+
fetchIndex?: string;
|
|
157
|
+
imageSource?: string;
|
|
158
|
+
sourceImage?: string;
|
|
159
|
+
sourceImagePathname?: string;
|
|
160
|
+
sourceImageHostname?: string;
|
|
161
|
+
sourceImageHash?: string;
|
|
162
|
+
optimizedQuality?: string;
|
|
163
|
+
optimizedWidthPixels?: string;
|
|
164
|
+
optimizedFormatMimeType?: string;
|
|
165
|
+
vdcOperationOrigin?: string;
|
|
166
|
+
entryName?: string;
|
|
167
|
+
entryId?: string;
|
|
168
|
+
entryItemId?: string;
|
|
169
|
+
tagName?: string;
|
|
170
|
+
cacheTags?: string;
|
|
171
|
+
storeId?: string;
|
|
172
|
+
storeName?: string;
|
|
173
|
+
blobOperationType?: string;
|
|
174
|
+
blobOperationLevel?: string;
|
|
175
|
+
visitorId?: string;
|
|
176
|
+
eventName?: string;
|
|
177
|
+
attributionTarget?: string;
|
|
178
|
+
attributionEventName?: string;
|
|
179
|
+
metricName?: string;
|
|
180
|
+
attributes?: string;
|
|
181
|
+
flagKey?: string;
|
|
182
|
+
flagVariant?: string;
|
|
183
|
+
flagEvaluationReason?: string;
|
|
184
|
+
flagClientName?: string;
|
|
185
|
+
sdkKeyId?: string;
|
|
186
|
+
sdkKeyEnvironment?: string;
|
|
187
|
+
reportingProjectId?: string;
|
|
188
|
+
reportingProjectName?: string;
|
|
189
|
+
eventData?: string;
|
|
190
|
+
middlewareAction?: string;
|
|
191
|
+
middlewareActionTarget?: string;
|
|
192
|
+
aiModel?: string;
|
|
193
|
+
aiGatewayModelId?: string;
|
|
194
|
+
aiProvider?: string;
|
|
195
|
+
aiModelType?: string;
|
|
196
|
+
servedSpeed?: string;
|
|
197
|
+
virtualModelSlug?: string;
|
|
198
|
+
virtualModelKind?: string;
|
|
199
|
+
inferenceEndpointSlug?: string;
|
|
200
|
+
inferenceScope?: string;
|
|
201
|
+
inferenceGeoRegion?: string;
|
|
202
|
+
inferenceProviderRegion?: string;
|
|
203
|
+
requestedInferenceRegion?: string;
|
|
204
|
+
costCurrency?: string;
|
|
205
|
+
marketCostCurrency?: string;
|
|
206
|
+
cachedInputTokensCurrency?: string;
|
|
207
|
+
cacheCreationInputTokensCurrency?: string;
|
|
208
|
+
cacheCreation1hInputTokensCurrency?: string;
|
|
209
|
+
surchargeCostCurrency?: string;
|
|
210
|
+
gatewayCostCurrency?: string;
|
|
211
|
+
keyId?: string;
|
|
212
|
+
keyName?: string;
|
|
213
|
+
authMethod?: string;
|
|
214
|
+
appName?: string;
|
|
215
|
+
codingAgent?: string;
|
|
216
|
+
isByok?: string;
|
|
217
|
+
isPrivateModel?: string;
|
|
218
|
+
isRequestZdr?: string;
|
|
219
|
+
hipaaRequested?: string;
|
|
220
|
+
quotaRequested?: string;
|
|
221
|
+
quotaEntityId?: string;
|
|
222
|
+
quotaEntityType?: string;
|
|
223
|
+
videoResolution?: string;
|
|
224
|
+
videoAspectRatio?: string;
|
|
225
|
+
piiRedactionApplied?: string;
|
|
226
|
+
moderationApplied?: string;
|
|
227
|
+
queueName?: string;
|
|
228
|
+
consumerGroup?: string;
|
|
229
|
+
messageId?: string;
|
|
230
|
+
eventType?: string;
|
|
231
|
+
notificationUrl?: string;
|
|
232
|
+
sandboxSessionId?: string;
|
|
233
|
+
sandboxName?: string;
|
|
234
|
+
workflowRunId?: string;
|
|
235
|
+
workflowName?: string;
|
|
236
|
+
workflowStatus?: string;
|
|
237
|
+
stepRunId?: string;
|
|
238
|
+
workflowStepName?: string;
|
|
239
|
+
workflowEventType?: string;
|
|
240
|
+
region?: string;
|
|
241
|
+
specVersion?: string;
|
|
242
|
+
contentType?: string;
|
|
243
|
+
rewriteDestinationHostname?: string;
|
|
244
|
+
externalRewriteTargetHost?: string;
|
|
245
|
+
externalRewriteTargetPath?: string;
|
|
246
|
+
commitSha?: string;
|
|
247
|
+
reviewConclusion?: string;
|
|
248
|
+
pullRequestNumber?: string;
|
|
249
|
+
repositoryName?: string;
|
|
250
|
+
repositoryOwner?: string;
|
|
251
|
+
reviewStatus?: string;
|
|
252
|
+
pullRequestState?: string;
|
|
253
|
+
triggeringTag?: string;
|
|
254
|
+
redirectLocation?: string;
|
|
255
|
+
microfrontendsResponseReason?: string;
|
|
256
|
+
microfrontendsMatchedPath?: string;
|
|
257
|
+
microfrontendsDefaultAppDeploymentId?: string;
|
|
258
|
+
microfrontendsDefaultAppProjectId?: string;
|
|
259
|
+
service?: string;
|
|
260
|
+
isPrefetchRequest?: string;
|
|
261
|
+
spendReportGroupBy?: string;
|
|
262
|
+
spendReportDatePart?: string;
|
|
263
|
+
providerAttemptCanonicalSlug?: string;
|
|
264
|
+
providerAttemptCredentialType?: string;
|
|
265
|
+
providerAttemptSuccess?: string;
|
|
266
|
+
providerAttemptStatusCode?: string;
|
|
267
|
+
providerAttemptTimeout?: string;
|
|
268
|
+
providerAttemptIsFinal?: string;
|
|
269
|
+
providerAttemptNumber?: string;
|
|
270
|
+
providerAttemptTotalInRequest?: string;
|
|
271
|
+
generationId?: string;
|
|
272
|
+
sessionId?: string;
|
|
273
|
+
contentCaptureStatus?: string;
|
|
274
|
+
contentCaptureInputs?: string;
|
|
275
|
+
contentCaptureOutputs?: string;
|
|
276
|
+
transcriptStatus?: string;
|
|
277
|
+
transcriptInputs?: string;
|
|
278
|
+
transcriptOutputs?: string;
|
|
279
|
+
providerAttemptError?: string;
|
|
280
|
+
providerAttemptSafetyIdentifier?: string;
|
|
281
|
+
providerAttemptDevSafetyIdentifier?: string;
|
|
282
|
+
providerAttemptRegion?: string;
|
|
283
|
+
providerAttemptModelIndex?: string;
|
|
284
|
+
toolCallType?: string;
|
|
285
|
+
toolCallProvider?: string;
|
|
286
|
+
toolCallSuccess?: string;
|
|
287
|
+
toolCallErrorType?: string;
|
|
288
|
+
toolCallStatusCode?: string;
|
|
289
|
+
environmentId?: string;
|
|
290
|
+
billableRegion?: string;
|
|
291
|
+
direction?: string;
|
|
292
|
+
networkTenancy?: string;
|
|
293
|
+
trafficSource?: string;
|
|
294
|
+
networkId?: string;
|
|
295
|
+
privatelinkEndpointId?: string;
|
|
296
|
+
privatelinkDnsName?: string;
|
|
297
|
+
privatelinkIpAddress?: string;
|
|
298
|
+
timestamp: string;
|
|
299
|
+
}
|
|
300
|
+
export declare const AggregateEventsResponseDataCase0Item: S.Schema<AggregateEventsResponseDataCase0Item>;
|
|
301
|
+
export type AggregateEventsResponseDataCase0List = Array<AggregateEventsResponseDataCase0Item>;
|
|
302
|
+
export declare const AggregateEventsResponseDataCase0List: S.Schema<AggregateEventsResponseDataCase0List>;
|
|
303
|
+
export interface AggregateEventsResponseDataCase1Item {
|
|
304
|
+
projectId: string;
|
|
305
|
+
country: string;
|
|
306
|
+
deviceType: string;
|
|
307
|
+
environment: string;
|
|
308
|
+
requestPath: string;
|
|
309
|
+
referrerHostname: string;
|
|
310
|
+
osName: string;
|
|
311
|
+
browserName: string;
|
|
312
|
+
route: string;
|
|
313
|
+
utmSource: string;
|
|
314
|
+
utmMedium: string;
|
|
315
|
+
utmCampaign: string;
|
|
316
|
+
utmContent: string;
|
|
317
|
+
utmTerm: string;
|
|
318
|
+
flags: string;
|
|
319
|
+
errorMessage: string;
|
|
320
|
+
entryRevalidateSeconds: string;
|
|
321
|
+
projectName: string;
|
|
322
|
+
deploymentId: string;
|
|
323
|
+
pathType: string;
|
|
324
|
+
pathTypeVariant: string;
|
|
325
|
+
requestHostname: string;
|
|
326
|
+
requestResolvedIp: string;
|
|
327
|
+
requestMethod: string;
|
|
328
|
+
requestExtension: string;
|
|
329
|
+
requestId: string;
|
|
330
|
+
requestApi: string;
|
|
331
|
+
referrerUrl: string;
|
|
332
|
+
serverActionName: string;
|
|
333
|
+
httpStatus: string;
|
|
334
|
+
errorCode: string;
|
|
335
|
+
source: string;
|
|
336
|
+
edgeType: string;
|
|
337
|
+
reason: string;
|
|
338
|
+
edgeNetworkRegion: string;
|
|
339
|
+
functionRegion: string;
|
|
340
|
+
imageTransformationRegion: string;
|
|
341
|
+
dataCacheRegion: string;
|
|
342
|
+
cause: string;
|
|
343
|
+
runtime: string;
|
|
344
|
+
provider: string;
|
|
345
|
+
isrCacheRegion: string;
|
|
346
|
+
isrAction: string;
|
|
347
|
+
cacheResult: string;
|
|
348
|
+
cacheOperation: string;
|
|
349
|
+
cacheHostname: string;
|
|
350
|
+
cachePath: string;
|
|
351
|
+
cacheHitState: string;
|
|
352
|
+
cacheHitLevel: string;
|
|
353
|
+
cacheApi: string;
|
|
354
|
+
cacheReason: string;
|
|
355
|
+
clientIp: string;
|
|
356
|
+
clientIpCountry: string;
|
|
357
|
+
clientUserAgent: string;
|
|
358
|
+
httpAccept: string;
|
|
359
|
+
clientJa4Digest: string;
|
|
360
|
+
asnId: string;
|
|
361
|
+
asnName: string;
|
|
362
|
+
botName: string;
|
|
363
|
+
botCategory: string;
|
|
364
|
+
botCategoryLegacy: string;
|
|
365
|
+
botVerified: string;
|
|
366
|
+
botCheckResult: string;
|
|
367
|
+
deepAnalysisCheck: string;
|
|
368
|
+
wafAction: string;
|
|
369
|
+
wafRuleId: string;
|
|
370
|
+
skewProtection: string;
|
|
371
|
+
functionStartType: string;
|
|
372
|
+
functionDispatcher: string;
|
|
373
|
+
isAdditionalRequest: string;
|
|
374
|
+
originHostname: string;
|
|
375
|
+
originPath: string;
|
|
376
|
+
originRoute: string;
|
|
377
|
+
fetchType: string;
|
|
378
|
+
fetchIndex: string;
|
|
379
|
+
imageSource: string;
|
|
380
|
+
sourceImage: string;
|
|
381
|
+
sourceImagePathname: string;
|
|
382
|
+
sourceImageHostname: string;
|
|
383
|
+
sourceImageHash: string;
|
|
384
|
+
optimizedQuality: string;
|
|
385
|
+
optimizedWidthPixels: string;
|
|
386
|
+
optimizedFormatMimeType: string;
|
|
387
|
+
vdcOperationOrigin: string;
|
|
388
|
+
entryName: string;
|
|
389
|
+
entryId: string;
|
|
390
|
+
entryItemId: string;
|
|
391
|
+
tagName: string;
|
|
392
|
+
cacheTags: string;
|
|
393
|
+
storeId: string;
|
|
394
|
+
storeName: string;
|
|
395
|
+
blobOperationType: string;
|
|
396
|
+
blobOperationLevel: string;
|
|
397
|
+
visitorId: string;
|
|
398
|
+
eventName: string;
|
|
399
|
+
attributionTarget: string;
|
|
400
|
+
attributionEventName: string;
|
|
401
|
+
metricName: string;
|
|
402
|
+
attributes: string;
|
|
403
|
+
flagKey: string;
|
|
404
|
+
flagVariant: string;
|
|
405
|
+
flagEvaluationReason: string;
|
|
406
|
+
flagClientName: string;
|
|
407
|
+
sdkKeyId: string;
|
|
408
|
+
sdkKeyEnvironment: string;
|
|
409
|
+
reportingProjectId: string;
|
|
410
|
+
reportingProjectName: string;
|
|
411
|
+
eventData: string;
|
|
412
|
+
middlewareAction: string;
|
|
413
|
+
middlewareActionTarget: string;
|
|
414
|
+
aiModel: string;
|
|
415
|
+
aiGatewayModelId: string;
|
|
416
|
+
aiProvider: string;
|
|
417
|
+
aiModelType: string;
|
|
418
|
+
servedSpeed: string;
|
|
419
|
+
virtualModelSlug: string;
|
|
420
|
+
virtualModelKind: string;
|
|
421
|
+
inferenceEndpointSlug: string;
|
|
422
|
+
inferenceScope: string;
|
|
423
|
+
inferenceGeoRegion: string;
|
|
424
|
+
inferenceProviderRegion: string;
|
|
425
|
+
requestedInferenceRegion: string;
|
|
426
|
+
costCurrency: string;
|
|
427
|
+
marketCostCurrency: string;
|
|
428
|
+
cachedInputTokensCurrency: string;
|
|
429
|
+
cacheCreationInputTokensCurrency: string;
|
|
430
|
+
cacheCreation1hInputTokensCurrency: string;
|
|
431
|
+
surchargeCostCurrency: string;
|
|
432
|
+
gatewayCostCurrency: string;
|
|
433
|
+
keyId: string;
|
|
434
|
+
keyName: string;
|
|
435
|
+
authMethod: string;
|
|
436
|
+
appName: string;
|
|
437
|
+
codingAgent: string;
|
|
438
|
+
isByok: string;
|
|
439
|
+
isPrivateModel: string;
|
|
440
|
+
isRequestZdr: string;
|
|
441
|
+
hipaaRequested: string;
|
|
442
|
+
quotaRequested: string;
|
|
443
|
+
quotaEntityId: string;
|
|
444
|
+
quotaEntityType: string;
|
|
445
|
+
videoResolution: string;
|
|
446
|
+
videoAspectRatio: string;
|
|
447
|
+
piiRedactionApplied: string;
|
|
448
|
+
moderationApplied: string;
|
|
449
|
+
queueName: string;
|
|
450
|
+
consumerGroup: string;
|
|
451
|
+
messageId: string;
|
|
452
|
+
eventType: string;
|
|
453
|
+
notificationUrl: string;
|
|
454
|
+
sandboxSessionId: string;
|
|
455
|
+
sandboxName: string;
|
|
456
|
+
workflowRunId: string;
|
|
457
|
+
workflowName: string;
|
|
458
|
+
workflowStatus: string;
|
|
459
|
+
stepRunId: string;
|
|
460
|
+
workflowStepName: string;
|
|
461
|
+
workflowEventType: string;
|
|
462
|
+
region: string;
|
|
463
|
+
specVersion: string;
|
|
464
|
+
contentType: string;
|
|
465
|
+
rewriteDestinationHostname: string;
|
|
466
|
+
externalRewriteTargetHost: string;
|
|
467
|
+
externalRewriteTargetPath: string;
|
|
468
|
+
commitSha: string;
|
|
469
|
+
reviewConclusion: string;
|
|
470
|
+
pullRequestNumber: string;
|
|
471
|
+
repositoryName: string;
|
|
472
|
+
repositoryOwner: string;
|
|
473
|
+
reviewStatus: string;
|
|
474
|
+
pullRequestState: string;
|
|
475
|
+
triggeringTag: string;
|
|
476
|
+
redirectLocation: string;
|
|
477
|
+
microfrontendsResponseReason: string;
|
|
478
|
+
microfrontendsMatchedPath: string;
|
|
479
|
+
microfrontendsDefaultAppDeploymentId: string;
|
|
480
|
+
microfrontendsDefaultAppProjectId: string;
|
|
481
|
+
service: string;
|
|
482
|
+
isPrefetchRequest: string;
|
|
483
|
+
spendReportGroupBy: string;
|
|
484
|
+
spendReportDatePart: string;
|
|
485
|
+
providerAttemptCanonicalSlug: string;
|
|
486
|
+
providerAttemptCredentialType: string;
|
|
487
|
+
providerAttemptSuccess: string;
|
|
488
|
+
providerAttemptStatusCode: string;
|
|
489
|
+
providerAttemptTimeout: string;
|
|
490
|
+
providerAttemptIsFinal: string;
|
|
491
|
+
providerAttemptNumber: string;
|
|
492
|
+
providerAttemptTotalInRequest: string;
|
|
493
|
+
generationId: string;
|
|
494
|
+
sessionId: string;
|
|
495
|
+
contentCaptureStatus: string;
|
|
496
|
+
contentCaptureInputs: string;
|
|
497
|
+
contentCaptureOutputs: string;
|
|
498
|
+
transcriptStatus: string;
|
|
499
|
+
transcriptInputs: string;
|
|
500
|
+
transcriptOutputs: string;
|
|
501
|
+
providerAttemptError: string;
|
|
502
|
+
providerAttemptSafetyIdentifier: string;
|
|
503
|
+
providerAttemptDevSafetyIdentifier: string;
|
|
504
|
+
providerAttemptRegion: string;
|
|
505
|
+
providerAttemptModelIndex: string;
|
|
506
|
+
toolCallType: string;
|
|
507
|
+
toolCallProvider: string;
|
|
508
|
+
toolCallSuccess: string;
|
|
509
|
+
toolCallErrorType: string;
|
|
510
|
+
toolCallStatusCode: string;
|
|
511
|
+
environmentId: string;
|
|
512
|
+
billableRegion: string;
|
|
513
|
+
direction: string;
|
|
514
|
+
networkTenancy: string;
|
|
515
|
+
trafficSource: string;
|
|
516
|
+
networkId: string;
|
|
517
|
+
privatelinkEndpointId: string;
|
|
518
|
+
privatelinkDnsName: string;
|
|
519
|
+
privatelinkIpAddress: string;
|
|
520
|
+
}
|
|
521
|
+
export declare const AggregateEventsResponseDataCase1Item: S.Schema<AggregateEventsResponseDataCase1Item>;
|
|
522
|
+
export type AggregateEventsResponseDataCase1List = Array<AggregateEventsResponseDataCase1Item>;
|
|
523
|
+
export declare const AggregateEventsResponseDataCase1List: S.Schema<AggregateEventsResponseDataCase1List>;
|
|
524
|
+
export type AggregateEventsResponseData = AggregateEventsResponseDataCase0List | AggregateEventsResponseDataCase1List;
|
|
525
|
+
export declare const AggregateEventsResponseData: S.Schema<AggregateEventsResponseData>;
|
|
526
|
+
export interface AggregateEventsResponse {
|
|
527
|
+
version: number;
|
|
528
|
+
query: AggregateEventsResponseQuery;
|
|
529
|
+
data: AggregateEventsResponseData;
|
|
530
|
+
}
|
|
531
|
+
export declare const AggregateEventsResponse: S.Schema<AggregateEventsResponse>;
|
|
532
|
+
export type AggregatePageviewsRequestByItemCase0 = "hour" | "day" | "week" | "month" | "year" | "country" | "deviceType" | "environment" | "requestPath" | "referrerHostname" | "osName" | "browserName" | "route" | "utmSource" | "utmMedium" | "utmCampaign" | "utmContent" | "utmTerm" | "flags";
|
|
533
|
+
export declare const AggregatePageviewsRequestByItemCase0: any;
|
|
534
|
+
export type AggregatePageviewsRequestByItem = AggregatePageviewsRequestByItemCase0 | unknown;
|
|
535
|
+
export declare const AggregatePageviewsRequestByItem: S.Schema<AggregatePageviewsRequestByItem>;
|
|
536
|
+
/** 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'. */
|
|
537
|
+
export type AggregatePageviewsRequestByList = Array<AggregatePageviewsRequestByItem>;
|
|
538
|
+
export declare const AggregatePageviewsRequestByList: S.Schema<AggregatePageviewsRequestByList>;
|
|
539
|
+
/** 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. */
|
|
540
|
+
export type AggregatePageviewsRequestSince = number | string;
|
|
541
|
+
export declare const AggregatePageviewsRequestSince: S.Schema<AggregatePageviewsRequestSince>;
|
|
542
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
543
|
+
export type AggregatePageviewsRequestUntil = number | string;
|
|
544
|
+
export declare const AggregatePageviewsRequestUntil: S.Schema<AggregatePageviewsRequestUntil>;
|
|
545
|
+
export interface AggregatePageviewsRequest {
|
|
546
|
+
/** The project identifier or the project name */
|
|
547
|
+
projectId: string;
|
|
548
|
+
/** 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'. */
|
|
549
|
+
by: AggregatePageviewsRequestByList;
|
|
550
|
+
/** 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. */
|
|
551
|
+
since: AggregatePageviewsRequestSince;
|
|
552
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
553
|
+
until: AggregatePageviewsRequestUntil;
|
|
554
|
+
/** Number of distinct results, default to 10. Other results are grouped into "Others" group. */
|
|
555
|
+
limit?: number;
|
|
556
|
+
/** 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. */
|
|
557
|
+
filter?: string;
|
|
558
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
559
|
+
teamId?: string;
|
|
560
|
+
/** The Team slug to perform the request on behalf of. */
|
|
561
|
+
slug?: string;
|
|
562
|
+
}
|
|
563
|
+
export declare const AggregatePageviewsRequest: S.Schema<AggregatePageviewsRequest>;
|
|
564
|
+
export type AggregatePageviewsResponseQueryGroupByItemCase1 = "browserName" | "country" | "deviceType" | "environment" | "flags" | "osName" | "referrerHostname" | "requestPath" | "route" | "utmCampaign" | "utmContent" | "utmMedium" | "utmSource" | "utmTerm";
|
|
565
|
+
export declare const AggregatePageviewsResponseQueryGroupByItemCase1: any;
|
|
566
|
+
export type AggregatePageviewsResponseQueryGroupByItem = string | AggregatePageviewsResponseQueryGroupByItemCase1;
|
|
567
|
+
export declare const AggregatePageviewsResponseQueryGroupByItem: S.Schema<AggregatePageviewsResponseQueryGroupByItem>;
|
|
568
|
+
export type AggregatePageviewsResponseQueryGroupByList = Array<AggregatePageviewsResponseQueryGroupByItem>;
|
|
569
|
+
export declare const AggregatePageviewsResponseQueryGroupByList: S.Schema<AggregatePageviewsResponseQueryGroupByList>;
|
|
570
|
+
export interface AggregatePageviewsResponseQuery {
|
|
571
|
+
since: string;
|
|
572
|
+
until: string;
|
|
573
|
+
groupBy?: AggregatePageviewsResponseQueryGroupByList;
|
|
574
|
+
filter?: string;
|
|
575
|
+
limit: number;
|
|
576
|
+
}
|
|
577
|
+
export declare const AggregatePageviewsResponseQuery: S.Schema<AggregatePageviewsResponseQuery>;
|
|
578
|
+
export type AggregatePageviewsResponseDataCase0Item = AggregateEventsResponseDataCase0Item;
|
|
579
|
+
export declare const AggregatePageviewsResponseDataCase0Item: S.Schema<AggregateEventsResponseDataCase0Item>;
|
|
580
|
+
export type AggregatePageviewsResponseDataCase0List = Array<AggregateEventsResponseDataCase0Item>;
|
|
581
|
+
export declare const AggregatePageviewsResponseDataCase0List: S.Schema<AggregatePageviewsResponseDataCase0List>;
|
|
582
|
+
export type AggregatePageviewsResponseDataCase1Item = AggregateEventsResponseDataCase1Item;
|
|
583
|
+
export declare const AggregatePageviewsResponseDataCase1Item: S.Schema<AggregateEventsResponseDataCase1Item>;
|
|
584
|
+
export type AggregatePageviewsResponseDataCase1List = Array<AggregateEventsResponseDataCase1Item>;
|
|
585
|
+
export declare const AggregatePageviewsResponseDataCase1List: S.Schema<AggregatePageviewsResponseDataCase1List>;
|
|
586
|
+
export type AggregatePageviewsResponseData = AggregatePageviewsResponseDataCase0List | AggregatePageviewsResponseDataCase1List;
|
|
587
|
+
export declare const AggregatePageviewsResponseData: S.Schema<AggregatePageviewsResponseData>;
|
|
588
|
+
export interface AggregatePageviewsResponse {
|
|
589
|
+
version: number;
|
|
590
|
+
query: AggregatePageviewsResponseQuery;
|
|
591
|
+
data: AggregatePageviewsResponseData;
|
|
592
|
+
}
|
|
593
|
+
export declare const AggregatePageviewsResponse: S.Schema<AggregatePageviewsResponse>;
|
|
594
|
+
/** 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. */
|
|
595
|
+
export type CountEventsRequestSince = number | string;
|
|
596
|
+
export declare const CountEventsRequestSince: S.Schema<CountEventsRequestSince>;
|
|
597
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
598
|
+
export type CountEventsRequestUntil = number | string;
|
|
599
|
+
export declare const CountEventsRequestUntil: S.Schema<CountEventsRequestUntil>;
|
|
600
|
+
export interface CountEventsRequest {
|
|
601
|
+
/** The project identifier or the project name */
|
|
602
|
+
projectId: string;
|
|
603
|
+
/** 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. */
|
|
604
|
+
since?: CountEventsRequestSince;
|
|
605
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
606
|
+
until?: CountEventsRequestUntil;
|
|
607
|
+
/** 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. */
|
|
608
|
+
filter?: string;
|
|
609
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
610
|
+
teamId?: string;
|
|
611
|
+
/** The Team slug to perform the request on behalf of. */
|
|
612
|
+
slug?: string;
|
|
613
|
+
}
|
|
614
|
+
export declare const CountEventsRequest: S.Schema<CountEventsRequest>;
|
|
615
|
+
export interface CountEventsResponseQuery {
|
|
616
|
+
since: string;
|
|
617
|
+
until: string;
|
|
618
|
+
filter?: string;
|
|
619
|
+
}
|
|
620
|
+
export declare const CountEventsResponseQuery: S.Schema<CountEventsResponseQuery>;
|
|
621
|
+
export type CountEventsResponseData = AggregateEventsResponseDataCase1Item;
|
|
622
|
+
export declare const CountEventsResponseData: S.Schema<AggregateEventsResponseDataCase1Item>;
|
|
623
|
+
export interface CountEventsResponse {
|
|
624
|
+
version: number;
|
|
625
|
+
query: CountEventsResponseQuery;
|
|
626
|
+
data: AggregateEventsResponseDataCase1Item;
|
|
627
|
+
}
|
|
628
|
+
export declare const CountEventsResponse: S.Schema<CountEventsResponse>;
|
|
629
|
+
/** 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. */
|
|
630
|
+
export type CountPageviewsRequestSince = number | string;
|
|
631
|
+
export declare const CountPageviewsRequestSince: S.Schema<CountPageviewsRequestSince>;
|
|
632
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
633
|
+
export type CountPageviewsRequestUntil = number | string;
|
|
634
|
+
export declare const CountPageviewsRequestUntil: S.Schema<CountPageviewsRequestUntil>;
|
|
635
|
+
export interface CountPageviewsRequest {
|
|
636
|
+
/** The project identifier or the project name */
|
|
637
|
+
projectId: string;
|
|
638
|
+
/** 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. */
|
|
639
|
+
since?: CountPageviewsRequestSince;
|
|
640
|
+
/** Timestamp in milliseconds, or a valid Date string. Selects data until (including) this date. Will be adjusted according to the desired time granularity. */
|
|
641
|
+
until?: CountPageviewsRequestUntil;
|
|
642
|
+
/** 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. */
|
|
643
|
+
filter?: string;
|
|
644
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
645
|
+
teamId?: string;
|
|
646
|
+
/** The Team slug to perform the request on behalf of. */
|
|
647
|
+
slug?: string;
|
|
648
|
+
}
|
|
649
|
+
export declare const CountPageviewsRequest: S.Schema<CountPageviewsRequest>;
|
|
650
|
+
export type CountPageviewsResponseQuery = CountEventsResponseQuery;
|
|
651
|
+
export declare const CountPageviewsResponseQuery: S.Schema<CountEventsResponseQuery>;
|
|
652
|
+
export type CountPageviewsResponseData = AggregateEventsResponseDataCase1Item;
|
|
653
|
+
export declare const CountPageviewsResponseData: S.Schema<AggregateEventsResponseDataCase1Item>;
|
|
654
|
+
export interface CountPageviewsResponse {
|
|
655
|
+
version: number;
|
|
656
|
+
query: CountEventsResponseQuery;
|
|
657
|
+
data: AggregateEventsResponseDataCase1Item;
|
|
658
|
+
}
|
|
659
|
+
export declare const CountPageviewsResponse: S.Schema<CountPageviewsResponse>;
|
|
660
|
+
export interface CreateSpeedInsightsToggleRequest {
|
|
661
|
+
projectId: string;
|
|
662
|
+
value: boolean;
|
|
663
|
+
}
|
|
664
|
+
export declare const CreateSpeedInsightsToggleRequest: S.Schema<CreateSpeedInsightsToggleRequest>;
|
|
665
|
+
export interface CreateSpeedInsightsToggleResponse {
|
|
666
|
+
value: boolean;
|
|
667
|
+
}
|
|
668
|
+
export declare const CreateSpeedInsightsToggleResponse: S.Schema<CreateSpeedInsightsToggleResponse>;
|
|
669
|
+
export interface CreateWebInsightsToggleRequest {
|
|
670
|
+
projectId: string;
|
|
671
|
+
value: boolean;
|
|
672
|
+
}
|
|
673
|
+
export declare const CreateWebInsightsToggleRequest: S.Schema<CreateWebInsightsToggleRequest>;
|
|
674
|
+
export interface CreateWebInsightsToggleResponse {
|
|
675
|
+
value: boolean;
|
|
676
|
+
}
|
|
677
|
+
export declare const CreateWebInsightsToggleResponse: S.Schema<CreateWebInsightsToggleResponse>;
|
|
678
|
+
export type AggregateEventsError = BadRequest | PaymentRequired | Forbidden | VercelOpError;
|
|
679
|
+
/** 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. */
|
|
680
|
+
export declare const aggregateEvents: API.OperationMethod<AggregateEventsRequest, AggregateEventsResponse, AggregateEventsError, VercelOpContext>;
|
|
681
|
+
export type AggregatePageviewsError = BadRequest | PaymentRequired | Forbidden | VercelOpError;
|
|
682
|
+
/** 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. */
|
|
683
|
+
export declare const aggregatePageviews: API.OperationMethod<AggregatePageviewsRequest, AggregatePageviewsResponse, AggregatePageviewsError, VercelOpContext>;
|
|
684
|
+
export type CountEventsError = BadRequest | PaymentRequired | Forbidden | VercelOpError;
|
|
685
|
+
/** 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. */
|
|
686
|
+
export declare const countEvents: API.OperationMethod<CountEventsRequest, CountEventsResponse, CountEventsError, VercelOpContext>;
|
|
687
|
+
export type CountPageviewsError = BadRequest | PaymentRequired | Forbidden | VercelOpError;
|
|
688
|
+
/** 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. */
|
|
689
|
+
export declare const countPageviews: API.OperationMethod<CountPageviewsRequest, CountPageviewsResponse, CountPageviewsError, VercelOpContext>;
|
|
690
|
+
export type CreateSpeedInsightsToggleError = BadRequest | PaymentRequired | Forbidden | VercelOpError;
|
|
691
|
+
export declare const createSpeedInsightsToggle: API.OperationMethod<CreateSpeedInsightsToggleRequest, CreateSpeedInsightsToggleResponse, CreateSpeedInsightsToggleError, VercelOpContext>;
|
|
692
|
+
export type CreateWebInsightsToggleError = BadRequest | Forbidden | VercelOpError;
|
|
693
|
+
export declare const createWebInsightsToggle: API.OperationMethod<CreateWebInsightsToggleRequest, CreateWebInsightsToggleResponse, CreateWebInsightsToggleError, VercelOpContext>;
|
|
694
|
+
//# sourceMappingURL=web_analytics.d.ts.map
|