@vercel/sdk 1.18.0 → 1.18.2
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 +51 -53
- package/bin/mcp-server.js +1918 -1753
- package/bin/mcp-server.js.map +39 -42
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +9 -29
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/drains.test.js +27 -0
- package/esm/__tests__/drains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +7 -6
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsGetBillingPlans.js +2 -0
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- 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 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +4 -4
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.d.ts +1 -4
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +20 -2
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +20 -2
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +19 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +8 -8
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +8 -10
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +220 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +296 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +28 -4
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +25 -4
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +8 -8
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +8 -10
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +4 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +4 -0
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +3 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +55 -31
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +42 -30
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +48 -24
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +37 -25
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +22 -4
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +36 -15
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +36 -6
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +8 -8
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +8 -10
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +8 -8
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +8 -8
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getinvoiceop.d.ts +10 -0
- package/esm/models/getinvoiceop.d.ts.map +1 -1
- package/esm/models/getinvoiceop.js +4 -0
- package/esm/models/getinvoiceop.js.map +1 -1
- package/esm/models/getorderop.d.ts +135 -51
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +138 -24
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +23 -4
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +23 -4
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/gettldpriceop.d.ts +36 -15
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +36 -6
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +2 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +1 -4
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -4
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.d.ts +8 -8
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +8 -12
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +18 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +17 -0
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +23 -4
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +23 -4
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +28 -4
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +25 -4
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +90 -10
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +84 -10
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +0 -8
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -10
- package/esm/sdk/domains.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +11 -31
- package/src/__tests__/drains.test.ts +27 -0
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +7 -6
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/integrationsGetBillingPlans.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -3
- package/src/models/authuser.ts +7 -0
- package/src/models/buydomainsop.ts +4 -4
- package/src/models/buysingledomainop.ts +1 -4
- package/src/models/canceldeploymentop.ts +33 -4
- package/src/models/createdeploymentop.ts +33 -4
- package/src/models/createdrainop.ts +19 -29
- package/src/models/createintegrationstoredirectop.ts +704 -471
- package/src/models/createprojectop.ts +57 -8
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/getalllogdrainsop.ts +20 -26
- package/src/models/getbillingplansop.ts +8 -0
- package/src/models/getbulkavailabilityop.ts +3 -0
- package/src/models/getconfigurationop.ts +81 -49
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +72 -40
- package/src/models/getdeploymentop.ts +38 -8
- package/src/models/getdomainpriceop.ts +124 -21
- package/src/models/getdrainop.ts +20 -26
- package/src/models/getdrainsop.ts +20 -24
- package/src/models/getinvoiceop.ts +14 -0
- package/src/models/getorderop.ts +478 -121
- package/src/models/getprojectsop.ts +50 -8
- package/src/models/gettldpriceop.ts +108 -21
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/renewdomainop.ts +1 -4
- package/src/models/transferindomainop.ts +4 -4
- package/src/models/updatedrainop.ts +20 -28
- package/src/models/updateinstallationop.ts +30 -0
- package/src/models/updateprojectdatacacheop.ts +50 -8
- package/src/models/updateprojectop.ts +57 -8
- package/src/models/userevent.ts +192 -22
- package/src/sdk/domains.ts +0 -22
- package/tsconfig.json +1 -1
- package/vercel-spec.json +704 -329
|
@@ -24,20 +24,22 @@ export type GetConfigurationRequest = {
|
|
|
24
24
|
};
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
28
28
|
*/
|
|
29
|
-
export const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
export const GetConfigurationResponseBodyIntegrationsStatus = {
|
|
30
|
+
Pending: "pending",
|
|
31
|
+
Ready: "ready",
|
|
32
|
+
Onboarding: "onboarding",
|
|
33
|
+
Suspended: "suspended",
|
|
34
|
+
Resumed: "resumed",
|
|
35
|
+
Error: "error",
|
|
36
|
+
Uninstalled: "uninstalled",
|
|
35
37
|
} as const;
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
38
40
|
*/
|
|
39
|
-
export type
|
|
40
|
-
typeof
|
|
41
|
+
export type GetConfigurationResponseBodyIntegrationsStatus = ClosedEnum<
|
|
42
|
+
typeof GetConfigurationResponseBodyIntegrationsStatus
|
|
41
43
|
>;
|
|
42
44
|
|
|
43
45
|
export const GetConfigurationResponseBodyIntegrationsType = {
|
|
@@ -96,6 +98,14 @@ export type GetConfigurationResponseBody2 = {
|
|
|
96
98
|
* The user or team ID that owns the configuration
|
|
97
99
|
*/
|
|
98
100
|
ownerId: string;
|
|
101
|
+
/**
|
|
102
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
103
|
+
*/
|
|
104
|
+
status?: GetConfigurationResponseBodyIntegrationsStatus | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* An external identifier defined by the integration vendor.
|
|
107
|
+
*/
|
|
108
|
+
externalId?: string | undefined;
|
|
99
109
|
/**
|
|
100
110
|
* When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access.
|
|
101
111
|
*/
|
|
@@ -103,7 +113,7 @@ export type GetConfigurationResponseBody2 = {
|
|
|
103
113
|
/**
|
|
104
114
|
* Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
|
|
105
115
|
*/
|
|
106
|
-
source?:
|
|
116
|
+
source?: string | undefined;
|
|
107
117
|
/**
|
|
108
118
|
* The slug of the integration the configuration is created for.
|
|
109
119
|
*/
|
|
@@ -161,9 +171,9 @@ export const ProjectSelection = {
|
|
|
161
171
|
export type ProjectSelection = ClosedEnum<typeof ProjectSelection>;
|
|
162
172
|
|
|
163
173
|
export const GetConfigurationResponseBodyLevel = {
|
|
174
|
+
Error: "error",
|
|
164
175
|
Info: "info",
|
|
165
176
|
Warn: "warn",
|
|
166
|
-
Error: "error",
|
|
167
177
|
} as const;
|
|
168
178
|
export type GetConfigurationResponseBodyLevel = ClosedEnum<
|
|
169
179
|
typeof GetConfigurationResponseBodyLevel
|
|
@@ -253,34 +263,36 @@ export type GetConfigurationResponseBodyDisabledReason = ClosedEnum<
|
|
|
253
263
|
>;
|
|
254
264
|
|
|
255
265
|
/**
|
|
256
|
-
*
|
|
266
|
+
* Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
|
|
257
267
|
*/
|
|
258
|
-
export const
|
|
268
|
+
export const GetConfigurationResponseBodyInstallationType = {
|
|
259
269
|
Marketplace: "marketplace",
|
|
260
|
-
DeployButton: "deploy-button",
|
|
261
270
|
External: "external",
|
|
262
|
-
V0: "v0",
|
|
263
|
-
ResourceClaims: "resource-claims",
|
|
264
271
|
} as const;
|
|
265
272
|
/**
|
|
266
|
-
*
|
|
273
|
+
* Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
|
|
267
274
|
*/
|
|
268
|
-
export type
|
|
269
|
-
typeof
|
|
275
|
+
export type GetConfigurationResponseBodyInstallationType = ClosedEnum<
|
|
276
|
+
typeof GetConfigurationResponseBodyInstallationType
|
|
270
277
|
>;
|
|
271
278
|
|
|
272
279
|
/**
|
|
273
|
-
*
|
|
280
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
274
281
|
*/
|
|
275
|
-
export const
|
|
276
|
-
|
|
277
|
-
|
|
282
|
+
export const GetConfigurationResponseBodyStatus = {
|
|
283
|
+
Pending: "pending",
|
|
284
|
+
Ready: "ready",
|
|
285
|
+
Onboarding: "onboarding",
|
|
286
|
+
Suspended: "suspended",
|
|
287
|
+
Resumed: "resumed",
|
|
288
|
+
Error: "error",
|
|
289
|
+
Uninstalled: "uninstalled",
|
|
278
290
|
} as const;
|
|
279
291
|
/**
|
|
280
|
-
*
|
|
292
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
281
293
|
*/
|
|
282
|
-
export type
|
|
283
|
-
typeof
|
|
294
|
+
export type GetConfigurationResponseBodyStatus = ClosedEnum<
|
|
295
|
+
typeof GetConfigurationResponseBodyStatus
|
|
284
296
|
>;
|
|
285
297
|
|
|
286
298
|
export const GetConfigurationResponseBodyType = {
|
|
@@ -349,7 +361,7 @@ export type GetConfigurationResponseBody1 = {
|
|
|
349
361
|
/**
|
|
350
362
|
* Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.
|
|
351
363
|
*/
|
|
352
|
-
source?:
|
|
364
|
+
source?: string | undefined;
|
|
353
365
|
canConfigureOpenTelemetry?: boolean | undefined;
|
|
354
366
|
/**
|
|
355
367
|
* Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'
|
|
@@ -359,6 +371,14 @@ export type GetConfigurationResponseBody1 = {
|
|
|
359
371
|
* A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.
|
|
360
372
|
*/
|
|
361
373
|
deleteRequestedAt?: number | null | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
376
|
+
*/
|
|
377
|
+
status?: GetConfigurationResponseBodyStatus | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* An external identifier defined by the integration vendor.
|
|
380
|
+
*/
|
|
381
|
+
externalId?: string | undefined;
|
|
362
382
|
type: GetConfigurationResponseBodyType;
|
|
363
383
|
/**
|
|
364
384
|
* A timestamp that tells you when the configuration was deleted.
|
|
@@ -419,13 +439,13 @@ export function getConfigurationRequestFromJSON(
|
|
|
419
439
|
}
|
|
420
440
|
|
|
421
441
|
/** @internal */
|
|
422
|
-
export const
|
|
423
|
-
z.ZodNativeEnum<typeof
|
|
424
|
-
.nativeEnum(
|
|
442
|
+
export const GetConfigurationResponseBodyIntegrationsStatus$inboundSchema:
|
|
443
|
+
z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsStatus> = z
|
|
444
|
+
.nativeEnum(GetConfigurationResponseBodyIntegrationsStatus);
|
|
425
445
|
/** @internal */
|
|
426
|
-
export const
|
|
427
|
-
z.ZodNativeEnum<typeof
|
|
428
|
-
|
|
446
|
+
export const GetConfigurationResponseBodyIntegrationsStatus$outboundSchema:
|
|
447
|
+
z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsStatus> =
|
|
448
|
+
GetConfigurationResponseBodyIntegrationsStatus$inboundSchema;
|
|
429
449
|
|
|
430
450
|
/** @internal */
|
|
431
451
|
export const GetConfigurationResponseBodyIntegrationsType$inboundSchema:
|
|
@@ -469,9 +489,11 @@ export const GetConfigurationResponseBody2$inboundSchema: z.ZodType<
|
|
|
469
489
|
id: z.string(),
|
|
470
490
|
integrationId: z.string(),
|
|
471
491
|
ownerId: z.string(),
|
|
472
|
-
|
|
473
|
-
source: GetConfigurationResponseBodyIntegrationsSource$inboundSchema
|
|
492
|
+
status: GetConfigurationResponseBodyIntegrationsStatus$inboundSchema
|
|
474
493
|
.optional(),
|
|
494
|
+
externalId: z.string().optional(),
|
|
495
|
+
projects: z.array(z.string()).optional(),
|
|
496
|
+
source: z.string().optional(),
|
|
475
497
|
slug: z.string(),
|
|
476
498
|
teamId: z.nullable(z.string()).optional(),
|
|
477
499
|
type: GetConfigurationResponseBodyIntegrationsType$inboundSchema,
|
|
@@ -495,6 +517,8 @@ export type GetConfigurationResponseBody2$Outbound = {
|
|
|
495
517
|
id: string;
|
|
496
518
|
integrationId: string;
|
|
497
519
|
ownerId: string;
|
|
520
|
+
status?: string | undefined;
|
|
521
|
+
externalId?: string | undefined;
|
|
498
522
|
projects?: Array<string> | undefined;
|
|
499
523
|
source?: string | undefined;
|
|
500
524
|
slug: string;
|
|
@@ -521,9 +545,11 @@ export const GetConfigurationResponseBody2$outboundSchema: z.ZodType<
|
|
|
521
545
|
id: z.string(),
|
|
522
546
|
integrationId: z.string(),
|
|
523
547
|
ownerId: z.string(),
|
|
524
|
-
|
|
525
|
-
source: GetConfigurationResponseBodyIntegrationsSource$outboundSchema
|
|
548
|
+
status: GetConfigurationResponseBodyIntegrationsStatus$outboundSchema
|
|
526
549
|
.optional(),
|
|
550
|
+
externalId: z.string().optional(),
|
|
551
|
+
projects: z.array(z.string()).optional(),
|
|
552
|
+
source: z.string().optional(),
|
|
527
553
|
slug: z.string(),
|
|
528
554
|
teamId: z.nullable(z.string()).optional(),
|
|
529
555
|
type: GetConfigurationResponseBodyIntegrationsType$outboundSchema,
|
|
@@ -975,15 +1001,6 @@ export const GetConfigurationResponseBodyDisabledReason$outboundSchema:
|
|
|
975
1001
|
z.ZodNativeEnum<typeof GetConfigurationResponseBodyDisabledReason> =
|
|
976
1002
|
GetConfigurationResponseBodyDisabledReason$inboundSchema;
|
|
977
1003
|
|
|
978
|
-
/** @internal */
|
|
979
|
-
export const GetConfigurationResponseBodySource$inboundSchema: z.ZodNativeEnum<
|
|
980
|
-
typeof GetConfigurationResponseBodySource
|
|
981
|
-
> = z.nativeEnum(GetConfigurationResponseBodySource);
|
|
982
|
-
/** @internal */
|
|
983
|
-
export const GetConfigurationResponseBodySource$outboundSchema: z.ZodNativeEnum<
|
|
984
|
-
typeof GetConfigurationResponseBodySource
|
|
985
|
-
> = GetConfigurationResponseBodySource$inboundSchema;
|
|
986
|
-
|
|
987
1004
|
/** @internal */
|
|
988
1005
|
export const GetConfigurationResponseBodyInstallationType$inboundSchema:
|
|
989
1006
|
z.ZodNativeEnum<typeof GetConfigurationResponseBodyInstallationType> = z
|
|
@@ -993,6 +1010,15 @@ export const GetConfigurationResponseBodyInstallationType$outboundSchema:
|
|
|
993
1010
|
z.ZodNativeEnum<typeof GetConfigurationResponseBodyInstallationType> =
|
|
994
1011
|
GetConfigurationResponseBodyInstallationType$inboundSchema;
|
|
995
1012
|
|
|
1013
|
+
/** @internal */
|
|
1014
|
+
export const GetConfigurationResponseBodyStatus$inboundSchema: z.ZodNativeEnum<
|
|
1015
|
+
typeof GetConfigurationResponseBodyStatus
|
|
1016
|
+
> = z.nativeEnum(GetConfigurationResponseBodyStatus);
|
|
1017
|
+
/** @internal */
|
|
1018
|
+
export const GetConfigurationResponseBodyStatus$outboundSchema: z.ZodNativeEnum<
|
|
1019
|
+
typeof GetConfigurationResponseBodyStatus
|
|
1020
|
+
> = GetConfigurationResponseBodyStatus$inboundSchema;
|
|
1021
|
+
|
|
996
1022
|
/** @internal */
|
|
997
1023
|
export const GetConfigurationResponseBodyType$inboundSchema: z.ZodNativeEnum<
|
|
998
1024
|
typeof GetConfigurationResponseBodyType
|
|
@@ -1028,11 +1054,13 @@ export const GetConfigurationResponseBody1$inboundSchema: z.ZodType<
|
|
|
1028
1054
|
disabledAt: z.number().optional(),
|
|
1029
1055
|
disabledReason: GetConfigurationResponseBodyDisabledReason$inboundSchema
|
|
1030
1056
|
.optional(),
|
|
1031
|
-
source:
|
|
1057
|
+
source: z.string().optional(),
|
|
1032
1058
|
canConfigureOpenTelemetry: z.boolean().optional(),
|
|
1033
1059
|
installationType: GetConfigurationResponseBodyInstallationType$inboundSchema
|
|
1034
1060
|
.optional(),
|
|
1035
1061
|
deleteRequestedAt: z.nullable(z.number()).optional(),
|
|
1062
|
+
status: GetConfigurationResponseBodyStatus$inboundSchema.optional(),
|
|
1063
|
+
externalId: z.string().optional(),
|
|
1036
1064
|
type: GetConfigurationResponseBodyType$inboundSchema,
|
|
1037
1065
|
deletedAt: z.nullable(z.number()).optional(),
|
|
1038
1066
|
});
|
|
@@ -1058,6 +1086,8 @@ export type GetConfigurationResponseBody1$Outbound = {
|
|
|
1058
1086
|
canConfigureOpenTelemetry?: boolean | undefined;
|
|
1059
1087
|
installationType?: string | undefined;
|
|
1060
1088
|
deleteRequestedAt?: number | null | undefined;
|
|
1089
|
+
status?: string | undefined;
|
|
1090
|
+
externalId?: string | undefined;
|
|
1061
1091
|
type: string;
|
|
1062
1092
|
deletedAt?: number | null | undefined;
|
|
1063
1093
|
};
|
|
@@ -1088,11 +1118,13 @@ export const GetConfigurationResponseBody1$outboundSchema: z.ZodType<
|
|
|
1088
1118
|
disabledAt: z.number().optional(),
|
|
1089
1119
|
disabledReason: GetConfigurationResponseBodyDisabledReason$outboundSchema
|
|
1090
1120
|
.optional(),
|
|
1091
|
-
source:
|
|
1121
|
+
source: z.string().optional(),
|
|
1092
1122
|
canConfigureOpenTelemetry: z.boolean().optional(),
|
|
1093
1123
|
installationType: GetConfigurationResponseBodyInstallationType$outboundSchema
|
|
1094
1124
|
.optional(),
|
|
1095
1125
|
deleteRequestedAt: z.nullable(z.number()).optional(),
|
|
1126
|
+
status: GetConfigurationResponseBodyStatus$outboundSchema.optional(),
|
|
1127
|
+
externalId: z.string().optional(),
|
|
1096
1128
|
type: GetConfigurationResponseBodyType$outboundSchema,
|
|
1097
1129
|
deletedAt: z.nullable(z.number()).optional(),
|
|
1098
1130
|
});
|