@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getalllogdrainsop.d.ts","sourceRoot":"","sources":["../../src/models/getalllogdrainsop.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod";
|
|
5
|
-
import { safeParse } from "../lib/schemas.js";
|
|
6
|
-
export const GetAllLogDrainsSources = {
|
|
7
|
-
Build: "build",
|
|
8
|
-
Edge: "edge",
|
|
9
|
-
Lambda: "lambda",
|
|
10
|
-
Static: "static",
|
|
11
|
-
External: "external",
|
|
12
|
-
Firewall: "firewall",
|
|
13
|
-
};
|
|
14
|
-
export const GetAllLogDrainsEnvironments = {
|
|
15
|
-
Production: "production",
|
|
16
|
-
Preview: "preview",
|
|
17
|
-
};
|
|
18
|
-
export const GetAllLogDrainsCreatedFrom = {
|
|
19
|
-
SelfServed: "self-served",
|
|
20
|
-
Integration: "integration",
|
|
21
|
-
};
|
|
22
|
-
export const GetAllLogDrainsDeliveryFormat = {
|
|
23
|
-
Json: "json",
|
|
24
|
-
Ndjson: "ndjson",
|
|
25
|
-
Syslog: "syslog",
|
|
26
|
-
Protobuf: "protobuf",
|
|
27
|
-
};
|
|
28
|
-
export const GetAllLogDrainsStatus = {
|
|
29
|
-
Enabled: "enabled",
|
|
30
|
-
Disabled: "disabled",
|
|
31
|
-
Errored: "errored",
|
|
32
|
-
};
|
|
33
|
-
export const GetAllLogDrainsDisabledReason = {
|
|
34
|
-
DisabledByOwner: "disabled-by-owner",
|
|
35
|
-
FeatureNotAvailable: "feature-not-available",
|
|
36
|
-
AccountPlanDowngrade: "account-plan-downgrade",
|
|
37
|
-
DisabledByAdmin: "disabled-by-admin",
|
|
38
|
-
};
|
|
39
|
-
/** @internal */
|
|
40
|
-
export const GetAllLogDrainsRequest$inboundSchema = z.object({
|
|
41
|
-
projectId: z.string().optional(),
|
|
42
|
-
projectIdOrName: z.string().optional(),
|
|
43
|
-
teamId: z.string().optional(),
|
|
44
|
-
slug: z.string().optional(),
|
|
45
|
-
});
|
|
46
|
-
/** @internal */
|
|
47
|
-
export const GetAllLogDrainsRequest$outboundSchema = z.object({
|
|
48
|
-
projectId: z.string().optional(),
|
|
49
|
-
projectIdOrName: z.string().optional(),
|
|
50
|
-
teamId: z.string().optional(),
|
|
51
|
-
slug: z.string().optional(),
|
|
52
|
-
});
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
56
|
-
*/
|
|
57
|
-
export var GetAllLogDrainsRequest$;
|
|
58
|
-
(function (GetAllLogDrainsRequest$) {
|
|
59
|
-
/** @deprecated use `GetAllLogDrainsRequest$inboundSchema` instead. */
|
|
60
|
-
GetAllLogDrainsRequest$.inboundSchema = GetAllLogDrainsRequest$inboundSchema;
|
|
61
|
-
/** @deprecated use `GetAllLogDrainsRequest$outboundSchema` instead. */
|
|
62
|
-
GetAllLogDrainsRequest$.outboundSchema = GetAllLogDrainsRequest$outboundSchema;
|
|
63
|
-
})(GetAllLogDrainsRequest$ || (GetAllLogDrainsRequest$ = {}));
|
|
64
|
-
export function getAllLogDrainsRequestToJSON(getAllLogDrainsRequest) {
|
|
65
|
-
return JSON.stringify(GetAllLogDrainsRequest$outboundSchema.parse(getAllLogDrainsRequest));
|
|
66
|
-
}
|
|
67
|
-
export function getAllLogDrainsRequestFromJSON(jsonString) {
|
|
68
|
-
return safeParse(jsonString, (x) => GetAllLogDrainsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllLogDrainsRequest' from JSON`);
|
|
69
|
-
}
|
|
70
|
-
/** @internal */
|
|
71
|
-
export const GetAllLogDrainsSources$inboundSchema = z.nativeEnum(GetAllLogDrainsSources);
|
|
72
|
-
/** @internal */
|
|
73
|
-
export const GetAllLogDrainsSources$outboundSchema = GetAllLogDrainsSources$inboundSchema;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
77
|
-
*/
|
|
78
|
-
export var GetAllLogDrainsSources$;
|
|
79
|
-
(function (GetAllLogDrainsSources$) {
|
|
80
|
-
/** @deprecated use `GetAllLogDrainsSources$inboundSchema` instead. */
|
|
81
|
-
GetAllLogDrainsSources$.inboundSchema = GetAllLogDrainsSources$inboundSchema;
|
|
82
|
-
/** @deprecated use `GetAllLogDrainsSources$outboundSchema` instead. */
|
|
83
|
-
GetAllLogDrainsSources$.outboundSchema = GetAllLogDrainsSources$outboundSchema;
|
|
84
|
-
})(GetAllLogDrainsSources$ || (GetAllLogDrainsSources$ = {}));
|
|
85
|
-
/** @internal */
|
|
86
|
-
export const GetAllLogDrainsEnvironments$inboundSchema = z.nativeEnum(GetAllLogDrainsEnvironments);
|
|
87
|
-
/** @internal */
|
|
88
|
-
export const GetAllLogDrainsEnvironments$outboundSchema = GetAllLogDrainsEnvironments$inboundSchema;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
92
|
-
*/
|
|
93
|
-
export var GetAllLogDrainsEnvironments$;
|
|
94
|
-
(function (GetAllLogDrainsEnvironments$) {
|
|
95
|
-
/** @deprecated use `GetAllLogDrainsEnvironments$inboundSchema` instead. */
|
|
96
|
-
GetAllLogDrainsEnvironments$.inboundSchema = GetAllLogDrainsEnvironments$inboundSchema;
|
|
97
|
-
/** @deprecated use `GetAllLogDrainsEnvironments$outboundSchema` instead. */
|
|
98
|
-
GetAllLogDrainsEnvironments$.outboundSchema = GetAllLogDrainsEnvironments$outboundSchema;
|
|
99
|
-
})(GetAllLogDrainsEnvironments$ || (GetAllLogDrainsEnvironments$ = {}));
|
|
100
|
-
/** @internal */
|
|
101
|
-
export const GetAllLogDrainsCreatedFrom$inboundSchema = z.nativeEnum(GetAllLogDrainsCreatedFrom);
|
|
102
|
-
/** @internal */
|
|
103
|
-
export const GetAllLogDrainsCreatedFrom$outboundSchema = GetAllLogDrainsCreatedFrom$inboundSchema;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
107
|
-
*/
|
|
108
|
-
export var GetAllLogDrainsCreatedFrom$;
|
|
109
|
-
(function (GetAllLogDrainsCreatedFrom$) {
|
|
110
|
-
/** @deprecated use `GetAllLogDrainsCreatedFrom$inboundSchema` instead. */
|
|
111
|
-
GetAllLogDrainsCreatedFrom$.inboundSchema = GetAllLogDrainsCreatedFrom$inboundSchema;
|
|
112
|
-
/** @deprecated use `GetAllLogDrainsCreatedFrom$outboundSchema` instead. */
|
|
113
|
-
GetAllLogDrainsCreatedFrom$.outboundSchema = GetAllLogDrainsCreatedFrom$outboundSchema;
|
|
114
|
-
})(GetAllLogDrainsCreatedFrom$ || (GetAllLogDrainsCreatedFrom$ = {}));
|
|
115
|
-
/** @internal */
|
|
116
|
-
export const GetAllLogDrainsDeliveryFormat$inboundSchema = z.nativeEnum(GetAllLogDrainsDeliveryFormat);
|
|
117
|
-
/** @internal */
|
|
118
|
-
export const GetAllLogDrainsDeliveryFormat$outboundSchema = GetAllLogDrainsDeliveryFormat$inboundSchema;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
122
|
-
*/
|
|
123
|
-
export var GetAllLogDrainsDeliveryFormat$;
|
|
124
|
-
(function (GetAllLogDrainsDeliveryFormat$) {
|
|
125
|
-
/** @deprecated use `GetAllLogDrainsDeliveryFormat$inboundSchema` instead. */
|
|
126
|
-
GetAllLogDrainsDeliveryFormat$.inboundSchema = GetAllLogDrainsDeliveryFormat$inboundSchema;
|
|
127
|
-
/** @deprecated use `GetAllLogDrainsDeliveryFormat$outboundSchema` instead. */
|
|
128
|
-
GetAllLogDrainsDeliveryFormat$.outboundSchema = GetAllLogDrainsDeliveryFormat$outboundSchema;
|
|
129
|
-
})(GetAllLogDrainsDeliveryFormat$ || (GetAllLogDrainsDeliveryFormat$ = {}));
|
|
130
|
-
/** @internal */
|
|
131
|
-
export const GetAllLogDrainsStatus$inboundSchema = z.nativeEnum(GetAllLogDrainsStatus);
|
|
132
|
-
/** @internal */
|
|
133
|
-
export const GetAllLogDrainsStatus$outboundSchema = GetAllLogDrainsStatus$inboundSchema;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
137
|
-
*/
|
|
138
|
-
export var GetAllLogDrainsStatus$;
|
|
139
|
-
(function (GetAllLogDrainsStatus$) {
|
|
140
|
-
/** @deprecated use `GetAllLogDrainsStatus$inboundSchema` instead. */
|
|
141
|
-
GetAllLogDrainsStatus$.inboundSchema = GetAllLogDrainsStatus$inboundSchema;
|
|
142
|
-
/** @deprecated use `GetAllLogDrainsStatus$outboundSchema` instead. */
|
|
143
|
-
GetAllLogDrainsStatus$.outboundSchema = GetAllLogDrainsStatus$outboundSchema;
|
|
144
|
-
})(GetAllLogDrainsStatus$ || (GetAllLogDrainsStatus$ = {}));
|
|
145
|
-
/** @internal */
|
|
146
|
-
export const GetAllLogDrainsDisabledReason$inboundSchema = z.nativeEnum(GetAllLogDrainsDisabledReason);
|
|
147
|
-
/** @internal */
|
|
148
|
-
export const GetAllLogDrainsDisabledReason$outboundSchema = GetAllLogDrainsDisabledReason$inboundSchema;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
152
|
-
*/
|
|
153
|
-
export var GetAllLogDrainsDisabledReason$;
|
|
154
|
-
(function (GetAllLogDrainsDisabledReason$) {
|
|
155
|
-
/** @deprecated use `GetAllLogDrainsDisabledReason$inboundSchema` instead. */
|
|
156
|
-
GetAllLogDrainsDisabledReason$.inboundSchema = GetAllLogDrainsDisabledReason$inboundSchema;
|
|
157
|
-
/** @deprecated use `GetAllLogDrainsDisabledReason$outboundSchema` instead. */
|
|
158
|
-
GetAllLogDrainsDisabledReason$.outboundSchema = GetAllLogDrainsDisabledReason$outboundSchema;
|
|
159
|
-
})(GetAllLogDrainsDisabledReason$ || (GetAllLogDrainsDisabledReason$ = {}));
|
|
160
|
-
/** @internal */
|
|
161
|
-
export const GetAllLogDrainsResponseBody$inboundSchema = z.object({
|
|
162
|
-
clientId: z.string().optional(),
|
|
163
|
-
configurationId: z.string().optional(),
|
|
164
|
-
sources: z.array(GetAllLogDrainsSources$inboundSchema).optional(),
|
|
165
|
-
environments: z.array(GetAllLogDrainsEnvironments$inboundSchema),
|
|
166
|
-
disabledBy: z.string().optional(),
|
|
167
|
-
firstErrorTimestamp: z.number().optional(),
|
|
168
|
-
samplingRate: z.number().optional(),
|
|
169
|
-
hideIpAddresses: z.boolean().optional(),
|
|
170
|
-
id: z.string(),
|
|
171
|
-
createdAt: z.number(),
|
|
172
|
-
deletedAt: z.nullable(z.number()),
|
|
173
|
-
updatedAt: z.number(),
|
|
174
|
-
url: z.string(),
|
|
175
|
-
headers: z.record(z.string()).optional(),
|
|
176
|
-
projectIds: z.array(z.string()).optional(),
|
|
177
|
-
name: z.string(),
|
|
178
|
-
teamId: z.nullable(z.string()).optional(),
|
|
179
|
-
ownerId: z.string(),
|
|
180
|
-
createdFrom: GetAllLogDrainsCreatedFrom$inboundSchema.optional(),
|
|
181
|
-
deliveryFormat: GetAllLogDrainsDeliveryFormat$inboundSchema,
|
|
182
|
-
status: GetAllLogDrainsStatus$inboundSchema.optional(),
|
|
183
|
-
disabledAt: z.number().optional(),
|
|
184
|
-
disabledReason: GetAllLogDrainsDisabledReason$inboundSchema.optional(),
|
|
185
|
-
secret: z.string().optional(),
|
|
186
|
-
});
|
|
187
|
-
/** @internal */
|
|
188
|
-
export const GetAllLogDrainsResponseBody$outboundSchema = z.object({
|
|
189
|
-
clientId: z.string().optional(),
|
|
190
|
-
configurationId: z.string().optional(),
|
|
191
|
-
sources: z.array(GetAllLogDrainsSources$outboundSchema).optional(),
|
|
192
|
-
environments: z.array(GetAllLogDrainsEnvironments$outboundSchema),
|
|
193
|
-
disabledBy: z.string().optional(),
|
|
194
|
-
firstErrorTimestamp: z.number().optional(),
|
|
195
|
-
samplingRate: z.number().optional(),
|
|
196
|
-
hideIpAddresses: z.boolean().optional(),
|
|
197
|
-
id: z.string(),
|
|
198
|
-
createdAt: z.number(),
|
|
199
|
-
deletedAt: z.nullable(z.number()),
|
|
200
|
-
updatedAt: z.number(),
|
|
201
|
-
url: z.string(),
|
|
202
|
-
headers: z.record(z.string()).optional(),
|
|
203
|
-
projectIds: z.array(z.string()).optional(),
|
|
204
|
-
name: z.string(),
|
|
205
|
-
teamId: z.nullable(z.string()).optional(),
|
|
206
|
-
ownerId: z.string(),
|
|
207
|
-
createdFrom: GetAllLogDrainsCreatedFrom$outboundSchema.optional(),
|
|
208
|
-
deliveryFormat: GetAllLogDrainsDeliveryFormat$outboundSchema,
|
|
209
|
-
status: GetAllLogDrainsStatus$outboundSchema.optional(),
|
|
210
|
-
disabledAt: z.number().optional(),
|
|
211
|
-
disabledReason: GetAllLogDrainsDisabledReason$outboundSchema.optional(),
|
|
212
|
-
secret: z.string().optional(),
|
|
213
|
-
});
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
217
|
-
*/
|
|
218
|
-
export var GetAllLogDrainsResponseBody$;
|
|
219
|
-
(function (GetAllLogDrainsResponseBody$) {
|
|
220
|
-
/** @deprecated use `GetAllLogDrainsResponseBody$inboundSchema` instead. */
|
|
221
|
-
GetAllLogDrainsResponseBody$.inboundSchema = GetAllLogDrainsResponseBody$inboundSchema;
|
|
222
|
-
/** @deprecated use `GetAllLogDrainsResponseBody$outboundSchema` instead. */
|
|
223
|
-
GetAllLogDrainsResponseBody$.outboundSchema = GetAllLogDrainsResponseBody$outboundSchema;
|
|
224
|
-
})(GetAllLogDrainsResponseBody$ || (GetAllLogDrainsResponseBody$ = {}));
|
|
225
|
-
export function getAllLogDrainsResponseBodyToJSON(getAllLogDrainsResponseBody) {
|
|
226
|
-
return JSON.stringify(GetAllLogDrainsResponseBody$outboundSchema.parse(getAllLogDrainsResponseBody));
|
|
227
|
-
}
|
|
228
|
-
export function getAllLogDrainsResponseBodyFromJSON(jsonString) {
|
|
229
|
-
return safeParse(jsonString, (x) => GetAllLogDrainsResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetAllLogDrainsResponseBody' from JSON`);
|
|
230
|
-
}
|
|
231
|
-
//# sourceMappingURL=getalllogdrainsop.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getalllogdrainsop.js","sourceRoot":"","sources":["../../src/models/getalllogdrainsop.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,292 +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
|
-
export type GetConfigurableLogDrainRequest = {
|
|
6
|
-
id: string;
|
|
7
|
-
/**
|
|
8
|
-
* The Team identifier to perform the request on behalf of.
|
|
9
|
-
*/
|
|
10
|
-
teamId?: string | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* The Team slug to perform the request on behalf of.
|
|
13
|
-
*/
|
|
14
|
-
slug?: string | undefined;
|
|
15
|
-
};
|
|
16
|
-
export declare const GetConfigurableLogDrainSources: {
|
|
17
|
-
readonly Build: "build";
|
|
18
|
-
readonly Edge: "edge";
|
|
19
|
-
readonly Lambda: "lambda";
|
|
20
|
-
readonly Static: "static";
|
|
21
|
-
readonly External: "external";
|
|
22
|
-
readonly Firewall: "firewall";
|
|
23
|
-
};
|
|
24
|
-
export type GetConfigurableLogDrainSources = ClosedEnum<typeof GetConfigurableLogDrainSources>;
|
|
25
|
-
export declare const GetConfigurableLogDrainEnvironments: {
|
|
26
|
-
readonly Production: "production";
|
|
27
|
-
readonly Preview: "preview";
|
|
28
|
-
};
|
|
29
|
-
export type GetConfigurableLogDrainEnvironments = ClosedEnum<typeof GetConfigurableLogDrainEnvironments>;
|
|
30
|
-
export declare const CreatedFrom: {
|
|
31
|
-
readonly SelfServed: "self-served";
|
|
32
|
-
readonly Integration: "integration";
|
|
33
|
-
};
|
|
34
|
-
export type CreatedFrom = ClosedEnum<typeof CreatedFrom>;
|
|
35
|
-
export declare const GetConfigurableLogDrainDeliveryFormat: {
|
|
36
|
-
readonly Json: "json";
|
|
37
|
-
readonly Ndjson: "ndjson";
|
|
38
|
-
readonly Syslog: "syslog";
|
|
39
|
-
readonly Protobuf: "protobuf";
|
|
40
|
-
};
|
|
41
|
-
export type GetConfigurableLogDrainDeliveryFormat = ClosedEnum<typeof GetConfigurableLogDrainDeliveryFormat>;
|
|
42
|
-
export declare const GetConfigurableLogDrainStatus: {
|
|
43
|
-
readonly Enabled: "enabled";
|
|
44
|
-
readonly Disabled: "disabled";
|
|
45
|
-
readonly Errored: "errored";
|
|
46
|
-
};
|
|
47
|
-
export type GetConfigurableLogDrainStatus = ClosedEnum<typeof GetConfigurableLogDrainStatus>;
|
|
48
|
-
export declare const DisabledReason: {
|
|
49
|
-
readonly DisabledByOwner: "disabled-by-owner";
|
|
50
|
-
readonly FeatureNotAvailable: "feature-not-available";
|
|
51
|
-
readonly AccountPlanDowngrade: "account-plan-downgrade";
|
|
52
|
-
readonly DisabledByAdmin: "disabled-by-admin";
|
|
53
|
-
};
|
|
54
|
-
export type DisabledReason = ClosedEnum<typeof DisabledReason>;
|
|
55
|
-
export type GetConfigurableLogDrainResponseBody = {
|
|
56
|
-
clientId?: string | undefined;
|
|
57
|
-
configurationId?: string | undefined;
|
|
58
|
-
sources?: Array<GetConfigurableLogDrainSources> | undefined;
|
|
59
|
-
environments: Array<GetConfigurableLogDrainEnvironments>;
|
|
60
|
-
disabledBy?: string | undefined;
|
|
61
|
-
firstErrorTimestamp?: number | undefined;
|
|
62
|
-
samplingRate?: number | undefined;
|
|
63
|
-
hideIpAddresses?: boolean | undefined;
|
|
64
|
-
id: string;
|
|
65
|
-
createdAt: number;
|
|
66
|
-
deletedAt: number | null;
|
|
67
|
-
updatedAt: number;
|
|
68
|
-
url: string;
|
|
69
|
-
headers?: {
|
|
70
|
-
[k: string]: string;
|
|
71
|
-
} | undefined;
|
|
72
|
-
projectIds?: Array<string> | undefined;
|
|
73
|
-
name: string;
|
|
74
|
-
teamId?: string | null | undefined;
|
|
75
|
-
ownerId: string;
|
|
76
|
-
createdFrom?: CreatedFrom | undefined;
|
|
77
|
-
deliveryFormat: GetConfigurableLogDrainDeliveryFormat;
|
|
78
|
-
status?: GetConfigurableLogDrainStatus | undefined;
|
|
79
|
-
disabledAt?: number | undefined;
|
|
80
|
-
disabledReason?: DisabledReason | undefined;
|
|
81
|
-
secret: string;
|
|
82
|
-
};
|
|
83
|
-
/** @internal */
|
|
84
|
-
export declare const GetConfigurableLogDrainRequest$inboundSchema: z.ZodType<GetConfigurableLogDrainRequest, z.ZodTypeDef, unknown>;
|
|
85
|
-
/** @internal */
|
|
86
|
-
export type GetConfigurableLogDrainRequest$Outbound = {
|
|
87
|
-
id: string;
|
|
88
|
-
teamId?: string | undefined;
|
|
89
|
-
slug?: string | undefined;
|
|
90
|
-
};
|
|
91
|
-
/** @internal */
|
|
92
|
-
export declare const GetConfigurableLogDrainRequest$outboundSchema: z.ZodType<GetConfigurableLogDrainRequest$Outbound, z.ZodTypeDef, GetConfigurableLogDrainRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
96
|
-
*/
|
|
97
|
-
export declare namespace GetConfigurableLogDrainRequest$ {
|
|
98
|
-
/** @deprecated use `GetConfigurableLogDrainRequest$inboundSchema` instead. */
|
|
99
|
-
const inboundSchema: z.ZodType<GetConfigurableLogDrainRequest, z.ZodTypeDef, unknown>;
|
|
100
|
-
/** @deprecated use `GetConfigurableLogDrainRequest$outboundSchema` instead. */
|
|
101
|
-
const outboundSchema: z.ZodType<GetConfigurableLogDrainRequest$Outbound, z.ZodTypeDef, GetConfigurableLogDrainRequest>;
|
|
102
|
-
/** @deprecated use `GetConfigurableLogDrainRequest$Outbound` instead. */
|
|
103
|
-
type Outbound = GetConfigurableLogDrainRequest$Outbound;
|
|
104
|
-
}
|
|
105
|
-
export declare function getConfigurableLogDrainRequestToJSON(getConfigurableLogDrainRequest: GetConfigurableLogDrainRequest): string;
|
|
106
|
-
export declare function getConfigurableLogDrainRequestFromJSON(jsonString: string): SafeParseResult<GetConfigurableLogDrainRequest, SDKValidationError>;
|
|
107
|
-
/** @internal */
|
|
108
|
-
export declare const GetConfigurableLogDrainSources$inboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainSources>;
|
|
109
|
-
/** @internal */
|
|
110
|
-
export declare const GetConfigurableLogDrainSources$outboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainSources>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
114
|
-
*/
|
|
115
|
-
export declare namespace GetConfigurableLogDrainSources$ {
|
|
116
|
-
/** @deprecated use `GetConfigurableLogDrainSources$inboundSchema` instead. */
|
|
117
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
118
|
-
readonly Build: "build";
|
|
119
|
-
readonly Edge: "edge";
|
|
120
|
-
readonly Lambda: "lambda";
|
|
121
|
-
readonly Static: "static";
|
|
122
|
-
readonly External: "external";
|
|
123
|
-
readonly Firewall: "firewall";
|
|
124
|
-
}>;
|
|
125
|
-
/** @deprecated use `GetConfigurableLogDrainSources$outboundSchema` instead. */
|
|
126
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
127
|
-
readonly Build: "build";
|
|
128
|
-
readonly Edge: "edge";
|
|
129
|
-
readonly Lambda: "lambda";
|
|
130
|
-
readonly Static: "static";
|
|
131
|
-
readonly External: "external";
|
|
132
|
-
readonly Firewall: "firewall";
|
|
133
|
-
}>;
|
|
134
|
-
}
|
|
135
|
-
/** @internal */
|
|
136
|
-
export declare const GetConfigurableLogDrainEnvironments$inboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainEnvironments>;
|
|
137
|
-
/** @internal */
|
|
138
|
-
export declare const GetConfigurableLogDrainEnvironments$outboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainEnvironments>;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
142
|
-
*/
|
|
143
|
-
export declare namespace GetConfigurableLogDrainEnvironments$ {
|
|
144
|
-
/** @deprecated use `GetConfigurableLogDrainEnvironments$inboundSchema` instead. */
|
|
145
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
146
|
-
readonly Production: "production";
|
|
147
|
-
readonly Preview: "preview";
|
|
148
|
-
}>;
|
|
149
|
-
/** @deprecated use `GetConfigurableLogDrainEnvironments$outboundSchema` instead. */
|
|
150
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
151
|
-
readonly Production: "production";
|
|
152
|
-
readonly Preview: "preview";
|
|
153
|
-
}>;
|
|
154
|
-
}
|
|
155
|
-
/** @internal */
|
|
156
|
-
export declare const CreatedFrom$inboundSchema: z.ZodNativeEnum<typeof CreatedFrom>;
|
|
157
|
-
/** @internal */
|
|
158
|
-
export declare const CreatedFrom$outboundSchema: z.ZodNativeEnum<typeof CreatedFrom>;
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
162
|
-
*/
|
|
163
|
-
export declare namespace CreatedFrom$ {
|
|
164
|
-
/** @deprecated use `CreatedFrom$inboundSchema` instead. */
|
|
165
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
166
|
-
readonly SelfServed: "self-served";
|
|
167
|
-
readonly Integration: "integration";
|
|
168
|
-
}>;
|
|
169
|
-
/** @deprecated use `CreatedFrom$outboundSchema` instead. */
|
|
170
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
171
|
-
readonly SelfServed: "self-served";
|
|
172
|
-
readonly Integration: "integration";
|
|
173
|
-
}>;
|
|
174
|
-
}
|
|
175
|
-
/** @internal */
|
|
176
|
-
export declare const GetConfigurableLogDrainDeliveryFormat$inboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainDeliveryFormat>;
|
|
177
|
-
/** @internal */
|
|
178
|
-
export declare const GetConfigurableLogDrainDeliveryFormat$outboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainDeliveryFormat>;
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
182
|
-
*/
|
|
183
|
-
export declare namespace GetConfigurableLogDrainDeliveryFormat$ {
|
|
184
|
-
/** @deprecated use `GetConfigurableLogDrainDeliveryFormat$inboundSchema` instead. */
|
|
185
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
186
|
-
readonly Json: "json";
|
|
187
|
-
readonly Ndjson: "ndjson";
|
|
188
|
-
readonly Syslog: "syslog";
|
|
189
|
-
readonly Protobuf: "protobuf";
|
|
190
|
-
}>;
|
|
191
|
-
/** @deprecated use `GetConfigurableLogDrainDeliveryFormat$outboundSchema` instead. */
|
|
192
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
193
|
-
readonly Json: "json";
|
|
194
|
-
readonly Ndjson: "ndjson";
|
|
195
|
-
readonly Syslog: "syslog";
|
|
196
|
-
readonly Protobuf: "protobuf";
|
|
197
|
-
}>;
|
|
198
|
-
}
|
|
199
|
-
/** @internal */
|
|
200
|
-
export declare const GetConfigurableLogDrainStatus$inboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainStatus>;
|
|
201
|
-
/** @internal */
|
|
202
|
-
export declare const GetConfigurableLogDrainStatus$outboundSchema: z.ZodNativeEnum<typeof GetConfigurableLogDrainStatus>;
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
206
|
-
*/
|
|
207
|
-
export declare namespace GetConfigurableLogDrainStatus$ {
|
|
208
|
-
/** @deprecated use `GetConfigurableLogDrainStatus$inboundSchema` instead. */
|
|
209
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
210
|
-
readonly Enabled: "enabled";
|
|
211
|
-
readonly Disabled: "disabled";
|
|
212
|
-
readonly Errored: "errored";
|
|
213
|
-
}>;
|
|
214
|
-
/** @deprecated use `GetConfigurableLogDrainStatus$outboundSchema` instead. */
|
|
215
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
216
|
-
readonly Enabled: "enabled";
|
|
217
|
-
readonly Disabled: "disabled";
|
|
218
|
-
readonly Errored: "errored";
|
|
219
|
-
}>;
|
|
220
|
-
}
|
|
221
|
-
/** @internal */
|
|
222
|
-
export declare const DisabledReason$inboundSchema: z.ZodNativeEnum<typeof DisabledReason>;
|
|
223
|
-
/** @internal */
|
|
224
|
-
export declare const DisabledReason$outboundSchema: z.ZodNativeEnum<typeof DisabledReason>;
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
228
|
-
*/
|
|
229
|
-
export declare namespace DisabledReason$ {
|
|
230
|
-
/** @deprecated use `DisabledReason$inboundSchema` instead. */
|
|
231
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
232
|
-
readonly DisabledByOwner: "disabled-by-owner";
|
|
233
|
-
readonly FeatureNotAvailable: "feature-not-available";
|
|
234
|
-
readonly AccountPlanDowngrade: "account-plan-downgrade";
|
|
235
|
-
readonly DisabledByAdmin: "disabled-by-admin";
|
|
236
|
-
}>;
|
|
237
|
-
/** @deprecated use `DisabledReason$outboundSchema` instead. */
|
|
238
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
239
|
-
readonly DisabledByOwner: "disabled-by-owner";
|
|
240
|
-
readonly FeatureNotAvailable: "feature-not-available";
|
|
241
|
-
readonly AccountPlanDowngrade: "account-plan-downgrade";
|
|
242
|
-
readonly DisabledByAdmin: "disabled-by-admin";
|
|
243
|
-
}>;
|
|
244
|
-
}
|
|
245
|
-
/** @internal */
|
|
246
|
-
export declare const GetConfigurableLogDrainResponseBody$inboundSchema: z.ZodType<GetConfigurableLogDrainResponseBody, z.ZodTypeDef, unknown>;
|
|
247
|
-
/** @internal */
|
|
248
|
-
export type GetConfigurableLogDrainResponseBody$Outbound = {
|
|
249
|
-
clientId?: string | undefined;
|
|
250
|
-
configurationId?: string | undefined;
|
|
251
|
-
sources?: Array<string> | undefined;
|
|
252
|
-
environments: Array<string>;
|
|
253
|
-
disabledBy?: string | undefined;
|
|
254
|
-
firstErrorTimestamp?: number | undefined;
|
|
255
|
-
samplingRate?: number | undefined;
|
|
256
|
-
hideIpAddresses?: boolean | undefined;
|
|
257
|
-
id: string;
|
|
258
|
-
createdAt: number;
|
|
259
|
-
deletedAt: number | null;
|
|
260
|
-
updatedAt: number;
|
|
261
|
-
url: string;
|
|
262
|
-
headers?: {
|
|
263
|
-
[k: string]: string;
|
|
264
|
-
} | undefined;
|
|
265
|
-
projectIds?: Array<string> | undefined;
|
|
266
|
-
name: string;
|
|
267
|
-
teamId?: string | null | undefined;
|
|
268
|
-
ownerId: string;
|
|
269
|
-
createdFrom?: string | undefined;
|
|
270
|
-
deliveryFormat: string;
|
|
271
|
-
status?: string | undefined;
|
|
272
|
-
disabledAt?: number | undefined;
|
|
273
|
-
disabledReason?: string | undefined;
|
|
274
|
-
secret: string;
|
|
275
|
-
};
|
|
276
|
-
/** @internal */
|
|
277
|
-
export declare const GetConfigurableLogDrainResponseBody$outboundSchema: z.ZodType<GetConfigurableLogDrainResponseBody$Outbound, z.ZodTypeDef, GetConfigurableLogDrainResponseBody>;
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
281
|
-
*/
|
|
282
|
-
export declare namespace GetConfigurableLogDrainResponseBody$ {
|
|
283
|
-
/** @deprecated use `GetConfigurableLogDrainResponseBody$inboundSchema` instead. */
|
|
284
|
-
const inboundSchema: z.ZodType<GetConfigurableLogDrainResponseBody, z.ZodTypeDef, unknown>;
|
|
285
|
-
/** @deprecated use `GetConfigurableLogDrainResponseBody$outboundSchema` instead. */
|
|
286
|
-
const outboundSchema: z.ZodType<GetConfigurableLogDrainResponseBody$Outbound, z.ZodTypeDef, GetConfigurableLogDrainResponseBody>;
|
|
287
|
-
/** @deprecated use `GetConfigurableLogDrainResponseBody$Outbound` instead. */
|
|
288
|
-
type Outbound = GetConfigurableLogDrainResponseBody$Outbound;
|
|
289
|
-
}
|
|
290
|
-
export declare function getConfigurableLogDrainResponseBodyToJSON(getConfigurableLogDrainResponseBody: GetConfigurableLogDrainResponseBody): string;
|
|
291
|
-
export declare function getConfigurableLogDrainResponseBodyFromJSON(jsonString: string): SafeParseResult<GetConfigurableLogDrainResponseBody, SDKValidationError>;
|
|
292
|
-
//# sourceMappingURL=getconfigurablelogdrainop.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getconfigurablelogdrainop.d.ts","sourceRoot":"","sources":["../../src/models/getconfigurablelogdrainop.ts"],"names":[],"mappings":"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"}
|