@vercel/sdk 1.17.1 → 1.17.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/bin/mcp-server.js +1278 -1490
- package/bin/mcp-server.js.map +27 -27
- package/esm/__tests__/accessgroups.test.js +1 -3
- 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 +2 -4
- package/esm/__tests__/domains.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__/environment.test.js +15 -1
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +3 -1
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.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.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +2 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +2 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +2 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +48 -108
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +58 -105
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +156 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +222 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +2 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +2 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +53 -107
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +65 -108
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
- package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
- package/esm/models/getconfigurablelogdrainop.js +6 -0
- package/esm/models/getconfigurablelogdrainop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getdeploymentop.d.ts +4 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +4 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +2 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +48 -108
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +58 -104
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +48 -108
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +58 -104
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +2 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +1 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +2 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/moveprojectdomainop.d.ts +33 -0
- package/esm/models/moveprojectdomainop.d.ts.map +1 -1
- package/esm/models/moveprojectdomainop.js +19 -0
- package/esm/models/moveprojectdomainop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +48 -108
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +58 -108
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +2 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updatesharedenvvariableop.d.ts +5 -2
- package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
- package/esm/models/updatesharedenvvariableop.js.map +1 -1
- package/esm/models/userevent.d.ts +970 -928
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1281 -1235
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +2 -10
- package/jsr.json +1 -1
- package/package.json +3 -6
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +2 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/environment.test.ts +15 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +3 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +4 -0
- package/src/models/createdeploymentop.ts +4 -0
- package/src/models/createdrainop.ts +132 -177
- package/src/models/createintegrationstoredirectop.ts +479 -471
- package/src/models/createprojectop.ts +4 -0
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/getalllogdrainsop.ts +168 -168
- package/src/models/getconfigurablelogdrainop.ts +12 -0
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getdeploymentop.ts +8 -0
- package/src/models/getdeploymentsop.ts +4 -0
- package/src/models/getdrainop.ts +148 -168
- package/src/models/getdrainsop.ts +150 -158
- package/src/models/getprojectsop.ts +4 -0
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/moveprojectdomainop.ts +51 -0
- package/src/models/updatedrainop.ts +153 -174
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +4 -0
- package/src/models/updatesharedenvvariableop.ts +5 -2
- package/src/models/userevent.ts +2956 -2828
- package/vercel-spec.json +647 -841
|
@@ -217,14 +217,6 @@ export type UpdateDrainRequest = {
|
|
|
217
217
|
requestBody?: UpdateDrainRequestBody | undefined;
|
|
218
218
|
};
|
|
219
219
|
|
|
220
|
-
export const UpdateDrainResponseBodyDrainsCreatedFrom = {
|
|
221
|
-
SelfServed: "self-served",
|
|
222
|
-
Integration: "integration",
|
|
223
|
-
} as const;
|
|
224
|
-
export type UpdateDrainResponseBodyDrainsCreatedFrom = ClosedEnum<
|
|
225
|
-
typeof UpdateDrainResponseBodyDrainsCreatedFrom
|
|
226
|
-
>;
|
|
227
|
-
|
|
228
220
|
export type UpdateDrainResponseBodyDrainsLog = {};
|
|
229
221
|
|
|
230
222
|
export type UpdateDrainResponseBodyDrainsTrace = {};
|
|
@@ -540,82 +532,38 @@ export type UpdateDrainResponseBodyDrainsFilterV2 =
|
|
|
540
532
|
| UpdateDrainFilterV2Drains2
|
|
541
533
|
| UpdateDrainFilterV2Drains1;
|
|
542
534
|
|
|
543
|
-
export const
|
|
544
|
-
|
|
545
|
-
Nextjs: "nextjs",
|
|
546
|
-
Gatsby: "gatsby",
|
|
547
|
-
Remix: "remix",
|
|
548
|
-
ReactRouter: "react-router",
|
|
549
|
-
Astro: "astro",
|
|
550
|
-
Hexo: "hexo",
|
|
551
|
-
Eleventy: "eleventy",
|
|
552
|
-
Docusaurus2: "docusaurus-2",
|
|
553
|
-
Docusaurus: "docusaurus",
|
|
554
|
-
Preact: "preact",
|
|
555
|
-
Solidstart1: "solidstart-1",
|
|
556
|
-
Solidstart: "solidstart",
|
|
557
|
-
Dojo: "dojo",
|
|
558
|
-
Ember: "ember",
|
|
559
|
-
Vue: "vue",
|
|
560
|
-
Scully: "scully",
|
|
561
|
-
IonicAngular: "ionic-angular",
|
|
562
|
-
Angular: "angular",
|
|
563
|
-
Polymer: "polymer",
|
|
564
|
-
Svelte: "svelte",
|
|
565
|
-
Sveltekit: "sveltekit",
|
|
566
|
-
Sveltekit1: "sveltekit-1",
|
|
567
|
-
IonicReact: "ionic-react",
|
|
568
|
-
CreateReactApp: "create-react-app",
|
|
569
|
-
Gridsome: "gridsome",
|
|
570
|
-
Umijs: "umijs",
|
|
571
|
-
Sapper: "sapper",
|
|
572
|
-
Saber: "saber",
|
|
573
|
-
Stencil: "stencil",
|
|
574
|
-
Nuxtjs: "nuxtjs",
|
|
575
|
-
Redwoodjs: "redwoodjs",
|
|
576
|
-
Hugo: "hugo",
|
|
577
|
-
Jekyll: "jekyll",
|
|
578
|
-
Brunch: "brunch",
|
|
579
|
-
Middleman: "middleman",
|
|
580
|
-
Zola: "zola",
|
|
581
|
-
Hydrogen: "hydrogen",
|
|
582
|
-
Vite: "vite",
|
|
583
|
-
TanstackStart: "tanstack-start",
|
|
584
|
-
Vitepress: "vitepress",
|
|
585
|
-
Vuepress: "vuepress",
|
|
586
|
-
Parcel: "parcel",
|
|
587
|
-
Fastapi: "fastapi",
|
|
588
|
-
Flask: "flask",
|
|
589
|
-
Fasthtml: "fasthtml",
|
|
590
|
-
SanityV3: "sanity-v3",
|
|
591
|
-
Sanity: "sanity",
|
|
592
|
-
Storybook: "storybook",
|
|
593
|
-
Nitro: "nitro",
|
|
594
|
-
Hono: "hono",
|
|
595
|
-
Express: "express",
|
|
596
|
-
H3: "h3",
|
|
597
|
-
Nestjs: "nestjs",
|
|
598
|
-
Elysia: "elysia",
|
|
599
|
-
Fastify: "fastify",
|
|
600
|
-
Xmcp: "xmcp",
|
|
535
|
+
export const UpdateDrainProjectAccessDrainsAccess = {
|
|
536
|
+
Some: "some",
|
|
601
537
|
} as const;
|
|
602
|
-
export type
|
|
603
|
-
typeof
|
|
538
|
+
export type UpdateDrainProjectAccessDrainsAccess = ClosedEnum<
|
|
539
|
+
typeof UpdateDrainProjectAccessDrainsAccess
|
|
604
540
|
>;
|
|
605
541
|
|
|
606
|
-
export type
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
542
|
+
export type UpdateDrainProjectAccess2 = {
|
|
543
|
+
access: UpdateDrainProjectAccessDrainsAccess;
|
|
544
|
+
projectIds: Array<string>;
|
|
545
|
+
};
|
|
546
|
+
|
|
547
|
+
export const UpdateDrainProjectAccessAccess = {
|
|
548
|
+
All: "all",
|
|
549
|
+
} as const;
|
|
550
|
+
export type UpdateDrainProjectAccessAccess = ClosedEnum<
|
|
551
|
+
typeof UpdateDrainProjectAccessAccess
|
|
552
|
+
>;
|
|
553
|
+
|
|
554
|
+
export type UpdateDrainProjectAccess1 = {
|
|
555
|
+
access: UpdateDrainProjectAccessAccess;
|
|
611
556
|
};
|
|
612
557
|
|
|
558
|
+
export type UpdateDrainResponseBodyProjectAccess =
|
|
559
|
+
| UpdateDrainProjectAccess2
|
|
560
|
+
| UpdateDrainProjectAccess1;
|
|
561
|
+
|
|
613
562
|
export type UpdateDrainResponseBody2 = {
|
|
614
563
|
id: string;
|
|
615
564
|
ownerId: string;
|
|
616
565
|
name: string;
|
|
617
566
|
createdAt: number;
|
|
618
|
-
createdFrom?: UpdateDrainResponseBodyDrainsCreatedFrom | undefined;
|
|
619
567
|
updatedAt: number;
|
|
620
568
|
projectIds?: Array<string> | undefined;
|
|
621
569
|
schemas?: UpdateDrainResponseBodyDrainsSchemas | undefined;
|
|
@@ -632,8 +580,6 @@ export type UpdateDrainResponseBody2 = {
|
|
|
632
580
|
disabledReason?: UpdateDrainResponseBodyDrainsDisabledReason | undefined;
|
|
633
581
|
disabledBy?: string | undefined;
|
|
634
582
|
firstErrorTimestamp?: number | undefined;
|
|
635
|
-
configurationId?: string | undefined;
|
|
636
|
-
clientId?: string | undefined;
|
|
637
583
|
source: UpdateDrainSourceDrainsResponse2 | UpdateDrainSourceDrainsResponse1;
|
|
638
584
|
filter?: string | undefined;
|
|
639
585
|
filterV2?:
|
|
@@ -643,17 +589,12 @@ export type UpdateDrainResponseBody2 = {
|
|
|
643
589
|
integrationIcon?: string | undefined;
|
|
644
590
|
integrationConfigurationUri?: string | undefined;
|
|
645
591
|
integrationWebsite?: string | undefined;
|
|
646
|
-
|
|
592
|
+
projectAccess?:
|
|
593
|
+
| UpdateDrainProjectAccess2
|
|
594
|
+
| UpdateDrainProjectAccess1
|
|
595
|
+
| undefined;
|
|
647
596
|
};
|
|
648
597
|
|
|
649
|
-
export const UpdateDrainResponseBodyCreatedFrom = {
|
|
650
|
-
SelfServed: "self-served",
|
|
651
|
-
Integration: "integration",
|
|
652
|
-
} as const;
|
|
653
|
-
export type UpdateDrainResponseBodyCreatedFrom = ClosedEnum<
|
|
654
|
-
typeof UpdateDrainResponseBodyCreatedFrom
|
|
655
|
-
>;
|
|
656
|
-
|
|
657
598
|
export type UpdateDrainResponseBodyLog = {};
|
|
658
599
|
|
|
659
600
|
export type UpdateDrainResponseBodyTrace = {};
|
|
@@ -953,7 +894,6 @@ export type UpdateDrainResponseBody1 = {
|
|
|
953
894
|
ownerId: string;
|
|
954
895
|
name: string;
|
|
955
896
|
createdAt: number;
|
|
956
|
-
createdFrom?: UpdateDrainResponseBodyCreatedFrom | undefined;
|
|
957
897
|
updatedAt: number;
|
|
958
898
|
projectIds?: Array<string> | undefined;
|
|
959
899
|
schemas?: UpdateDrainResponseBodySchemas | undefined;
|
|
@@ -970,8 +910,6 @@ export type UpdateDrainResponseBody1 = {
|
|
|
970
910
|
disabledReason?: UpdateDrainResponseBodyDisabledReason | undefined;
|
|
971
911
|
disabledBy?: string | undefined;
|
|
972
912
|
firstErrorTimestamp?: number | undefined;
|
|
973
|
-
configurationId?: string | undefined;
|
|
974
|
-
clientId?: string | undefined;
|
|
975
913
|
source: UpdateDrainSourceDrains2 | UpdateDrainSourceDrains1;
|
|
976
914
|
filter?: string | undefined;
|
|
977
915
|
filterV2?: UpdateDrainFilterV22 | UpdateDrainFilterV21 | undefined;
|
|
@@ -2125,15 +2063,6 @@ export function updateDrainRequestFromJSON(
|
|
|
2125
2063
|
);
|
|
2126
2064
|
}
|
|
2127
2065
|
|
|
2128
|
-
/** @internal */
|
|
2129
|
-
export const UpdateDrainResponseBodyDrainsCreatedFrom$inboundSchema:
|
|
2130
|
-
z.ZodNativeEnum<typeof UpdateDrainResponseBodyDrainsCreatedFrom> = z
|
|
2131
|
-
.nativeEnum(UpdateDrainResponseBodyDrainsCreatedFrom);
|
|
2132
|
-
/** @internal */
|
|
2133
|
-
export const UpdateDrainResponseBodyDrainsCreatedFrom$outboundSchema:
|
|
2134
|
-
z.ZodNativeEnum<typeof UpdateDrainResponseBodyDrainsCreatedFrom> =
|
|
2135
|
-
UpdateDrainResponseBodyDrainsCreatedFrom$inboundSchema;
|
|
2136
|
-
|
|
2137
2066
|
/** @internal */
|
|
2138
2067
|
export const UpdateDrainResponseBodyDrainsLog$inboundSchema: z.ZodType<
|
|
2139
2068
|
UpdateDrainResponseBodyDrainsLog,
|
|
@@ -3675,70 +3604,146 @@ export function updateDrainResponseBodyDrainsFilterV2FromJSON(
|
|
|
3675
3604
|
}
|
|
3676
3605
|
|
|
3677
3606
|
/** @internal */
|
|
3678
|
-
export const
|
|
3679
|
-
typeof
|
|
3680
|
-
|
|
3607
|
+
export const UpdateDrainProjectAccessDrainsAccess$inboundSchema:
|
|
3608
|
+
z.ZodNativeEnum<typeof UpdateDrainProjectAccessDrainsAccess> = z.nativeEnum(
|
|
3609
|
+
UpdateDrainProjectAccessDrainsAccess,
|
|
3610
|
+
);
|
|
3681
3611
|
/** @internal */
|
|
3682
|
-
export const
|
|
3683
|
-
typeof
|
|
3684
|
-
|
|
3612
|
+
export const UpdateDrainProjectAccessDrainsAccess$outboundSchema:
|
|
3613
|
+
z.ZodNativeEnum<typeof UpdateDrainProjectAccessDrainsAccess> =
|
|
3614
|
+
UpdateDrainProjectAccessDrainsAccess$inboundSchema;
|
|
3685
3615
|
|
|
3686
3616
|
/** @internal */
|
|
3687
|
-
export const
|
|
3688
|
-
|
|
3617
|
+
export const UpdateDrainProjectAccess2$inboundSchema: z.ZodType<
|
|
3618
|
+
UpdateDrainProjectAccess2,
|
|
3689
3619
|
z.ZodTypeDef,
|
|
3690
3620
|
unknown
|
|
3691
3621
|
> = z.object({
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
framework: z.nullable(UpdateDrainResponseBodyFramework$inboundSchema)
|
|
3695
|
-
.optional(),
|
|
3696
|
-
latestDeployment: z.string().optional(),
|
|
3622
|
+
access: UpdateDrainProjectAccessDrainsAccess$inboundSchema,
|
|
3623
|
+
projectIds: z.array(z.string()),
|
|
3697
3624
|
});
|
|
3698
3625
|
/** @internal */
|
|
3699
|
-
export type
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
framework?: string | null | undefined;
|
|
3703
|
-
latestDeployment?: string | undefined;
|
|
3626
|
+
export type UpdateDrainProjectAccess2$Outbound = {
|
|
3627
|
+
access: string;
|
|
3628
|
+
projectIds: Array<string>;
|
|
3704
3629
|
};
|
|
3705
3630
|
|
|
3706
3631
|
/** @internal */
|
|
3707
|
-
export const
|
|
3708
|
-
|
|
3632
|
+
export const UpdateDrainProjectAccess2$outboundSchema: z.ZodType<
|
|
3633
|
+
UpdateDrainProjectAccess2$Outbound,
|
|
3709
3634
|
z.ZodTypeDef,
|
|
3710
|
-
|
|
3635
|
+
UpdateDrainProjectAccess2
|
|
3711
3636
|
> = z.object({
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
framework: z.nullable(UpdateDrainResponseBodyFramework$outboundSchema)
|
|
3715
|
-
.optional(),
|
|
3716
|
-
latestDeployment: z.string().optional(),
|
|
3637
|
+
access: UpdateDrainProjectAccessDrainsAccess$outboundSchema,
|
|
3638
|
+
projectIds: z.array(z.string()),
|
|
3717
3639
|
});
|
|
3718
3640
|
|
|
3719
|
-
export function
|
|
3720
|
-
|
|
3721
|
-
UpdateDrainResponseBodyProjectsMetadata,
|
|
3641
|
+
export function updateDrainProjectAccess2ToJSON(
|
|
3642
|
+
updateDrainProjectAccess2: UpdateDrainProjectAccess2,
|
|
3722
3643
|
): string {
|
|
3723
3644
|
return JSON.stringify(
|
|
3724
|
-
|
|
3725
|
-
|
|
3645
|
+
UpdateDrainProjectAccess2$outboundSchema.parse(updateDrainProjectAccess2),
|
|
3646
|
+
);
|
|
3647
|
+
}
|
|
3648
|
+
export function updateDrainProjectAccess2FromJSON(
|
|
3649
|
+
jsonString: string,
|
|
3650
|
+
): SafeParseResult<UpdateDrainProjectAccess2, SDKValidationError> {
|
|
3651
|
+
return safeParse(
|
|
3652
|
+
jsonString,
|
|
3653
|
+
(x) => UpdateDrainProjectAccess2$inboundSchema.parse(JSON.parse(x)),
|
|
3654
|
+
`Failed to parse 'UpdateDrainProjectAccess2' from JSON`,
|
|
3655
|
+
);
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
/** @internal */
|
|
3659
|
+
export const UpdateDrainProjectAccessAccess$inboundSchema: z.ZodNativeEnum<
|
|
3660
|
+
typeof UpdateDrainProjectAccessAccess
|
|
3661
|
+
> = z.nativeEnum(UpdateDrainProjectAccessAccess);
|
|
3662
|
+
/** @internal */
|
|
3663
|
+
export const UpdateDrainProjectAccessAccess$outboundSchema: z.ZodNativeEnum<
|
|
3664
|
+
typeof UpdateDrainProjectAccessAccess
|
|
3665
|
+
> = UpdateDrainProjectAccessAccess$inboundSchema;
|
|
3666
|
+
|
|
3667
|
+
/** @internal */
|
|
3668
|
+
export const UpdateDrainProjectAccess1$inboundSchema: z.ZodType<
|
|
3669
|
+
UpdateDrainProjectAccess1,
|
|
3670
|
+
z.ZodTypeDef,
|
|
3671
|
+
unknown
|
|
3672
|
+
> = z.object({
|
|
3673
|
+
access: UpdateDrainProjectAccessAccess$inboundSchema,
|
|
3674
|
+
});
|
|
3675
|
+
/** @internal */
|
|
3676
|
+
export type UpdateDrainProjectAccess1$Outbound = {
|
|
3677
|
+
access: string;
|
|
3678
|
+
};
|
|
3679
|
+
|
|
3680
|
+
/** @internal */
|
|
3681
|
+
export const UpdateDrainProjectAccess1$outboundSchema: z.ZodType<
|
|
3682
|
+
UpdateDrainProjectAccess1$Outbound,
|
|
3683
|
+
z.ZodTypeDef,
|
|
3684
|
+
UpdateDrainProjectAccess1
|
|
3685
|
+
> = z.object({
|
|
3686
|
+
access: UpdateDrainProjectAccessAccess$outboundSchema,
|
|
3687
|
+
});
|
|
3688
|
+
|
|
3689
|
+
export function updateDrainProjectAccess1ToJSON(
|
|
3690
|
+
updateDrainProjectAccess1: UpdateDrainProjectAccess1,
|
|
3691
|
+
): string {
|
|
3692
|
+
return JSON.stringify(
|
|
3693
|
+
UpdateDrainProjectAccess1$outboundSchema.parse(updateDrainProjectAccess1),
|
|
3694
|
+
);
|
|
3695
|
+
}
|
|
3696
|
+
export function updateDrainProjectAccess1FromJSON(
|
|
3697
|
+
jsonString: string,
|
|
3698
|
+
): SafeParseResult<UpdateDrainProjectAccess1, SDKValidationError> {
|
|
3699
|
+
return safeParse(
|
|
3700
|
+
jsonString,
|
|
3701
|
+
(x) => UpdateDrainProjectAccess1$inboundSchema.parse(JSON.parse(x)),
|
|
3702
|
+
`Failed to parse 'UpdateDrainProjectAccess1' from JSON`,
|
|
3703
|
+
);
|
|
3704
|
+
}
|
|
3705
|
+
|
|
3706
|
+
/** @internal */
|
|
3707
|
+
export const UpdateDrainResponseBodyProjectAccess$inboundSchema: z.ZodType<
|
|
3708
|
+
UpdateDrainResponseBodyProjectAccess,
|
|
3709
|
+
z.ZodTypeDef,
|
|
3710
|
+
unknown
|
|
3711
|
+
> = z.union([
|
|
3712
|
+
z.lazy(() => UpdateDrainProjectAccess2$inboundSchema),
|
|
3713
|
+
z.lazy(() => UpdateDrainProjectAccess1$inboundSchema),
|
|
3714
|
+
]);
|
|
3715
|
+
/** @internal */
|
|
3716
|
+
export type UpdateDrainResponseBodyProjectAccess$Outbound =
|
|
3717
|
+
| UpdateDrainProjectAccess2$Outbound
|
|
3718
|
+
| UpdateDrainProjectAccess1$Outbound;
|
|
3719
|
+
|
|
3720
|
+
/** @internal */
|
|
3721
|
+
export const UpdateDrainResponseBodyProjectAccess$outboundSchema: z.ZodType<
|
|
3722
|
+
UpdateDrainResponseBodyProjectAccess$Outbound,
|
|
3723
|
+
z.ZodTypeDef,
|
|
3724
|
+
UpdateDrainResponseBodyProjectAccess
|
|
3725
|
+
> = z.union([
|
|
3726
|
+
z.lazy(() => UpdateDrainProjectAccess2$outboundSchema),
|
|
3727
|
+
z.lazy(() => UpdateDrainProjectAccess1$outboundSchema),
|
|
3728
|
+
]);
|
|
3729
|
+
|
|
3730
|
+
export function updateDrainResponseBodyProjectAccessToJSON(
|
|
3731
|
+
updateDrainResponseBodyProjectAccess: UpdateDrainResponseBodyProjectAccess,
|
|
3732
|
+
): string {
|
|
3733
|
+
return JSON.stringify(
|
|
3734
|
+
UpdateDrainResponseBodyProjectAccess$outboundSchema.parse(
|
|
3735
|
+
updateDrainResponseBodyProjectAccess,
|
|
3726
3736
|
),
|
|
3727
3737
|
);
|
|
3728
3738
|
}
|
|
3729
|
-
export function
|
|
3739
|
+
export function updateDrainResponseBodyProjectAccessFromJSON(
|
|
3730
3740
|
jsonString: string,
|
|
3731
|
-
): SafeParseResult<
|
|
3732
|
-
UpdateDrainResponseBodyProjectsMetadata,
|
|
3733
|
-
SDKValidationError
|
|
3734
|
-
> {
|
|
3741
|
+
): SafeParseResult<UpdateDrainResponseBodyProjectAccess, SDKValidationError> {
|
|
3735
3742
|
return safeParse(
|
|
3736
3743
|
jsonString,
|
|
3737
3744
|
(x) =>
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
),
|
|
3741
|
-
`Failed to parse 'UpdateDrainResponseBodyProjectsMetadata' from JSON`,
|
|
3745
|
+
UpdateDrainResponseBodyProjectAccess$inboundSchema.parse(JSON.parse(x)),
|
|
3746
|
+
`Failed to parse 'UpdateDrainResponseBodyProjectAccess' from JSON`,
|
|
3742
3747
|
);
|
|
3743
3748
|
}
|
|
3744
3749
|
|
|
@@ -3752,8 +3757,6 @@ export const UpdateDrainResponseBody2$inboundSchema: z.ZodType<
|
|
|
3752
3757
|
ownerId: z.string(),
|
|
3753
3758
|
name: z.string(),
|
|
3754
3759
|
createdAt: z.number(),
|
|
3755
|
-
createdFrom: UpdateDrainResponseBodyDrainsCreatedFrom$inboundSchema
|
|
3756
|
-
.optional(),
|
|
3757
3760
|
updatedAt: z.number(),
|
|
3758
3761
|
projectIds: z.array(z.string()).optional(),
|
|
3759
3762
|
schemas: z.lazy(() => UpdateDrainResponseBodyDrainsSchemas$inboundSchema)
|
|
@@ -3774,8 +3777,6 @@ export const UpdateDrainResponseBody2$inboundSchema: z.ZodType<
|
|
|
3774
3777
|
.optional(),
|
|
3775
3778
|
disabledBy: z.string().optional(),
|
|
3776
3779
|
firstErrorTimestamp: z.number().optional(),
|
|
3777
|
-
configurationId: z.string().optional(),
|
|
3778
|
-
clientId: z.string().optional(),
|
|
3779
3780
|
source: z.union([
|
|
3780
3781
|
z.lazy(() => UpdateDrainSourceDrainsResponse2$inboundSchema),
|
|
3781
3782
|
z.lazy(() => UpdateDrainSourceDrainsResponse1$inboundSchema),
|
|
@@ -3788,9 +3789,10 @@ export const UpdateDrainResponseBody2$inboundSchema: z.ZodType<
|
|
|
3788
3789
|
integrationIcon: z.string().optional(),
|
|
3789
3790
|
integrationConfigurationUri: z.string().optional(),
|
|
3790
3791
|
integrationWebsite: z.string().optional(),
|
|
3791
|
-
|
|
3792
|
-
z.lazy(() =>
|
|
3793
|
-
|
|
3792
|
+
projectAccess: z.union([
|
|
3793
|
+
z.lazy(() => UpdateDrainProjectAccess2$inboundSchema),
|
|
3794
|
+
z.lazy(() => UpdateDrainProjectAccess1$inboundSchema),
|
|
3795
|
+
]).optional(),
|
|
3794
3796
|
});
|
|
3795
3797
|
/** @internal */
|
|
3796
3798
|
export type UpdateDrainResponseBody2$Outbound = {
|
|
@@ -3798,7 +3800,6 @@ export type UpdateDrainResponseBody2$Outbound = {
|
|
|
3798
3800
|
ownerId: string;
|
|
3799
3801
|
name: string;
|
|
3800
3802
|
createdAt: number;
|
|
3801
|
-
createdFrom?: string | undefined;
|
|
3802
3803
|
updatedAt: number;
|
|
3803
3804
|
projectIds?: Array<string> | undefined;
|
|
3804
3805
|
schemas?: UpdateDrainResponseBodyDrainsSchemas$Outbound | undefined;
|
|
@@ -3815,8 +3816,6 @@ export type UpdateDrainResponseBody2$Outbound = {
|
|
|
3815
3816
|
disabledReason?: string | undefined;
|
|
3816
3817
|
disabledBy?: string | undefined;
|
|
3817
3818
|
firstErrorTimestamp?: number | undefined;
|
|
3818
|
-
configurationId?: string | undefined;
|
|
3819
|
-
clientId?: string | undefined;
|
|
3820
3819
|
source:
|
|
3821
3820
|
| UpdateDrainSourceDrainsResponse2$Outbound
|
|
3822
3821
|
| UpdateDrainSourceDrainsResponse1$Outbound;
|
|
@@ -3828,8 +3827,9 @@ export type UpdateDrainResponseBody2$Outbound = {
|
|
|
3828
3827
|
integrationIcon?: string | undefined;
|
|
3829
3828
|
integrationConfigurationUri?: string | undefined;
|
|
3830
3829
|
integrationWebsite?: string | undefined;
|
|
3831
|
-
|
|
3832
|
-
|
|
|
3830
|
+
projectAccess?:
|
|
3831
|
+
| UpdateDrainProjectAccess2$Outbound
|
|
3832
|
+
| UpdateDrainProjectAccess1$Outbound
|
|
3833
3833
|
| undefined;
|
|
3834
3834
|
};
|
|
3835
3835
|
|
|
@@ -3843,8 +3843,6 @@ export const UpdateDrainResponseBody2$outboundSchema: z.ZodType<
|
|
|
3843
3843
|
ownerId: z.string(),
|
|
3844
3844
|
name: z.string(),
|
|
3845
3845
|
createdAt: z.number(),
|
|
3846
|
-
createdFrom: UpdateDrainResponseBodyDrainsCreatedFrom$outboundSchema
|
|
3847
|
-
.optional(),
|
|
3848
3846
|
updatedAt: z.number(),
|
|
3849
3847
|
projectIds: z.array(z.string()).optional(),
|
|
3850
3848
|
schemas: z.lazy(() => UpdateDrainResponseBodyDrainsSchemas$outboundSchema)
|
|
@@ -3865,8 +3863,6 @@ export const UpdateDrainResponseBody2$outboundSchema: z.ZodType<
|
|
|
3865
3863
|
.optional(),
|
|
3866
3864
|
disabledBy: z.string().optional(),
|
|
3867
3865
|
firstErrorTimestamp: z.number().optional(),
|
|
3868
|
-
configurationId: z.string().optional(),
|
|
3869
|
-
clientId: z.string().optional(),
|
|
3870
3866
|
source: z.union([
|
|
3871
3867
|
z.lazy(() => UpdateDrainSourceDrainsResponse2$outboundSchema),
|
|
3872
3868
|
z.lazy(() => UpdateDrainSourceDrainsResponse1$outboundSchema),
|
|
@@ -3879,9 +3875,10 @@ export const UpdateDrainResponseBody2$outboundSchema: z.ZodType<
|
|
|
3879
3875
|
integrationIcon: z.string().optional(),
|
|
3880
3876
|
integrationConfigurationUri: z.string().optional(),
|
|
3881
3877
|
integrationWebsite: z.string().optional(),
|
|
3882
|
-
|
|
3883
|
-
z.lazy(() =>
|
|
3884
|
-
|
|
3878
|
+
projectAccess: z.union([
|
|
3879
|
+
z.lazy(() => UpdateDrainProjectAccess2$outboundSchema),
|
|
3880
|
+
z.lazy(() => UpdateDrainProjectAccess1$outboundSchema),
|
|
3881
|
+
]).optional(),
|
|
3885
3882
|
});
|
|
3886
3883
|
|
|
3887
3884
|
export function updateDrainResponseBody2ToJSON(
|
|
@@ -3901,15 +3898,6 @@ export function updateDrainResponseBody2FromJSON(
|
|
|
3901
3898
|
);
|
|
3902
3899
|
}
|
|
3903
3900
|
|
|
3904
|
-
/** @internal */
|
|
3905
|
-
export const UpdateDrainResponseBodyCreatedFrom$inboundSchema: z.ZodNativeEnum<
|
|
3906
|
-
typeof UpdateDrainResponseBodyCreatedFrom
|
|
3907
|
-
> = z.nativeEnum(UpdateDrainResponseBodyCreatedFrom);
|
|
3908
|
-
/** @internal */
|
|
3909
|
-
export const UpdateDrainResponseBodyCreatedFrom$outboundSchema: z.ZodNativeEnum<
|
|
3910
|
-
typeof UpdateDrainResponseBodyCreatedFrom
|
|
3911
|
-
> = UpdateDrainResponseBodyCreatedFrom$inboundSchema;
|
|
3912
|
-
|
|
3913
3901
|
/** @internal */
|
|
3914
3902
|
export const UpdateDrainResponseBodyLog$inboundSchema: z.ZodType<
|
|
3915
3903
|
UpdateDrainResponseBodyLog,
|
|
@@ -5348,7 +5336,6 @@ export const UpdateDrainResponseBody1$inboundSchema: z.ZodType<
|
|
|
5348
5336
|
ownerId: z.string(),
|
|
5349
5337
|
name: z.string(),
|
|
5350
5338
|
createdAt: z.number(),
|
|
5351
|
-
createdFrom: UpdateDrainResponseBodyCreatedFrom$inboundSchema.optional(),
|
|
5352
5339
|
updatedAt: z.number(),
|
|
5353
5340
|
projectIds: z.array(z.string()).optional(),
|
|
5354
5341
|
schemas: z.lazy(() => UpdateDrainResponseBodySchemas$inboundSchema)
|
|
@@ -5368,8 +5355,6 @@ export const UpdateDrainResponseBody1$inboundSchema: z.ZodType<
|
|
|
5368
5355
|
.optional(),
|
|
5369
5356
|
disabledBy: z.string().optional(),
|
|
5370
5357
|
firstErrorTimestamp: z.number().optional(),
|
|
5371
|
-
configurationId: z.string().optional(),
|
|
5372
|
-
clientId: z.string().optional(),
|
|
5373
5358
|
source: z.union([
|
|
5374
5359
|
z.lazy(() => UpdateDrainSourceDrains2$inboundSchema),
|
|
5375
5360
|
z.lazy(() => UpdateDrainSourceDrains1$inboundSchema),
|
|
@@ -5386,7 +5371,6 @@ export type UpdateDrainResponseBody1$Outbound = {
|
|
|
5386
5371
|
ownerId: string;
|
|
5387
5372
|
name: string;
|
|
5388
5373
|
createdAt: number;
|
|
5389
|
-
createdFrom?: string | undefined;
|
|
5390
5374
|
updatedAt: number;
|
|
5391
5375
|
projectIds?: Array<string> | undefined;
|
|
5392
5376
|
schemas?: UpdateDrainResponseBodySchemas$Outbound | undefined;
|
|
@@ -5403,8 +5387,6 @@ export type UpdateDrainResponseBody1$Outbound = {
|
|
|
5403
5387
|
disabledReason?: string | undefined;
|
|
5404
5388
|
disabledBy?: string | undefined;
|
|
5405
5389
|
firstErrorTimestamp?: number | undefined;
|
|
5406
|
-
configurationId?: string | undefined;
|
|
5407
|
-
clientId?: string | undefined;
|
|
5408
5390
|
source: UpdateDrainSourceDrains2$Outbound | UpdateDrainSourceDrains1$Outbound;
|
|
5409
5391
|
filter?: string | undefined;
|
|
5410
5392
|
filterV2?:
|
|
@@ -5423,7 +5405,6 @@ export const UpdateDrainResponseBody1$outboundSchema: z.ZodType<
|
|
|
5423
5405
|
ownerId: z.string(),
|
|
5424
5406
|
name: z.string(),
|
|
5425
5407
|
createdAt: z.number(),
|
|
5426
|
-
createdFrom: UpdateDrainResponseBodyCreatedFrom$outboundSchema.optional(),
|
|
5427
5408
|
updatedAt: z.number(),
|
|
5428
5409
|
projectIds: z.array(z.string()).optional(),
|
|
5429
5410
|
schemas: z.lazy(() => UpdateDrainResponseBodySchemas$outboundSchema)
|
|
@@ -5444,8 +5425,6 @@ export const UpdateDrainResponseBody1$outboundSchema: z.ZodType<
|
|
|
5444
5425
|
.optional(),
|
|
5445
5426
|
disabledBy: z.string().optional(),
|
|
5446
5427
|
firstErrorTimestamp: z.number().optional(),
|
|
5447
|
-
configurationId: z.string().optional(),
|
|
5448
|
-
clientId: z.string().optional(),
|
|
5449
5428
|
source: z.union([
|
|
5450
5429
|
z.lazy(() => UpdateDrainSourceDrains2$outboundSchema),
|
|
5451
5430
|
z.lazy(() => UpdateDrainSourceDrains1$outboundSchema),
|
|
@@ -1509,6 +1509,7 @@ export type UpdateProjectDataCachePermissions = {
|
|
|
1509
1509
|
repository?: Array<ACLAction> | undefined;
|
|
1510
1510
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1511
1511
|
secret?: Array<ACLAction> | undefined;
|
|
1512
|
+
securityPlusConfiguration?: Array<ACLAction> | undefined;
|
|
1512
1513
|
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1513
1514
|
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1514
1515
|
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
@@ -7012,6 +7013,7 @@ export const UpdateProjectDataCachePermissions$inboundSchema: z.ZodType<
|
|
|
7012
7013
|
repository: z.array(ACLAction$inboundSchema).optional(),
|
|
7013
7014
|
samlConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
7014
7015
|
secret: z.array(ACLAction$inboundSchema).optional(),
|
|
7016
|
+
securityPlusConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
7015
7017
|
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
7016
7018
|
.optional(),
|
|
7017
7019
|
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -7242,6 +7244,7 @@ export type UpdateProjectDataCachePermissions$Outbound = {
|
|
|
7242
7244
|
repository?: Array<string> | undefined;
|
|
7243
7245
|
samlConfig?: Array<string> | undefined;
|
|
7244
7246
|
secret?: Array<string> | undefined;
|
|
7247
|
+
securityPlusConfiguration?: Array<string> | undefined;
|
|
7245
7248
|
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
7246
7249
|
sharedEnvVars?: Array<string> | undefined;
|
|
7247
7250
|
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
@@ -7472,6 +7475,7 @@ export const UpdateProjectDataCachePermissions$outboundSchema: z.ZodType<
|
|
|
7472
7475
|
repository: z.array(ACLAction$outboundSchema).optional(),
|
|
7473
7476
|
samlConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
7474
7477
|
secret: z.array(ACLAction$outboundSchema).optional(),
|
|
7478
|
+
securityPlusConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
7475
7479
|
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
7476
7480
|
.optional(),
|
|
7477
7481
|
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -1965,6 +1965,7 @@ export type UpdateProjectPermissions = {
|
|
|
1965
1965
|
repository?: Array<ACLAction> | undefined;
|
|
1966
1966
|
samlConfig?: Array<ACLAction> | undefined;
|
|
1967
1967
|
secret?: Array<ACLAction> | undefined;
|
|
1968
|
+
securityPlusConfiguration?: Array<ACLAction> | undefined;
|
|
1968
1969
|
sensitiveEnvironmentVariablePolicy?: Array<ACLAction> | undefined;
|
|
1969
1970
|
sharedEnvVars?: Array<ACLAction> | undefined;
|
|
1970
1971
|
sharedEnvVarsProduction?: Array<ACLAction> | undefined;
|
|
@@ -8443,6 +8444,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
|
|
|
8443
8444
|
repository: z.array(ACLAction$inboundSchema).optional(),
|
|
8444
8445
|
samlConfig: z.array(ACLAction$inboundSchema).optional(),
|
|
8445
8446
|
secret: z.array(ACLAction$inboundSchema).optional(),
|
|
8447
|
+
securityPlusConfiguration: z.array(ACLAction$inboundSchema).optional(),
|
|
8446
8448
|
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$inboundSchema)
|
|
8447
8449
|
.optional(),
|
|
8448
8450
|
sharedEnvVars: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8673,6 +8675,7 @@ export type UpdateProjectPermissions$Outbound = {
|
|
|
8673
8675
|
repository?: Array<string> | undefined;
|
|
8674
8676
|
samlConfig?: Array<string> | undefined;
|
|
8675
8677
|
secret?: Array<string> | undefined;
|
|
8678
|
+
securityPlusConfiguration?: Array<string> | undefined;
|
|
8676
8679
|
sensitiveEnvironmentVariablePolicy?: Array<string> | undefined;
|
|
8677
8680
|
sharedEnvVars?: Array<string> | undefined;
|
|
8678
8681
|
sharedEnvVarsProduction?: Array<string> | undefined;
|
|
@@ -8903,6 +8906,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
|
|
|
8903
8906
|
repository: z.array(ACLAction$outboundSchema).optional(),
|
|
8904
8907
|
samlConfig: z.array(ACLAction$outboundSchema).optional(),
|
|
8905
8908
|
secret: z.array(ACLAction$outboundSchema).optional(),
|
|
8909
|
+
securityPlusConfiguration: z.array(ACLAction$outboundSchema).optional(),
|
|
8906
8910
|
sensitiveEnvironmentVariablePolicy: z.array(ACLAction$outboundSchema)
|
|
8907
8911
|
.optional(),
|
|
8908
8912
|
sharedEnvVars: z.array(ACLAction$outboundSchema).optional(),
|
|
@@ -19,7 +19,7 @@ export type UpdateSharedEnvVariableTarget = ClosedEnum<
|
|
|
19
19
|
>;
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Incrementally update project
|
|
22
|
+
* Incrementally update project linking without specifying the full list
|
|
23
23
|
*/
|
|
24
24
|
export type ProjectIdUpdates = {
|
|
25
25
|
/**
|
|
@@ -64,7 +64,7 @@ export type Updates = {
|
|
|
64
64
|
*/
|
|
65
65
|
projectId?: Array<string> | undefined;
|
|
66
66
|
/**
|
|
67
|
-
* Incrementally update project
|
|
67
|
+
* Incrementally update project linking without specifying the full list
|
|
68
68
|
*/
|
|
69
69
|
projectIdUpdates?: ProjectIdUpdates | undefined;
|
|
70
70
|
/**
|
|
@@ -78,6 +78,9 @@ export type Updates = {
|
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
export type UpdateSharedEnvVariableRequestBody = {
|
|
81
|
+
/**
|
|
82
|
+
* An object where each key is an environment variable ID (not the key name) and the value is the update to apply
|
|
83
|
+
*/
|
|
81
84
|
updates: { [k: string]: Updates };
|
|
82
85
|
};
|
|
83
86
|
|