@vercel/sdk 1.6.3 → 1.6.5
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 +2 -0
- package/bin/mcp-server.js +3517 -1245
- package/bin/mcp-server.js.map +29 -26
- package/docs/sdks/edgeconfig/README.md +2 -6
- package/docs/sdks/marketplace/README.md +2 -6
- package/docs/sdks/security/README.md +90 -0
- package/docs/sdks/webhooks/README.md +2 -6
- package/esm/__tests__/deployments.test.js +16 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/environment.test.js +3 -0
- package/esm/__tests__/environment.test.js.map +1 -1
- package/esm/__tests__/marketplace.test.js +7 -2
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +4 -4
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/security.test.js +174 -3
- 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/funcs/securityPutFirewallConfig.d.ts +19 -0
- package/esm/funcs/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/funcs/securityPutFirewallConfig.js +88 -0
- package/esm/funcs/securityPutFirewallConfig.js.map +1 -0
- 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 +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts +7 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.js +28 -0
- package/esm/mcp-server/tools/securityPutFirewallConfig.js.map +1 -0
- package/esm/models/authtoken.d.ts +6 -0
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +2 -0
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/authuser.d.ts +46 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +28 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +274 -73
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +270 -72
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +274 -73
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +270 -72
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +12 -18
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +12 -12
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +175 -13
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +157 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +4 -7
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +4 -4
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +18 -27
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +18 -18
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +574 -172
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +567 -171
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +214 -214
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +210 -231
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +198 -36
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +193 -32
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +10 -16
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +10 -10
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +175 -13
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +156 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +31 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js +27 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +2901 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -0
- package/esm/models/putfirewallconfigop.js +2383 -0
- package/esm/models/putfirewallconfigop.js.map +1 -0
- package/esm/models/removeprojectenvop.d.ts +18 -27
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +18 -18
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +323 -323
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +379 -357
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +183 -21
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +172 -18
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +175 -13
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +157 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +46 -19
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +34 -10
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/security.d.ts +8 -0
- package/esm/sdk/security.d.ts.map +1 -1
- package/esm/sdk/security.js +10 -0
- package/esm/sdk/security.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +3 -3
- package/src/__tests__/deployments.test.ts +16 -1
- package/src/__tests__/environment.test.ts +3 -0
- package/src/__tests__/marketplace.test.ts +7 -2
- package/src/__tests__/projects.test.ts +4 -4
- package/src/__tests__/security.test.ts +176 -5
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/funcs/securityPutFirewallConfig.ts +194 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/securityPutFirewallConfig.ts +37 -0
- package/src/models/authtoken.ts +2 -0
- package/src/models/authuser.ts +52 -0
- package/src/models/canceldeploymentop.ts +591 -148
- package/src/models/createdeploymentop.ts +616 -165
- package/src/models/createprojectenvop.ts +24 -30
- package/src/models/createprojectop.ts +336 -15
- package/src/models/editprojectenvop.ts +8 -11
- package/src/models/filterprojectenvsop.ts +36 -45
- package/src/models/getdeploymentop.ts +1288 -353
- package/src/models/getfirewallconfigop.ts +555 -410
- package/src/models/getprojectdomainsop.ts +470 -63
- package/src/models/getprojectenvop.ts +20 -26
- package/src/models/getprojectsop.ts +338 -16
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +62 -1
- package/src/models/putfirewallconfigop.ts +4932 -0
- package/src/models/removeprojectenvop.ts +36 -45
- package/src/models/updatefirewallconfigop.ts +820 -612
- package/src/models/updateprojectdatacacheop.ts +353 -34
- package/src/models/updateprojectop.ts +336 -15
- package/src/models/userevent.ts +54 -29
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +1395 -291
|
@@ -339,9 +339,11 @@ export type RemoveProjectEnvResponseBody3 = {
|
|
|
339
339
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
340
340
|
*/
|
|
341
341
|
sunsetSecretId?: string | undefined;
|
|
342
|
+
decrypted?: boolean | undefined;
|
|
343
|
+
value: string;
|
|
344
|
+
vsmValue?: string | undefined;
|
|
342
345
|
id?: string | undefined;
|
|
343
346
|
key: string;
|
|
344
|
-
value: string;
|
|
345
347
|
configurationId?: string | null | undefined;
|
|
346
348
|
createdAt?: number | undefined;
|
|
347
349
|
updatedAt?: number | undefined;
|
|
@@ -375,13 +377,8 @@ export type RemoveProjectEnvResponseBody3 = {
|
|
|
375
377
|
| RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint
|
|
376
378
|
| null
|
|
377
379
|
| undefined;
|
|
378
|
-
/**
|
|
379
|
-
* Whether `value` and `vsmValue` are decrypted.
|
|
380
|
-
*/
|
|
381
|
-
decrypted?: boolean | undefined;
|
|
382
380
|
comment?: string | undefined;
|
|
383
381
|
customEnvironmentIds?: Array<string> | undefined;
|
|
384
|
-
vsmValue?: string | undefined;
|
|
385
382
|
};
|
|
386
383
|
|
|
387
384
|
export const RemoveProjectEnvTargetProjects2 = {
|
|
@@ -691,9 +688,11 @@ export type RemoveProjectEnvResponseBody2 = {
|
|
|
691
688
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
692
689
|
*/
|
|
693
690
|
sunsetSecretId?: string | undefined;
|
|
691
|
+
decrypted?: boolean | undefined;
|
|
692
|
+
value: string;
|
|
693
|
+
vsmValue?: string | undefined;
|
|
694
694
|
id?: string | undefined;
|
|
695
695
|
key: string;
|
|
696
|
-
value: string;
|
|
697
696
|
configurationId?: string | null | undefined;
|
|
698
697
|
createdAt?: number | undefined;
|
|
699
698
|
updatedAt?: number | undefined;
|
|
@@ -727,13 +726,8 @@ export type RemoveProjectEnvResponseBody2 = {
|
|
|
727
726
|
| RemoveProjectEnvResponseBodyProjectsInternalContentHint
|
|
728
727
|
| null
|
|
729
728
|
| undefined;
|
|
730
|
-
/**
|
|
731
|
-
* Whether `value` and `vsmValue` are decrypted.
|
|
732
|
-
*/
|
|
733
|
-
decrypted?: boolean | undefined;
|
|
734
729
|
comment?: string | undefined;
|
|
735
730
|
customEnvironmentIds?: Array<string> | undefined;
|
|
736
|
-
vsmValue?: string | undefined;
|
|
737
731
|
};
|
|
738
732
|
|
|
739
733
|
export const RemoveProjectEnvTarget2 = {
|
|
@@ -1028,9 +1022,11 @@ export type RemoveProjectEnvResponseBody1 = {
|
|
|
1028
1022
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
1029
1023
|
*/
|
|
1030
1024
|
sunsetSecretId?: string | undefined;
|
|
1025
|
+
decrypted?: boolean | undefined;
|
|
1026
|
+
value: string;
|
|
1027
|
+
vsmValue?: string | undefined;
|
|
1031
1028
|
id?: string | undefined;
|
|
1032
1029
|
key: string;
|
|
1033
|
-
value: string;
|
|
1034
1030
|
configurationId?: string | null | undefined;
|
|
1035
1031
|
createdAt?: number | undefined;
|
|
1036
1032
|
updatedAt?: number | undefined;
|
|
@@ -1064,13 +1060,8 @@ export type RemoveProjectEnvResponseBody1 = {
|
|
|
1064
1060
|
| RemoveProjectEnvResponseBodyInternalContentHint
|
|
1065
1061
|
| null
|
|
1066
1062
|
| undefined;
|
|
1067
|
-
/**
|
|
1068
|
-
* Whether `value` and `vsmValue` are decrypted.
|
|
1069
|
-
*/
|
|
1070
|
-
decrypted?: boolean | undefined;
|
|
1071
1063
|
comment?: string | undefined;
|
|
1072
1064
|
customEnvironmentIds?: Array<string> | undefined;
|
|
1073
|
-
vsmValue?: string | undefined;
|
|
1074
1065
|
};
|
|
1075
1066
|
|
|
1076
1067
|
/**
|
|
@@ -3014,9 +3005,11 @@ export const RemoveProjectEnvResponseBody3$inboundSchema: z.ZodType<
|
|
|
3014
3005
|
]).optional(),
|
|
3015
3006
|
type: RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema,
|
|
3016
3007
|
sunsetSecretId: z.string().optional(),
|
|
3008
|
+
decrypted: z.boolean().optional(),
|
|
3009
|
+
value: z.string(),
|
|
3010
|
+
vsmValue: z.string().optional(),
|
|
3017
3011
|
id: z.string().optional(),
|
|
3018
3012
|
key: z.string(),
|
|
3019
|
-
value: z.string(),
|
|
3020
3013
|
configurationId: z.nullable(z.string()).optional(),
|
|
3021
3014
|
createdAt: z.number().optional(),
|
|
3022
3015
|
updatedAt: z.number().optional(),
|
|
@@ -3049,10 +3042,8 @@ export const RemoveProjectEnvResponseBody3$inboundSchema: z.ZodType<
|
|
|
3049
3042
|
RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$inboundSchema
|
|
3050
3043
|
),
|
|
3051
3044
|
).optional(),
|
|
3052
|
-
decrypted: z.boolean().optional(),
|
|
3053
3045
|
comment: z.string().optional(),
|
|
3054
3046
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
3055
|
-
vsmValue: z.string().optional(),
|
|
3056
3047
|
});
|
|
3057
3048
|
|
|
3058
3049
|
/** @internal */
|
|
@@ -3060,9 +3051,11 @@ export type RemoveProjectEnvResponseBody3$Outbound = {
|
|
|
3060
3051
|
target?: Array<string> | string | undefined;
|
|
3061
3052
|
type: string;
|
|
3062
3053
|
sunsetSecretId?: string | undefined;
|
|
3054
|
+
decrypted?: boolean | undefined;
|
|
3055
|
+
value: string;
|
|
3056
|
+
vsmValue?: string | undefined;
|
|
3063
3057
|
id?: string | undefined;
|
|
3064
3058
|
key: string;
|
|
3065
|
-
value: string;
|
|
3066
3059
|
configurationId?: string | null | undefined;
|
|
3067
3060
|
createdAt?: number | undefined;
|
|
3068
3061
|
updatedAt?: number | undefined;
|
|
@@ -3093,10 +3086,8 @@ export type RemoveProjectEnvResponseBody3$Outbound = {
|
|
|
3093
3086
|
| RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$Outbound
|
|
3094
3087
|
| null
|
|
3095
3088
|
| undefined;
|
|
3096
|
-
decrypted?: boolean | undefined;
|
|
3097
3089
|
comment?: string | undefined;
|
|
3098
3090
|
customEnvironmentIds?: Array<string> | undefined;
|
|
3099
|
-
vsmValue?: string | undefined;
|
|
3100
3091
|
};
|
|
3101
3092
|
|
|
3102
3093
|
/** @internal */
|
|
@@ -3111,9 +3102,11 @@ export const RemoveProjectEnvResponseBody3$outboundSchema: z.ZodType<
|
|
|
3111
3102
|
]).optional(),
|
|
3112
3103
|
type: RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema,
|
|
3113
3104
|
sunsetSecretId: z.string().optional(),
|
|
3105
|
+
decrypted: z.boolean().optional(),
|
|
3106
|
+
value: z.string(),
|
|
3107
|
+
vsmValue: z.string().optional(),
|
|
3114
3108
|
id: z.string().optional(),
|
|
3115
3109
|
key: z.string(),
|
|
3116
|
-
value: z.string(),
|
|
3117
3110
|
configurationId: z.nullable(z.string()).optional(),
|
|
3118
3111
|
createdAt: z.number().optional(),
|
|
3119
3112
|
updatedAt: z.number().optional(),
|
|
@@ -3160,10 +3153,8 @@ export const RemoveProjectEnvResponseBody3$outboundSchema: z.ZodType<
|
|
|
3160
3153
|
RemoveProjectEnvResponseBodyProjectsResponseInternalContentHint$outboundSchema
|
|
3161
3154
|
),
|
|
3162
3155
|
).optional(),
|
|
3163
|
-
decrypted: z.boolean().optional(),
|
|
3164
3156
|
comment: z.string().optional(),
|
|
3165
3157
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
3166
|
-
vsmValue: z.string().optional(),
|
|
3167
3158
|
});
|
|
3168
3159
|
|
|
3169
3160
|
/**
|
|
@@ -4933,9 +4924,11 @@ export const RemoveProjectEnvResponseBody2$inboundSchema: z.ZodType<
|
|
|
4933
4924
|
]).optional(),
|
|
4934
4925
|
type: RemoveProjectEnvResponseBodyProjectsType$inboundSchema,
|
|
4935
4926
|
sunsetSecretId: z.string().optional(),
|
|
4927
|
+
decrypted: z.boolean().optional(),
|
|
4928
|
+
value: z.string(),
|
|
4929
|
+
vsmValue: z.string().optional(),
|
|
4936
4930
|
id: z.string().optional(),
|
|
4937
4931
|
key: z.string(),
|
|
4938
|
-
value: z.string(),
|
|
4939
4932
|
configurationId: z.nullable(z.string()).optional(),
|
|
4940
4933
|
createdAt: z.number().optional(),
|
|
4941
4934
|
updatedAt: z.number().optional(),
|
|
@@ -4968,10 +4961,8 @@ export const RemoveProjectEnvResponseBody2$inboundSchema: z.ZodType<
|
|
|
4968
4961
|
RemoveProjectEnvResponseBodyProjectsInternalContentHint$inboundSchema
|
|
4969
4962
|
),
|
|
4970
4963
|
).optional(),
|
|
4971
|
-
decrypted: z.boolean().optional(),
|
|
4972
4964
|
comment: z.string().optional(),
|
|
4973
4965
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
4974
|
-
vsmValue: z.string().optional(),
|
|
4975
4966
|
});
|
|
4976
4967
|
|
|
4977
4968
|
/** @internal */
|
|
@@ -4980,9 +4971,11 @@ export type RemoveProjectEnvResponseBody2$Outbound = {
|
|
|
4980
4971
|
target?: Array<string> | string | undefined;
|
|
4981
4972
|
type: string;
|
|
4982
4973
|
sunsetSecretId?: string | undefined;
|
|
4974
|
+
decrypted?: boolean | undefined;
|
|
4975
|
+
value: string;
|
|
4976
|
+
vsmValue?: string | undefined;
|
|
4983
4977
|
id?: string | undefined;
|
|
4984
4978
|
key: string;
|
|
4985
|
-
value: string;
|
|
4986
4979
|
configurationId?: string | null | undefined;
|
|
4987
4980
|
createdAt?: number | undefined;
|
|
4988
4981
|
updatedAt?: number | undefined;
|
|
@@ -5013,10 +5006,8 @@ export type RemoveProjectEnvResponseBody2$Outbound = {
|
|
|
5013
5006
|
| RemoveProjectEnvResponseBodyProjectsInternalContentHint$Outbound
|
|
5014
5007
|
| null
|
|
5015
5008
|
| undefined;
|
|
5016
|
-
decrypted?: boolean | undefined;
|
|
5017
5009
|
comment?: string | undefined;
|
|
5018
5010
|
customEnvironmentIds?: Array<string> | undefined;
|
|
5019
|
-
vsmValue?: string | undefined;
|
|
5020
5011
|
};
|
|
5021
5012
|
|
|
5022
5013
|
/** @internal */
|
|
@@ -5032,9 +5023,11 @@ export const RemoveProjectEnvResponseBody2$outboundSchema: z.ZodType<
|
|
|
5032
5023
|
]).optional(),
|
|
5033
5024
|
type: RemoveProjectEnvResponseBodyProjectsType$outboundSchema,
|
|
5034
5025
|
sunsetSecretId: z.string().optional(),
|
|
5026
|
+
decrypted: z.boolean().optional(),
|
|
5027
|
+
value: z.string(),
|
|
5028
|
+
vsmValue: z.string().optional(),
|
|
5035
5029
|
id: z.string().optional(),
|
|
5036
5030
|
key: z.string(),
|
|
5037
|
-
value: z.string(),
|
|
5038
5031
|
configurationId: z.nullable(z.string()).optional(),
|
|
5039
5032
|
createdAt: z.number().optional(),
|
|
5040
5033
|
updatedAt: z.number().optional(),
|
|
@@ -5067,10 +5060,8 @@ export const RemoveProjectEnvResponseBody2$outboundSchema: z.ZodType<
|
|
|
5067
5060
|
RemoveProjectEnvResponseBodyProjectsInternalContentHint$outboundSchema
|
|
5068
5061
|
),
|
|
5069
5062
|
).optional(),
|
|
5070
|
-
decrypted: z.boolean().optional(),
|
|
5071
5063
|
comment: z.string().optional(),
|
|
5072
5064
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
5073
|
-
vsmValue: z.string().optional(),
|
|
5074
5065
|
});
|
|
5075
5066
|
|
|
5076
5067
|
/**
|
|
@@ -6762,9 +6753,11 @@ export const RemoveProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
6762
6753
|
]).optional(),
|
|
6763
6754
|
type: RemoveProjectEnvResponseBodyType$inboundSchema,
|
|
6764
6755
|
sunsetSecretId: z.string().optional(),
|
|
6756
|
+
decrypted: z.boolean().optional(),
|
|
6757
|
+
value: z.string(),
|
|
6758
|
+
vsmValue: z.string().optional(),
|
|
6765
6759
|
id: z.string().optional(),
|
|
6766
6760
|
key: z.string(),
|
|
6767
|
-
value: z.string(),
|
|
6768
6761
|
configurationId: z.nullable(z.string()).optional(),
|
|
6769
6762
|
createdAt: z.number().optional(),
|
|
6770
6763
|
updatedAt: z.number().optional(),
|
|
@@ -6795,10 +6788,8 @@ export const RemoveProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
6795
6788
|
internalContentHint: z.nullable(
|
|
6796
6789
|
z.lazy(() => RemoveProjectEnvResponseBodyInternalContentHint$inboundSchema),
|
|
6797
6790
|
).optional(),
|
|
6798
|
-
decrypted: z.boolean().optional(),
|
|
6799
6791
|
comment: z.string().optional(),
|
|
6800
6792
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
6801
|
-
vsmValue: z.string().optional(),
|
|
6802
6793
|
});
|
|
6803
6794
|
|
|
6804
6795
|
/** @internal */
|
|
@@ -6806,9 +6797,11 @@ export type RemoveProjectEnvResponseBody1$Outbound = {
|
|
|
6806
6797
|
target?: Array<string> | string | undefined;
|
|
6807
6798
|
type: string;
|
|
6808
6799
|
sunsetSecretId?: string | undefined;
|
|
6800
|
+
decrypted?: boolean | undefined;
|
|
6801
|
+
value: string;
|
|
6802
|
+
vsmValue?: string | undefined;
|
|
6809
6803
|
id?: string | undefined;
|
|
6810
6804
|
key: string;
|
|
6811
|
-
value: string;
|
|
6812
6805
|
configurationId?: string | null | undefined;
|
|
6813
6806
|
createdAt?: number | undefined;
|
|
6814
6807
|
updatedAt?: number | undefined;
|
|
@@ -6839,10 +6832,8 @@ export type RemoveProjectEnvResponseBody1$Outbound = {
|
|
|
6839
6832
|
| RemoveProjectEnvResponseBodyInternalContentHint$Outbound
|
|
6840
6833
|
| null
|
|
6841
6834
|
| undefined;
|
|
6842
|
-
decrypted?: boolean | undefined;
|
|
6843
6835
|
comment?: string | undefined;
|
|
6844
6836
|
customEnvironmentIds?: Array<string> | undefined;
|
|
6845
|
-
vsmValue?: string | undefined;
|
|
6846
6837
|
};
|
|
6847
6838
|
|
|
6848
6839
|
/** @internal */
|
|
@@ -6857,9 +6848,11 @@ export const RemoveProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
6857
6848
|
]).optional(),
|
|
6858
6849
|
type: RemoveProjectEnvResponseBodyType$outboundSchema,
|
|
6859
6850
|
sunsetSecretId: z.string().optional(),
|
|
6851
|
+
decrypted: z.boolean().optional(),
|
|
6852
|
+
value: z.string(),
|
|
6853
|
+
vsmValue: z.string().optional(),
|
|
6860
6854
|
id: z.string().optional(),
|
|
6861
6855
|
key: z.string(),
|
|
6862
|
-
value: z.string(),
|
|
6863
6856
|
configurationId: z.nullable(z.string()).optional(),
|
|
6864
6857
|
createdAt: z.number().optional(),
|
|
6865
6858
|
updatedAt: z.number().optional(),
|
|
@@ -6892,10 +6885,8 @@ export const RemoveProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
6892
6885
|
RemoveProjectEnvResponseBodyInternalContentHint$outboundSchema
|
|
6893
6886
|
),
|
|
6894
6887
|
).optional(),
|
|
6895
|
-
decrypted: z.boolean().optional(),
|
|
6896
6888
|
comment: z.string().optional(),
|
|
6897
6889
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
6898
|
-
vsmValue: z.string().optional(),
|
|
6899
6890
|
});
|
|
6900
6891
|
|
|
6901
6892
|
/**
|