@distilled.cloud/vercel 1.0.0-rc.7 → 1.0.0-rc.9
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/LICENSE +201 -0
- package/lib/services/access_groups.d.ts +1 -1
- package/lib/services/access_groups.d.ts.map +1 -1
- package/lib/services/access_groups.js +1 -1
- package/lib/services/access_groups.js.map +1 -1
- package/lib/services/ai_gateway.js +1 -1
- package/lib/services/ai_gateway.js.map +1 -1
- package/lib/services/aliases.d.ts +3 -3
- package/lib/services/aliases.d.ts.map +1 -1
- package/lib/services/aliases.js +4 -4
- package/lib/services/aliases.js.map +1 -1
- package/lib/services/api_ai_gateway.d.ts +275 -0
- package/lib/services/api_ai_gateway.d.ts.map +1 -0
- package/lib/services/api_ai_gateway.js +229 -0
- package/lib/services/api_ai_gateway.js.map +1 -0
- package/lib/services/artifacts.d.ts +1 -1
- package/lib/services/artifacts.d.ts.map +1 -1
- package/lib/services/artifacts.js +12 -12
- package/lib/services/artifacts.js.map +1 -1
- package/lib/services/authentication.js +1 -1
- package/lib/services/authentication.js.map +1 -1
- package/lib/services/billing.d.ts +145 -7
- package/lib/services/billing.d.ts.map +1 -1
- package/lib/services/billing.js +121 -5
- package/lib/services/billing.js.map +1 -1
- package/lib/services/bulk_redirects.d.ts +4 -4
- package/lib/services/bulk_redirects.d.ts.map +1 -1
- package/lib/services/bulk_redirects.js +4 -4
- package/lib/services/bulk_redirects.js.map +1 -1
- package/lib/services/certs.d.ts +9 -9
- package/lib/services/certs.d.ts.map +1 -1
- package/lib/services/certs.js +10 -12
- package/lib/services/certs.js.map +1 -1
- package/lib/services/checks_v2.d.ts +5 -0
- package/lib/services/checks_v2.d.ts.map +1 -1
- package/lib/services/checks_v2.js +6 -1
- package/lib/services/checks_v2.js.map +1 -1
- package/lib/services/connect.d.ts +1721 -527
- package/lib/services/connect.d.ts.map +1 -1
- package/lib/services/connect.js +1034 -414
- package/lib/services/connect.js.map +1 -1
- package/lib/services/deployments.d.ts +338 -30
- package/lib/services/deployments.d.ts.map +1 -1
- package/lib/services/deployments.js +335 -11
- package/lib/services/deployments.js.map +1 -1
- package/lib/services/dns.d.ts +13 -13
- package/lib/services/dns.d.ts.map +1 -1
- package/lib/services/dns.js +13 -14
- package/lib/services/dns.js.map +1 -1
- package/lib/services/domains.d.ts +55 -27
- package/lib/services/domains.d.ts.map +1 -1
- package/lib/services/domains.js +38 -25
- package/lib/services/domains.js.map +1 -1
- package/lib/services/domains_registrar.d.ts.map +1 -1
- package/lib/services/domains_registrar.js +1 -1
- package/lib/services/domains_registrar.js.map +1 -1
- package/lib/services/drains.d.ts +8 -8
- package/lib/services/drains.d.ts.map +1 -1
- package/lib/services/drains.js +1 -1
- package/lib/services/drains.js.map +1 -1
- package/lib/services/edge_cache.js +1 -1
- package/lib/services/edge_cache.js.map +1 -1
- package/lib/services/environment.d.ts +39 -39
- package/lib/services/environment.d.ts.map +1 -1
- package/lib/services/environment.js +35 -37
- package/lib/services/environment.js.map +1 -1
- package/lib/services/feature_flags.d.ts +93 -309
- package/lib/services/feature_flags.d.ts.map +1 -1
- package/lib/services/feature_flags.js +93 -303
- package/lib/services/feature_flags.js.map +1 -1
- package/lib/services/global_config.d.ts +40 -40
- package/lib/services/global_config.d.ts.map +1 -1
- package/lib/services/global_config.js +16 -14
- package/lib/services/global_config.js.map +1 -1
- package/lib/services/index.d.ts +3 -0
- package/lib/services/index.d.ts.map +1 -1
- package/lib/services/index.js +3 -0
- package/lib/services/index.js.map +1 -1
- package/lib/services/integrations.d.ts +44 -17
- package/lib/services/integrations.d.ts.map +1 -1
- package/lib/services/integrations.js +32 -7
- package/lib/services/integrations.js.map +1 -1
- package/lib/services/kms.d.ts +1095 -0
- package/lib/services/kms.d.ts.map +1 -0
- package/lib/services/kms.js +982 -0
- package/lib/services/kms.js.map +1 -0
- package/lib/services/log_drains.d.ts +4 -4
- package/lib/services/log_drains.d.ts.map +1 -1
- package/lib/services/log_drains.js +1 -1
- package/lib/services/log_drains.js.map +1 -1
- package/lib/services/logs.js +1 -1
- package/lib/services/logs.js.map +1 -1
- package/lib/services/marketplace.d.ts +95 -33
- package/lib/services/marketplace.d.ts.map +1 -1
- package/lib/services/marketplace.js +123 -31
- package/lib/services/marketplace.js.map +1 -1
- package/lib/services/microfrontends.d.ts +290 -250
- package/lib/services/microfrontends.d.ts.map +1 -1
- package/lib/services/microfrontends.js +281 -244
- package/lib/services/microfrontends.js.map +1 -1
- package/lib/services/misc.d.ts +192 -0
- package/lib/services/misc.d.ts.map +1 -0
- package/lib/services/misc.js +125 -0
- package/lib/services/misc.js.map +1 -0
- package/lib/services/networking.d.ts +123 -2
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/networking.js +132 -2
- package/lib/services/networking.js.map +1 -1
- package/lib/services/observability.js +1 -1
- package/lib/services/observability.js.map +1 -1
- package/lib/services/project_members.js +1 -1
- package/lib/services/project_members.js.map +1 -1
- package/lib/services/project_routes.d.ts.map +1 -1
- package/lib/services/project_routes.js +1 -1
- package/lib/services/project_routes.js.map +1 -1
- package/lib/services/projects.d.ts +356 -116
- package/lib/services/projects.d.ts.map +1 -1
- package/lib/services/projects.js +260 -64
- package/lib/services/projects.js.map +1 -1
- package/lib/services/rolling_release.d.ts +2 -2
- package/lib/services/rolling_release.d.ts.map +1 -1
- package/lib/services/rolling_release.js +1 -1
- package/lib/services/rolling_release.js.map +1 -1
- package/lib/services/sandboxes.d.ts +1007 -410
- package/lib/services/sandboxes.d.ts.map +1 -1
- package/lib/services/sandboxes.js +732 -293
- package/lib/services/sandboxes.js.map +1 -1
- package/lib/services/security.d.ts +590 -275
- package/lib/services/security.d.ts.map +1 -1
- package/lib/services/security.js +562 -208
- package/lib/services/security.js.map +1 -1
- package/lib/services/storage.d.ts +69 -69
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storage.js +59 -59
- package/lib/services/storage.js.map +1 -1
- package/lib/services/teams.d.ts +351 -328
- package/lib/services/teams.d.ts.map +1 -1
- package/lib/services/teams.js +299 -284
- package/lib/services/teams.js.map +1 -1
- package/lib/services/user.d.ts +4237 -3650
- package/lib/services/user.d.ts.map +1 -1
- package/lib/services/user.js +3426 -2935
- package/lib/services/user.js.map +1 -1
- package/lib/services/vcr.d.ts +80 -122
- package/lib/services/vcr.d.ts.map +1 -1
- package/lib/services/vcr.js +89 -144
- package/lib/services/vcr.js.map +1 -1
- package/lib/services/web_analytics.d.ts +42 -10
- package/lib/services/web_analytics.d.ts.map +1 -1
- package/lib/services/web_analytics.js +39 -9
- package/lib/services/web_analytics.js.map +1 -1
- package/lib/services/webhooks.d.ts +13 -1
- package/lib/services/webhooks.d.ts.map +1 -1
- package/lib/services/webhooks.js +11 -1
- package/lib/services/webhooks.js.map +1 -1
- package/package.json +6 -5
- package/src/services/access_groups.ts +5 -2
- package/src/services/ai_gateway.ts +1 -1
- package/src/services/aliases.ts +9 -8
- package/src/services/api_ai_gateway.ts +607 -0
- package/src/services/artifacts.ts +13 -13
- package/src/services/authentication.ts +1 -1
- package/src/services/billing.ts +358 -26
- package/src/services/bulk_redirects.ts +10 -10
- package/src/services/certs.ts +20 -26
- package/src/services/checks_v2.ts +11 -1
- package/src/services/connect.ts +3330 -1121
- package/src/services/deployments.ts +1513 -429
- package/src/services/dns.ts +26 -27
- package/src/services/domains.ts +119 -63
- package/src/services/domains_registrar.ts +37 -37
- package/src/services/drains.ts +35 -18
- package/src/services/edge_cache.ts +1 -1
- package/src/services/environment.ts +99 -95
- package/src/services/feature_flags.ts +332 -884
- package/src/services/global_config.ts +59 -57
- package/src/services/index.ts +3 -0
- package/src/services/integrations.ts +870 -668
- package/src/services/kms.ts +2631 -0
- package/src/services/log_drains.ts +73 -41
- package/src/services/logs.ts +1 -1
- package/src/services/marketplace.ts +324 -96
- package/src/services/microfrontends.ts +1582 -1306
- package/src/services/misc.ts +364 -0
- package/src/services/networking.ts +339 -4
- package/src/services/observability.ts +1 -1
- package/src/services/project_members.ts +1 -1
- package/src/services/project_routes.ts +25 -16
- package/src/services/projects.ts +1987 -691
- package/src/services/rolling_release.ts +100 -96
- package/src/services/sandboxes.ts +3013 -1268
- package/src/services/security.ts +3433 -1845
- package/src/services/storage.ts +145 -141
- package/src/services/teams.ts +1061 -986
- package/src/services/user.ts +8490 -6901
- package/src/services/vcr.ts +349 -443
- package/src/services/web_analytics.ts +83 -13
- package/src/services/webhooks.ts +32 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
|
|
2
2
|
import * as S from "@distilled.cloud/core/schema";
|
|
3
3
|
import * as API from "@distilled.cloud/core/api";
|
|
4
4
|
import * as C from "@distilled.cloud/core/category";
|
|
@@ -158,8 +158,6 @@ export interface Network {
|
|
|
158
158
|
/** The date at which the Network was created, represented as a UNIX timestamp since EPOCH. */
|
|
159
159
|
createdAt: number;
|
|
160
160
|
egressIpAddresses?: NetworkEgressIpAddressesList;
|
|
161
|
-
/** The single contiguous CIDR block from which all egress (NAT gateway) IP addresses are allocated. Present only for networks created with the egress CIDR block feature enabled. Customers can allowlist this range instead of individual egress IPs so it keeps working when AZs are added. */
|
|
162
|
-
egressCidrBlock?: string;
|
|
163
161
|
/** Metadata about any AWS Route53 Hosted Zones associated with the Network. */
|
|
164
162
|
hostedZones?: NetworkHostedZones;
|
|
165
163
|
/** The unique identifier of the Network. */
|
|
@@ -187,7 +185,6 @@ export const Network = /*@__PURE__*/ S.suspend(() =>
|
|
|
187
185
|
cidr: S.String,
|
|
188
186
|
createdAt: S.Number,
|
|
189
187
|
egressIpAddresses: S.optional(NetworkEgressIpAddressesList),
|
|
190
|
-
egressCidrBlock: S.optional(S.String),
|
|
191
188
|
hostedZones: S.optional(NetworkHostedZones),
|
|
192
189
|
id: S.String,
|
|
193
190
|
name: S.String,
|
|
@@ -200,6 +197,114 @@ export const Network = /*@__PURE__*/ S.suspend(() =>
|
|
|
200
197
|
}),
|
|
201
198
|
).annotate({ identifier: "Network" }) as any as S.Schema<Network>;
|
|
202
199
|
|
|
200
|
+
export interface CreatePrivateLinkEndpointRequest {
|
|
201
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
202
|
+
teamId?: string;
|
|
203
|
+
/** The Team slug to perform the request on behalf of. */
|
|
204
|
+
slug?: string;
|
|
205
|
+
/** The project ID to create the PrivateLink endpoint for. */
|
|
206
|
+
projectId: string;
|
|
207
|
+
/** The name of the PrivateLink endpoint, used as its label in the Vercel dashboard. */
|
|
208
|
+
name: string;
|
|
209
|
+
/** The Vercel region to provision the endpoint in. Advanced Networking must be enabled for the project in that region. The endpoint service itself may live in another AWS region. */
|
|
210
|
+
vercelRegion: string;
|
|
211
|
+
/** The name of the AWS VPC endpoint service to connect to. Its AWS region is read from the name; when that region differs from the one behind `vercelRegion`, the service must allow cross-region access. */
|
|
212
|
+
awsServiceName: string;
|
|
213
|
+
/** Whether to resolve the endpoint service through its private DNS names, which are then returned in `privateDnsNames`. Defaults to `false`, in which case the endpoint is reachable through the DNS names in `awsDnsEntries`. */
|
|
214
|
+
enablePrivateDns?: boolean;
|
|
215
|
+
}
|
|
216
|
+
export const CreatePrivateLinkEndpointRequest = /*@__PURE__*/ S.suspend(() =>
|
|
217
|
+
S.Struct({
|
|
218
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
219
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
220
|
+
projectId: S.String,
|
|
221
|
+
name: S.String,
|
|
222
|
+
vercelRegion: S.String,
|
|
223
|
+
awsServiceName: S.String,
|
|
224
|
+
enablePrivateDns: S.optional(S.Boolean),
|
|
225
|
+
}).pipe(
|
|
226
|
+
T.Http({
|
|
227
|
+
method: "POST",
|
|
228
|
+
uri: "/v1/networking/privatelink/endpoints",
|
|
229
|
+
code: 200,
|
|
230
|
+
}),
|
|
231
|
+
),
|
|
232
|
+
).annotate({
|
|
233
|
+
identifier: "CreatePrivateLinkEndpointRequest",
|
|
234
|
+
}) as any as S.Schema<CreatePrivateLinkEndpointRequest>;
|
|
235
|
+
|
|
236
|
+
/** The regional DNS names assigned to the endpoint by AWS. Use these to reach the service when private DNS is not enabled. */
|
|
237
|
+
export type PrivateLinkEndpointAwsDnsEntriesList = Array<string>;
|
|
238
|
+
export const PrivateLinkEndpointAwsDnsEntriesList = /*@__PURE__*/ S.Array(
|
|
239
|
+
S.String,
|
|
240
|
+
) as any as S.Schema<PrivateLinkEndpointAwsDnsEntriesList>;
|
|
241
|
+
|
|
242
|
+
/** The private DNS names of the endpoint service, populated when private DNS is enabled for the endpoint. */
|
|
243
|
+
export type PrivateLinkEndpointPrivateDnsNamesList = Array<string>;
|
|
244
|
+
export const PrivateLinkEndpointPrivateDnsNamesList = /*@__PURE__*/ S.Array(
|
|
245
|
+
S.String,
|
|
246
|
+
) as any as S.Schema<PrivateLinkEndpointPrivateDnsNamesList>;
|
|
247
|
+
|
|
248
|
+
/** The current state of the endpoint. - `creating`: the endpoint is being created. - `pending-acceptance`: waiting for the endpoint service owner to accept the connection. Only occurs for services that require manual acceptance. - `provisioning`: the connection was accepted and AWS is finishing setup. - `available`: the endpoint is fully provisioned and ready to use. - `rejected`: the endpoint service owner rejected the connection. - `failed`: the endpoint could not be provisioned. - `deleting`: the endpoint is being deleted. */
|
|
249
|
+
export type PrivateLinkEndpointStatus =
|
|
250
|
+
| "available"
|
|
251
|
+
| "creating"
|
|
252
|
+
| "deleting"
|
|
253
|
+
| "failed"
|
|
254
|
+
| "pending-acceptance"
|
|
255
|
+
| "provisioning"
|
|
256
|
+
| "rejected";
|
|
257
|
+
export const PrivateLinkEndpointStatus = /*@__PURE__*/ S.String;
|
|
258
|
+
|
|
259
|
+
/** A PrivateLink endpoint, which connects a project to an AWS VPC endpoint service in a single region so that traffic reaches the service over AWS PrivateLink rather than the public internet. */
|
|
260
|
+
export interface PrivateLinkEndpoint {
|
|
261
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
262
|
+
endpointId: string;
|
|
263
|
+
/** The name of the PrivateLink endpoint, shown in the Vercel dashboard. */
|
|
264
|
+
name: string;
|
|
265
|
+
/** The identifier of the team that owns the PrivateLink endpoint. */
|
|
266
|
+
teamId: string;
|
|
267
|
+
/** The identifier of the project the PrivateLink endpoint belongs to. */
|
|
268
|
+
projectId: string;
|
|
269
|
+
/** The Vercel region the endpoint is provisioned in. */
|
|
270
|
+
vercelRegion: string;
|
|
271
|
+
/** The AWS VPC endpoint service the endpoint connects to. */
|
|
272
|
+
awsServiceName: string;
|
|
273
|
+
/** The identifier of the underlying AWS VPC endpoint. Absent until AWS has created the endpoint. */
|
|
274
|
+
vpcEndpointId?: string;
|
|
275
|
+
/** The regional DNS names assigned to the endpoint by AWS. Use these to reach the service when private DNS is not enabled. */
|
|
276
|
+
awsDnsEntries?: PrivateLinkEndpointAwsDnsEntriesList;
|
|
277
|
+
/** The private DNS names of the endpoint service, populated when private DNS is enabled for the endpoint. */
|
|
278
|
+
privateDnsNames?: PrivateLinkEndpointPrivateDnsNamesList;
|
|
279
|
+
/** The current state of the endpoint. - `creating`: the endpoint is being created. - `pending-acceptance`: waiting for the endpoint service owner to accept the connection. Only occurs for services that require manual acceptance. - `provisioning`: the connection was accepted and AWS is finishing setup. - `available`: the endpoint is fully provisioned and ready to use. - `rejected`: the endpoint service owner rejected the connection. - `failed`: the endpoint could not be provisioned. - `deleting`: the endpoint is being deleted. */
|
|
280
|
+
status: PrivateLinkEndpointStatus;
|
|
281
|
+
/** A human-readable explanation of why the endpoint could not be provisioned. Only set when `status` is `failed`, and absent for every other status including `rejected`, since AWS does not report a rejection reason. */
|
|
282
|
+
statusMessage?: string;
|
|
283
|
+
/** Timestamp in milliseconds since the UNIX epoch for when the endpoint was created. */
|
|
284
|
+
createdAt: number;
|
|
285
|
+
/** Timestamp in milliseconds since the UNIX epoch for when the endpoint was last updated. */
|
|
286
|
+
updatedAt: number;
|
|
287
|
+
}
|
|
288
|
+
export const PrivateLinkEndpoint = /*@__PURE__*/ S.suspend(() =>
|
|
289
|
+
S.Struct({
|
|
290
|
+
endpointId: S.String,
|
|
291
|
+
name: S.String,
|
|
292
|
+
teamId: S.String,
|
|
293
|
+
projectId: S.String,
|
|
294
|
+
vercelRegion: S.String,
|
|
295
|
+
awsServiceName: S.String,
|
|
296
|
+
vpcEndpointId: S.optional(S.String),
|
|
297
|
+
awsDnsEntries: S.optional(PrivateLinkEndpointAwsDnsEntriesList),
|
|
298
|
+
privateDnsNames: S.optional(PrivateLinkEndpointPrivateDnsNamesList),
|
|
299
|
+
status: PrivateLinkEndpointStatus,
|
|
300
|
+
statusMessage: S.optional(S.String),
|
|
301
|
+
createdAt: S.Number,
|
|
302
|
+
updatedAt: S.Number,
|
|
303
|
+
}),
|
|
304
|
+
).annotate({
|
|
305
|
+
identifier: "PrivateLinkEndpoint",
|
|
306
|
+
}) as any as S.Schema<PrivateLinkEndpoint>;
|
|
307
|
+
|
|
203
308
|
export interface DeleteNetworkRequest {
|
|
204
309
|
/** The ID of the network to delete */
|
|
205
310
|
networkId: string;
|
|
@@ -231,6 +336,40 @@ export const DeleteNetworkResponse = /*@__PURE__*/ S.suspend(() =>
|
|
|
231
336
|
identifier: "DeleteNetworkResponse",
|
|
232
337
|
}) as any as S.Schema<DeleteNetworkResponse>;
|
|
233
338
|
|
|
339
|
+
export interface DeletePrivateLinkEndpointRequest {
|
|
340
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
341
|
+
endpointId: string;
|
|
342
|
+
/** The project ID the PrivateLink endpoint belongs to. */
|
|
343
|
+
projectId: string;
|
|
344
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
345
|
+
teamId?: string;
|
|
346
|
+
/** The Team slug to perform the request on behalf of. */
|
|
347
|
+
slug?: string;
|
|
348
|
+
}
|
|
349
|
+
export const DeletePrivateLinkEndpointRequest = /*@__PURE__*/ S.suspend(() =>
|
|
350
|
+
S.Struct({
|
|
351
|
+
endpointId: S.String.pipe(T.Label()),
|
|
352
|
+
projectId: S.String.pipe(T.Query()),
|
|
353
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
354
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
355
|
+
}).pipe(
|
|
356
|
+
T.Http({
|
|
357
|
+
method: "DELETE",
|
|
358
|
+
uri: "/v1/networking/privatelink/endpoints/{endpointId}",
|
|
359
|
+
code: 200,
|
|
360
|
+
}),
|
|
361
|
+
),
|
|
362
|
+
).annotate({
|
|
363
|
+
identifier: "DeletePrivateLinkEndpointRequest",
|
|
364
|
+
}) as any as S.Schema<DeletePrivateLinkEndpointRequest>;
|
|
365
|
+
|
|
366
|
+
export type DeletePrivateLinkEndpointResponse = unknown;
|
|
367
|
+
export const DeletePrivateLinkEndpointResponse = /*@__PURE__*/ S.suspend(() =>
|
|
368
|
+
S.Unknown.pipe(T.RawResponseRoot()),
|
|
369
|
+
).annotate({
|
|
370
|
+
identifier: "DeletePrivateLinkEndpointResponse",
|
|
371
|
+
}) as any as S.Schema<DeletePrivateLinkEndpointResponse>;
|
|
372
|
+
|
|
234
373
|
export interface ListNetworksRequest {
|
|
235
374
|
/** Whether to include Hosted Zones in the response */
|
|
236
375
|
includeHostedZones?: boolean;
|
|
@@ -270,6 +409,44 @@ export const ListNetworksResponse = /*@__PURE__*/ S.suspend(() =>
|
|
|
270
409
|
identifier: "ListNetworksResponse",
|
|
271
410
|
}) as any as S.Schema<ListNetworksResponse>;
|
|
272
411
|
|
|
412
|
+
export interface ListPrivateLinkEndpointsRequest {
|
|
413
|
+
/** The project ID to list PrivateLink endpoints for. */
|
|
414
|
+
projectId: string;
|
|
415
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
416
|
+
teamId?: string;
|
|
417
|
+
/** The Team slug to perform the request on behalf of. */
|
|
418
|
+
slug?: string;
|
|
419
|
+
}
|
|
420
|
+
export const ListPrivateLinkEndpointsRequest = /*@__PURE__*/ S.suspend(() =>
|
|
421
|
+
S.Struct({
|
|
422
|
+
projectId: S.String.pipe(T.Query()),
|
|
423
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
424
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
425
|
+
}).pipe(
|
|
426
|
+
T.Http({
|
|
427
|
+
method: "GET",
|
|
428
|
+
uri: "/v1/networking/privatelink/endpoints",
|
|
429
|
+
code: 200,
|
|
430
|
+
}),
|
|
431
|
+
),
|
|
432
|
+
).annotate({
|
|
433
|
+
identifier: "ListPrivateLinkEndpointsRequest",
|
|
434
|
+
}) as any as S.Schema<ListPrivateLinkEndpointsRequest>;
|
|
435
|
+
|
|
436
|
+
export type ListPrivateLinkEndpointsResponseBodyList =
|
|
437
|
+
Array<PrivateLinkEndpoint>;
|
|
438
|
+
export const ListPrivateLinkEndpointsResponseBodyList = /*@__PURE__*/ S.Array(
|
|
439
|
+
PrivateLinkEndpoint,
|
|
440
|
+
) as any as S.Schema<ListPrivateLinkEndpointsResponseBodyList>;
|
|
441
|
+
|
|
442
|
+
export type ListPrivateLinkEndpointsResponse =
|
|
443
|
+
ListPrivateLinkEndpointsResponseBodyList;
|
|
444
|
+
export const ListPrivateLinkEndpointsResponse = /*@__PURE__*/ S.suspend(() =>
|
|
445
|
+
ListPrivateLinkEndpointsResponseBodyList.pipe(T.RawResponseRoot()),
|
|
446
|
+
).annotate({
|
|
447
|
+
identifier: "ListPrivateLinkEndpointsResponse",
|
|
448
|
+
}) as any as S.Schema<ListPrivateLinkEndpointsResponse>;
|
|
449
|
+
|
|
273
450
|
export interface ReadNetworkRequest {
|
|
274
451
|
/** The unique identifier of the Secure Compute network */
|
|
275
452
|
networkId: string;
|
|
@@ -294,6 +471,33 @@ export const ReadNetworkRequest = /*@__PURE__*/ S.suspend(() =>
|
|
|
294
471
|
identifier: "ReadNetworkRequest",
|
|
295
472
|
}) as any as S.Schema<ReadNetworkRequest>;
|
|
296
473
|
|
|
474
|
+
export interface ReadPrivateLinkEndpointRequest {
|
|
475
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
476
|
+
endpointId: string;
|
|
477
|
+
/** The project ID the PrivateLink endpoint belongs to. */
|
|
478
|
+
projectId: string;
|
|
479
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
480
|
+
teamId?: string;
|
|
481
|
+
/** The Team slug to perform the request on behalf of. */
|
|
482
|
+
slug?: string;
|
|
483
|
+
}
|
|
484
|
+
export const ReadPrivateLinkEndpointRequest = /*@__PURE__*/ S.suspend(() =>
|
|
485
|
+
S.Struct({
|
|
486
|
+
endpointId: S.String.pipe(T.Label()),
|
|
487
|
+
projectId: S.String.pipe(T.Query()),
|
|
488
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
489
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
490
|
+
}).pipe(
|
|
491
|
+
T.Http({
|
|
492
|
+
method: "GET",
|
|
493
|
+
uri: "/v1/networking/privatelink/endpoints/{endpointId}",
|
|
494
|
+
code: 200,
|
|
495
|
+
}),
|
|
496
|
+
),
|
|
497
|
+
).annotate({
|
|
498
|
+
identifier: "ReadPrivateLinkEndpointRequest",
|
|
499
|
+
}) as any as S.Schema<ReadPrivateLinkEndpointRequest>;
|
|
500
|
+
|
|
297
501
|
export interface UpdateNetworkRequest {
|
|
298
502
|
/** The unique identifier of the Secure Compute network */
|
|
299
503
|
networkId: string;
|
|
@@ -321,6 +525,39 @@ export const UpdateNetworkRequest = /*@__PURE__*/ S.suspend(() =>
|
|
|
321
525
|
identifier: "UpdateNetworkRequest",
|
|
322
526
|
}) as any as S.Schema<UpdateNetworkRequest>;
|
|
323
527
|
|
|
528
|
+
export interface UpdatePrivateLinkEndpointRequest {
|
|
529
|
+
/** The unique identifier of the PrivateLink endpoint. */
|
|
530
|
+
endpointId: string;
|
|
531
|
+
/** The project ID the PrivateLink endpoint belongs to. */
|
|
532
|
+
projectId: string;
|
|
533
|
+
/** The Team identifier to perform the request on behalf of. */
|
|
534
|
+
teamId?: string;
|
|
535
|
+
/** The Team slug to perform the request on behalf of. */
|
|
536
|
+
slug?: string;
|
|
537
|
+
/** A new name for the PrivateLink endpoint. When omitted, the current name is kept. */
|
|
538
|
+
name?: string;
|
|
539
|
+
/** When `true`, resolves the endpoint service through its private DNS names, which are then returned in `privateDnsNames`. When `false`, clears them. When omitted, the current setting is kept. At least one of `name` or `enablePrivateDns` must be provided. */
|
|
540
|
+
enablePrivateDns?: boolean;
|
|
541
|
+
}
|
|
542
|
+
export const UpdatePrivateLinkEndpointRequest = /*@__PURE__*/ S.suspend(() =>
|
|
543
|
+
S.Struct({
|
|
544
|
+
endpointId: S.String.pipe(T.Label()),
|
|
545
|
+
projectId: S.String.pipe(T.Query()),
|
|
546
|
+
teamId: S.optional(S.String.pipe(T.Query())),
|
|
547
|
+
slug: S.optional(S.String.pipe(T.Query())),
|
|
548
|
+
name: S.optional(S.String),
|
|
549
|
+
enablePrivateDns: S.optional(S.Boolean),
|
|
550
|
+
}).pipe(
|
|
551
|
+
T.Http({
|
|
552
|
+
method: "PATCH",
|
|
553
|
+
uri: "/v1/networking/privatelink/endpoints/{endpointId}",
|
|
554
|
+
code: 200,
|
|
555
|
+
}),
|
|
556
|
+
),
|
|
557
|
+
).annotate({
|
|
558
|
+
identifier: "UpdatePrivateLinkEndpointRequest",
|
|
559
|
+
}) as any as S.Schema<UpdatePrivateLinkEndpointRequest>;
|
|
560
|
+
|
|
324
561
|
export type UpdateStaticIpsRequestRegionsList = Array<string>;
|
|
325
562
|
export const UpdateStaticIpsRequestRegionsList = /*@__PURE__*/ S.Array(
|
|
326
563
|
S.String,
|
|
@@ -443,6 +680,26 @@ export const createNetwork: API.OperationMethod<
|
|
|
443
680
|
retry: Retry.Retry,
|
|
444
681
|
}));
|
|
445
682
|
|
|
683
|
+
export type CreatePrivateLinkEndpointError =
|
|
684
|
+
| BadRequest
|
|
685
|
+
| Forbidden
|
|
686
|
+
| NotFound
|
|
687
|
+
| Conflict
|
|
688
|
+
| VercelOpError;
|
|
689
|
+
/** Create a PrivateLink endpoint Creates a PrivateLink endpoint for a project. */
|
|
690
|
+
export const createPrivateLinkEndpoint: API.OperationMethod<
|
|
691
|
+
CreatePrivateLinkEndpointRequest,
|
|
692
|
+
PrivateLinkEndpoint,
|
|
693
|
+
CreatePrivateLinkEndpointError,
|
|
694
|
+
VercelOpContext
|
|
695
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
696
|
+
input: CreatePrivateLinkEndpointRequest,
|
|
697
|
+
output: PrivateLinkEndpoint,
|
|
698
|
+
errors: [BadRequest, Forbidden, NotFound, Conflict],
|
|
699
|
+
protocol: VercelProtocol,
|
|
700
|
+
retry: Retry.Retry,
|
|
701
|
+
}));
|
|
702
|
+
|
|
446
703
|
export type DeleteNetworkError =
|
|
447
704
|
| BadRequest
|
|
448
705
|
| PaymentRequired
|
|
@@ -463,6 +720,26 @@ export const deleteNetwork: API.OperationMethod<
|
|
|
463
720
|
retry: Retry.Retry,
|
|
464
721
|
}));
|
|
465
722
|
|
|
723
|
+
export type DeletePrivateLinkEndpointError =
|
|
724
|
+
| BadRequest
|
|
725
|
+
| Forbidden
|
|
726
|
+
| NotFound
|
|
727
|
+
| Conflict
|
|
728
|
+
| VercelOpError;
|
|
729
|
+
/** Delete a PrivateLink endpoint Deletes a PrivateLink endpoint. */
|
|
730
|
+
export const deletePrivateLinkEndpoint: API.OperationMethod<
|
|
731
|
+
DeletePrivateLinkEndpointRequest,
|
|
732
|
+
DeletePrivateLinkEndpointResponse,
|
|
733
|
+
DeletePrivateLinkEndpointError,
|
|
734
|
+
VercelOpContext
|
|
735
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
736
|
+
input: DeletePrivateLinkEndpointRequest,
|
|
737
|
+
output: DeletePrivateLinkEndpointResponse,
|
|
738
|
+
errors: [BadRequest, Forbidden, NotFound, Conflict],
|
|
739
|
+
protocol: VercelProtocol,
|
|
740
|
+
retry: Retry.Retry,
|
|
741
|
+
}));
|
|
742
|
+
|
|
466
743
|
export type ListNetworksError = BadRequest | Forbidden | VercelOpError;
|
|
467
744
|
/** List Secure Compute networks Allows to list Secure Compute networks. */
|
|
468
745
|
export const listNetworks: API.OperationMethod<
|
|
@@ -478,6 +755,25 @@ export const listNetworks: API.OperationMethod<
|
|
|
478
755
|
retry: Retry.Retry,
|
|
479
756
|
}));
|
|
480
757
|
|
|
758
|
+
export type ListPrivateLinkEndpointsError =
|
|
759
|
+
| BadRequest
|
|
760
|
+
| Forbidden
|
|
761
|
+
| NotFound
|
|
762
|
+
| VercelOpError;
|
|
763
|
+
/** List PrivateLink endpoints Lists all PrivateLink endpoints for a project. */
|
|
764
|
+
export const listPrivateLinkEndpoints: API.OperationMethod<
|
|
765
|
+
ListPrivateLinkEndpointsRequest,
|
|
766
|
+
ListPrivateLinkEndpointsResponse,
|
|
767
|
+
ListPrivateLinkEndpointsError,
|
|
768
|
+
VercelOpContext
|
|
769
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
770
|
+
input: ListPrivateLinkEndpointsRequest,
|
|
771
|
+
output: ListPrivateLinkEndpointsResponse,
|
|
772
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
773
|
+
protocol: VercelProtocol,
|
|
774
|
+
retry: Retry.Retry,
|
|
775
|
+
}));
|
|
776
|
+
|
|
481
777
|
export type ReadNetworkError = BadRequest | Forbidden | VercelOpError;
|
|
482
778
|
/** Read a Secure Compute network Allows to read a Secure Compute network. */
|
|
483
779
|
export const readNetwork: API.OperationMethod<
|
|
@@ -493,6 +789,25 @@ export const readNetwork: API.OperationMethod<
|
|
|
493
789
|
retry: Retry.Retry,
|
|
494
790
|
}));
|
|
495
791
|
|
|
792
|
+
export type ReadPrivateLinkEndpointError =
|
|
793
|
+
| BadRequest
|
|
794
|
+
| Forbidden
|
|
795
|
+
| NotFound
|
|
796
|
+
| VercelOpError;
|
|
797
|
+
/** Read a PrivateLink endpoint Reads a single PrivateLink endpoint. */
|
|
798
|
+
export const readPrivateLinkEndpoint: API.OperationMethod<
|
|
799
|
+
ReadPrivateLinkEndpointRequest,
|
|
800
|
+
PrivateLinkEndpoint,
|
|
801
|
+
ReadPrivateLinkEndpointError,
|
|
802
|
+
VercelOpContext
|
|
803
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
804
|
+
input: ReadPrivateLinkEndpointRequest,
|
|
805
|
+
output: PrivateLinkEndpoint,
|
|
806
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
807
|
+
protocol: VercelProtocol,
|
|
808
|
+
retry: Retry.Retry,
|
|
809
|
+
}));
|
|
810
|
+
|
|
496
811
|
export type UpdateNetworkError = BadRequest | Forbidden | VercelOpError;
|
|
497
812
|
/** Update a Secure Compute network Allows to update a Secure Compute network. */
|
|
498
813
|
export const updateNetwork: API.OperationMethod<
|
|
@@ -508,6 +823,26 @@ export const updateNetwork: API.OperationMethod<
|
|
|
508
823
|
retry: Retry.Retry,
|
|
509
824
|
}));
|
|
510
825
|
|
|
826
|
+
export type UpdatePrivateLinkEndpointError =
|
|
827
|
+
| BadRequest
|
|
828
|
+
| Forbidden
|
|
829
|
+
| NotFound
|
|
830
|
+
| Conflict
|
|
831
|
+
| VercelOpError;
|
|
832
|
+
/** Update a PrivateLink endpoint Updates a PrivateLink endpoint (name, privateDns). */
|
|
833
|
+
export const updatePrivateLinkEndpoint: API.OperationMethod<
|
|
834
|
+
UpdatePrivateLinkEndpointRequest,
|
|
835
|
+
PrivateLinkEndpoint,
|
|
836
|
+
UpdatePrivateLinkEndpointError,
|
|
837
|
+
VercelOpContext
|
|
838
|
+
> = /*@__PURE__*/ API.make(() => ({
|
|
839
|
+
input: UpdatePrivateLinkEndpointRequest,
|
|
840
|
+
output: PrivateLinkEndpoint,
|
|
841
|
+
errors: [BadRequest, Forbidden, NotFound, Conflict],
|
|
842
|
+
protocol: VercelProtocol,
|
|
843
|
+
retry: Retry.Retry,
|
|
844
|
+
}));
|
|
845
|
+
|
|
511
846
|
export type UpdateStaticIpsError =
|
|
512
847
|
| BadRequest
|
|
513
848
|
| PaymentRequired
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
|
|
2
2
|
import * as S from "@distilled.cloud/core/schema";
|
|
3
3
|
import * as API from "@distilled.cloud/core/api";
|
|
4
4
|
import * as C from "@distilled.cloud/core/category";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
|
|
2
2
|
import * as S from "@distilled.cloud/core/schema";
|
|
3
3
|
import * as API from "@distilled.cloud/core/api";
|
|
4
4
|
import * as C from "@distilled.cloud/core/category";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
|
|
1
|
+
// AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
|
|
2
2
|
import * as S from "@distilled.cloud/core/schema";
|
|
3
3
|
import * as API from "@distilled.cloud/core/api";
|
|
4
4
|
import * as C from "@distilled.cloud/core/category";
|
|
@@ -2572,7 +2572,8 @@ export const GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase0Type =
|
|
|
2572
2572
|
/*@__PURE__*/ S.String;
|
|
2573
2573
|
|
|
2574
2574
|
export type GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase0ValueCase1Eq =
|
|
2575
|
-
|
|
2575
|
+
| string
|
|
2576
|
+
| number;
|
|
2576
2577
|
export const GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase0ValueCase1Eq =
|
|
2577
2578
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase0ValueCase1Eq>;
|
|
2578
2579
|
|
|
@@ -2657,7 +2658,8 @@ export const GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase1Type =
|
|
|
2657
2658
|
/*@__PURE__*/ S.String;
|
|
2658
2659
|
|
|
2659
2660
|
export type GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase1ValueCase1Eq =
|
|
2660
|
-
|
|
2661
|
+
| string
|
|
2662
|
+
| number;
|
|
2661
2663
|
export const GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase1ValueCase1Eq =
|
|
2662
2664
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase1RoutesItemRouteMissingItemCase1ValueCase1Eq>;
|
|
2663
2665
|
|
|
@@ -2784,7 +2786,8 @@ export const GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0Op =
|
|
|
2784
2786
|
/*@__PURE__*/ S.String;
|
|
2785
2787
|
|
|
2786
2788
|
export type GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq =
|
|
2787
|
-
|
|
2789
|
+
| string
|
|
2790
|
+
| number;
|
|
2788
2791
|
export const GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq =
|
|
2789
2792
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq>;
|
|
2790
2793
|
|
|
@@ -2840,8 +2843,8 @@ export const GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetK
|
|
|
2840
2843
|
}) as any as S.Schema<GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKeyCase1>;
|
|
2841
2844
|
|
|
2842
2845
|
export type GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKey =
|
|
2843
|
-
|
|
2844
|
-
|
|
2846
|
+
| string
|
|
2847
|
+
| GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKeyCase1;
|
|
2845
2848
|
export const GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKey =
|
|
2846
2849
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase1RoutesItemRouteTransformsItemCase0TargetKey>;
|
|
2847
2850
|
|
|
@@ -3383,7 +3386,8 @@ export const GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase0Type =
|
|
|
3383
3386
|
/*@__PURE__*/ S.String;
|
|
3384
3387
|
|
|
3385
3388
|
export type GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase0ValueCase1Eq =
|
|
3386
|
-
|
|
3389
|
+
| string
|
|
3390
|
+
| number;
|
|
3387
3391
|
export const GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase0ValueCase1Eq =
|
|
3388
3392
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase0ValueCase1Eq>;
|
|
3389
3393
|
|
|
@@ -3468,7 +3472,8 @@ export const GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase1Type =
|
|
|
3468
3472
|
/*@__PURE__*/ S.String;
|
|
3469
3473
|
|
|
3470
3474
|
export type GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase1ValueCase1Eq =
|
|
3471
|
-
|
|
3475
|
+
| string
|
|
3476
|
+
| number;
|
|
3472
3477
|
export const GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase1ValueCase1Eq =
|
|
3473
3478
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase2RoutesItemRouteMissingItemCase1ValueCase1Eq>;
|
|
3474
3479
|
|
|
@@ -3595,7 +3600,8 @@ export const GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0Op =
|
|
|
3595
3600
|
/*@__PURE__*/ S.String;
|
|
3596
3601
|
|
|
3597
3602
|
export type GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq =
|
|
3598
|
-
|
|
3603
|
+
| string
|
|
3604
|
+
| number;
|
|
3599
3605
|
export const GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq =
|
|
3600
3606
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq>;
|
|
3601
3607
|
|
|
@@ -3651,8 +3657,8 @@ export const GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetK
|
|
|
3651
3657
|
}) as any as S.Schema<GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKeyCase1>;
|
|
3652
3658
|
|
|
3653
3659
|
export type GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKey =
|
|
3654
|
-
|
|
3655
|
-
|
|
3660
|
+
| string
|
|
3661
|
+
| GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKeyCase1;
|
|
3656
3662
|
export const GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKey =
|
|
3657
3663
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase2RoutesItemRouteTransformsItemCase0TargetKey>;
|
|
3658
3664
|
|
|
@@ -4192,7 +4198,8 @@ export const GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase0Type =
|
|
|
4192
4198
|
/*@__PURE__*/ S.String;
|
|
4193
4199
|
|
|
4194
4200
|
export type GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase0ValueCase1Eq =
|
|
4195
|
-
|
|
4201
|
+
| string
|
|
4202
|
+
| number;
|
|
4196
4203
|
export const GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase0ValueCase1Eq =
|
|
4197
4204
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase0ValueCase1Eq>;
|
|
4198
4205
|
|
|
@@ -4277,7 +4284,8 @@ export const GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase1Type =
|
|
|
4277
4284
|
/*@__PURE__*/ S.String;
|
|
4278
4285
|
|
|
4279
4286
|
export type GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase1ValueCase1Eq =
|
|
4280
|
-
|
|
4287
|
+
| string
|
|
4288
|
+
| number;
|
|
4281
4289
|
export const GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase1ValueCase1Eq =
|
|
4282
4290
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase3RoutesItemRouteMissingItemCase1ValueCase1Eq>;
|
|
4283
4291
|
|
|
@@ -4404,7 +4412,8 @@ export const GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0Op =
|
|
|
4404
4412
|
/*@__PURE__*/ S.String;
|
|
4405
4413
|
|
|
4406
4414
|
export type GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq =
|
|
4407
|
-
|
|
4415
|
+
| string
|
|
4416
|
+
| number;
|
|
4408
4417
|
export const GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq =
|
|
4409
4418
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKeyCase1Eq>;
|
|
4410
4419
|
|
|
@@ -4460,8 +4469,8 @@ export const GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetK
|
|
|
4460
4469
|
}) as any as S.Schema<GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKeyCase1>;
|
|
4461
4470
|
|
|
4462
4471
|
export type GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKey =
|
|
4463
|
-
|
|
4464
|
-
|
|
4472
|
+
| string
|
|
4473
|
+
| GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKeyCase1;
|
|
4465
4474
|
export const GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKey =
|
|
4466
4475
|
/*@__PURE__*/ S.Unknown as any as S.Schema<GetRoutesResponseBodyCase3RoutesItemRouteTransformsItemCase0TargetKey>;
|
|
4467
4476
|
|