@vercel/sdk 1.10.5 → 1.10.6
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 +496 -463
- package/bin/mcp-server.js.map +17 -17
- package/docs/sdks/projects/README.md +2 -0
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +7 -2
- 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__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.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 +35 -35
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +13 -13
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +33 -33
- package/esm/models/createdeploymentop.js +11 -11
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +164 -158
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +156 -150
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getprojectsop.d.ts +44 -4
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +33 -4
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +4 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +4 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +10 -4
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +10 -4
- package/esm/models/updateprojectop.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 +1 -3
- package/src/__tests__/domains.test.ts +7 -2
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/projectsGetProjects.ts +1 -0
- 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 +15 -15
- package/src/models/createdeploymentop.ts +11 -11
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +312 -300
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getprojectsop.ts +59 -8
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectdatacacheop.ts +8 -0
- package/src/models/updateprojectop.ts +20 -8
- package/vercel-spec.json +396 -346
package/jsr.json
CHANGED
package/package.json
CHANGED
|
@@ -245,9 +245,7 @@ test("Access Groups Create Access Group", async () => {
|
|
|
245
245
|
});
|
|
246
246
|
expect(result).toBeDefined();
|
|
247
247
|
expect(result).toEqual({
|
|
248
|
-
entitlements: [
|
|
249
|
-
"v0",
|
|
250
|
-
],
|
|
248
|
+
entitlements: [],
|
|
251
249
|
membersCount: 446.92,
|
|
252
250
|
projectsCount: 5113.22,
|
|
253
251
|
name: "my-access-group",
|
|
@@ -130,12 +130,17 @@ test("Domains Get Domain Config", async () => {
|
|
|
130
130
|
});
|
|
131
131
|
expect(result).toBeDefined();
|
|
132
132
|
expect(result).toEqual({
|
|
133
|
-
configuredBy:
|
|
133
|
+
configuredBy: "http",
|
|
134
134
|
acceptedChallenges: [
|
|
135
135
|
"http-01",
|
|
136
136
|
],
|
|
137
137
|
recommendedIPv4: [],
|
|
138
|
-
recommendedCNAME: [
|
|
138
|
+
recommendedCNAME: [
|
|
139
|
+
{
|
|
140
|
+
rank: 4375.87,
|
|
141
|
+
value: "<value>",
|
|
142
|
+
},
|
|
143
|
+
],
|
|
139
144
|
misconfigured: false,
|
|
140
145
|
});
|
|
141
146
|
});
|
|
@@ -50,8 +50,8 @@ test("Edge Config Create Edge Config", async () => {
|
|
|
50
50
|
});
|
|
51
51
|
expect(result).toBeDefined();
|
|
52
52
|
expect(result).toEqual({
|
|
53
|
-
createdAt:
|
|
54
|
-
updatedAt:
|
|
53
|
+
createdAt: 827.44,
|
|
54
|
+
updatedAt: 8692.49,
|
|
55
55
|
id: "<id>",
|
|
56
56
|
slug: "<value>",
|
|
57
57
|
ownerId: "<id>",
|
|
@@ -77,8 +77,8 @@ test("Edge Config Get Edge Config", async () => {
|
|
|
77
77
|
});
|
|
78
78
|
expect(result).toBeDefined();
|
|
79
79
|
expect(result).toEqual({
|
|
80
|
-
createdAt:
|
|
81
|
-
updatedAt:
|
|
80
|
+
createdAt: 9685.26,
|
|
81
|
+
updatedAt: 3884.97,
|
|
82
82
|
id: "<id>",
|
|
83
83
|
slug: "<value>",
|
|
84
84
|
ownerId: "<id>",
|
|
@@ -107,8 +107,8 @@ test("Edge Config Update Edge Config", async () => {
|
|
|
107
107
|
});
|
|
108
108
|
expect(result).toBeDefined();
|
|
109
109
|
expect(result).toEqual({
|
|
110
|
-
createdAt:
|
|
111
|
-
updatedAt:
|
|
110
|
+
createdAt: 4064.3,
|
|
111
|
+
updatedAt: 1351.77,
|
|
112
112
|
id: "<id>",
|
|
113
113
|
slug: "<value>",
|
|
114
114
|
ownerId: "<id>",
|
|
@@ -362,8 +362,12 @@ test("Rolling Release Get Rolling Release Billing Status", async () => {
|
|
|
362
362
|
});
|
|
363
363
|
expect(result).toBeDefined();
|
|
364
364
|
expect(result).toEqual({
|
|
365
|
-
availableSlots:
|
|
366
|
-
reason: "
|
|
365
|
+
availableSlots: 7151.9,
|
|
366
|
+
reason: "no_available_slots",
|
|
367
367
|
message: "<value>",
|
|
368
|
+
enabledProjects: [
|
|
369
|
+
"<value 1>",
|
|
370
|
+
"<value 2>",
|
|
371
|
+
],
|
|
368
372
|
});
|
|
369
373
|
});
|
|
@@ -322,10 +322,10 @@ test("Security Get Bypass Ip", async () => {
|
|
|
322
322
|
{
|
|
323
323
|
ownerId: "<id>",
|
|
324
324
|
id: "<id>",
|
|
325
|
-
domain: "
|
|
326
|
-
ip: "
|
|
327
|
-
createdAt: "
|
|
328
|
-
updatedAt: "
|
|
325
|
+
domain: "whole-godparent.net",
|
|
326
|
+
ip: "ce11:0cbd:fbab:2e3e:b95b:ac0d:ddef:79f1",
|
|
327
|
+
createdAt: "1725180754472",
|
|
328
|
+
updatedAt: "1735661142441",
|
|
329
329
|
updatedAtHour: "<value>",
|
|
330
330
|
},
|
|
331
331
|
],
|
|
@@ -108,6 +108,7 @@ async function $do(
|
|
|
108
108
|
"deprecated": payload.deprecated,
|
|
109
109
|
"edgeConfigId": payload.edgeConfigId,
|
|
110
110
|
"edgeConfigTokenId": payload.edgeConfigTokenId,
|
|
111
|
+
"elasticConcurrencyEnabled": payload.elasticConcurrencyEnabled,
|
|
111
112
|
"excludeRepos": payload.excludeRepos,
|
|
112
113
|
"from": payload.from,
|
|
113
114
|
"gitForkProtection": payload.gitForkProtection,
|
package/src/lib/config.ts
CHANGED
|
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
61
61
|
export const SDK_METADATA = {
|
|
62
62
|
language: "typescript",
|
|
63
63
|
openapiDocVersion: "0.0.1",
|
|
64
|
-
sdkVersion: "1.10.
|
|
65
|
-
genVersion: "2.
|
|
66
|
-
userAgent: "speakeasy-sdk/typescript 1.10.
|
|
64
|
+
sdkVersion: "1.10.6",
|
|
65
|
+
genVersion: "2.687.1",
|
|
66
|
+
userAgent: "speakeasy-sdk/typescript 1.10.6 2.687.1 0.0.1 @vercel/sdk",
|
|
67
67
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -127,11 +127,11 @@ export type CancelDeploymentProjectSettings = {
|
|
|
127
127
|
};
|
|
128
128
|
|
|
129
129
|
export const CancelDeploymentDeploymentsStatus = {
|
|
130
|
+
Error: "error",
|
|
131
|
+
Timeout: "timeout",
|
|
130
132
|
Skipped: "skipped",
|
|
131
133
|
Pending: "pending",
|
|
132
134
|
Ready: "ready",
|
|
133
|
-
Error: "error",
|
|
134
|
-
Timeout: "timeout",
|
|
135
135
|
} as const;
|
|
136
136
|
export type CancelDeploymentDeploymentsStatus = ClosedEnum<
|
|
137
137
|
typeof CancelDeploymentDeploymentsStatus
|
|
@@ -229,8 +229,8 @@ export type CancelDeploymentCreator = {
|
|
|
229
229
|
};
|
|
230
230
|
|
|
231
231
|
export const CancelDeploymentDeploymentsReadyState = {
|
|
232
|
-
Building: "BUILDING",
|
|
233
232
|
Error: "ERROR",
|
|
233
|
+
Building: "BUILDING",
|
|
234
234
|
Initializing: "INITIALIZING",
|
|
235
235
|
Ready: "READY",
|
|
236
236
|
} as const;
|
|
@@ -268,8 +268,8 @@ export type CancelDeploymentStatus = ClosedEnum<typeof CancelDeploymentStatus>;
|
|
|
268
268
|
export type CancelDeploymentTeam = {
|
|
269
269
|
id: string;
|
|
270
270
|
name: string;
|
|
271
|
-
avatar?: string | undefined;
|
|
272
271
|
slug: string;
|
|
272
|
+
avatar?: string | undefined;
|
|
273
273
|
};
|
|
274
274
|
|
|
275
275
|
export type CancelDeploymentCustomEnvironment2 = {
|
|
@@ -907,12 +907,12 @@ export type CancelDeploymentRoutes3 = {
|
|
|
907
907
|
};
|
|
908
908
|
|
|
909
909
|
export const RoutesHandle = {
|
|
910
|
-
Error: "error",
|
|
911
910
|
Filesystem: "filesystem",
|
|
911
|
+
Error: "error",
|
|
912
912
|
Hit: "hit",
|
|
913
913
|
Miss: "miss",
|
|
914
|
-
Rewrite: "rewrite",
|
|
915
914
|
Resource: "resource",
|
|
915
|
+
Rewrite: "rewrite",
|
|
916
916
|
} as const;
|
|
917
917
|
export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
|
|
918
918
|
|
|
@@ -1081,8 +1081,8 @@ export type CancelDeploymentRoutesType = ClosedEnum<
|
|
|
1081
1081
|
>;
|
|
1082
1082
|
|
|
1083
1083
|
export const RoutesOp = {
|
|
1084
|
-
Append: "append",
|
|
1085
1084
|
Set: "set",
|
|
1085
|
+
Append: "append",
|
|
1086
1086
|
Delete: "delete",
|
|
1087
1087
|
} as const;
|
|
1088
1088
|
export type RoutesOp = ClosedEnum<typeof RoutesOp>;
|
|
@@ -1167,8 +1167,8 @@ export type CancelDeploymentGitRepoDeploymentsResponseType = ClosedEnum<
|
|
|
1167
1167
|
>;
|
|
1168
1168
|
|
|
1169
1169
|
export const CancelDeploymentGitRepoDeploymentsResponseOwnerType = {
|
|
1170
|
-
Team: "team",
|
|
1171
1170
|
User: "user",
|
|
1171
|
+
Team: "team",
|
|
1172
1172
|
} as const;
|
|
1173
1173
|
export type CancelDeploymentGitRepoDeploymentsResponseOwnerType = ClosedEnum<
|
|
1174
1174
|
typeof CancelDeploymentGitRepoDeploymentsResponseOwnerType
|
|
@@ -1195,8 +1195,8 @@ export type CancelDeploymentGitRepoDeploymentsType = ClosedEnum<
|
|
|
1195
1195
|
>;
|
|
1196
1196
|
|
|
1197
1197
|
export const CancelDeploymentGitRepoDeploymentsOwnerType = {
|
|
1198
|
-
Team: "team",
|
|
1199
1198
|
User: "user",
|
|
1199
|
+
Team: "team",
|
|
1200
1200
|
} as const;
|
|
1201
1201
|
export type CancelDeploymentGitRepoDeploymentsOwnerType = ClosedEnum<
|
|
1202
1202
|
typeof CancelDeploymentGitRepoDeploymentsOwnerType
|
|
@@ -1223,8 +1223,8 @@ export type CancelDeploymentGitRepoType = ClosedEnum<
|
|
|
1223
1223
|
>;
|
|
1224
1224
|
|
|
1225
1225
|
export const CancelDeploymentGitRepoOwnerType = {
|
|
1226
|
-
Team: "team",
|
|
1227
1226
|
User: "user",
|
|
1227
|
+
Team: "team",
|
|
1228
1228
|
} as const;
|
|
1229
1229
|
export type CancelDeploymentGitRepoOwnerType = ClosedEnum<
|
|
1230
1230
|
typeof CancelDeploymentGitRepoOwnerType
|
|
@@ -1342,16 +1342,16 @@ export type CancelDeploymentMicrofrontends =
|
|
|
1342
1342
|
| CancelDeploymentMicrofrontends1;
|
|
1343
1343
|
|
|
1344
1344
|
export const CancelDeploymentFunctionType = {
|
|
1345
|
-
Fluid: "fluid",
|
|
1346
1345
|
Standard: "standard",
|
|
1346
|
+
Fluid: "fluid",
|
|
1347
1347
|
} as const;
|
|
1348
1348
|
export type CancelDeploymentFunctionType = ClosedEnum<
|
|
1349
1349
|
typeof CancelDeploymentFunctionType
|
|
1350
1350
|
>;
|
|
1351
1351
|
|
|
1352
1352
|
export const CancelDeploymentFunctionMemoryType = {
|
|
1353
|
-
Standard: "standard",
|
|
1354
1353
|
StandardLegacy: "standard_legacy",
|
|
1354
|
+
Standard: "standard",
|
|
1355
1355
|
Performance: "performance",
|
|
1356
1356
|
} as const;
|
|
1357
1357
|
export type CancelDeploymentFunctionMemoryType = ClosedEnum<
|
|
@@ -2618,16 +2618,16 @@ export const CancelDeploymentTeam$inboundSchema: z.ZodType<
|
|
|
2618
2618
|
> = z.object({
|
|
2619
2619
|
id: z.string(),
|
|
2620
2620
|
name: z.string(),
|
|
2621
|
-
avatar: z.string().optional(),
|
|
2622
2621
|
slug: z.string(),
|
|
2622
|
+
avatar: z.string().optional(),
|
|
2623
2623
|
});
|
|
2624
2624
|
|
|
2625
2625
|
/** @internal */
|
|
2626
2626
|
export type CancelDeploymentTeam$Outbound = {
|
|
2627
2627
|
id: string;
|
|
2628
2628
|
name: string;
|
|
2629
|
-
avatar?: string | undefined;
|
|
2630
2629
|
slug: string;
|
|
2630
|
+
avatar?: string | undefined;
|
|
2631
2631
|
};
|
|
2632
2632
|
|
|
2633
2633
|
/** @internal */
|
|
@@ -2638,8 +2638,8 @@ export const CancelDeploymentTeam$outboundSchema: z.ZodType<
|
|
|
2638
2638
|
> = z.object({
|
|
2639
2639
|
id: z.string(),
|
|
2640
2640
|
name: z.string(),
|
|
2641
|
-
avatar: z.string().optional(),
|
|
2642
2641
|
slug: z.string(),
|
|
2642
|
+
avatar: z.string().optional(),
|
|
2643
2643
|
});
|
|
2644
2644
|
|
|
2645
2645
|
/**
|
|
@@ -526,11 +526,11 @@ export type CreateDeploymentProjectSettings = {
|
|
|
526
526
|
};
|
|
527
527
|
|
|
528
528
|
export const CreateDeploymentDeploymentsStatus = {
|
|
529
|
+
Error: "error",
|
|
530
|
+
Timeout: "timeout",
|
|
529
531
|
Skipped: "skipped",
|
|
530
532
|
Pending: "pending",
|
|
531
533
|
Ready: "ready",
|
|
532
|
-
Error: "error",
|
|
533
|
-
Timeout: "timeout",
|
|
534
534
|
} as const;
|
|
535
535
|
export type CreateDeploymentDeploymentsStatus = ClosedEnum<
|
|
536
536
|
typeof CreateDeploymentDeploymentsStatus
|
|
@@ -622,8 +622,8 @@ export type Creator = {
|
|
|
622
622
|
};
|
|
623
623
|
|
|
624
624
|
export const CreateDeploymentReadyState = {
|
|
625
|
-
Building: "BUILDING",
|
|
626
625
|
Error: "ERROR",
|
|
626
|
+
Building: "BUILDING",
|
|
627
627
|
Initializing: "INITIALIZING",
|
|
628
628
|
Ready: "READY",
|
|
629
629
|
} as const;
|
|
@@ -1214,14 +1214,14 @@ export const CreateDeploymentPlan = {
|
|
|
1214
1214
|
export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
|
|
1215
1215
|
|
|
1216
1216
|
export const FunctionType = {
|
|
1217
|
-
Fluid: "fluid",
|
|
1218
1217
|
Standard: "standard",
|
|
1218
|
+
Fluid: "fluid",
|
|
1219
1219
|
} as const;
|
|
1220
1220
|
export type FunctionType = ClosedEnum<typeof FunctionType>;
|
|
1221
1221
|
|
|
1222
1222
|
export const FunctionMemoryType = {
|
|
1223
|
-
Standard: "standard",
|
|
1224
1223
|
StandardLegacy: "standard_legacy",
|
|
1224
|
+
Standard: "standard",
|
|
1225
1225
|
Performance: "performance",
|
|
1226
1226
|
} as const;
|
|
1227
1227
|
export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
|
|
@@ -1305,12 +1305,12 @@ export type Routes3 = {
|
|
|
1305
1305
|
};
|
|
1306
1306
|
|
|
1307
1307
|
export const Handle = {
|
|
1308
|
-
Error: "error",
|
|
1309
1308
|
Filesystem: "filesystem",
|
|
1309
|
+
Error: "error",
|
|
1310
1310
|
Hit: "hit",
|
|
1311
1311
|
Miss: "miss",
|
|
1312
|
-
Rewrite: "rewrite",
|
|
1313
1312
|
Resource: "resource",
|
|
1313
|
+
Rewrite: "rewrite",
|
|
1314
1314
|
} as const;
|
|
1315
1315
|
export type Handle = ClosedEnum<typeof Handle>;
|
|
1316
1316
|
|
|
@@ -1469,8 +1469,8 @@ export const RoutesType = {
|
|
|
1469
1469
|
export type RoutesType = ClosedEnum<typeof RoutesType>;
|
|
1470
1470
|
|
|
1471
1471
|
export const CreateDeploymentRoutesOp = {
|
|
1472
|
-
Append: "append",
|
|
1473
1472
|
Set: "set",
|
|
1473
|
+
Append: "append",
|
|
1474
1474
|
Delete: "delete",
|
|
1475
1475
|
} as const;
|
|
1476
1476
|
export type CreateDeploymentRoutesOp = ClosedEnum<
|
|
@@ -1649,8 +1649,8 @@ export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<
|
|
|
1649
1649
|
>;
|
|
1650
1650
|
|
|
1651
1651
|
export const CreateDeploymentGitRepoOwnerType = {
|
|
1652
|
-
Team: "team",
|
|
1653
1652
|
User: "user",
|
|
1653
|
+
Team: "team",
|
|
1654
1654
|
} as const;
|
|
1655
1655
|
export type CreateDeploymentGitRepoOwnerType = ClosedEnum<
|
|
1656
1656
|
typeof CreateDeploymentGitRepoOwnerType
|
|
@@ -1677,8 +1677,8 @@ export type CreateDeploymentGitRepoType = ClosedEnum<
|
|
|
1677
1677
|
>;
|
|
1678
1678
|
|
|
1679
1679
|
export const GitRepoOwnerType = {
|
|
1680
|
-
Team: "team",
|
|
1681
1680
|
User: "user",
|
|
1681
|
+
Team: "team",
|
|
1682
1682
|
} as const;
|
|
1683
1683
|
export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
|
|
1684
1684
|
|
|
@@ -1701,8 +1701,8 @@ export const GitRepoType = {
|
|
|
1701
1701
|
export type GitRepoType = ClosedEnum<typeof GitRepoType>;
|
|
1702
1702
|
|
|
1703
1703
|
export const OwnerType = {
|
|
1704
|
-
Team: "team",
|
|
1705
1704
|
User: "user",
|
|
1705
|
+
Team: "team",
|
|
1706
1706
|
} as const;
|
|
1707
1707
|
export type OwnerType = ClosedEnum<typeof OwnerType>;
|
|
1708
1708
|
|
|
@@ -271,10 +271,10 @@ export type CreateProjectEnvCreatedTarget =
|
|
|
271
271
|
|
|
272
272
|
export const CreateProjectEnvCreatedType = {
|
|
273
273
|
System: "system",
|
|
274
|
+
Secret: "secret",
|
|
274
275
|
Encrypted: "encrypted",
|
|
275
276
|
Plain: "plain",
|
|
276
277
|
Sensitive: "sensitive",
|
|
277
|
-
Secret: "secret",
|
|
278
278
|
} as const;
|
|
279
279
|
export type CreateProjectEnvCreatedType = ClosedEnum<
|
|
280
280
|
typeof CreateProjectEnvCreatedType
|
|
@@ -617,10 +617,10 @@ export type CreatedTarget =
|
|
|
617
617
|
|
|
618
618
|
export const CreatedType = {
|
|
619
619
|
System: "system",
|
|
620
|
+
Secret: "secret",
|
|
620
621
|
Encrypted: "encrypted",
|
|
621
622
|
Plain: "plain",
|
|
622
623
|
Sensitive: "sensitive",
|
|
623
|
-
Secret: "secret",
|
|
624
624
|
} as const;
|
|
625
625
|
export type CreatedType = ClosedEnum<typeof CreatedType>;
|
|
626
626
|
|