@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
|
@@ -373,9 +373,11 @@ export type ResponseBodyEnvs = {
|
|
|
373
373
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
374
374
|
*/
|
|
375
375
|
sunsetSecretId?: string | undefined;
|
|
376
|
+
decrypted?: boolean | undefined;
|
|
377
|
+
value?: string | undefined;
|
|
378
|
+
vsmValue?: string | undefined;
|
|
376
379
|
id?: string | undefined;
|
|
377
380
|
key?: string | undefined;
|
|
378
|
-
value?: string | undefined;
|
|
379
381
|
configurationId?: string | null | undefined;
|
|
380
382
|
createdAt?: number | undefined;
|
|
381
383
|
updatedAt?: number | undefined;
|
|
@@ -409,13 +411,8 @@ export type ResponseBodyEnvs = {
|
|
|
409
411
|
| FilterProjectEnvsResponseBodyProjectsInternalContentHint
|
|
410
412
|
| null
|
|
411
413
|
| undefined;
|
|
412
|
-
/**
|
|
413
|
-
* Whether `value` and `vsmValue` are decrypted.
|
|
414
|
-
*/
|
|
415
|
-
decrypted?: boolean | undefined;
|
|
416
414
|
comment?: string | undefined;
|
|
417
415
|
customEnvironmentIds?: Array<string> | undefined;
|
|
418
|
-
vsmValue?: string | undefined;
|
|
419
416
|
system?: boolean | undefined;
|
|
420
417
|
};
|
|
421
418
|
|
|
@@ -734,9 +731,11 @@ export type Envs = {
|
|
|
734
731
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
735
732
|
*/
|
|
736
733
|
sunsetSecretId?: string | undefined;
|
|
734
|
+
decrypted?: boolean | undefined;
|
|
735
|
+
value?: string | undefined;
|
|
736
|
+
vsmValue?: string | undefined;
|
|
737
737
|
id?: string | undefined;
|
|
738
738
|
key?: string | undefined;
|
|
739
|
-
value?: string | undefined;
|
|
740
739
|
configurationId?: string | null | undefined;
|
|
741
740
|
createdAt?: number | undefined;
|
|
742
741
|
updatedAt?: number | undefined;
|
|
@@ -770,13 +769,8 @@ export type Envs = {
|
|
|
770
769
|
| FilterProjectEnvsResponseBodyInternalContentHint
|
|
771
770
|
| null
|
|
772
771
|
| undefined;
|
|
773
|
-
/**
|
|
774
|
-
* Whether `value` and `vsmValue` are decrypted.
|
|
775
|
-
*/
|
|
776
|
-
decrypted?: boolean | undefined;
|
|
777
772
|
comment?: string | undefined;
|
|
778
773
|
customEnvironmentIds?: Array<string> | undefined;
|
|
779
|
-
vsmValue?: string | undefined;
|
|
780
774
|
system?: boolean | undefined;
|
|
781
775
|
};
|
|
782
776
|
|
|
@@ -1081,9 +1075,11 @@ export type FilterProjectEnvsResponseBody1 = {
|
|
|
1081
1075
|
* This is used to identiy variables that have been migrated from type secret to sensitive.
|
|
1082
1076
|
*/
|
|
1083
1077
|
sunsetSecretId?: string | undefined;
|
|
1078
|
+
decrypted?: boolean | undefined;
|
|
1079
|
+
value?: string | undefined;
|
|
1080
|
+
vsmValue?: string | undefined;
|
|
1084
1081
|
id?: string | undefined;
|
|
1085
1082
|
key?: string | undefined;
|
|
1086
|
-
value?: string | undefined;
|
|
1087
1083
|
configurationId?: string | null | undefined;
|
|
1088
1084
|
createdAt?: number | undefined;
|
|
1089
1085
|
updatedAt?: number | undefined;
|
|
@@ -1114,13 +1110,8 @@ export type FilterProjectEnvsResponseBody1 = {
|
|
|
1114
1110
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
1115
1111
|
*/
|
|
1116
1112
|
internalContentHint?: ResponseBodyInternalContentHint | null | undefined;
|
|
1117
|
-
/**
|
|
1118
|
-
* Whether `value` and `vsmValue` are decrypted.
|
|
1119
|
-
*/
|
|
1120
|
-
decrypted?: boolean | undefined;
|
|
1121
1113
|
comment?: string | undefined;
|
|
1122
1114
|
customEnvironmentIds?: Array<string> | undefined;
|
|
1123
|
-
vsmValue?: string | undefined;
|
|
1124
1115
|
system?: boolean | undefined;
|
|
1125
1116
|
};
|
|
1126
1117
|
|
|
@@ -3102,9 +3093,11 @@ export const ResponseBodyEnvs$inboundSchema: z.ZodType<
|
|
|
3102
3093
|
type: FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema
|
|
3103
3094
|
.optional(),
|
|
3104
3095
|
sunsetSecretId: z.string().optional(),
|
|
3096
|
+
decrypted: z.boolean().optional(),
|
|
3097
|
+
value: z.string().optional(),
|
|
3098
|
+
vsmValue: z.string().optional(),
|
|
3105
3099
|
id: z.string().optional(),
|
|
3106
3100
|
key: z.string().optional(),
|
|
3107
|
-
value: z.string().optional(),
|
|
3108
3101
|
configurationId: z.nullable(z.string()).optional(),
|
|
3109
3102
|
createdAt: z.number().optional(),
|
|
3110
3103
|
updatedAt: z.number().optional(),
|
|
@@ -3151,10 +3144,8 @@ export const ResponseBodyEnvs$inboundSchema: z.ZodType<
|
|
|
3151
3144
|
FilterProjectEnvsResponseBodyProjectsInternalContentHint$inboundSchema
|
|
3152
3145
|
),
|
|
3153
3146
|
).optional(),
|
|
3154
|
-
decrypted: z.boolean().optional(),
|
|
3155
3147
|
comment: z.string().optional(),
|
|
3156
3148
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
3157
|
-
vsmValue: z.string().optional(),
|
|
3158
3149
|
system: z.boolean().optional(),
|
|
3159
3150
|
});
|
|
3160
3151
|
|
|
@@ -3163,9 +3154,11 @@ export type ResponseBodyEnvs$Outbound = {
|
|
|
3163
3154
|
target?: Array<string> | string | undefined;
|
|
3164
3155
|
type?: string | undefined;
|
|
3165
3156
|
sunsetSecretId?: string | undefined;
|
|
3157
|
+
decrypted?: boolean | undefined;
|
|
3158
|
+
value?: string | undefined;
|
|
3159
|
+
vsmValue?: string | undefined;
|
|
3166
3160
|
id?: string | undefined;
|
|
3167
3161
|
key?: string | undefined;
|
|
3168
|
-
value?: string | undefined;
|
|
3169
3162
|
configurationId?: string | null | undefined;
|
|
3170
3163
|
createdAt?: number | undefined;
|
|
3171
3164
|
updatedAt?: number | undefined;
|
|
@@ -3196,10 +3189,8 @@ export type ResponseBodyEnvs$Outbound = {
|
|
|
3196
3189
|
| FilterProjectEnvsResponseBodyProjectsInternalContentHint$Outbound
|
|
3197
3190
|
| null
|
|
3198
3191
|
| undefined;
|
|
3199
|
-
decrypted?: boolean | undefined;
|
|
3200
3192
|
comment?: string | undefined;
|
|
3201
3193
|
customEnvironmentIds?: Array<string> | undefined;
|
|
3202
|
-
vsmValue?: string | undefined;
|
|
3203
3194
|
system?: boolean | undefined;
|
|
3204
3195
|
};
|
|
3205
3196
|
|
|
@@ -3216,9 +3207,11 @@ export const ResponseBodyEnvs$outboundSchema: z.ZodType<
|
|
|
3216
3207
|
type: FilterProjectEnvsResponseBodyProjectsResponse200Type$outboundSchema
|
|
3217
3208
|
.optional(),
|
|
3218
3209
|
sunsetSecretId: z.string().optional(),
|
|
3210
|
+
decrypted: z.boolean().optional(),
|
|
3211
|
+
value: z.string().optional(),
|
|
3212
|
+
vsmValue: z.string().optional(),
|
|
3219
3213
|
id: z.string().optional(),
|
|
3220
3214
|
key: z.string().optional(),
|
|
3221
|
-
value: z.string().optional(),
|
|
3222
3215
|
configurationId: z.nullable(z.string()).optional(),
|
|
3223
3216
|
createdAt: z.number().optional(),
|
|
3224
3217
|
updatedAt: z.number().optional(),
|
|
@@ -3281,10 +3274,8 @@ export const ResponseBodyEnvs$outboundSchema: z.ZodType<
|
|
|
3281
3274
|
FilterProjectEnvsResponseBodyProjectsInternalContentHint$outboundSchema
|
|
3282
3275
|
),
|
|
3283
3276
|
).optional(),
|
|
3284
|
-
decrypted: z.boolean().optional(),
|
|
3285
3277
|
comment: z.string().optional(),
|
|
3286
3278
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
3287
|
-
vsmValue: z.string().optional(),
|
|
3288
3279
|
system: z.boolean().optional(),
|
|
3289
3280
|
});
|
|
3290
3281
|
|
|
@@ -5121,9 +5112,11 @@ export const Envs$inboundSchema: z.ZodType<Envs, z.ZodTypeDef, unknown> = z
|
|
|
5121
5112
|
type: FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema
|
|
5122
5113
|
.optional(),
|
|
5123
5114
|
sunsetSecretId: z.string().optional(),
|
|
5115
|
+
decrypted: z.boolean().optional(),
|
|
5116
|
+
value: z.string().optional(),
|
|
5117
|
+
vsmValue: z.string().optional(),
|
|
5124
5118
|
id: z.string().optional(),
|
|
5125
5119
|
key: z.string().optional(),
|
|
5126
|
-
value: z.string().optional(),
|
|
5127
5120
|
configurationId: z.nullable(z.string()).optional(),
|
|
5128
5121
|
createdAt: z.number().optional(),
|
|
5129
5122
|
updatedAt: z.number().optional(),
|
|
@@ -5156,10 +5149,8 @@ export const Envs$inboundSchema: z.ZodType<Envs, z.ZodTypeDef, unknown> = z
|
|
|
5156
5149
|
FilterProjectEnvsResponseBodyInternalContentHint$inboundSchema
|
|
5157
5150
|
),
|
|
5158
5151
|
).optional(),
|
|
5159
|
-
decrypted: z.boolean().optional(),
|
|
5160
5152
|
comment: z.string().optional(),
|
|
5161
5153
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
5162
|
-
vsmValue: z.string().optional(),
|
|
5163
5154
|
system: z.boolean().optional(),
|
|
5164
5155
|
});
|
|
5165
5156
|
|
|
@@ -5168,9 +5159,11 @@ export type Envs$Outbound = {
|
|
|
5168
5159
|
target?: Array<string> | string | undefined;
|
|
5169
5160
|
type?: string | undefined;
|
|
5170
5161
|
sunsetSecretId?: string | undefined;
|
|
5162
|
+
decrypted?: boolean | undefined;
|
|
5163
|
+
value?: string | undefined;
|
|
5164
|
+
vsmValue?: string | undefined;
|
|
5171
5165
|
id?: string | undefined;
|
|
5172
5166
|
key?: string | undefined;
|
|
5173
|
-
value?: string | undefined;
|
|
5174
5167
|
configurationId?: string | null | undefined;
|
|
5175
5168
|
createdAt?: number | undefined;
|
|
5176
5169
|
updatedAt?: number | undefined;
|
|
@@ -5201,10 +5194,8 @@ export type Envs$Outbound = {
|
|
|
5201
5194
|
| FilterProjectEnvsResponseBodyInternalContentHint$Outbound
|
|
5202
5195
|
| null
|
|
5203
5196
|
| undefined;
|
|
5204
|
-
decrypted?: boolean | undefined;
|
|
5205
5197
|
comment?: string | undefined;
|
|
5206
5198
|
customEnvironmentIds?: Array<string> | undefined;
|
|
5207
|
-
vsmValue?: string | undefined;
|
|
5208
5199
|
system?: boolean | undefined;
|
|
5209
5200
|
};
|
|
5210
5201
|
|
|
@@ -5218,9 +5209,11 @@ export const Envs$outboundSchema: z.ZodType<Envs$Outbound, z.ZodTypeDef, Envs> =
|
|
|
5218
5209
|
type: FilterProjectEnvsResponseBodyProjectsResponseType$outboundSchema
|
|
5219
5210
|
.optional(),
|
|
5220
5211
|
sunsetSecretId: z.string().optional(),
|
|
5212
|
+
decrypted: z.boolean().optional(),
|
|
5213
|
+
value: z.string().optional(),
|
|
5214
|
+
vsmValue: z.string().optional(),
|
|
5221
5215
|
id: z.string().optional(),
|
|
5222
5216
|
key: z.string().optional(),
|
|
5223
|
-
value: z.string().optional(),
|
|
5224
5217
|
configurationId: z.nullable(z.string()).optional(),
|
|
5225
5218
|
createdAt: z.number().optional(),
|
|
5226
5219
|
updatedAt: z.number().optional(),
|
|
@@ -5253,10 +5246,8 @@ export const Envs$outboundSchema: z.ZodType<Envs$Outbound, z.ZodTypeDef, Envs> =
|
|
|
5253
5246
|
FilterProjectEnvsResponseBodyInternalContentHint$outboundSchema
|
|
5254
5247
|
),
|
|
5255
5248
|
).optional(),
|
|
5256
|
-
decrypted: z.boolean().optional(),
|
|
5257
5249
|
comment: z.string().optional(),
|
|
5258
5250
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
5259
|
-
vsmValue: z.string().optional(),
|
|
5260
5251
|
system: z.boolean().optional(),
|
|
5261
5252
|
});
|
|
5262
5253
|
|
|
@@ -6974,9 +6965,11 @@ export const FilterProjectEnvsResponseBody1$inboundSchema: z.ZodType<
|
|
|
6974
6965
|
]).optional(),
|
|
6975
6966
|
type: FilterProjectEnvsResponseBodyType$inboundSchema.optional(),
|
|
6976
6967
|
sunsetSecretId: z.string().optional(),
|
|
6968
|
+
decrypted: z.boolean().optional(),
|
|
6969
|
+
value: z.string().optional(),
|
|
6970
|
+
vsmValue: z.string().optional(),
|
|
6977
6971
|
id: z.string().optional(),
|
|
6978
6972
|
key: z.string().optional(),
|
|
6979
|
-
value: z.string().optional(),
|
|
6980
6973
|
configurationId: z.nullable(z.string()).optional(),
|
|
6981
6974
|
createdAt: z.number().optional(),
|
|
6982
6975
|
updatedAt: z.number().optional(),
|
|
@@ -7007,10 +7000,8 @@ export const FilterProjectEnvsResponseBody1$inboundSchema: z.ZodType<
|
|
|
7007
7000
|
internalContentHint: z.nullable(
|
|
7008
7001
|
z.lazy(() => ResponseBodyInternalContentHint$inboundSchema),
|
|
7009
7002
|
).optional(),
|
|
7010
|
-
decrypted: z.boolean().optional(),
|
|
7011
7003
|
comment: z.string().optional(),
|
|
7012
7004
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
7013
|
-
vsmValue: z.string().optional(),
|
|
7014
7005
|
system: z.boolean().optional(),
|
|
7015
7006
|
});
|
|
7016
7007
|
|
|
@@ -7019,9 +7010,11 @@ export type FilterProjectEnvsResponseBody1$Outbound = {
|
|
|
7019
7010
|
target?: Array<string> | string | undefined;
|
|
7020
7011
|
type?: string | undefined;
|
|
7021
7012
|
sunsetSecretId?: string | undefined;
|
|
7013
|
+
decrypted?: boolean | undefined;
|
|
7014
|
+
value?: string | undefined;
|
|
7015
|
+
vsmValue?: string | undefined;
|
|
7022
7016
|
id?: string | undefined;
|
|
7023
7017
|
key?: string | undefined;
|
|
7024
|
-
value?: string | undefined;
|
|
7025
7018
|
configurationId?: string | null | undefined;
|
|
7026
7019
|
createdAt?: number | undefined;
|
|
7027
7020
|
updatedAt?: number | undefined;
|
|
@@ -7052,10 +7045,8 @@ export type FilterProjectEnvsResponseBody1$Outbound = {
|
|
|
7052
7045
|
| ResponseBodyInternalContentHint$Outbound
|
|
7053
7046
|
| null
|
|
7054
7047
|
| undefined;
|
|
7055
|
-
decrypted?: boolean | undefined;
|
|
7056
7048
|
comment?: string | undefined;
|
|
7057
7049
|
customEnvironmentIds?: Array<string> | undefined;
|
|
7058
|
-
vsmValue?: string | undefined;
|
|
7059
7050
|
system?: boolean | undefined;
|
|
7060
7051
|
};
|
|
7061
7052
|
|
|
@@ -7071,9 +7062,11 @@ export const FilterProjectEnvsResponseBody1$outboundSchema: z.ZodType<
|
|
|
7071
7062
|
]).optional(),
|
|
7072
7063
|
type: FilterProjectEnvsResponseBodyType$outboundSchema.optional(),
|
|
7073
7064
|
sunsetSecretId: z.string().optional(),
|
|
7065
|
+
decrypted: z.boolean().optional(),
|
|
7066
|
+
value: z.string().optional(),
|
|
7067
|
+
vsmValue: z.string().optional(),
|
|
7074
7068
|
id: z.string().optional(),
|
|
7075
7069
|
key: z.string().optional(),
|
|
7076
|
-
value: z.string().optional(),
|
|
7077
7070
|
configurationId: z.nullable(z.string()).optional(),
|
|
7078
7071
|
createdAt: z.number().optional(),
|
|
7079
7072
|
updatedAt: z.number().optional(),
|
|
@@ -7104,10 +7097,8 @@ export const FilterProjectEnvsResponseBody1$outboundSchema: z.ZodType<
|
|
|
7104
7097
|
internalContentHint: z.nullable(
|
|
7105
7098
|
z.lazy(() => ResponseBodyInternalContentHint$outboundSchema),
|
|
7106
7099
|
).optional(),
|
|
7107
|
-
decrypted: z.boolean().optional(),
|
|
7108
7100
|
comment: z.string().optional(),
|
|
7109
7101
|
customEnvironmentIds: z.array(z.string()).optional(),
|
|
7110
|
-
vsmValue: z.string().optional(),
|
|
7111
7102
|
system: z.boolean().optional(),
|
|
7112
7103
|
});
|
|
7113
7104
|
|