@vercel/sdk 1.6.2 → 1.6.3
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/README.md +0 -10
- package/bin/mcp-server.js +1163 -2379
- package/bin/mcp-server.js.map +23 -38
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- package/esm/__tests__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -14
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +1 -11
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +41 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +29 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -3
- package/esm/models/canceldeploymentop.js +1 -1
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +46 -16
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +17 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +46 -16
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +17 -5
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +46 -16
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +17 -5
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +46 -16
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +17 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +569 -512
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +703 -645
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/security.test.ts +1 -14
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -11
- package/src/models/authuser.ts +74 -0
- package/src/models/canceldeploymentop.ts +1 -1
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectop.ts +42 -6
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectsop.ts +42 -6
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- package/src/models/updateprojectdatacacheop.ts +42 -6
- package/src/models/updateprojectop.ts +42 -6
- package/src/models/userevent.ts +1328 -1193
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/vercel-spec.json +341 -1272
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsGitNamespaces.ts +0 -185
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
- package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
|
@@ -1,451 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
5
|
-
/**
|
|
6
|
-
* The delivery log format
|
|
7
|
-
*/
|
|
8
|
-
export declare const DeliveryFormat: {
|
|
9
|
-
readonly Json: "json";
|
|
10
|
-
readonly Ndjson: "ndjson";
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* The delivery log format
|
|
14
|
-
*/
|
|
15
|
-
export type DeliveryFormat = ClosedEnum<typeof DeliveryFormat>;
|
|
16
|
-
export declare const Sources: {
|
|
17
|
-
readonly Static: "static";
|
|
18
|
-
readonly Lambda: "lambda";
|
|
19
|
-
readonly Build: "build";
|
|
20
|
-
readonly Edge: "edge";
|
|
21
|
-
readonly External: "external";
|
|
22
|
-
readonly Firewall: "firewall";
|
|
23
|
-
};
|
|
24
|
-
export type Sources = ClosedEnum<typeof Sources>;
|
|
25
|
-
export declare const Environments: {
|
|
26
|
-
readonly Preview: "preview";
|
|
27
|
-
readonly Production: "production";
|
|
28
|
-
};
|
|
29
|
-
export type Environments = ClosedEnum<typeof Environments>;
|
|
30
|
-
export type CreateConfigurableLogDrainRequestBody = {
|
|
31
|
-
/**
|
|
32
|
-
* The delivery log format
|
|
33
|
-
*/
|
|
34
|
-
deliveryFormat: DeliveryFormat;
|
|
35
|
-
/**
|
|
36
|
-
* The log drain url
|
|
37
|
-
*/
|
|
38
|
-
url: string;
|
|
39
|
-
/**
|
|
40
|
-
* Headers to be sent together with the request
|
|
41
|
-
*/
|
|
42
|
-
headers?: {
|
|
43
|
-
[k: string]: string;
|
|
44
|
-
} | undefined;
|
|
45
|
-
projectIds?: Array<string> | undefined;
|
|
46
|
-
sources: Array<Sources>;
|
|
47
|
-
environments?: Array<Environments> | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* Custom secret of log drain
|
|
50
|
-
*/
|
|
51
|
-
secret?: string | undefined;
|
|
52
|
-
/**
|
|
53
|
-
* The sampling rate for this log drain. It should be a percentage rate between 0 and 100. With max 2 decimal points
|
|
54
|
-
*/
|
|
55
|
-
samplingRate?: number | undefined;
|
|
56
|
-
/**
|
|
57
|
-
* The custom name of this log drain.
|
|
58
|
-
*/
|
|
59
|
-
name?: string | undefined;
|
|
60
|
-
};
|
|
61
|
-
export type CreateConfigurableLogDrainRequest = {
|
|
62
|
-
/**
|
|
63
|
-
* The Team identifier to perform the request on behalf of.
|
|
64
|
-
*/
|
|
65
|
-
teamId?: string | undefined;
|
|
66
|
-
/**
|
|
67
|
-
* The Team slug to perform the request on behalf of.
|
|
68
|
-
*/
|
|
69
|
-
slug?: string | undefined;
|
|
70
|
-
requestBody: CreateConfigurableLogDrainRequestBody;
|
|
71
|
-
};
|
|
72
|
-
export declare const CreateConfigurableLogDrainSources: {
|
|
73
|
-
readonly Build: "build";
|
|
74
|
-
readonly Edge: "edge";
|
|
75
|
-
readonly Lambda: "lambda";
|
|
76
|
-
readonly Static: "static";
|
|
77
|
-
readonly External: "external";
|
|
78
|
-
readonly Firewall: "firewall";
|
|
79
|
-
};
|
|
80
|
-
export type CreateConfigurableLogDrainSources = ClosedEnum<typeof CreateConfigurableLogDrainSources>;
|
|
81
|
-
export declare const CreateConfigurableLogDrainEnvironments: {
|
|
82
|
-
readonly Production: "production";
|
|
83
|
-
readonly Preview: "preview";
|
|
84
|
-
};
|
|
85
|
-
export type CreateConfigurableLogDrainEnvironments = ClosedEnum<typeof CreateConfigurableLogDrainEnvironments>;
|
|
86
|
-
export declare const CreateConfigurableLogDrainCreatedFrom: {
|
|
87
|
-
readonly SelfServed: "self-served";
|
|
88
|
-
readonly Integration: "integration";
|
|
89
|
-
};
|
|
90
|
-
export type CreateConfigurableLogDrainCreatedFrom = ClosedEnum<typeof CreateConfigurableLogDrainCreatedFrom>;
|
|
91
|
-
export declare const CreateConfigurableLogDrainDeliveryFormat: {
|
|
92
|
-
readonly Json: "json";
|
|
93
|
-
readonly Ndjson: "ndjson";
|
|
94
|
-
readonly Syslog: "syslog";
|
|
95
|
-
readonly Protobuf: "protobuf";
|
|
96
|
-
};
|
|
97
|
-
export type CreateConfigurableLogDrainDeliveryFormat = ClosedEnum<typeof CreateConfigurableLogDrainDeliveryFormat>;
|
|
98
|
-
export declare const CreateConfigurableLogDrainStatus: {
|
|
99
|
-
readonly Enabled: "enabled";
|
|
100
|
-
readonly Disabled: "disabled";
|
|
101
|
-
readonly Errored: "errored";
|
|
102
|
-
};
|
|
103
|
-
export type CreateConfigurableLogDrainStatus = ClosedEnum<typeof CreateConfigurableLogDrainStatus>;
|
|
104
|
-
export declare const CreateConfigurableLogDrainDisabledReason: {
|
|
105
|
-
readonly DisabledByOwner: "disabled-by-owner";
|
|
106
|
-
readonly FeatureNotAvailable: "feature-not-available";
|
|
107
|
-
readonly AccountPlanDowngrade: "account-plan-downgrade";
|
|
108
|
-
readonly DisabledByAdmin: "disabled-by-admin";
|
|
109
|
-
};
|
|
110
|
-
export type CreateConfigurableLogDrainDisabledReason = ClosedEnum<typeof CreateConfigurableLogDrainDisabledReason>;
|
|
111
|
-
export type CreateConfigurableLogDrainResponseBody = {
|
|
112
|
-
/**
|
|
113
|
-
* The secret to validate the log-drain payload
|
|
114
|
-
*/
|
|
115
|
-
secret?: string | undefined;
|
|
116
|
-
clientId?: string | undefined;
|
|
117
|
-
configurationId?: string | undefined;
|
|
118
|
-
sources?: Array<CreateConfigurableLogDrainSources> | undefined;
|
|
119
|
-
environments: Array<CreateConfigurableLogDrainEnvironments>;
|
|
120
|
-
disabledBy?: string | undefined;
|
|
121
|
-
firstErrorTimestamp?: number | undefined;
|
|
122
|
-
samplingRate?: number | undefined;
|
|
123
|
-
hideIpAddresses?: boolean | undefined;
|
|
124
|
-
id: string;
|
|
125
|
-
createdAt: number;
|
|
126
|
-
deletedAt: number | null;
|
|
127
|
-
updatedAt: number;
|
|
128
|
-
url: string;
|
|
129
|
-
headers?: {
|
|
130
|
-
[k: string]: string;
|
|
131
|
-
} | undefined;
|
|
132
|
-
projectIds?: Array<string> | undefined;
|
|
133
|
-
name: string;
|
|
134
|
-
teamId?: string | null | undefined;
|
|
135
|
-
ownerId: string;
|
|
136
|
-
createdFrom?: CreateConfigurableLogDrainCreatedFrom | undefined;
|
|
137
|
-
deliveryFormat: CreateConfigurableLogDrainDeliveryFormat;
|
|
138
|
-
status?: CreateConfigurableLogDrainStatus | undefined;
|
|
139
|
-
disabledAt?: number | undefined;
|
|
140
|
-
disabledReason?: CreateConfigurableLogDrainDisabledReason | undefined;
|
|
141
|
-
};
|
|
142
|
-
/** @internal */
|
|
143
|
-
export declare const DeliveryFormat$inboundSchema: z.ZodNativeEnum<typeof DeliveryFormat>;
|
|
144
|
-
/** @internal */
|
|
145
|
-
export declare const DeliveryFormat$outboundSchema: z.ZodNativeEnum<typeof DeliveryFormat>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
149
|
-
*/
|
|
150
|
-
export declare namespace DeliveryFormat$ {
|
|
151
|
-
/** @deprecated use `DeliveryFormat$inboundSchema` instead. */
|
|
152
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
153
|
-
readonly Json: "json";
|
|
154
|
-
readonly Ndjson: "ndjson";
|
|
155
|
-
}>;
|
|
156
|
-
/** @deprecated use `DeliveryFormat$outboundSchema` instead. */
|
|
157
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
158
|
-
readonly Json: "json";
|
|
159
|
-
readonly Ndjson: "ndjson";
|
|
160
|
-
}>;
|
|
161
|
-
}
|
|
162
|
-
/** @internal */
|
|
163
|
-
export declare const Sources$inboundSchema: z.ZodNativeEnum<typeof Sources>;
|
|
164
|
-
/** @internal */
|
|
165
|
-
export declare const Sources$outboundSchema: z.ZodNativeEnum<typeof Sources>;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
169
|
-
*/
|
|
170
|
-
export declare namespace Sources$ {
|
|
171
|
-
/** @deprecated use `Sources$inboundSchema` instead. */
|
|
172
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
173
|
-
readonly Static: "static";
|
|
174
|
-
readonly Lambda: "lambda";
|
|
175
|
-
readonly Build: "build";
|
|
176
|
-
readonly Edge: "edge";
|
|
177
|
-
readonly External: "external";
|
|
178
|
-
readonly Firewall: "firewall";
|
|
179
|
-
}>;
|
|
180
|
-
/** @deprecated use `Sources$outboundSchema` instead. */
|
|
181
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
182
|
-
readonly Static: "static";
|
|
183
|
-
readonly Lambda: "lambda";
|
|
184
|
-
readonly Build: "build";
|
|
185
|
-
readonly Edge: "edge";
|
|
186
|
-
readonly External: "external";
|
|
187
|
-
readonly Firewall: "firewall";
|
|
188
|
-
}>;
|
|
189
|
-
}
|
|
190
|
-
/** @internal */
|
|
191
|
-
export declare const Environments$inboundSchema: z.ZodNativeEnum<typeof Environments>;
|
|
192
|
-
/** @internal */
|
|
193
|
-
export declare const Environments$outboundSchema: z.ZodNativeEnum<typeof Environments>;
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
197
|
-
*/
|
|
198
|
-
export declare namespace Environments$ {
|
|
199
|
-
/** @deprecated use `Environments$inboundSchema` instead. */
|
|
200
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
201
|
-
readonly Preview: "preview";
|
|
202
|
-
readonly Production: "production";
|
|
203
|
-
}>;
|
|
204
|
-
/** @deprecated use `Environments$outboundSchema` instead. */
|
|
205
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
206
|
-
readonly Preview: "preview";
|
|
207
|
-
readonly Production: "production";
|
|
208
|
-
}>;
|
|
209
|
-
}
|
|
210
|
-
/** @internal */
|
|
211
|
-
export declare const CreateConfigurableLogDrainRequestBody$inboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody, z.ZodTypeDef, unknown>;
|
|
212
|
-
/** @internal */
|
|
213
|
-
export type CreateConfigurableLogDrainRequestBody$Outbound = {
|
|
214
|
-
deliveryFormat: string;
|
|
215
|
-
url: string;
|
|
216
|
-
headers?: {
|
|
217
|
-
[k: string]: string;
|
|
218
|
-
} | undefined;
|
|
219
|
-
projectIds?: Array<string> | undefined;
|
|
220
|
-
sources: Array<string>;
|
|
221
|
-
environments?: Array<string> | undefined;
|
|
222
|
-
secret?: string | undefined;
|
|
223
|
-
samplingRate?: number | undefined;
|
|
224
|
-
name?: string | undefined;
|
|
225
|
-
};
|
|
226
|
-
/** @internal */
|
|
227
|
-
export declare const CreateConfigurableLogDrainRequestBody$outboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequestBody>;
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
231
|
-
*/
|
|
232
|
-
export declare namespace CreateConfigurableLogDrainRequestBody$ {
|
|
233
|
-
/** @deprecated use `CreateConfigurableLogDrainRequestBody$inboundSchema` instead. */
|
|
234
|
-
const inboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody, z.ZodTypeDef, unknown>;
|
|
235
|
-
/** @deprecated use `CreateConfigurableLogDrainRequestBody$outboundSchema` instead. */
|
|
236
|
-
const outboundSchema: z.ZodType<CreateConfigurableLogDrainRequestBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequestBody>;
|
|
237
|
-
/** @deprecated use `CreateConfigurableLogDrainRequestBody$Outbound` instead. */
|
|
238
|
-
type Outbound = CreateConfigurableLogDrainRequestBody$Outbound;
|
|
239
|
-
}
|
|
240
|
-
export declare function createConfigurableLogDrainRequestBodyToJSON(createConfigurableLogDrainRequestBody: CreateConfigurableLogDrainRequestBody): string;
|
|
241
|
-
export declare function createConfigurableLogDrainRequestBodyFromJSON(jsonString: string): SafeParseResult<CreateConfigurableLogDrainRequestBody, SDKValidationError>;
|
|
242
|
-
/** @internal */
|
|
243
|
-
export declare const CreateConfigurableLogDrainRequest$inboundSchema: z.ZodType<CreateConfigurableLogDrainRequest, z.ZodTypeDef, unknown>;
|
|
244
|
-
/** @internal */
|
|
245
|
-
export type CreateConfigurableLogDrainRequest$Outbound = {
|
|
246
|
-
teamId?: string | undefined;
|
|
247
|
-
slug?: string | undefined;
|
|
248
|
-
RequestBody: CreateConfigurableLogDrainRequestBody$Outbound;
|
|
249
|
-
};
|
|
250
|
-
/** @internal */
|
|
251
|
-
export declare const CreateConfigurableLogDrainRequest$outboundSchema: z.ZodType<CreateConfigurableLogDrainRequest$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequest>;
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
255
|
-
*/
|
|
256
|
-
export declare namespace CreateConfigurableLogDrainRequest$ {
|
|
257
|
-
/** @deprecated use `CreateConfigurableLogDrainRequest$inboundSchema` instead. */
|
|
258
|
-
const inboundSchema: z.ZodType<CreateConfigurableLogDrainRequest, z.ZodTypeDef, unknown>;
|
|
259
|
-
/** @deprecated use `CreateConfigurableLogDrainRequest$outboundSchema` instead. */
|
|
260
|
-
const outboundSchema: z.ZodType<CreateConfigurableLogDrainRequest$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainRequest>;
|
|
261
|
-
/** @deprecated use `CreateConfigurableLogDrainRequest$Outbound` instead. */
|
|
262
|
-
type Outbound = CreateConfigurableLogDrainRequest$Outbound;
|
|
263
|
-
}
|
|
264
|
-
export declare function createConfigurableLogDrainRequestToJSON(createConfigurableLogDrainRequest: CreateConfigurableLogDrainRequest): string;
|
|
265
|
-
export declare function createConfigurableLogDrainRequestFromJSON(jsonString: string): SafeParseResult<CreateConfigurableLogDrainRequest, SDKValidationError>;
|
|
266
|
-
/** @internal */
|
|
267
|
-
export declare const CreateConfigurableLogDrainSources$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainSources>;
|
|
268
|
-
/** @internal */
|
|
269
|
-
export declare const CreateConfigurableLogDrainSources$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainSources>;
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
273
|
-
*/
|
|
274
|
-
export declare namespace CreateConfigurableLogDrainSources$ {
|
|
275
|
-
/** @deprecated use `CreateConfigurableLogDrainSources$inboundSchema` instead. */
|
|
276
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
277
|
-
readonly Build: "build";
|
|
278
|
-
readonly Edge: "edge";
|
|
279
|
-
readonly Lambda: "lambda";
|
|
280
|
-
readonly Static: "static";
|
|
281
|
-
readonly External: "external";
|
|
282
|
-
readonly Firewall: "firewall";
|
|
283
|
-
}>;
|
|
284
|
-
/** @deprecated use `CreateConfigurableLogDrainSources$outboundSchema` instead. */
|
|
285
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
286
|
-
readonly Build: "build";
|
|
287
|
-
readonly Edge: "edge";
|
|
288
|
-
readonly Lambda: "lambda";
|
|
289
|
-
readonly Static: "static";
|
|
290
|
-
readonly External: "external";
|
|
291
|
-
readonly Firewall: "firewall";
|
|
292
|
-
}>;
|
|
293
|
-
}
|
|
294
|
-
/** @internal */
|
|
295
|
-
export declare const CreateConfigurableLogDrainEnvironments$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainEnvironments>;
|
|
296
|
-
/** @internal */
|
|
297
|
-
export declare const CreateConfigurableLogDrainEnvironments$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainEnvironments>;
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
301
|
-
*/
|
|
302
|
-
export declare namespace CreateConfigurableLogDrainEnvironments$ {
|
|
303
|
-
/** @deprecated use `CreateConfigurableLogDrainEnvironments$inboundSchema` instead. */
|
|
304
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
305
|
-
readonly Production: "production";
|
|
306
|
-
readonly Preview: "preview";
|
|
307
|
-
}>;
|
|
308
|
-
/** @deprecated use `CreateConfigurableLogDrainEnvironments$outboundSchema` instead. */
|
|
309
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
310
|
-
readonly Production: "production";
|
|
311
|
-
readonly Preview: "preview";
|
|
312
|
-
}>;
|
|
313
|
-
}
|
|
314
|
-
/** @internal */
|
|
315
|
-
export declare const CreateConfigurableLogDrainCreatedFrom$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainCreatedFrom>;
|
|
316
|
-
/** @internal */
|
|
317
|
-
export declare const CreateConfigurableLogDrainCreatedFrom$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainCreatedFrom>;
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
321
|
-
*/
|
|
322
|
-
export declare namespace CreateConfigurableLogDrainCreatedFrom$ {
|
|
323
|
-
/** @deprecated use `CreateConfigurableLogDrainCreatedFrom$inboundSchema` instead. */
|
|
324
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
325
|
-
readonly SelfServed: "self-served";
|
|
326
|
-
readonly Integration: "integration";
|
|
327
|
-
}>;
|
|
328
|
-
/** @deprecated use `CreateConfigurableLogDrainCreatedFrom$outboundSchema` instead. */
|
|
329
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
330
|
-
readonly SelfServed: "self-served";
|
|
331
|
-
readonly Integration: "integration";
|
|
332
|
-
}>;
|
|
333
|
-
}
|
|
334
|
-
/** @internal */
|
|
335
|
-
export declare const CreateConfigurableLogDrainDeliveryFormat$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDeliveryFormat>;
|
|
336
|
-
/** @internal */
|
|
337
|
-
export declare const CreateConfigurableLogDrainDeliveryFormat$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDeliveryFormat>;
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
341
|
-
*/
|
|
342
|
-
export declare namespace CreateConfigurableLogDrainDeliveryFormat$ {
|
|
343
|
-
/** @deprecated use `CreateConfigurableLogDrainDeliveryFormat$inboundSchema` instead. */
|
|
344
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
345
|
-
readonly Json: "json";
|
|
346
|
-
readonly Ndjson: "ndjson";
|
|
347
|
-
readonly Syslog: "syslog";
|
|
348
|
-
readonly Protobuf: "protobuf";
|
|
349
|
-
}>;
|
|
350
|
-
/** @deprecated use `CreateConfigurableLogDrainDeliveryFormat$outboundSchema` instead. */
|
|
351
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
352
|
-
readonly Json: "json";
|
|
353
|
-
readonly Ndjson: "ndjson";
|
|
354
|
-
readonly Syslog: "syslog";
|
|
355
|
-
readonly Protobuf: "protobuf";
|
|
356
|
-
}>;
|
|
357
|
-
}
|
|
358
|
-
/** @internal */
|
|
359
|
-
export declare const CreateConfigurableLogDrainStatus$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainStatus>;
|
|
360
|
-
/** @internal */
|
|
361
|
-
export declare const CreateConfigurableLogDrainStatus$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainStatus>;
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
365
|
-
*/
|
|
366
|
-
export declare namespace CreateConfigurableLogDrainStatus$ {
|
|
367
|
-
/** @deprecated use `CreateConfigurableLogDrainStatus$inboundSchema` instead. */
|
|
368
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
369
|
-
readonly Enabled: "enabled";
|
|
370
|
-
readonly Disabled: "disabled";
|
|
371
|
-
readonly Errored: "errored";
|
|
372
|
-
}>;
|
|
373
|
-
/** @deprecated use `CreateConfigurableLogDrainStatus$outboundSchema` instead. */
|
|
374
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
375
|
-
readonly Enabled: "enabled";
|
|
376
|
-
readonly Disabled: "disabled";
|
|
377
|
-
readonly Errored: "errored";
|
|
378
|
-
}>;
|
|
379
|
-
}
|
|
380
|
-
/** @internal */
|
|
381
|
-
export declare const CreateConfigurableLogDrainDisabledReason$inboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDisabledReason>;
|
|
382
|
-
/** @internal */
|
|
383
|
-
export declare const CreateConfigurableLogDrainDisabledReason$outboundSchema: z.ZodNativeEnum<typeof CreateConfigurableLogDrainDisabledReason>;
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
387
|
-
*/
|
|
388
|
-
export declare namespace CreateConfigurableLogDrainDisabledReason$ {
|
|
389
|
-
/** @deprecated use `CreateConfigurableLogDrainDisabledReason$inboundSchema` instead. */
|
|
390
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
391
|
-
readonly DisabledByOwner: "disabled-by-owner";
|
|
392
|
-
readonly FeatureNotAvailable: "feature-not-available";
|
|
393
|
-
readonly AccountPlanDowngrade: "account-plan-downgrade";
|
|
394
|
-
readonly DisabledByAdmin: "disabled-by-admin";
|
|
395
|
-
}>;
|
|
396
|
-
/** @deprecated use `CreateConfigurableLogDrainDisabledReason$outboundSchema` instead. */
|
|
397
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
398
|
-
readonly DisabledByOwner: "disabled-by-owner";
|
|
399
|
-
readonly FeatureNotAvailable: "feature-not-available";
|
|
400
|
-
readonly AccountPlanDowngrade: "account-plan-downgrade";
|
|
401
|
-
readonly DisabledByAdmin: "disabled-by-admin";
|
|
402
|
-
}>;
|
|
403
|
-
}
|
|
404
|
-
/** @internal */
|
|
405
|
-
export declare const CreateConfigurableLogDrainResponseBody$inboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody, z.ZodTypeDef, unknown>;
|
|
406
|
-
/** @internal */
|
|
407
|
-
export type CreateConfigurableLogDrainResponseBody$Outbound = {
|
|
408
|
-
secret?: string | undefined;
|
|
409
|
-
clientId?: string | undefined;
|
|
410
|
-
configurationId?: string | undefined;
|
|
411
|
-
sources?: Array<string> | undefined;
|
|
412
|
-
environments: Array<string>;
|
|
413
|
-
disabledBy?: string | undefined;
|
|
414
|
-
firstErrorTimestamp?: number | undefined;
|
|
415
|
-
samplingRate?: number | undefined;
|
|
416
|
-
hideIpAddresses?: boolean | undefined;
|
|
417
|
-
id: string;
|
|
418
|
-
createdAt: number;
|
|
419
|
-
deletedAt: number | null;
|
|
420
|
-
updatedAt: number;
|
|
421
|
-
url: string;
|
|
422
|
-
headers?: {
|
|
423
|
-
[k: string]: string;
|
|
424
|
-
} | undefined;
|
|
425
|
-
projectIds?: Array<string> | undefined;
|
|
426
|
-
name: string;
|
|
427
|
-
teamId?: string | null | undefined;
|
|
428
|
-
ownerId: string;
|
|
429
|
-
createdFrom?: string | undefined;
|
|
430
|
-
deliveryFormat: string;
|
|
431
|
-
status?: string | undefined;
|
|
432
|
-
disabledAt?: number | undefined;
|
|
433
|
-
disabledReason?: string | undefined;
|
|
434
|
-
};
|
|
435
|
-
/** @internal */
|
|
436
|
-
export declare const CreateConfigurableLogDrainResponseBody$outboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainResponseBody>;
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
440
|
-
*/
|
|
441
|
-
export declare namespace CreateConfigurableLogDrainResponseBody$ {
|
|
442
|
-
/** @deprecated use `CreateConfigurableLogDrainResponseBody$inboundSchema` instead. */
|
|
443
|
-
const inboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody, z.ZodTypeDef, unknown>;
|
|
444
|
-
/** @deprecated use `CreateConfigurableLogDrainResponseBody$outboundSchema` instead. */
|
|
445
|
-
const outboundSchema: z.ZodType<CreateConfigurableLogDrainResponseBody$Outbound, z.ZodTypeDef, CreateConfigurableLogDrainResponseBody>;
|
|
446
|
-
/** @deprecated use `CreateConfigurableLogDrainResponseBody$Outbound` instead. */
|
|
447
|
-
type Outbound = CreateConfigurableLogDrainResponseBody$Outbound;
|
|
448
|
-
}
|
|
449
|
-
export declare function createConfigurableLogDrainResponseBodyToJSON(createConfigurableLogDrainResponseBody: CreateConfigurableLogDrainResponseBody): string;
|
|
450
|
-
export declare function createConfigurableLogDrainResponseBodyFromJSON(jsonString: string): SafeParseResult<CreateConfigurableLogDrainResponseBody, SDKValidationError>;
|
|
451
|
-
//# sourceMappingURL=createconfigurablelogdrainop.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createconfigurablelogdrainop.d.ts","sourceRoot":"","sources":["../../src/models/createconfigurablelogdrainop.ts"],"names":[],"mappings":"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"}
|