@vercel/sdk 1.11.2 → 1.12.0
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 +60 -59
- package/bin/mcp-server.js +4502 -3066
- package/bin/mcp-server.js.map +46 -40
- package/docs/sdks/deployments/README.md +8 -0
- package/docs/sdks/edgecache/README.md +169 -0
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/projects/README.md +0 -2
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +9 -0
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- 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/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceImportResource.js +2 -2
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +0 -1
- 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/lib/url.js +1 -1
- package/esm/lib/url.js.map +1 -1
- 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 +7 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +63 -50
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +59 -54
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +289 -144
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +259 -124
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -2
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -2
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +906 -308
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +1077 -371
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +126 -4
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +129 -1
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +43 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +24 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
- package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
- package/esm/models/dangerouslydeletebytagsop.js +117 -0
- package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationop.d.ts +8 -8
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +12 -12
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +909 -390
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +1104 -471
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +3 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +1 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +33 -20
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -20
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +8 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +3 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -2
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -2
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +130 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +206 -178
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +207 -166
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/invalidatebytagsop.d.ts +115 -0
- package/esm/models/invalidatebytagsop.d.ts.map +1 -0
- package/esm/models/invalidatebytagsop.js +116 -0
- package/esm/models/invalidatebytagsop.js.map +1 -0
- package/esm/models/updateedgeconfigop.d.ts +2 -2
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -2
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +10 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +5 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +149 -136
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +146 -140
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/userevent.d.ts +1300 -1049
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1654 -1406
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +20 -0
- package/esm/sdk/edgecache.d.ts.map +1 -0
- package/esm/sdk/edgecache.js +28 -0
- package/esm/sdk/edgecache.js.map +1 -0
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +4 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/logdrains.test.ts +9 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsGetDeployments.ts +1 -0
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
- package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceImportResource.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -5
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +127 -104
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +532 -226
- package/src/models/createedgeconfigop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +2459 -673
- package/src/models/createlogdrainop.ts +260 -2
- package/src/models/createprojectop.ts +43 -30
- package/src/models/dangerouslydeletebytagsop.ts +249 -0
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationop.ts +20 -15
- package/src/models/getconfigurationproductsop.ts +2433 -838
- package/src/models/getconfigurationsop.ts +1 -0
- package/src/models/getdeploymentop.ts +63 -48
- package/src/models/getdeploymentsop.ts +8 -0
- package/src/models/getedgeconfigop.ts +4 -4
- package/src/models/getintegrationlogdrainsop.ts +237 -0
- package/src/models/getprojectsop.ts +434 -336
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/invalidatebytagsop.ts +227 -0
- package/src/models/updateedgeconfigop.ts +4 -4
- package/src/models/updateprojectdatacacheop.ts +12 -0
- package/src/models/updateprojectop.ts +299 -286
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/userevent.ts +3017 -2473
- package/src/sdk/edgecache.ts +46 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +7 -23
- package/vercel-spec.json +3578 -2444
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -38,6 +38,10 @@ export type GetRollingReleaseConfigStages = {
|
|
|
38
38
|
* Duration in minutes for automatic advancement to the next stage
|
|
39
39
|
*/
|
|
40
40
|
duration?: number | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
43
|
+
*/
|
|
44
|
+
linearShift?: boolean | undefined;
|
|
41
45
|
};
|
|
42
46
|
|
|
43
47
|
/**
|
|
@@ -136,6 +140,7 @@ export const GetRollingReleaseConfigStages$inboundSchema: z.ZodType<
|
|
|
136
140
|
targetPercentage: z.number(),
|
|
137
141
|
requireApproval: z.boolean().optional(),
|
|
138
142
|
duration: z.number().optional(),
|
|
143
|
+
linearShift: z.boolean().optional(),
|
|
139
144
|
});
|
|
140
145
|
|
|
141
146
|
/** @internal */
|
|
@@ -143,6 +148,7 @@ export type GetRollingReleaseConfigStages$Outbound = {
|
|
|
143
148
|
targetPercentage: number;
|
|
144
149
|
requireApproval?: boolean | undefined;
|
|
145
150
|
duration?: number | undefined;
|
|
151
|
+
linearShift?: boolean | undefined;
|
|
146
152
|
};
|
|
147
153
|
|
|
148
154
|
/** @internal */
|
|
@@ -154,6 +160,7 @@ export const GetRollingReleaseConfigStages$outboundSchema: z.ZodType<
|
|
|
154
160
|
targetPercentage: z.number(),
|
|
155
161
|
requireApproval: z.boolean().optional(),
|
|
156
162
|
duration: z.number().optional(),
|
|
163
|
+
linearShift: z.boolean().optional(),
|
|
157
164
|
});
|
|
158
165
|
|
|
159
166
|
/**
|
|
@@ -185,6 +185,10 @@ export type GetRollingReleaseStages = {
|
|
|
185
185
|
* Duration in seconds for automatic advancement, null for manual stages or the final stage
|
|
186
186
|
*/
|
|
187
187
|
duration: number | null;
|
|
188
|
+
/**
|
|
189
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
190
|
+
*/
|
|
191
|
+
linearShift?: boolean | undefined;
|
|
188
192
|
};
|
|
189
193
|
|
|
190
194
|
/**
|
|
@@ -211,6 +215,10 @@ export type ActiveStage = {
|
|
|
211
215
|
* Duration in seconds for automatic advancement, null for manual stages or the final stage
|
|
212
216
|
*/
|
|
213
217
|
duration: number | null;
|
|
218
|
+
/**
|
|
219
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
220
|
+
*/
|
|
221
|
+
linearShift?: boolean | undefined;
|
|
214
222
|
};
|
|
215
223
|
|
|
216
224
|
/**
|
|
@@ -237,6 +245,10 @@ export type NextStage = {
|
|
|
237
245
|
* Duration in seconds for automatic advancement, null for manual stages or the final stage
|
|
238
246
|
*/
|
|
239
247
|
duration: number | null;
|
|
248
|
+
/**
|
|
249
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
250
|
+
*/
|
|
251
|
+
linearShift?: boolean | undefined;
|
|
240
252
|
};
|
|
241
253
|
|
|
242
254
|
/**
|
|
@@ -717,6 +729,7 @@ export const GetRollingReleaseStages$inboundSchema: z.ZodType<
|
|
|
717
729
|
targetPercentage: z.number(),
|
|
718
730
|
requireApproval: z.boolean(),
|
|
719
731
|
duration: z.nullable(z.number()),
|
|
732
|
+
linearShift: z.boolean().optional(),
|
|
720
733
|
});
|
|
721
734
|
|
|
722
735
|
/** @internal */
|
|
@@ -726,6 +739,7 @@ export type GetRollingReleaseStages$Outbound = {
|
|
|
726
739
|
targetPercentage: number;
|
|
727
740
|
requireApproval: boolean;
|
|
728
741
|
duration: number | null;
|
|
742
|
+
linearShift?: boolean | undefined;
|
|
729
743
|
};
|
|
730
744
|
|
|
731
745
|
/** @internal */
|
|
@@ -739,6 +753,7 @@ export const GetRollingReleaseStages$outboundSchema: z.ZodType<
|
|
|
739
753
|
targetPercentage: z.number(),
|
|
740
754
|
requireApproval: z.boolean(),
|
|
741
755
|
duration: z.nullable(z.number()),
|
|
756
|
+
linearShift: z.boolean().optional(),
|
|
742
757
|
});
|
|
743
758
|
|
|
744
759
|
/**
|
|
@@ -783,6 +798,7 @@ export const ActiveStage$inboundSchema: z.ZodType<
|
|
|
783
798
|
targetPercentage: z.number(),
|
|
784
799
|
requireApproval: z.boolean(),
|
|
785
800
|
duration: z.nullable(z.number()),
|
|
801
|
+
linearShift: z.boolean().optional(),
|
|
786
802
|
});
|
|
787
803
|
|
|
788
804
|
/** @internal */
|
|
@@ -792,6 +808,7 @@ export type ActiveStage$Outbound = {
|
|
|
792
808
|
targetPercentage: number;
|
|
793
809
|
requireApproval: boolean;
|
|
794
810
|
duration: number | null;
|
|
811
|
+
linearShift?: boolean | undefined;
|
|
795
812
|
};
|
|
796
813
|
|
|
797
814
|
/** @internal */
|
|
@@ -805,6 +822,7 @@ export const ActiveStage$outboundSchema: z.ZodType<
|
|
|
805
822
|
targetPercentage: z.number(),
|
|
806
823
|
requireApproval: z.boolean(),
|
|
807
824
|
duration: z.nullable(z.number()),
|
|
825
|
+
linearShift: z.boolean().optional(),
|
|
808
826
|
});
|
|
809
827
|
|
|
810
828
|
/**
|
|
@@ -845,6 +863,7 @@ export const NextStage$inboundSchema: z.ZodType<
|
|
|
845
863
|
targetPercentage: z.number(),
|
|
846
864
|
requireApproval: z.boolean(),
|
|
847
865
|
duration: z.nullable(z.number()),
|
|
866
|
+
linearShift: z.boolean().optional(),
|
|
848
867
|
});
|
|
849
868
|
|
|
850
869
|
/** @internal */
|
|
@@ -854,6 +873,7 @@ export type NextStage$Outbound = {
|
|
|
854
873
|
targetPercentage: number;
|
|
855
874
|
requireApproval: boolean;
|
|
856
875
|
duration: number | null;
|
|
876
|
+
linearShift?: boolean | undefined;
|
|
857
877
|
};
|
|
858
878
|
|
|
859
879
|
/** @internal */
|
|
@@ -867,6 +887,7 @@ export const NextStage$outboundSchema: z.ZodType<
|
|
|
867
887
|
targetPercentage: z.number(),
|
|
868
888
|
requireApproval: z.boolean(),
|
|
869
889
|
duration: z.nullable(z.number()),
|
|
890
|
+
linearShift: z.boolean().optional(),
|
|
870
891
|
});
|
|
871
892
|
|
|
872
893
|
/**
|
|
@@ -40,7 +40,7 @@ export type Details = {
|
|
|
40
40
|
value?: string | undefined;
|
|
41
41
|
};
|
|
42
42
|
|
|
43
|
-
export type
|
|
43
|
+
export type HighlightedDetails = {
|
|
44
44
|
label: string;
|
|
45
45
|
value?: string | undefined;
|
|
46
46
|
};
|
|
@@ -53,7 +53,7 @@ export type BillingPlan = {
|
|
|
53
53
|
paymentMethodRequired?: boolean | undefined;
|
|
54
54
|
cost?: string | undefined;
|
|
55
55
|
details?: Array<Details> | undefined;
|
|
56
|
-
|
|
56
|
+
highlightedDetails?: Array<HighlightedDetails> | undefined;
|
|
57
57
|
effectiveDate?: string | undefined;
|
|
58
58
|
additionalProperties?: { [k: string]: any };
|
|
59
59
|
};
|
|
@@ -234,8 +234,8 @@ export function detailsFromJSON(
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
/** @internal */
|
|
237
|
-
export const
|
|
238
|
-
|
|
237
|
+
export const HighlightedDetails$inboundSchema: z.ZodType<
|
|
238
|
+
HighlightedDetails,
|
|
239
239
|
z.ZodTypeDef,
|
|
240
240
|
unknown
|
|
241
241
|
> = z.object({
|
|
@@ -244,16 +244,16 @@ export const HeightlightedDetails$inboundSchema: z.ZodType<
|
|
|
244
244
|
});
|
|
245
245
|
|
|
246
246
|
/** @internal */
|
|
247
|
-
export type
|
|
247
|
+
export type HighlightedDetails$Outbound = {
|
|
248
248
|
label: string;
|
|
249
249
|
value?: string | undefined;
|
|
250
250
|
};
|
|
251
251
|
|
|
252
252
|
/** @internal */
|
|
253
|
-
export const
|
|
254
|
-
|
|
253
|
+
export const HighlightedDetails$outboundSchema: z.ZodType<
|
|
254
|
+
HighlightedDetails$Outbound,
|
|
255
255
|
z.ZodTypeDef,
|
|
256
|
-
|
|
256
|
+
HighlightedDetails
|
|
257
257
|
> = z.object({
|
|
258
258
|
label: z.string(),
|
|
259
259
|
value: z.string().optional(),
|
|
@@ -263,30 +263,30 @@ export const HeightlightedDetails$outboundSchema: z.ZodType<
|
|
|
263
263
|
* @internal
|
|
264
264
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
265
265
|
*/
|
|
266
|
-
export namespace
|
|
267
|
-
/** @deprecated use `
|
|
268
|
-
export const inboundSchema =
|
|
269
|
-
/** @deprecated use `
|
|
270
|
-
export const outboundSchema =
|
|
271
|
-
/** @deprecated use `
|
|
272
|
-
export type Outbound =
|
|
266
|
+
export namespace HighlightedDetails$ {
|
|
267
|
+
/** @deprecated use `HighlightedDetails$inboundSchema` instead. */
|
|
268
|
+
export const inboundSchema = HighlightedDetails$inboundSchema;
|
|
269
|
+
/** @deprecated use `HighlightedDetails$outboundSchema` instead. */
|
|
270
|
+
export const outboundSchema = HighlightedDetails$outboundSchema;
|
|
271
|
+
/** @deprecated use `HighlightedDetails$Outbound` instead. */
|
|
272
|
+
export type Outbound = HighlightedDetails$Outbound;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
export function
|
|
276
|
-
|
|
275
|
+
export function highlightedDetailsToJSON(
|
|
276
|
+
highlightedDetails: HighlightedDetails,
|
|
277
277
|
): string {
|
|
278
278
|
return JSON.stringify(
|
|
279
|
-
|
|
279
|
+
HighlightedDetails$outboundSchema.parse(highlightedDetails),
|
|
280
280
|
);
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
export function
|
|
283
|
+
export function highlightedDetailsFromJSON(
|
|
284
284
|
jsonString: string,
|
|
285
|
-
): SafeParseResult<
|
|
285
|
+
): SafeParseResult<HighlightedDetails, SDKValidationError> {
|
|
286
286
|
return safeParse(
|
|
287
287
|
jsonString,
|
|
288
|
-
(x) =>
|
|
289
|
-
`Failed to parse '
|
|
288
|
+
(x) => HighlightedDetails$inboundSchema.parse(JSON.parse(x)),
|
|
289
|
+
`Failed to parse 'HighlightedDetails' from JSON`,
|
|
290
290
|
);
|
|
291
291
|
}
|
|
292
292
|
|
|
@@ -304,9 +304,8 @@ export const BillingPlan$inboundSchema: z.ZodType<
|
|
|
304
304
|
paymentMethodRequired: z.boolean().optional(),
|
|
305
305
|
cost: z.string().optional(),
|
|
306
306
|
details: z.array(z.lazy(() => Details$inboundSchema)).optional(),
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
).optional(),
|
|
307
|
+
highlightedDetails: z.array(z.lazy(() => HighlightedDetails$inboundSchema))
|
|
308
|
+
.optional(),
|
|
310
309
|
effectiveDate: z.string().optional(),
|
|
311
310
|
}).catchall(z.any()),
|
|
312
311
|
"additionalProperties",
|
|
@@ -322,7 +321,7 @@ export type BillingPlan$Outbound = {
|
|
|
322
321
|
paymentMethodRequired?: boolean | undefined;
|
|
323
322
|
cost?: string | undefined;
|
|
324
323
|
details?: Array<Details$Outbound> | undefined;
|
|
325
|
-
|
|
324
|
+
highlightedDetails?: Array<HighlightedDetails$Outbound> | undefined;
|
|
326
325
|
effectiveDate?: string | undefined;
|
|
327
326
|
[additionalProperties: string]: unknown;
|
|
328
327
|
};
|
|
@@ -340,9 +339,8 @@ export const BillingPlan$outboundSchema: z.ZodType<
|
|
|
340
339
|
paymentMethodRequired: z.boolean().optional(),
|
|
341
340
|
cost: z.string().optional(),
|
|
342
341
|
details: z.array(z.lazy(() => Details$outboundSchema)).optional(),
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
).optional(),
|
|
342
|
+
highlightedDetails: z.array(z.lazy(() => HighlightedDetails$outboundSchema))
|
|
343
|
+
.optional(),
|
|
346
344
|
effectiveDate: z.string().optional(),
|
|
347
345
|
additionalProperties: z.record(z.any()),
|
|
348
346
|
}).transform((v) => {
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../lib/schemas.js";
|
|
8
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
9
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
10
|
+
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
export type Tags = Array<string> | string;
|
|
13
|
+
|
|
14
|
+
export const InvalidateByTagsTarget = {
|
|
15
|
+
Production: "production",
|
|
16
|
+
Preview: "preview",
|
|
17
|
+
} as const;
|
|
18
|
+
export type InvalidateByTagsTarget = ClosedEnum<typeof InvalidateByTagsTarget>;
|
|
19
|
+
|
|
20
|
+
export type InvalidateByTagsRequestBody = {
|
|
21
|
+
tags: Array<string> | string;
|
|
22
|
+
target?: InvalidateByTagsTarget | undefined;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type InvalidateByTagsRequest = {
|
|
26
|
+
projectIdOrName: string;
|
|
27
|
+
/**
|
|
28
|
+
* The Team identifier to perform the request on behalf of.
|
|
29
|
+
*/
|
|
30
|
+
teamId?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* The Team slug to perform the request on behalf of.
|
|
33
|
+
*/
|
|
34
|
+
slug?: string | undefined;
|
|
35
|
+
requestBody?: InvalidateByTagsRequestBody | undefined;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/** @internal */
|
|
39
|
+
export const Tags$inboundSchema: z.ZodType<Tags, z.ZodTypeDef, unknown> = z
|
|
40
|
+
.union([z.array(z.string()), z.string()]);
|
|
41
|
+
|
|
42
|
+
/** @internal */
|
|
43
|
+
export type Tags$Outbound = Array<string> | string;
|
|
44
|
+
|
|
45
|
+
/** @internal */
|
|
46
|
+
export const Tags$outboundSchema: z.ZodType<Tags$Outbound, z.ZodTypeDef, Tags> =
|
|
47
|
+
z.union([z.array(z.string()), z.string()]);
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
52
|
+
*/
|
|
53
|
+
export namespace Tags$ {
|
|
54
|
+
/** @deprecated use `Tags$inboundSchema` instead. */
|
|
55
|
+
export const inboundSchema = Tags$inboundSchema;
|
|
56
|
+
/** @deprecated use `Tags$outboundSchema` instead. */
|
|
57
|
+
export const outboundSchema = Tags$outboundSchema;
|
|
58
|
+
/** @deprecated use `Tags$Outbound` instead. */
|
|
59
|
+
export type Outbound = Tags$Outbound;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function tagsToJSON(tags: Tags): string {
|
|
63
|
+
return JSON.stringify(Tags$outboundSchema.parse(tags));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function tagsFromJSON(
|
|
67
|
+
jsonString: string,
|
|
68
|
+
): SafeParseResult<Tags, SDKValidationError> {
|
|
69
|
+
return safeParse(
|
|
70
|
+
jsonString,
|
|
71
|
+
(x) => Tags$inboundSchema.parse(JSON.parse(x)),
|
|
72
|
+
`Failed to parse 'Tags' from JSON`,
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/** @internal */
|
|
77
|
+
export const InvalidateByTagsTarget$inboundSchema: z.ZodNativeEnum<
|
|
78
|
+
typeof InvalidateByTagsTarget
|
|
79
|
+
> = z.nativeEnum(InvalidateByTagsTarget);
|
|
80
|
+
|
|
81
|
+
/** @internal */
|
|
82
|
+
export const InvalidateByTagsTarget$outboundSchema: z.ZodNativeEnum<
|
|
83
|
+
typeof InvalidateByTagsTarget
|
|
84
|
+
> = InvalidateByTagsTarget$inboundSchema;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
89
|
+
*/
|
|
90
|
+
export namespace InvalidateByTagsTarget$ {
|
|
91
|
+
/** @deprecated use `InvalidateByTagsTarget$inboundSchema` instead. */
|
|
92
|
+
export const inboundSchema = InvalidateByTagsTarget$inboundSchema;
|
|
93
|
+
/** @deprecated use `InvalidateByTagsTarget$outboundSchema` instead. */
|
|
94
|
+
export const outboundSchema = InvalidateByTagsTarget$outboundSchema;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/** @internal */
|
|
98
|
+
export const InvalidateByTagsRequestBody$inboundSchema: z.ZodType<
|
|
99
|
+
InvalidateByTagsRequestBody,
|
|
100
|
+
z.ZodTypeDef,
|
|
101
|
+
unknown
|
|
102
|
+
> = z.object({
|
|
103
|
+
tags: z.union([z.array(z.string()), z.string()]),
|
|
104
|
+
target: InvalidateByTagsTarget$inboundSchema.optional(),
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
/** @internal */
|
|
108
|
+
export type InvalidateByTagsRequestBody$Outbound = {
|
|
109
|
+
tags: Array<string> | string;
|
|
110
|
+
target?: string | undefined;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
/** @internal */
|
|
114
|
+
export const InvalidateByTagsRequestBody$outboundSchema: z.ZodType<
|
|
115
|
+
InvalidateByTagsRequestBody$Outbound,
|
|
116
|
+
z.ZodTypeDef,
|
|
117
|
+
InvalidateByTagsRequestBody
|
|
118
|
+
> = z.object({
|
|
119
|
+
tags: z.union([z.array(z.string()), z.string()]),
|
|
120
|
+
target: InvalidateByTagsTarget$outboundSchema.optional(),
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
126
|
+
*/
|
|
127
|
+
export namespace InvalidateByTagsRequestBody$ {
|
|
128
|
+
/** @deprecated use `InvalidateByTagsRequestBody$inboundSchema` instead. */
|
|
129
|
+
export const inboundSchema = InvalidateByTagsRequestBody$inboundSchema;
|
|
130
|
+
/** @deprecated use `InvalidateByTagsRequestBody$outboundSchema` instead. */
|
|
131
|
+
export const outboundSchema = InvalidateByTagsRequestBody$outboundSchema;
|
|
132
|
+
/** @deprecated use `InvalidateByTagsRequestBody$Outbound` instead. */
|
|
133
|
+
export type Outbound = InvalidateByTagsRequestBody$Outbound;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export function invalidateByTagsRequestBodyToJSON(
|
|
137
|
+
invalidateByTagsRequestBody: InvalidateByTagsRequestBody,
|
|
138
|
+
): string {
|
|
139
|
+
return JSON.stringify(
|
|
140
|
+
InvalidateByTagsRequestBody$outboundSchema.parse(
|
|
141
|
+
invalidateByTagsRequestBody,
|
|
142
|
+
),
|
|
143
|
+
);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export function invalidateByTagsRequestBodyFromJSON(
|
|
147
|
+
jsonString: string,
|
|
148
|
+
): SafeParseResult<InvalidateByTagsRequestBody, SDKValidationError> {
|
|
149
|
+
return safeParse(
|
|
150
|
+
jsonString,
|
|
151
|
+
(x) => InvalidateByTagsRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
152
|
+
`Failed to parse 'InvalidateByTagsRequestBody' from JSON`,
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/** @internal */
|
|
157
|
+
export const InvalidateByTagsRequest$inboundSchema: z.ZodType<
|
|
158
|
+
InvalidateByTagsRequest,
|
|
159
|
+
z.ZodTypeDef,
|
|
160
|
+
unknown
|
|
161
|
+
> = z.object({
|
|
162
|
+
projectIdOrName: z.string(),
|
|
163
|
+
teamId: z.string().optional(),
|
|
164
|
+
slug: z.string().optional(),
|
|
165
|
+
RequestBody: z.lazy(() => InvalidateByTagsRequestBody$inboundSchema)
|
|
166
|
+
.optional(),
|
|
167
|
+
}).transform((v) => {
|
|
168
|
+
return remap$(v, {
|
|
169
|
+
"RequestBody": "requestBody",
|
|
170
|
+
});
|
|
171
|
+
});
|
|
172
|
+
|
|
173
|
+
/** @internal */
|
|
174
|
+
export type InvalidateByTagsRequest$Outbound = {
|
|
175
|
+
projectIdOrName: string;
|
|
176
|
+
teamId?: string | undefined;
|
|
177
|
+
slug?: string | undefined;
|
|
178
|
+
RequestBody?: InvalidateByTagsRequestBody$Outbound | undefined;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
/** @internal */
|
|
182
|
+
export const InvalidateByTagsRequest$outboundSchema: z.ZodType<
|
|
183
|
+
InvalidateByTagsRequest$Outbound,
|
|
184
|
+
z.ZodTypeDef,
|
|
185
|
+
InvalidateByTagsRequest
|
|
186
|
+
> = z.object({
|
|
187
|
+
projectIdOrName: z.string(),
|
|
188
|
+
teamId: z.string().optional(),
|
|
189
|
+
slug: z.string().optional(),
|
|
190
|
+
requestBody: z.lazy(() => InvalidateByTagsRequestBody$outboundSchema)
|
|
191
|
+
.optional(),
|
|
192
|
+
}).transform((v) => {
|
|
193
|
+
return remap$(v, {
|
|
194
|
+
requestBody: "RequestBody",
|
|
195
|
+
});
|
|
196
|
+
});
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @internal
|
|
200
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
201
|
+
*/
|
|
202
|
+
export namespace InvalidateByTagsRequest$ {
|
|
203
|
+
/** @deprecated use `InvalidateByTagsRequest$inboundSchema` instead. */
|
|
204
|
+
export const inboundSchema = InvalidateByTagsRequest$inboundSchema;
|
|
205
|
+
/** @deprecated use `InvalidateByTagsRequest$outboundSchema` instead. */
|
|
206
|
+
export const outboundSchema = InvalidateByTagsRequest$outboundSchema;
|
|
207
|
+
/** @deprecated use `InvalidateByTagsRequest$Outbound` instead. */
|
|
208
|
+
export type Outbound = InvalidateByTagsRequest$Outbound;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export function invalidateByTagsRequestToJSON(
|
|
212
|
+
invalidateByTagsRequest: InvalidateByTagsRequest,
|
|
213
|
+
): string {
|
|
214
|
+
return JSON.stringify(
|
|
215
|
+
InvalidateByTagsRequest$outboundSchema.parse(invalidateByTagsRequest),
|
|
216
|
+
);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export function invalidateByTagsRequestFromJSON(
|
|
220
|
+
jsonString: string,
|
|
221
|
+
): SafeParseResult<InvalidateByTagsRequest, SDKValidationError> {
|
|
222
|
+
return safeParse(
|
|
223
|
+
jsonString,
|
|
224
|
+
(x) => InvalidateByTagsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
225
|
+
`Failed to parse 'InvalidateByTagsRequest' from JSON`,
|
|
226
|
+
);
|
|
227
|
+
}
|
|
@@ -71,7 +71,7 @@ export type UpdateEdgeConfigPurpose =
|
|
|
71
71
|
export type UpdateEdgeConfigResponseBody = {
|
|
72
72
|
createdAt: number;
|
|
73
73
|
updatedAt: number;
|
|
74
|
-
deletedAt?: number | undefined;
|
|
74
|
+
deletedAt?: number | null | undefined;
|
|
75
75
|
id: string;
|
|
76
76
|
/**
|
|
77
77
|
* Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores).
|
|
@@ -551,7 +551,7 @@ export const UpdateEdgeConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
551
551
|
> = z.object({
|
|
552
552
|
createdAt: z.number(),
|
|
553
553
|
updatedAt: z.number(),
|
|
554
|
-
deletedAt: z.number().optional(),
|
|
554
|
+
deletedAt: z.nullable(z.number()).optional(),
|
|
555
555
|
id: z.string(),
|
|
556
556
|
slug: z.string(),
|
|
557
557
|
ownerId: z.string(),
|
|
@@ -571,7 +571,7 @@ export const UpdateEdgeConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
571
571
|
export type UpdateEdgeConfigResponseBody$Outbound = {
|
|
572
572
|
createdAt: number;
|
|
573
573
|
updatedAt: number;
|
|
574
|
-
deletedAt?: number | undefined;
|
|
574
|
+
deletedAt?: number | null | undefined;
|
|
575
575
|
id: string;
|
|
576
576
|
slug: string;
|
|
577
577
|
ownerId: string;
|
|
@@ -595,7 +595,7 @@ export const UpdateEdgeConfigResponseBody$outboundSchema: z.ZodType<
|
|
|
595
595
|
> = z.object({
|
|
596
596
|
createdAt: z.number(),
|
|
597
597
|
updatedAt: z.number(),
|
|
598
|
-
deletedAt: z.number().optional(),
|
|
598
|
+
deletedAt: z.nullable(z.number()).optional(),
|
|
599
599
|
id: z.string(),
|
|
600
600
|
slug: z.string(),
|
|
601
601
|
ownerId: z.string(),
|
|
@@ -651,6 +651,7 @@ export const UpdateProjectDataCacheFramework = {
|
|
|
651
651
|
Nitro: "nitro",
|
|
652
652
|
Hono: "hono",
|
|
653
653
|
Express: "express",
|
|
654
|
+
H3: "h3",
|
|
654
655
|
Xmcp: "xmcp",
|
|
655
656
|
} as const;
|
|
656
657
|
export type UpdateProjectDataCacheFramework = ClosedEnum<
|
|
@@ -1111,6 +1112,10 @@ export type Stages = {
|
|
|
1111
1112
|
* Duration in minutes for automatic advancement to the next stage
|
|
1112
1113
|
*/
|
|
1113
1114
|
duration?: number | undefined;
|
|
1115
|
+
/**
|
|
1116
|
+
* Whether to linearly shift traffic over the duration of this stage
|
|
1117
|
+
*/
|
|
1118
|
+
linearShift?: boolean | undefined;
|
|
1114
1119
|
};
|
|
1115
1120
|
|
|
1116
1121
|
/**
|
|
@@ -1482,6 +1487,7 @@ export type Permissions = {
|
|
|
1482
1487
|
vercelRunExec?: Array<ACLAction> | undefined;
|
|
1483
1488
|
apiKey?: Array<ACLAction> | undefined;
|
|
1484
1489
|
apiKeyOwnedBySelf?: Array<ACLAction> | undefined;
|
|
1490
|
+
apiKeyAiGateway?: Array<ACLAction> | undefined;
|
|
1485
1491
|
aliasProject?: Array<ACLAction> | undefined;
|
|
1486
1492
|
aliasProtectionBypass?: Array<ACLAction> | undefined;
|
|
1487
1493
|
buildMachine?: Array<ACLAction> | undefined;
|
|
@@ -7366,6 +7372,7 @@ export const Stages$inboundSchema: z.ZodType<Stages, z.ZodTypeDef, unknown> = z
|
|
|
7366
7372
|
targetPercentage: z.number(),
|
|
7367
7373
|
requireApproval: z.boolean().optional(),
|
|
7368
7374
|
duration: z.number().optional(),
|
|
7375
|
+
linearShift: z.boolean().optional(),
|
|
7369
7376
|
});
|
|
7370
7377
|
|
|
7371
7378
|
/** @internal */
|
|
@@ -7373,6 +7380,7 @@ export type Stages$Outbound = {
|
|
|
7373
7380
|
targetPercentage: number;
|
|
7374
7381
|
requireApproval?: boolean | undefined;
|
|
7375
7382
|
duration?: number | undefined;
|
|
7383
|
+
linearShift?: boolean | undefined;
|
|
7376
7384
|
};
|
|
7377
7385
|
|
|
7378
7386
|
/** @internal */
|
|
@@ -7384,6 +7392,7 @@ export const Stages$outboundSchema: z.ZodType<
|
|
|
7384
7392
|
targetPercentage: z.number(),
|
|
7385
7393
|
requireApproval: z.boolean().optional(),
|
|
7386
7394
|
duration: z.number().optional(),
|
|
7395
|
+
linearShift: z.boolean().optional(),
|
|
7387
7396
|
});
|
|
7388
7397
|
|
|
7389
7398
|
/**
|
|
@@ -8576,6 +8585,7 @@ export const Permissions$inboundSchema: z.ZodType<
|
|
|
8576
8585
|
vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
|
|
8577
8586
|
apiKey: z.array(ACLAction$inboundSchema).optional(),
|
|
8578
8587
|
apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
|
|
8588
|
+
apiKeyAiGateway: z.array(ACLAction$inboundSchema).optional(),
|
|
8579
8589
|
aliasProject: z.array(ACLAction$inboundSchema).optional(),
|
|
8580
8590
|
aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
|
|
8581
8591
|
buildMachine: z.array(ACLAction$inboundSchema).optional(),
|
|
@@ -8801,6 +8811,7 @@ export type Permissions$Outbound = {
|
|
|
8801
8811
|
vercelRunExec?: Array<string> | undefined;
|
|
8802
8812
|
apiKey?: Array<string> | undefined;
|
|
8803
8813
|
apiKeyOwnedBySelf?: Array<string> | undefined;
|
|
8814
|
+
apiKeyAiGateway?: Array<string> | undefined;
|
|
8804
8815
|
aliasProject?: Array<string> | undefined;
|
|
8805
8816
|
aliasProtectionBypass?: Array<string> | undefined;
|
|
8806
8817
|
buildMachine?: Array<string> | undefined;
|
|
@@ -9027,6 +9038,7 @@ export const Permissions$outboundSchema: z.ZodType<
|
|
|
9027
9038
|
vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
|
|
9028
9039
|
apiKey: z.array(ACLAction$outboundSchema).optional(),
|
|
9029
9040
|
apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
|
|
9041
|
+
apiKeyAiGateway: z.array(ACLAction$outboundSchema).optional(),
|
|
9030
9042
|
aliasProject: z.array(ACLAction$outboundSchema).optional(),
|
|
9031
9043
|
aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
|
|
9032
9044
|
buildMachine: z.array(ACLAction$outboundSchema).optional(),
|